.modal-content {
  background-color: #0d2e61;
  color: white;
  height: 540px;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  position: relative;
  max-width: 1254px;
  margin: auto;
}

.modal-header {
  border-bottom: none;
  padding: 1rem 1.5rem;
  background-color: #0d2e61;
}

.modal-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
}

.btn-close {
  color: white;
  opacity: 1;
  font-size: 1.5rem;
}

.btn-close:hover {
  color: #ccc;
}

.modal-body {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  gap: 2rem;
  background-color: #0d2e61;
}

.form-section {
  flex: 1;
}

.consult-form .form-control {
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: #333;
  width: 100%;
}

.consult-form .form-control::placeholder {
  color: #999;
}

.form-check-label {
  font-size: 0.85rem;
  color: #ffffff75 !important;
}

.politika {
  color: #0075ff;
  text-decoration: underline;
}

.btn-orange {
  background-color: #f7600c;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  width: 100%;
  margin-top: 1rem;
}

.btn-orange:hover {
  background-color: #e05500;
}

.address {
  font-size: 0.8rem;
  color: #ccc;
  margin-top: 1rem;
}

.consult-photo {
  flex: 1;
  text-align: right;
  position: relative;
}

.quote {
  font-style: italic;
  font-size: 0.9rem;
  color: white;
  margin-bottom: 1rem;
  text-align: left;
}

.name {
  text-align: left;
  margin-bottom: 1rem;
}

.name-title {
  color: #f7600c;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.name-subtitle {
  font-size: 0.75rem;
  color: #ccc;
  
}

.photo-img {
  max-width: 200px;
  height: auto;
  border-radius: 10px;
  margin-top: 1rem;
}

.disclaimer {
  font-size: 0.7rem;
  color: #ccc;
  opacity: 0.7;
  text-align: left;
  margin-top: 0.5rem;
}


@media (max-width: 1024px) {
  .modal-body {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .consult-photo {
    text-align: center;
  }
  .photo-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .quote {
    text-align: center;
    width: 100%;
  }
  .name {
    text-align: center;
  }
  .disclaimer {
    text-align: center;
  }
  .consult-photo img {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .modal-content {
    border-radius: 10px;
    height: 740px !important;
  }
  .name2 {
    text-align: left;
    max-width: 233px;
}
  .modal-header {
    padding: 0.75rem 1rem;
  }
  .modal-title {
    font-size: 1.1rem;
  }
  .btn-close {
    font-size: 1.25rem;
  }
  .modal-body {
    padding: 1rem;
    gap: 1rem;
  }
  .consult-form .form-control {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
  }
  .form-check-label {
    font-size: 0.75rem;
  }
  .btn-orange {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  .address {
    font-size: 0.7rem;
  }
  .quote {
    font-size: 0.8rem;
  }
  .name-title {
    font-size: 0.9rem;
  }
  .name-subtitle {
    font-size: 0.65rem;
  }
  .disclaimer {
    font-size: 0.6rem;
  }
}

@media (max-width: 480px) {
  .modal-content {
    border-radius: 8px;
  }
  .modal-header {
    text-align: center !important;
  }
  .vjfne {
    color: #f97316;
    font-size: 16px;
    width: 64%;
    text-align: center;
  }
  .modal-title {
    margin-top: 10px !important;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-left: 28px;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .btn-close {
    font-size: 1rem;
  }
  .modal-body {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  .jhjhk {
    height: 800px;
  }
  .consult-form .form-control {
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
  }
  .form-check-label {
    font-size: 0.7rem;
  }
  .btn-orange {
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
  }
  .address {
    font-size: 0.65rem;
  }
  .quote {
    font-size: 0.75rem;
  }
  .name-title {
    font-size: 0.85rem;
  }
  .name-subtitle {
    font-size: 0.6rem;
    font-weight: 600;
    color: #ffffff8c;
  }
  .disclaimer {
    font-size: 0.55rem;
  }
  .photo-img {
    margin-top: 0.5rem;
  }
}

.modal {
  --bs-modal-width: 80%;
}


.header {
  background-color: #0d2e61;
  color: white;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.header .navbar-brand img {
  height: 40px;
}

.nav-link {
  color: white !important;
  font-weight: 500;
  font-size: 1rem;
}

.nav-link:hover {
  text-decoration: underline;
}

.contact-info p {
  margin: 0;
  font-size: 0.9rem;
}

.orange-btn {
  background-color: #f97316;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
}

.orange-btn:hover {
  background-color: #ea580c;
}


.burger-btn {
  font-size: 24px;
  background: none;
  border: none;
  color: white;
}


.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background-color: #002855;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1100;
}

.mobile-menu.show {
  display: flex;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.mobile-menu ul li {
  margin: 1rem 0;
}

.mobile-menu a {
  color: white;
  font-size: 1.2rem;
}

#closeBtn {
  align-self: flex-end;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  margin-bottom: 2rem;
}


@media (max-width: 991.98px) {
  .header .d-lg-flex {
    display: none !important;
  }
}

.mt-521 {
  margin-top: 100px;
}

.hhhh {
  text-align: center;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

footer {
  background-color: #002855;
  color: #ffffff;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 90%;
  margin-bottom: 10px;
}

.footer-logo img {
  max-height: 60px;
  justify-content: left;
}

.footer-menu {
  text-decoration: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

a {
  text-decoration: none;
  color: white;
}

.footer-bottom {
  background-color: #002855;
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-menu {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}

.footer-column {
  text-align: left;
  opacity: 0.5;
}

.foterter {
  background-color: #001935;
  color: white;
  text-align: center;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
}

.potototo {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .potototo {
    display: none;
  }
  .consult-photo {
    text-align: center;
  }
  .name {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400) {
  .burger-btn {
    margin-right: 20px;
  }
}
