.brand-logo {
  background-color: rgb(15, 15, 16);
  color: white;
  padding: 1rem 1rem 1rem 1rem;
}

.brand-text h1 {
  margin: 0;
  font-size: 2.5rem;
}

.brand-text p {
  margin: 0;
  font-size: 1rem;
  color: #ccc;
}

.logo {
  max-height: 60px;
  border-radius: 4px;
}

.navbar {
  background-color: #343a40;
  padding: 3px;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: white;
  font-size: 2rem;
  color: #600000;
  cursor: pointer;
  z-index: 1051;
}

.hero {
  background-color: #600000;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.section {
  padding: 40px 20px;
}

.card {
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.about-zigzag {
  background-color: #f4f4f4;
}

.zigzag-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 12px rgba(68, 68, 70, 0.879);
          box-shadow: 0 4px 12px rgba(68, 68, 70, 0.879);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-align: center;
  padding: 2rem;
}

.zigzag-box:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
          transform: translateY(-5px) scale(1.02);
  -webkit-box-shadow: 0 10px 24px #600000;
          box-shadow: 0 10px 24px #600000;
  background-color: #f8f9fa;
}

.zigzag-box i {
  font-size: 2.5rem;
  color: #600000;
  margin-bottom: 1rem;
}

.zigzag-box h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.zigzag-box p {
  font-size: 1.1rem;
  color: #444;
}

.top-start-line {
  position: absolute;
  top: 0rem;
  left: 0;
  width: 50%;
  height: 10px;
  background-color: #600000;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .zigzag-box {
    margin-bottom: 2rem;
  }
}
.timeline-section {
  background: #f9f9f9;
  padding: 60px 0;
}

.timeline-item {
  position: relative;
  padding: 20px;
  background: #fff;
  border-left: 4px solid #600000;
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timeline-icon {
  position: absolute;
  left: -23px;
  top: 25px;
  background: #600000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.timeline-step {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .timeline-container {
    max-width: 700px;
    margin: auto;
  }
}
.testimonial-card {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.testimonial-card h5 {
  color: #600000;
}

.testimonial-card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* .testimonial-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #0d6efd;
} */
.section-title {
  font-weight: bold;
  color: #600000;
}

.contact-cta {
  background-color: #f1f4f6;
}

.contact-cta h2 {
  font-size: 2rem;
  font-weight: 600;
}

.contact-cta p {
  font-size: 1.5rem;
  color: #454444;
}

.contact-cta .btn {
  font-size: 2rem;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #600000;
}

.contact-cta .btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.send-button .btn {
  background-color: #600000;
  color: white;
}

#chatBody {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 5px;
}

.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  font-size: 24px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  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;
}

.modal-dialog-bottom {
  position: fixed;
  bottom: 80px;
  right: 20px;
  margin: 0;
  width: 300px;
  max-width: 100%;
}

.chat-bubble-left,
.chat-bubble-right {
  padding: 10px 15px;
  border-radius: 18px;
  max-width: 90%;
  font-size: 14px;
  margin-bottom: 8px;
}

.chat-bubble-left {
  background-color: #f1f1f1;
  text-align: left;
  border-bottom-left-radius: 0;
}

.chat-bubble-right {
  background-color: #600000;
  color: white;
  text-align: right;
  margin-left: auto;
  border-bottom-right-radius: 0;
}

.footer {
  background-color: #343a40;
  font-size: 1rem;
}

html, body {
  height: 100%;
}