@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.container,
.container-fluid {
  position: relative;
  padding: 0 30px;
}

mark {
  background: #eef2f6;
  color: #121518;
}

iframe {
  width: 100%;
  border: 0;
}

pre {
  border: 1px solid rgba(18, 21, 24, 0.1);
  border-radius: 0.375em;
  padding: 6px 20px;
  color: #7C7C7C;
}

.card {
  border: 1px solid rgba(18, 21, 24, 0.1);
}

.modal.fade .modal-dialog {
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  -webkit-transform: translate(0) scale(0.98);
  transform: translate(0) scale(0.98);
}

.modal .modal-content {
  -webkit-box-shadow: 0 6px 36px -4px rgba(22, 24, 26, 0.3);
  box-shadow: 0 6px 36px -4px rgba(22, 24, 26, 0.3);
  border: 0;
}

.nav {
  margin: 0;
  padding: 0;
}

.nav .nav-item {
  margin: 0 30px 0 0;
}

.nav .nav-item:last-child {
  margin-right: 0;
}

.nav .nav-item .nav-link {
  padding: 0;
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.nav .nav-item .nav-link h1,
.nav .nav-item .nav-link h2,
.nav .nav-item .nav-link h3,
.nav .nav-item .nav-link h4,
.nav .nav-item .nav-link h5,
.nav .nav-item .nav-link h6 {
  margin: 0;
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.nav .nav-item .nav-link.active,
.nav .nav-item .nav-link:hover {
  color: #121518;
}

.nav .nav-item .nav-link.active h1,
.nav .nav-item .nav-link.active h2,
.nav .nav-item .nav-link.active h3,
.nav .nav-item .nav-link.active h4,
.nav .nav-item .nav-link.active h5,
.nav .nav-item .nav-link.active h6,
.nav .nav-item .nav-link:hover h1,
.nav .nav-item .nav-link:hover h2,
.nav .nav-item .nav-link:hover h3,
.nav .nav-item .nav-link:hover h4,
.nav .nav-item .nav-link:hover h5,
.nav .nav-item .nav-link:hover h6 {
  color: #121518;
}

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.scrolltotop.scrolltotop-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  #cursor {
    z-index: 999;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid white;
    border-radius: 50%;
    mix-blend-mode: difference;
    pointer-events: none;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s;
  }
}

textarea {
  height: 140px;
}

select {
  margin-bottom: 1rem;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

img[class*='img-mask-avatar'] {
  border-radius: 50%;
}

[class*='img-mask-blob'] {
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

ul {
  margin: 0 0 -7px;
}

ul li {
  margin: 0 0 7px;
}

ul li ul,
ul li ol {
  margin-top: 7px;
}

ul[class*='list-'] {
  padding: 0;
}

ul.list-unstyled li,
ul.list-dash li {
  list-style-type: none;
}

ul.animate-links li a:hover {
  padding-left: 2px;
}

ul.list-dash li:before {
  content: '-';
  padding-right: 7px;
}

ul.list-dash li ul,
ul.list-dash li ol {
  padding-left: 40px;
}

ul[class*='list-inline'] li {
  display: inline-block;
}

ol {
  margin: 0 0 -7px;
}

ol li {
  margin: 0 0 7px;
}

ol li ul,
ol li ol {
  margin-top: 7px;
}

@media (max-width: 991.98px) {
  ol {
    margin: 0 0 -5px;
  }

  ol li {
    margin: 0 0 5px;
  }

  ul {
    margin: 0 0 -5px;
  }

  ul li {
    margin: 0 0 5px;
  }

  ul li ul,
  ul li ol {
    margin-top: 5px;
  }

  ul.list-dash li:before {
    content: '-';
    padding-right: 6px;
  }

  ul.list-dash li a:hover {
    padding-left: 2px;
  }

  ul.list-dash li ul,
  ul.list-dash li ol {
    padding-left: 30px;
  }
}

body {
  color: #7C7C7C;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  body {
    font-size: 0.938rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.3px;
  line-height: 1.4;
  color: #121518;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

p {
  margin: 0;
  line-height: 1.74;
}

@media (max-width: 991.98px) {
  p {
    line-height: 1.6;
  }
}

.uppercase {
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.font-small {
  font-size: 0.9em;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .font-small {
    font-size: 0.9em;
    line-height: 1.7;
  }
}

i {
  display: inline-block;
}

.icon-lg i {
  font-size: 1.33em;
}

.accordion {
  list-style-type: none;
  padding: 0;
}

.accordion li {
  border: 0;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.1);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.1);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.box-shadow:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.15);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.15);
}

[class*="square-box"],
[class*="circle-box"] {
  display: inline-block;
  text-align: center;
}

[class*="square-box"] *,
[class*="circle-box"] * {
  margin: 0;
  vertical-align: middle;
}

.border-radius {
  border-radius: 0.5em;
  overflow: hidden;
}

.border-radius-1 {
  border-radius: 1em;
  overflow: hidden;
}

a {
  color: rgba(18, 21, 24, 0.9);
  text-decoration: none;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

a:hover {
  color: #121518;
  text-decoration: none;
}

button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus,
a:active,
button:focus,
button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #e4e8ec;
  border: 1px solid #e4e8ec;
  padding: 5px 10px;
  color: #121518;
  font: 500 0.875em "Poppins", sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button i {
  margin-right: 8px;
  font-size: 15px;
}

.button:hover {
  color: #121518;
}

.theme-font-nunito .button {
  font: 600 0.875em "Nunito", sans-serif;
}

.button-sm {
  padding: 12px 26px;
}

.button-md {
  padding: 14px 34px;
}

.button-lg {
  padding: 16px 42px;
}

.button-xl {
  padding: 18px 50px;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-gray {
  background: #e4e8ec;
  border: 0;
}

.button-gray:hover,
.button-gray:focus {
  background: #dce0e4;
  color: #121518;
}

.button-dark {
  background: #202428;
  border: 0;
  color: white;
}

.button-dark:hover,
.button-dark:focus {
  background: #181c20;
  color: white;
}

.button-white {
  background: white;
  border: 0;
  color: #121518;
}

.button-white:hover,
.button-white:focus {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: #121518;
}

.button-white-2 {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: white;
}

.button-white-2:hover,
.button-white-2:focus {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

[class*='button-social'] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
}

[class*='button-social']:hover,
[class*='button-social']:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
}

[class*='button-social']:not([class*='button-social-snapchat']) {
  color: white;
}

[class*='button-social']:not([class*='button-social-snapchat']):hover,
[class*='button-social']:not([class*='button-social-snapchat']):focus {
  color: white;
}

[class*='button-gradient'] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}

[class*='button-gradient']:hover,
[class*='button-gradient']:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}

[class*='button-outline'] {
  background: transparent;
}

.button-outline-white {
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.button-outline-white:hover,
.button-outline-white:focus {
  border-color: white;
  color: white;
}

[class*='button-reveal'] span,
[class*='button-reveal'] i {
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[class*='button-reveal'] span {
  position: relative;
}

[class*='button-reveal'] i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  margin: 0;
}

[class*='button-reveal']:hover i,
[class*='button-reveal']:focus i {
  opacity: 1;
}

[class*='button-reveal-left'] span {
  left: 0;
}

[class*='button-reveal-left']:hover span,
[class*='button-reveal-left']:focus span {
  left: 12px;
}

[class*='button-reveal-right'] span {
  right: 0;
}

[class*='button-reveal-right']:hover span,
[class*='button-reveal-right']:focus span {
  right: 12px;
}

.button-lg[class*='button-reveal-left'] i {
  left: 40px;
}

.button-lg[class*='button-reveal-left']:hover i,
.button-lg[class*='button-reveal-left']:focus i {
  left: 28px;
}

.button-lg[class*='button-reveal-right'] i {
  right: 40px;
}

.button-lg[class*='button-reveal-right']:hover i,
.button-lg[class*='button-reveal-right']:focus i {
  right: 28px;
}

[class*='button-backdrop-color'] {
  border-radius: 0.5em;
  border: 2px solid #121518;
  -webkit-box-shadow: 4px 4px 0 0 #121518;
  box-shadow: 4px 4px 0 0 #121518;
  color: white;
}

[class*='button-backdrop-color']:hover,
[class*='button-backdrop-color']:focus {
  -webkit-box-shadow: 2px 2px 0 0 #121518;
  box-shadow: 2px 2px 0 0 #121518;
  color: white;
}

@-webkit-keyframes button-line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes button-line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes button-line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes button-line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

.button-circle {
  background: #e4e8ec;
  display: inline-block;
  border: 1px solid #e4e8ec;
  border-radius: 50%;
  color: #121518;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button-circle:hover {
  color: #7C7C7C;
}

.button-circle[class*='button-circle-outline'] {
  background: transparent;
}

.button-circle[class*='button-circle-social'] {
  color: white;
}

.button-circle[class*='button-circle-social']:hover {
  color: white;
}

[class*='button-circle-gradient'] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}

[class*='button-circle-gradient']:hover,
[class*='button-circle-gradient']:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}

[class*='button-circle-social'] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
}

[class*='button-circle-social']:hover,
[class*='button-circle-social']:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
}

.button-circle-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.button-circle-md i {
  line-height: 50px;
}

@-webkit-keyframes button-ripple {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }

  60% {
    opacity: 0;
    width: 160%;
    height: 160%;
  }

  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@keyframes button-ripple {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }

  60% {
    opacity: 0;
    width: 160%;
    height: 160%;
  }

  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

.button-radius {
  border-radius: 0.5em;
}

[class^="hoverbox"] {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: inline-block;
}

[class^="hoverbox"] img {
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[class*='section-divider-'] {
  position: relative;
  overflow: hidden;
}

[class*='section-divider-']:before {
  content: '';
  position: absolute;
}

.section-divider-wavesOpacity-bottom:before {
  bottom: -1px;
  left: -5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../../assets/svg/wavesOpacity.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 70px;
}

*[class*='text-link-'] {
  color: rgba(18, 21, 24, 0.9);
}

*[class*='text-link-']:hover,
*[class*='text-link-']:focus {
  color: #121518;
}

[class*='link-social-']:hover {
  opacity: 0.7;
}

#cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  visibility: visible;
  opacity: 1;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.header {
  top: 0;
  z-index: 1030;
  position: fixed !important;
  overflow: visible;
  background: white;
  background: rgba(0, 57, 117, 0.8) !important;
  width: 100%;
  height: 80px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .container,
.header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header-logo {
  display: inline-block;
}

.header .header-logo .logo-light {
  display: none;
}

.header .header-logo * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-logo h1,
.header .header-logo h2,
.header .header-logo h3,
.header .header-logo h4,
.header .header-logo h5,
.header .header-logo h6 {
  margin: 0;
}

.header .header-logo img {
  width: auto;
  height: 54px;
  max-height: 54px;
}

.header .header-logo a {
  color: #121518;
}

.header .header-logo a:hover {
  color: #121518;
}

.header .header-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: auto;
  cursor: pointer;
}

.header .header-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #121518;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-toggle span:before,
.header .header-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  background: #121518;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.header .header-toggle span:before {
  top: -7px;
}

.header .header-toggle span:after {
  bottom: -7px;
}

.header .header-toggle.toggle-close span {
  background: transparent;
}

.header .header-toggle.toggle-close span:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header-toggle.toggle-close span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .header-menu {
  display: inline-block;
  font-size: 0.938rem;
  z-index: 995;
}

.header .header-menu .nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-menu .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-menu .nav .nav-item {
  text-align: left;
}

.header .header-menu .nav .nav-item .nav-link {
  padding: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.2px;
  color: #121518;
}

.header .header-menu .nav .nav-item .nav-link:hover,
.header .header-menu .nav .nav-item .nav-link.active {
  color: #121518;
}

.header.transparent-light .header-logo .logo-light {
  display: inline-block;
}

.header.transparent-light .header-logo h1,
.header.transparent-light .header-logo h2,
.header.transparent-light .header-logo h3,
.header.transparent-light .header-logo h4,
.header.transparent-light .header-logo h5,
.header.transparent-light .header-logo h6 {
  color: white;
}

.header.transparent-light .header-logo a {
  color: white;
}

.header.transparent-light .header-logo a:hover {
  color: white;
}

.header.transparent-light .header-toggle span {
  background: white;
}

.header.transparent-light .header-toggle span:before,
.header.transparent-light .header-toggle span:after {
  background: white;
}

.header.transparent-light .header-toggle.toggle-close span {
  background: transparent;
}

@media (min-width: 992px) {

  .header.transparent-light .header-menu .nav .nav-item .nav-link,
  .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle {
    color: white;
  }

  .header.transparent-light .header-menu .nav .nav-item .nav-link:hover,
  .header.transparent-light .header-menu .nav .nav-item .nav-link:focus,
  .header.transparent-light .header-menu .nav .nav-item .nav-link.active,
  .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle:hover,
  .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle:focus,
  .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle.active {
    color: white;
  }

  .header.transparent-light .header-menu .nav .nav-item .nav-link:before {
    background: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 992px) {

  .header .header-menu {
    height: 80px;
  }

  .header.header-xl .header-logo img {
    height: 74px;
    max-height: 74px;
  }

  .header.header-xl .header-menu {
    height: 100px;
  }

  .header:not(.left):not(.center) .header-menu {
    margin-left: auto;
  }

  .header.left .header-logo {
    margin-right: 30px;
  }

  .header.left .header-menu {
    margin-right: auto;
  }

  .header.center .header-logo {
    margin-right: auto;
  }

  .header.center .header-menu .nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .header .header-menu .nav .nav-item {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 20px;
  }

  .header .header-menu .nav .nav-item:first-child {
    margin-left: 0;
  }

  .header .header-menu .nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
    line-height: 80px;
  }

  .header .header-menu .nav .nav-item .nav-link:before {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    content: '';
    background: #eef2f6;
    height: 0;
    -webkit-transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .header .header-menu .nav .nav-item:hover .nav-link:before {
    height: 6px;
  }

  .header .header-toggle {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }

  .header .header-menu {
    position: fixed;
    top: 0;
    left: -100%;
    overflow-y: auto;
    background: white;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    padding: 20px 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .header .header-menu.show {
    left: 0;
  }

  .header .header-menu .nav {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header .header-menu .nav .nav-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #e2e6ea;
    padding: 12px 0;
  }

  .header .header-menu .nav .nav-item:last-child {
    border: 0;
  }

  .header .header-menu .nav .nav-item .nav-link {
    display: inline-block;
    width: auto;
    height: auto;
    color: #7C7C7C;
  }

  .header .header-menu .nav .nav-item .nav-link:hover,
  .header .header-menu .nav .nav-item .nav-link:focus,
  .header .header-menu .nav .nav-item .nav-link.active {
    color: #121518;
  }

  .header[class*='mobile-menu-color'] .nav .nav-item {
    border-color: rgba(255, 255, 255, 0.2);
  }
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: white;
  width: 100%;
  height: 100%;
}

body.loaded:after {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: white;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

@keyframes loader-one-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-one-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes loader-two {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-two {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-three-bounceIn {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes loader-three-bounceIn {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loader-three-bounceOut {

  0%,
  100% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
  }
}

@keyframes loader-three-bounceOut {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.section-sm {
  padding: 70px 0;
}

@media (max-width: 767.98px) {
  .section-sm {
    padding: 50px 0;
  }
}

:root {
  --bs-dark-rgb: 24, 28, 32;
  --bs-border-color: rgba(18, 21, 24, 0.1);
}

.bg-dark {
  background: #181c20;
}

.bg-white-content a:not([class^='button']):hover,
[class*='bg-white'] a:not([class^='button']):hover,
.bg-white-content a:not([class^='button']):focus,
[class*='bg-white'] a:not([class^='button']):focus {
  color: #121518;
}

.bg-dark-content,
.bg-black,
[class*='bg-dark'],
[class*='bg-gradient-'],
[class*='bg-color-'] {
  color: rgba(255, 255, 255, 0.7);
}

.bg-dark-content h1,
.bg-black h1,
[class*='bg-dark'] h1,
[class*='bg-gradient-'] h1,
[class*='bg-color-'] h1,
.bg-dark-content h2,
.bg-black h2,
[class*='bg-dark'] h2,
[class*='bg-gradient-'] h2,
[class*='bg-color-'] h2,
.bg-dark-content h3,
.bg-black h3,
[class*='bg-dark'] h3,
[class*='bg-gradient-'] h3,
[class*='bg-color-'] h3,
.bg-dark-content h4,
.bg-black h4,
[class*='bg-dark'] h4,
[class*='bg-gradient-'] h4,
[class*='bg-color-'] h4,
.bg-dark-content h5,
.bg-black h5,
[class*='bg-dark'] h5,
[class*='bg-gradient-'] h5,
[class*='bg-color-'] h5,
.bg-dark-content h6,
.bg-black h6,
[class*='bg-dark'] h6,
[class*='bg-gradient-'] h6,
[class*='bg-color-'] h6 {
  color: white;
}

.bg-dark-content a:not([class^='button']),
.bg-black a:not([class^='button']),
[class*='bg-dark'] a:not([class^='button']),
[class*='bg-gradient-'] a:not([class^='button']),
[class*='bg-color-'] a:not([class^='button']) {
  color: rgba(255, 255, 255, 0.9);
}

.bg-dark-content a:not([class^='button']):hover,
.bg-black a:not([class^='button']):hover,
[class*='bg-dark'] a:not([class^='button']):hover,
[class*='bg-gradient-'] a:not([class^='button']):hover,
[class*='bg-color-'] a:not([class^='button']):hover,
.bg-dark-content a:not([class^='button']):focus,
.bg-black a:not([class^='button']):focus,
[class*='bg-dark'] a:not([class^='button']):focus,
[class*='bg-gradient-'] a:not([class^='button']):focus,
[class*='bg-color-'] a:not([class^='button']):focus {
  color: white;
}

[class*='text-gradient'] {
  display: inline-block;
}

[class*='text-highlight'] {
  position: relative;
  display: inline-block;
}

[class*='text-highlight']:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}

h1[class*='text-highlight']:before,
h2[class*='text-highlight']:before {
  bottom: -2px;
  height: 6px;
  border-radius: 3px;
}

h3[class*='text-highlight']:before {
  bottom: -2px;
  height: 5px;
  border-radius: 3px;
}

.n-margin-4 {
  margin-top: -4rem;
}

.n-margin-5 {
  margin-top: -5rem;
}

i,
[class^="bi-"],
[class^="fa-"],
[class*=" bi-"],
[class*=" fa-"] {
  color: #003975 !important;
}

.header {
  position: fixed !important;
  top: 0;
  z-index: 1030;
  background: rgba(0, 57, 117, 0.85) !important;
  width: 100%;
  height: 80px;
  transition: background 0.2s ease-in-out;
}

.footer {
  background-color: #003975 !important;
}

.scrolltotop {
  background-color: #f0f0f0 !important;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrolltotop a {
  background-color: #f0f0f0 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.scrolltotop i {
  color: #003975 !important;
  font-size: 18px;
}

.scrolltotop:hover a {
  background-color: #e6e6e6 !important;
}

#heroImageCarousel {
  max-width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

#heroImageCarousel .carousel-inner {
  display: flex;
  align-items: center;
}

#heroImageCarousel .carousel-inner .carousel-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#heroImageCarousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
  max-height: 350px;
}

@media (max-width: 768px) {
  #heroImageCarousel {
    height: 250px;
  }

  #heroImageCarousel .carousel-inner .carousel-item img {
    min-height: 250px;
    max-height: 250px;
  }
}

.about-text {
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.6;
}

.row.justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-lg-8 {
  max-width: 750px;
}

@media (max-width: 768px) {
  .about-text {
    text-align: center;
  }
}

.gallery-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.modal-img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
}

.modal-content {
  background: transparent;
  border: none;
}

.gallery-img:hover {
  transform: scale(1.05);
}

#modalImage {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.list-unstyled a i {
  color: white !important;
  font-size: 20px;
  transition: color 0.3s ease-in-out;
}

.list-unstyled a:hover i {
  color: #007bff !important;
}

.benzinske-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benzinske-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vinsko-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.benzinske-hero-title {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
}

.benzinske-gallery {
  padding: 60px 0;
}

.benzinske-gallery-box {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.benzinske-gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.benzinske-gallery-box:hover {
  transform: scale(1.05);
}

.map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 100%;
  padding-bottom: 60px;
}

#map {
  height: 500px;
  width: 50%;
  max-width: 800px;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  #map {
    width: 100% !important;
  }
}

.accordion-button {
  background-color: #f8f9fa;
  color: #003986;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.accordion-button:hover {
  background-color: #003986;
  color: white;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.accordion-body h5 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #003986;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
}

.accordion-body h5:hover {
  color: #001f5b;
}

.accordion-body p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .accordion-body {
    flex-direction: column;
    text-align: center;
  }

  .accordion-img {
    width: 100%;
    height: auto;
  }

  .accordion-body h5 {
    font-size: 1.2rem;
  }

  .accordion-body p {
    font-size: 0.95rem;
  }
}

.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-item img {
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.05);
  cursor: pointer;
}

.lang-flag {
  width: 22px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.language-switcher {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.lang-flag {
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.lang-flag:hover {
  opacity: 0.7;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.lang-flag {
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.lang-flag:hover {
  opacity: 0.7;
}

#languageDropdown {
  background-color: transparent !important;
  color: white !important;
  border: none !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  transition: all 0.3s ease-in-out;
}

#languageDropdown i {
  color: white !important;
  font-size: 1.2rem;
}

#languageDropdown {
  border-radius: 5px;
}

#languageDropdown:hover {
  color: #f0f0f0 !important;
}

.dropdown-menu {
  background-color: white !important;
  border: 2px solid #26578a !important;
  padding: 10px 0;
  min-width: 180px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-item {
  color: #26578a !important;
  font-weight: 600;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  font-size: 1rem;
}

.dropdown-menu .dropdown-item img {
  width: 22px;
  height: auto;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #26578a !important;
  color: white !important;
}

@media (max-width: 991px) {
  .dropdown-menu {
    background-color: #26578a !important;
    border: none;
  }

  .dropdown-menu .dropdown-item {
    color: white !important;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
  }

  #languageDropdown {
    color: #292929 !important;
  }

  #languageDropdown i {
    color: #292929 !important;
  }
}

.feature-row {
  transition: transform 0.3s ease !important;
  position: relative !important;
  z-index: 1 !important;
}

.feature-row:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 25px rgba(0, 57, 117, 0.15) !important;
}

.feature-row img {
  transition: transform 0.6s ease !important;
}

.feature-row:hover img {
  transform: scale(1.05) !important;
}

.btn-outline-primary {
  color: #003975 !important;
  border-color: #003975 !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  padding: 8px 20px !important;
}

.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #003975 !important;
  border-color: #003975 !important;
}

.feature-row .d-flex div {
  transition: all 0.3s ease !important;
}

.feature-row:hover .d-flex div {
  background-color: #00519e !important;
  transform: rotate(10deg) !important;
}

.feature-row::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 57, 117, 0.02) !important;
  z-index: -1 !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  border-radius: 10px !important;
}

.feature-row:hover::after {
  opacity: 1 !important;
}

.feature-row .lead {
  color: #333333 !important;
  line-height: 1.6 !important;
}

.feature-row h3 {
  color: #003975 !important;
  letter-spacing: 0.5px !important;
}

@media (max-width: 991px) {
  .feature-row {
    text-align: center !important;
  }

  .feature-row .d-flex {
    justify-content: center !important;
  }
}

.feature-row .d-flex div i.bi {
  color: white !important;
}

.feature-row:hover .d-flex div i.bi {
  color: white !important;
}

html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.rox-locations-section {
  font-family: 'Montserrat', sans-serif;
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  color: #003986;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #003986, #0066cc);
  margin: 0 auto;
  border-radius: 2px;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.location-card {
  position: relative;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 57, 134, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.location-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 57, 134, 0.15);
}

.location-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.location-card:hover .location-image img {
  transform: scale(1.05);
}

.location-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 57, 134, 0.9), rgba(0, 57, 134, 0.7) 60%, transparent);
  padding: 30px 20px 20px;
  color: white;
}

.location-label h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.location-content {
  padding: 30px;
  flex-grow: 1;
}

.location-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.location-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

.feature-icon {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  background: #f1f7ff;
  border-radius: 50px;
  color: #003986;
  font-size: 0.8rem;
  font-weight: 500;
}

.feature-icon i {
  margin-right: 5px;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .locations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  h2.text-center.fw-bold.mb-4 {
    font-size: 2rem;
  }

  .accordion-button {
    font-size: 1rem;
    padding: 1rem;
  }

  .accordion-body {
    font-size: 0.9rem;
  }

  .card.text-center.p-4 {
    padding: 1.5rem;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  background-color: #003975;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-control-prev-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  opacity: 1;
  z-index: 10;
}

.carousel-control-prev.carousel-control-custom {
  left: calc(-40px - 2rem);
}

.carousel-control-next.carousel-control-custom {
  right: calc(-40px - 2rem);
}

@media (max-width: 992px) {
  .carousel-control-prev.carousel-control-custom {
    left: 0px;
  }

  .carousel-control-next.carousel-control-custom {
    right: 0px;
  }
}

@media (max-width: 576px) {
  .carousel-control-prev.carousel-control-custom {
    left: 0px;
  }

  .carousel-control-next.carousel-control-custom {
    right: 0px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }

  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 991px) {
  .benzinske-gallery-box {
    margin: 0 auto;
    max-width: 300px;
  }
}

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 57, 117, 0.95);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.4s ease;
}
.search-box {
	display: flex;
	align-items: center;
	width: 80%;
	max-width: 600px;
}
.search-box input {
	flex: 1;
	padding: 14px 20px;
	font-size: 18px;
	border: none;
	border-radius: 8px 0 0 8px;
}
.close-btn {
	background: #fff;
	border: none;
	padding: 14px 20px;
	font-size: 20px;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
}

/* Search Overlay */
#searchOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 49, 101, 0.97); /* #003165 with slight transparency */
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 9999;
	padding: 20px;
	overflow-y: auto;
	text-align: center;
}

/* Close Button */
#closeSearch {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 32px;
	color: #ffffff;
	cursor: pointer;
	transition: color 0.3s ease;
}

#closeSearch:hover {
	color: #a3d4ff; /* Lighter blue hover */
}

/* Search Input */
#searchInput {
	width: 100%;
	max-width: 600px;
	padding: 16px 24px;
	font-size: 20px;
	border: none;
	border-radius: 10px;
	outline: none;
	background-color: #ffffff;
	color: #003165;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

/* Search Results */
#searchResults {
	width: 100%;
	max-width: 700px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 20px 30px;
	overflow-y: auto;
	max-height: 60vh;
	text-align: left;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: none;
}

/* Result Items */
#searchResults a {
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 5px;
	transition: color 0.3s ease;
}

#searchResults a:hover {
	color: #88c9ff; /* hover effect */
}

#searchResults p {
	color: #cbd8e6;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 16px;
	line-height: 1.5;
}

#searchResults hr {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 10px 0;
}

.search-icon {
  color: black !important;
}

@media (min-width: 768px) {
  .search-icon {
    color: white !important;
  }
}