



@media (max-width: 991.98px) {
  .header .header-content {
    padding-top: 60px;
    
    padding-bottom: 40px;
  }

  .intro-text .glass-button,
  .intro-text a.glass-button {
    display: inline-block;
    margin-left: 0 !important;
    margin-top: 12px;
  }

  .scroll-down-wrapper {
    margin-bottom: 40px;
  }

  .intro-glass-button-mobile {
    margin-bottom: -40px;
  }

  .navbar-brand.logo-image img {
    max-height: 48px;
    height: auto;
    width: auto;
  }

  .navbar-collapse {
    text-align: center;
  }

  .navbar-nav {
    margin-top: 8px;
  }

  .navbar-nav .nav-item {
    display: block;
    margin: 6px 0;
  }
}


@media (max-width: 991.98px) {
  .chat-container {
    width: 100%;
  }

  .chat-messages {
    max-height: 320px;
    overflow-y: auto;
  }

  .chat-input-wrapper {
    display: flex;
    gap: 8px;
  }

  .chat-input {
    flex: 1 1 auto;
    min-width: 0;
    
  }

  .send-button {
    flex: 0 0 auto;
  }

  .prompt-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .prompt-button {
    flex: 0 1 auto;
  }
}


@media (max-width: 991.98px) {
  .swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 767.98px) {
  #footer .row {
    display: flex;
    flex-direction: column;
  }

  #footer .footer-col {
    margin-bottom: 24px;
  }

  .social-section .social-icons {
    justify-content: center;
    flex-wrap: wrap;
  }
}


@media (max-width: 575.98px) {

  .form .text-container,
  .form .text-container form {
    width: 100%;
  }

  .form .text-container .glass-button {
    width: auto;
  }
}


@media (max-width: 575.98px) {

  .about-title h1,
  .about-title .h1 {
    word-break: break-word;
    white-space: normal;
    line-height: 1.1;
    font-size: 4.8rem;
  }

.main-vanishing-title{
    word-break: break-word;
    white-space: normal;
    line-height: 1.1;
    font-size: 4.8rem;
    margin-top: 6rem;
  }


  .intro-text .lead {
    white-space: normal;
  }

  .intro-text .lead br {
    display: none;
    
  }
}


img,
iframe,
video {
  max-width: 100%;
  height: auto;
}


@media (max-width: 991.98px) {

  .col-md-4,
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}





@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {

  
  .contact-form,
  .contact-form-demo {
    padding: 2rem 1.5rem !important;
    margin: 1rem !important;
  }

  .contact-form h4,
  .contact-form-demo h4 {
    font-size: 1.8rem !important;
  }

  .meeting-options,
  .service-options {
    flex-direction: column !important;
  }

  .meeting-option,
  .service-option {
    min-width: 100% !important;
  }

  .calendar-grid {
    gap: 4px !important;
  }

  .calendar-day {
    padding: 8px 4px !important;
    font-size: 0.9rem !important;
  }

  .time-slots {
    gap: 0.5rem !important;
  }

  .time-slot {
    min-width: 80px !important;
  }

  .contact-info {
    flex-direction: column !important;
    align-items: center !important;
  }

  .contact-details {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }

  s

  
  .team-title h1 {
    font-size: 2.4rem;
    margin-top: 0;
    line-height: 1.15;
  }

  .team-member {
    margin-bottom: 0;
  }

  .team-member:last-child {
    margin-bottom: 50px;
  }

  .contact-info {
    margin: auto 2rem 0 2rem;
  }

  .contact-details {
    margin: auto auto 0 auto;
  }

  .contact-details:last-child {
    margin-bottom: 50px;
  }

  .map-title {
    margin-top: 80px;
  }


  .product-title h1 {
    font-size: 2.4rem;
    margin-top: 0;
    line-height: 1.15;
  }

  
  h1 {
    font-size: 2.2rem;
    margin-top: 0;
    line-height: 1.15;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1rem;
  }

  .contact-form,
  .contact-form-demo {
    padding: 1.5rem 1rem !important;
  }

  .contact-form h4,
  .contact-form-demo h4 {
    font-size: 1.5rem !important;
  }

  .form-control {
    padding: 0.875rem 1rem !important;
  }

  .form-glass-button {
    padding: 1rem 1.5rem !important;
    font-size: 1.1rem !important;
  }

  .section-title h1 {
    font-size: 4.8rem !important;
    margin-top: 0 !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 480px) {

  
  .contact-form,
  .contact-form-demo {
    padding: 1.25rem 0.75rem !important;
  }

  .contact-form h4,
  .contact-form-demo h4 {
    font-size: 1.4rem !important;
  }
}


