@font-face {
  font-family: "Philosopher";
  src: url("../assets/fonts/Philosopher-Regular.eot");
  src:
    url("../assets/fonts/Philosopher-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/Philosopher-Regular.woff2") format("woff2"),
    url("../assets/fonts/Philosopher-Regular.woff") format("woff"),
    url("../assets/fonts/Philosopher-Regular.ttf") format("truetype"),
    url("../assets/fonts/Philosopher-Regular.svg#Philosopher-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Philosopher Bold';
    src: url("../assets/fonts/Philosopher-Bold.eot");
    src: url("../assets/fonts/Philosopher-Bold.eot?#iefix") format('embedded-opentype'),
        url("../assets/fonts/Philosopher-Bold.woff2") format('woff2'),
        url("../assets/fonts/Philosopher-Bold.woff") format('woff'),
        url("../assets/fonts/Philosopher-Bold.ttf") format('truetype'),
        url("../assets/fonts/Philosopher-Bold.svg#Philosopher-Bold") format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Regular.eot');
    src: url('../assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../assets/fonts/Montserrat-Regular.woff') format('woff'),
        url('../assets/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../assets/fonts/Montserrat-Medium.eot');
    src: url('../assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../assets/fonts/Montserrat-Medium.woff') format('woff'),
        url('../assets/fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../assets/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Semi Bold';
    src: url('../assets/fonts/Montserrat-SemiBold.eot');
    src: url('../assets/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../assets/fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../assets/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



.font-Philosopher {
  font-family: "Philosopher";
}
.font-PhilosopherBold{
  font-family: 'Philosopher Bold';
}
.font-Montserrat {
  font-family: "Montserrat";
}
.font-MontserratM {
  font-family: "Montserrat Medium";
}
.font-MontserratSB {
  font-family: "Montserrat Semi Bold";
}

html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden !important;
}

body {
  font-family: "GothamBook";
}

input{
  font-family: Montserrat;
  color: white;
  border-image: linear-gradient(
    to right,
    #50ABBE 0%,
    #B5C6C9 23%,
    #CCCCCC 50%,
    #C3C5CF 77%,
    #A9B2D7 100%
  ) 1;
}

input:focus,
select:focus,
input:focus-visible,
select:focus-visible {
  box-shadow: none !important;
  border-color: #6b9075 !important;
  outline: 0;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #FFFFFF !important;
  font-family: "Montserrat";
}

.input:focus {
  outline: 1px solid var(--line-active);
}

.input[type="submit"] {
  cursor: pointer;
}

.label {
  background-color: var(--bg);
  justify-self: start;
  transition-property: transform, padding, font-size;
  transition-duration: 0.3s;
  margin: 0 1rem;
  pointer-events: none;
}

.label,
.input {
  grid-column-start: 1;
  grid-row-start: 1;
}

.input:focus ~ .label,
.input:not(:placeholder-shown) ~ .label {
  transform: translateY(-124%);
  font-size: 0.8rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

/*----------------
   Navigation
------------------*/

nav {
  z-index: 99;
}

nav#desktop img#logo {
  margin-left: 3%;
  padding: 16px 0px;
}

/* Nordic Navbar Styles */
.nordic-navbar {
  background: linear-gradient(
    90deg,
    #278a98 0%,
    #1a416f 23.7841%,
    #262a48 52.0083%,
    #153869 77.1002%,
    #278a98 99.255%
  );
}

.nordic-circle {
  background: linear-gradient(
    90deg,
    #223154 0%,
    #223154 23.7841%,
    #262a48 52.0083%,
    #262a48 77.1002%,
    #262a48 99.255%
  );
}

/* .register-btn {
  background: linear-gradient(90deg, #c49c6e 0%, #f1d7a7 50%, #c49c6e 100%);
} */

.register-btn {
  position: relative;
  z-index: 1;                   /* put the button above its glow */
  background: linear-gradient(
    90deg,
    #A77F58 0%,
    #D5AB7A 7.7%,
    #F5DDAD 48.9%,
    #D5AB7A 86.2%,
    #A77F58 100%
  );
  font-family: "Montserrat Semi Bold", Sans-serif;
  font-weight: 600;
  color: #254E72;
  text-transform: uppercase;
  padding: 15px 40px;
  line-height: 1;
  height: auto !important;
  transition: transform 0.3s ease;
}
.register-btn::before,
.register-btn::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;  height: 100%;
  border-radius: inherit;
  background: inherit;
  z-index: -1;                   /* send it behind the button */
  pointer-events: none;
}
.register-btn::before {
  filter: blur(8px);             /* softer “inner” glow */
  opacity: 0.7;
}
.register-btn::after {
  filter: blur(20px);            /* larger, softer halo */
  opacity: 0.4;
}

/* Optional: animate on hover */
.register-btn:hover {
  transform: scale(1.05);
}
.register-btn:hover::before {
  filter: blur(12px);
  opacity: 0.9;
}
.register-btn:hover::after {
  filter: blur(30px);
  opacity: 0.6;
}

.register-btn:hover{
	background-color: #fff;
	color: #254E72;
}

.nav-link::after, .mobile-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after, .mobile-link:hover::after {
  width: 100%;
}

/* Scrolled navbar effects */
nav#desktop.scrolled .nordic-navbar {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Curve styling */
.curve-top {
  background: white;
  clip-path: ellipse(150% 100% at 50% 100%);
  z-index: 10;
  height: 80px;
  left: -25%;
  width: 150%;
}

.curve-bottom {
  background: white;
  clip-path: ellipse(150% 100% at 50% 0%);
  z-index: 10;
  height: 80px;
  left: -25%;
  width: 150%;
}



@media (max-width: 768px) {
  .curve-top,
  .curve-bottom {
    height: 40px;
  }
}

nav#desktop.scrolled #logo {
  transform: scale(0.8);
  margin-top: 0;
}

nav#desktop.scrolled .nordic-circle {
  top: 45px;
  height: 0;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}

nav#desktop.scrolled .nav-link:hover {
  color: #f0f0f0 !important;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.active-link {
  color: #e5e5e5 !important;
  font-weight: 600;
}

.sticky nav .hamburger {
  pointer-events: none;
}

.theme-background .hamburger {
  background: #fff;
}

.theme-background .hamburger .hamburger-inner,
.theme-background .hamburger .hamburger-inner:after,
.theme-background .hamburger .hamburger-inner:before {
  background-color: #707c67;
}

.hamburger-box {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin.is-active .hamburger-inner {
  width: 30px;
  background-color: black;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition:
    top 0.1s ease-out,
    opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition:
    bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  width: 30px !important;
}

.hamburger-inner:after {
  bottom: -10px;
  width: 30px !important;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner {
  position: absolute;
  width: 30px; /* Shorter width for the middle line */
  height: 2px;
  background: linear-gradient(
    to right,
    #50ABBE 0%,
    #B5C6C9 23%,
    #CCCCCC 50%,
    #C3C5CF 77%,
    #A9B2D7 100%
  ); /* Change color to orange */
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background: linear-gradient(
    to right,
    #50ABBE 0%,
    #B5C6C9 23%,
    #CCCCCC 50%,
    #C3C5CF 77%,
    #A9B2D7 100%
  );
}

.hamburger--spin .hamburger-inner:before {
  transition:
    top 0.1s ease-in 0.25s,
    opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition:
    bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navi-menu-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.navi-menu-wrapper.is-active .menu {
  transform: translateX(0px);
}

.navi-menu-wrapper.is-active .menu ul li {
  opacity: 1;
  margin-left: 0%;
}

.navi-menu-wrapper .menu ul li:nth-of-type(1) {
  transition-delay: 0.1s;
}

.navi-menu-wrapper .menu ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}

.logo.fixed {
  position: fixed;
  left: 30px;
  top: 0px;
  z-index: 1001;
}

@media only screen and (max-width: 767px) {
  .logo.fixed {
    top: 1rem;
    left: 1rem;
    width: 120px;
  }
}

.logo img {
  transition: all linear 0.5s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .logo img {
    width: 70px;
    padding-top: 15px;
  }
}

.nordic-gradient {
  background: linear-gradient(
    to right,
    #2b2e4a 0%,
    #203b63 22.9956%,
    #316aae 54.3509%,
    #278a98 79.004%,
    #1d6680 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Firefox */
  background-clip: text;
  color: transparent;

  display: inline-block;
}

.title-gradient {
  background: linear-gradient(
    to right,
    #50abbe 0%,
    #b5c6c9 23%,
    #cccccc 50%,
    #c3c5cf 77%,
    #a9b2d7 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Firefox */
  background-clip: text;
  color: transparent;

  display: inline-block;
}

.accordion-gradient{
  border-bottom: 3px solid;
	border-radius: 0px;
	border-image: linear-gradient(
    to right,
    #2b2e4a 0%,
    #203b63 22.9956%,
    #316aae 54.3509%,
    #278a98 79.004%,
    #1d6680 100%
  ) 1;
}

.owl-carousel {
  margin: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #4c624f;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: #fff !important; */
  color: #4c624f !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.owl-dots button span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.concept-slider .owl-dots {
  /* width: 90%; */
  margin-top: 10px;
  text-align: right;
}

/*-----------------
    Gallery
-------------------*/
.owl-carousel.gallery-slider .owl-nav button.owl-next,
.owl-carousel.gallery-slider .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  border: none; /* Remove border from the button */
}

.owl-carousel.gallery-slider .owl-nav button.owl-prev{
  left: 18%;
}

.owl-carousel.gallery-slider .owl-nav button.owl-next{
  right: 18%;
}

.owl-carousel.gallery-slider .owl-item > div {
  cursor: pointer;
  /* margin: 6% 8%; */
  transition: margin 0.4s ease;
}
.owl-carousel.gallery-slider .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
/* .owl-item:not(.center) {
  transform: translate(0.5);
} */
.owl-carousel.gallery-slider .owl-dots {
  margin-top: 10px;
}
.owl-carousel button.owl-dot {
  opacity: 50%;
}
.owl-carousel button.owl-dot.active {
  background-color: white;
  opacity: 100%;
}

.owl-carousel.fpTypeD-slider .owl-dots {
  margin-top: 10px;
}
.owl-carousel.fpTypeD-slider button.owl-dot {
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: #262A48;
  background-color: transparent;
}
.owl-carousel.fpTypeD-slider button.owl-dot.active {
  background-color: #262A48;
  opacity: 100%;
}

.owl-carousel.popup-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.owl-carousel.popup-slider .owl-nav button.owl-next,
.owl-carousel.popup-slider .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  border: none; /* Remove border from the button */
}
.owl-carousel.popup-slider .owl-nav button.owl-prev {
  left: 10px
}
.owl-carousel.popup-slider .owl-nav button.owl-next {
  right: 10px;
}

@media only screen and (max-width: 640px) {
  .owl-carousel.gallery-slider .owl-nav button.owl-next,
  .owl-carousel.gallery-slider .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    top: 38%;
  }

  .owl-carousel.gallery-slider .owl-nav button.owl-prev{
    left: 5%;
  }

  .owl-carousel.gallery-slider .owl-nav button.owl-next{
    right: 5%;
  }
  .nordic-circle {
  background: linear-gradient(
    90deg,
    #1A416F 0%,
    #223154 28.7841%,
    #262a48 52.0083%,
    #153869 90.1002%,
    #153869 99.255%
  );
}
}

@media only screen and (min-width: 640px) {
  .owl-carousel.gallery-slider .owl-item > div {
    margin: 6% 8%;
  }
  .owl-carousel.gallery-slider .owl-dots {
    margin-top: 0px;
  }
}

@media (min-width: 1800px){
  .owl-carousel.gallery-slider .owl-nav button.owl-prev{
  left: 15.5%;
}

.owl-carousel.gallery-slider .owl-nav button.owl-next{
    right: 15.5%;
  }
}

/* Loader  */

@-webkit-keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}

@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}

.progress-bar {
  width: 95%;
  max-width: 95%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-top: 30px;
}
.progress {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.bar {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.progress-bar {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: none;
}
.progress-bar span {
  display: block;
}
.bar {
  background: 0 0;
}
.progress {
  -webkit-animation: loader 8s ease infinite;
  animation: loader 8s ease infinite;
  background: linear-gradient(
    to right,
    #50ABBE 0%,
    #B5C6C9 23%,
    #CCCCCC 50%,
    #C3C5CF 77%,
    #A9B2D7 100%
  );
  color: #fff;
  padding: 5px;
  width: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.progress-bar {
  position: relative;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}

.scroll-top {
  position: fixed;
  background-color: #275d06 !important;
  border-radius: 100px;
}

.whatsapp_link {
  text-align: center;
  color: #2bd56b;
  padding: 10px 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #2bd56b;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.whatsapp_link:hover,
.whatsapp_link:hover {
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #40a397;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #40a397;
}

.btn_sticky_register {
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 15px 10px !important;
  margin: 0 auto;
  font-family: "APOLLO-Regular";
  background: #3a473d;
  border: 1px solid #3a473d;
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
  width: 235px;
  transition: 0.3s;
  letter-spacing: 2px;
}

.btn_sticky_register:hover,
.btn_sticky_register:focus {
  background: #ffffff;
  border: 1px solid #3a473d;
  color: #3a473d;
}

.sticky-icons {
    position: fixed;
    bottom: 5%;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    right: 1%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px rgb(182, 182, 182);
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
  }

  .sticky-icons:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }

  .sticky-icons :hover{cursor: pointer;}
  .sticky-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #0D9F16;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
    position: relative;
    transform: rotate(30deg);
  }
  
  .sticky-icon img{width: 70%;object-fit: contain;}
  .sticky-icons p{
    color: #0a6b10;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1.2;
  }

  .sticky-icon::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0d9f16;
    position: absolute;
    bottom: -3px;
    left: -17px;
    right: 0;
    margin: 0 auto;
    transform: rotateZ(31deg);
  }

  .rotate-image{
    transform: rotate(-25deg);
  }
  @-webkit-keyframes pulse {
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-moz-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-o-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  
.iti {
  width: 100% !important; /* Ensures full width */
}

.iti__selected-flag {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important; /* Ensure it's clickable */
  padding-left: 10px !important;
}

.iti__country-list {
  z-index: 9999 !important; /* Keeps it above other elements */
  position: absolute !important; /* Allows manual positioning */
  left: 0 !important;
  top: 100% !important; /* Positions it directly under the flag button */
  width: auto !important;
  background: white !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.iti--allow-dropdown input {
  padding-left: 3.5rem !important; /* Leaves space for the flag */
}
.iti__search-input {
  display: none;
}

.checkbox-wrapper-23 *,
.checkbox-wrapper-23 *:after,
.checkbox-wrapper-23 *:before {
  box-sizing: border-box;
}

.checkbox-wrapper-23 input {
  position: absolute;
  opacity: 0;
}

.checkbox-wrapper-23 input:checked + label svg path {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-23 input:focus + label {
  transform: scale(1.03);
}

.checkbox-wrapper-23 input + label {
  display: block;
  border: 2px solid;
  border-image: linear-gradient(
    to right,
    #50ABBE 0%,
    #B5C6C9 23%,
    #CCCCCC 50%,
    #C3C5CF 77%,
    #A9B2D7 100%
  ) 1;
  width: var(--size);
  height: var(--size);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox-wrapper-23 input + label:active {
  transform: scale(1.05);
  border-radius: 12px;
}

.checkbox-wrapper-23 input + label svg {
  pointer-events: none;
  padding: 5%;
}

.checkbox-wrapper-23 input + label svg path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  transition: all 250ms cubic-bezier(1, 0, 0.37, 0.91);
}

.tab-btn {
  transition: color 0.3s ease;
}

.tab-btn.active {
  color: white;
  font-family: "Sofia Pro";
}

.project-card {
  height: 630px;
}

.rotate-image {
  transform: rotate(-25deg);
}

/* popup modal general layout */
#popup-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* make Owl act like a slider, not stacked blocks */
.popup-slider.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.popup-slider.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* limit slide image height */
.popup-slider .item img {
  max-height: 90vh;   /* fit within screen */
  width: auto;        /* keep aspect ratio */
  object-fit: contain;
}

/* optional: modal content should not exceed viewport */
#popup-modal .relative.bg-white {
  max-height: 95vh;
  overflow: hidden;
}
