@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.bgprimary {
  background-color: #061d40;
}

p {
  text-align: justify;
}

.blue {
  color: #061d40;
}

.defualtul {
  list-style: none;
}

.defualtul li {
  line-height: 2;
}

.defualtul li svg {
  color: #061d40;
}

.bluebtn {
  background-color: #061d40;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
}

.bgblue {
  background-color: #04a2de;
}

.imgshdow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.fdilogo {
  font-size: 3rem;
  color: white;
  letter-spacing: 1px;
  font-weight: 600;
}

.fdilogo span {
  color: #04a2de;
}

.packulnew {
  list-style: none;
  /* Removes default bullet points */
  padding: 0;
}

.packulnew li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}

.packulnew li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  /* Unicode for a tick mark */
  position: absolute;
  left: 0;
  color: #061d40;
  /* Color of the tick mark */
  font-size: 12px;
  /* Adjust the size of the tick mark */
}

.ml-5 {
  margin-left: 30px;
}

.shape-3 {
  display: inline-block;
  background-color: #04a2de;
  color: #ffffff; /* Text color */
  padding: 10px 20px; /* Adjust padding as needed */
  position: relative;
  font-weight: 500;
  text-align: left;
  clip-path: polygon(0 0, 90% 0, 100% 150%, 90% 100%, 0 100%);
  width: 100%;
}

.myvisacontainer {
  width: 100%;
  background-color: url("../img/background-world-map.jpg");
  background-size: cover;
}

.pack {
  background-color: white;
  background-size: 100% 100%;
  min-height: 650px;
  max-height: auto;
  width: 24%;
  padding-bottom: 2%;
  float: right;
  border-radius: 20px;
  overflow: hidden;
  z-index: 99 !important;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  margin-bottom: 50px;
}

.pack-width {
  width: 48%;
}

.packheadercontainer {
  width: 120%;
  height: auto;
  background-color: #061d40;
  margin-left: -10%;
  margin-bottom: 10%;
}

.packheader {
  background-color: #04a2de;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: white;
  white-space: normal;
  word-wrap: break-word;
  font-size: 24px;
  padding: 5%;
  transition: 0.3s;
  text-align: center;
}

.packheader h5 {
  font-size: 24px;
  color: white;
}

.packheader h6 {
  font-size: 14.4px;
  color: white;
  font-weight: 300;
  margin-bottom: 15px;
}

.packheader span {
  background-color: #061d40;
  padding: 5px 15px;
  border-radius: 20px;
}

.pbottom {
  font-size: 12px;
  padding-top: 10px;
  font-style: italic;
}

.packfootter {
  width: 100%;
  text-align: right;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0%;
  left: 0;
  font-size: 12px;
}

.pack:hover .mtredbtn,
.pack:hover .packheader,
.pack:hover .packheader::after {
  background-color: #061d40;
  transition: 0.3s;
}

.whocontainer {
  background-color: #faf8f7;
  max-width: 65%;
  margin: 0px;
  padding: 10% 18% 0% 5%;
  /* Top, right, bottom, left */
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  height: calc(100vh - 100px);
}

.whoweareimg {
  width: 100%;
  /* Make the image scale with its container */
  max-width: 450px;
  /* Limit the maximum size */
  aspect-ratio: 1/1;
  /* Maintain a 1:1 aspect ratio */
  border-radius: 100%;
  /* Make it circular */
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image scales properly */
  display: block;
  /* Remove inline spacing (useful for images in containers) */
  margin: 0 auto;
  /* Center the image if needed */
  border: 10px solid #04a2de;
  margin-left: -15%;
}

.whocontaineraboutus {
  background-color: #faf8f7;
  max-width: 70%;
  margin: 0px;
  padding: 2% 18% 2% 5%;
  /* Top, right, bottom, left */
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  min-height: auto;
}

.whoweareimgaboutus {
  width: 100%;
  /* Make the image scale with its container */
  max-width: 450px;
  /* Limit the maximum size */
  aspect-ratio: 1/1;
  /* Maintain a 1:1 aspect ratio */
  border-radius: 10%;
  /* Make it circular */
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image scales properly */
  display: block;
  /* Remove inline spacing (useful for images in containers) */
  margin: 0 auto;
  /* Center the image if needed */
  border: 5px solid #04a2de;
  margin-left: -12%;
}

.pheight {
  min-height: 120px;
  max-width: auto;
}

.oserheading {
  font-size: 19.2px;
}

.wanttochat {
  background-image: url("../img/bkfooter.jpg");
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0%;
}

@media (max-width: 1600px) {
  .pack {
    padding-bottom: 2%;
    top: -6%;
  }
  .whocontainer {
    background-color: white;
    max-width: 65%;
    margin: 0px;
    padding: 5% 16% 0% 5%;
    /* Top, right, bottom, left */
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    height: calc(100vh - 100px);
  }
  .whoweareimg {
    width: 100%;
    /* Make the image scale with its container */
    max-width: 450px;
    /* Limit the maximum size */
    aspect-ratio: 1/1;
    /* Maintain a 1:1 aspect ratio */
    border-radius: 100%;
    /* Make it circular */
    -o-object-fit: cover;
       object-fit: cover;
    /* Ensures the image scales properly */
    display: block;
    /* Remove inline spacing (useful for images in containers) */
    margin: 0 auto;
    /* Center the image if needed */
    border: 10px solid #04a2de;
    margin-left: -15%;
  }
}
@media (max-width: 576px) {
  .pack {
    min-height: 650px;
    width: 90%;
    margin-bottom: 2rem;
    margin-left: 5%;
  }
  .packul {
    margin: 1%;
    margin-top: 10px;
  }
  .pack-width {
    margin-top: 50px;
  }
  .whocontainer {
    background-color: white;
    max-width: 100%;
    margin: 0px;
    padding: 5%;
    /* Top, right, bottom, left */
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
    height: auto;
  }
  .whoweareimg {
    width: 100%;
    max-width: 450px;
    border-radius: 10%;
    border: 5px solid #061d40;
    margin-left: 0%;
  }
  .pt-120 {
    padding-top: 20px !important;
  }
  .wanttochat {
    background-image: url("../img/bkfooter.jpg");
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5%;
  }
  .whocontaineraboutus {
    background-color: #faf8f7;
    max-width: 100%;
    padding: 2%;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
  }
  .whoweareimgaboutus {
    width: 100%;
    border: 5px solid #061d40;
    margin-left: 0%;
  }
  .shape-3 {
    width: 100%;
    font-size: x-large;
  }
}

/* Expert Modal & Restricted Modal Styles */
#expertModal .modal-header,
#restrictedModal .modal-header {
  background: linear-gradient(135deg, #0b1d43 0%, #04a2de 100%);
  color: white;
  border-bottom: none;
}

#expertModal .modal-title,
#restrictedModal .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: white !important;
}

#expertModal .modal-title i,
#expertModal .modal-title svg {
  color: white !important;
}

#expertModal .btn-close,
#restrictedModal .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

#expertModal .btn-close:hover,
#restrictedModal .btn-close:hover {
  opacity: 1;
}

#expertModal .form-label {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}

#expertModal .form-control,
#expertModal .form-select {
  border: 2px solid #e8eef5;
  border-radius: 8px;
  padding: 8px 12px;
  height: 38px;
  font-size: 14px;
  transition: all 0.3s ease;
}

#expertModal .form-control:focus,
#expertModal .form-select:focus {
  border-color: #0b1d43;
  box-shadow: 0 0 0 0.2rem rgba(11, 29, 67, 0.15);
}

/* Prevent nice-select from hiding the original select in modal */
#expertModal select {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}

/* Hide nice-select wrapper if it appears in modal */
#expertModal .nice-select {
  display: none !important;
}

#expertModal .btn-check:checked + label {
  background-color: #0b1d43;
  border-color: #0b1d43;
}

/* Contact Method Buttons Alignment */
#expertModal .btn-check + label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

#expertModal .btn-check + label i,
#expertModal .btn-check + label svg {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

#expertModal .btn-outline-success.btn-check:checked + label {
  background-color: #25d366;
  border-color: #25d366;
}

#expertModal .btn-outline-info.btn-check:checked + label {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

#expertModal .alert-success {
  border-left: 4px solid #28a745;
  animation: slideInDown 0.5s ease-out;
}

#restrictedModal .list-group-item {
  border: none;
  border-bottom: 1px solid #e8eef5;
  padding: 1rem 0;
}

#restrictedModal .list-group-item:last-child {
  border-bottom: none;
}

#restrictedModal .alert {
  border-left: 4px solid currentColor;
}

#restrictedModal .alert-warning {
  background-color: #fff3cd;
  border-color: #ffc107;
}

#restrictedModal .alert-info {
  background-color: #d1ecf1;
  border-color: #17a2b8;
}

/* Restriction Cards Styling */
.restriction-card {
  background: white;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.restriction-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.restriction-card-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.restriction-card-header.nationality {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.restriction-card-header i {
  font-size: 18px;
  opacity: 0.95;
}

.restriction-card-header h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.restriction-card-body {
  padding: 14px;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.restriction-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.restriction-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 6px;
  background: white;
  border: 1px solid #e8eef5;
  transition: all 0.2s ease;
}

.restriction-list li:last-child {
  margin-bottom: 0;
}

.restriction-list li:hover {
  background: #f0f4ff;
  border-color: #667eea;
  transform: translateX(6px);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15);
}

.restriction-list li i {
  font-size: 16px;
  color: #667eea;
  flex-shrink: 0;
  margin-top: 2px;
}

.restriction-list li span {
  color: #2c3e50;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

/* Nationality Items */
.nationality-item {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8ec 100%);
  border-left: 3px solid #f5576c;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  border: 1px solid #ffd1d9;
}

.nationality-item:hover {
  background: linear-gradient(135deg, #ffe8ec 0%, #ffd1d9 100%);
  transform: translateX(6px);
  box-shadow: 0 4px 12px rgba(245, 87, 108, 0.2);
  border-color: #f5576c;
}

.nationality-item:last-child {
  margin-bottom: 0;
}

.nationality-icon {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(245, 87, 108, 0.2);
}

.nationality-icon i {
  font-size: 15px;
  color: #f5576c;
}

.nationality-content {
  flex: 1;
}

.nationality-content strong {
  display: block;
  color: #2c3e50;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 1.3;
}

.nationality-content p {
  font-size: 11px;
  line-height: 1.3;
  margin: 0;
  color: #6c757d;
}

/* Alert Improvements */
#restrictedModal .alert {
  border-radius: 10px;
  border: none;
  padding: 10px 14px;
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#restrictedModal .alert-warning {
  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
  color: #6c5ce7;
  border-left: 4px solid #fdcb6e;
}

#restrictedModal .alert-info {
  background: #0b1d43;
  color: white;
  border-left: 4px solid #04a2de;
}

#restrictedModal .alert-info strong {
  color: white;
}

#restrictedModal .alert-info .alert-link {
  color: #04a2de;
  font-weight: 600;
  text-decoration: underline;
}

#restrictedModal .alert-info .alert-link:hover {
  color: #82e0ff;
}

#restrictedModal .btn-info {
  background: linear-gradient(135deg, #0b1d43 0%, #04a2de 100%);
  border: none;
  transition: all 0.3s ease;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(11, 29, 67, 0.3);
}

#restrictedModal .btn-info:hover {
  background: linear-gradient(135deg, #04a2de 0%, #0b1d43 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 29, 67, 0.4);
}

/* Modal Size */
#restrictedModal .modal-xl {
  max-width: 900px;
}

/* Modal Header */
#restrictedModal .modal-header {
  background: #0b1d43;
  color: white;
  border-bottom: none;
  padding: 16px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#restrictedModal .modal-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}

#restrictedModal .modal-title {
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  color: white !important;
  text-decoration: none !important;
  border-bottom: none !important;
  margin: 0;
  line-height: 1;
}

#restrictedModal .modal-title i {
  font-size: 1.3rem;
  vertical-align: middle;
  line-height: 1;
}

#restrictedModal .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.8;
  position: relative;
  z-index: 1;
}

#restrictedModal .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

/* Modal Body Padding */
#restrictedModal .modal-body {
  max-height: calc(100vh - 200px);
  padding: 16px;
  overflow-y: auto;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

/* List styling for modal content */
#restrictedModal .modal-body ul {
  margin-left: 20px;
  padding-left: 0;
}

#restrictedModal .modal-body ul li {
  margin-bottom: 8px;
  color: #2c3e50;
}

#restrictedModal .text-muted {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #6c757d;
}

/* Section Headings in Modal */
#restrictedModal h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #000000;
  display: inline-block;
  letter-spacing: 0.5px;
}

#restrictedModal h5.text-warning {
  color: #000000 !important;
  border-bottom-color: #000000;
}

#restrictedModal .text-muted {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #6c757d;
}

/* Modal Footer */
#restrictedModal .modal-footer {
  border-top: none;
  padding: 20px 30px;
  background: linear-gradient(to top, #f8f9fa 0%, #ffffff 100%);
}

#restrictedModal .modal-footer .btn {
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#restrictedModal .modal-footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Modal Animations */
.modal.fade .modal-dialog {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* Info Link Button on Get Started */
.btn-outline-primary {
  border-width: 2px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 98, 254, 0.3);
}

@keyframes slideInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=myrest.css.map */