  body {
      font-family: 'Urbanist', sans-serif !important;
  }

  h1,
  h2,
  h3 {
      font-family: 'Barlow Semi Condensed', sans-serif !important;
      font-weight: bolder !important;
  }

  p {
      font-family: 'Hanken Grotesk', sans-serif !important;
      font-weight: bold !important;
  }

  @media (min-width: 1300px) {

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl {
          max-width: 85vw !important;
      }
  }


  .agent-tag {
      background: rgba(255, 255, 255, 0.25) !important;
      backdrop-filter: blur(10px) !important;
      border-radius: 8px !important;
      /* overflow: hidden; */
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  }

  .property-img::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      /* controls how much gradient covers */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }

  @media (min-width: 306px) and (max-width: 767.98px) {
      .custom-width-sm {
          width: 100%;
          display: flex;
          justify-content: center;
      }

      .mobile-margin {
          margin: 0;
      }

      .mobile-icon {
          margin-bottom: 7px;
      }

      .rld-main-search {
          height: 320px !important;
          margin-top: 20px;
          margin-bottom: 20px !important;
      }
  }

  .select-icon-wrapper {
      position: relative;
      display: flex;
      align-items: center;
  }

  .select-icon-wrapper .fa {
      position: absolute;
      left: 14px;
      color: #0A2F4D;
      pointer-events: none;
      z-index: 2;
  }

  .select-icon-wrapper .fas {
      position: absolute;
      left: 14px;
      color: #0A2F4D;
      pointer-events: none;
      z-index: 2;
  }

  .select-icon-wrapper select {
      padding-left: 2rem !important;
      /* space for icon */
      appearance: none;
      /* keep custom styles */
      background-position: right 1rem center;
      background-repeat: no-repeat;
      background-size: 12px;
  }

  .list {
      max-height: 300px;
      overflow: auto !important;
      width: 100%;
  }


  .multiselect-container {
      position: relative;
      width: auto;
      max-width: 180px;
  }

  @media only screen and (max-width: 450px) {
      .multiselect-container {
          max-width: 100%;
          width: 100%;
      }
  }

  .multiselect-button {
      width: 100%;
      padding: 8px 12px;
      background-color: white;
      border-radius: 4px;
      text-align: left;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .multiselect-tags {
      display: flex;
      flex-direction: column;
      gap: 6px;
      flex-wrap: wrap;
      align-items: center;
      flex: 1;
  }

  .tag {
      background-color: #0A2F4D;
      color: white;
      padding: 3px 8px;
      border-radius: 3px;
      font-size: 12px;
      display: inline-flex;
      align-items: center;
      gap: 4px;
  }

  .tag-close {
      cursor: pointer;
      font-weight: bold;
  }

  .dropdown-menu-custom {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border-radius: 4px;
      margin-top: 4px;
      max-height: 300px;
      overflow-y: auto;
      z-index: 1000;
      display: none;
  }

  .dropdown-menu-custom.show {
      display: block;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .dropdown-item {
      padding: 8px 10px;
      cursor: pointer;
      margin: 0px;
      display: flex;
      color: #333 !important;
      align-items: center;
      background-color: white;
  }
 .dropdown-item.selected {

      color: #fff !important;

  }
  .dropdown-item.active {

      color: #fff !important;

  }

  .dropdown-item:last-child {
      border-bottom: none;
  }

  .dropdown-item:hover {
      background-color: #f9f9f9;
  }

  .dropdown-item.selected {
      background-color: #0A2F4D;
      color: white;
  }

  .dropdown-item input[type="checkbox"] {
      cursor: pointer;
  }

  .dropdown-item.header {
      background-color: #0A2F4D;
      color: white;
      font-weight: 500;
      cursor: default;
  }

  .dropdown-item.header:hover {
      background-color: #0A2F4D;
  }

  .arrow {
      font-size: 12px;
      transition: transform 0.2s;
  }

  .arrow.open {
      transform: rotate(180deg);
  }


  .flag-icon {
      width: 20px;
      height: 15px;
      margin-right: 8px;
      border-radius: 2px;
  }

  .flag-img {
      width: 20px;
      height: 15px;
      margin-right: 8px;
      border-radius: 2px;
      object-fit: cover;
  }

  .property-card {
      height: 100%;
      width: 100% !important;
      /* width: 320px; */
      /* flex: 1; */
      background: white;
      /* border-radius: 8px; */
      overflow: hidden;
      padding: 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .property-image {
      position: relative;
      width: 100%;
      height: 220px;
      overflow: hidden;
  }

  .property-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .property-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      /* background: #0A2F4D; */
      letter-spacing: 2px;
      color: white;
      padding: 6px 14px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 500;

      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
      border-radius: 8px;
      /* overflow: hidden; */
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

  }


  .property-exclusive {
      /* position: absolute;
      top: 12px;
      right: 0; */
      position: absolute;
      top: -16px;
      left: 0;
  }

  .property-body {
      padding: 12px;
      height: calc(100% - 220px);
      display: flex;
      flex-direction: column;
      align-items: space-between;
      justify-content: space-between;
  }

  .property-id {
      color: #0A2F4D;
      font-size: 18px;
      font-weight: 900;
      display: flex;
      align-items: center;
  }

  .property-views {
      color: #0A2F4D;
      font-size: 18px;
      display: flex;
      align-items: center;
      gap: 4px;
  }

  .property-title {
      font-size: 16px;
      font-weight: 600;
      color: #666;
      line-height: 1.3;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .property-location {
      color: #666;
      font-size: 13px;
      padding: 0 !important;
      border: none !important;
      box-shadow: none !important;
      gap: 4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .info-img {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .property-features {
      display: flex;
      gap: 12px;
      font-size: 13px;
      color: #666;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .property-feature {
      display: flex;
      align-items: center;
      gap: 6px;
  }

  .property-price {
      font-size: 24px;
      font-weight: 700;
      color: #666;
  }

  .form-group {
      margin-bottom: 25px;
  }

  .form-group label {
      display: block;
      font-weight: 600;
      margin-bottom: 8px;
      color: #333;
      font-size: 13px;
  }

  .form-group input,
  .form-group textarea {
      width: 100%;
      padding: 12px 15px;
      border: 1px solid #e0e0e0;
      border-radius: 4px;
      font-size: 14px;
      font-family: inherit;
      transition: border-color 0.3s;
  }

  .form-group input:focus,
  .form-group textarea:focus {
      outline: none;
      border-color: #333;
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  }

  .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
  }

  textarea {
      resize: vertical;
      min-height: 120px;
  }

  .form-check {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
  }

  .form-check input {
      width: 18px;
      height: 18px;
      margin-top: 3px;
      margin-right: 10px;
      cursor: pointer;
      flex-shrink: 0;
  }

  .form-check label {
      margin: 0;
      font-weight: 400;
      font-size: 13px;
      color: #666;
      cursor: pointer;
  }

  .form-check a {
      color: #333;
      text-decoration: none;
      border-bottom: 1px solid #333;
  }

  .form-check a:hover {
      color: #0A2F4D;
  }

  .btn-submit {
      background: white;
      color: #000;
      border: 2px solid #0A2F4D;
      padding: 12px 30px;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.5px;
      cursor: pointer;
      transition: all 0.3s;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
  }

  .btn-submit:hover {
      background: #0A2F4D;
      color: white;
  }


  /* Custom Popup Styles */
  .leaflet-popup-content-wrapper {
      border-radius: 16px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
      overflow: hidden;
      padding: 0;
      background: white;
  }

  .leaflet-popup-content {
      margin: 0;
      padding: 0;
      /* width: 320px ; */
  }

  .leaflet-popup-tip-container {
      display: none;
  }

  .leaflet-control-layers-selector[type="radio"] {
      width: 18px;
      height: 18px;
      cursor: pointer;
  }

  /* Change color or border of radios */
  .leaflet-control-layers-selector[type="radio"]:checked {
      background-color: #0a302e;
      border-radius: 50%;
  }

  /* Style the labels */
  .leaflet-control-layers label {
      font-size: 14px;
      color: #0a302e;
      padding-left: 4px;
  }

  /* Optional: change the control background */
  .leaflet-control-layers {
      background: rgba(255, 255, 255, 0.95);
      border-radius: 8px;
      padding: 6px 10px;
  }


  .section-container {
      /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(30, 30, 30, 0.9) 100%); */
      min-height: 900px;
      height: 100%;
      padding: 100px 0;
      width: 100%;
      position: relative;
  }

  .section-container::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      /* height: 300px; */
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="1200" height="400" fill="url(%23grid)"/></svg>');
      z-index: 0;
  }

  .content-wrapper {
      position: relative;
      z-index: 1;
  }

  .section-title {
      border: none;
      font-size: 3.5rem;
      font-weight: 700;
      /* margin-bottom: 15px; */
      letter-spacing: 2px;
      padding: 0;
  }

  .section-title::before {
      display: none;
  }

  .divider {
      width: 100px;
      height: 3px;
      background-color: #0A2F4D;
      /* margin-bottom: 30px; */
      margin-bottom: 10px;
  }

  .section-subtitle {
      font-size: 1rem;
      color: #b0b0b0;
      margin-bottom: 50px;
      line-height: 1.6;
  }

  .districts-section h3 {
      font-size: 1.75rem;
      font-weight: 600;
      margin-bottom: 20px;
      margin-top: 40px;
  }

  .districts-desc {
      font-size: 0.95rem;
      color: #0A2F4D;
      margin-bottom: 35px;
      line-height: 1.6;
  }

  .districts-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 40px;
  }

  .district-box {
      background-color: rgba(9, 133, 174, 0.2);
      border-left: 4px solid #0A2F4D;
      padding: 18px 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 1rem;
      font-weight: 500;
  }

  .district-box:hover {
      background-color: rgba(9, 133, 174, 0.4);
      transform: translateX(5px);
  }

  .cta-button {
      display: inline-flex;
      align-items: center;
      border: 2px solid #0A2F4D;
      color: #0A2F4D;
      padding: 14px 30px;
      font-size: 0.95rem;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      gap: 10px;
  }

  .cta-button:hover {
      text-decoration: none;
      background-color: #0A2F4D;
      color: white;
  }

  .map-container {
      display: inline-block;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
  }

  .map-container svg {
      overflow: visible;
      /* prevents cutting */
  }

  .albania-map {
      width: 100%;
      max-width: 400px;
      filter: drop-shadow(0 0 30px rgba(9, 133, 174, 0.1));
  }

  path:hover {
      fill: #0A2F4D;
  }

  @media (max-width: 768px) {

      .section-container {
          min-height: 200vh;
      }

      .section-title {
          font-size: 2.5rem;
      }

      .districts-grid {
          grid-template-columns: 1fr;
      }

      .map-container {
          margin-top: 20px;
      }
  }

  .hero-section {
      min-height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: linear-gradient(135deg, #0A2F4D 0%, #303441 100%);
      position: relative;
      overflow: hidden;
  }

  .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: repeating-linear-gradient(90deg,
              transparent,
              transparent 2px,
              rgba(9, 134, 174, 0.03) 2px,
              rgba(9, 134, 174, 0.03) 4px);
      pointer-events: none;
  }

  .hero-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
  }

  h1 {
      font-size: 3.5rem;
      font-weight: 900;
      line-height: 1.1;
      margin-bottom: 2rem;
      letter-spacing: 2px;
      color: white;
  }

  .btn-explore {
      display: inline-block;
      border: 2px solid white;
      padding: 12px 24px;
      color: white;
      text-decoration: none;
      transition: all 0.3s ease;
      font-weight: 600;
      width: fit-content;
      z-index: 30;
  }

  .btn-explore:hover {
      background: white;
      color: #0A2F4D;
  }

  .cities-container {
      position: relative;
  }

  .glide {
      overflow: hidden;
  }

  .glide__slide {
      /* height: 300px; */
      width: 400px;
      position: relative;
      overflow: visible;
      border-radius: 8px;
  }

  .city-card {
      width: 100%;
      height: 100%;
      background-size: cover;
      color: white;
      background-position: center;
      position: relative;
      display: flex;
      align-items: flex-end;
      padding: 2rem;
  }

  .city-card::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      z-index: 1;
  }

  .city-info {
      position: relative;
      z-index: 2;
  }

  .city-count {
      font-size: 2.5rem;
      font-weight: 900;
      margin-bottom: 0.5rem;
  }

  .city-name {
      font-size: 1.5rem;
      font-weight: 600;
  }

  @media (max-width: 768px) {
      h1 {
          font-size: 2.5rem;
      }

      .glide__slide {
          height: 250px;
      }
  }

  .agents-grid {
      height: 400px;
  }

  .btn-group-custom {
      display: inline-flex;
      gap: 0;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .btn-custom {
      background: transparent;
      color: white;
      border: none;
      padding: 14px 28px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      position: relative;
      flex: 1;
      text-align: center;
      white-space: nowrap;
      min-width: 0;
  }

  @media (min-width: 768px) {
      .btn-custom {
          min-width: 160px;
      }
  }

  @media (max-width: 767px) {
      .btn-custom {
          padding: 12px 16px;
          font-size: 14px;
      }
  }

  .btn-custom:last-child {
      border-right: none;
  }

  .btn-custom:hover,
  .btn-custom.active {
      background: #0A2F4D;
      color: white;
  }


  .testimonials-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 0;
  }

  .testimonials-container {
      max-width: 1400px;
      margin: 0 auto;
      width: 100%;
  }

  .testimonial-image {
      height: 600px;
      background: transparent;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
  }

  .testimonial-image svg {
      width: 100%;
      height: 100%;
      opacity: 0.3;
  }

  .testimonials-content {
      padding: 0 40px;
      display: flex;
      align-items: center;
      height: 600px;
      justify-content: space-between;
      flex-direction: column;
  }

  .section-title {
      font-size: 48px;
      font-weight: 700;
      color: #0A2F4D;
      margin-bottom: 30px;
  }

  .quote-mark {
      font-size: 60px;
      color: #0A2F4D;
      margin-bottom: 15px;
  }

  .testimonial-text {
      font-size: 16px;
      line-height: 1.8;
      color: #333;
      margin-bottom: 20px;
      font-weight: 500;
      max-height: 400px;
      overflow-y: auto;
      overflow-x: hidden;
  }

  .testimonial-author {
      color: #999;
      font-size: 13px;
  }

  /* Glide Tabs Navigation */
  .testimonial_glide {
      margin: 0;
  }

  .testimonial_glide__wrapper {
      margin: 0;
  }

  .testimonial_glide__track {
      overflow: visible;
  }

  .testimonial_glide__slides {
      display: flex;
      gap: 0;
      list-style: none;
      margin: 0;
      padding: 0;
  }

  .testimonial_glide__slide {
      flex: 1;
      min-width: auto;
      padding: 0 15px;
      border-bottom: 3px solid #ddd;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
      color: #999;
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
  }

  .testimonial_glide__slide:hover {
      color: #666;
  }

  .testimonial_glide__slide.testimonial_glide__slide--active {
      border-bottom-color: #0A2F4D;
      color: #333;
  }

  /* Content Display */
  .testimonial-content-wrapper {
      display: none;
      animation: fadeIn 0.3s ease;
  }

  .testimonial-content-wrapper.active {
      display: block;
  }

  @keyframes fadeIn {
      from {
          opacity: 0;
      }

      to {
          opacity: 1;
      }
  }

  @media (max-width: 768px) {
      .testimonials-section {
          padding: 40px;
      }

      .section-title {
          font-size: 32px;
      }

      .testimonials-content {
          padding: 30px 0;
          /* height: 300px; */
      }

      .testimonial-image {
          height: 300px;
          /* margin-bottom: 30px; */
      }

      .testimonial-text {
          font-size: 14px;
          max-height: 200px;

      }

      .testimonial_glide__slide {
          font-size: 11px;
          height: 50px;
          padding: 0 10px;
      }
  }

  @media (max-width: 768px) {
      .mobile-padding {
          padding: 15px !important;
      }
  }

  .sticky.bg-transparent {
      /* This is the new logo image */
      background-color: white !important;
  }



  .parallax-searchs.home15.thome-6::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
      pointer-events: none;
  }

  .mm-panels>.mm-panel {
      background-color: #232733;
  }

  .mm-navbar {
      background-color: #232733 !important;
  }

  .hamburger {
      left: 10px;
  }

  .mmenu-trigger {
      height: 45px;
  }


  .agent-certified {
      display: flex;
      align-items: start;
      justify-content: center;
       /* horizontally centered, aligned to top */

  }

  @media (max-width: 768px) {
      .agent-certified {
          width: 100%;
      }
  }

  @media (min-width: 1300px) {
  .col-xl-between {
    flex: 0 0 auto;
    width: 50%; /* for example */
  }
}


