*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul.list_type {
  margin-top: 0;
  list-style-type: disc;
  padding-left: 30px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 767.98px) {
  .container-md-none {
    max-width: none;
  }
}

.container_min {
  max-width: 590px;
}

body, html {
  font-family: "Public Sans", sans-serif;
  color: #06273F;
  font-size: 20px;
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-6,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-12,
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
}

.row-dop {
  margin-left: -12px;
  margin-right: -12px;
}

.col-dop {
  padding-left: 12px;
  padding-right: 12px;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.order-1 {
  order: 1;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-12 {
    width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
  .text-md-end {
    text-align: right;
  }
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1E1E1E;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1E1E1E;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

h1, .h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 574.98px) {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 28px;
  line-height: 142.857%;
  letter-spacing: -0.28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 574.98px) {
  h3, .h3 {
    font-size: 20px;
  }
}

.text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .text {
    font-size: 18px;
  }
}
@media (max-width: 576.98px) {
  .text {
    font-size: 16px;
  }
}

.text-min {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .text-min {
    font-size: 14px;
  }
}

.text-extra-min {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .text-extra-min {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .text-extra-min {
    font-size: 13px;
  }
}

a {
  color: #06273F;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #0d4369;
}

.color_white {
  color: #ffffff;
}

.color_green {
  color: #009444;
}

.bg-white {
  background-color: #ffffff;
}

.w-100 {
  width: 100%;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.space_56 {
  margin-bottom: 56px;
}
@media (max-width: 991.98px) {
  .space_56 {
    margin-bottom: 32px;
  }
}

.text-underline {
  text-decoration: underline;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .mb-32 {
    margin-bottom: 16px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.navbar-dop {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767.98px) {
  .navbar-dop {
    padding-bottom: 5px;
  }
}

.nav_block {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .nav_block {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .wrapper_logo {
    display: inline-block;
    margin-bottom: 16px;
  }
}

.logo-with-text {
  display: flex;
  align-items: center;
}

.logo-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-left: 12px;
}

@media (max-width: 767.98px) {
  .logo-text {
    font-size: 16px;
    margin-left: 8px;
  }
}

.navbar-nav {
  display: flex;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 10px;
    gap: 24px;
  }
}
.navbar-nav .nav-item .nav-link {
  color: #06273F;
  font-size: 20px;
  line-height: 160%;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  color: #009444;
}

@media (max-width: 767.98px) {
  .logo_header {
    max-width: 180px;
  }
}

.bg_light_gray {
  background: #E6EFE5;
  overflow: hidden;
}

.section_top {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 991.98px) {
  .section_top {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .section_top {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

.wrapper_sb_cs {
  padding-top: 55px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .wrapper_sb_cs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.solution_block {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .solution_block {
    padding-bottom: 40px;
  }
}

.line_s {
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: 1px solid #ADB8C0;
}

.green_block {
  display: flex;
  border-radius: 16px;
  background: #009444;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .green_block {
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.green_block_left {
  width: 50%;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .green_block_left {
    padding: 20px 14px;
  }
}
@media (max-width: 767.98px) {
  .green_block_left {
    width: 100%;
    order: 1;
    padding: 20px 10px 20px 13px;
  }
}

.green_block_right {
  width: 50%;
  padding: 20px 40px 20px;
  background-color: #01813B;
  text-align: center;
  border-radius: 0px 16px 16px 0px;
  min-height: 408px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .green_block_right {
    padding: 20px 30px 0px;
    min-height: 430px;
  }
}
@media (max-width: 767.98px) {
  .green_block_right {
    width: 100%;
    padding: 0px;
    min-height: 300px;
    border-radius: 16px 16px;
  }
}
@media (max-width: 575.98px) {
  .green_block_right {
    min-height: 240px;
  }
}
.green_block_right_full {
  width: 100%;
  border-radius: 16px;
}

.section_tour_business {
  padding-top: 36px;
  padding-bottom: 90px;
  background-color: #06273F;
}
@media (max-width: 767.98px) {
  .section_tour_business {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section_about {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section_about {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.line_about {
  padding-bottom: 56px;
  border-bottom: 1px solid #9CADAE;
  margin-bottom: 16px;
}
.line_about:last-child {
  padding-bottom: 0;
  border: none;
}

.inner_line_about {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #9CADAE;
}
.inner_line_about:last-child {
  border: none;
}

.services_block {
  padding-bottom: 48px;
}
@media (max-width: 767.98px) {
  .services_block {
    padding-bottom: 20px;
  }
}

.item_services {
  padding-top: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #9CADAE;
}
.item_services:last-child {
  border: none;
}

.form-block {
  width: 486px;
  height: 560px;
  padding: 24px;
  border-radius: 16px;
}

.form-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-field {
  height: 48px;
  width: 100%;
  background-color: #F5f5f5;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  padding: 8px 16px;
  color: #06273F;
  transition: border-color 0.3s ease;
}

.input-field::placeholder {
  color: #728491;
}

.input-field:focus {
  color: #06273F;
  outline: none;
  border-color: #9CADAE;
}

textarea.input-field {
  height: auto;
  font-family: "Public Sans", sans-serif;
  color: #06273F;
  /* min-height: 120px; */
  resize: vertical;
}

textarea.input-field::placeholder {
  color: #728491;
}

textarea.input-field:focus {
  color: #06273F;
}

.text-back {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
}
.text-back rect,
.text-back path {
  fill: #06273F;
}
.text-back:hover rect,
.text-back:hover path {
  fill: #0d4369;
}

.section_single {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_single_content {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section_single_content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.single_green_block {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .single_green_block {
    padding-bottom: 30px;
  }
}

.big_img {
  display: block;
  height: 384px;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .big_img {
    height: 256px;
    margin-bottom: 24px;
  }
}

.section_blog_top {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .section_blog_top {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.section_blog_content {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .section_blog_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.blog-content .text {
  font-size: 20px;
  line-height: 1.2;
}

.item_stories {
  display: inline-block;
  padding-bottom: 20px;
}
.item_stories:hover .item_stories_img:before {
  background-color: rgba(3, 7, 18, 0.2);
  opacity: 1;
}

.item_stories_img {
  height: 256px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-image: url("../img/jpg/guides/blog_img_1.jpg");
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
}
.item_stories_img:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 16px;
  transition: all 0.3s;
}

.text-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.text-line-clamp-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.card-body {
  display: flex;
  flex-direction: column;
}

.card-body-bottom {
  position: absolute;
  bottom: 0;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 64px;
  border: 2px solid transparent;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 18px;
  }
}
.btn_green {
  border-color: #009444;
  background-color: #009444;
}
.btn_green:hover {
  border-color: #009444;
  background: #ffffff;
  color: #009444;
}
.btn_transparent {
  border-color: #06273F;
  background-color: transparent;
  color: #06273F;
}
.btn_transparent:hover {
  border-color: #06273F;
  background: #06273F;
  color: #ffffff;
}
.btn_black {
  border-color: #06273F;
  background-color: #06273F;
  color: #fff;
}
.btn_black:hover {
  border-color: #06273F;
  background: #fff;
  color: #06273F;
}
@media (min-width: 768px) {
  .btn_big {
    height: 80px;
  }
}

@media (min-width: 768px) {
  .wrapper_btns {
    display: flex;
    gap: 8px;
  }
}

.footer {
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: #06273F;
  border-top: 1px solid #82939F;
}

.wrapper-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .wrapper-copyright {
    padding-top: 20px;
  }
}

.copyright {
  font-size: 16px;
  line-height: 150%;
}

.copyright a {
  color: #ffffff;
}

.copyright a:hover {
  color: #009444;
}

.social_links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .social_links {
    gap: 8px;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 300;
  opacity: 0.8;
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top .navigate {
  width: 40px;
  transform: rotate(180deg);
}

/* category filters styling */
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .category-filters {
    display: none;
  }
}

.category-filter {
  background: #f9f6fa;
  color: #7d3bb7;
  border: none;
  border-radius: 32px;
  padding: 8px 24px;
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.category-filter:not(.active) {
  color: #06273F;
}
.category-filter.active {
  color: #b05bb7;
  background: #f9f6fa;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(176,91,183,0.04);
}
.category-filter:hover {
  background: #f1eaf7;
  color: #b05bb7;
}

/* ota card styles */
.ota-card {
  border-radius: 16px;
  padding: 24px;
  height: 160px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ota-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

/* ota logo image in card */
.ota-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: contain;
  position: absolute;
  top: 24px;
  left: 24px;
}

/* ota name styling */
.ota-card .h3 {
  margin-left: 56px;
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.4;
}

/* category tag on cards when showing all otas */
.ota-category-tag {
  font-size: 14px;
  color: #7d3bb7;
  font-weight: 500;
  background-color: #f9f6fa;
  padding: 4px 12px;
  border-radius: 4px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  max-width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ota card link styling */
.ota-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}

.ota-card-link:hover {
  transform: translateY(-4px);
  color: inherit;
}

.ota-card-link:hover .ota-card {
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

@media (max-width: 767.98px) {
  .ota-card {
    height: 140px;
    padding: 16px;
  }
  
  .ota-logo-img {
    width: 32px;
    height: 32px;
    top: 16px;
    left: 16px;
  }
  
  .ota-card .h3 {
    margin-left: 44px;
    font-size: 18px;
  }
  
  .ota-category-tag {
    bottom: 16px;
    right: 16px;
    font-size: 12px;
    padding: 3px 10px;
  }
}

/* Directory grid spacing */
.directory-grid {
  gap: 24px 0;
}

/* ota card badge (for stats, e.g. 12m) */
.ota-card-badge {
  margin-left: auto;
  color: #bfa14a;
  font-size: 16px;
  font-weight: 700;
}

/* search bar font size */
.search-bar {
  font-size: 20px;
}

/* show all button styling */
.show-all-btn {
  background-color: #06273F;
  color: #ffffff;
}

.show-all-btn.active {
  background-color: #06273F;
  color: #ffffff;
}

.show-all-btn:hover {
  background-color: #0d4369;
  color: #ffffff;
}

/* about */

.about-content {
  margin-top: 24px;
  margin-bottom: 48px;
}

.about-content p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.about-content h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 600;
}

.about-content ul {
  margin-bottom: 24px;
  padding-left: 24px;
}

.about-content li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.about-content a {
  color: #007BFF;
  text-decoration: none;
}

.about-content a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .about-content {
    padding: 0 12px;
  }
  
  /* fix for nav positioning on mobile */
  .nav_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .wrapper_logo {
    margin-bottom: 0;
  }
}

/* popup */

.ota-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.ota-modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 0;
  border-radius: 16px;
  width: 90%;
  max-width: 550px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

.modal-close:hover {
  color: #06273F;
}

.modal-body {
  padding: 32px;
}

.modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.modal-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
  margin-right: 16px;
}

.modal-title {
  margin: 0;
  font-size: 24px;
}

.modal-description {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.6;
}

.modal-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.modal-since {
  color: #4a91bf;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  margin-left: 4px;
}

.modal-website-btn {
  display: inline-block;
  min-width: 200px;
}

@media (max-width: 767.98px) {
  .ota-modal-content {
    margin: 20% auto;
    width: 95%;
  }
  
  .modal-body {
    padding: 24px;
  }
  
  .modal-logo {
    width: 48px;
    height: 48px;
  }
  
  .modal-title {
    font-size: 20px;
  }
  
  .modal-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

/* ota since tag styling */
.ota-since-tag {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 14px;
  color: #4a91bf;
  font-weight: 600;
  background-color: rgba(74, 145, 191, 0.1);
  padding: 4px 12px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .ota-since-tag {
    top: 16px;
    right: 16px;
    font-size: 12px;
    padding: 3px 10px;
  }
}

/* search clear button */
.search-clear-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #728491;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.search-clear-btn:hover {
  color: #06273F;
  background-color: rgba(0, 0, 0, 0.05);
}

/* name wrangler specific styles */

/* inline header layout */
.header-inline {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 8px;
}

.header-description {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .header-inline {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 6px;
    }
    
    .header-description {
        font-size: 14px !important;
    }
}

/* copy notification */
.copy-notification {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #009444;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.copy-notification.show {
    opacity: 1;
}

/* minimal navbar spacing */
.navbar-dop {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media (max-width: 767.98px) {
    .navbar-dop {
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }
}

/* remove all padding from section_top for maximum above-the-fold content */
.section_top {
    padding-top: 0;
    padding-bottom: 0;
}

/* make h1 smaller and more compact */
h1, .h1 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    h1, .h1 {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 22px;
    }
}

/* make description text smaller and reduce margin */
.section_top .text {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 16px !important;
}

@media (max-width: 767.98px) {
    .section_top .text {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }
}

/* smaller toggle switch styling */
.toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
    background: #ADB8C0;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin: 0 8px;
    flex-shrink: 0;
}

.toggle-switch.active {
    background: #009444;
}

.toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle-switch.active .toggle-slider {
    transform: translateX(20px);
}

/* inline mode toggle layout */
.mode-toggle-inline {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-top: 12px;
}

.mode-text {
    color: #009444;
    min-width: 50px;
    font-weight: 600;
}

.mode-description {
    color: #728491;
    font-style: italic;
    flex: 1;
}

/* larger text area customizations */
.input-list-area,
.output-list-area {
    min-height: 350px;
    font-family: 'Courier New', Consolas, monospace;
    resize: vertical;
}

.output-list-area {
    background: #f8f9fa;
    cursor: pointer;
}

.output-list-area:hover {
    background: #e9ecef;
}

/* responsive adjustments */
@media (max-width: 767.98px) {
    .mode-toggle-inline {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .mode-description {
        width: 100%;
        margin-top: 4px;
    }
    
    .toggle-switch {
        margin: 0 4px;
    }
}
