@charset "UTF-8";
/*!
 * b5st since v1.0 | Unicence
 * Theme-specific styles (Bootstrap loaded separately)
 * Import variables first to make them available globally
 */
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.form-control {
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .swiper-button-prev, .btn-group-sm > .swiper-button-next, .btn-group-sm > #skip-to-content {
  --bs-btn-padding-y: .75rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.25rem;
  }
}
h1, h2, h3 {
  line-height: 1.2;
}

/*!
 * b5st since v1.0 | Unicence
 * Theme-specific styles (Bootstrap loaded separately)
 * Import variables first to make them available globally
 */
/*
 * Navbar Styles
 * =============
 * Styles for navigation bar components including custom logo
 */
.navbar-logo {
  height: auto;
  width: 180px;
  max-width: 200px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar-logo {
    height: auto;
    width: 220px;
    max-width: 240px;
  }
}

.navbar {
  background-color: #ffffff;
  position: sticky;
  border-bottom: 1px solid #e4e4e4;
  z-index: 9999;
}
.navbar .nav-item {
  position: relative;
}
.navbar .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
  text-transform: uppercase;
  color: #51585d;
}
.navbar .nav-item .nav-link:hover {
  color: #e39635;
}
.navbar .nav-item.active .nav-link {
  color: #e39635;
}
.navbar .nav-item.menu-item-has-children .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  z-index: 9999;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-top: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
.navbar .nav-item.menu-item-has-children .dropdown-menu a {
  color: #0B1139;
  padding-block: 0.5rem;
}
.navbar .nav-item.menu-item-has-children:hover .dropdown-menu {
  display: block;
}
.navbar .nav-item.menu-item-has-children:hover .dropdown-menu a:hover {
  color: #e39635;
}
@media (min-width: 992px) {
  .navbar.scrolled .navbar-brand img {
    width: 100px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .navbar.scrolled .navbar-brand img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .navbar.scrolled .nav-item .nav-link:hover {
    color: #0B1139;
  }
  .navbar.scrolled .nav-item .nav-link:hover::after {
    width: 100%;
    background-color: #0B1139;
  }
  .navbar.scrolled .nav-item .nav-link::after {
    background-color: #0B1139;
  }
  .navbar.scrolled .nav-item.active .nav-link {
    color: #0B1139;
  }
  .navbar.scrolled .nav-item.active .nav-link::after {
    width: 100%;
    background-color: #0B1139;
  }
}
@media (max-width: 991px) {
  .navbar.scrolled {
    background-color: #000000 !important;
  }
  .navbar.scrolled .navbar-brand img {
    width: 100px;
  }
  .navbar.scrolled .navbar-toggler {
    border-color: #ffffff;
  }
  .navbar.bg-transparent {
    background-color: transparent !important;
  }
  .navbar.bg-transparent .navbar-brand img {
    filter: none;
    width: 100px;
  }
  .navbar.bg-transparent .navbar-toggler {
    border-color: #fff;
  }
  .navbar.bg-transparent .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
.navbar .social-media-links {
  gap: 0.5rem;
}
.navbar .social-media-links a {
  width: 2rem;
  height: 2rem;
}
.navbar .social-media-links a i {
  font-size: 0.9rem;
}
.navbar .button-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.navbar .button-group .btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.langSwitch .trp-shortcode-switcher {
  padding: 5px 0px;
  margin-top: 4px;
}
.langSwitch .trp-language-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px 7px 12px;
  text-decoration: none;
  min-height: auto;
  box-sizing: content-box;
}
.langSwitch .trp-language-item .trp-language-item-name {
  display: none;
}

body.property-detail-page .navbar {
  background-color: #f8f9fa !important;
  backdrop-filter: none !important;
}
body.property-detail-page .navbar.navbar-dark, body.property-detail-page .navbar.bg-transparent {
  background-color: #f8f9fa !important;
}
body.property-detail-page .navbar.navbar-dark .navbar-brand img, body.property-detail-page .navbar.bg-transparent .navbar-brand img {
  filter: invert(1);
  width: 100px;
}
body.property-detail-page .navbar.navbar-dark .nav-item .nav-link, body.property-detail-page .navbar.bg-transparent .nav-item .nav-link {
  color: #000 !important;
}
body.property-detail-page .navbar.navbar-dark .nav-item .nav-link:hover, body.property-detail-page .navbar.bg-transparent .nav-item .nav-link:hover {
  color: #0B1139 !important;
}
body.property-detail-page .navbar.navbar-dark .nav-item .nav-link:hover::after, body.property-detail-page .navbar.bg-transparent .nav-item .nav-link:hover::after {
  background-color: #0B1139 !important;
}
body.property-detail-page .navbar.navbar-dark .nav-item .nav-link::after, body.property-detail-page .navbar.bg-transparent .nav-item .nav-link::after {
  background-color: #0B1139 !important;
}
body.property-detail-page .navbar.navbar-dark .navbar-toggler, body.property-detail-page .navbar.bg-transparent .navbar-toggler {
  border-color: #000 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    transition: 0.3s;
    z-index: 9997;
    transition: all 0.3s;
    height: 100%;
    background: #0B1139;
    padding: 3em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .navbar-collapse .mobile-close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    z-index: 10;
  }
  .navbar-collapse .mobile-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
  }
  .navbar-collapse .mobile-close-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  }
  .navbar-collapse .mobile-close-btn i {
    font-size: 1.2rem;
    line-height: 1;
  }
  .navbar-collapse .mobile-close-btn::before {
    content: "×";
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 300;
  }
  .navbar-collapse .mobile-close-btn i + *::before, .navbar-collapse .mobile-close-btn i::before + * {
    display: none;
  }
  .navbar-collapse .mobile-close-btn:has(i)::before {
    display: none;
  }
  .navbar-collapse .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    letter-spacing: 0.05rem;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #e39635 !important;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    content: none;
  }
  .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #e39635 !important;
  }
  .navbar-collapse .navbar-nav .nav-item.active .nav-link::after {
    width: 100%;
    background-color: #e39635;
  }
  .navbar-collapse .mobile-cta-area {
    margin-top: auto;
    padding-top: 2rem;
  }
  .navbar-collapse .mobile-cta-area .button-group {
    gap: 1rem;
  }
  .navbar-collapse .mobile-cta-area .button-group .trp-shortcode-switcher {
    background: #ffffff;
  }
  .navbar-collapse .mobile-cta-area .button-group .trp-shortcode-switcher svg {
    fill: #000;
  }
  .navbar-collapse .mobile-cta-area .button-group .trp-shortcode-switcher .trp-language-item-name {
    color: #000000;
  }
  .navbar-collapse .mobile-cta-area .social-media-links {
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse .mobile-cta-area .social-media-links a {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .navbar-collapse .mobile-cta-area .social-media-links a:hover {
    background: #0B1139;
    transform: translateY(-2px);
  }
  .navbar-collapse .mobile-cta-area .social-media-links a i {
    font-size: 1.1rem;
  }
}
.top-bar {
  background-color: #0B1139;
  color: white;
  font-size: 0.9rem;
  position: sticky;
  top: 0;
  z-index: 100;
  padding-block: 0.5rem;
}
.top-bar a {
  color: white;
  text-decoration: none;
}
.top-bar a:hover {
  color: #e39635;
}
.top-bar .contact-info .contact-item {
  margin-bottom: 0.25rem;
}
.top-bar .contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.top-bar .contact-info .contact-item a {
  color: white;
  text-decoration: none;
}
.top-bar .contact-info .contact-item a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.top-bar .contact-info .contact-item i {
  color: white;
  margin-right: 0.5rem;
}
.top-bar .social-media-links a {
  color: white;
  text-decoration: none;
}
.top-bar .social-media-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.top-bar .social-media-links a i {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .navbar {
    top: 43px;
    z-index: 99;
  }
}
.mobile-cta-area .etm-language-switcher:focus .etm-ls-shortcode-language,
.etm-language-switcher:focus-within .etm-ls-shortcode-language,
.etm-language-switcher:hover .etm-ls-shortcode-language {
  visibility: visible;
  width: 100px !important;
}

#comments,
#reply-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.comment-list,
.comment-list ul {
  padding-left: 0;
}

.comment-list li {
  padding: 1rem;
}

.comment-meta {
  margin-bottom: 1rem;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
}

.comment {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

/*
 * Hero Slider Styles (Swiper)
 * ===========================
 * Custom styles for the hero slider using Swiper.js
 */
.hero-slider {
  height: 100vh;
  display: grid;
  grid-template-areas: "stack";
  position: relative;
  place-items: end;
}
.hero-slider > * {
  grid-area: stack;
  min-width: 0;
}
.hero-slider__swiperBaap {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider__filter {
  z-index: 2;
}
.hero-slider__swiper {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-slider__swiper {
    height: 100%;
  }
}
.hero-slider__slide {
  position: relative;
}
.hero-slider__slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: none;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: all 0.3s ease;
}
.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
}
.hero-slider .swiper-button-prev {
  left: 30px;
}
.hero-slider .swiper-button-next {
  right: 30px;
}
.hero-slider .swiper-pagination {
  bottom: 30px;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid white;
  opacity: 1;
  transition: all 0.3s ease;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .hero-slider {
    height: 600px;
  }
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    display: none;
  }
  .hero-slider__text {
    padding: 0 15px;
  }
}
.hero-slider__fallback {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}

.hero-slider__slide {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.hero-slider__image {
  transition: opacity 0.3s ease-in-out;
}
.hero-slider__image:not([src]) {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider__arrow, .hero-slider__bullet, .hero-slider__cta {
    transition: none;
  }
  .hero-slider__arrow:hover, .hero-slider__bullet:hover, .hero-slider__cta:hover {
    transform: none;
  }
}
@media print {
  .hero-slider {
    display: none;
  }
}
/*!
 * b5st since v1.0 | Unicence
 * Theme-specific styles (Bootstrap loaded separately)
 * Import variables first to make them available globally
 */
#main {
  overflow-x: hidden;
}

ol,
ul {
  padding-left: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #e39635;
}

.btn-primary {
  color: white;
}

.bgAccent {
  background-color: #e39635;
}

.mt-10 {
  margin-top: 10rem;
}

.py-6 {
  padding-block: 7rem;
}
@media (max-width: 768px) {
  .py-6 {
    padding-block: 3rem;
  }
}

.pt-6 {
  padding-top: 7rem;
}
@media (max-width: 768px) {
  .pt-6 {
    padding-top: 3rem;
  }
}

.pb-6 {
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .pb-6 {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .container-sm {
    max-width: 1100px;
  }
}
.overview h2 {
  color: #3d3d3e;
}

.my-header-phone {
  border: 1px solid #e39635;
  padding: 10px 1rem;
  transition: all 0.3s ease;
}
.my-header-phone:hover {
  background-color: #e39635;
  color: #0B1139;
}

.secTitle h2 {
  color: inherit;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding-bottom: 0.7em;
  font-weight: 500;
}
.secTitle h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #e39635;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
}
.secTitle strong {
  color: #0B1139;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.secTitle ul {
  list-style: none;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.secTitle ul li {
  position: relative;
}
.secTitle ul li::before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -28px;
  top: 2px;
  font-size: 20px;
  color: #e39635;
}
.secTitle ul li strong {
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.secTitle .thumb img {
  aspect-ratio: 9/11;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
}
@media (max-width: 768px) {
  .secTitle .thumb img {
    aspect-ratio: 1/1;
  }
}
.secTitle.left h2::after {
  left: 0;
  transform: none;
}

.secTitle.secTitle2 ul {
  list-style: none;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.secTitle.secTitle2 ul::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #0B1139;
  left: 0;
}
.secTitle.secTitle2 ul li {
  position: relative;
}
.secTitle.secTitle2 ul li::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #0B1139;
}

.secTitle3.secTitle ol {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.secTitle3.secTitle ol li strong {
  font-weight: 500;
  display: inline-block;
  color: #000000;
  padding-right: 2px;
  text-transform: capitalize;
}
.secTitle3.secTitle em,
.secTitle3.secTitle a {
  background-color: transparent;
  position: relative;
  padding: 12px 16px;
  margin-top: 0;
  display: inline-block;
  border: 2px solid #e39635;
  color: #e39635;
}
.secTitle3.secTitle em::after,
.secTitle3.secTitle a::after {
  content: none;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 7px;
  top: 8px;
  font-size: 16px;
  color: #0B1139 !important;
}
.secTitle3.secTitle em:hover,
.secTitle3.secTitle a:hover {
  background-color: #e39635;
  color: #0B1139 !important;
}

.tSec .content {
  max-width: 990px;
  margin-inline: auto;
}

.noLine h2 {
  margin: 0;
}
.noLine h2::after {
  content: none !important;
}
.noLine p {
  margin-bottom: 0;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.page-header {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-header {
    height: 250px;
  }
}
.page-header h1 {
  margin: 0 !important;
  color: #ffffff;
}
.page-header p {
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .page-header p {
    font-size: 18px;
  }
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.introSec {
  position: relative;
}
.introSec::after {
  content: none;
  position: absolute;
  left: -300px;
  top: -50px;
  display: block;
  width: 500px;
  height: 500px;
  background: url("/wp-content/themes/b5st/assets/img/leaf-shadow2.png") no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.5;
}

.typeCard {
  display: grid;
  border-radius: 0;
  overflow: hidden;
  grid-template-areas: "stack";
  place-items: end;
}
.typeCard > * {
  grid-area: stack;
  min-width: 0;
}
.typeCard .thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.typeCard .content {
  text-align: left;
  display: block;
  width: 100%;
  padding: 1em;
  color: #ffffff;
  margin-bottom: -40px;
  transition: all 0.3s;
  z-index: 10;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
}
.typeCard .content .title {
  font-weight: 400;
}
@media (max-width: 576px) {
  .typeCard .content .title {
    font-size: 18px;
  }
}
.typeCard .content .desc {
  display: none;
}
.typeCard .content .link i {
  color: #ffffff;
}
@media (max-width: 767px) {
  .typeCard .content {
    margin-bottom: -44px;
    padding: 0.5rem;
  }
}
.typeCard:hover .content {
  margin-bottom: 0;
}

.contactSecL img {
  border-radius: 4px;
  width: 180px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-top: 1rem;
  margin-right: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .contactSecL img {
    width: 140px;
  }
}

.servicesSec .servicesGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 5rem;
}
@media (max-width: 768px) {
  .servicesSec .servicesGrid {
    gap: 2.5rem;
  }
}
.servicesSec .servicesGrid .serviceCard {
  padding: 2rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.servicesSec .servicesGrid .serviceCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.servicesSec .servicesGrid .serviceCard .icon {
  margin-bottom: 10px;
}
.servicesSec .servicesGrid .serviceCard .icon img,
.servicesSec .servicesGrid .serviceCard .icon .placeholder-image {
  width: 40px;
  max-width: 100%;
  height: auto;
}
.servicesSec .servicesGrid .serviceCard .content {
  text-align: center;
}
.servicesSec .servicesGrid .serviceCard .content .title {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.servicesSec .servicesGrid .serviceCard .content .desc {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.4;
}
.servicesSec .servicesGrid .serviceCard .content .btn {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border-radius: calc(0 * 0.75);
  transition: all 0.3s ease;
  color: #0B1139;
}

.gallerySec {
  background-color: #e39635;
  border-block: 1px solid #dddddd;
}
.gallerySec ul#galleryTabs {
  border: none;
  justify-content: center;
  gap: 1rem;
}
.gallerySec ul#galleryTabs .nav-item .nav-link {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #000000;
  font-size: 16px;
  padding-block: 6px;
  border-radius: 0;
}
.gallerySec ul#galleryTabs .nav-item .nav-link.active {
  border-color: #0B1139;
  background-color: #0B1139;
  color: #ffffff;
}
.gallerySec .swiper .swiper-slide {
  aspect-ratio: 11/7;
  object-fit: cover;
}
.gallerySec .swiper .swiper-slide-active {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
}
.gallerySec .swiper .swiperNav {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 2rem;
  max-width: 90%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .gallerySec .swiper .swiperNav {
    max-width: 72%;
  }
}
.gallerySec .swiper .swiper-pagination {
  position: relative;
  bottom: unset;
  top: unset;
  width: auto;
}
.gallerySec .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0B1139;
}

.downloads .downloads-list .download-item {
  border-left: 2px solid #e39635;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .downloads .downloads-list .download-item {
    padding: 2rem;
  }
}
.downloads .downloads-list .download-item:hover {
  transform: translateY(-4px);
}

.contactSection .contactForm {
  background: #e39635;
  padding: 2rem 2rem 1rem;
  border-radius: 0;
  border: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .contactSection .contactForm {
    padding: 1rem;
  }
}

.contactForm .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #0B1139 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.contactForm .ff-default .ff-el-form-control {
  border-radius: 0;
}
.contactForm .ff-default .ff-el-form-control:focus {
  background-color: #fff;
  border-color: #0B1139;
}

.contact-info-detailed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.contact-info-detailed .contact-item {
  font-weight: 400;
  display: flex;
  gap: 6px;
}

#site-footer {
  background-color: #0B1139;
}
#site-footer .footerRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 768px) {
  #site-footer .footerRight {
    align-items: flex-start;
  }
}
#site-footer .footerRight .nav-link {
  font-size: 18px;
}
@media (max-width: 768px) {
  #site-footer .footerRight .nav-link {
    font-size: 16px;
    padding: 0;
  }
}
#site-footer .footerRight .fContact p {
  margin: 0;
}
#site-footer .footerRight .fContact p a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}
@media (max-width: 768px) {
  #site-footer .footerRight .fContact p a {
    font-size: 16px;
  }
}

.bottombar a {
  font-size: 14px;
  color: #ffffff;
}

.social-media-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.social-media-links a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-media-links a i {
  font-size: 1.2rem;
}
.social-media-links a img {
  width: 30px;
}
.social-media-links a:hover img {
  transform: scale(1.1);
}

.contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.contact-info .contact-item i {
  margin-right: 0.75rem;
  color: #0B1139;
  width: 1.25rem;
  text-align: center;
}
.contact-info .contact-item a {
  color: inherit;
  text-decoration: none;
}
.contact-info .contact-item a:hover {
  color: #0B1139;
  text-decoration: underline;
}

.footer .social-media-links {
  justify-content: center;
  margin: 1rem 0;
}
.footer .contact-info {
  text-align: center;
}
.footer .contact-info .contact-item {
  justify-content: center;
  margin-bottom: 0.75rem;
}

.bottombar-menu {
  background-color: rgba(var(--bs-dark-rgb), 0.9);
  border-top: 1px solid rgba(var(--bs-light-rgb), 0.1);
  padding: 0.75rem 0;
}
.bottombar-menu .bottombar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
@media (max-width: 768px) {
  .bottombar-menu .bottombar-nav {
    gap: 1rem;
    font-size: 0.9rem;
  }
}
.bottombar-menu .bottombar-nav li {
  margin: 0;
}
.bottombar-menu .bottombar-nav li a {
  color: rgba(var(--bs-light-rgb), 0.8);
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  display: block;
}
.bottombar-menu .bottombar-nav li a:hover {
  color: #0B1139;
  text-decoration: none;
}
.bottombar-menu .bottombar-nav li a.current-menu-item {
  color: #0B1139;
  font-weight: 500;
}

.swiperNav {
  position: relative;
}
.swiperNav .swiperArrow {
  font-size: 18px;
  background-color: #ffffff;
  color: #0B1139;
  padding: 6px;
}

.testimonials-swiper {
  position: relative;
  padding-bottom: 50px;
}
.testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.testimonials-swiper .testimonial-card {
  background: #ffffff;
  border-radius: 0;
  padding: 2rem;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.testimonials-swiper .testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 2rem;
  font-size: 4rem;
  color: #0B1139;
  opacity: 0.2;
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonials-swiper .testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.testimonials-swiper .rating {
  display: flex;
  gap: 0.25rem;
}
.testimonials-swiper .rating i {
  color: #ffc107;
  font-size: 1.1rem;
}
.testimonials-swiper .testimonial-text {
  flex: 1;
  margin-bottom: 0;
}
.testimonials-swiper .testimonial-text p {
  margin: 0;
  font-style: italic;
}
.testimonials-swiper .client-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}
.testimonials-swiper .client-info .client-avatar {
  flex-shrink: 0;
}
.testimonials-swiper .client-info .client-avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 3px solid #f8f9fa;
}
.testimonials-swiper .client-info .client-details .client-name {
  color: #000000;
  margin: 0 0 0.25rem 0;
}
.testimonials-swiper .client-info .client-details .client-position {
  color: #0B1139;
}
.testimonials-swiper .swiper-pagination {
  bottom: 0;
}
.testimonials-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
  transition: all 0.3s ease;
}
.testimonials-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B1139;
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .testimonials-swiper .swiper-button-next,
  .testimonials-swiper .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonials-swiper .testimonial-card {
    padding: 1.5rem;
  }
  .testimonials-swiper .testimonial-card::before {
    font-size: 3rem;
    top: -5px;
    left: 1.5rem;
  }
  .testimonials-swiper .testimonial-text p {
    font-size: 1rem;
  }
  .testimonials-swiper .client-info .client-avatar img {
    width: 50px;
    height: 50px;
  }
}
.simpleContent h2 {
  font-size: 24px;
}
.simpleContent a {
  color: #0B1139;
  text-decoration: underline;
}
.simpleContent ul li {
  list-style: disc;
  list-style-position: inside;
}
.simpleContent p strong {
  margin-bottom: 0;
}
.simpleContent strong {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

nav.breadcrumbs {
  color: #ffffff;
}
nav.breadcrumbs a {
  text-decoration: underline;
}

/* ====================================
 * Single Post Template Custom Styles
 * ==================================== */
.single-post-template {
  /* Post Meta */
  /* Post Title */
  /* Post Excerpt */
  /* Featured Image */
  /* Post Terms (Categories/Tags) */
  /* Post Content */
  /* Sidebar Styles */
  /* Responsive Adjustments */
}
.single-post-template .post-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
.single-post-template .post-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.single-post-template .post-excerpt {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #6c757d;
}
.single-post-template .post-featured-image img {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.single-post-template .post-terms .badge {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-post-template .post-category-badge,
.single-post-template .post-tag-badge {
  background-color: #f1f3f5;
  color: #000000;
  border: 1px solid #dee2e6;
}
.single-post-template .post-category-badge:hover,
.single-post-template .post-tag-badge:hover {
  background-color: #a67c00;
  color: #ffffff;
  border-color: #a67c00;
}
.single-post-template .post-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.single-post-template .post-content h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #000000;
}
.single-post-template .post-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #000000;
}
.single-post-template .post-content p {
  margin-bottom: 1.25rem;
}
.single-post-template .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1.5rem 0;
}
.single-post-template .post-content a {
  color: #a67c00;
  text-decoration: underline;
}
.single-post-template .post-content a:hover {
  color: #856400;
}
.single-post-template .post-sidebar {
  padding-left: 2rem;
}
.single-post-template .sidebar-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
}
.single-post-template .sidebar-post {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.single-post-template .sidebar-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-post-template .sidebar-post-thumbnail img {
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.single-post-template .sidebar-post-thumbnail:hover img {
  transform: scale(1.02);
}
.single-post-template .sidebar-post-meta {
  font-size: 0.8rem;
  color: #6c757d;
}
.single-post-template .sidebar-post-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}
.single-post-template .sidebar-post-title a {
  transition: color 0.3s ease;
}
.single-post-template .sidebar-post-title a:hover {
  color: #a67c00 !important;
}
.single-post-template .sidebar-post-excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6c757d;
}
.single-post-template .sidebar-post-badge {
  background-color: #f1f3f5;
  color: #495057;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 12px;
  border: 1px solid #dee2e6;
}
@media (max-width: 991px) {
  .single-post-template .post-sidebar {
    padding-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .single-post-template .post-title {
    font-size: 1.8rem;
  }
  .single-post-template .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .single-post-template .post-excerpt {
    font-size: 1rem;
  }
  .single-post-template .post-content {
    font-size: 0.95rem;
  }
}

/* Global / Outside Scope (unchanged specificity) */
.post-featured-image img {
  aspect-ratio: 11/6 !important;
  object-fit: cover;
}

a.badge.post-category-badge {
  color: #000000;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #000000;
}

.whatsButton {
  border: 0;
  padding: 10px 1rem;
}
.whatsButton a {
  line-height: 1.4;
}

.whatsButton:hover {
  background-color: #29d446;
  color: #ffffff;
}

.overview h2 {
  color: #0B1139;
  margin-bottom: 1.5rem;
}

.pattern-1 {
  background-image: url("https://static.parksquarehomes.com/parksquare/images/bg-pattern-1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.teamSec .team-card {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.teamSec .team-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.teamSec .team-card .team-card-image {
  position: relative;
  overflow: hidden;
  background: #e39635;
}
.teamSec .team-card .team-card-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  .teamSec .team-card .team-card-image img {
    height: 240px;
  }
}
.teamSec .team-card .team-card-image:hover img {
  transform: scale(1.05);
}
.teamSec .team-card .team-card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.teamSec .team-card .team-card-body .team-card-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0B1139;
  margin-bottom: 0.5rem;
}
.teamSec .team-card .team-card-body .team-card-designation {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.teamSec .team-card .team-card-body .team-card-contact {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: auto;
}
.teamSec .team-card .team-card-body .team-card-contact .team-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e39635;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.teamSec .team-card .team-card-body .team-card-contact .team-contact-icon i {
  font-size: 1rem;
}
.teamSec .team-card .team-card-body .team-card-contact .team-contact-icon:hover {
  background: #0B1139;
  color: #ffffff;
  transform: translateY(-2px);
}

.modal img {
  max-width: 200px;
}
.modal .team-modal-contact {
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
}
.modal .team-modal-contact p {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
.modal .team-modal-contact p a {
  color: #3d3d3e;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modal .team-modal-contact p a:hover {
  color: #0B1139;
}

.btn-outline-primary.bg-light:hover {
  background-color: var(--bs-primary) !important;
}

.btn {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

a {
  line-height: 1.2 !important;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*# sourceMappingURL=b5st.css.map */
