@charset "UTF-8";
/*!--------------------
Template Name: Travtics - Tour Package & Travel Ticket Booking HTML Template
Author: tempticspro
Version: 1.0

CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Components
04. Sidebar
05. Header
06. Banner
07. Categories
08. Trip Ideas
09. About
10. Offers
11. Deals
12. Packages
13. Discount
14. Sub Banners
15. Gallery
16. Testimonials
17. Stats
18. Blog
19. Footer

// index 2
20. Cta
21. Services
22. Guides

--- INNER PAGES
23. About Page
24. Packages Page
25. Package Details Page
26. Top Destinations Page
27. Top Destinations Details Page
28. Services Page
29. Service Details Page
30. Pricing Page
31. Team Page
32. Blog Page
33. Contact Page
34. Blog Details Page
35. Flight Search Page

*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --black: #000;
  --white: #fff;
  --ul-black: #1D231F;
  --ul-primary: #7fc7a4;
  --ul-secondary: #0b2a42;
  --ul-p: #595959;
  --ul-gradient: linear-gradient(90deg, #213C84 0%, var(--ul-2-primary) 100%);
  --font-primary: "Lato", sans-serif;
  --font-another-hand: "Just Another Hand", cursive;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  margin: auto;
  font-size: clamp(13px, 0.84vw, 16px);
  width: 100%;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}
a:hover {
  color: var(--ul-2-primary);
}

i {
  display: inline-flex;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}

input {
  background-color: transparent;
}
input:focus, input:focus-visible, input:focus-within {
  outline: none;
}

[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.2s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

button {
  background: none;
  border: none;
}

@media screen and (max-width: 479px) {
  .d-xxs-none {
    display: none !important;
  }
}

.ul-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 82.5vw, 1570px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-2-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-container {
  margin: 0 clamp(15px, 10.25vw, 195px);
}
@media screen and (max-width: 1599px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 7.88vw, 150px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 2.88vw, 150px);
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-2 > * {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.logo {
  max-width: clamp(130px, 11.56vw, 220px);
}

.ul-bs-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}

.ul-inner-page-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1000px, 74.09vw, 1410px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-page-content-wrapper {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
  padding-bottom: 0;
}

.ul-section-spacing {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}

.\!ul-section-spacing {
  padding-top: clamp(60px, 6.31vw, 120px) !important;
  padding-bottom: clamp(60px, 6.31vw, 120px) !important;
}

.wow {
  animation-duration: 1s !important;
  animation-fill-mode: forwards;
  visibility: hidden;
}

.animate__fadeInUp {
  transform: translate3d(0, 20%, 0);
  opacity: 0;
}

.animate__fadeInBottomLeft {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ss-main:focus {
  box-shadow: none;
}

.ss-content.ss-open-below {
  border-radius: 8px;
}

.ul-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ul-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

@keyframes slide-top {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(300px);
  }
}
.ul-radio label {
  display: flex !important;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-radio label .checkmark {
  width: clamp(24px, 1.58vw, 30px);
  aspect-ratio: 1/1;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
}
.ul-radio label .checkmark i {
  opacity: 0;
}
.ul-radio label .checkmark::before {
  content: "";
  position: absolute;
  width: clamp(10px, 0.74vw, 14px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid var(--ul-black);
}
.ul-radio label input[type=radio] {
  display: none !important;
}
.ul-radio label input[type=radio]:checked ~ .checkmark {
  color: var(--black);
  border-color: var(--ul-black);
}
.ul-radio label input[type=radio]:checked ~ .checkmark i {
  opacity: 1;
}
.ul-radio label input[type=radio]:checked ~ .checkmark::before {
  background-color: var(--ul-2-primary);
  border-color: var(--ul-2-primary);
}

.ul-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.53vw, 10px);
  background-color: var(--ul-secondary);
  border: 1px solid var(--ul-secondary);
  color: var(--white);
  padding: clamp(10px, 0.68vw, 13px) clamp(15px, 1.58vw, 30px);
  font-weight: 700;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-btn i {
  font-size: 12px;
}
.ul-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
  border-color: var(--ul-primary);
}

.ul-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(22px, 2.73vw, 52px);
}
@media screen and (max-width: 575px) {
  .ul-section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.ul-section-heading .right {
  flex-shrink: 0;
}
.ul-section-subtitle {
  color: var(--ul-primary);
  display: block;
  margin-bottom: clamp(5px, 0.42vw, 8px);
  font-size: clamp(20px, 1.26vw, 24px);
  font-family: var(--font-another-hand);
}
.ul-section-title {
  font-size: clamp(30px, 1.79vw, 34px);
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 18px;
  color: var(--ul-secondary);
}
.ul-section-descr {
  font-weight: 500;
  margin-bottom: 0;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-p);
}

.ul-breadcrumb {
  position: relative;
  z-index: 1;
}
.ul-breadcrumb-bg {
  height: clamp(216px, 18.71vw, 356px);
  overflow: hidden;
}
.ul-breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-breadcrumb-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.ul-breadcrumb-title {
  padding: clamp(20px, 1.58vw, 30px) 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  background-color: var(--ul-primary);
  color: var(--white);
  font-weight: 700;
  min-width: clamp(200px, 21.02vw, 400px);
  text-align: center;
  font-size: clamp(28px, 1.79vw, 34px);
  max-width: 100%;
}
.ul-breadcrumb-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  gap: 3px;
  color: var(--ul-primary);
}
.ul-breadcrumb-nav i {
  padding-right: 4px;
  font-size: 14px;
}
.ul-breadcrumb-nav a {
  color: var(--ul-black);
}
.ul-breadcrumb-nav a:hover {
  color: var(--ul-secondary);
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: 0.4s ease;
  padding: clamp(20px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: 100%;
  border-left: 3px solid var(--ul-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 22vw, 100%);
}
.ul-sidebar.active {
  transform: translateX(0);
}

.ul-pagination {
  margin-top: clamp(25px, 2.63vw, 50px);
}
.ul-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-pagination ul a {
  width: clamp(38px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  line-height: 0.7;
  border: 1px solid var(--ul-secondary);
}
.ul-pagination ul a:hover, .ul-pagination ul a.active {
  background-color: var(--ul-black);
  border-color: var(--ul-black);
  color: var(--white);
}
.ul-pagination ul .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
}
.ul-pagination ul .prev,
.ul-pagination ul .next {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-pagination ul .prev:hover,
.ul-pagination ul .next:hover {
  background-color: var(--ul-black);
  border-color: var(--ul-black);
}

.ul-single-accordion-item {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  padding: clamp(18px, 1.47vw, 28px) clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  background: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.ul-single-accordion-item:last-child {
  margin-bottom: 0;
}
.ul-single-accordion-item.open {
  grid-template-rows: max-content 1fr;
}
.ul-single-accordion-item.open .ul-single-accordion-item__header .icon::after, .ul-single-accordion-item.open .ul-single-accordion-item__header .icon::before {
  background-color: var(--white);
  transform: rotate(0deg);
}
.ul-single-accordion-item.open .ul-single-accordion-item__header i {
  transform: rotate(-180deg);
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__title {
  color: var(--ul-primary);
}
.ul-single-accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.ul-single-accordion-item__header .icon {
  display: inline-flex;
  position: relative;
}
.ul-single-accordion-item__header .icon::after, .ul-single-accordion-item__header .icon::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #9E9E9E;
}
.ul-single-accordion-item__header .icon::after {
  transform: rotate(90deg);
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.4s ease;
}
.ul-single-accordion-item__header i {
  transition: transform 0.4s ease;
  display: inline-flex;
}
.ul-single-accordion-item__icon {
  display: inline-flex;
}
.ul-single-accordion-item__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__body {
  transition: all 0.4s ease;
  overflow: hidden;
}
.ul-single-accordion-item__body > *:first-child {
  padding-top: clamp(7px, 0.74vw, 14px);
}
.ul-single-accordion-item__body p {
  line-height: 1.5;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.78;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.loader {
  width: clamp(100px, 7.88vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l11 2s infinite;
}

@keyframes l11 {
  0% {
    background: conic-gradient(var(--ul-primary) 0, rgba(0, 0, 0, 0) 0);
  }
  12.5% {
    background: conic-gradient(var(--ul-primary) 45deg, rgba(0, 0, 0, 0) 46deg);
  }
  25% {
    background: conic-gradient(var(--ul-primary) 90deg, rgba(0, 0, 0, 0) 91deg);
  }
  37.5% {
    background: conic-gradient(var(--ul-primary) 135deg, rgba(0, 0, 0, 0) 136deg);
  }
  50% {
    background: conic-gradient(var(--ul-primary) 180deg, rgba(0, 0, 0, 0) 181deg);
  }
  62.5% {
    background: conic-gradient(var(--ul-primary) 225deg, rgba(0, 0, 0, 0) 226deg);
  }
  75% {
    background: conic-gradient(var(--ul-primary) 270deg, rgba(0, 0, 0, 0) 271deg);
  }
  87.5% {
    background: conic-gradient(var(--ul-primary) 315deg, rgba(0, 0, 0, 0) 316deg);
  }
  100% {
    background: conic-gradient(var(--ul-primary) 360deg, rgba(0, 0, 0, 0) 360deg);
  }
}
.ul-slider-nav {
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-slider-nav button {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 999px;
  color: var(--ul-2-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}
.ul-slider-nav button:hover {
  background-color: var(--ul-2-primary);
  color: var(--white);
}

.ul-slider-action-wrapper {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(25px, 3.42vw, 65px);
}
.ul-slider-action-wrapper button {
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-slider-action-wrapper button:hover {
  color: var(--ul-2-primary);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  background-color: var(--ul-gray);
  width: clamp(140px, 27.75vw, 528px);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--ul-2-primary);
}

.ul-search-form-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(25px);
}
.ul-search-form-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.ul-search-form-wrapper .ul-header-search-form {
  background-color: var(--white);
  max-width: 80%;
}
@media screen and (max-width: 575px) {
  .ul-search-form-wrapper .ul-header-search-form {
    max-width: 95%;
  }
}
@media screen and (max-width: 479px) {
  .ul-search-form-wrapper .ul-header-search-form {
    flex-direction: column;
    border-radius: 10px;
    height: auto;
  }
  .ul-search-form-wrapper .ul-header-search-form .ss-main {
    padding: 10px clamp(12px, 1.05vw, 20px);
  }
  .ul-search-form-wrapper .ul-header-search-form-right {
    padding: 10px clamp(18px, 1.31vw, 25px);
  }
}
.ul-search-closer {
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.ul-search-closer i {
  display: inline-flex;
  font-size: clamp(20px, 1.31vw, 25px);
}
.ul-search-closer:hover {
  background-color: var(--white);
  color: var(--ul-2-primary);
}
.ul-search-form {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  height: clamp(48px, 3.15vw, 60px);
  max-width: clamp(534px, 32.53vw, 619px);
  width: 100%;
  font-size: clamp(13px, 0.84vw, 16px);
  width: 95%;
}
.ul-search-form-right {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(18px, 1.31vw, 25px);
  flex-grow: 1;
}
.ul-search-form-right input {
  border: none;
  height: 100%;
  width: 100%;
  color: var(--white);
}
.ul-search-form-right input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.ul-search-form-right button {
  padding: 0;
  padding-top: clamp(0px, 0.42vw, 8px);
  height: 100%;
  flex-shrink: 0;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
}
.ul-search-form-right button .icon {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .ul-search-form-right button .icon {
    padding-top: 5px;
  }
}

.ul-progress-container {
  width: 100%;
  border: 1px solid var(--ul-2-primary);
  border-radius: 10px;
}
.ul-progressbar {
  width: var(--progress-value);
  background-color: var(--ul-2-primary);
  height: clamp(2px, 0.26vw, 5px);
  position: relative;
}
.ul-progressbar::before {
  content: "";
  position: absolute;
  width: clamp(15px, 0.95vw, 18px);
  aspect-ratio: 1/1;
  border: 4px solid var(--ul-2-primary);
  background-color: var(--white);
  border-radius: 999px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ul-progress-label {
  position: absolute;
  transform: translate(6px, -25px);
  right: 0;
  font-size: clamp(11px, 0.63vw, 12px);
  font-weight: 700;
  color: var(--ul-2-primary);
}

.ul-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox {
  background-color: var(--ul-2-primary);
  border-color: var(--ul-2-primary);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox i {
  opacity: 1;
}
.ul-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17px, 1.05vw, 20px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-size: 10px;
  color: var(--white);
}
.ul-checkbox i {
  opacity: 0;
}

.ul-time-input-wrapper {
  position: relative;
  z-index: 1;
}
.ul-time-input-wrapper i {
  position: absolute;
  z-index: 2;
  right: clamp(12px, 1.05vw, 20px);
  left: clamp(12px, 1.05vw, 20px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ul-2-btn {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  background-color: var(--ul-2-primary);
  color: var(--white);
  height: clamp(48px, 3.15vw, 60px);
  border-radius: 6px;
  padding: 0 clamp(15px, 1.58vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ul-2-btn:hover {
  color: var(--white);
  background-color: var(--ul-2-primary);
}

.ul-2-section-sub-title {
  display: block;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-2-primary);
  margin-bottom: clamp(12px, 0.89vw, 17px);
}

.ul-2-section-title {
  font-weight: 600;
  font-size: clamp(25px, 2.63vw, 50px);
  letter-spacing: -0.04em;
  color: var(--white);
  margin-bottom: clamp(15px, 1.31vw, 25px);
}

.ul-2-section-descr {
  font-weight: 700;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 133%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.ul-2-section-descr a {
  color: var(--ul-2-primary);
  text-decoration: 1px underline var(--ul-2-primary);
}

.ul-3-section-sub-title {
  background-color: hsla(216, 97.9166666667%, 52%, 0.12);
  border-color: transparent;
}

.ul-form-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.83);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.ul-form-modal-bg.active {
  opacity: 1;
  visibility: visible;
}
.ul-form-modal-bg.active .ul-form-modal-content {
  transform: scale(1);
}
.ul-form-modal-content {
  transition: 0.3s ease;
  transform: scale(0.8);
  background-color: #f0f0f0;
  max-width: 99%;
  max-height: 99%;
  width: clamp(957px, 50.45vw, 960px);
  margin: auto;
  border-radius: 20px;
  position: relative;
}
.ul-form-modal-closer {
  position: absolute;
  padding: 0;
  top: clamp(12px, 0.79vw, 15px);
  right: clamp(12px, 0.79vw, 15px);
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 14px;
  width: clamp(30px, 1.84vw, 35px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.ul-form-modal-closer:hover {
  background-color: var(--ul-2-primary);
  border-color: var(--ul-2-primary);
  color: var(--white);
}
.ul-form-modal-img {
  background-color: var(--ul-2-primary);
  background-color: rgba(255, 0, 0, 0.2901960784);
  border-radius: 17px 0 0 17px;
  padding: clamp(15px, 1.58vw, 30px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-form-modal-title {
  font-size: clamp(22px, 2.31vw, 44px);
  font-weight: 700;
  margin-bottom: clamp(6px, 0.53vw, 10px);
}
.ul-form-modal-sub-title {
  margin-bottom: clamp(20px, 1.31vw, 25px);
}
.ul-form-modal-form-wrapper {
  padding: clamp(30px, 2.63vw, 50px);
  overflow: auto;
  height: 100%;
  max-height: 650px;
}
.ul-form-modal-form .form-group {
  margin-bottom: clamp(15px, 1.05vw, 20px);
  margin-bottom: clamp(20px, 1.31vw, 25px);
}
.ul-form-modal-form .form-group:last-child {
  margin-bottom: 0;
}
.ul-form-modal-form input,
.ul-form-modal-form select,
.ul-form-modal-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 100%;
  height: clamp(45px, 2.63vw, 50px);
  padding: 0 clamp(15px, 1.05vw, 20px);
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  background-color: var(--white);
  outline: none;
}
.ul-form-modal-form input:-webkit-autofill, .ul-form-modal-form input:-webkit-autofill:hover, .ul-form-modal-form input:-webkit-autofill:focus, .ul-form-modal-form input:-webkit-autofill:active,
.ul-form-modal-form select:-webkit-autofill,
.ul-form-modal-form select:-webkit-autofill:hover,
.ul-form-modal-form select:-webkit-autofill:focus,
.ul-form-modal-form select:-webkit-autofill:active,
.ul-form-modal-form textarea:-webkit-autofill,
.ul-form-modal-form textarea:-webkit-autofill:hover,
.ul-form-modal-form textarea:-webkit-autofill:focus,
.ul-form-modal-form textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset !important;
}
.ul-form-modal-form textarea {
  padding: clamp(7px, 0.53vw, 10px) clamp(15px, 1.05vw, 20px);
  height: auto;
}
.ul-form-modal-form input[type=checkbox] {
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0;
}
.ul-form-modal-form input[type=radio] {
  height: auto;
}
.ul-form-modal-form .ul-btn:hover {
  background-color: var(--black);
  border-color: var(--black);
}

.ul-sidebar {
  justify-content: flex-start;
  gap: 20px;
  border-left: 2px solid var(--ul-secondary);
}
.ul-sidebar-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-sidebar-closer {
  display: inline-flex;
  padding: 0;
  font-size: clamp(22px, 1.31vw, 25px);
}
.ul-sidebar-closer:hover {
  color: var(--ul-secondary);
}
.ul-sidebar-closer i {
  display: inline-flex;
}
.ul-sidebar-txt-block .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-txt-block .descr {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: var(--ul-gray2);
  display: flex;
  align-items: center;
  gap: 5px;
}
.ul-sidebar-txt-block .descr a {
  color: var(--ul-2-primary);
}
.ul-sidebar-txt-block .descr a:hover {
  color: var(--ul-secondary);
}
.ul-sidebar-txt-block .descr i {
  color: var(--ul-secondary);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-sidebar-slider-wrapper {
  display: flex;
  gap: 20px;
}
.ul-sidebar-slider-wrapper .slider-wrapper {
  max-width: calc(85% - 20px);
}
.ul-sidebar-slider-nav {
  position: static;
  transform: translate(0);
  gap: 10px;
  width: 15%;
}
.ul-sidebar-footer {
  margin-top: auto;
  display: none;
}
.ul-sidebar-footer-title {
  color: var(--black);
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: 4px;
  display: inline-block;
}
.ul-sidebar-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-sidebar-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--black);
  height: clamp(37px, 2.1vw, 40px);
}
.ul-sidebar-footer-social a:hover {
  color: var(--white);
  background-color: var(--ul-2-primary);
  border-color: var(--ul-2-primary);
}
.ul-sidebar-footer-social a i {
  display: inline-flex;
}

.ul-header {
  position: relative;
  top: 0;
  z-index: 99;
}
.ul-header-container {
  margin: auto;
  max-width: calc(clamp(1000px, 61.48vw, 1170px) + 30px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ul-header-container {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .ul-header-container {
    max-width: calc(100% - 30px);
  }
}
.ul-header-left {
  padding: 0 clamp(15px, 7.88vw, 150px);
  padding-right: clamp(30px, 3.15vw, 60px);
  position: relative;
}
@media screen and (max-width: 1599px) {
  .ul-header-left {
    padding-left: clamp(15px, 3.88vw, 150px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-header-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ul-header-right {
  flex-grow: 1;
}
.ul-header .header-top-bg-wrapper {
  background-color: var(--ul-c3);
}
.ul-header-top {
  background-color: var(--ul-secondary);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .ul-header-top-left {
    display: none;
  }
}
.ul-header-top-right {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 1.84vw, 35px);
}
@media screen and (max-width: 767px) {
  .ul-header-top-right {
    justify-content: space-between;
  }
}
.ul-header-contact-infos {
  display: flex;
}
.ul-header-contact-info {
  font-size: clamp(13px, 0.84vw, 16px);
  display: flex;
  align-items: center;
  gap: clamp(3px, 0.32vw, 6px);
  position: relative;
  margin: 0 clamp(15px, 1.84vw, 35px);
}
.ul-header-contact-info svg {
  width: clamp(13px, 0.84vw, 16px);
  height: auto;
}
.ul-header-contact-info:last-child {
  margin-right: 0;
}
.ul-header-contact-info:first-child {
  margin-left: 0;
}
.ul-header-auth-options {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ul-header-auth-options a {
  color: var(--white);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-header-auth-options a:hover {
  color: var(--ul-secondary);
}
.ul-header-socials {
  display: flex;
  align-items: center;
  gap: clamp(7px, 1.05vw, 20px);
  background-color: var(--white);
  padding: 12px 18px;
}
.ul-header-socials .socials-title {
  display: block;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-header-socials .links {
  padding-top: 0;
  display: flex;
  gap: clamp(12px, 0.79vw, 15px);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-header-socials .links svg {
  width: 16px;
  height: auto;
}
.ul-header-socials a {
  display: inline-flex;
  color: var(--ul-secondary);
}
.ul-header-socials a:hover {
  color: var(--ul-primary);
}
.ul-header .header-bottom-bg-wrapper {
  top: 100%;
  width: 100%;
}
.ul-header .header-bottom-bg-wrapper.sticky {
  position: fixed;
  top: 0;
  background-color: var(--white);
}
.ul-header-bottom {
  padding: clamp(2px, 0.26vw, 5px) 15px;
  position: relative;
  z-index: 1;
}
.ul-header-bottom-wrapper {
  gap: clamp(22px, 4.2vw, 80px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-header-bottom-wrapper {
    padding: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .ul-header-bottom-wrapper {
    padding: 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .ul-header-bottom-wrapper {
    gap: 15px;
  }
}
.ul-header-bottom-wrapper > * {
  flex-shrink: 0;
}
.ul-header-bottom .logo {
  max-width: clamp(135px, 8.15vw, 155px);
}
.ul-header-bottom .header-bottom-left {
  display: flex;
  align-items: center;
  gap: clamp(35px, 3.42vw, 65px);
  flex-grow: 1;
}
.ul-header-nav {
  display: flex;
  gap: clamp(30px, 2.89vw, 55px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    gap: 0;
    display: none;
  }
}
.ul-header-nav > * {
  line-height: clamp(48px, 3.57vw, 68px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav > * {
    line-height: 1.2;
    padding: 12px 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ul-header-nav > *:last-child {
    border-bottom: 0;
  }
}
.ul-header-nav a {
  color: var(--black);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.ul-header-nav a:not([href]):hover, .ul-header-nav a:hover {
  color: var(--ul-primary);
}
@media screen and (max-width: 991px) {
  .ul-header-nav a {
    color: var(--black);
  }
}
.ul-header-nav .has-sub-menu {
  position: relative;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
  }
  .ul-header-nav .has-sub-menu.active .ul-header-submenu {
    padding-top: 10px;
  }
  .ul-header-nav .has-sub-menu.active > a::after {
    transform: rotate(0deg);
  }
}
.ul-header-nav .has-sub-menu:hover .ul-header-submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.ul-header-nav .has-sub-menu > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu > a {
    justify-content: space-between;
  }
}
.ul-header-nav .has-sub-menu > a::after {
  content: "";
  transform: rotate(45deg);
  width: 8px;
  aspect-ratio: 1/1;
  display: inline-block;
  border: solid var(--black);
  border-width: 0 1px 1px 0;
  transition: 0.4s ease;
  margin-bottom: 4px;
}
.ul-header-submenu {
  position: absolute;
  z-index: 2;
  min-width: 200px;
  background-color: var(--white);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.4s ease, pointer-events 0s;
  transform: translateY(5px);
  pointer-events: none;
  width: max-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  border-radius: 15px;
}
@media screen and (max-width: 479px) {
  .ul-header-submenu {
    background-color: var(--white);
  }
}
.ul-header-submenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li {
    border-bottom: none;
  }
}
.ul-header-submenu li:last-child {
  border-bottom: 0;
}
.ul-header-submenu li a {
  height: auto;
  padding: 12px 15px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li a {
    padding: 8px 0;
  }
}
.ul-header-submenu li a:hover {
  color: var(--ul-primary);
}
.ul-header-submenu li:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.ul-header-submenu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: 0.4s ease, pointer-events 0s;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li ul {
    position: static;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .ul-header-submenu {
    position: static;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
  }
}
.ul-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.58vw, 30px);
}
@media screen and (max-width: 991px) {
  .ul-header-actions {
    gap: 20px;
  }
}
.ul-header-actions button,
.ul-header-actions a {
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .ul-header-actions button,
  .ul-header-actions a {
    font-size: 16px;
  }
}
.ul-header-actions button i,
.ul-header-actions a i {
  display: inline-flex;
}
.ul-header-actions button:hover,
.ul-header-actions a:hover {
  color: var(--ul-primary);
}
.ul-header-actions button.ul-btn,
.ul-header-actions a.ul-btn {
  padding: clamp(10px, 0.68vw, 13px) clamp(15px, 1.58vw, 30px);
}
.ul-header-actions button.ul-btn:hover,
.ul-header-actions a.ul-btn:hover {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-header .has-mega-menu {
  position: static;
}
.ul-header-megamenu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  left: 3.1vw;
  right: 3.1vw;
  width: auto;
  top: clamp(110px, 7.8vw, 7.8vw);
  z-index: 99;
  padding: clamp(10px, 3.15vw, 60px) clamp(15px, 4.2vw, 80px);
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu {
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
    padding: 0 0;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu.active {
    margin-top: 15px;
  }
}
.ul-header-megamenu::before {
  content: "";
  position: absolute;
  height: 100%;
  top: -30px;
  right: 16vw;
  background-color: transparent;
  opacity: 1;
  z-index: -1;
  width: 8.8vw;
}
@media screen and (max-width: 1399px) {
  .ul-header-megamenu::before {
    right: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .ul-header-megamenu::before {
    right: 21.5vw;
  }
}
.ul-header-megamenu .single-col {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: clamp(20px, 2.1vw, 40px);
  margin-right: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.ul-header-megamenu .single-col:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.ul-header-megamenu .single-col-title {
  color: var(--ul-primary);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col-title {
    margin-bottom: 10px;
  }
}
.ul-header-megamenu li {
  border-bottom: none;
  line-height: clamp(30px, 2.1vw, 40px);
}
.ul-header-megamenu li a {
  height: auto;
  padding: 1px 0;
  display: inline-block;
  width: 100%;
}

.ul-sidebar.active .ul-header-nav {
  display: flex;
}

.ul-sidebar-closer,
.ul-header-sidebar-opener {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--ul-secondary);
}

.ul-banner {
  position: relative;
  z-index: 1;
  padding: clamp(60px, 11.56vw, 220px) clamp(15px, 11.56vw, 220px) clamp(120px, 11.56vw, 220px);
  overflow: hidden;
  color: var(--white);
}
@media screen and (max-width: 1199px) {
  .ul-banner {
    padding: clamp(60px, 11.56vw, 220px) clamp(15px, 5.56vw, 220px) clamp(120px, 11.56vw, 220px);
  }
}
.ul-banner-slider {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ul-banner-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.ul-banner-slider .swiper-slide-prev img, .ul-banner-slider .swiper-slide-active img {
  transition: 9s ease;
  transform: scale(1.07);
}
.ul-banner-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ul-banner-sub-title {
  font-size: 18px;
  border-bottom: 3px solid var(--ul-primary);
  display: inline-flex;
  padding-bottom: 10px;
}
.ul-banner-title {
  font-size: clamp(32px, 2.94vw, 56px);
  font-weight: 800;
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-banner-descr {
  font-family: "Heebo", sans-serif;
  max-width: 80%;
}
.ul-banner-video-btn {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  gap: 15px;
}
.ul-banner-video-btn:hover {
  color: var(--ul-primary);
}
.ul-banner-video-btn .icon {
  background-color: var(--ul-primary);
  width: clamp(55px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.ul-banner-video-btn .icon svg {
  width: 18px;
  fill: var(--white);
}
.ul-banner-video-btn .icon:hover {
  color: var(--black);
}
.ul-banner-video-btn .icon:hover svg {
  fill: var(--black);
}

.ul-about .ul-about-container {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ul-about .ul-about-media {
  position: relative;
}
.ul-about .ul-about-media-bg {
  width: 80%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-about .ul-about-media-bg {
    width: 60%;
  }
}
.ul-about .ul-about-media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ul-about .ul-about-media-main {
  position: absolute;
  right: 20px;
  top: clamp(45px, 4.99vw, 95px);
  width: 70%;
  max-width: clamp(200px, 22.07vw, 420px);
  overflow: hidden;
  border: 20px solid #fff;
  border-right: 0;
}
@media screen and (max-width: 479px) {
  .ul-about .ul-about-media-main {
    display: none;
  }
}
.ul-about .ul-about-media-main img {
  width: 100%;
  height: clamp(250px, 22.86vw, 435px);
  object-fit: cover;
  display: block;
}
.ul-about .ul-about-content {
  color: #0d3553;
}
.ul-about .ul-about-features {
  display: grid;
  grid-template-columns: clamp(180px, 12.09vw, 230px) 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 44px;
}
@media screen and (max-width: 479px) {
  .ul-about .ul-about-features {
    grid-template-columns: 1fr;
  }
}
.ul-about .ul-about-card {
  background: #072f4a;
  color: #fff;
  padding: clamp(20px, 1.68vw, 32px) clamp(18px, 1.26vw, 24px);
  text-align: center;
}
.ul-about .ul-about-card-icon {
  font-size: clamp(32px, 1.89vw, 36px);
  color: #7fc8a8;
  margin-bottom: 12px;
}
.ul-about .ul-about-card-number {
  font-size: clamp(46px, 2.94vw, 56px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.ul-about .ul-about-card-plus {
  font-size: 28px;
  color: #7fc8a8;
  vertical-align: middle;
  margin-left: 3px;
}
.ul-about .ul-about-card-text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.ul-about .ul-about-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-about .ul-about-list-item {
  position: relative;
  padding-left: 34px;
  color: #667d8d;
  font-size: 16px;
  font-family: "Heebo" sans-serif;
  line-height: 1.45;
  margin-bottom: 12px;
}
.ul-about .ul-about-list-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #79c9a5;
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
  transform: translateY(6px);
}
.ul-about .ul-about-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.ul-about .ul-about-person {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ul-about .ul-about-person-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.ul-about .ul-about-person-name {
  margin: 0;
  font-size: 20px;
  color: #103550;
}
.ul-about .ul-about-person-role {
  margin: 4px 0 0;
  color: #6e8291;
  font-size: 16px;
}
.ul-about .ul-about-button {
  background: #79c9a5;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 34px;
  transition: background 0.25s ease;
}
.ul-about .ul-about-button:hover {
  background: #62b98f;
}

.ul-exp {
  background: #eceff2;
  width: clamp(1917px, 100.89vw, 1920px);
  max-width: 100%;
  margin: auto;
}
.ul-exp .ul-section-descr {
  color: #CBDAE1;
  margin-bottom: 30px;
}

.ul-exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
}

.ul-exp-content {
  background: #072f4a;
  color: #fff;
  padding: clamp(30px, 7.99vw, 152px) clamp(15px, 7.99vw, 152px);
}

.ul-exp-title {
  margin: 0 0 18px;
  max-width: 520px;
  font-size: 54px;
  line-height: 1.16;
  font-weight: 700;
}

.ul-exp-text {
  margin: 0 0 34px;
  max-width: 640px;
  font-size: 35px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.ul-exp-bars {
  display: grid;
  gap: 22px;
  max-width: 650px;
}

.ul-exp-bar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ul-exp-bar-label {
  font-size: 16px;
  color: #ffffff;
}

.ul-exp-bar-value {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.ul-exp-bar-track {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.ul-exp-bar-fill {
  display: block;
  width: var(--ul-value);
  height: 100%;
  background: #7dc9a7;
}

.ul-exp-media {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ul-exp-media {
    min-height: 450px;
  }
}

.ul-exp-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 27, 41, 0.38);
}

.ul-exp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ul-exp-card {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 2;
  width: min(68%, 470px);
  background: #7bc7a4;
  padding: 38px 40px 34px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .ul-exp-card {
    width: 100%;
    inset: auto;
    bottom: 0;
  }
}

.ul-exp-card-title {
  margin: 0 0 clamp(15px, 1.05vw, 20px);
  font-size: clamp(19px, 1.16vw, 22px);
  line-height: 1.2em;
  font-weight: 600;
}

.ul-exp-card-text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.93);
}

.ul-exp-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.ul-projects {
  padding: 90px 0 80px;
}
@media screen and (max-width: 991px) {
  .ul-projects .ul-section-descr {
    width: 80% !important;
  }
}
@media screen and (max-width: 479px) {
  .ul-projects .ul-section-descr {
    width: 100% !important;
  }
}

.ul-projects-container {
  max-width: 1920px;
  padding: 0 clamp(20px, 2.1vw, 40px);
  margin: 0 auto;
}

.ul-projects-head {
  text-align: center;
  margin-bottom: 36px;
}

.ul-projects-label {
  margin: 0 auto;
  width: fit-content;
  font-size: 32px;
  color: #0d3a57;
  position: relative;
  padding-bottom: 10px;
}

.ul-projects-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 104px;
  height: 3px;
  background: #77c7a3;
}

.ul-projects-title {
  margin: 20px 0 10px;
  font-size: 54px;
  line-height: 1.15;
  color: #103751;
}

.ul-projects-text {
  margin: 0 auto;
  max-width: 760px;
  color: #6a8090;
  font-size: 29px;
  line-height: 1.5;
}

.ul-projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(20px, 2.1vw, 40px);
}

.ul-projects-item {
  overflow: hidden;
  background: #dfe4e8;
  position: relative;
}
.ul-projects-item::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 100%;
  z-index: 1;
  background: rgba(13, 57, 87, 0.8);
  transition: 0.3s ease;
}
.ul-projects-item:hover::before {
  top: 0;
}
.ul-projects-item:hover .ul-projects-item-txt {
  transform: translateY(0);
  opacity: 1;
}
.ul-projects-item-txt {
  position: absolute;
  inset: 0;
  z-index: 1;
  color: var(--white);
  padding: clamp(22px, 1.58vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(20%);
  transition: 0.4s ease;
  opacity: 0;
}
.ul-projects-item-title {
  font-size: clamp(19px, 1.16vw, 22px);
  font-weight: 600;
  margin-bottom: clamp(9px, 0.63vw, 12px);
}
.ul-projects-item-title a {
  color: inherit;
}
.ul-projects-item-descr {
  font-family: "Heebo", sans-serif;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
}

.ul-projects-item img {
  width: 100%;
  height: clamp(320px, 22.07vw, 420px);
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ul-projects-item:hover img {
  transform: scale(1.04);
}

.ul-projects-item-top {
  grid-column: span 4;
}
@media screen and (max-width: 991px) {
  .ul-projects-item-top {
    grid-column: span 6;
  }
}
@media screen and (max-width: 479px) {
  .ul-projects-item-top {
    grid-column: span 12;
  }
}

.ul-projects-item-bottom {
  grid-column: span 3;
}
@media screen and (max-width: 991px) {
  .ul-projects-item-bottom {
    grid-column: span 6;
  }
}
@media screen and (max-width: 479px) {
  .ul-projects-item-bottom {
    grid-column: span 12;
  }
}

@media (max-width: 1100px) {
  .ul-projects-title {
    font-size: 42px;
  }
  .ul-projects-label {
    font-size: 25px;
  }
  .ul-projects-text {
    font-size: 22px;
  }
}
@media (max-width: 680px) {
  .ul-projects {
    padding: 64px 0 56px;
  }
  .ul-projects-title {
    font-size: 34px;
  }
  .ul-projects-label {
    font-size: 21px;
  }
  .ul-projects-text {
    font-size: 18px;
  }
  .ul-projects-item img {
    min-height: 220px;
  }
}
.ul-categories {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
  margin: 0 auto;
  padding-inline: 15px;
  padding-bottom: clamp(30px, 3.15vw, 60px);
  border-bottom: 1px solid rgba(29, 35, 31, 0.2);
}

.ul-category {
  border: 1px solid rgba(29, 35, 31, 0.1);
  padding: clamp(15px, 1.58vw, 30px) clamp(16px, 1.26vw, 24px);
  text-align: center;
  border-radius: 6px;
  transition: 0.3s ease;
  color: #1D231F;
  height: 100%;
  display: block;
}
.ul-category:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-category:hover svg path {
  fill: var(--white);
}
.ul-category-icon {
  margin-bottom: clamp(13px, 1.37vw, 26px);
}
.ul-category-title {
  font-weight: 700;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 1.25;
  display: block;
  text-transform: uppercase;
}
.ul-category-title a {
  color: inherit;
  transition: none;
}

.ul-2-countries-title {
  text-align: center;
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: clamp(30px, 2.63vw, 50px);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.ul-2-countries-title > * {
  flex-shrink: 0;
}
.ul-2-countries-title::before, .ul-2-countries-title::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: var(--white);
  vertical-align: middle;
}
.ul-2-countries-content {
  background: var(--ul-secondary);
  max-width: clamp(1200px, 94.59vw, 1800px);
  margin: auto;
  border-radius: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .ul-2-countries-content {
    margin: 0 15px;
    max-width: calc(100% - 30px);
  }
}
.ul-2-countries-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/countries-bg.svg) no-repeat center/cover;
}
.ul-2-countries-content .ul-container {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
}
.ul-2-countries-content .ul-category {
  color: var(--white);
  border-color: var(--white);
}
.ul-2-countries-content .ul-category:hover {
  background-color: var(--white);
  color: var(--black);
}
.ul-2-countries-content .ul-category:hover svg path {
  fill: var(--ul-secondary);
}
.ul-2-countries-content .ul-category svg path {
  fill: var(--white);
}

.ul-trip-ideas {
  padding-top: clamp(30px, 3.15vw, 60px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-trip-ideas::before, .ul-trip-ideas::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  left: -66px;
  top: clamp(110px, 11.56vw, 220px);
  background: #00B4DD;
  opacity: 0.4;
  filter: blur(100px);
  z-index: -1;
  pointer-events: none;
}
.ul-trip-ideas::after {
  left: auto;
  top: auto;
  right: -130px;
  bottom: clamp(80px, 8.51vw, 162px);
  background: var(--ul-primary);
}
.ul-trip-ideas-slider {
  --shadow-space: 20px;
  padding: var(--shadow-space);
  margin: calc(0% - var(--shadow-space));
  margin-right: calc(0% - clamp(0.5px, 8.8vw, 167.5px));
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .ul-trip-ideas-slider {
    padding: var(--shadow-space);
    margin: calc(0% - var(--shadow-space));
  }
}
.ul-trip-ideas-slider-controls {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.31vw, 44px);
  margin-top: clamp(20px, 2.1vw, 40px);
}
.ul-trip-ideas-slider-pagination.swiper-pagination-progressbar {
  width: 100%;
  position: relative;
  height: 1px;
  background: rgba(29, 35, 31, 0.2);
}
.ul-trip-ideas-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--ul-primary);
}
.ul-trip-ideas-slider-nav {
  flex-shrink: 0;
  display: flex;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-trip-ideas-slider-nav button {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--ul-secondary);
  color: var(--ul-secondary);
  font-size: clamp(19px, 1.16vw, 22px);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-trip-ideas-slider-nav button:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
}

.ul-trip {
  background-color: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}
.ul-trip-img {
  position: relative;
}
.ul-trip-img img {
  width: 100%;
  aspect-ratio: 370/220;
  object-fit: cover;
  clip-path: polygon(96.757% 0%, 96.757% 0%, 97.283% 0.071%, 97.782% 0.278%, 98.247% 0.609%, 98.672% 1.052%, 99.05% 1.598%, 99.374% 2.233%, 99.638% 2.948%, 99.835% 3.73%, 99.958% 4.57%, 100% 5.455%, 100% 100%, 28.635% 100%, 28.635% 100%, 27.984% 99.933%, 27.353% 99.735%, 26.748% 99.415%, 26.174% 98.979%, 25.635% 98.433%, 25.136% 97.785%, 24.683% 97.042%, 24.281% 96.21%, 23.933% 95.297%, 23.646% 94.309%, 23.646% 94.309%, 23.195% 92.76%, 22.643% 91.319%, 21.999% 89.998%, 21.269% 88.811%, 20.462% 87.77%, 19.585% 86.89%, 18.647% 86.182%, 17.655% 85.66%, 16.617% 85.338%, 15.541% 85.227%, 15.541% 85.227%, 14.464% 85.338%, 13.426% 85.66%, 12.434% 86.182%, 11.496% 86.89%, 10.619% 87.77%, 9.812% 88.811%, 9.083% 89.998%, 8.438% 91.319%, 7.886% 92.76%, 7.435% 94.309%, 7.435% 94.309%, 7.148% 95.297%, 6.801% 96.21%, 6.398% 97.042%, 5.945% 97.785%, 5.446% 98.433%, 4.907% 98.979%, 4.333% 99.415%, 3.728% 99.735%, 3.097% 99.933%, 2.446% 100%, 0% 100%, 0% 5.455%, 0% 5.455%, 0.042% 4.57%, 0.165% 3.73%, 0.362% 2.948%, 0.626% 2.233%, 0.95% 1.598%, 1.328% 1.052%, 1.753% 0.609%, 2.218% 0.278%, 2.717% 0.071%, 3.243% 0%, 96.757% 0%);
}
.ul-trip-tags {
  position: absolute;
  inset: clamp(10px, 0.84vw, 16px);
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ul-trip-tags > * {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-trip-tags .right button,
.ul-trip-tags .right a {
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(25px, 1.58vw, 30px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.ul-trip-tags .right button:hover,
.ul-trip-tags .right a:hover {
  background-color: var(--ul-primary);
}
.ul-trip-tags .right button:hover i,
.ul-trip-tags .right a:hover i {
  color: var(--white);
}
.ul-trip-tag {
  color: var(--white);
  background-color: var(--ul-primary);
  padding: clamp(1.5px, 0.24vw, 4.5px) clamp(7px, 0.53vw, 10px);
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}
.ul-trip-tag:last-child {
  background: var(--ul-secondary);
  color: var(--white);
  font-weight: 500;
}
.ul-trip-txt {
  padding: clamp(15px, 1.58vw, 30px);
  padding-top: clamp(30px, 2.1vw, 40px);
  position: relative;
}
.ul-trip-price {
  background-color: var(--ul-primary);
  color: var(--white);
  padding: 5px;
  width: clamp(45px, 2.94vw, 56px);
  width: 15.4%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  transform: translateY(-47%);
  left: 7.82%;
}
.ul-trip-title {
  font-weight: 600;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 145%;
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-trip-title a {
  color: var(--ul-black);
}
.ul-trip-title a:hover {
  color: var(--ul-primary);
}
.ul-trip-meta {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.05vw, 20px);
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: clamp(16px, 1.16vw, 22px);
}
.ul-trip-info {
  font-size: clamp(11px, 0.74vw, 14px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(5px, 0.32vw, 6px);
  color: var(--ul-p);
}
.ul-trip-info i {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-secondary);
}
.ul-trip-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-top: clamp(14px, 1.26vw, 24px);
  flex-wrap: wrap;
}
.ul-trip-review .review-count {
  display: block;
  font-size: clamp(13px, 0.74vw, 14px);
  color: var(--ul-p);
  margin-bottom: 6px;
}
.ul-trip-rating {
  color: #FF4D00;
  font-size: clamp(14px, 0.84vw, 16px);
}
.ul-trip-btn {
  border: 1px solid var(--ul-secondary);
  padding: clamp(5px, 0.37vw, 7px);
  padding-left: clamp(11px, 0.79vw, 15px);
  border-radius: 99px;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-trip-btn:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
  border-color: var(--ul-secondary);
}
.ul-trip-btn:hover .icon {
  background-color: var(--white);
  color: var(--ul-secondary);
}
.ul-trip-btn .icon {
  width: clamp(21px, 1.26vw, 24px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--ul-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--white);
  transition: 0.3s ease;
}

.ul-2-trip-ideas {
  background-color: #F9F9F9;
  position: relative;
  z-index: 1;
}
.ul-2-trip-ideas::before {
  content: none;
}
.ul-2-trip-ideas::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/trip-ideas-bg.png) no-repeat right center;
  background-size: auto 100%;
  width: auto;
  height: 100%;
  filter: blur(0) brightness(0.6);
  opacity: 100%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ul-2-trip-ideas::after {
    background-position: left center;
    left: 50%;
    right: -50%;
  }
}

.ul-offers {
  padding-left: 15px;
  padding-right: 15px;
}
.ul-offers-container {
  background: url(../img/ul-offers-bg.jpg) no-repeat center center/cover;
  max-width: clamp(1200px, 94.59vw, 1800px);
  padding: clamp(60px, 6.31vw, 120px) clamp(15px, 5.78vw, 110px);
  margin: auto;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 1399px) {
  .ul-offers-container {
    padding: clamp(60px, 6.31vw, 120px) clamp(15px, 3.78vw, 110px);
  }
}
.ul-offers-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 180, 221, 0.5);
  border-radius: 20px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .ul-offers-heading {
    margin-bottom: clamp(20px, 2.1vw, 40px);
  }
}
.ul-offers-floating-img {
  max-width: clamp(280px, 24.59vw, 468px);
  position: absolute;
  bottom: clamp(50px, 3.1vw, 59px);
  left: clamp(21px, 1.26vw, 24px);
  z-index: -1;
}
.ul-offers-card {
  border-radius: 10px;
  background-color: var(--white);
  padding: clamp(16px, 1.26vw, 24px);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.ul-offers-card-btn {
  margin-top: auto;
  border-radius: 6px;
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}

.ul-offer {
  background: var(--white);
  box-shadow: 0px 4px 40px rgba(255, 77, 0, 0.1);
  border-radius: 5px;
  padding: clamp(15px, 1.58vw, 30px) clamp(15px, 1.31vw, 25px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
  position: relative;
  margin-bottom: clamp(22px, 2.31vw, 44px);
}
.ul-offer:last-child {
  margin-bottom: 0;
}
.ul-offer::before, .ul-offer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  box-shadow: 0px 4px 40px rgba(255, 77, 0, 0.1);
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%) translateY(14px) scale(0.9);
  z-index: -1;
}
.ul-offer::after {
  transform: translateX(-50%) translateY(28px) scale(0.8);
  z-index: -2;
}
.ul-offer-icon i {
  font-size: clamp(50px, 3.36vw, 64px);
  color: var(--ul-secondary);
}
.ul-offer-sub-title {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-black);
  display: block;
}
.ul-offer-title {
  font-weight: 800;
  font-size: clamp(20px, 1.26vw, 24px);
  color: var(--ul-primary);
  margin-bottom: 0;
}

.ul-deals-container {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.ul-deal {
  background: #FAFAFA;
  border-radius: 10px;
  box-shadow: 0px 4px 70px transparent;
  margin-bottom: clamp(15px, 1.58vw, 30px);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ul-deal {
    flex-direction: column;
  }
}
.ul-deal:last-child {
  margin-bottom: 0;
}
.ul-deal:hover {
  background: var(--white);
  box-shadow: 0px 4px 70px rgba(255, 77, 0, 0.12);
}
.ul-deal-img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ul-deal-img {
    align-self: stretch;
  }
}
.ul-deal-img img {
  width: clamp(350px, 21.02vw, 400px);
}
@media screen and (max-width: 991px) {
  .ul-deal-img img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .ul-deal-img img {
    width: 100%;
  }
}
.ul-deal-txt {
  padding: clamp(12px, 0.79vw, 15px) clamp(15px, 3.15vw, 60px);
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ul-deal-info-title {
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-primary);
  display: block;
  line-height: 1.6;
}
.ul-deal-info-descr {
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 108%;
  color: var(--ul-black);
  margin-bottom: 0;
}

.ul-packages {
  background-color: #F4FDFF;
  overflow: hidden;
}
.ul-packages .ul-section-heading {
  border-bottom: 1px solid rgba(29, 35, 31, 0.2);
  padding-bottom: clamp(15px, 1.31vw, 25px);
}
.ul-packages-tab-navs {
  display: flex;
  gap: clamp(20px, 2.26vw, 43px);
  flex-wrap: wrap;
  justify-content: center;
}
.ul-packages-tab-navs button {
  padding: 0;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--black);
}
.ul-packages-tab-navs button:hover, .ul-packages-tab-navs button.active {
  color: var(--ul-secondary);
}
.ul-packages .ul-tab.active {
  --shadow-space: 20px;
  padding: var(--shadow-space);
  margin: calc(0% - var(--shadow-space));
}

.ul-discount {
  background-color: #f4fdff;
}
.ul-discount-content {
  padding: clamp(50px, 4.2vw, 80px) 15px;
  background: url(../img/discount-banner-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.ul-discount-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ul-black);
  opacity: 0.8;
  z-index: -1;
}
.ul-discount-sub-title {
  font-weight: 800;
  font-size: clamp(22px, 1.58vw, 30px);
  display: block;
}
.ul-discount-title {
  font-weight: 800;
  font-size: clamp(30px, 3.68vw, 70px);
  line-height: 157%;
  margin-bottom: 4px;
}
.ul-discount-descr {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  margin-bottom: clamp(18px, 1.84vw, 35px);
}
.ul-discount .ul-btn {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-discount .ul-btn:hover {
  background-color: var(--white);
  color: var(--ul-primary);
  border-color: var(--white);
}

.ul-inner-discount {
  background-color: var(--white);
}
.ul-inner-discount-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: clamp(55px, 6.57vw, 125px) clamp(15px, 6.57vw, 125px);
}
@media screen and (max-width: 479px) {
  .ul-inner-discount-content {
    padding: clamp(45px, 6.57vw, 125px) 15px;
  }
}
.ul-inner-discount-content::before {
  background: linear-gradient(90deg, rgba(0, 180, 221, 0.8) 0%, rgba(255, 77, 0, 0.8) 100%);
  pointer-events: none;
}

.ul-sub-banners {
  padding-bottom: clamp(40px, 3.15vw, 60px);
  background: linear-gradient(180deg, #f4fdff 58%, transparent 0);
}
.ul-sub-banners-container {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.ul-sub-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ul-sub-banner > img {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .ul-sub-banner > img {
    aspect-ratio: 12/9;
    object-fit: cover;
  }
}
.ul-sub-banner-txt {
  position: absolute;
  inset: 0;
  right: auto;
  text-align: center;
  z-index: 1;
  background-color: var(--ul-primary);
  color: var(--white);
  padding: clamp(15px, 1.58vw, 30px);
  border-top-right-radius: clamp(100px, 9.98vw, 190px);
  max-width: clamp(232px, 15.5vw, 295px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.ul-sub-banner-title {
  font-family: var(--font-another-hand);
  font-weight: 400;
  line-height: 93%;
  font-size: clamp(50px, 3.68vw, 70px);
  margin-bottom: clamp(16px, 1.79vw, 34px);
}
.ul-sub-banner .ul-btn {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.ul-sub-banner .ul-btn:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}

.ul-2-sub-banners {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(40px, 3.15vw, 60px);
}
.ul-2-sub-banners::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.397897) 50%, rgba(0, 0, 0, 0) 85%);
  pointer-events: none;
}
.ul-2-sub-banners-txt {
  position: relative;
  z-index: 1;
  color: var(--white);
}
.ul-2-sub-banners-heading {
  display: flex;
  align-items: flex-end;
  gap: clamp(16px, 1.68vw, 32px);
  margin-bottom: clamp(12px, 1vw, 19px);
}
.ul-2-sub-banners-title {
  font-family: "Just Another Hand";
  font-weight: 400;
  font-size: clamp(150px, 14.19vw, 270px);
  line-height: 0.6;
  margin-bottom: 0;
  padding-top: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 479px) {
  .ul-2-sub-banners-title {
    font-size: 100px;
  }
}
.ul-2-sub-banners-discount {
  clip-path: polygon(43.002% 1.682%, 43.002% 1.682%, 44.328% 1.076%, 45.703% 0.605%, 47.115% 0.269%, 48.551% 0.067%, 50% 0%, 51.449% 0.067%, 52.885% 0.269%, 54.297% 0.605%, 55.672% 1.076%, 56.998% 1.682%, 93.109% 20.406%, 93.109% 20.406%, 94.339% 21.124%, 95.464% 21.943%, 96.479% 22.855%, 97.378% 23.851%, 98.155% 24.921%, 98.803% 26.056%, 99.318% 27.248%, 99.693% 28.487%, 99.922% 29.764%, 100% 31.07%, 100% 68.74%, 100% 68.74%, 99.922% 70.046%, 99.693% 71.322%, 99.318% 72.561%, 98.803% 73.753%, 98.155% 74.889%, 97.378% 75.959%, 96.479% 76.954%, 95.464% 77.866%, 94.339% 78.686%, 93.109% 79.404%, 56.998% 98.128%, 56.998% 98.128%, 55.672% 98.733%, 54.297% 99.204%, 52.885% 99.541%, 51.449% 99.742%, 50% 99.81%, 48.551% 99.742%, 47.115% 99.541%, 45.703% 99.204%, 44.328% 98.733%, 43.002% 98.128%, 6.891% 79.404%, 6.891% 79.404%, 5.661% 78.686%, 4.536% 77.866%, 3.521% 76.954%, 2.622% 75.959%, 1.845% 74.889%, 1.197% 73.753%, 0.682% 72.561%, 0.307% 71.322%, 0.078% 70.046%, 0% 68.74%, 0% 31.07%, 0% 31.07%, 0.078% 29.764%, 0.307% 28.487%, 0.682% 27.248%, 1.197% 26.056%, 1.845% 24.921%, 2.622% 23.851%, 3.521% 22.855%, 4.536% 21.943%, 5.661% 21.124%, 6.891% 20.406%, 43.002% 1.682%);
  background: var(--ul-primary);
  text-align: center;
  padding: clamp(10px, 0.79vw, 15px) clamp(15px, 1.05vw, 20px) clamp(9px, 0.63vw, 12px);
  font-size: clamp(25px, 1.58vw, 30px);
  line-height: 1;
  font-family: "Just Another Hand";
  flex-shrink: 0;
  margin-bottom: clamp(10px, 0.68vw, 13px);
  margin-bottom: 0;
}
.ul-2-sub-banners-descr {
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 188%;
  margin-bottom: 0;
}
.ul-2-sub-banners .ul-btn {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-2-sub-banners .ul-btn:hover {
  background-color: var(--ul-black);
  color: var(--ul-primary);
}
.ul-2-sub-banners .ul-about-call {
  color: var(--white);
}
.ul-2-sub-banners .ul-about-call a,
.ul-2-sub-banners .ul-about-call i {
  color: inherit;
}
.ul-2-sub-banners .ul-about-call a:hover {
  color: var(--ul-primary);
}
.ul-2-sub-banners-nav-slider {
  height: 100%;
  max-height: clamp(285px, 21.13vw, 945px);
}
@media screen and (max-width: 767px) {
  .ul-2-sub-banners-nav-slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .ul-2-sub-banners-nav-slider {
    max-height: 290px;
  }
}
.ul-2-sub-banners-nav-slider .swiper-slide-thumb-active .ul-2-sub-banners-nav-slide {
  border: 3px solid var(--ul-primary);
}
.ul-2-sub-banners-nav-slider .ul-2-sub-banners-nav-slide {
  border-radius: 10px;
  overflow: hidden;
}
.ul-2-sub-banners-nav-slider .ul-2-sub-banners-nav-slide img {
  width: 100%;
  aspect-ratio: 200/100;
  object-fit: cover;
}
.ul-2-sub-banners-slider {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ul-2-sub-banners .ul-2-sub-banner {
  height: 100%;
}
.ul-2-sub-banners img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ul-insta-gallery {
  max-width: 1920px;
  margin: auto;
}
.ul-insta-gallery-title {
  font-weight: 500;
  font-size: clamp(19px, 1.16vw, 22px);
  line-height: 127%;
  text-align: center;
  color: var(--ul-black);
  margin-bottom: clamp(20px, 1.84vw, 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.05vw, 20px);
}
.ul-insta-gallery-title::before, .ul-insta-gallery-title::after {
  content: "";
  width: 470px;
  height: 1px;
  background-color: #E6E5E5;
  display: inline-block;
}

.ul-insta-gallery-item {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.ul-insta-gallery-item:hover .ul-insta-gallery-item-overlay {
  opacity: 1;
  pointer-events: all;
}
.ul-insta-gallery-item img {
  width: 100%;
}
.ul-insta-gallery-item-overlay {
  position: absolute;
  z-index: 1;
  background-color: rgba(29, 35, 31, 0.6);
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.ul-insta-gallery-item-overlay a {
  width: clamp(55px, 3.57vw, 68px);
  aspect-ratio: 1/1;
  background-color: var(--ul-primary);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: clamp(25px, 1.58vw, 30px);
}
.ul-insta-gallery-item-overlay a:hover {
  background-color: var(--ul-black);
  color: var(--white);
}

.ul-inner-gallery-container {
  max-width: calc(clamp(1100px, 85.65vw, 1630px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.ul-inner-gallery-item {
  margin-bottom: clamp(50px, 5.25vw, 100px);
  border-radius: 10px;
  overflow: hidden;
  width: clamp(276px, 25.01vw, 476px);
  width: calc((100% - clamp(50px, 5.25vw, 100px) * 2) / 3);
}
@media screen and (max-width: 767px) {
  .ul-inner-gallery-item {
    width: calc((100% - clamp(50px, 5.25vw, 100px) * 1) / 2);
  }
}
@media screen and (max-width: 479px) {
  .ul-inner-gallery-item {
    width: 100%;
  }
}
.ul-inner-gallery-item:hover::before {
  opacity: 1;
}
.ul-inner-gallery-item:hover a {
  opacity: 1;
  pointer-events: all;
}
.ul-inner-gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
  transition: 0.3s ease;
  opacity: 0;
}
.ul-inner-gallery-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: clamp(55px, 3.15vw, 60px);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
}
.ul-inner-gallery-item a:hover {
  color: var(--ul-primary);
}
.ul-inner-gallery-item img {
  max-width: 100%;
  width: 100%;
}
.ul-inner-gallery-item:nth-child(2) {
  margin-top: clamp(75px, 9.2vw, 175px);
}
@media screen and (max-width: 479px) {
  .ul-inner-gallery-item:nth-child(2) {
    margin-top: 0;
  }
}

.ul-testimonial {
  --ul-bg: #f7f9fa;
  --ul-text-main: #19354b;
  --ul-text-muted: #7f97a8;
  --ul-accent: #73d0a8;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ul-bg);
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(247, 249, 250, 0.35) 36%, rgb(247, 249, 250) 70%), repeating-linear-gradient(-18deg, rgba(25, 53, 75, 0.025) 0, rgba(25, 53, 75, 0.025) 2px, transparent 2px, transparent 24px);
}

.ul-testimonial-container {
  width: min(820px, 100%);
  text-align: center;
}

.ul-testimonial-quote-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 2rem;
  border-radius: 999px;
  background-color: var(--ul-accent);
  color: #fff;
  display: grid;
  place-items: center;
}
.ul-testimonial-quote-icon span {
  font-size: 2.7rem;
  line-height: 1;
  transform: translateY(-2px);
}

.ul-testimonial-title {
  margin: 0;
  color: var(--ul-text-main);
  font-size: clamp(19px, 1.16vw, 22px);
  font-weight: 700;
  margin-bottom: clamp(15px, 1.05vw, 20px);
}

.ul-testimonial-quote {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 1.65;
  font-style: italic;
  color: #758994;
}
.ul-testimonial-quote::before, .ul-testimonial-quote::after {
  color: #a9bcc9;
}
.ul-testimonial-quote::before {
  content: '"';
}
.ul-testimonial-quote::after {
  content: '"';
}

.ul-testimonial-author {
  margin: 2.1rem 0 0;
}

.ul-testimonial-author-avatar {
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  object-fit: cover;
}

.ul-testimonial-author-details {
  margin-top: 20px;
}

.ul-testimonial-author-name {
  margin: 0;
  color: var(--ul-text-main);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.ul-testimonial-author-role {
  font-size: 16px;
  color: #758994;
  display: block;
}

@media (max-width: 640px) {
  .ul-testimonial {
    min-height: auto;
    padding: 4rem 1.1rem;
  }
  .ul-testimonial-quote-icon {
    margin-bottom: 1.5rem;
  }
  .ul-testimonial-author-name {
    font-size: 1.6rem;
  }
  .ul-testimonial-author-role {
    font-size: 1.2rem;
  }
}
.ul-stats-content {
  background: url(../img/stats-bg.jpg) no-repeat center center/cover;
  border-radius: 30px;
  padding: 0 clamp(15px, 3.94vw, 75px);
  padding-bottom: clamp(45px, 3.94vw, 75px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-stats-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1D231F;
  opacity: 0.3;
  border-radius: 30px;
  z-index: -1;
}
.ul-stats-txt {
  background-color: var(--ul-secondary);
  color: var(--white);
  text-align: center;
  border-radius: 0 0 999px 999px;
  padding: clamp(25px, 2.63vw, 50px);
}
.ul-stats-img {
  text-align: center;
}

.ul-stat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: clamp(15px, 1.31vw, 25px);
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-stat:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ul-stat-icon {
  margin-bottom: clamp(4px, 0.26vw, 5px);
}
.ul-stat-icon i {
  font-size: clamp(55px, 3.68vw, 70px);
}
.ul-stat-number {
  font-weight: 700;
  font-size: clamp(26px, 1.89vw, 36px);
  margin-bottom: clamp(4px, 0.37vw, 7px);
}
.ul-stat-title {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 162%;
  margin-bottom: 0;
}

.ul-inner-stats {
  padding-top: clamp(50px, 5.25vw, 100px);
  background-color: #F4FDFF;
}
.ul-inner-stats-content {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: clamp(60px, 12.35vw, 235px);
  flex-wrap: wrap;
}
.ul-inner-stats .ul-stat {
  margin: 0;
  padding: 0;
  border: none;
}
.ul-inner-stats .ul-stat-icon {
  color: var(--ul-secondary);
}

.ul-2-stats-container {
  background: url(../img/stats-2-bg.jpg) no-repeat center center/cover;
  max-width: calc(clamp(1130px, 88.28vw, 1680px) + 30px);
  margin: auto;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 0 clamp(15px, 5.52vw, 105px);
}
@media screen and (max-width: 1199px) {
  .ul-2-stats-container {
    margin: 0 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ul-2-stats-container {
    padding-top: 40px;
  }
}
.ul-2-stats-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  z-index: -1;
}
.ul-2-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: clamp(45px, 4.94vw, 94px);
  aspect-ratio: 1/1;
  max-width: 90%;
  width: 90%;
}
@media screen and (max-width: 991px) {
  .ul-2-stats-grid {
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    aspect-ratio: auto;
    max-width: 100%;
  }
}
.ul-2-stats .ul-stat {
  width: auto;
  margin: unset;
  text-align: center;
  border-color: #E6E5E5;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  padding: 10px;
}
.ul-2-stats .ul-stat:first-child, .ul-2-stats .ul-stat:nth-child(3) {
  border-right: 1px solid #E6E5E5;
}
.ul-2-stats .ul-stat:nth-child(3) {
  border-bottom: none;
}
.ul-2-stats-img {
  text-align: center;
  padding-top: clamp(26px, 2.73vw, 52px);
}

.ul-blog {
  --ul-blog-bg: #f3f6f8;
  --ul-blog-title: #0c2f4d;
  --ul-blog-text: #6f8799;
  --ul-blog-accent: #79c8a7;
  padding: clamp(4rem, 8vw, 7rem) 1.25rem;
  background: var(--ul-blog-bg);
}

.ul-blog-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ul-blog-header {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.ul-blog-header-label {
  display: inline-block;
  margin: 0;
  color: var(--ul-blog-title);
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
  padding-bottom: 0.7rem;
}

.ul-blog-header-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: var(--ul-blog-accent);
  transform: translateX(-50%);
}

.ul-blog-header-title {
  margin: 1.25rem 0 0;
  color: var(--ul-blog-title);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.ul-blog-header-text {
  margin: 1rem 0 0;
  color: var(--ul-blog-text);
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1.55;
}

.ul-blog-grid {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.7rem;
}

.ul-blog-card {
  background: transparent;
}

.ul-blog-card-image-link {
  display: block;
  overflow: hidden;
}

.ul-blog-card-image {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  display: block;
  transition: transform 250ms ease;
}

.ul-blog-card:hover .ul-blog-card-image {
  transform: scale(1.03);
}

.ul-blog-card-body {
  padding-top: clamp(15px, 1.05vw, 20px);
}

.ul-blog-card-title {
  margin: 0;
  font-size: clamp(18px, 1.05vw, 20px);
  font-weight: 600;
  line-height: 1.25;
}

.ul-blog-card-title-link {
  color: var(--ul-blog-title);
  text-decoration: none;
}
.ul-blog-card-title-link:hover {
  color: var(--ul-primary);
}

.ul-blog-card-date {
  margin-top: clamp(5px, 0.42vw, 8px);
  color: var(--ul-blog-text);
  font-size: 14px;
  margin-bottom: 0;
}

.ul-blog-card-excerpt {
  margin: 8px 0;
  color: var(--ul-blog-text);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 1.55;
}

.ul-blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 10px;
  color: var(--ul-blog-accent);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.ul-blog-card-link span {
  font-size: 1.2em;
}

@media (max-width: 1024px) {
  .ul-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .ul-blog-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ul-blog-header {
    max-width: 100%;
  }
}
.ul-footer {
  position: relative;
  z-index: 1;
  background-color: #04131E;
  color: var(--white);
}
.ul-footer-top {
  padding: clamp(50px, 5.25vw, 100px) 0;
  position: relative;
}
.ul-footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .ul-footer-top-wrapper {
    flex-wrap: wrap;
  }
}
.ul-footer-about {
  max-width: clamp(267px, 14.19vw, 270px);
}
.ul-footer-about > * {
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-footer-about > *:last-child {
  margin-bottom: 0;
}
.ul-footer-about .logo {
  width: clamp(155px, 9.2vw, 175px);
}
.ul-footer-about-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-footer-socials a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-footer-socials a:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-footer-widget {
  min-width: clamp(110px, 10.51vw, 200px);
}
@media screen and (max-width: 1199px) {
  .ul-footer-widget {
    max-width: 290px;
    flex-grow: 1;
  }
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--white);
  margin-bottom: clamp(13px, 1.37vw, 26px);
  padding-bottom: clamp(13px, 1.37vw, 26px);
  position: relative;
}
.ul-footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.ul-footer-widget-title::after {
  left: 0;
  width: 63px;
  background-color: var(--ul-primary);
}
.ul-footer-widget-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 0.95vw, 18px);
}
.ul-footer-widget-links svg {
  width: 20px;
  height: auto;
  color: var(--ul-primary);
}
.ul-footer-widget-links > * {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  font-family: "Heebo", sans-serif;
}
.ul-footer-widget-links > *:hover {
  color: var(--ul-primary);
}
.ul-footer .ul-nwsltr-form {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-footer .ul-nwsltr-form .top {
  background-color: var(--white);
  padding: clamp(2px, 0.26vw, 5px);
  border-radius: 8px;
  height: clamp(45px, 2.94vw, 56px);
  display: flex;
}
.ul-footer .ul-nwsltr-form .top input {
  border: none;
  padding: 0 clamp(7px, 0.53vw, 10px);
  font-size: clamp(13px, 0.84vw, 16px);
  width: 100%;
}
.ul-footer .ul-nwsltr-form .top button {
  background-color: var(--ul-c5);
  color: var(--white);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer .ul-nwsltr-form .top button:hover {
  background-color: var(--ul-primary);
}
.ul-footer .ul-nwsltr-form .agreement {
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.6);
  margin-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer .ul-nwsltr-form .agreement a {
  color: var(--white);
  text-decoration: underline;
}
.ul-footer .ul-nwsltr-form .agreement a:hover {
  color: var(--ul-primary);
}
.ul-footer-call-card {
  background-color: var(--ul-secondary);
  padding: clamp(15px, 1.05vw, 20px);
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: clamp(20px, 1.58vw, 30px);
}
.ul-footer-call-card-icon {
  width: clamp(40px, 2.36vw, 45px);
  padding: 5px;
  aspect-ratio: 1/1;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ul-primary);
  flex-shrink: 0;
}
.ul-footer-call-card a {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.6);
}
.ul-footer-call-card a:hover {
  text-decoration: underline;
}
.ul-footer-bottom {
  padding: clamp(14px, 1.16vw, 22px) 0;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ul-footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.ul-footer-bottom .copyright-txt a {
  color: var(--white);
}
.ul-footer-bottom .copyright-txt a:hover {
  color: var(--ul-primary);
}
.ul-footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.84vw, 16px);
  font-size: 14px;
}
.ul-footer-bottom a:hover {
  color: var(--ul-primary);
}
.ul-footer-bottom-nav {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}
.ul-footer-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-footer-vector-1 {
  bottom: clamp(54px, 8.09vw, 154px);
  left: 0;
}
@media screen and (max-width: 1199px) {
  .ul-footer-vector-1 {
    display: none;
  }
}
.ul-footer-vector-2 {
  top: -10px;
  right: clamp(17px, 1.94vw, 37px);
  max-width: clamp(58px, 5.15vw, 98px);
}
@media screen and (max-width: 767px) {
  .ul-footer-vector-2 {
    display: none;
  }
}
.ul-footer-vector-3 {
  bottom: clamp(25px, 2.42vw, 46px);
  right: clamp(134px, 12.3vw, 234px);
}

.ul-project-cta {
  --ul-project-cta-text: #ffffff;
  --ul-project-cta-muted: #e3edf0;
  --ul-project-cta-button: #7dc8ab;
  --ul-project-cta-button-hover: #69b897;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("https://images.unsplash.com/photo-1504274066651-8d31a536b11a?auto=format&fit=crop&w=2200&q=80");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ul-project-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 29, 38, 0.72) 0%, rgba(15, 29, 38, 0.72) 42%, rgba(15, 29, 38, 0.42) 70%, rgba(15, 29, 38, 0.3) 100%);
}

.ul-project-cta-container {
  position: relative;
  z-index: 1;
}
.ul-project-cta-container .ul-section-title {
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .ul-project-cta-container .ul-section-title {
    max-width: 100%;
  }
}

.ul-project-cta-title {
  margin: 0;
  color: var(--ul-project-cta-text);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}

.ul-project-cta-description {
  margin: 1.5rem 0 0;
  color: var(--ul-project-cta-muted);
  line-height: 1.5;
  font-size: 16px;
  width: 388px;
  max-width: 100%;
  font-family: "Heebo", sans-serif;
}

.ul-project-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.1rem;
  min-width: 170px;
  min-height: 60px;
  padding: 0.9rem 1.75rem;
  background-color: var(--ul-project-cta-button);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 200ms ease, transform 200ms ease;
}
.ul-project-cta-button:hover {
  background-color: var(--ul-project-cta-button-hover);
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .ul-project-cta-overlay {
    background: linear-gradient(180deg, rgba(15, 29, 38, 0.76) 0%, rgba(15, 29, 38, 0.64) 100%);
  }
  .ul-project-cta-button {
    min-width: 154px;
    min-height: 54px;
    font-size: 1.1rem;
  }
}
.ul-contact-strip {
  --ul-contact-strip-bg: #f2f4f5;
  --ul-contact-strip-text: #18374f;
  --ul-contact-strip-muted: #708795;
  --ul-contact-strip-accent: #78c6a4;
  --ul-contact-strip-dark: #0f3452;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}

.ul-contact-strip-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(420px, 520px);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.ul-contact-strip-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
}

.ul-contact-strip-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ul-contact-strip-item-icon {
  color: var(--ul-contact-strip-accent);
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.ul-contact-strip-item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ul-contact-strip-item-title {
  margin: 0;
  color: var(--ul-contact-strip-text);
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 600;
  line-height: 1.2;
}

.ul-contact-strip-item-text {
  margin: 0.35rem 0 0;
  color: var(--ul-contact-strip-muted);
  font-size: clamp(13px, 0.84vw, 16px);
  color: #758994;
}

.ul-contact-strip-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 10px 22px rgba(10, 31, 45, 0.13);
}

.ul-contact-strip-panel {
  padding: clamp(1.5rem, 2.5vw, 2.2rem);
}

.ul-contact-strip-panel-dark {
  background: var(--ul-contact-strip-dark);
  color: #fff;
}

.ul-contact-strip-panel-accent {
  background: var(--ul-contact-strip-accent);
  color: #fff;
}

.ul-contact-strip-panel-title {
  margin: 0;
  font-size: clamp(19px, 1.16vw, 22px);
  font-weight: 600;
  line-height: 1.2;
}

.ul-contact-strip-panel-text {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(13px, 0.84vw, 16px);
  font-family: "Heebo", sans-serif;
  line-height: 1.45;
  max-width: 220px;
}

.ul-contact-strip-panel-link {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--ul-contact-strip-accent);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
}

.ul-contact-strip-panel-number {
  margin: 0.9rem 0 0;
  font-size: clamp(35px, 2.73vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.ul-contact-strip-panel-subtext {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .ul-contact-strip-container {
    grid-template-columns: 1fr;
  }
  .ul-contact-strip-panels {
    max-width: 520px;
  }
}
@media (max-width: 640px) {
  .ul-contact-strip-panels {
    grid-template-columns: 1fr;
  }
  .ul-contact-strip-panel {
    min-height: auto;
  }
}
.ul-services {
  background: #eceff2;
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .ul-services {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .ul-services {
    padding: 60px 0;
  }
}
.ul-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/service-bg.jpg") no-repeat center/cover;
  z-index: -1;
  opacity: 0.02;
}
.ul-services .ul-services-container {
  max-width: 1160px;
  margin: 0 auto;
}
.ul-services .ul-services-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: start;
  margin-bottom: 52px;
}
.ul-services .ul-services-label {
  margin: 0;
  font-size: 34px;
  color: #0e3552;
  position: relative;
  padding-bottom: 12px;
  width: fit-content;
}
.ul-services .ul-services-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 132px;
  height: 3px;
  background: #7ac8a5;
}
.ul-services .ul-services-title {
  margin: 8px 0 16px;
  max-width: 560px;
  font-size: clamp(18px, 1.16vw, 22px);
  line-height: 1.1;
  color: #053654;
}
.ul-services .ul-services-description {
  margin: 0 0 24px;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  line-height: 1.45;
  color: #6a7f8f;
  max-width: 620px;
}
.ul-services .ul-services-button {
  display: inline-block;
  text-decoration: none;
  background: #7ec9a6;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 30px;
  transition: background 0.25s ease;
}
.ul-services .ul-services-button:hover {
  background: #67b792;
}
.ul-services .ul-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.26vw, 24px);
  margin-top: clamp(40px, 3.15vw, 60px);
}
@media screen and (max-width: 767px) {
  .ul-services .ul-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .ul-services .ul-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-services .ul-services-card {
  background: #f7f7f7;
  padding: clamp(26px, 2.73vw, 52px) clamp(15px, 2.1vw, 40px) clamp(22px, 2.31vw, 44px);
  position: relative;
  z-index: 1;
}
.ul-services .ul-services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: 100%;
  background-color: #053654;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}
.ul-services .ul-services-card:hover::before {
  top: 0%;
  opacity: 1;
}
.ul-services .ul-services-card:hover .ul-services-card-title, .ul-services .ul-services-card:hover .ul-services-card-text {
  color: #fff;
}
.ul-services .ul-services-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
}
.ul-services .ul-services-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ul-services .ul-services-card-title {
  color: #183850;
  line-height: 1.2;
  font-weight: 600;
  margin: 8px 0 16px;
  font-size: clamp(18px, 1.16vw, 22px);
  transition: 0.3s ease;
}
.ul-services .ul-services-card-text {
  margin: 0 0 24px;
  color: #6c8292;
  font-size: 16px;
  line-height: 1.45;
  transition: 0.3s ease;
}
.ul-services .ul-services-card-link {
  color: #7cc8a5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ul-services .ul-services-card-link span {
  transform: translateY(-1px);
}
.ul-services .ul-services-card-featured {
  background: #072f4a;
}
.ul-services .ul-services-card-featured .ul-services-card-title {
  color: #ffffff;
}
.ul-services .ul-services-card-featured .ul-services-card-text {
  color: rgba(255, 255, 255, 0.82);
}
.ul-services .ul-services-card-featured .ul-services-card-link {
  color: #7ec9a6;
}

.ul-2-guides {
  position: relative;
  z-index: 1;
}
.ul-2-guides.ul-guides {
  background: none;
}
.ul-2-guides::before, .ul-2-guides::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  background: url(../img/guides-bg.jpg) no-repeat center center/cover;
  z-index: -1;
  clip-path: polygon(101.007% 71.021%, 102.849% 71.021%, 102.849% 71.021%, 103.575% 71.26%, 104.229% 71.936%, 104.801% 72.987%, 105.278% 74.351%, 105.649% 75.966%, 105.904% 77.769%, 106.03% 79.7%, 106.016% 81.696%, 105.852% 83.696%, 105.525% 85.636%, 103.992% 92.672%, 103.992% 92.672%, 103.571% 94.229%, 103.074% 95.439%, 102.52% 96.304%, 101.928% 96.823%, 101.316% 96.996%, 100.705% 96.823%, 100.113% 96.304%, 99.559% 95.439%, 99.062% 94.229%, 98.641% 92.672%, 96.599% 83.302%, 96.599% 83.302%, 96.178% 81.745%, 95.681% 80.534%, 95.127% 79.67%, 94.535% 79.151%, 93.924% 78.978%, 93.313% 79.151%, 92.721% 79.67%, 92.167% 80.534%, 91.67% 81.745%, 91.248% 83.302%, 89.207% 92.672%, 89.207% 92.672%, 88.786% 94.229%, 88.289% 95.439%, 87.735% 96.304%, 87.143% 96.823%, 86.532% 96.996%, 85.92% 96.823%, 85.328% 96.304%, 84.774% 95.439%, 84.277% 94.229%, 83.856% 92.672%, 81.16% 80.298%, 81.16% 80.298%, 80.807% 78.955%, 80.394% 77.855%, 79.931% 77.002%, 79.433% 76.402%, 78.911% 76.059%, 78.376% 75.979%, 77.842% 76.165%, 77.32% 76.624%, 76.823% 77.36%, 76.363% 78.377%, 70.069% 95.057%, 70.069% 95.057%, 69.52% 96.235%, 68.927% 97.013%, 68.311% 97.406%, 67.69% 97.431%, 67.081% 97.103%, 66.505% 96.437%, 65.98% 95.45%, 65.524% 94.156%, 65.156% 92.573%, 64.895% 90.715%, 64.344% 85.259%, 64.344% 85.259%, 64.083% 83.401%, 63.715% 81.817%, 63.259% 80.524%, 62.734% 79.536%, 62.158% 78.871%, 61.55% 78.542%, 60.928% 78.567%, 60.312% 78.961%, 59.719% 79.739%, 59.17% 80.917%, 53.834% 95.057%, 53.834% 95.057%, 53.285% 96.235%, 52.692% 97.013%, 52.076% 97.406%, 51.455% 97.431%, 50.846% 97.103%, 50.27% 96.437%, 49.745% 95.45%, 49.289% 94.156%, 48.921% 92.573%, 48.66% 90.714%, 48.109% 85.259%, 48.109% 85.259%, 47.848% 83.401%, 47.48% 81.817%, 47.024% 80.524%, 46.499% 79.536%, 45.923% 78.871%, 45.315% 78.542%, 44.693% 78.567%, 44.077% 78.961%, 43.485% 79.739%, 42.935% 80.917%, 36.641% 97.597%, 36.641% 97.597%, 36.181% 98.614%, 35.684% 99.35%, 35.162% 99.808%, 34.628% 99.995%, 34.094% 99.914%, 33.571% 99.572%, 33.073% 98.971%, 32.611% 98.119%, 32.197% 97.018%, 31.844% 95.675%, 28.494% 80.298%, 28.494% 80.298%, 28.141% 78.955%, 27.727% 77.855%, 27.265% 77.002%, 26.767% 76.402%, 26.244% 76.059%, 25.71% 75.979%, 25.176% 76.165%, 24.654% 76.624%, 24.157% 77.36%, 23.697% 78.377%, 17.403% 95.057%, 17.403% 95.057%, 16.853% 96.235%, 16.261% 97.013%, 15.645% 97.406%, 15.023% 97.431%, 14.415% 97.103%, 13.839% 96.437%, 13.313% 95.45%, 12.858% 94.156%, 12.49% 92.573%, 12.229% 90.714%, 11.677% 85.259%, 11.677% 85.259%, 11.416% 83.401%, 11.049% 81.817%, 10.593% 80.524%, 10.067% 79.536%, 9.491% 78.871%, 8.883% 78.542%, 8.262% 78.567%, 7.645% 78.961%, 7.053% 79.739%, 6.503% 80.917%, 0.209% 97.597%, 0.209% 97.597%, -0.251% 98.614%, -0.748% 99.35%, -1.269% 99.808%, -1.803% 99.995%, -2.338% 99.914%, -2.86% 99.572%, -3.359% 98.971%, -3.821% 98.119%, -4.235% 97.018%, -4.588% 95.675%, -6.775% 85.636%, -6.775% 85.636%, -7.102% 83.696%, -7.266% 81.696%, -7.28% 79.7%, -7.154% 77.769%, -6.899% 75.966%, -6.528% 74.351%, -6.051% 72.987%, -5.479% 71.936%, -4.825% 71.26%, -4.099% 71.021%, -0.982% 71.021%, -0.982% 0%, 101.007% 0%, 101.007% 71.021%);
}
.ul-2-guides:after {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 3.56%, #FFFFFF 85.53%);
}

.ul-process {
  background: #f7f7f7;
  text-align: center;
}
.ul-process-header {
  max-width: 600px;
  margin: 0 auto 40px;
}
.ul-process-header-subtitle {
  display: inline-block;
  font-size: 14px;
  color: #0f766e;
  margin-bottom: 10px;
  position: relative;
}
.ul-process-header-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ul-process-header-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}
.ul-process-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ul-process-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .ul-process-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-process-item-image {
  position: relative;
  margin-bottom: 25px;
}
.ul-process-item-image img {
  width: 100%;
  display: block;
}
.ul-process-item-number {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 55px;
  aspect-ratio: 1/1;
  background: #7cc0a5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: #0f172a;
  border: 4px solid #fff;
}
.ul-process-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 10px;
}
.ul-process-item-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
}

.ul-cta-2 {
  position: relative;
  padding: 120px 0;
  background: url("https://templatekit.jegtheme.com/textilery/wp-content/uploads/sites/122/2021/07/textile-industry-machines-in-factory-e1627088570121.jpg") center/cover no-repeat;
  text-align: center;
  color: #fff;
}
.ul-cta-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.ul-cta-2 .container {
  position: relative;
  z-index: 2;
}
.ul-cta-2-content {
  margin: 0 auto;
}
.ul-cta-2-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ul-cta-2-desc {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 35px;
}
.ul-cta-2-contact {
  display: flex;
  justify-content: center;
  gap: 20px 50px;
  margin-bottom: 40px;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .ul-cta-2-contact {
    flex-direction: column;
  }
}
.ul-cta-2-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ul-cta-2-contact-icon {
  color: #7cc0a5;
}
.ul-cta-2-contact-icon svg {
  width: 40px;
  height: auto;
}
.ul-cta-2-contact-info {
  text-align: left;
}
.ul-cta-2-contact-info a {
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.ul-cta-2-contact-label {
  display: block;
  font-size: clamp(19px, 1.16vw, 22px);
  font-weight: 600;
  margin-bottom: 3px;
}
.ul-cta-2-btn {
  display: inline-block;
  padding: 14px 35px;
  background: #7cc0a5;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.ul-cta-2-btn:hover {
  background: #66ad92;
}

.ul-team {
  max-width: 1903px;
  margin: 0 auto;
  text-align: center;
}
.ul-team-header {
  margin-bottom: 52px;
}
.ul-team-header-label {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--ul-primary);
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  position: relative;
}
.ul-team-header-label::after {
  content: "";
  display: block;
  width: 44px;
  height: 2.5px;
  background: var(--ul-primary);
  margin: 7px auto 0;
  border-radius: 2px;
}
.ul-team-header-title {
  font-size: 34px;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1.22;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.ul-team-header-desc {
  font-size: 16px;
  color: #888;
  line-height: 1.75;
  max-width: 530px;
  margin: 0 auto;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}
.ul-team-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.ul-team-card-image {
  width: 100%;
  height: 100%;
}
.ul-team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s ease;
}
.ul-team-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 55, 80, 0.72);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 18px 14px 22px 20px;
}
.ul-team-card-overlay-role {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  align-self: flex-end;
  margin-top: 4px;
}
.ul-team-card-overlay-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ul-team-card-overlay-name {
  font-size: clamp(19px, 1.16vw, 22px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.2;
}
.ul-team-card-overlay-socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ul-team-card-overlay-socials-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ul-primary);
  color: #fff;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}
.ul-team-card-overlay-socials-link svg {
  width: 15px;
  height: 15px;
}
.ul-team-card-overlay-socials-link:hover {
  background: rgb(45.0263157895, 131.9736842105, 107.1315789474);
  transform: scale(1.1);
}
.ul-team-card:hover .ul-team-card-image img, .ul-team-card--active .ul-team-card-image img {
  transform: scale(1.04);
}
.ul-team-card:hover .ul-team-card-overlay, .ul-team-card--active .ul-team-card-overlay {
  opacity: 1;
  background: rgba(20, 45, 70, 0.82);
}

.ul-stats {
  max-width: 1903px;
  margin: 0 auto;
  position: relative;
}
.ul-stats-banner {
  background-image: url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1903&h=400&fit=crop");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 20px 140px;
  text-align: center;
}
.ul-stats-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 15, 0.62);
}
.ul-stats-banner-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.ul-stats-banner-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 18px;
}
.ul-stats-banner-desc {
  max-width: 700px;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  margin: auto;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}
.ul-stats-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
  margin: -90px auto 0;
  position: relative;
  z-index: 2;
  width: clamp(698px, 51.5vw, 980px);
  padding: 44px 40px 40px;
  max-width: 100%;
}
.ul-stats-card-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ul-stats-card-grid {
    flex-wrap: wrap;
  }
}
.ul-stats-card-item {
  flex: 1 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ul-stats-card-item-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.ul-stats-card-item-icon svg {
  width: 100%;
  height: 100%;
}
.ul-stats-card-item-number {
  font-size: 32px;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1;
  letter-spacing: -0.01em;
}
.ul-stats-card-item-number span {
  color: #3aaa8a;
  font-weight: 700;
  font-size: 28px;
}
.ul-stats-card-item-label {
  font-size: 13.5px;
  color: #888;
  letter-spacing: 0.01em;
}

.ul-faq {
  max-width: 1903px;
  margin: 0 auto;
  padding: 72px 20px 90px;
  text-align: center;
}
.ul-faq-header {
  margin-bottom: 52px;
}
.ul-faq-header-label {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #3aaa8a;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  position: relative;
}
.ul-faq-header-label::after {
  content: "";
  display: block;
  width: 44px;
  height: 2.5px;
  background: #3aaa8a;
  margin: 7px auto 0;
  border-radius: 2px;
}
.ul-faq-header-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1.22;
  margin-bottom: 18px;
}
.ul-faq-header-desc {
  font-size: 14.5px;
  color: #888;
  line-height: 1.75;
  max-width: 500px;
  margin: 0 auto;
}
.ul-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 485px;
  text-align: left;
}
.ul-faq-item {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.ul-faq-item-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(14px, 1.16vw, 22px) clamp(16px, 1.26vw, 24px);
  background: #fff;
  transition: background 0.25s ease;
}
.ul-faq-item-trigger-text {
  font-size: 14.5px;
  font-weight: 500;
  color: #1a2e44;
  line-height: 1.4;
}
.ul-faq-item-trigger-icon {
  flex-shrink: 0;
  margin-left: 16px;
  width: 18px;
  height: 18px;
  color: #3aaa8a;
  transition: transform 0.3s ease;
}
.ul-faq-item-trigger-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ul-faq-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  background: #fff;
}
.ul-faq-item-body-text {
  padding: 22px 24px;
  font-size: 13.5px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 0;
}
.ul-faq-item--open .ul-faq-item-trigger {
  background: #6abfa3;
}
.ul-faq-item--open .ul-faq-item-trigger-text {
  color: #fff;
}
.ul-faq-item--open .ul-faq-item-trigger-icon {
  color: #fff;
  transform: rotate(180deg);
}
.ul-faq-item--open .ul-faq-item-body {
  max-height: 300px;
}

.ul-product-details-img {
  margin-bottom: 20px;
}

.ul-product-details-content h2 {
  font-size: clamp(26px, 1.79vw, 34px);
  font-weight: 600;
}
.ul-product-details-content p {
  font-family: "Heebo", sans-serif;
  color: #758994;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-product-details-content ul {
  margin-bottom: clamp(15px, 1.05vw, 20px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #758994;
  font-size: clamp(13px, 0.84vw, 16px);
  gap: 15px;
  font-family: "Heebo", sans-serif;
}
.ul-product-details-content ul li::before {
  content: "✔";
  margin-right: 10px;
  color: var(--ul-primary);
}
.ul-product-details-content h3 {
  font-size: clamp(18px, 1.16vw, 22px);
  font-weight: 600;
  margin-bottom: 12px;
}
.ul-product-details-content .ul-product-details-imgs-slider {
  margin: 20px 0;
}
.ul-product-details-content .swiper-pagination {
  position: relative;
  margin-top: 15px;
}

.ul-product-details-sidebar {
  position: sticky;
  top: 15px;
}

.ul-product-details-sidebar-widget {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.ul-product-details-meta {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  padding: 28px 24px 32px;
}
.ul-product-details-meta-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 22px;
}
.ul-product-details-meta-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ul-product-details-meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ul-product-details-meta-item-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-product-details-meta-item-icon svg {
  width: 20px;
  height: 20px;
  color: #3aaa8a;
}
.ul-product-details-meta-item-label {
  width: 82px;
  flex-shrink: 0;
  font-size: 13.5px;
  color: #888;
}
.ul-product-details-meta-item-value {
  font-size: 13.5px;
  color: #1a2e44;
  font-weight: 400;
}
.ul-product-details-meta-item-value::before {
  content: ": ";
}

.ul-product-details-cta {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 32px 28px 36px;
  min-height: 240px;
}
.ul-product-details-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.ul-product-details-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 28, 20, 0.68);
  z-index: 1;
}
.ul-product-details-cta-content {
  position: relative;
  z-index: 2;
}
.ul-product-details-cta-title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 14px;
}
.ul-product-details-cta-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.72;
  margin-bottom: 26px;
  max-width: 300px;
}
.ul-product-details-cta-contact {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ul-product-details-cta-contact-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #3aaa8a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-product-details-cta-contact-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.ul-product-details-cta-contact-number {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.ul-inner-tour-packages-tabs-wrapper .ul-tab.active {
  padding: 20px;
  margin: -20px;
}

.ul-tour-package-types {
  display: flex;
  justify-content: center;
  gap: clamp(13px, 0.95vw, 18px);
  padding-bottom: clamp(30px, 3.15vw, 60px);
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: clamp(30px, 3.15vw, 60px);
  flex-wrap: wrap;
}
.ul-tour-package-type {
  border: 1px solid #D9D9D9;
  padding: clamp(8px, 0.68vw, 13px) clamp(15px, 1.05vw, 20px);
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.53vw, 10px);
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
}
.ul-tour-package-type img {
  width: clamp(20px, 1.26vw, 24px);
}
.ul-tour-package-type.active, .ul-tour-package-type:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}

.ul-experiences {
  background: url(../img/stats-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.ul-experiences::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.ul-experiences-container {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.ul-experiences-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: clamp(25px, 2.63vw, 50px);
  position: relative;
}
.ul-experiences-content::before, .ul-experiences-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(16px) scale(0.97);
  z-index: -1;
  opacity: 50%;
}
.ul-experiences-content::after {
  transform: translateX(-50%) translateY(32px) scale(0.94);
  z-index: -2;
  opacity: 20%;
}
.ul-experiences-content .col {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.ul-experiences-content .col:last-child {
  border-right: none;
}
.ul-experiences-row {
  --bs-gutter-x: clamp(50px, 5.25vw, 100px);
}
.ul-experiences-bottom {
  padding: 0 clamp(15px, 2.63vw, 50px);
  padding-top: clamp(40px, 4.2vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.ul-experiences-bottom-list {
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.05vw, 20px);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .ul-experiences-bottom-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .ul-experiences-bottom-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-experiences-bottom-list li {
  display: inline-flex;
  align-items: center;
}
.ul-experiences-bottom-list li::before {
  content: "\f123";
  font-family: flaticon_tratics;
  display: inline-block;
  margin-right: clamp(7px, 0.53vw, 10px);
  color: var(--ul-primary);
}
.ul-experiences-bottom .ul-about-call {
  color: var(--white);
}
.ul-experiences-bottom .ul-about-call i {
  background-color: rgba(255, 255, 255, 0.4);
  font-size: clamp(25px, 1.58vw, 30px);
  padding: clamp(16px, 1.1vw, 21px);
  border-radius: 50%;
  color: var(--white);
}
.ul-experiences-bottom .ul-about-call a {
  color: inherit;
}
.ul-experiences-bottom .ul-about-call a:hover {
  color: var(--ul-primary);
}

.ul-experience-icon {
  width: clamp(75px, 4.73vw, 90px);
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #E0F9FF 0%, #FFFFFF 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: clamp(15px, 1.1vw, 21px);
}
.ul-experience-title {
  font-weight: 800;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 180%;
  color: var(--ul-black);
  margin-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-experience-descr {
  margin-bottom: 0;
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  color: #595959;
}

.ul-tour-packages-trust {
  background-color: var(--white);
}
.ul-tour-packages-trust .ul-about-img img {
  clip-path: none;
  border-radius: 20px;
}
.ul-tour-packages-trust .ul-about-img .small-img {
  border-radius: 6px;
  border: 10px solid var(--white);
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 60px rgba(0, 180, 221, 0.15);
}
.ul-tour-packages-trust .ul-about-specialities {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0;
  padding: clamp(15px, 1.58vw, 30px) 0;
}
.ul-tour-packages-trust .ul-about-speciality {
  padding: 0;
  border: none;
}

.ul-gallery {
  background-color: #F4FDFF;
}
.ul-gallery-slider-wrapper {
  padding: 0 clamp(18px, 1.42vw, 27px);
}
.ul-gallery-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 429/580;
  object-fit: cover;
  border-radius: 10px;
}
.ul-gallery-slider .swiper-slide:nth-child(even) img {
  aspect-ratio: 429/335;
}

.ul-package-details-banner {
  position: relative;
  z-index: 1;
  background: url("../img/package-details-banner.jpg") center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  padding: clamp(70px, 10.19vw, 194px) clamp(15px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: clamp(1100px, 94.75vw, 1803px);
  margin: auto;
}
.ul-package-details-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.ul-package-details-banner-rating {
  background: var(--white);
  color: #595959;
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 1.05vw, 20px);
  padding: clamp(7.5px, 0.6vw, 11.5px) clamp(10px, 0.79vw, 15px);
  border-radius: 99px;
  font-size: 14px;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-package-details-banner-rating .stars {
  display: flex;
  gap: 5px;
}
.ul-package-details-banner-rating .stars .star {
  width: clamp(13px, 0.84vw, 16px);
  aspect-ratio: 1/1;
  background: rgba(29, 35, 31, 0.5);
  clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 69% 59%, 82% 100%, 50% 75%, 18% 100%, 31% 59%, 0% 38%, 37% 38%);
}
.ul-package-details-banner-rating .stars .star.filled {
  background: var(--ul-primary);
}
.ul-package-details-banner .ul-package-details-banner-title {
  font-size: clamp(28px, 2.63vw, 50px);
  font-weight: 800;
  margin-bottom: clamp(12px, 1.05vw, 20px);
}
.ul-package-details-banner .ul-package-details-banner-descr {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  margin: auto;
  max-width: clamp(995px, 52.44vw, 998px);
}
.ul-package-details-banner-bottom {
  margin-top: clamp(60px, 6.57vw, 125px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ul-package-details-banner-bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.ul-package-details-banner .ul-package-details-banner-infos {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-package-details-banner .ul-package-details-banner-infos .ul-package-details-banner-info {
  background: var(--white);
  color: var(--ul-black);
  border-radius: 20px;
  padding: 6px clamp(10px, 0.79vw, 15px);
}
.ul-package-details-banner .ul-package-details-banner-price {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-package-details-banner .ul-package-details-banner-price .duration,
.ul-package-details-banner .ul-package-details-banner-price .price {
  background: var(--ul-secondary);
  color: var(--white);
  padding: 6px clamp(12px, 0.79vw, 15px);
  border-radius: 999px;
}
.ul-package-details-banner .ul-package-details-banner-price .price {
  background: var(--ul-primary);
}
.ul-package-details-container {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.ul-package-details-slider {
  margin-bottom: clamp(25px, 2.89vw, 55px);
}
.ul-package-details-slider-item {
  position: relative;
  z-index: 1;
}
.ul-package-details-slider-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-package-details-slider-item a:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-package-details-slider img {
  width: 100%;
  aspect-ratio: 330/190;
  object-fit: cover;
  border-radius: 10px;
}
.ul-package-details-txt h2 {
  font-weight: 800;
  font-size: clamp(20px, 1.26vw, 24px);
  color: var(--ul-black);
  margin-bottom: clamp(15px, 1.1vw, 21px);
  margin-top: clamp(30px, 2.42vw, 46px);
}
.ul-package-details-txt h2:first-child {
  margin-top: 0;
}
.ul-package-details-txt p {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  color: #595959;
  margin-bottom: 0;
}
.ul-package-details-txt iframe {
  width: 100%;
  aspect-ratio: 1050/417;
  border-radius: 10px;
}
.ul-package-details-txt > ul {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  color: #595959;
}
.ul-package-details-txt > ul li {
  margin-bottom: clamp(9px, 0.63vw, 12px);
  display: flex;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-package-details-txt > ul li:last-child {
  margin-bottom: 0;
}
.ul-package-details-txt > ul li::before {
  content: "\f122";
  font-family: flaticon_tratics !important;
  color: var(--ul-secondary);
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-package-details-highlight {
  padding: clamp(20px, 1.58vw, 30px);
  background-color: #FFF5F0;
  margin-top: clamp(16px, 1.84vw, 35px);
  border-radius: 10px;
}
.ul-package-details-highlight-title {
  font-weight: 700;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-black);
  margin-bottom: clamp(14px, 1.05vw, 20px);
  display: block;
}
.ul-package-details-highlight-list {
  font-size: 14px;
  color: var(--black);
}
.ul-package-details-highlight-list li {
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-package-details-highlight-list li:last-child {
  margin-bottom: 0;
}
.ul-package-details-accordion .ul-single-accordion-item {
  background: var(--white);
  box-shadow: 0px 4px 60px rgba(0, 180, 221, 0.15);
  border-radius: 10px;
  margin-bottom: clamp(15px, 1.05vw, 20px);
}
.ul-package-details-accordion .ul-single-accordion-item__title {
  font-weight: 700;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-black);
}
.ul-package-details-accordion .ul-single-accordion-item__body p {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  color: #595959;
  margin-bottom: clamp(16px, 1.1vw, 21px);
  padding-top: clamp(12px, 0.79vw, 15px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: clamp(16px, 1.05vw, 20px);
}
.ul-package-details-accordion .ul-single-accordion-item__body ul li {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  color: var(--black);
}
.ul-package-details-accordion .ul-single-accordion-item__body ul li .key {
  font-weight: 700;
  min-width: clamp(130px, 7.88vw, 150px);
  display: inline-block;
}
.ul-package-details-accordion .ul-single-accordion-item__body ul li .value {
  font-weight: 500;
}
.ul-package-details-review {
  background-color: #F4FDFF;
  padding: clamp(20px, 2.1vw, 40px);
  border-radius: 10px;
  margin-top: clamp(25px, 2.89vw, 55px);
}
.ul-package-details-review .form-group {
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-package-details-review .stars {
  display: flex;
  gap: clamp(9px, 0.63vw, 12px);
}
.ul-package-details-review .stars button {
  padding: 0;
  color: #C4C4C4;
}
.ul-package-details-review label {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--black);
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-package-details-review input,
.ul-package-details-review textarea {
  width: 100%;
  height: clamp(50px, 3.68vw, 70px);
  background: var(--white);
  border: 1px solid #E6E5E5;
  border-radius: 6px;
  padding: 0 clamp(15px, 1.58vw, 30px);
  outline: none;
}
.ul-package-details-review textarea {
  height: clamp(75px, 8.15vw, 155px);
  padding: 15px clamp(15px, 1.58vw, 30px);
}
.ul-package-details-review button[type=submit] {
  background-color: var(--ul-secondary);
  border-color: var(--ul-secondary);
  border-radius: 6px;
}
.ul-package-details-sidebar-block {
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-package-details-booking-wrapper {
  overflow: hidden;
  background-color: var(--ul-secondary);
  padding: clamp(18px, 1.31vw, 25px) clamp(15px, 0.95vw, 18px);
  border-radius: 10px;
  position: relative;
}
.ul-package-details-booking-tag {
  background-color: var(--white);
  font-weight: 800;
  color: var(--ul-primary);
  font-size: clamp(15px, 0.95vw, 18px);
  padding: 10px 90px;
  position: absolute;
  transform: rotate(-45deg);
  left: -80px;
}
.ul-package-details-booking-price {
  color: var(--white);
  max-width: 50%;
  margin-left: auto;
  margin-bottom: clamp(18px, 1.79vw, 34px);
}
.ul-package-details-booking-price .previous-price {
  font-weight: 700;
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-package-details-booking-price .current-price {
  font-size: clamp(26px, 1.58vw, 30px);
  font-weight: 800;
}
.ul-package-details-booking-price .current-price .txt {
  font-size: 15px;
  font-weight: 700;
}
.ul-package-details-booking-form .form-group {
  background-color: var(--white);
  height: clamp(45px, 2.63vw, 50px);
  border-radius: 10px;
  margin-bottom: clamp(10px, 0.79vw, 15px);
  padding: 0 clamp(14px, 1.05vw, 20px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.ul-package-details-booking-form .form-group .icon {
  margin-bottom: -4px;
  flex-shrink: 0;
}
.ul-package-details-booking-form .form-group input,
.ul-package-details-booking-form .form-group select {
  width: 100%;
  border: none;
  outline: none;
}
.ul-package-details-booking-form button {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  width: 100%;
  border-radius: 10px;
}
.ul-package-details-ad {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.ul-package-details-ad-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-weight: 400;
  font-size: clamp(40px, 3.68vw, 70px);
  text-align: center;
  font-family: var(--font-another-hand);
}
.ul-package-details-ad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.ul-package-details-ad-bg {
  width: 100%;
}
.ul-package-details-other-packages {
  margin-top: clamp(30px, 3.15vw, 60px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: clamp(30px, 3.15vw, 60px);
}

.ul-destinations-container {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.ul-destination {
  background: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: clamp(15px, 1.58vw, 30px);
}
.ul-destination-meta {
  font-weight: 600;
  border: none;
  padding-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-destination-img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-destination-img img {
  width: 100%;
}
.ul-destination-country {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
  color: var(--ul-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(15px, 1.05vw, 20px);
  margin-bottom: clamp(15px, 1.05vw, 20px);
}
.ul-destination-country-name {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 160%;
}
.ul-destination-country-name:hover {
  color: var(--ul-secondary);
}
.ul-destination-country-locations {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.ul-destination-country-locations a {
  color: var(--ul-secondary);
}
.ul-destination-descr {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  color: var(--ul-p);
  margin-bottom: clamp(12px, 0.89vw, 17px);
}

.ul-best-time .ul-section-descr br {
  display: none;
}
.ul-best-time-season {
  background-color: var(--ul-secondary);
  color: var(--white);
  padding: clamp(6px, 0.53vw, 10px);
  text-align: center;
  border-radius: 99px;
}
.ul-best-time-season-name {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 150%;
  margin-bottom: 5px;
}
.ul-best-time-season-weather {
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 30px;
  margin-bottom: 0;
}

.ul-inner-testimonials {
  background-color: #F4FDFF;
}

.ul-faq {
  max-width: 1920px;
  margin: auto;
}
.ul-faq .ul-section-descr a {
  color: var(--ul-primary);
}
.ul-faq-accordion {
  max-width: clamp(650px, 48.87vw, 930px);
  margin: auto;
}
.ul-faq-accordion .ul-single-accordion-item {
  border: 1px solid #E6E5E5;
  box-shadow: none;
}
.ul-faq-accordion .ul-single-accordion-item__title {
  font-weight: 700;
}

.ul-inner-faq {
  background-color: #F9F9F9;
}

.ul-top-destination-details-banner {
  text-align: center;
  padding: 0 15px;
}
.ul-top-destination-details-banner img {
  border-radius: 20px;
  width: clamp(1703px, 94.75vw, 1803px);
}
.ul-top-destination-details-txt {
  max-width: calc(clamp(1100px, 74.09vw, 1410px) + 30px);
  padding: clamp(40px, 3.15vw, 60px) 15px;
  margin: auto;
}
.ul-top-destination-details-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  color: var(--ul-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(21px, 2.21vw, 42px);
  margin-bottom: clamp(18px, 1.84vw, 35px);
}
.ul-top-destination-details-heading .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 3.15vw, 60px);
}
.ul-top-destination-details-title {
  font-weight: 800;
  font-size: clamp(26px, 2.63vw, 50px);
  line-height: 1.26;
  margin-bottom: clamp(12px, 1vw, 19px);
}
.ul-top-destination-details-infos {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6px, 0.53vw, 10px);
}
.ul-top-destination-details-info {
  background-color: #E5FAFF;
  border-radius: 20px;
  padding: clamp(4px, 0.32vw, 6px) clamp(10px, 0.79vw, 15px);
  font-weight: 500;
}
.ul-top-destination-details-descr h2 {
  font-weight: 800;
  font-size: clamp(20px, 1.26vw, 24px);
  color: var(--ul-black);
  margin-top: clamp(18px, 1.89vw, 36px);
  margin-bottom: clamp(14px, 1.1vw, 21px);
}
.ul-top-destination-details-descr h2:first-child {
  margin-top: 0;
}
.ul-top-destination-details-descr p {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 175%;
  color: var(--ul-p);
  margin-bottom: 0;
}
.ul-top-destination-details-highlight {
  margin-top: clamp(20px, 2.1vw, 40px);
}
.ul-top-destination-details-highlight-points {
  background-color: #FFF6F3;
  padding: clamp(20px, 2.1vw, 40px);
  border-radius: 10px;
}
.ul-top-destination-details-highlight-point {
  margin-bottom: clamp(20px, 2.36vw, 45px);
}
.ul-top-destination-details-highlight-point:last-child {
  margin-bottom: 0;
}
.ul-top-destination-details-highlight-point .icon {
  background-color: var(--white);
  border-radius: 50%;
  padding: clamp(9px, 0.68vw, 13px);
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  color: var(--ul-primary);
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-top-destination-details-highlight-point .icon i {
  font-size: clamp(34px, 2.1vw, 40px);
}
.ul-top-destination-details-highlight-point p {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  margin-bottom: 0;
}

.ul-tourist-places {
  background-color: #F4FDFF;
  border-radius: 20px;
  max-width: calc(clamp(1200px, 94.59vw, 1800px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.ul-tourist-places-container {
  max-width: clamp(1100px, 74.09vw, 1410px);
  margin: auto;
}
.ul-tourist-places-video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: clamp(30px, 3.15vw, 60px);
}
.ul-tourist-places-video-play-btn {
  width: clamp(65px, 5.15vw, 98px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 1.37vw, 26px);
}
.ul-tourist-places-video-play-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-tourist-place {
  background-color: var(--ul-black);
  color: var(--white);
  border-radius: 10px;
  padding: clamp(12px, 1.31vw, 25px) clamp(15px, 1.58vw, 30px);
}
.ul-tourist-place-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(10px, 0.79vw, 15px);
  margin-bottom: clamp(15px, 1.16vw, 22px);
}
.ul-tourist-place-name {
  font-weight: 800;
  font-size: 24px;
}
.ul-tourist-place-index {
  font-weight: 800;
  font-size: clamp(20px, 1.26vw, 24px);
  -webkit-text-stroke: 1px var(--ul-secondary);
  color: transparent;
}
.ul-tourist-place-descr {
  margin-bottom: 0;
}

.ul-services-container {
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.ul-service {
  box-shadow: 0px 4px 50px rgba(0, 180, 221, 0.1);
  border-radius: 16px;
  padding: clamp(12px, 0.84vw, 16px);
  padding-right: clamp(12px, 2.52vw, 48px);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.52vw, 48px);
  margin-bottom: clamp(16px, 1.26vw, 24px);
}
.ul-service:nth-child(even) {
  flex-direction: row-reverse;
  padding: clamp(12px, 0.84vw, 16px);
  padding-left: clamp(12px, 2.52vw, 48px);
}
@media screen and (max-width: 767px) {
  .ul-service:nth-child(even) {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ul-service {
    flex-wrap: wrap;
  }
}
.ul-service:hover {
  box-shadow: 0px 4px 40px rgba(0, 180, 221, 0.3);
}
.ul-service-img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ul-service-img {
    width: 100%;
  }
}
.ul-service-img img {
  width: clamp(312px, 18.5vw, 352px);
  aspect-ratio: 352/216;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .ul-service-img img {
    width: 100%;
  }
}
.ul-service-txt {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ul-service-txt {
    width: 85%;
  }
}
@media screen and (max-width: 575px) {
  .ul-service-txt {
    width: 82%;
  }
}
@media screen and (max-width: 479px) {
  .ul-service-txt {
    width: 72%;
  }
}
.ul-service-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: 0.5px;
  color: #151A26;
}
.ul-service-title a:hover {
  color: var(--ul-secondary);
}
.ul-service-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #595959;
  margin-bottom: 0;
}
.ul-service-btn {
  flex-shrink: 0;
  padding: 3px;
  padding-top: clamp(17px, 1.05vw, 20px);
  writing-mode: sideways-rl;
  background: transparent;
  border: 1px solid #CBCCCF;
  color: var(--ul-black);
}
.ul-service-btn:hover {
  background-color: var(--ul-black);
  border-color: var(--ul-black);
  color: var(--white);
}
.ul-service-btn .icon {
  background-color: var(--ul-secondary);
  color: var(--white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.52vw, 48px);
  aspect-ratio: 1/1;
}
.ul-services-for-destination {
  background: linear-gradient(to top, var(--white) 45%, var(--ul-secondary) 0);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .ul-services-for-destination {
    background: linear-gradient(to top, var(--white) 35%, var(--ul-secondary) 0);
  }
}
.ul-services-for-destination-vectors {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ul-services-for-destination-vector {
  position: relative;
}
.ul-services-for-destination-vector::before, .ul-services-for-destination-vector::after {
  content: "";
  top: 0;
  left: 0;
  border-radius: 100%;
  position: absolute;
  width: clamp(400px, 34.16vw, 650px);
  aspect-ratio: 1/1;
  left: -325px;
  top: calc(0% - clamp(147px, 12.98vw, 247px));
  background: rgba(255, 255, 255, 0.15);
}
.ul-services-for-destination-vector::after {
  left: -365px;
}

.ul-service-details-img {
  padding: 0 clamp(15px, 3.05vw, 58px);
  overflow: hidden;
}
.ul-service-details-img img {
  border-radius: 20px;
}
.ul-service-details-container {
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + 30px);
  padding: clamp(20px, 6.31vw, 120px) 15px;
  margin: auto;
}
.ul-service-details-content h1 {
  font-weight: 700;
  font-size: clamp(26px, 2.52vw, 48px);
  line-height: 117%;
  letter-spacing: 0.5px;
  color: #1D231F;
  margin-bottom: clamp(8px, 0.63vw, 12px);
}
.ul-service-details-content p {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #4F6A69;
  margin-bottom: clamp(16px, 1.26vw, 24px);
}
.ul-service-details-content img {
  border-radius: 16px;
  margin-bottom: clamp(20px, 1.68vw, 32px);
}
.ul-service-details-content h2 {
  font-weight: 700;
  font-size: clamp(26px, 1.68vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #1D231F;
  margin-bottom: clamp(16px, 1.26vw, 24px);
}
.ul-service-details-features {
  margin-bottom: clamp(24px, 2.52vw, 48px);
}
.ul-service-details-features:last-child {
  margin-bottom: 0;
}
.ul-service-details-features-title {
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: 0.5px;
  color: #1D231F;
  margin-bottom: clamp(14px, 1.05vw, 20px);
}
.ul-service-details-features-list {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #1D231F;
}
.ul-service-details-features-list li {
  margin-bottom: clamp(14px, 1.05vw, 20px);
  display: flex;
  align-items: flex-start;
}
.ul-service-details-features-list li:last-child {
  margin-bottom: 0;
}
.ul-service-details-features-list li::before {
  content: "\f124";
  font-family: flaticon_tratics !important;
  color: var(--ul-primary);
  font-size: clamp(25px, 1.58vw, 30px);
  vertical-align: middle;
}
.ul-service-details-features-img img {
  border-radius: 24px;
}
.ul-service-details-faq-accordion .ul-single-accordion-item {
  box-shadow: none;
  padding: clamp(12px, 0.79vw, 15px);
  padding-left: clamp(20px, 1.58vw, 30px);
  border-left: 4px solid transparent;
  border-radius: 0;
}
.ul-service-details-faq-accordion .ul-single-accordion-item.open {
  border-left: 4px solid var(--ul-secondary);
  padding: clamp(17px, 1.05vw, 20px);
  padding-left: clamp(20px, 1.58vw, 30px);
}
.ul-service-details-faq-accordion .ul-single-accordion-item__title {
  font-weight: 500;
  color: var(--ul-black) !important;
}

.ul-pricing {
  background-color: #F4FDFF;
}
.ul-pricing-descr {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #535761;
  border-bottom: 1px solid rgba(203, 204, 207, 0.24);
  padding-bottom: clamp(16px, 1.26vw, 24px);
  margin-bottom: clamp(24px, 2.52vw, 48px);
}
.ul-pricing-toggler {
  background-color: var(--white);
  width: max-content;
  padding: clamp(6px, 0.47vw, 9px) clamp(16px, 1.26vw, 24px);
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.32vw, 6px);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  letter-spacing: 0.5px;
  color: #151A26;
}
.ul-pricing-toggler .label {
  cursor: pointer;
}
.ul-pricing-toggler .label.active {
  color: var(--ul-primary);
}
.ul-pricing-toggler .switch {
  position: relative;
  width: 30px;
  height: 16px;
  display: inline-block;
  pointer-events: none;
}
.ul-pricing-toggler .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ul-pricing-toggler .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--ul-primary);
  /* red from your image */
  border-radius: 22px;
  transition: 0.3s;
}
.ul-pricing-toggler .slider:before {
  content: "";
  position: absolute;
  height: 12px;
  aspect-ratio: 1/1;
  inset: 50% 2px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.ul-pricing-toggler input:checked + .slider:before {
  transform: translateX(14px) translateY(-50%);
}
.ul-pricing-plan {
  background-color: var(--white);
  padding: clamp(24px, 2.52vw, 48px) clamp(20px, 2.1vw, 40px);
  border-radius: 16px;
}
.ul-pricing-plan-header {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid rgba(203, 204, 207, 0.24);
  gap: 10px;
  justify-content: space-between;
  padding-bottom: clamp(16px, 1.26vw, 24px);
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-pricing-plan-price {
  font-size: clamp(42px, 3.78vw, 72px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.ul-pricing-plan-price .currency {
  font-size: clamp(26px, 1.68vw, 32px);
  vertical-align: text-top;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.25;
}
.ul-pricing-plan-price .duration {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 500;
  line-height: 1.4;
}
.ul-pricing-plan-title {
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: 0.5px;
  color: var(--white);
  font-weight: 700;
}
.ul-pricing-plan-btn {
  padding: 4px;
  padding-left: clamp(15px, 1.05vw, 20px);
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  border-color: rgba(203, 204, 207, 0.24);
  color: var(--ul-black);
}
.ul-pricing-plan-btn:hover .icon {
  background-color: var(--ul-black);
  color: var(--white);
}
.ul-pricing-plan-btn .icon {
  width: clamp(43px, 2.52vw, 48px);
  aspect-ratio: 1/1;
  background-color: var(--ul-secondary);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s ease;
}
.ul-pricing-plan-btn .icon i {
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-pricing-plan-list {
  margin-top: clamp(16px, 1.26vw, 24px);
}
.ul-pricing-plan-list li {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  margin-bottom: clamp(15px, 1.05vw, 20px);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-pricing-plan-list li:last-child {
  margin-bottom: 0;
}
.ul-pricing-plan-list li::before {
  content: "\f106";
  font-family: flaticon_tratics !important;
  font-size: clamp(13px, 0.74vw, 14px);
}
.ul-pricing-plans-slider .swiper-slide-fully-visible .ul-pricing-plan {
  background-color: var(--ul-black);
  color: var(--white);
}
.ul-pricing-plans-slider .swiper-slide-fully-visible .ul-pricing-plan-btn {
  color: var(--white);
  background-color: var(--ul-secondary);
}
.ul-pricing-plans-slider .swiper-slide-fully-visible .ul-pricing-plan-btn .icon {
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-pricing-plans-slider .swiper-slide-fully-visible .ul-pricing-plan-btn:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-pricing-plans-slider .swiper-slide-fully-visible .ul-pricing-plan-btn:hover .icon {
  background-color: var(--ul-secondary);
  color: var(--white);
}

.ul-inner-reviews-container {
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.ul-inner-reviews-subtitle {
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  letter-spacing: 0.5px;
  color: var(--ul-primary);
  display: block;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-inner-reviews .ul-btn {
  border: 1px solid rgba(203, 204, 207, 0.24);
  background-color: transparent;
  padding: 4px;
  padding-left: clamp(15px, 1.05vw, 20px);
  color: var(--ul-black);
}
.ul-inner-reviews .ul-btn:hover {
  background-color: var(--ul-black);
  color: var(--white);
}
.ul-inner-reviews .ul-btn .icon {
  background-color: var(--ul-primary);
  color: var(--white);
  width: clamp(42px, 2.52vw, 48px);
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ul-inner-reviews .ul-btn .icon i {
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-inner-reviews-img-slider img {
  border-radius: 16px;
}
.ul-inner-reviews-slider-nav {
  display: flex;
  gap: clamp(16px, 1.26vw, 24px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: var(--white);
  padding-top: 20px;
}
@media screen and (max-width: 479px) {
  .ul-inner-reviews-slider-nav {
    position: static;
  }
}
.ul-inner-reviews-slider-nav button {
  width: clamp(45px, 2.52vw, 48px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F9;
  font-size: clamp(20px, 1.26vw, 24px);
  transform: rotate(-45deg);
}
.ul-inner-reviews-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-inner-review-stars {
  color: var(--ul-primary);
  font-size: clamp(20px, 1.26vw, 24px);
  display: flex;
  gap: clamp(5px, 0.42vw, 8px);
  margin-bottom: clamp(16px, 1.26vw, 24px);
}
.ul-inner-review-descr {
  font-weight: 500;
  font-size: clamp(22px, 1.47vw, 28px);
  line-height: 143%;
  letter-spacing: 0.5px;
  color: #151A26;
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-inner-review-descr::before {
  content: "“";
}
.ul-inner-review-descr::after {
  content: "”";
}
.ul-inner-review-author {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(203, 204, 207, 0.24);
  padding-top: clamp(16px, 1.68vw, 32px);
}
.ul-inner-review-author-icon {
  background-color: var(--ul-secondary);
  width: clamp(45px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-inner-review-author-txt {
  padding-left: clamp(16px, 1.68vw, 32px);
  border-left: 1px solid rgba(203, 204, 207, 0.24);
  margin-left: clamp(10px, 0.84vw, 16px);
}
.ul-inner-review-author-name {
  display: block;
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: #151A26;
}
.ul-inner-review-author-service {
  display: block;
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #535761;
}

.ul-team-container {
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.ul-team-member:hover .ul-team-member-socials a {
  background-color: var(--ul-secondary);
}
.ul-team-member-img img {
  width: 100%;
  border-radius: 10px;
}
.ul-team-member-txt {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: space-between;
  padding-top: clamp(8px, 0.68vw, 13px);
}
.ul-team-member-name {
  font-weight: 500;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: -1.5px;
  color: #1D231F;
  margin-bottom: 0;
}
.ul-team-member-role {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #1D231F;
  opacity: 0.7;
  margin-bottom: 0;
}
.ul-team-member-socials a {
  background-color: rgba(29, 35, 31, 0.35);
  color: var(--white);
  min-width: clamp(25px, 1.47vw, 28px);
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ul-inner-blog {
  margin-bottom: clamp(25px, 1.68vw, 32px);
}
.ul-inner-blog-img {
  position: relative;
  margin-bottom: clamp(12px, 1.26vw, 24px);
}
.ul-inner-blog-img img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 852/400;
}
.ul-inner-blog-infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: clamp(20px, 2.1vw, 40px);
}
.ul-inner-blog-info {
  color: #979797;
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.53vw, 10px);
}
.ul-inner-blog-info .icon {
  display: inline-flex;
}
.ul-inner-blog-info i {
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-inner-blog-title {
  font-weight: 600;
  font-size: clamp(22px, 1.68vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #1A1A1A;
  margin-top: clamp(9px, 0.84vw, 16px);
  margin-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-inner-blog-title a {
  color: inherit;
}
.ul-inner-blog-title a:hover {
  color: var(--ul-2-primary);
}
.ul-inner-blog .ul-blog-details-descr {
  margin-bottom: clamp(16px, 1.68vw, 32px);
}
.ul-inner-blog .ul-btn {
  border: 1px solid var(--ul-2-primary);
  color: var(--ul-2-primary);
  background-color: transparent;
  width: fit-content;
  height: clamp(40px, 2.52vw, 48px);
}
.ul-inner-blog .ul-btn i {
  font-size: 12px;
}
.ul-inner-blog .ul-btn:hover {
  background-color: var(--ul-2-primary);
  color: var(--white);
}

.ul-contact {
  display: flex;
  gap: 60px;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .ul-contact {
    flex-direction: column;
  }
}
.ul-contact-map {
  margin-bottom: clamp(50px, 4.2vw, 80px);
}
.ul-contact-map iframe {
  width: 100%;
  aspect-ratio: 16/5;
  vertical-align: top;
}
.ul-contact-form {
  flex: 0 0 420px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.07);
  padding: 40px 36px 44px;
}
@media screen and (max-width: 991px) {
  .ul-contact-form {
    flex: 0 0 100%;
    width: 100%;
  }
}
.ul-contact-form-group {
  margin-bottom: 18px;
  position: relative;
}
.ul-contact-form-group-input, .ul-contact-form-group-textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #fff;
  font-size: 13.5px;
  color: #1a2e44;
  outline: none;
  transition: border-color 0.2s ease;
}
.ul-contact-form-group-input::placeholder, .ul-contact-form-group-textarea::placeholder {
  color: #aaa;
  font-size: 13.5px;
}
.ul-contact-form-group-input:focus, .ul-contact-form-group-textarea:focus {
  border-color: #3aaa8a;
}
.ul-contact-form-group-input {
  padding: 14px 16px;
  height: 52px;
}
.ul-contact-form-group-textarea {
  padding: 14px 16px;
  height: 130px;
  resize: vertical;
  display: block;
}
.ul-contact-form-group-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #3aaa8a;
  pointer-events: none;
}
.ul-contact-form-group-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.ul-contact-form-btn {
  margin-top: 26px;
  display: inline-block;
  padding: 14px 36px;
  background: #3aaa8a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.25s ease;
}
.ul-contact-form-btn:hover {
  background: rgb(47.6210526316, 139.5789473684, 113.3052631579);
}
.ul-contact-info {
  flex: 1;
  padding-top: 10px;
}
.ul-contact-info-label {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 500;
  color: #1a2e44;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 10px;
}
.ul-contact-info-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2.5px;
  background: #3aaa8a;
  border-radius: 2px;
}
.ul-contact-info-title {
  font-size: 34px;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1.2;
  margin-top: 14px;
  margin-bottom: 18px;
}
.ul-contact-info-desc {
  font-size: 13.5px;
  color: #555;
  line-height: 1.78;
  margin-bottom: 32px;
  max-width: 480px;
}
.ul-contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .ul-contact-info-grid {
    grid-template-columns: 1fr;
  }
}
.ul-contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.ul-contact-info-card-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: #3aaa8a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-contact-info-card-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.ul-contact-info-card-body {
  padding-top: 2px;
}
.ul-contact-info-card-body-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #1a2e44;
  margin-bottom: 5px;
}
.ul-contact-info-card-body-text {
  font-size: 13px;
  color: #777;
  line-height: 1.55;
}
.ul-contact-info-divider {
  border: none;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 28px;
}
.ul-contact-info-social-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 16px;
}
.ul-contact-info-social-list {
  display: flex;
  gap: 10px;
  list-style: none;
}
.ul-contact-info-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.ul-contact-info-social-link svg {
  width: 16px;
  height: 16px;
}
.ul-contact-info-social-link:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.ul-contact-info-social-link--facebook {
  background: #1877f2;
}
.ul-contact-info-social-link--twitter {
  background: #1da1f2;
}
.ul-contact-info-social-link--instagram {
  background: #222;
}
.ul-contact-info-social-link--linkedin {
  background: #0a66c2;
}
.ul-contact-info-social-link--youtube {
  background: #ff0000;
}

.ul-blog-details-container {
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + 30px);
  padding-inline: 15px;
  margin: auto;
}
.ul-blog-details-img {
  border-radius: clamp(10px, 0.84vw, 16px);
  overflow: hidden;
  position: relative;
  margin-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-blog-details-img img {
  width: 100%;
  aspect-ratio: 897/356;
  object-fit: cover;
}
.ul-blog-details-tag {
  position: absolute;
  top: clamp(16px, 1.58vw, 30px);
  left: clamp(16px, 1.58vw, 30px);
  padding: 1px clamp(6px, 0.53vw, 10px);
  background-color: var(--ul-2-primary);
  border-radius: 999px;
  color: var(--white);
  font-size: 14px;
}
.ul-blog-details-infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px clamp(20px, 2.1vw, 40px);
  color: #535761;
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: clamp(8px, 0.42vw, 8px);
}
.ul-blog-details-info {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.53vw, 10px);
}
.ul-blog-details-info .icon {
  display: inline-flex;
}
.ul-blog-details-info .icon i {
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-blog-details-title {
  font-weight: 700;
  font-size: clamp(26px, 2.1vw, 40px);
  line-height: 120%;
  color: #1A1A1A;
  margin-bottom: clamp(6px, 0.42vw, 8px);
}
.ul-blog-details-inner-img {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
  margin: clamp(15px, 1.58vw, 30px) 0;
}
@media screen and (max-width: 479px) {
  .ul-blog-details-inner-img {
    flex-direction: column;
  }
}
.ul-blog-details-inner-img img {
  max-width: calc(50% - clamp(15px, 1.58vw, 30px) / 2);
  aspect-ratio: 410/264;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
  .ul-blog-details-inner-img img {
    max-width: 100%;
    width: 100%;
  }
}
.ul-blog-details-list li {
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-blog-details-list li::before {
  content: "\f12a";
  font-size: 13px;
  margin-right: 5px;
  color: var(--ul-2-primary);
  font-family: flaticon_cashflow !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ul-blog-details-list li .key {
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  color: #1A1A1A;
  display: inline-block;
}
.ul-blog-details-list li .value {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 144%;
  color: #979797;
  display: inline-block;
}
.ul-blog-details-txt p {
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 150%;
  color: #535761;
}
.ul-blog-details-txt h3 {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  color: #1D231F;
  margin-bottom: clamp(6px, 0.42vw, 8px);
}
.ul-blog-details-txt blockquote {
  background-color: var(--ul-secondary);
  color: var(--white);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  padding: clamp(16px, 1.26vw, 24px) clamp(18px, 1.68vw, 32px);
  border-radius: 8px;
}
.ul-blog-details-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 clamp(24px, 2.52vw, 48px);
  padding: clamp(15px, 1.58vw, 30px) 0;
  border-width: 1px 0;
}
.ul-blog-details-actions .actions-title {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #1A1A1A;
}
.ul-blog-details-actions .tags-wrapper,
.ul-blog-details-actions .shares-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.26vw, 24px);
}
@media screen and (max-width: 479px) {
  .ul-blog-details-actions .tags-wrapper,
  .ul-blog-details-actions .shares-wrapper {
    flex-wrap: wrap;
  }
}
.ul-blog-details-actions .tags-wrapper .tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 0.63vw, 12px);
}
.ul-blog-details-actions .tags-wrapper a,
.ul-blog-details-actions .tags-wrapper button {
  background-color: #F6F6F6;
  padding: clamp(4px, 0.32vw, 6px) clamp(8px, 0.84vw, 16px);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #1A1A1A;
}
.ul-blog-details-actions .tags-wrapper a:hover,
.ul-blog-details-actions .tags-wrapper button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-blog-details-actions .share-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(8px, 0.84vw, 16px);
}
.ul-blog-details-actions .share-options a {
  color: var(--black);
  display: flex;
  width: clamp(33px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F6F6F6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-blog-details-actions .share-options a:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-blog-details-reviews {
  margin-top: clamp(22px, 1.84vw, 35px);
  border-bottom: 1.2px solid rgba(206, 207, 208, 0.24);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-blog-details-reviews-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: 0.5px;
  color: #151A26;
  margin-bottom: clamp(20px, 1.68vw, 32px);
}
.ul-blog-details-review {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.05vw, 20px);
  padding-bottom: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 479px) {
  .ul-blog-details-review {
    flex-direction: column;
  }
}
.ul-blog-details-review-reviewer-img {
  flex-shrink: 0;
}
.ul-blog-details-review-reviewer-img img {
  width: clamp(86px, 5.04vw, 96px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.ul-blog-details-review-txt {
  flex-grow: 1;
}
.ul-blog-details-review-txt .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(12px, 0.95vw, 18px);
}
.ul-blog-details-review-txt .reviewer-name {
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 140%;
  color: var(--black);
  margin-bottom: 0;
}
.ul-blog-details-review-txt .review-date {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 2px;
  color: #535761;
  line-height: 150%;
  display: block;
}
.ul-blog-details-review p {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: #979797;
  line-height: 150%;
}
.ul-blog-details-review-reply-btn {
  background-color: #1A1A1A;
  height: clamp(29px, 1.68vw, 32px);
  color: var(--white);
  border-radius: 999px;
  font-weight: 500;
  padding: 0 clamp(13px, 0.84vw, 16px);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-blog-details-review-reply-btn:hover {
  background-color: var(--ul-primary);
}
.ul-blog-details-comment-form-wrapper .ul-blog-details-inner-title {
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  padding-bottom: clamp(14px, 1.26vw, 24px);
}
.ul-blog-details-comment-form label {
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 144%;
  letter-spacing: 0.5px;
  color: #1A1A1A;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-blog-details-comment-form input,
.ul-blog-details-comment-form textarea {
  background-color: #F8F8F9;
  margin-bottom: 0;
}
.ul-blog-details-comment-form textarea {
  height: clamp(165px, 8.83vw, 168px);
}
.ul-blog-details-comment-form-wrapper .ul-btn {
  width: 100%;
  background-color: var(--ul-secondary);
  border-color: var(--ul-2-primary);
  color: var(--white);
}
.ul-blog-details-comment-form-wrapper .ul-btn span:first-child {
  flex-grow: 1;
  text-align: center;
}
.ul-blog-details-comment-form-wrapper .ul-btn .icon {
  margin-left: auto;
}
.ul-blog-details-comment-form-wrapper .ul-btn i {
  font-size: 12px;
}
.ul-blog-details-comment-form-wrapper .ul-btn:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: var(--white);
}
.ul-blog-details-comment-form-wrapper .ul-btn:hover .icon {
  background-color: var(--ul-secondary);
}

.ul-inner-sidebar {
  top: clamp(85px, 6.04vw, 115px);
}
.ul-inner-sidebar-widget {
  background-color: #F8F8F9;
  margin-bottom: clamp(16px, 1.68vw, 32px);
  padding: clamp(16px, 1.68vw, 32px);
  border-radius: 16px;
}
.ul-inner-sidebar-widget:last-child {
  margin-bottom: 0;
}
.ul-inner-sidebar-widget-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 133%;
  letter-spacing: 0.5px;
  color: #151A26;
  padding-bottom: clamp(8px, 0.84vw, 16px);
  border-bottom: 1px solid rgba(203, 204, 207, 0.24);
  margin-bottom: clamp(16px, 1.26vw, 24px);
}
.ul-inner-sidebar-search form {
  background-color: var(--white);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(6px, 0.42vw, 8px);
}
.ul-inner-sidebar-search form input {
  padding-left: 10px;
  padding-right: clamp(12px, 1.05vw, 20px);
  width: 100%;
  border: none;
  height: clamp(35px, 2.1vw, 40px);
}
.ul-inner-sidebar-search form button {
  background-color: var(--ul-primary);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: clamp(35px, 2.1vw, 40px);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-inner-sidebar-search form button:hover {
  background-color: var(--ul-black);
}
.ul-inner-sidebar-categories a {
  width: 100%;
  background-color: var(--white);
  margin-bottom: clamp(8px, 0.84vw, 16px);
  border-radius: 30px;
  padding: clamp(9px, 0.63vw, 12px) clamp(11px, 0.79vw, 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ul-inner-sidebar-categories a .txt {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.53vw, 10px);
}
.ul-inner-sidebar-categories a i {
  color: var(--ul-secondary);
}
.ul-inner-sidebar-categories a:hover {
  background-color: var(--ul-secondary);
  color: var(--white);
}
.ul-inner-sidebar-categories a:hover i {
  color: var(--white);
}
.ul-inner-sidebar-post {
  margin-bottom: clamp(14px, 1.26vw, 24px);
  display: flex;
  gap: clamp(10px, 0.84vw, 16px);
  align-items: center;
}
.ul-inner-sidebar-post:last-child {
  margin-bottom: 0;
}
.ul-inner-sidebar-post .img {
  flex-shrink: 0;
  overflow: hidden;
}
.ul-inner-sidebar-post .img img {
  width: clamp(85px, 4.62vw, 88px);
  aspect-ratio: 88/80;
  object-fit: cover;
  border-radius: 8px;
}
.ul-inner-sidebar-post .date {
  font-size: clamp(13px, 0.84vw, 16px);
  color: #535761;
  margin-bottom: 0px;
}
.ul-inner-sidebar-post .date i {
  color: #B6B7B9;
}
.ul-inner-sidebar-post .title {
  margin-bottom: 4px;
}
.ul-inner-sidebar-post .title a {
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: var(--black);
  display: inline-block;
}
.ul-inner-sidebar-post .title a:hover {
  color: var(--ul-primary);
}
.ul-inner-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 0.63vw, 12px);
}
.ul-inner-sidebar-tags a {
  background-color: var(--white);
  padding: 4px clamp(9px, 0.63vw, 12px);
  border-radius: 99px;
  font-size: 14px;
}
.ul-inner-sidebar-tags a:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ss-content {
  border: 1px solid rgba(29, 35, 31, 0.2);
}
.ss-content .ss-search input {
  --ss-focus-color: var(--ul-secondary);
}
.ss-content .ss-list .ss-option {
  padding: 8px 15px;
  --ss-primary-color: var(--ul-secondary);
}

.ul-flight-search {
  padding-top: clamp(40px, 3.15vw, 60px);
}
.ul-flight-search .ul-container {
  max-width: calc(clamp(1200px, 82.5vw, 1570px) + var(--container-space-x));
}
.ul-flight-search-form {
  background: var(--white);
  box-shadow: 0px 4px 200px rgba(0, 180, 221, 0.15);
  border-radius: 10px;
  padding: clamp(15px, 1.58vw, 30px);
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-flight-search-type {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  color: var(--ul-primary);
  accent-color: var(--ul-primary);
  margin-bottom: clamp(10px, 0.79vw, 15px);
  border-bottom: 1px solid rgba(29, 35, 31, 0.2);
  gap: 10px;
}
.ul-flight-search-type label {
  font-size: clamp(13px, 0.84vw, 16px);
  cursor: pointer;
  padding-bottom: clamp(15px, 1.05vw, 20px);
  min-width: clamp(100px, 9.46vw, 180px);
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  color: rgb(126, 126, 126);
}
.ul-flight-search-type label i {
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-flight-search-type label.active {
  font-weight: 700;
  opacity: 1;
}
.ul-flight-search-type input {
  width: clamp(15px, 0.95vw, 18px);
  accent-color: var(--ul-primary);
  aspect-ratio: 1/1;
  opacity: 0.5;
  display: none;
}
.ul-flight-search-type input:checked {
  opacity: 1;
}
.ul-flight-search-type input:checked + label {
  font-weight: 700;
  opacity: 1;
  color: var(--ul-primary);
  border-bottom: 1px solid var(--ul-primary);
}
.ul-flight-search-fields {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.79vw, 15px);
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  .ul-flight-search-fields {
    flex-wrap: wrap;
  }
}
.ul-flight-search-fields > * {
  flex-grow: 1;
}
.ul-flight-search-field {
  border: 1px solid rgb(208, 210, 221);
  padding: clamp(6px, 0.42vw, 8px) clamp(10px, 0.79vw, 15px);
  border-radius: 10px;
  position: relative;
  flex-grow: 1;
}
.ul-flight-search-fields-2 {
  display: flex;
  gap: clamp(15px, 1.05vw, 20px);
  align-items: flex-end;
  overflow: auto;
}
.ul-flight-search-field-2 {
  display: flex;
  flex-direction: column;
  flex: 14.2857142857%;
}
.ul-flight-search-field-2 label {
  font-size: 14px;
  font-weight: 600;
  color: rgb(126, 126, 126);
  display: inline-block;
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-flight-search-field-2 input,
.ul-flight-search-field-2 select,
.ul-flight-search-field-2 .ss-main {
  border: 1px solid rgba(29, 35, 31, 0.2);
  border-radius: 5px;
  height: clamp(44px, 2.63vw, 50px);
  padding: 0 clamp(10px, 0.79vw, 15px);
  outline: none;
}
.ul-flight-search-field-2 input .ss-single,
.ul-flight-search-field-2 select .ss-single,
.ul-flight-search-field-2 .ss-main .ss-single {
  margin-left: 0;
}
.ul-flight-search-field-2 input .ss-arrow,
.ul-flight-search-field-2 select .ss-arrow,
.ul-flight-search-field-2 .ss-main .ss-arrow {
  margin-right: 0;
}
.ul-flight-search-fromto {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.79vw, 15px);
}
@media screen and (max-width: 479px) {
  .ul-flight-search-fromto {
    flex-direction: column;
    align-items: stretch;
  }
}
.ul-flight-search-custom-select.active .ul-flight-search-selectables {
  display: block;
  opacity: 1;
  visibility: visible;
}
.ul-flight-search-selectables {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgb(208, 210, 221);
  border-radius: 10px;
  z-index: 10;
  overflow: hidden;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}
.ul-flight-search-selectable {
  cursor: pointer;
  border-bottom: 1px solid rgb(208, 210, 221);
}
.ul-flight-search-selectable:last-child {
  border-bottom: none;
}
.ul-flight-search-selectable:hover {
  background-color: #f6f7fb;
}
.ul-flight-search-selectable label {
  padding: clamp(6px, 0.42vw, 8px) clamp(10px, 0.79vw, 15px);
  width: 100%;
  cursor: pointer;
}
.ul-flight-search-selectable input {
  display: none;
}
.ul-flight-search-selectable input:checked + label {
  background-color: var(--ul-primary);
}
.ul-flight-search-selectable input:checked + label .ul-flight-search-value,
.ul-flight-search-selectable input:checked + label .ul-flight-search-sub {
  color: var(--white);
}
.ul-flight-search-dates {
  display: flex;
  padding: 0;
}
.ul-flight-search-dates > * {
  padding: clamp(6px, 0.42vw, 8px) clamp(10px, 0.79vw, 15px);
  width: 50%;
  position: relative;
}
.ul-flight-search-dates input[type=date] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.ul-flight-search-depart {
  border-right: 1px solid rgb(208, 210, 221);
}
.ul-flight-search-from, .ul-flight-search-to, .ul-flight-search-depart, .ul-flight-search-return, .ul-flight-search-traveler {
  display: flex;
  flex-direction: column;
}
.ul-flight-search-label {
  text-transform: uppercase;
  opacity: 0.8;
  font-size: clamp(14px, 0.79vw, 15px);
}
.ul-flight-search-value {
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 700;
  color: var(--ul-primary);
  display: block;
}
.ul-flight-search-sub {
  font-size: 14px;
  opacity: 0.7;
}
.ul-flight-search-switch {
  border: 1px solid rgb(208, 210, 221);
  background-color: #f6f7fb;
  width: clamp(36px, 2.36vw, 45px);
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) translateX(65%);
  right: 0;
  font-size: clamp(17px, 1.05vw, 20px);
  line-height: 0.7;
  padding-bottom: 4px;
}
@media screen and (max-width: 479px) {
  .ul-flight-search-switch {
    right: 50%;
    top: 100%;
    transform: translateY(-35%) translateX(50%);
  }
}
.ul-flight-search-btn {
  background-color: var(--ul-secondary);
  color: var(--white);
  border-radius: 5px;
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 500;
  min-width: 130px;
  padding: 0 20px;
  height: clamp(44px, 2.63vw, 50px);
  min-width: clamp(150px, 9.46vw, 180px);
}
.ul-flight-search-btn:hover {
  background-color: var(--ul-black);
}
.ul-flight-search-traveler .traveler-trigger {
  cursor: pointer;
  display: inline-block;
}
.ul-flight-search-traveler .traveler-dropdown {
  display: none;
  position: absolute;
  background: white;
  border-radius: 12px;
  border: 1px solid rgb(208, 210, 221);
  padding: 0;
  width: 300px;
  z-index: 1000;
  top: 100%;
  right: 0;
}
.ul-flight-search-traveler .traveler-dropdown.active {
  display: block;
}
.ul-flight-search-traveler .traveler-dropdown .traveler-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(6px, 0.42vw, 8px) clamp(10px, 0.79vw, 15px);
  border-bottom: 1px solid rgb(208, 210, 221);
}
.ul-flight-search-traveler .traveler-dropdown .traveler-row:last-of-type {
  border-bottom: none;
}
.ul-flight-search-traveler .traveler-dropdown .traveler-info {
  flex: 1;
}
.ul-flight-search-traveler .traveler-dropdown .traveler-info .traveler-label {
  color: var(--ul-primary);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.ul-flight-search-traveler .traveler-dropdown .traveler-info .traveler-sublabel {
  color: #999;
  font-size: 13px;
}
.ul-flight-search-traveler .traveler-dropdown .traveler-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ul-flight-search-traveler .traveler-dropdown .traveler-controls .btn-control {
  width: 32px;
  aspect-ratio: 1/1;
  padding-bottom: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.2s ease;
  line-height: 0.7;
}
.ul-flight-search-traveler .traveler-dropdown .traveler-controls .btn-control:hover {
  border-color: var(--ul-primary);
  color: var(--white);
  background: var(--ul-primary);
}
.ul-flight-search-traveler .traveler-dropdown .traveler-controls .btn-control:active {
  transform: scale(0.95);
}
.ul-flight-search-traveler .traveler-dropdown .traveler-controls .traveler-count {
  min-width: 20px;
  text-align: center;
  font-weight: 600;
  color: #1e3a5f;
  font-size: 15px;
}
.ul-flight-search-traveler .traveler-dropdown .class-section {
  padding: clamp(6px, 0.42vw, 8px) clamp(10px, 0.79vw, 15px);
}
.ul-flight-search-traveler .traveler-dropdown .class-section .class-label {
  color: #1e3a5f;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.ul-flight-search-traveler .traveler-dropdown .class-section .class-options {
  display: flex;
  gap: 24px;
}
.ul-flight-search-traveler .traveler-dropdown .class-section .class-options .class-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ul-flight-search-traveler .traveler-dropdown .class-section .class-options .class-option input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #1e3a5f;
}
.ul-flight-search-traveler .traveler-dropdown .class-section .class-options .class-option span {
  font-size: 14px;
  color: #333;
  user-select: none;
}
.ul-flight-search-traveler .traveler-dropdown .btn-done {
  background: var(--ul-primary);
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  color: var(--white);
  cursor: pointer;
  margin: clamp(10px, 0.79vw, 15px);
  display: block;
  margin-left: auto;
  margin-top: 24px;
  transition: all 0.2s ease;
  text-transform: capitalize;
}
.ul-flight-search-traveler .traveler-dropdown .btn-done:hover {
  background: var(--ul-black);
  transform: translateY(-1px);
}
.ul-flight-search-traveler .traveler-dropdown .btn-done:active {
  transform: translateY(0);
}

.ul-flight-search-sidebar {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  font-family: sans-serif;
  border: 1px solid rgba(29, 35, 31, 0.2);
}
.ul-flight-search-sidebar-title {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 700;
  margin-bottom: 0;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(29, 35, 31, 0.2);
}
.ul-flight-search-sidebar-section {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(29, 35, 31, 0.2);
}
.ul-flight-search-sidebar-section:last-child {
  border-bottom: none;
}
.ul-flight-search-sidebar-heading {
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.ul-flight-search-sidebar-checkbox {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.4rem 0;
  font-size: clamp(13px, 0.84vw, 16px);
  cursor: pointer;
}
.ul-flight-search-sidebar-checkbox img {
  width: 18px;
  height: 18px;
  display: none;
}
.ul-flight-search-sidebar-checkbox input {
  width: 14px;
  height: 14px;
  accent-color: var(--ul-primary);
}
.ul-flight-search-sidebar-more {
  color: var(--ul-primary);
  font-weight: 600;
  padding: 0;
  margin-left: auto;
  display: block;
}
.ul-flight-search-sidebar-more:hover {
  text-decoration: underline;
}
.ul-flight-search-sidebar-range-slider.noUi-horizontal {
  border: none;
  height: 4px;
  box-shadow: none;
  background-color: #dfdfdf;
}
.ul-flight-search-sidebar-range-slider .noUi-handle {
  width: 20px;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #f5a17d;
  border: 1px solid var(--ul-primary);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-35%);
  box-shadow: none;
}
.ul-flight-search-sidebar-range-slider .noUi-handle::before, .ul-flight-search-sidebar-range-slider .noUi-handle::after {
  content: none;
}
.ul-flight-search-sidebar-range-slider .noUi-connect {
  background-color: var(--ul-primary);
}
.ul-flight-search-sidebar-range-values {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.ul-flight-search-sidebar-range-values span {
  display: block;
}
.ul-flight-search-sidebar-tags {
  border: 1px solid rgba(29, 35, 31, 0.2);
  border-radius: 6px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: clamp(6px, 0.42vw, 8px) clamp(8px, 0.63vw, 12px);
  flex-wrap: wrap;
}
.ul-flight-search-sidebar-tags label {
  padding: 4px clamp(6px, 0.42vw, 8px);
  border-radius: 5px;
}
.ul-flight-search-sidebar-tags input {
  display: none;
}
.ul-flight-search-sidebar-tags input:checked + label {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-flight-search-results-header {
  background: var(--ul-black);
  color: #fff;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
}
.ul-flight-search-results-tabs {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}
.ul-flight-search-results-tab {
  flex: 1;
  display: flex;
  gap: 0.6rem;
  padding: 1rem;
  border: 1px solid rgba(29, 35, 31, 0.2);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.ul-flight-search-results-tab.active {
  border-color: var(--ul-secondary);
  background: #eef9ff;
}
.ul-flight-search-results-tab strong {
  font-size: 0.95rem;
  display: block;
}
.ul-flight-search-results-tab span {
  font-size: 0.8rem;
  opacity: 0.7;
}

.ul-flight-search-result {
  display: grid;
  grid-template-rows: max-content 0fr max-content;
  transition: 0.3s ease;
  margin-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-flight-search-result:last-child {
  margin-bottom: 0;
}
.ul-flight-search-result.active {
  grid-template-rows: max-content 1fr max-content;
}
.ul-flight-search-result.active .ul-flight-search-result-middle {
  padding: clamp(13px, 0.84vw, 16px);
}
.ul-flight-search-result-top {
  border-radius: 16px 16px 0 0;
  border: 1px solid rgba(29, 35, 31, 0.2);
  padding: clamp(13px, 0.84vw, 16px);
}
.ul-flight-search-result-header {
  display: flex;
  gap: 10px 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed rgba(29, 35, 31, 0.2);
  padding-bottom: clamp(7px, 0.53vw, 10px);
  flex-wrap: wrap;
}
.ul-flight-search-result-times {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
  text-align: center;
  flex-grow: 1;
  justify-content: space-around;
}
.ul-flight-search-result-times .time {
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 600;
  display: block;
}
.ul-flight-search-result-times .duration {
  font-size: 14px;
  color: var(--ul-p);
}
.ul-flight-search-result-times .duration .divider {
  height: 1px;
  width: 100%;
  min-width: 120px;
  background-color: var(--ul-primary);
  display: block;
  margin: 5px 0;
  position: relative;
}
.ul-flight-search-result-times .duration .divider::before, .ul-flight-search-result-times .duration .divider::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
  background-color: var(--ul-primary);
}
.ul-flight-search-result-times .duration .divider::after {
  right: 0;
  left: auto;
}
.ul-flight-search-result-right {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
@media screen and (max-width: 991px) {
  .ul-flight-search-result-right {
    margin: auto;
  }
}
.ul-flight-search-result-price {
  color: var(--ul-p);
}
.ul-flight-search-result-price .txt {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
}
.ul-flight-search-result-price .price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ul-flight-search-result-price .number {
  font-size: clamp(20px, 1.26vw, 24px);
  color: var(--ul-primary);
  font-weight: 600;
}
.ul-flight-search-result-fares-open {
  background-color: var(--ul-black);
  color: var(--white);
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 500;
}
.ul-flight-search-result-fares-open:hover {
  background-color: var(--ul-primary);
  cursor: pointer;
}
.ul-flight-search-result-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(13px, 0.79vw, 15px) 0 0;
}
.ul-flight-search-result-bottom span {
  font-size: 14px;
}
.ul-flight-search-result-bottom a {
  font-size: clamp(14px, 0.84vw, 16px);
  font-weight: 600;
  color: var(--ul-primary);
  text-decoration: underline;
}
.ul-flight-search-result-bottom a:hover {
  color: var(--ul-black);
}
.ul-flight-search-result-middle {
  border: solid rgb(208, 210, 221);
  border-width: 0 1px;
  padding: 0 clamp(13px, 0.84vw, 16px);
  background-color: #f5f5f5;
  display: grid;
  overflow: hidden;
  transition: 0.3s ease;
}
.ul-flight-search-result-middle .swiper {
  width: 100%;
}
.ul-flight-search-result-middle-title {
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 600;
}
.ul-flight-search-result-fare-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
}
.ul-flight-search-result-fare-card-header {
  margin-bottom: 16px;
}
.ul-flight-search-result-fare-card-title {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}
.ul-flight-search-result-fare-card-price-section {
  margin-bottom: 16px;
}
.ul-flight-search-result-fare-card-price {
  color: #1e1e5a;
  font-size: clamp(22px, 1.37vw, 26px);
  font-weight: 700;
  margin-bottom: 4px;
}
.ul-flight-search-result-fare-card-travelers {
  color: #666;
  font-size: 13px;
}
.ul-flight-search-result-fare-card-select-btn {
  width: auto;
  background: var(--ul-primary);
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}
.ul-flight-search-result-fare-card-select-btn:hover {
  background: var(--ul-black);
  transform: translateY(-1px);
}
.ul-flight-search-result-fare-card-select-btn:active {
  transform: translateY(0);
}
.ul-flight-search-result-fare-card-section {
  margin-bottom: 20px;
}
.ul-flight-search-result-fare-card-section:last-of-type {
  margin-bottom: 16px;
}
.ul-flight-search-result-fare-card-section-title {
  color: #1e1e5a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ul-flight-search-result-fare-card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.ul-flight-search-result-fare-card-item:last-child {
  margin-bottom: 0;
}
.ul-flight-search-result-fare-card-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.ul-flight-search-result-fare-card-text {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.ul-flight-search-result-fare-card-text strong {
  color: #1e1e5a;
  font-weight: 600;
}
.ul-flight-search-result-fare-card-view-more {
  color: #1e5a9e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}
.ul-flight-search-result-fare-card-view-more:hover {
  color: #0d4580;
  text-decoration: underline;
}
.ul-flight-search-result-footer {
  background-color: rgba(255, 77, 0, 0.0901960784);
  color: var(--ul-primary);
  padding: 6px clamp(10px, 0.79vw, 15px);
  text-align: center;
  border-radius: 0 0 16px 16px;
}
.ul-flight-search-result-footer p {
  margin-bottom: 0;
}

.ul-login {
  background-color: var(--white);
  box-shadow: 0px 4px 120px 60px rgba(0, 180, 221, 0.1);
  padding: clamp(30px, 2.1vw, 40px) clamp(20px, 3.15vw, 60px);
  border-radius: 20px;
  width: 575px;
  max-width: calc(100% - 30px);
  margin: clamp(60px, 4.2vw, 80px) auto;
}
.ul-login .heading {
  margin-bottom: clamp(25px, 1.58vw, 30px);
}
.ul-login__title {
  font-size: clamp(24px, 1.58vw, 30px);
  font-weight: 700;
  margin-bottom: 10px;
}
.ul-login__subtitle {
  font-size: 18px;
  color: var(--ul-p);
  font-weight: 400;
}
.ul-login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.ul-login-form__submit-btn {
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--ul-primary);
  color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-login-form__submit-btn {
    height: 46px;
  }
}
.ul-login-form__submit-btn:hover {
  background-color: var(--black);
}
.ul-login .field-container {
  border: 1px solid #d9d9d9;
  height: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 clamp(15px, 1.05vw, 20px);
}
@media screen and (max-width: 479px) {
  .ul-login .field-container {
    padding: 0 12px;
    gap: 10px;
  }
}
.ul-login .field-container input {
  background-color: transparent;
  align-self: stretch;
  padding: 0;
  width: 100%;
  outline: none;
  border: none;
}
.ul-login .field-container input::placeholder {
  color: var(--ul-p);
}
.ul-login .field-container i {
  color: var(--ul-p);
}
.ul-login .sub-actions {
  font-size: 14px;
  color: var(--ul-p);
}
.ul-login .sub-actions button {
  color: var(--ul-primary);
}
.ul-login .sub-actions button:hover {
  color: var(--black);
}
.ul-login .register-direction {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.ul-login .register-direction a {
  color: var(--ul-primary);
}

.other-login-options__title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.other-login-options__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.other-login-options__title span {
  background-color: var(--white);
  padding: 0 15px;
}
.other-login-options .options {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 20px;
}
.other-login-options .options button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.other-login-options .options button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.tt-reset-password-succes .icon {
  font-size: 90px;
  display: inline-block;
  margin-bottom: -20px;
  color: #20BF55;
}

.main-btn {
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--ul-primary);
  color: var(--white);
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .main-btn {
    height: 46px;
  }
}
.main-btn:hover {
  background-color: var(--black);
  color: var(--white);
}/*# sourceMappingURL=style.css.map */