body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
    }

    /* Sticky Header */
    .sticky-navbar {
      position: sticky;
      top: 0;
      z-index: 1020;
      background: #fff;
    }

    /* Top bar */
    .top-bar {
      background: #f8f9fa;
      font-size: 14px;
      padding: 5px 0;
    }

    /* Mega Menu */
    .dropdown-mega {
      position: static !important;
    }
    .dropdown-mega .dropdown-menu {
      left: 0 !important;
      right: 0 !important;
      transform: translateY(15px);
      width: 100% !important;
      border-radius: 0;
      border-top: 3px solid #f97316;
      margin-top: 0;
      background: #fff;
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease;
    }
    .dropdown-mega:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .nav-item.dropdown .dropdown-menu {
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all 0.4s ease;
      margin-top: 0;
      display: block;
    }
    .nav-item.dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .mega-menu-content h6 {
      color: #f97316;
    }
    .mega-menu-content ul li {
      padding: 6px 0;
    }
    .mega-menu-content ul li a {
      color: #333;
      text-decoration: none;
      transition: all 0.3s;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .mega-menu-content ul li a i {
      color: #000;
      min-width: 18px;
      transition: color 0.3s ease;
    }
    .mega-menu-content ul li a span {
      margin-left: auto;
      color: #f97316;
    }
    .mega-menu-content ul li a:hover {
      color: #f97316;
      transform: translateX(5px);
    }
    .mega-menu-content ul li a:hover i {
      color: #f97316;
    }

    /* Dropdown item hover */
    .dropdown-menu .dropdown-item {
      transition: all 0.2s;
    }
    .dropdown-menu .dropdown-item i {
      color: #000;
      transition: color 0.3s ease;
    }
    .dropdown-menu .dropdown-item:hover {
      background-color: #fff6ef;
      color: #f97316;
    }
    .dropdown-menu .dropdown-item:hover i {
      color: #f97316;
    }

    /* Button */
    .btn-contact {
      background: #f97316;
      border: none;
    }
    .btn-contact:hover {
      background: #e65e00;
    }
    .icon-bis-logo {
      width: 24px;
      height: auto;
      vertical-align: middle;
      margin-right: 8px;
    }

    /*=============timer popup*/
        /* Overlay Background */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }
    .popup-icon-color{
      color: #f97316;
    }

    /* Popup Container */
    .popup-container {
      background: #fff;
      width: 800px;
      height: 500px;
      display: flex;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
      animation: fadeIn 0.5s ease;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.9);}
      to {opacity: 1; transform: scale(1);}
    }

    /* Close Button */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 28px;
      color: #555;
      cursor: pointer;
      z-index: 10;
      transition: 0.3s;
    }
    .close-btn:hover {
      color: #ff4d4d;
      transform: rotate(90deg);
    }

    /* Image Side */
    .popup-image {
      flex: 1;
      background: url('img/Enquiry Img glob_1.jpg') no-repeat center center/cover;
    padding: 20px;
    }

    /* Form Side */
    .popup-form {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: #fdfdfd;
    }

    .popup-form h2 {
      margin-bottom: 25px;
      font-size: 28px;
      color: #333;
      text-align: center;
    }

    .popup-form .form-group {
      position: relative;
      margin-bottom:10px;
    }

    .popup-form input,
    .popup-form textarea {
      width: 100%;
      padding: 12px 15px;
      border: 2px solid #ddd;
      outline: none;
      background: #fff;
      transition: 0.3s;
      font-size: 15px;
    }

    /* Focus effect */
    .popup-form input:focus,
    .popup-form textarea:focus {
      background: #fff;
      border-color: #007BFF;
      box-shadow: 0 0 5px rgba(0,123,255,0.3);
    }
    /*phone screen */
    @media (max-width: 767px) {
    .popup-container {
      flex-direction: column;
      width: 90%;
      height: auto;
    }

    .popup-image {
      display: none;
    }

    .popup-form {
      flex: 1;
      padding: 20px;
    }

    .popup-form h2 {
      font-size: 22px;
    }
  }

    /*=====================
            Header end
    =======================*/

/*=========================
            Footer start
=========================*/
.footer{
  position:relative;
}
.footer .footer-top{
  padding:10px 0px;
  position:relative;
  background:#000;
}
.footer .footer-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 0; /* Make sure overlay is behind content */
}

.footer .single-footer, 
.footer .single-footer ul li a {
    position: relative;
    z-index: 1; /* Content above overlay */
    text-decoration: none;
    color: #fff;
}

.footer .single-footer .social{
  margin-top:25px;
}
.footer .single-footer .social li{
  display:inline-block;
  margin-right:10px;
}
.footer .single-footer .social li:last-child{
  margin-right:0px;
}
.footer .single-footer .social li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  display: block;
  color:#fff;
  font-size: 16px;
}
.footer .single-footer .social li a:hover{
  color:#f97316;
  background:#fff;
  border-color:transparent;
}
.footer .single-footer .social li a i{
  
}
.footer .single-footer.f-link li a i{
  margin-right:10px;
}
.footer .single-footer.f-link li{
  display:block;
  margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
  margin:0;
}
.footer .single-footer.f-link li a {
  text-decoration: none;
  display: block;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
  padding-left:8px;
}
.footer .single-footer h2{
  color:#fff;
  font-size:20px;
  font-weight:600;
  text-transform:capitalize;
  margin-bottom:40px;
  padding-bottom:20px;
  text-transform:capitalize;
  position:relative;
}
.footer .single-footer h2::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 50px;
  background: #fff;
}
.footer .single-footer .time-sidual{
  margin-top:15px;
}
.footer .single-footer .time-sidual{
  overflow:hidden;
}
.footer .single-footer .time-sidual li {
  display: block;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
  display:inline-block;
  float:right;
}
.footer .single-footer .day-head .time {
  font-weight: 400;
  float: right;
}
.footer .single-footer p{
  color:#fff;
}
.footer .single-footer .newsletter-inner{
  margin-top:20px;
  position:relative;
}
.footer .single-footer .newsletter-inner input {
  background: transparent;
  border: 1px solid #fff;
  height: 50px;
  line-height: 42px;
  width: 100%;
  margin-right: 15px;
  color: #fff;
  padding-left: 18px;
  padding-right: 70px;
  display: inline-block;
  float: left;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
  padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: #fff;
  border-left: 1px solid #fff;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
  color: #f97316;
  font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
  color:#2C2D3F;
}
.footer .copyright{
  background:#f97316;
  padding:25px 0px 25px 0px;
  text-align:center;
}
.footer .copyright .copyright-content p{
  color:#fff;
}
.footer .copyright .copyright-content p a{
  color:#fff;
  font-weight:400;
  text-decoration:underline;
  display:inline-block;
  margin-left:4px;
}

/*========social icon========*/
.social-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    align-items: flex-start;
    position: fixed; /* Makes the container sticky */
    left: 20px; /* Position it from the left */
    bottom: 20px; /* Position it from the bottom */
    z-index: 9999; /* Ensure it stays on top of other content */
  }

  .social-icon {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #333;
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
    overflow: visible;
  }

  .social-icon i {
    font-size: 20px;
    transition: transform 0.3s ease;
  }

  .social-icon:hover i {
    transform: scale(1.2); /* Slightly enlarge icon on hover */
  }

  .social-icon:hover {
    background-color: #007bff;
  }

  .social-icon span {
    position: absolute;
    left: 55px;
    opacity: 0;
    transform: translateX(10px);
    background-color: #f8f9fa;
    color: #007bff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }

  .social-icon:hover span {
    opacity: 1;
    transform: translateX(0);
  }

  /* Social icon colors */
  .social-icon.facebook { background-color: #3b5998; }
  .social-icon.whatsapp { background-color: #25D366; }
  .social-icon.instagram { background-color: #C13584; }
  .social-icon.twitter { background-color: #1DA1F2; }

  .social-icon.facebook:hover { background-color: #3b5998; }
  .social-icon.whatsapp:hover { background-color: #25D366; }
  .social-icon.instagram:hover { background-color: #C13584; }
  .social-icon.twitter:hover { background-color: #1DA1F2; }

/*===========Back to Top Button=================== */
/* Button Style */
#backToTop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(135deg, #f97316, #ff6600);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 15px 18px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Hover Effect */
#backToTop:hover {
  background: linear-gradient(135deg, #ff6600, #f97316);
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

/* Smooth show/hide */
#backToTop.hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/*=========================
            Footer end
=========================*/