
  body
  {
     font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;


  }
    h1, h2, h3, h4, h5, h6 {
   font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    p
    {
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }


     .fire-preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    /* Spinner Animation */
    .fire-loader {
      width: 60px;
      height: 60px;
      border: 6px solid #444;
      border-top: 6px solid rgba(205, 154, 97, 1);
      border-radius: 50%;
      animation: fire-spin 1s linear infinite;
    }

    @keyframes fire-spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    /* Hide preloader after load */
    .fire-preloader.fire-hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* Example Page Wrapper */
    .fire-page {
      font-family: Arial, sans-serif;
      background: #f5f5f5;
      min-height: 100vh;
      padding: 100px 20px;
      text-align: center;
    }
    
  
   .topbar {
      background: #000;
      color: #fff;
      font-size: 14px;
      padding: 5px 0;
    }
    .topbar .location {
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
    }
    .topbar .social-icons a {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 8px;
      transition: 0.3s;
      text-decoration: none;
    }
    .topbar .social-icons a:hover {
      background: #fff;
      color: #000;
    }
    /* Navbar */
    .navbar-custom {
      background: #fff;
      padding: 2px 0px;
    }
   
    .navbar-nav .nav-link {
      font-weight: 600;
      margin-left: 20px;
      color: #000;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
      font-size: 15px;

    }
    .navbar-nav .nav-link.active {
      color: rgba(205, 154, 97, 1); /* highlight HOME */
    }
    .navbar-nav .nav-link:hover
    {
      color: rgba(205, 154, 97, 1);
    }

    /* Offcanvas styling */
    .offcanvas-header {
      border-bottom: 1px solid #ddd;
    }
    .offcanvas-body .nav-link {
      font-size: 18px;
      padding: 10px 0;
    }
.dropdown-item
{
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-item:hover
{
  background-color: rgba(205, 154, 97, 1);
  color: white;
}



 .about-section {
      position: relative;
      padding: 80px 0;
      background: url('images/abtnback.png') no-repeat center center;
      background-size: contain;
    }



/* Put the actual content ABOVE overlay */
.about-section .container {
  position: relative;
  z-index: 1;
}

.about-image img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
}

/* Headings */
.about-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}
.about-content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* Paragraph */
.about-content p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Button */
.about-btn {
  background-color: rgba(205, 154, 97, 1);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.about-btn:hover {
  background-color:  rgba(205, 154, 97, 1);
}

/* Responsive */
@media (max-width: 991px) {
  .about-section {
    padding: 40px 20px;
  }
  .about-content h2 {
    font-size: 24px;
  }
}


     .stats-section {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.stats-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.stats-box i {
  font-size: 40px;
  color: #d9d9d9;
  flex-shrink: 0;
}
.stats-text h3 {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.stats-text p {
  color: rgba(205, 154, 97, 1);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.stats-divider {
  border-right: 1px solid #666;
}
@media (max-width: 991px) {
  .stats-divider {
    border-right: none;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
     .services-section {
      position: relative;
      background: url('images/serbanjpg') no-repeat center center/cover;
      color: #fff;
      padding: 80px 0;
      font-family: "Times New Roman", Times, serif;

    }
    .services-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: black;
      z-index: 0;
    }
    .services-content {
      position: relative;
      z-index: 1;
    }
    .services-title {
      text-align: center;
      margin-bottom: 50px;
      font-size: 26px;
      font-weight: 600;
      letter-spacing: 1px;
    }
    .services-card img {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    }
    .services-text {
      margin-top: 20px;
    }
    .services-text h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .services-text p {
      font-size: 15px;
      color: #ddd;
      text-align: justify;
      hyphens: auto;
    }
    .btn-customs {
      background: rgba(205, 154, 97, 1);
      color: #fff;
      border-radius: 6px;
      padding: 12px 30px;
      font-weight: 500;
      transition: 0.3s;
    }
    .btn-customs:hover {
      background: #b98449;
      color: #fff;
    }

     .portfolio-section {
      background: black; /* Dark background */
      color: #fff;
      padding: 70px 20px;
      font-family: "Times New Roman", Times, serif;

    }

    .portfolio-subtitle {
      text-align: center;
      color: rgba(205, 154, 97, 1); /* Gold color */
      font-size: 18px;
      font-weight: 600;
    }

    .portfolio-title {
      text-align: center;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 50px;
    }

    .portfolio-item {
      position: relative;
      overflow: hidden;
    }

    .portfolio-item img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
    }

    .portfolio-item:hover img {
      transform: scale(1.05);
    }

    .portfolio-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .portfolio-item:hover .portfolio-overlay {
      opacity: 1;
    }

    .portfolio-overlay h4 {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      color: #fff;
    }

    .portfolio-overlay span {
      font-size: 14px;
      color: #ddd;
      margin-top: 5px;
      display: block;
    }
     .inli {
      width: 100%;
      padding: 40px 0;
      display: flex;
      justify-content: center;
      background: black
    }

    .slider-container {
      width: 90%;
      max-width: 1200px;
      overflow: hidden;
      position: relative;
    }

    .slider-track {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .slide {
      min-width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding: 20px;
    }

    .slide img {
      width: 100%;
      max-height: 150px;
      object-fit: contain;
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    }
    
   .contacts-section {
      position: relative;
      background: url('images/formbg.jpg') no-repeat center center/cover;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Times New Roman", Times, serif;

    }

    /* Dark overlay */
    .contacts-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.65);
      z-index: 1;
    }

    .contacts-form {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 800px;
      color: #fff;
      text-align: center;
    }

    .contacts-form h2 {
      font-size: 28px;
      margin-bottom: 30px;
      font-weight: 500;
    }

    .contacts-form h2 span {
      color: rgba(205, 154, 97, 1); /* golden shade */
    }

    .form-control {
      background: transparent;
      border: 1px solid white;
      color: #fff;
      padding-left: 40px;
    }

    .form-control:focus {
      background: transparent;
      border-color: rgba(205, 154, 97, 1);
      box-shadow: none;
      color: #fff;
    }

    /* Placeholder white */
    .form-control::placeholder {
      color:white;
      opacity: 1; 
       font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;/* ensure it's fully white */
    }

    .input-group-text {
      background: transparent;
      border: none;
      color: rgba(134, 132, 132, 1);
      position: absolute;
      left: 91%;
      top: 50%;
      transform: translateY(-50%);
    }
    @media(max-width:550px)
    {
      .input-group-text {
        left: 88%;
      }
    }
    .input-group-texts {
      background: transparent;
      border: none;
      color: rgba(134, 132, 132, 1);
      position: absolute;
      left: 97%;
      top: 50%;
      transform: translateY(-50%);
    }
    @media(max-width:550px)
    {
      .input-group-text {
        left: 88%;
      }
    }

    .form-group {
      position: relative;
      margin-bottom: 20px;
    }

    textarea.form-control {
      height: 120px;
      resize: none;
    }

    .btn-submit {
      background: #dca766;
      color: #fff;
      border: none;
      padding: 10px 40px;
      border-radius: 6px;
      transition: all 0.3s ease;
       font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .btn-submit:hover {
      background: #b88747;
    }

     .footer {
      background: linear-gradient(to bottom, black, rgba(127, 127, 127, 1));
 /* Gray background */
      color: #fff;
      padding: 60px 0 20px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
      
    }

    .footer .footer-logo img {
      max-width: 230px;
      background-color: white;
      padding: 5px;
      margin-bottom: 10px;
      border-radius: 15px;
      
    }
    @media(max-width:920px)
    {
      .footer .footer-logo img {
        max-width: 150px;
      }
    }

    .footer p {
      font-size: 14px;
      color: #f0f0f0;
      margin-bottom: 18px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
      
      
    }

    .footer h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #fff;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .footer ul {
      list-style: none;
      padding: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;

    }

    .footer ul li {
      margin-bottom: 10px;
      font-size: 18px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .footer ul li a {
      color: #f0f0f0;
      text-decoration: none;
      font-size: 18px;
      transition: 0.3s;
    }

    .footer ul li a:hover {
      color: #dca766; /* golden hover */
    }

    .footer .social-icons a {
      display: inline-block;
      width: 35px;
      height: 35px;
      margin: 5px;
      border-radius: 50%;
      border: 1px solid #fff;
      color: #fff;
      text-align: center;
      line-height: 35px;
      transition: 0.3s;
    }

    .footer .social-icons a:hover {
      background: #dca766;
      border-color: #dca766;
    }

    .footer-bottom {
      background: rgba(77, 77, 77, 1);
      padding: 15px 0;
      text-align: center;
      color: #ddd;
      font-size: 14px;
      margin-top: 40px;
    }

    .footer .contact-info i {
      margin-right: 10px;
      color: #fff;
      font-size: 18px;
    }

    @media (max-width: 767px) {
      .footer {
        text-align: center;
      }
      .footer .footer-logo img {
        margin: 0 auto 15px;
      }
      .footer .social-icons {
        margin-top: 10px;
      }
    }

      .process-section {
      position: relative;
      padding: 60px 20px;
      color: #fff;
      background: url("images/process.jpg") no-repeat center center/cover;
      z-index: 1;
    }

    /* Black overlay */
    .process-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      z-index: -1;
    }

    .process-title {
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 40px;
      text-align: center;
    }

    .process-img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .process-steps {
      display: flex;
      justify-content: space-between;
      align-items: stretch; /* equal height */
      gap: 0;
    }

    .process-step {
      flex: 1;
      display: flex;
      justify-content: start;
      align-items: center;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 1rem;
      color: #fff;
      opacity: 0.85;
      padding: 15px;
      border-right: 1px solid rgba(255, 255, 255, 0.5); /* ✅ border always */
      min-height: 250px;
      text-align: center;
    }

    /* ✅ Force the last step to also have a border */
    

    .process-step:hover {
      opacity: 1;
      color: rgba(205, 154, 97, 1);
    }

    .process-desc {
      margin-top: 30px;
    }

    .process-desc h5 {
      font-weight: bold;
    }

    .process-desc p {
      color: white;
      font-size: 0.95rem;
      margin-top: 1rem;
    }

    /* Responsive */
   @media (max-width: 768px) {
  .process-steps {
    flex-direction: column;
    align-items: center;   /* ✅ center horizontally */
  }
  .process-step {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    border-right: none;
    border-bottom: 1px solid rgba(77, 77, 76, 1);
    min-height: auto;
    text-align: center;       /* ✅ center text */
    justify-content: center;  /* ✅ center flex content */
    width: 100%;              /* take full width */
    max-width: 500px;         /* optional: limit for neatness */
    margin: 0 auto;           /* ✅ center block itself */
  }
  .process-step:last-child {
    border-bottom: none;
  }
  .process-desc {
    text-align: center;
  }
}

     .process-step .line {
  display: block;
  border-bottom: 2px solid rgba(77, 77, 76, 1);
  width: 100%;
  margin-top: 8px;
  transform: rotate(90deg);
  margin-top: 50px;
}
@media(max-width:780px)
{
  .process-step .line
  {
    display: none;
    
  }
}
  /* Highlight active step */
  .process-step.active-step {
    color: rgba(205, 154, 97, 1);
    opacity: 1;
  }


 .circle-box {
      text-align: center;
      position: relative;
    }

    .circle {
      border-radius: 50%;
      border: 16px solid #777;
      width: 100%;
      max-width: 350px;
      aspect-ratio: 1 / 1; /* keeps perfect circle */
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
      background: #fff;
      box-shadow: 0px 10px 18px rgba(0,0,0,0.12);
      position: relative;
      z-index: 2;
    }

    .circle.vision {
      border-color: #c58a3a;
    }

    .circle i {
      font-size: 30px;
      margin-bottom: 12px;
      color: #777;
    }

    .circle.vision i {
      color: #c58a3a;
    }

    .circle h5 {
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 18px;
    }

    .circle h5 span {
      font-weight: 400;
      color: #777;
    }

    .circle p {
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }

    /* Semi-circle design */
    /* Semi-circle design */
.semi-circle {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 2 / 1; /* width:height ratio */
  border: 16px solid rgba(232, 227, 227, 0.896);
  border-bottom: none;
  border-radius: 160px 160px 0 0;
  margin: auto;
}

.semi-circle.middle {
  border-color: rgba(238, 201, 159, 0.629);
  border-bottom: none;
}

/* Hide semi-circles on screens <= 1000px */
@media (max-width: 1000px) {
  .semi-circle {
    display: none !important;
  }
}


    /* Responsive fine-tuning */
    @media (max-width: 768px) {
      .circle {
        max-width: 300px;
        padding: 15px;
      }
      .circle h5 {
        font-size: 16px;
      }
      .circle p {
        font-size: 13px;
      }
      .semi-circle {
        max-width: 240px;
      }
    }
.hse-section {
      background: #0e1a1d; /* dark bg */
      color: #fff;
      position: relative;
      padding: 60px 0;
      overflow: hidden;
    }

    .hse-section h2 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .hse-section p {
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 15px;
    }

    .hse-image {
      position: relative;
      border-radius: 50% 0 0 50%;
      overflow: hidden;
      max-width: 100%;
    }

    .hse-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    /* Optional decorative gear background */
    .hse-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('images/healthban.png') no-repeat center;
      background-size: fill;
      opacity: 0.05;
      pointer-events: none;
    }

    @media (max-width: 991px) {
      .hse-image {
        border-radius: 20px;
        margin-top: 30px;
      }
    }

     .team-section {
      background-color: #000;
      padding: 60px 20px;
      color: #fff;
      text-align: center;
      margin-top: -3rem;
    }
    .coolin
    {
      padding-left: 90px;
    }
    @media(max-width:920px)
    {
      .coolin
      {
        padding-left: 10px;
      }
    }

    .team-section h2 {
      font-weight: 600;
      margin-bottom: 40px;
      font-size: 22px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .team-card {
      background: #fff;
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      text-align: center;
    }

    .team-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Overlay at bottom */
    .team-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 12px 0;
    }

    .team-overlay h5 {
      margin: 0;
      font-size: 16px;
      font-weight: 500;
    }

    .team-overlay p {
      margin: 0;
      font-size: 14px;
      opacity: 0.8;
    }

    @media (max-width: 768px) {
      .team-overlay h5 {
        font-size: 14px;
      }
      .team-overlay p {
        font-size: 12px;
      }
    }
.about-banner {
      position: relative;
      background: url('images/aboutban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .about-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .about-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 600;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .about-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }

    .content-section {
      display: flex;
      align-items: center;
      padding: 50px 0;
    }
    .content-section h2 {
      font-family: "Times New Roman", serif;
      font-weight: bold;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-align: center;
    }
    .content-section p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
      text-align: center;
    }
    .btn-custom {
      background-color: rgba(205, 154, 97, 1);
      color: #fff;
      font-weight: 500;
      padding: 12px 25px;
      border-radius: 6px;
      border: none;
    }
    .btn-custom:hover {
      background-color: #c28d4f;
      color: #fff;
    }
    .btn-icon {
      background: none;
      border: none;
      color: #c28d4f;
      font-weight: 500;
      font-size: 16px;
      margin-left: 20px;
      text-decoration: none;
    }
    .btn-icon i {
      margin-right: 8px;
    }
    /* Responsive */
    @media (max-width: 768px) {
      .content-section {
        flex-direction: column;
        text-align: center;
      }
      .btn-icon {
        margin: 10px 0 0 0;
      }
    }

    .green-banner {
      position: relative;
      background: url('images/vban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .green-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .green-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .green-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
    .greenhouse-solutions {
  padding: 60px 0;
  background: url("images/backgreen.png") no-repeat center center;
  background-size: cover;   /* makes image cover full section */
  position: relative;
  z-index: 2;
}

.greenhouse-solutions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1); /* overlay */
  z-index: -1;
}



    .greenhouse-solutions h2 {
      font-family: "Times New Roman", serif;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }

    .solution-card {
      border: 1px solid black;
      border-radius: 12px;
      padding: 25px 20px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
      background: #fff;
      margin-right: 15px;
    }

    .solution-card:hover {
      box-shadow: 0 8px 18px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }

    .solution-card img {
      width: 180px;
      height: 180px;
      object-fit: cover;
      border-radius: 50%;
      border-left: 8px solid #d59a61;
      border-right: 8px solid #d59a61;
      margin-bottom: 20px;
    }

    .solution-card h5 {
      font-weight: 700;
      font-size: 19px;
      margin-bottom: 10px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .solution-card p {
      font-size: 17px;
      color: black;
      line-height: 1.6;
    }
  .section-title {
      text-align: center;
      margin-bottom: 40px;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 2px;
      background-color: #000;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Card Styles */
    .industry-card {
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.5);
      cursor: pointer;
      margin-bottom: 30px;
      margin-right: 40px;
      
    }
    @media(max-width:920px)
    {
      .industry-card
      {
        margin-right: 0px;
      }
    }

    .industry-card img {
      width: 100%;
      height:400px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .industry-card:hover img {
      transform: scale(1.1);
      
    }
    .industry-card:hover  {
      transform: scale(1.1);
      border-radius: 0px;
      
    }

    /* Overlay */
    .industry-overlay {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      background: rgba(205, 154, 97, 1);;
      color: #fff;
      padding: 20px;
      transition: all 0.5s ease;
    }

    .industry-overlay h5 {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      
    }

    .industry-overlay p {
      font-size: 14px;
      margin: 10px 0 0;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: all 0.4s ease;
    }

    .industry-card:hover .industry-overlay p {
      max-height: 300px;
      opacity: 1;
      
      
    }
    .industry-card:hover .industry-overlay  {
      max-height: 150px;
      opacity: 1;
      bottom: 0px;
      
    }
    .active
    {
      color: #b88747;
    }


    /* Arrow Animation */
    .industry-arrow {
      margin-left: 8px;
      font-size: 26px;
      transition: transform 0.3s ease;
      transform: rotate(-40deg);
    }

    .industry-card:hover .industry-arrow {
      transform: translateY(5px);
      transform: rotate(50deg);
    }

    /* Swiper Pagination */
    .swiper-pagination-bullet {
      background: white !important;
      opacity: 0.7;
    }
    .swiper-pagination-bullet-active {
      background: #b88747 !important;
      width: 20px;
      border-radius: 10px;
    }
.expertise-section {
      padding: 60px 0;
      text-align: center;
      color: white;
    }
    .expertise-section h2 {
      font-weight: 600;
      margin-bottom: 40px;
      color: #fff;
      letter-spacing: 1px;
    }
    .expertise-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      height: 100%;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      margin-right: 40px;
    }
    @media(max-width:550px)
    {
      .expertise-card
      {
        margin-right: 0px;
      }
    }
    .expertise-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px;
    }
    .expertise-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 18px;
      text-transform: uppercase;
      color: black;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    .expertise-card p {
      font-size: 17px;
      color: #333;
    }

    .fire-banner {
      position: relative;
      background: url('images/fireban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .fire-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .fire-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .fire-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
     .hero-section {
      position: relative;
      background: url('images/footerfire.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4); /* dark overlay */
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero-content h1 {
      font-size: 2.2rem;
      font-weight: 700;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
      
    }
    .hero-content p {
      font-size: 1.3rem;
      font-weight: 400;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    @media(max-width:550px)
    {
      .hero-content h1
      {
        text-align: center;
      }
      .hero-content p
      {
        text-align: center;
      }
    }
    .btn-customss {
      background-color: #d39e63;
      color: #fff;
      font-weight: 600;
      padding: 12px 25px;
      border-radius: 8px;
      border: none;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    .btn-customss:hover {
      background-color: #b98245;
      color: #fff;
    }

    .hvac-banner {
      position: relative;
      background: url('images/hvac.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .hvac-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .hvac-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .hvac-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }

      .expertises-section {
      padding: 60px 20px;
      text-align: center;
    }

    .expertises-title {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 5px;
      color: white;
      
    }

    .expertises-heading {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 40px;
      
    }

    .expertises-card {
      background: #fff;
      color: #000;
      text-align: left;
      padding: 25px;
      border-radius: 4px;
      margin-bottom: 30px;
      min-height: 220px;
      position: relative;
      transition: all 0.3s ease;
      margin-right: 60px;
    }
    @media(max-width:550px)
    {
      .expertises-card
      {
        margin-right: 0px;
      }
    }

    /* Number box styled outside card */
    .number-box {
      position: absolute;
      top: -15px;
      left: -15px;
      background: #fff;
      padding: 16px 16px;
      font-weight: bold;
      font-size: 18px;
      
      transition: all 0.3s ease;
      border: rgba(85, 85, 85, 1) 10px solid;
    }

    .expertises-card h5 {
      font-size: 20px;
      font-weight: bold;
      margin-top: -20px; /* space below number box */
      margin-bottom: 10px;
      margin-left: 50px;
      
    }

    .expertises-card p {
      font-size: 17px;
      margin-top: 30px;
    }

    /* Hover effect */
    .expertises-card:hover {
      background: rgba(205, 154, 97, 1);
      color: #fff;
      transform: translateY(-5px);
    }

    .expertises-card:hover .number-box {
      background: rgba(205, 154, 97, 1);
      color: #fff;
    }

    /* Highlight card (Card 2 stays colored) */
    .expertises-card.highlight {
      background: rgba(205, 154, 97, 1);
      color: #fff;
    }

    .expertises-card.highlight .number-box {
      background: rgba(205, 154, 97, 1);
      color: #fff;
    }
    

   .solutions-section {
      background-color: #fff;
      padding: 60px 0;
      position: relative;
    }

    /* Solution Cards (Default Desktop >1000px) */
    .solutions-card {
       background-color: rgba(205, 154, 97, 0.7);
      padding: 25px;
      height: 300px;   /* fixed desktop */
      margin-top: 2.5rem;
      margin-right: 50px;
      color: black;
    }

    .solutions-card h5 {
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 19px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .solutions-card p {
      margin: 0;
      font-size: 18px;
      line-height: 1.6;
      margin-top: 40px;
    }
    @media(max-width:1200px)
    {
      .solutions-card p
      {
        font-size: 15px;
      }
    }
    @media(max-width:550px)
    {
      .solutions-card p
      {
        font-size: 18px;
      }
    }

    .endin {
      font-size: 18px;
    }
    @media(max-width:920px)
    {
      .endin
      {
        margin-top: 40px;
      }
    }
    @media(max-width:550px)
    {
      .endin
      {
        margin-top: 40px;
      }
    }

    /* 🔹 Tablet: 768px–1000px */
    @media (max-width: 1000px) and (min-width: 768px) {
      .solutions-card {
        height: 250px;   /* slightly smaller */
        margin-right: 20px;
        margin-top: 1rem;
      }
      .solutions-card h5 {
        font-size: 16px;
      }
      .solutions-card p {
        font-size: 16px;
        margin-top: 20px;
      }
    }

    /* 🔹 Mobile: <768px */
    @media (max-width: 767px) {
      .solutions-card {
        height: auto;   /* let content decide height */
        width: 100%;    /* full width */
        margin-right: 0;
        margin-top: 1rem;
      }
      .solutions-card h5 {
        font-size: 16px;
      }
      .solutions-card p {
        font-size: 15px;
        margin-top: 15px;
      }
    }

    /* Carousel Indicators */
    .carousel-indicators {
      position: static;
      margin-top: 20px;
    }
    .carousel-indicators [data-bs-target] {
      width: 30px;
      height: 5px;
      background-color: #bbb;
      border-radius: 3px;
    }
    .carousel-indicators .active {
      background-color: #c99666;
      width: 35px;
    }

    /* Title Box Responsive */
    @media (max-width: 992px) {
      .solutions-title-box {
        font-size: 22px;
        padding: 50px 20px;
      }
    }

    .elec-banner {
      position: relative;
      background: url('images/electricalban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .elec-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .elec-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .elec-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
    .elec-section {
      position: relative;
      background: url('images/electricalfoot.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }
    .hvac-section {
      position: relative;
      background: url('images/hvac.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }
    .green-section {
      position: relative;
      background: url('images/greenfoot.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }

     .facility-card {
      position: relative;
      overflow: hidden;
      text-align: center;
      color: #000;
      height: 100%;
      margin-right: 40px;
      
    }
    @media(max-width:550px)
    {
      .facility-card
      {
        margin-right: 0px;
      }
    }

    .facility-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }

    .facility-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(205, 154, 97, 1), rgba(212, 212, 212, 0.9));
      z-index: 2;
    }

    .facility-content {
      position: relative;
      z-index: 3;
      padding: 60px 25px;
      padding-top: 90px;
    }

    /* Number with Lines */
    .facility-number {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .facility-number::before,
    .facility-number::after {
      content: "";
      flex: 1;
      height: 1px;
      background: #000;
    }

    .facility-number span {
      font-size: 22px;
      font-weight: bold;
      white-space: nowrap;
       font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .facility-content h5 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: start;
       font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .facility-content p {
      font-size: 17px;
      margin: 0;
      text-align: start;
    }

    .amc-banner {
      position: relative;
      background: url('images/amcban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .amc-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .amc-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
       font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .amc-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
     .solutionsss-section {
      padding: 60px 20px;
      text-align: center;
    }

    .solutionsss-section h2 {
      color: #fff;
      font-size: 25px;
      font-weight: 500;
      margin-bottom: 80px;
      letter-spacing: 1px;
      
    }

    .solutionsss-card {
      position: relative;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      padding: 60px 20px 20px; /* top padding for image space */
      text-align: center;
      margin-top: 60px; /* to adjust floating image */
      transition: transform 0.3s;
      margin-bottom: 50px;
    }

    .solutionsss-card:hover {
      transform: translateY(-5px);
    }

    .solutionsss-card img {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      object-fit: cover;
      border: 10px solid #c69c6d; /* Gold border */
      position: absolute;
      top: -115px; /* half of image height */
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
    }

    .solutionsss-card h5 {
      font-size: 17px;
      font-weight: 600;
      text-transform: uppercase;
      color: #333;
      margin: 0;
      margin-top: 15px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
     .servicess-section {
      padding: 60px 20px;
      text-align: center;
      margin-top: -3.2rem;
    }

    .servicess-section h2 {
      font-size: 23px;
      font-weight: 500;
      margin-bottom: 40px;
      letter-spacing: 1px;
      
    }

    .servicess-card {
      position: relative;
      height: 320px;
      border-radius: 0;
      overflow: hidden;
      color: #fff;
      margin-left: -15px;
      
    }

    .servicess-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .servicess-card:hover img {
      transform: scale(1.05);
    }

    .overlayss {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
      z-index: 1;
    }

    .servicess-content {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px;
      z-index: 2;
      text-align: left;
    }

    .servicess-content h5 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 8px;
       font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
      
    }

    .servicess-content p {
      font-size: 17px;
      margin: 0;
    }

    .servicess-number {
      position: absolute;
      bottom: 40px;
      right: 15px;
      font-size: 45px;
      font-weight: bold;
      color: #fff;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      z-index: 2;
      opacity: 0.9;
      transform: rotate(180deg);
        font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
        font-weight: 500;
    }
     .os-section {
      position: relative;
      background: url('images/alaramback.jpg') center/cover no-repeat;
      color: #fff;
      padding: 80px 0;
    }
    .os-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(85, 85, 85, 0.8);
      z-index: 1;
    }
    .os-container {
      position: relative;
      z-index: 2;
    }

    /* Card Styling */
    .os-card {
      text-align: center;
      margin-bottom: 50px;
      position: relative;
    }

    /* Number circle */
    .os-number {
      background: #fff;
      color: #000;
      font-weight: bold;
      font-size: 16px;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.3);
      position: relative;
      top: 50px;
      left: 44px;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Circular image */
    .os-img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 20px;
    }
    .os-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .os-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .os-desc {
      font-size: 14px;
      color: #eaeaea;
      max-width: 250px;
      margin: 0 auto;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    .alarm-banner {
      position: relative;
      background: url('images/falramban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .alarm-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .alarm-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .alarm-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
     .alarm-section {
      position: relative;
      background: url('images/alaramfoot.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }
     .amc-section {
      position: relative;
      background: url('images/amcfoot.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }

    .inter-banner {
      position: relative;
      background: url('images/interiorban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .inter-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .inter-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .inter-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
     .inter-section {
      position: relative;
      background: url('images/interiorfoot.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }


     .sec-banner {
      position: relative;
      background: url('images/securityban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .sec-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .sec-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .sec-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
     .sec-section {
      position: relative;
      background: url('images/alaramfoot.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }

      .section-title {
      text-align: center;
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 20px;
    }

    .accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  padding: 20px;
}

/* Remove Bootstrap default arrow */
.accordion-button::after {
  background-image: none !important;
  content: "+";              /* show + */
  font-size: 20px;
  color: #000;
  transform: none !important;
}

/* When open → change to - */
.accordion-button:not(.collapsed)::after {
  content: "-";
  color: #fff !important;   /* white when active */
}

    

    .accordion-item {
      border: none;
      border-bottom: 1px solid #000;
      margin-bottom: 15px;
    }

    .accordion-body {
      background: #fff;
      color: #000;
      padding: 15px;
      font-size: 16px;
    }

    /* Highlight first accordion */
    .accordion-button.highlight {
      background: #d19a64;
      color: #fff;
    }

    .accordion-button.highlight::after {
      color: #fff;
    }

    /* Divider line in center */
    .divider {
      border-left: 3px solid #fff;
      height: 100%;
      margin: 0 auto;
    }

    @media (max-width: 991px) {
      .divider {
        display: none;
      }
    }
   
    /* Active accordion background color */
.accordion-button:not(.collapsed) {
  background-color: #d19a64 !important;
  color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
  color: #fff !important;
}
.lnf
{
    margin-left: -2rem;
}
@media(max-width:920px)
{
    .lnf
    {
        margin-left: 0px;
    }
}

.service-card {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      margin-right: 30px;
    }
    @media(max-width:920px)
    {
      .service-card
      {
        margin-right: 0px;
      }
    }
    .service-card img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
    .service-card:hover img {
      transform: scale(1.05);
    }

    /* Overlay */
    .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.7);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    .service-card:hover .overlay {
      opacity: 1;
    }

    /* Bottom strip */
    .bottom-strip {
      background: #d39752; /* orange-gold */
      color: #fff;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 25px;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    .bottom-strip i {
      font-size: 24px;
      font-weight: bold;
    }
    .service-card p
    {
      font-size: 18px;
    }
    .bottom-strip span {

      font-size: 18px;
      text-align: center;

    }

    .mep-banner {
      position: relative;
      background: url('images/mepban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .mep-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .mep-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .mep-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
     .plumb-section {
      padding: 60px 20px;
      text-align: center;
    }

    .plumb-section h2 {
      font-size: 22px;
      margin-bottom: 40px;
    }

    .plumb-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      cursor: pointer;
      height: 100%;
    }

    .plumb-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 12px;
      transition: transform 0.4s ease;
    }

    .plumb-card:hover img {
      transform: scale(1.1);
    }

    /* Black overlay on all images */
    .plumb-overlay-dark {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 12px;
      z-index: 1;
    }

    /* Title inside image */
    .plumb-title {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      padding: 8px 15px;
      border-radius: 6px;
      font-size: 17px;
      font-weight: 500;
      color: #fff;
      transition: opacity 0.3s ease;
      z-index: 2;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Hide title on hover */
    .plumb-card:hover .plumb-title {
      opacity: 0;
    }

    /* Hover content box */
    .plumb-overlay-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.8);
      background:rgba(205, 154, 97, 1);
      color: #fff;
      padding: 40px;
      border-radius: 20px;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      opacity: 0;
      transition: all 0.4s ease;
      width: 80%;
      max-width: 250px;
      line-height: 1.4;
      z-index: 3;
    }

    .plumb-card:hover .plumb-overlay-text {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }

    .pl-banner {
      position: relative;
      background: url('images/plumbingban.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .pl-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .pl-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }

    /* Responsive spacing */
    @media (max-width: 768px) {
      .pl-banner {
        min-height: 40vh;
        padding: 40px 15px;
      }
    }
    .pl-section {
      position: relative;
      background: url('images/plfoot.jpg') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      color: #fff;
    }


      .contact-banner {
      position: relative;
      background: url('images/banfour.jpg') no-repeat center center/cover;
      min-height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Dark overlay */
    .contact-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Heading */
    .contact-banner h1 {
      position: relative;
      z-index: 2;
      font-size: clamp(28px, 6vw, 60px); /* responsive font */
      font-weight: 500;
      margin: 0;
      font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    .fire-scroll-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 50px;
      height: 50px;
      background: rgba(205, 154, 97, 1);
      color: #fff;
      border: none;
      border-radius: 50%;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background 0.3s ease, transform 0.3s ease;
      display: none;
      z-index: 999;
    }

    .fire-scroll-top:hover {
      background: black;
      transform: scale(1.1);
    }

    .fire-scroll-top i {
      font-size: 26px;
      line-height: 50px;
    }
     .map-container 
  {
      width: 100%;
      height: 400px;
  }
    
  .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
  }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
    background: #1ebe5c;
  }

   /* Section with background and overlay */
    .work-section {
      position: relative;
      padding: 80px 0;
      background: url("images/greenban.jpg") no-repeat center center/cover;
      z-index: 1;
    }

    /* White overlay with transparency */
    .work-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      z-index: -1;
    }

    .work-card {
      background: white;
      border: none;
      border-top-left-radius: 40px;
      border-bottom-right-radius: 40px;
      overflow: hidden;
      transition: all 0.4s ease;
      box-shadow: 0 5px 20px rgba(0,0,0,0.8);
    }

    .work-card:hover {
      transform: translateY(-8px);
      
    }

    .work-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .work-card:hover img {
      transform: scale(1.05);
    }

    .work-card .card-body {
      padding: 25px;
      text-align: center;
    }

    .work-card h5 {
      font-weight: 600;
      font-size: 1.15rem;
      color: rgba(205, 154, 97, 1);
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .work-card p {
      font-size: 15px;
      color: black;
      line-height: 1.5;
    }

    /* Ensures text visible over overlay */
    .text-center h2, 
    .text-center p {
      color: #1e1b1b;
    }
    .kon
    {
      margin-top: 4rem;
    }
    @media(max-width:920px)
    {
      .kon
      {
        margin-top: 0px;
      }
    }

      .proj-section {
      background: #f9f9f9;
      padding: 60px 20px;
      text-align: center;
    }

    /* Nav Pills Styling */
    .proj-nav .nav-link {
      color: #000;
      border-radius: 50px;
      font-weight: 600;
      margin: 0 10px;
      padding: 10px 25px;
      border: 2px solid #c99666;
      transition: all 0.3s ease;
    }
    .proj-nav .nav-link.active,
    .proj-nav .nav-link:hover {
      background-color: #c99666;
      color: #fff;
    }

    /* Image Card */
    .proj-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.4s ease;
    }
    .proj-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .proj-card:hover img {
      transform: scale(1.1);
    }

    /* Overlay */
    .proj-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.4s ease;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      padding: 10px;
    }
    .proj-card:hover .proj-overlay {
      opacity: 1;
    }

    @media (max-width: 767px) {
      .proj-card img {
        height: 200px;
      }
      .proj-overlay {
        font-size: 16px;
      }
    }
     .video-section {
      padding: 80px 0;
      background: black;
    }

    .video-content h2 {
      font-weight: 700;
      color: white;
      margin-bottom: 15px;
    }

    .video-content p {
      color: white;
      max-width: 600px;
      margin: 0 auto 30px;
    }

    .video-container {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      max-width: 900px;
      margin: 0 auto;
    }

    .video-container video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }

    @media (max-width: 767px) {
      .video-section {
        padding: 60px 20px;
      }
    }