
.our-experinence-subtext{
    border-left: 3px solid #e81840;
    border-radius: 5px;
    padding: 5px;
}
    /* .productsEnquiryForm .svgIcon{
        position: absolute; left: 25px; top: 40%; transform: translateY(-50%); z-index: 2;
    } */
.productsEnquiryForm .form-control{
    padding-left: 45px;
}
.productsEnquiryForm .product_category{
    color: #666;  padding-left: 45px; border: 1px solid #666;
}
/* .productsEnquiryForm .AdditionalsvgIcon{
    position: absolute; left: 27px; top: 20px; z-index: 2;
}
.productsEnquiryForm .produtcCategroysvgIcon{
    position: absolute; right: 25px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 2;
}
.productsEnquiryForm .produtcCategroysvgIconbox{
        position: absolute;
    left: 22px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 2;
} */
.pbminfotech-box-desc ul{
    padding-left: 20px; list-style-type: disc; color: #000;
}
.pbmit-content-wrapper span{
    color: #e81840;
}
.footer-white-logo{
    width: 250px;
}

.pbmit-footer-widget-area ul.menu li {
  position: relative;
  padding-left: 20px; /* space for icon */
  margin-bottom: 10px;
}

/* Custom bullet icon using before */
.pbmit-footer-widget-area ul.menu li::before {
  content: "•"; /* bullet, you can use any icon or Unicode */
  position: absolute;
  left: 0;
  color: #e81840; /* or any accent color */
  font-size: 18px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.pbmit-bg-color-global form .form-control{
    margin-bottom: 5px;
}

/* ProductsEnquiry form input feild icon */
.input-icon-wrapper {
  position: relative;
}

.input-icon-wrapper svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}

.input-icon-wrapper .AdditionalsvgIcon {
  top: 20%;
}

.input-icon-wrapper input,
.input-icon-wrapper select {
  padding-left: 42px !important; /* Enough space for the icon */
}


/* ProductsEnquiry form validation and toster */
/* Input validation borders */
/* .input-error {
      border: 2px solid red !important;
    }

    .input-success {
      border: 2px solid green !important;
    }

    .toast {
      position: fixed;
      top: 20px;
      right: 20px;
      background: #2ecc71;
      color: #fff;
      padding: 12px 18px;
      border-radius: 5px;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .toast.show {
      opacity: 1;
    }

    .toast.error {
      background: #e74c3c;
    }

    .input-icon-wrapper {
      position: relative;
      margin-bottom: 15px;
    }

    .input-icon-wrapper svg {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      fill: #999;
    }

    .input-icon-wrapper input,
    .input-icon-wrapper textarea {
      padding-left: 35px;
      width: 100%;
      box-sizing: border-box;
    } */

    /* loader style */
#loader {
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-logo {
  width: 180px;
  height: auto;
  animation: smoothZoom 1.8s ease-in-out infinite;
}

@keyframes smoothZoom {
  0% { transform: scale(0.8); opacity: 0.7; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(0.8); opacity: 0.7; }
}


/* menu active */

.navigation .active {
  color: #e81840;
  font-weight: 600;
}

.navigation .active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: #e81840;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.navigation .active:hover::before {
  width: 100%;
}
  .error-text {
    color: red;
    font-size: 13px;
    margin-top: 5px;
  }
  .is-invalid {
    border-color: red !important;
  }

.custom-toast {
  visibility: hidden;
  min-width: 280px;
  max-width: 400px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  text-align: left;
  border-radius: 12px;
  padding: 16px 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
  box-shadow: 0 8px 25px rgba(232, 24, 64, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: translateX(100%) scale(0.8);
}

.custom-toast.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.custom-toast.hide {
  opacity: 0;
  transform: translateX(100%) scale(0.8);
  transition: all 0.3s ease-in;
}

.toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.toast-success,
.toast-error,
.toast-info {
  background: none !important;
  backdrop-filter: none !important;
  background-color: unset !important;
}

/* Gradient styles */
.toast-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

.toast-error {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

.toast-info {
  background: linear-gradient(135deg, #007bff 0%, #17a2b8 100%) !important;
}

.toast-icon {
  font-size: 20px;
  flex-shrink: 0;
  animation: bounce 0.6s ease-out;
}

.toast-message {
  flex: 1;
  line-height: 1.4;
}

.toast-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
  flex-shrink: 0;
}

.toast-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 12px 12px;
  animation: progressBar 4s linear forwards;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  60% { transform: translateY(-4px); }
}

@keyframes progressBar {
  from { width: 100%; }
  to { width: 0%; }
}

/* Toast contect form style */
.custom-toast {
  position: fixed;
  top: 20px;
  left: 80%;
  transform: translateX(-50%);
  min-width: 280px;
  max-width: 400px;
  border-radius: 8px;
  color: white;
  padding: 12px 16px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  display: none;
  z-index: 9999;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-toast.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toast-icon {
  font-size: 22px;
  margin-right: 12px;
}

.toast-message {
  flex-grow: 1;
  font-size: 15px;
}

.toast-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0 6px;
}

.toast-progress {
  height: 3px;
  background-color: green; /* default green */
  width: 0;
  border-radius: 0 0 8px 8px;
  margin-top: 8px;
  transition: width 3s linear;
}

.custom-toast.success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-toast.error {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-toast.warning {
  background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
  color: #212529;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-toast.warning .toast-close {
  color: rgba(33, 37, 41, 0.8);
}

.custom-toast.warning .toast-close:hover {
  background: rgba(33, 37, 41, 0.1);
  color: #212529;
}

@media (max-width: 480px) {
  .custom-toast {
    left: 10px;
    right: 10px;
    top: 10px;
    min-width: auto;
    max-width: none;
  }
}

/* Modal overlay */
.custom-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

/* Modal box */
.modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  min-width: 280px;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
  text-align: center;
  color: #333;
}

/* Close button */
.modal-close-btn {
  margin-top: 20px;
  background-color: #007bff;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.modal-close-btn:hover {
  background-color: #0056b3;
}

 @media (max-width: 780px) {
  .main-dropdown > a {
    display: block;
    padding: 12px 16px;
  }

  .dropdown .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }

  .submenu {
    display: none;
    padding-left: 16px;
  }

  .dropdown.open > .submenu {
    display: block;
  }

  .arrow i {
    font-size: 14px;
    transition: transform 0.3s;
  }

  .dropdown.open .arrow i {
    transform: rotate(90deg);
  }

  .submenu li {
    padding: 8px 12px;
    display: block;
  }

}
  .submenu .dropdown .righticon i{
    display: none;
  }
@media (max-width: 768px) {
    .menu-item .arrow {
        display: inline-block !important;
    }
    .small-none-section{
      display: none !important;
    }
    .pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-post-title {
    font-size: 16px;
    line-height: 26px;
}
    .small-block-section{
      display: block !important;
    }
    .fid-two-area{
      text-align: center;
    }
    .contact-form-rightbox{
      padding: 15px;
    }
    .site-footer {
          margin: 0 8px;
    }
    .site-footer .pbmit-footer-text-inner {
    font-size: 12px;
    padding: 16px 12px;
    }
    .site-footer{
      padding: 15px;
    }
}
@media (max-width: 430px) {
    .menu-item .arrow {
        display: inline-block !important;
    }
    .small-none-section{
      display: none !important;
    }
    .small-block-section{
      display: block !important;
    }
    .fid-two-area{
      text-align: center;
    }
    .contact-form-rightbox{
      padding: 15px;
    }
    .site-footer {
          margin: 0 8px;
    }
    .site-footer .pbmit-footer-text-inner {
    font-size: 12px;
    padding: 16px 12px;
    }
    .site-footer{
      padding: 10px;
    }
}
@media (max-width: 430px) {
    .site-header .site-branding img {
        max-height: 53px;
    }
    .contact-bg-img img{
      width: 80%;
    }
}