/*!
Theme Name: Infinity Website
Theme Name: Infinity
Theme URI: https://www.infinitysoftsystems.com/
Author: Infinity Soft Systems
Author URI: https://www.infinitysoftsystems.com/
Description: Self Company is a clean, modern, and professional WordPress theme designed for businesses, startups, and corporate websites. Developed by Infinity Soft Systems, this theme provides an elegant user interface and a responsive design, ensuring your content looks great across all devices. It includes customizable layouts, powerful features, and an intuitive page builder to create a seamless user experience. Whether you're showcasing services, portfolios, or blogs, Self Company is the ideal theme for your business presence.
Version: 1.0.0
*/
/*logo images highlited styling start here*/
.our-client__logo {
  position: relative;
  padding: 10px;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.border-anim {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid transparent;
  border-radius: 0px;
  pointer-events: none;
  z-index: 0;
  border-image: linear-gradient(135deg, #ee5183, #31baa2, #ee5183) 1;
  border-image-slice: 1;
  opacity: 0;
  transform: scale(0.9);
  transition:
    transform 0.9s ease,
    opacity 0.9s ease;
}
.border-anim.animate {
  opacity: 1;
  transform: scale(1);
}
.our-client__logoInner {
  position: relative;
  z-index: 1;
}
@keyframes zoomInOut {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fade-in-up {
  animation: zoomInOut 0.8s ease forwards;
}
/*Date and time range popup styling start here */
#popup-overlay {
  display: none;
}

#date-time-popup {
  display: none;
  position: absolute;
  bottom: -54%;
  right: 0px;
  z-index: 9999;
  width: 100%;
  max-width: 663px;
  background: #fff;
  border-radius: 20px;
  padding-top: 35px;
  padding-left: 26px;
  padding-right: 27px;
  padding-bottom: 35px;
  box-shadow: 0px 0px 8px 0px #0000004d;
  opacity: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  bottom: auto !important;
  top: 110% !important;
}
#date-time-popup.active {
  display: block;
  opacity: 1;
  transform: scale(1);
}
#popup-date-range {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.time-slot-grid {
  max-height: 318px;
  overflow-y: auto;
  width: 100%;
  padding-top: 11px;
}
@media (max-width: 767px) {
  .time-slot-grid {
    max-height: 276px;
  }
}
.time-slot {
  padding: 5px;
  text-align: center;
  border-radius: 6px;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 400;
  font-size: 17px;
  line-height: 37px;
}
@media (max-width: 767px) {
  .time-slot {
    padding: 0px;
  }
}
.time-slot.selected {
  background: #ec407a;
  color: white;
}
#confirm-date-time {
  width: 100%;
  padding: 10px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}
.date-time-box {
  display: flex;
  gap: 15px;
}
#date-time-popup h4 {
  margin-bottom: 10px;
}
.flatpickr-input {
  display: none;
}
.right-panel {
  width: 100%;
}
.default-time {
  width: 100%;
  height: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 37px;
  color: #000;
  border: 1px solid #0000004f !important;
  border-radius: 10px;
  padding: 0 18px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23B4B4B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px 14px;
  letter-spacing: 0.7px;
}

@media (max-width: 768px) {
  .default-time {
    height: 51px;
  }
}
@media (max-width: 767px) {
  .default-time {
    max-width: 56%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
/*Date and time range popup styling end here*/

@media (max-width: 1199px) {
  #date-time-popup {
    bottom: 0px;
    top: 19% !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #date-time-popup {
    bottom: 0px;
    top: 29% !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .date-time-box .right-panel {
    display: none !important;
  }

  .date-time-box.mobile-show-time .right-panel {
    display: block !important;
    /* position: absolute; */
    top: 0;
    left: 0;
    background-color: white;
    box-shadow: 0px 0px 12px 0px #00000040;
  }

  .date-time-box {
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
  }

  .date-time-box.mobile-show-time .flatpickr-calendar {
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    display: none !important;
  }
}
#date-time-popup.show-time {
  max-width: 520px;
}
#date-time-popup .right-panel {
  display: none;
}

#date-time-popup.show-time .right-panel {
  display: block;
}

#date-time-popup .date-time-box {
  max-width: 360px;
  transition: max-width 0.2s ease-in;
}

#date-time-popup.show-time .date-time-box {
  max-width: 800px;
}

#date-time-popup .right-panel {
  display: none;
}

@media (min-width: 1200px) {
  #date-time-popup.show-time .right-panel {
    display: block;
  }
}
