@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  /* font-family: "Spline Sans", sans-serif; */
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}


.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #073A74, #00254F);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.credit-text {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  transition: padding 0.3s ease, all 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  transition: font-size 0.3s ease, margin-bottom 0.3s ease;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  transition: font-size 0.3s ease;
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem; /* equivalent to var(--radius-md) */
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 120px;
  justify-content: center;
  user-select: none;
  background: #1e40af; /* primary color */
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover:not(:disabled) {
  background: #1e3a8a; /* darker primary */
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
              0 2px 4px -2px rgb(0 0 0 / 0.1);
}

/* === HARD OVERRIDE FOR ANY .btn1 LINK, PLACE LAST === */
.slider_section .detail-box .btn-box a.btn1,
.btn-box a.btn1,
a.btn1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;

  /* shape & sizing */
  padding: 0.5rem 1.25rem !important;   /* slimmer than 0.75/1.5 */
  min-width: auto !important;           /* avoid forced square */
  width: auto !important;               /* beat .btn-box a { width:100% } */
  border-radius: 0.5rem !important;     /* or 9999px for pill */
  line-height: 1.2 !important;

  /* visuals */
  background: #1e40af !important;
  color: #ffffff !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;

  /* behavior */
  cursor: pointer !important;
  user-select: none !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

/* lock in link states that often override color */
a.btn1:link,
a.btn1:visited,
a.btn1:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* hover / focus */
a.btn1:hover {
  background: #1e3a8a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
              0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

a.btn1:focus-visible {
  outline: 2px solid #3b82f6 !important;
  outline-offset: 2px !important;
}


.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}



.slider_section .img-box img {
  transition: height 0.3s ease;
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

/* Define the keyframes for the upDown animation */


/* Apply the animation to your text element */
.text-animation {
  transition: height 0.3s ease;
  align-items: center;
  top: 50%;
  bottom: 50%;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  display: inline-block;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}


.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

.about_section {
  background-color: #00204a;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}

.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  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;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}

/*team section */
.team_section {
  text-align: center;
  background-color: #00204a;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_container {
  display: flex; /* Use flexbox for alignment */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
  flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
  padding: 0 15px; /* Maintain padding for responsiveness */
}

.team_section .team_container .row {
  display: flex; /* Use flexbox for rows */
  justify-content: center; /* Center the boxes horizontally */
  flex-wrap: wrap; /* Allow items to wrap if needed */
  width: 100%; /* Ensure the row spans the full width of the container */
}

.team_section .team_container .box {
  width: 100%; /* Make the box responsive */
  max-width: 300px; /* Limit the maximum width of each box */
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin: 20px; /* Add margin for spacing between boxes */
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient(to bottom, #002759, #002b64);
}

.team_section .team_container .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
  text-align: center;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: flex;
  justify-content: center; /* Center social icons horizontally */
  gap: 15px; /* Add spacing between social icons */
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}


/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  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;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  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;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #00204a;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.mainRegions {
  background-color: #26363F;
  color: #ddd;
}

.search_h1 {
  text-align: center;
  font: italic;
  color: #7fb0b6;
}

.searchmenu button:hover {
  background-color: #007fa4;
}

.searchmenu button.active {
  background-color: #B0DCE1;
}

.searchmenu button:focus {
  outline: none;
}

.searchmenu button {
  margin-bottom: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease; /* Smooth background color transition */
  background-color: #26363F;
  color: #fff;
  border-radius: 4px;
}

.searchmenu-container {
  position: relative;
  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  height: auto; /* Adjust height as needed */
  padding: 20px; /* Add padding for inner spacing */
  background-color: #fff; /* White background */
  border: 1px solid #ccc; /* Border color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for depth */
  border-radius: 8px; /* Rounded corners */
  margin: 20px auto; /* Center the box horizontally with auto margins */
  width: auto; /* Set the width of the box */
}

.search button:hover {
  background-color: #B0DCE1;
}

.search button:focus {
  outline: none;
}

.search {
  text-align: center;
  width: 50%;
  font-family: Arial, sans-serif;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px 0;
  color: #333;
}

.search h2 {
  color: #26363F;
}

.search #selection {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 16px;
  width: 25%;
  box-sizing: border-box;
}

.search select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search select:focus {
  outline: none;
  border-color: #26363F;
}

.search .optgroup {
  font-weight: bold;
  color: #555;
}

.search input[type="checkbox"] {
  margin-right: 10px;
}

.search label {
  font-size: 16px;
}

.search #dropdownsContainer,
.search #regionsContainer {
  margin-bottom: 20px;
}

.search button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background-color: #26363F;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.menu {
  border: 1px solid #ccc;
  padding: 10px;
  background: #f9f9f9;
  position: relative;
  top: 50px;
  left: 20px;
  display: flex;
  flex-direction: row;
  width: auto; /* Ensure the menu adapts to its content */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
  padding-bottom: 50px;
}

.category-container {
  max-height: 300px;
  overflow-y: auto;
  width: 200px;
  border-right: 1px solid #ccc; /* Separator line */
}

.category {
  margin-bottom: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Smooth background color transition */
  background-color: #26363F;
  color: #fff;
  border-radius: 4px;

}

.category:hover {
  background-color: #007fa4;;
}


/* Selected categories area */
#selectedCategories {
  margin-top: 20px;
  padding: 10px;
  background-color: #fff; /* White background */
  border: 1px solid #ccc;
  border-radius: 4px;
}

#selectedRegions {
  margin-top: 20px;
  padding: 10px;
  background-color: #fff; /* White background */
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* Basic styling for the region menu and categories */
#regionMenu {
      border: 1px solid #ccc;
      padding: 10px;
      background: #f9f9f9;
      position: relative;
      top: 50px;
      left: 20px;

      flex-direction: row;
      width: auto; /* Ensure the menu adapts to its content */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
      padding-bottom: 50px;
  }

.region-container {
  max-height: 300px;
  overflow-y: auto;
  width: 200px;
  border-right: 1px solid #ccc; /* Separator line */
}

.region {
  margin-bottom: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Smooth background color transition */
  background-color: #26363F;
  color: #fff;
  border-radius: 4px;
}

.region:hover {
  background-color: #007fa4;
}

/* Selected regions area */
#selectedRegions {
  margin-top: 20px;
  padding: 10px;
  background-color: #fff; /* White background */
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Light gray background for selected items */
.selected {
  background-color: #e0e0e0;
}
.hidden {
  display: none;
}

:root {
  /* Modern, saturated hues (Material palette) */
  --toast-info-bg:    #1976D2; /* Blue 700 */
  --toast-success-bg: #388E3C; /* Green 700 */
  --toast-warning-bg: #FBC02D; /* Yellow 700 */
  --toast-error-bg:   #D32F2F; /* Red 700 */
  --toast-text-on-warning: #000000; /* dark text for yellow */
}

.toast {
  /* default to "success" green */
  background-color: var(--toast-success-bg);
}

/* Apply them once—remove any duplicate rules */
.toast-info    { background-color: var(--toast-info-bg)    !important; }
.toast-success { background-color: var(--toast-success-bg) !important; }
.toast-warning {
  background-color: var(--toast-warning-bg) !important;
  color: var(--toast-text-on-warning)       !important;
}
.toast-error   { background-color: var(--toast-error-bg)   !important; }


/* position toasts in the top-right corner */
.toast-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 10000;
}

/* base toast style */
.toast {
  display: flex;
  align-items: center;
  max-width: 300px;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  color: #fff;
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 0.4s forwards, fadeOut 0.4s forwards 4.6s;
  position: relative;
}

/* category colors via variables */
.toast-info {
  background-color: var(--toast-info-bg);
}
.toast-success {
  background-color: var(--toast-success-bg);
}
.toast-warning {
  background-color: var(--toast-warning-bg);
  color: var(--toast-text-on-warning);
}
.toast-error {
  background-color: var(--toast-error-bg);
}

/* the “×” button */
.toast-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
  padding: 0;
  margin-left: 0.5rem;
  cursor: pointer;
}

/* slide in from right */
@keyframes slideIn {
  to { opacity: 1; transform: translateX(0); }
}

/* fade out at the end */
@keyframes fadeOut {
  to { opacity: 0; }
}


.save-changes {
  background: #007fa4;
}

/* Popup for settings */
.deletion-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.popup-content {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
}

.delete-button {
  background: red;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border-style: outset;
}

.confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.confirm-yes {
  background: red;
  margin-right: 2rem;
}

.confirm-no {
  background: rgb(135, 135, 135);
}

.confirm-yes,
.confirm-no {
  border: none;
  padding: 3px 10px;
}

.save-changes,
.delete-button,
.confirm-yes,
.confirm-no {
  border-radius: 4px;
  transition: color .5s ease-in-out, box-shadow .5s ease-in-out, transform 0.5s ease-in-out;
}

.save-changes:hover,
.confirm-yes:hover,
.confirm-no:hover,
.delete-button:hover {
  box-shadow: inset 200px 0 0 0 rgba(255, 255, 255, 0.644);
  transform: scale(1.05);
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.page-btn {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
  font-size: 1em;
}

.page-btn:hover {
  background-color: #0056b3;
}

.page-btn.disabled {
  background-color: #ccc;
  pointer-events: none;
  cursor: default;
}

.page-info {
  font-size: 1.1em;
  color: #555;
}

/* Language Switcher - Style */
.language-switcher-nav {
  margin-left: auto !important;
}

.language-toggle {
  display: flex !important;
  align-items: center;
  padding: 8px 12px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.language-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.language-toggle .fas.fa-globe {
  margin-right: 6px;
  font-size: 14px;
}

.language-toggle .current-language {
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}

.language-dropdown {
  min-width: 160px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  margin-top: 8px;
}

.language-option {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px !important;
  color: #333 !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
  border: none !important;
}

.language-option:hover {
  background-color: #f5f5f5 !important;
  color: #333 !important;
  text-decoration: none !important;
}

.language-option .language-code {
  font-weight: 600;
  font-size: 14px;
  color: #007fa4;
}

.language-option .language-name {
  font-size: 13px;
  color: #666;
  margin-left: 8px;
}

/* Mobile responsive adjustments */
@media (max-width: 991px) {
  .language-switcher-nav {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  
  .language-toggle {
    justify-content: center;
  }
  
  .language-dropdown {
    position: static !important;
    transform: none !important;
    width: 100%;
    margin-top: 5px;
  }
}

