/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/phone/calling-page.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Calling Page Styles */
.calling-page-container {
  padding: 1rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 0px !important;
}
.phone-icon{
    rotate: 135deg;
    color: #333;
}
.calling-interface {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 80vh;
  position: relative;
  border-radius: 20px;
  padding: 2rem;
  margin: 0 auto;
}

/* Hotel Branding */
.hotel-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.hotel-logo {
  margin-bottom: 0;
}

.logo-circle {
  width: 70vw;
  max-width: 300px;
  height: 70vw;
  max-height: 300px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f3eb;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.logo-icon {
  width: 50vw;
  max-width: 200px;
  height: 50vw;
  max-height: 200px;
  object-fit: contain;
  /* filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(118%) contrast(119%); */
  margin-bottom: 12px;
}

.hotel-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.3px;
  max-width: 150px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hotel-brand {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.1;
  margin: 0 0 4px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Call Recipient */
.call-recipient {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 0;
}

.recipient-name {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.5rem 0;
  text-align: center;
}

.extension-tag {
  background: #333;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}

/* Call Status */
.call-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #4a5568;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.status-indicator {
  width: 8px;
  height: 8px;
  background: #48bb78;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

.status-text {
  font-weight: 600;
}

/* Call Controls */
/* .call-controls {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
} */

.end-call-btn {
  background: #b8b3b3;
  color: #bbb9b9;
  border: none;
  border-radius: 50%;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.end-call-btn:hover {
  background: #d0d0d0;
  color: #222;
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-icon {
  width: 20px;
  height: 20px;
  color: white;
}

.btn-text {
  font-weight: 600;
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .calling-interface {
    /* padding: 1.5rem; */
    /* height: 100vh; */
  }
  
  .logo-circle {
    width: 70vw;
    height: 70vw;
    padding: 8px;
  }
  
  .logo-icon {
    width: 45vw;
    height: 45vw;
  }
  
  .hotel-name {
    font-size: 12px;
    line-height: 1.0;
    max-width: 120px;
  }
  
  .recipient-name {
    font-size: 24px;
  }
  
  .end-call-btn {
    padding:1rem 1rem;
    font-size: 16px;
  }
  
  .call-controls {
    bottom: 2rem;
  }
} 
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./components/phone/phone.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.quick-access-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
    gap: 20px;
    padding: 20px 0;
}

@media (max-width: 900px) {
    .quick-access-grid {
        grid-template-columns: repeat(3, 1fr); /* Tablet: 2 columns */
    }
}

@media (max-width: 600px) {
    .quick-access-grid {
        grid-template-columns: repeat(3, 1fr); /* Mobile: 3 columns */
    }
}
.quick-access-item {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.quick-access-item:hover {
    transform: translateY(-5px);
}
.quick-access-item .food-brands {
    display: block;
    margin-bottom: 10px;
}
.quick-access-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.quick-access-item h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.emergency-swiper-loading {
  width: 100%;
  padding: 10px 0;
}

.loading-placeholder {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.emergency-item-placeholder {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.placeholder-image {
  width: 60px;
  height: 60px;
  background: #f0f0f0;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.placeholder-text {
  width: 80px;
  height: 16px;
  background: #f0f0f0;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.6;
  }
}
/* Emergency Swiper Styles */
.brands-logo {
    position: relative;
    display: flex;
    gap: 20px;
    overflow: hidden;
    min-height: 120px;
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-container.visible {
    opacity: 1;
}

.brands-logo-swiper {
    height: 100%;
}

.swiper-slide-placeholder {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.swiper-slide-placeholder.fade-out {
    opacity: 0;
}

.swiper-slide-placeholder .food-brands {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.swiper-slide-placeholder .brand-img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.swiper-slide-placeholder h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

/* Swiper Slide Styles */
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.swiper-slide .food-brands {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.swiper-slide .brand-img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.swiper-slide h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.emergency-grid {
  position: relative;
  display: flex;
  gap: 20px;
  overflow: hidden;
  min-height: 120px;
}
.emergency-grid h4 {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(var(--dark-text), 1);
}
.emergency-grid .emergency-contact {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border: 1px solid rgba(var(--light-theme-color), 1);
  border-radius: 100%;
  margin: 0 auto;

}
.content-wrapper.main-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#root, .app-main-wrapper { /* or your main app wrapper */
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.content-wrapper.main-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  /* Remove min-height! */
}

.footer {
  flex-shrink: 0;
  /* Optionally: */
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
