.elementor-27554 .elementor-element.elementor-element-cba9a57{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d793956 *//* Footer Styles - DoctorHouse Medical Scrubs */

/* Footer Variables */
:root {
  --footer-bg: #1A1D23;
  --footer-bg-light: #252930;
  --footer-text: #B8BCC8;
  --footer-heading: #FFFFFF;
  --footer-border: #353A45;
  --footer-hover: #17A2B8;
  --footer-icon-bg: #2C3139;
}

/* Main Footer */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  font-family: 'Inter', -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--footer-hover) 50%, 
    transparent 100%
  );
}

/* Footer Top Section */
.footer-top {
  padding: 4rem 0 3.5rem;
}

.footer-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}

/* Footer About Column */
.footer-about {
  grid-column: span 1;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: translateY(-3px);
}

.footer-logo img {
  height: 250px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.footer-description {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--footer-text);
  margin: 0 0 1.5rem 0;
  max-width: 100%;
}

/* Social Links */
.footer-social {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.social-link {
  width: 42px;
  height: 42px;
  background: var(--footer-icon-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--footer-text);
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.social-link:hover {
  background: var(--footer-hover);
  color: #FFFFFF;
  transform: translateY(-3px) scale(1.05);
  border-color: var(--footer-hover);
  box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

/* Footer Links Columns */
.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--footer-heading);
  margin: 0 0 1.5rem 0;
  position: relative;
  padding: 0 0 0.75rem 0;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, var(--footer-hover), transparent);
  border-radius: 2px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin: 0 0 0.75rem 0;
  padding: 0;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0;
}

.footer-menu a::before {
  content: '→';
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.25s ease;
  font-size: 0.875rem;
  color: var(--footer-hover);
}

.footer-menu a:hover {
  color: var(--footer-hover);
  padding-left: 0.625rem;
}

.footer-menu a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Contact Info - تصغير المسافات بشكل كبير */
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.625rem 0;
  padding: 0.625rem 0.75rem;
  background: var(--footer-bg-light);
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-item:hover {
  background: var(--footer-icon-bg);
  transform: translateX(4px);
  border-color: var(--footer-border);
}

.contact-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: var(--footer-icon-bg);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--footer-hover);
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.contact-text {
  flex: 1;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.contact-text h5 {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--footer-heading);
  margin: 0 0 0.25rem 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.contact-text p {
  font-size: 0.875rem;
  color: var(--footer-text);
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.contact-text a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.25s ease;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.contact-text a:hover {
  color: var(--footer-hover);
}

/* Footer Bottom */
.footer-bottom {
  padding: 1.75rem 0;
  background: var(--footer-bg-light);
  border-top: 1px solid var(--footer-border);
  margin: 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.copyright {
  font-size: 0.875rem;
  color: var(--footer-text);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.copyright a {
  color: var(--footer-hover);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
}

.copyright a:hover {
  color: #20C9E0;
}

.footer-bottom-links {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.footer-bottom-links a {
  font-size: 0.875rem;
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
  margin: 0;
  padding: 0;
}

.footer-bottom-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--footer-hover);
  transition: width 0.3s ease;
}

.footer-bottom-links a:hover {
  color: var(--footer-hover);
}

.footer-bottom-links a:hover::after {
  width: 100%;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--footer-hover);
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 999;
  margin: 0;
  padding: 0;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background: #138496;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 6px 24px rgba(23, 162, 184, 0.5);
}

/* Reset any default spacing */
.footer-grid > * {
  margin: 0;
  padding: 0;
}

/* Responsive Design - Tablet */
@media (max-width: 992px) {
  .footer-top {
    padding: 3.5rem 0 3rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem;
  }
  
  .footer-about {
    grid-column: span 2;
    text-align: center;
  }
  
  .footer-logo {
    margin: 0 auto 1.5rem;
  }
  
  .footer-logo img {
    margin: 0 auto;
  }
  
  .footer-description {
    margin: 0 auto 1.5rem;
    max-width: 550px;
  }
  
  .footer-social {
    justify-content: center;
    margin: 0 auto;
  }
  
  .footer-title::after {
    left: 0;
  }
}

/* Responsive Design - Mobile Large */
@media (max-width: 768px) {
  .footer-top {
    padding: 3rem 0 2.5rem;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .footer-about {
    grid-column: span 1;
    text-align: center;
  }
  
  .footer-logo {
    margin: 0 auto 1.5rem;
  }
  
  .footer-logo img {
    height: 200px;
    margin: 0 auto;
  }
  
  .footer-description {
    margin: 0 auto 1.5rem;
    text-align: center;
    max-width: 100%;
  }
  
  .footer-social {
    justify-content: center;
    gap: 0.875rem;
    margin: 0 auto;
  }
  
  .social-link {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
  
  .footer-links {
    text-align: center;
  }
  
  .footer-title {
    text-align: center;
    margin: 0 auto 1.5rem;
  }
  
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-menu {
    text-align: center;
  }
  
  .footer-menu li {
    margin: 0 0 0.75rem 0;
  }
  
  .footer-menu a {
    justify-content: center;
  }
  
  .contact-info-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 0.875rem;
    margin: 0 0 0.75rem 0;
  }
  
  .contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 18px;
  }
  
  .footer-bottom {
    padding: 2rem 0;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
  }
  
  .footer-bottom-links {
    justify-content: center;
    margin: 0 auto;
  }
}

/* Responsive Design - Mobile Small */
@media (max-width: 576px) {
  .footer-container {
    padding: 0 1.25rem;
  }
  
  .footer-top {
    padding: 2.5rem 0 2rem;
  }
  
  .footer-grid {
    gap: 2rem;
  }
  
  .footer-logo {
    margin: 0 auto 1.25rem;
  }
  
  .footer-logo img {
    height: 160px;
  }
  
  .footer-description {
    margin: 0 auto 1.25rem;
  }
  
  .footer-social {
    gap: 0.75rem;
  }
  
  .social-link {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  
  .footer-title {
    margin: 0 auto 1.25rem;
  }
  
  .footer-menu li {
    margin: 0 0 0.875rem 0;
  }
  
  .contact-info-item {
    padding: 0.75rem;
    margin: 0 0 0.625rem 0;
  }
  
  .contact-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 17px;
  }
  
  .contact-text h5 {
    font-size: 0.625rem;
  }
  
  .contact-text p,
  .contact-text a {
    font-size: 0.8125rem;
  }
  
  .footer-bottom {
    padding: 1.75rem 0;
  }
  
  .footer-bottom-links {
    flex-direction: column;
    gap: 1rem;
  }
  
  .scroll-to-top {
    width: 48px;
    height: 48px;
    font-size: 20px;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

/* Responsive Design - Extra Small Mobile */
@media (max-width: 400px) {
  .footer-container {
    padding: 0 1rem;
  }
  
  .footer-top {
    padding: 2rem 0 1.75rem;
  }
  
  .footer-grid {
    gap: 1.75rem;
  }
  
  .footer-logo {
    margin: 0 auto 1.25rem;
  }
  
  .footer-logo img {
    height: 140px;
  }
  
  .footer-description {
    font-size: 0.875rem;
    line-height: 1.65;
    margin: 0 auto 1.25rem;
  }
  
  .footer-social {
    gap: 0.625rem;
  }
  
  .social-link {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
  
  .footer-title {
    font-size: 1rem;
    margin: 0 auto 1rem;
  }
  
  .contact-info-item {
    padding: 0.625rem;
    margin: 0 0 0.5rem 0;
  }
  
  .contact-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 16px;
  }
  
  .contact-text h5 {
    font-size: 0.5625rem;
  }
  
  .contact-text p,
  .contact-text a {
    font-size: 0.75rem;
  }
  
  .scroll-to-top {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .site-footer {
    background: var(--footer-bg);
  }
}

/* Print Styles */
@media print {
  .scroll-to-top,
  .footer-social {
    display: none;
  }
  
  .footer-logo img {
    height: 80px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .footer-menu a,
  .contact-text a,
  .footer-bottom-links a {
    text-decoration: underline;
  }
  
  .social-link,
  .contact-icon {
    border: 2px solid currentColor;
  }
}

/* Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
  .social-link,
  .footer-menu a,
  .scroll-to-top {
    min-height: 44px;
    min-width: 44px;
  }
}/* End custom CSS */