/*-----------------------------------------------------------------------------------

    [Master Stylesheet]
    Theme Name: Beauly - Single Property HTML Template
    Theme URI: https://themejunction.net/html/Beauly/demo/
    Author: Theme-Junction
    Author URI: https://themeforest.net/user/theme-junction
    Description: Beauly - Single Property HTML Template

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

  Theme Header CSS
  Theme About CSS
  Theme Amenities CSS
  Theme Apartment Info CSS
  Theme Apartment CSS
  Theme Blog CSS
  Theme Contact CSS
  Theme Counter CSS
  Theme Cover CSS
  Theme CTA CSS
  Theme Faq CSS
  Theme Floor CSS
  Theme Follow CSS
  Theme footer CSS
  Theme Gallery CSS
  Theme Hero CSS
  Theme Page Header CSS
  Theme Plan CSS
  Theme Preloder CSS
  Theme Project Filter CSS
  Theme Project CSS
  Theme Request CSS
  Theme Scroll CSS
  Theme Service CSS
  Theme Sponsor CSS
  Theme Subscribe CSS
  Theme Team CSS
  Theme Testimonial CSS

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Old+Standard+TT:wght@400;700&display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: 'Jost', sans-serif;
  --tj-ff-heading: 'Old Standard TT', serif;
  --tj-ff-p: 'Jost', sans-serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @Font-weight Declaration
   */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --tj-fs-body: 14px;
  --tj-fs-p: 14px;
  --tj-fs-h1: 85px;
  --tj-fs-h2: 55px;
  --tj-fs-h3: 24px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 16px;
  --tj-fs-h6: 14px;
  /**
     @Color Declaration
   */
  --tj-color-common-white: #ffffff;
  --tj-color-common-white-2: #fbfbfb;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #343a40;
  --tj-color-heading-light: #102039;
  --tj-color-text-body: #cfcfcf;
  --tj-color-text-body-light: #787878;
  --tj-color-theme-primary: #c63341;
  --tj-color-theme-bg-dark: #222326;
  --tj-color-theme-bg-dark-2: #0e1013;
  --tj-color-theme-bg-dark-light: #2b2c30;
  --tj-color-theme-bg-dark-light-2: #1e1f21;
  --tj-color-theme-bg-dark-deep: #1a1b1d;
  --tj-color-theme-bg-dark-deep-2: #181d24;
  --tj-color-theme-bg-primary-blur: rgba(189, 140, 98, 0.2);
  --tj-color-theme-bg-light: #faf7f0;
  --tj-color-grey-1: #c5c5c5;
  --tj-color-grey-2: #aeaeae;
  --tj-color-grey-3: #acacac;
  --tj-color-grey-4: #999999;
  --tj-color-grey-5: #f7f7f7;
  --tj-color-grey-6: #b7b7b7;
  --tj-color-grey-7: #a6aeb5;
  --tj-color-grey-8: #edf2f6;
  --tj-color-grey-9: #ddd;
  --tj-color-grey-10: #c0c0c0;
  --tj-color-border-1: #ededed;
  --tj-color-border-2: #e9e9e9;
  --tj-color-border-3: #999999;
  --tj-color-border-4: #222326;
  --tj-color-border-5: rgba(250, 250, 250, 0.1);
  --tj-color-border-6: rgba(189, 140, 98, 0.3);
  --tj-color-border-7: rgba(227, 227, 227, 0.4);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  Typography CSS
*/
body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  color: var(--tj-color-text-body);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  margin-top: 0px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.2;
}

h1 {
  font-size: var(--tj-fs-h1);
}

h2 {
  font-size: var(--tj-fs-h2);
}

h3 {
  font-size: var(--tj-fs-h3);
}

h4 {
  font-size: var(--tj-fs-h4);
}

h5 {
  font-size: var(--tj-fs-h5);
}

h6 {
  font-size: var(--tj-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tj-ff-p);
  font-size: 16px;
  color: var(--tj-color-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*::-webkit-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*::-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

/** Background Colors **/
.bg-dark-deep {
  background-color: var(--tj-color-theme-bg-dark-deep);
}

.bg-dark-light {
  background-color: var(--tj-color-theme-bg-dark-light);
}

/** Common Classes CSS **/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-radius {
  border-radius: 6px;
}

.padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .padding {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .padding {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .sm-padding {
    padding: 15px;
  }
}
.padding-15 {
  padding: 15px !important;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

/* Section Heading */
.section-heading .sub-heading {
  color: var(--tj-color-theme-primary);
  margin-bottom: 22px;
  line-height: 1;
}
.section-heading .section-title {
  font-weight: var(--tj-fw-bold);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-heading .section-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-heading .section-title {
    margin-bottom: 10px;
  }
}
.section-heading p {
  font-size: 18px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-heading p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-heading p br {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-heading.mb-60 {
    margin-bottom: 40px;
  }
  .section-heading {
    margin-bottom: 40px;
  }
}
/* Margin Class */
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-90 {
  margin-bottom: 90px;
}

/* overflow */
.oh {
  overflow: hidden;
}

.video-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
}
@media (max-width: 991px) {
  .video-section {
    height: 400px;
  }
}

/**
  Buttons CSS
*/
.tj-primary-btn {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-primary);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 35px;
  letter-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tj-primary-btn:focus, .tj-primary-btn:hover {
  color: var(--tj-color-common-white);
}
@media (max-width: 767px) {
  .tj-primary-btn {
    font-size: 15px;
    padding: 15px 25px;
  }
}
.tj-primary-btn span {
  position: relative;
  z-index: 20;
}
.tj-primary-btn:after {
  background: var(--tj-color-common-white);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}
.tj-primary-btn:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tj-primary-btn i {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tj-primary-btn i {
    margin-left: 10px;
  }
}
/* Custom Gallery Buttons */
#gallery .btn-outline-primary {
  color: black;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem #BF313B;
  border-color: var(--tj-color-theme-primary);
  background-color: transparent;
  transition: all 0.3s ease;
}

#gallery .btn-outline-primary:hover,
#gallery .btn-outline-primary.active {
  background-color: var(--tj-color-theme-primary);
  color: #fff;
  border-color: var(--tj-color-theme-primary);
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* NAVIGATION STYLING */
.navbar {
  background-color: var(--tj-color-theme-bg-light);
  padding: 1rem 0;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

/* Navigation links (desktop view) */
.nav-links {
  display: flex;
  gap: 1rem;
}

.nav-links a {
  font-family: 'Jost', sans-serif;
  text-decoration: none;
  color: #222;
  padding: 0.5rem;
}

.nav-links a:hover {
  background-color: var(--tj-color-theme-primary);
  color: white;
  border-radius: 4px;
}

/* Hamburger menu */
.menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: black;
  cursor: pointer;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #fff8e1; /* light yellow */
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 1rem;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}
.nav-phone-button {
  background-color: #BF313B !important;
  color: white;
  font-family: 'Jost', sans-serif;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  white-space: nowrap;
  height: 100%;
  transition: background-color 0.3s ease;
}

.nav-phone-button i {
  transform: rotate(90deg); /* Ensures icon is upright */
  font-size: 14px;
}

.nav-phone-button:hover {
  background-color: #BF313B !important;
}
.navbar {
  display: flex;
  align-items: center;
  gap: 16px; /* space between nav items */
}


.tj-header-area.header-duplicate {
  display: none;
  visibility: hidden;
  opacity: 1;
}
.tj-header-area.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: sticky 0.9s;
  animation: sticky 0.9s;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  display: block;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 20px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.sticky {
  background-color: var(--tj-color-theme-bg-dark);
  padding: 15px 0 5px 0;
}
.header.header-2.sticky, .header.header-3.sticky, .header.header-4.sticky {
  padding: 0;
}
.header .primary-header {
  padding: 0 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header .primary-header {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header .primary-header {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .header .primary-header-inner {
    display: grid;
    grid-template-columns: 250px 1fr 250px;
    grid-column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header-inner .header-contact-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .primary-header-inner .header-contact-area {
    display: none;
  }
}
.header .primary-header-inner .header-contact-area i {
  color: var(--tj-color-common-white);
  font-size: 16px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .primary-header-inner .header-contact-area i {
    font-size: 16px;
  }
}
.header .primary-header-inner .header-contact-area a {
  color: var(--tj-color-common-white);
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .primary-header-inner .header-contact-area a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header .primary-header-inner {
    grid-template-columns: 180px 1fr 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .primary-header-inner {
    grid-template-columns: 175px 1fr 175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .primary-header-inner {
    grid-template-columns: 135px 1fr 135px;
    grid-column-gap: 15px;
  }
  .header .primary-header-inner .header-contact-area a {
    margin-left: 5px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .primary-header-inner .header-right .header-btn {
    margin-right: 60px;
  }
  .header .primary-header-inner .header-right .mobile-side-menu-toggle {
    font-size: 30px;
    color: var(--tj-color-common-white);
  }
  .header .primary-header-inner .header-right .mobile-side-menu-toggle:hover {
    content: "/f550";
  }
}

.header-menu-wrap {
  display: none;
}
@media (min-width: 992px) {
  .header-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.header-menu-wrap .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-wrap .sub-menu li {
  display: inline-block;
  position: relative;
  margin: 0 40px;
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-wrap .sub-menu li {
    margin: 0 30px;
  }
}
.header-menu-wrap .sub-menu li > a {
  display: block;
  font-family: var(--tj-ff-body);
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tj-color-common-white);
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
}
.header-menu-wrap .sub-menu li > a i {
  font-size: 13px;
}
.header-menu-wrap .sub-menu li > a:before {
  content: "";
  background-color: var(--tj-color-common-white);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 13px;
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-menu-wrap .sub-menu li > ul {
  background-color: var(--tj-color-common-white);
  display: block;
  width: 200px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 62px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header-menu-wrap .sub-menu li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--tj-color-common-white);
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-menu-wrap .sub-menu li > ul > li:last-child {
  margin: 0;
  border-bottom: none;
}
.header-menu-wrap .sub-menu li > ul > li.has-dropdown::after {
  color: var(--tj-color-theme-bg-dark);
  right: 10px;
  content: "\f105";
}
.header-menu-wrap .sub-menu li > ul > li:hover {
  background-color: var(--tj-color-theme-primary);
}
.header-menu-wrap .sub-menu li > ul > li:hover.has-dropdown::after {
  color: var(--tj-color-common-white);
}
.header-menu-wrap .sub-menu li > ul > li > a {
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--tj-color-theme-bg-dark);
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
.header-menu-wrap .sub-menu li > ul > li > a:before {
  display: none;
}
.header-menu-wrap .sub-menu li > ul > li:hover > a {
  color: var(--tj-color-common-white);
}
.header-menu-wrap .sub-menu li > ul > li > ul {
  top: 0;
  left: 100%;
}
.header-menu-wrap .sub-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.header-menu-wrap .sub-menu li:hover a:before {
  width: 100%;
}
.header-menu-wrap .sub-menu .has-dropdown {
  position: relative;
}
.header-menu-wrap .sub-menu .has-dropdown a {
  padding-right: 20px;
}
.header-menu-wrap .sub-menu .has-dropdown ul li {
  margin: 0;
  padding-left: 20px;
}
.header-menu-wrap .sub-menu .has-dropdown ul li a {
  padding-right: 0;
}
.header-menu-wrap .sub-menu .has-dropdown:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  color: var(--tj-color-common-white);
  font-size: 13px;
  content: "\f078";
  position: absolute;
  top: 51%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-wrap .sub-menu .has-dropdown:after {
    top: 53%;
  }
}
.header-menu-wrap .sub-menu .has-dropdown:hover:before {
  color: var(--tj-color-theme-primary);
}

.header-right {
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right {
    display: none;
  }
}
.header-right .tj-primary-btn {
  background-color: transparent;
  font-size: 16px;
  padding: 15px 20px;
  border: 1px solid var(--tj-color-common-white);
}
@media (max-width: 991px) {
  .header-right .tj-primary-btn {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-right .tj-primary-btn {
    font-size: 14px;
    padding: 15px 20px;
  }
  .header-right .tj-primary-btn i {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right .tj-primary-btn {
    font-size: 14px;
    padding: 15px 20px;
  }
  .header-right .tj-primary-btn i {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right .tj-primary-btn {
    font-size: 14px;
    padding: 15px;
  }
  .header-right .tj-primary-btn i {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
@media (max-width: 767px) {
  .header-right .header-logo img {
    width: 70px;
  }
}

.header-2 {
  background-color: var(--tj-color-theme-bg-dark);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .header-2 {
    position: inherit;
  }
}
.header-2 .primary-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-2 .primary-header-inner {
    padding: 10px 0;
  }
}
.header-2 .primary-header-inner .header-logo {
  max-width: 200px;
  width: 100%;
}
.header-2 .primary-header-inner .header-logo a {
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .header-2 .primary-header-inner .header-logo {
    max-width: 150px;
    width: 100%;
  }
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
  margin: 0 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-2 .primary-header-inner .header-menu-wrap .sub-menu li a {
    font-size: 14px;
  }
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu ul {
  top: 66px;
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu ul > li {
  margin: 0;
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu ul > li a {
  height: 45px;
  line-height: 45px;
}
.header-2 .primary-header-inner .header-menu-wrap .sub-menu ul > li > ul {
  top: 0;
}
.header-2 .primary-header-inner .header-right {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.header-2 .primary-header-inner .header-right .header-logo {
  display: inline-block;
}
.header-2 .primary-header-inner .header-right .header-logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .header-2 .primary-header-inner .header-right .header-btn,
  .header-2 .primary-header-inner .header-right .header-contact-area {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-2 .primary-header-inner .header-right .header-contact-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-2 .primary-header-inner .mean-push {
    display: none;
  }
  .header-2 .primary-header-inner .header-right {
    width: 100%;
  }
}

.sticky-header-wrap.fixed .primary-header-inner {
  padding: 10px 0;
}
.sticky-header-wrap.fixed .primary-header-inner .header-menu-wrap .sub-menu li ul {
  top: 56px;
}

.header-3 {
  background-color: transparent;
  position: absolute;
  top: 0;
}
.header-3.header__sticky {
  padding: 0;
}
.header-3 .primary-header {
  padding: 0;
}
.header-3 .primary-header .primary-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-3 .primary-header .primary-header-inner .header-logo {
  max-width: 200px;
  width: 100%;
}
.header-3 .primary-header .primary-header-inner .header-logo a {
  display: inline-block;
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .header-3 .primary-header .primary-header-inner .header-logo {
    max-width: 150px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu {
    margin-right: 70px;
  }
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li {
  margin: 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
  }
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li > ul {
  top: 62px;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li > ul > li {
  margin: 0;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu li > ul > li > ul {
  top: 0;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu > .has-dropdown {
  padding: 0;
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap .sub-menu > .has-dropdown:before {
  right: 15px;
}
@media (max-width: 991px) {
  .header-3 .primary-header .primary-header-inner .header-right {
    position: inherit;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-3 .primary-header .primary-header-inner .header-right .tj-primary-btn {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-3 .primary-header .primary-header-inner .header-right .tj-primary-btn {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .primary-header .primary-header-inner .header-right .tj-primary-btn {
    margin-right: 75px;
  }
}

.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--tj-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 991px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--tj-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  width: 150px;
  height: 120px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--tj-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--tj-color-theme-primary);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item .side-menu-arrow i {
  font-weight: 200;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--tj-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}
@media (max-width: 991px) {
  .side-menu-overlay {
    display: none;
  }
}

.header-4 {
  background-color: var(--tj-color-theme-bg-dark-light);
  position: inherit;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-4.header__sticky {
  background-color: var(--tj-color-theme-bg-dark-light);
  border-bottom: 1px solid #2b2c30;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-4.header__sticky .top-bar {
  display: none;
}
.header-4 .top-bar {
  background-color: var(--tj-color-theme-bg-dark-deep);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 50px;
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .top-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px 25px;
  }
}
.header-4 .top-bar .top-left-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  list-style: none;
}
@media (max-width: 767px) {
  .header-4 .top-bar .top-left-content ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.header-4 .top-bar .top-left-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.header-4 .top-bar .top-left-content ul li i {
  color: var(--tj-color-theme-primary);
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .top-bar .top-left-content ul li i {
    font-size: 15px;
  }
}
.header-4 .top-bar .top-left-content ul li a {
  color: var(--tj-color-grey-9);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .top-bar .top-left-content ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-4 .top-bar .top-left-content ul li:nth-child(2) i {
    font-size: 15px;
  }
}
.header-4 .top-bar .top-left-content ul li:nth-child(2) a {
  line-height: 1;
}
@media (max-width: 767px) {
  .header-4 .top-bar .top-right-content {
    display: none;
  }
}
.header-4 .top-bar .top-right-content .top-social-list {
  list-style: none;
}
.header-4 .top-bar .top-right-content .top-social-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.header-4 .top-bar .top-right-content .top-social-list li a {
  color: var(--tj-color-grey-9);
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-4 .top-bar .top-right-content .top-social-list li a:hover {
  color: var(--tj-color-theme-primary);
}
.header-4 .top-bar .top-right-content .top-social-list li:last-child {
  margin-right: 0;
}
.header-4 .primary-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 27.5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-4 .primary-header-inner {
    padding: 27.5px 40px;
  }
}
@media (max-width: 767px) {
  .header-4 .primary-header-inner {
    padding: 27.5px 20px;
  }
}
.header-4 .primary-header-inner .header-logo {
  max-width: 203px;
  width: 100%;
}
.header-4 .primary-header-inner .header-logo a {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px), (max-width: 575px) {
  .header-4 .primary-header-inner .header-logo {
    max-width: 150px;
  }
}
.header-4 .primary-header-inner .header-menu-wrap .sub-menu > li {
  margin: 0 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-4 .primary-header-inner .header-menu-wrap .sub-menu > li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-4 .primary-header-inner .header-menu-wrap .sub-menu > li {
    margin: 0 13px;
  }
}
.header-4 .primary-header-inner .header-menu-wrap .sub-menu > li > ul {
  top: 70px;
}
.header-4 .primary-header-inner .header-menu-wrap .sub-menu > li > ul > li {
  margin: 0;
}
.header-4 .primary-header-inner .header-menu-wrap .sub-menu > li > ul > li > ul {
  top: 0;
}
.header-4 .primary-header-inner .header-right {
  position: initial;
  display: block;
}
.header-4 .primary-header-inner .header-right .tj-primary-btn {
  background-color: var(--tj-color-theme-primary);
  border: none;
  padding: 19px 20px;
  margin-right: 30px;
}

.sticky-header-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.sticky-header-wrap.fixed {
  display: block;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.1);
}
.sticky-header-wrap .header {
  position: relative;
  top: 0;
}
.sticky-header-wrap .header .top-bar {
  display: none;
}

@-webkit-keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media (max-width: 991px) {
  .mobile-side-menu {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 80%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    height: 100%;
    display: block;
    background-color: var(--tj-color-theme-bg-dark-deep);
    z-index: 101;
    padding: 50px 40px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-head a {
    display: inline-block;
    max-width: 200px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 40px;
    right: 40px;
    color: var(--tj-color-common-white);
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--tj-color-border-6);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
  }
  .mobile-side-menu .side-menu-search {
    position: relative;
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-search input {
    color: var(--tj-color-common-black);
    height: 52px;
    width: 100%;
    font-size: 20px;
    padding: 0 25px;
    border: none;
  }
  .mobile-side-menu .side-menu-search input::-webkit-input-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search input:-moz-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search input::-moz-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search input:-ms-input-placeholder {
    color: var(--tj-color-grey-10);
    font-size: 20px;
  }
  .mobile-side-menu .side-menu-search button {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
    width: 60px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--tj-color-common-white);
    font-family: var(--tj-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-list li {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-list li {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .side-menu-list li p {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-list li p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .side-menu-list li i {
    background-color: var(--tj-color-theme-primary);
    font-size: 12px;
    color: var(--tj-color-common-white);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 20px;
  }
  .mobile-side-menu .side-menu-list li :last-child {
    margin-bottom: 0;
  }
  .mobile-side-menu .side-menu-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    list-style: none;
  }
  .mobile-side-menu .side-menu-social ul li a {
    background-color: var(--tj-color-theme-bg-dark-deep);
    color: var(--tj-color-theme-primary);
    font-size: 18px;
    width: 50px;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
    border: 1px solid var(--tj-color-border-6);
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-side-menu .side-menu-social ul li a:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
  }
  .mobile-side-menu .mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
  }
  .mobile-side-menu .mean-bar .meanmenu-reveal {
    display: none !important;
  }
  .mobile-side-menu .mean-bar .mean-nav {
    background-color: transparent;
    margin-top: 0;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul {
    display: block !important;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li {
    float: none;
    display: block;
    width: auto;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--tj-color-border-5);
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    color: var(--tj-color-common-white);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    border-top: none;
    padding: 0;
    float: none;
  }
}
@media (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 575px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
    padding: 0;
    top: -10px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
    content: "+";
  }
}
@media (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 575px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
    content: "\f068";
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
    display: none;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul {
    padding: 0 0 0 30px;
    margin-top: 40px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 100;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.hero-section {
  position: relative;
  width: 100%;
  height: 91%;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; /* Fill container exactly, no crop */
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-section {
    height: 91vh; /* 55% of viewport height */
    padding-top: 0; /* remove padding */
  }
}

.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}

@media (max-width: 768px) {
    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91%;
    background-color: rgba(0, 0, 0, 0); /* Slight dark layer for contrast */
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
    color: white;
}
@media (max-width: 991px) {
  .header-menu-wrap {
    display: none;
  }

  .mobile-menu-items {
    display: block;
    background-color: #fff; /* optional styling */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .mobile-menu-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-items li {
    padding: 10px;
    text-align: center;
  }

  .mobile-menu-items a {
    color: #000; /* adjust for dark/light mode */
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
  }
}


.hero-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tj-color-common-black);
  opacity: 0.45;
  z-index: -1;
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .hero-section {
    height: auto;
    padding: 200px 0;
  }
}
.hero-section .hero-text {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 991px) {
  .hero-section .hero-text {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-text {
    left: 30px;
    bottom: 15px;
  }
}
.hero-section .hero-text p {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-section .hero-text p {
    font-size: 15px;
  }
}
.hero-section .text-2 {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .hero-section .text-2 {
    right: 30px;
    bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-content {
    margin-top: 50px;
  }
}
.hero-content .hero-sub-title {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-content .hero-sub-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hero-content .hero-sub-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-content .hero-sub-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.hero-content .hero-title {
  max-width: 760px;
  margin: 0 auto 40px auto;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .hero-title {
    margin: 0 auto 20px auto;
    font-size: 60px;
    max-width: 625px;
  }
}
@media (max-width: 991px) {
  .hero-content .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-content .hero-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.hero-content p {
  max-width: 520px;
}
.hero-content p:last-child {
  margin-bottom: 0;
}

.hero-section-2 {
  position: relative;
  min-height: 1000px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-2 {
    min-height: 100%;
    padding: 200px 0 140px 20px;
  }
}
@media (max-width: 991px) {
  .hero-section-2 {
    min-height: 100%;
    z-index: 1;
    padding: 100px 0 140px 20px;
  }
}
@media (max-width: 767px) {
  .hero-section-2 {
    padding: 60px 0 120px 10px;
  }
}
.hero-section-2 .hero-bg {
  background-image: url(../img/bg-img/hero-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-section-2 .hero-bg {
    display: none;
  }
}
.hero-section-2 .hero-container {
  max-width: 1475px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 30px;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box i {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
  line-height: 1;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box h4 {
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.hero-section-2 .hero-container .hero-content .hero-content-wrap .content-box:nth-child(2) i {
  font-size: 25px;
}
.hero-section-2 .hero-container .hero-title {
  color: var(--tj-color-grey-9);
  font-size: 75px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-2 .hero-container .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-section-2 .hero-container .hero-title {
    font-size: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-container .hero-title {
    font-size: 40px;
  }
}
.hero-section-2 .hero-text {
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
}
.hero-section-2 .hero-text i {
  color: var(--tj-color-common-white);
  font-size: 25px;
  margin-right: 10px;
  line-height: 1;
}
.hero-section-2 .hero-text h4 {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-section-2 .hero-text h4 {
    font-size: 16px;
  }
}
.hero-section-2 .hero-box {
  background-color: var(--tj-color-common-white);
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 15px 26px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border-radius: 80px;
}
@media (max-width: 991px) {
  .hero-section-2 .hero-box {
    display: none !important;
  }
}
.hero-section-2 .hero-box .hero-box-thumb {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.hero-section-2 .hero-box .hero-box-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section-2 .hero-box h3 {
  font-size: 22px;
  color: var(--tj-color-common-black);
  margin-bottom: 0;
  line-height: 1;
}
.hero-section-2 .hero-box h3 span {
  display: block;
  margin-top: 15px;
}

.hero-3 {
  background-image: url(../img/bg-img/hero-bg-3.jpg);
  height: 1000px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-3 {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .hero-3 {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    height: auto;
    padding: 180px 0 120px 0;
  }
}
.hero-3 .hero-content {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .hero-3 .hero-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    margin-top: 10px;
  }
}
.hero-3 .hero-content .hero-sub-title {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-sub-title {
    margin-bottom: 25px;
  }
}
.hero-3 .hero-content .hero-title {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.hero-3 .hero-sidebar {
  background-color: var(--tj-color-theme-bg-dark-deep-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  width: 1000px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg) scaleX(-1);
      -ms-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  z-index: 101;
}
@media (max-width: 991px) {
  .hero-3 .hero-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-sidebar {
    display: none;
  }
}
.hero-3 .hero-sidebar .hero-sidemenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  list-style: none;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.hero-3 .hero-sidebar .hero-sidemenu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li i {
  color: var(--tj-color-theme-primary);
  font-size: 16px;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li a {
  color: var(--tj-color-common-white);
  font-size: 18px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .hero-3 .hero-sidebar .hero-sidemenu-list li a {
    font-size: 15px;
  }
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li i {
  color: var(--tj-color-common-white);
  font-size: 18px;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li a {
  margin-left: 0;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li:nth-child(2) i {
  font-size: inherit;
  line-height: inherit;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li .hero-social-list li:last-child {
  margin-right: 0;
}
.hero-3 .hero-sidebar .hero-sidemenu-list li:nth-child(2) i {
  font-size: 18px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero-section-4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 900px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-4 {
    height: 600px;
  }
}
@media (max-width: 991px), (max-width: 767px) {
  .hero-section-4 {
    height: auto;
    padding: 180px 0;
  }
}
@media (max-width: 575px) {
  .hero-section-4 {
    height: auto;
    padding: 150px 0;
  }
}
.hero-section-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-content.content-2 .hero-sub-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .hero-content.content-2 .hero-sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-content.content-2 .hero-sub-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content.content-2 .hero-title {
    font-size: 85px;
    max-width: inherit;
  }
}

/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
@media (max-width: 991px) {
  .about-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-section .about-thumb {
  max-width: 518px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-section .about-thumb {
    width: 100%;
    max-width: inherit;
  }
}

.about-content {
  line-height: 1;
}
@media (max-width: 991px) {
  .about-content {
    margin-bottom: 40px;
  }
}
.about-content .about-sub-title {
  color: var(--tj-color-theme-primary);
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .about-content .about-sub-title {
    margin-bottom: 10px;
  }
}
.about-content .about-sub-title i {
  font-size: 35px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .about-content .about-sub-title i {
    font-size: 20px;
  }
}
.about-content .about-title {
  margin-bottom: 22px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .about-content .about-title {
    font-size: 36px;
  }
}
.about-content p {
  margin-bottom: 50px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .about-section-2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-section-2 .about-thumb {
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-section-2 .about-thumb {
    max-width: inherit;
  }
}
.about-section-2 .about-content .about-sub-title {
  color: var(--tj-color-theme-primary);
  margin-bottom: 27px;
  line-height: 1;
}
@media (max-width: 767px) {
  .about-section-2 .about-content .about-sub-title {
    font-size: 20px;
  }
}
.about-section-2 .about-content .about-title {
  color: var(--tj-color-grey-9);
  font-size: 48px;
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-section-2 .about-content .about-title {
    font-size: 36px;
  }
}
.about-section-2 .about-content p {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .about-section-2 .about-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-section-2 .about-content p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .about-section .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.heading-underline-split {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

.heading-underline-split .underline {
  position: absolute;
  bottom: 0;
  height: 1px; /* Thinner line */
  background-color: red;
  width: 0;
  transition: width 0.6s ease-out;
}

.heading-underline-split .left {
  left: 50%;
  transform: translateX(-100%);
  transform-origin: right;
}

.heading-underline-split .right {
  right: 50%;
  transform: translateX(100%);
  transform-origin: left;
}

  .reveal-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  .reveal-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .reveal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; /* matches your site bg, or use #fff */
    transform: translateX(0%);
    transition: transform 1.5s ease-out;
    z-index: 2;
  }

  .reveal-container.revealed .reveal-overlay {
    transform: translateX(100%);
  }


/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
/* ===== Offer strip styles ===== */
.offer-strip {
  background: #c63341;               /* red background */
  padding: 22px 0;
  color: #fff;                       /* default text is white */
}

.offer-strip h2,
.offer-strip p {
  color: #fff !important;                       /* force white text for title & subtitle */
}

.offer-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.offer-subtitle {
  font-size: 18px;
  letter-spacing: 0.2px;
}

/* Baby-yellow button with white glow and black font */
.btn-offer {
  background: #fff59d !important;               /* baby yellow */
  color: #000000 !important;                    /* black text */
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;

  /* Static white glow */
  box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

/* Hover effect: background becomes white, text turns red */
.btn-offer:hover,
.btn-offer:focus {
  background: #ffffff !important;               /* white background on hover */
  color: #c62828 !important;                    /* red text on hover */
  text-decoration: none;
  /* Keep the same glow on hover (or make it a bit stronger if desired) */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

/* tiny star */
.asterisk {
  font-size: 90%;
  vertical-align: super;
}

.blink-red {
  color: yellow;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .counter-section {
    padding: 50px 0 25px 0;
  }
}
@media (max-width: 767px) {
  .counter-section {
    padding: 30px 0 10px 0;
  }
}

.counter-item {
  position: relative;
}
@media (max-width: 991px) {
  .counter-item {
    margin-bottom: 20px;
  }
}
.counter-item .counter-title {
  font-family: var(--tj-ff-heading);
  color: #102039 !important;
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item .counter-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .counter-item .counter-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .counter-item .counter-title {
    font-size: 50px;
  }
}
.counter-item .counter-title .odometer.odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item .counter-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.counter-item .counter-content .counter-text {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 8px;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 767px) {
  .counter-item .counter-content .counter-text {
    font-size: 12px;
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.counter-2 {
  padding: 75px 0 70px 0;
}
@media (max-width: 991px) {
  .counter-2 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .counter-2 {
    padding: 30px 0 10px 0;
  }
}

@media (max-width: 991px) {
  .counter-item.item-2 .counter-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .counter-item.item-2 .counter-title {
    font-size: 50px;
  }
}
.counter-item.item-2 .counter-title .odometer-formatting-mark {
  display: none;
}
.counter-item.item-2 .counter-text {
  letter-spacing: 4px;
}

.counter-3 .counter-container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Theme Plan CSS
----------------------------------------*/
.plan-section .plan-content {
  margin-right: 32.5px;
}
@media (max-width: 991px) {
  .plan-section .plan-content {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.plan-content p {
  margin-bottom: 35px;
}
.plan-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-content ul li:not(:last-of-type) {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--tj-color-border-6);
}
.plan-content ul li h3 {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.plan-content .pdf-box {
  margin-top: 55px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 991px) {
  .plan-content .pdf-box {
    margin-top: 25px;
  }
}
.plan-content .pdf-box h3 {
  font-family: var(--tj-ff-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.plan-tab .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .plan-tab .nav {
    margin-bottom: 30px;
  }
}
.plan-tab .nav-tabs {
  border-bottom: none;
}
.plan-tab .nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--tj-color-common-white);
  font-size: 18px;
}
.plan-tab .nav-tabs .nav-link:hover {
  color: var(--tj-color-theme-primary);
  border-right: 1px solid var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
}
.plan-tab .nav-tabs .nav-link.active {
  color: var(--tj-color-theme-primary);
  border-right: 1px solid var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Plan CSS */
/**----------------------------------------
START: Theme Amenities CSS
----------------------------------------*/
@media (max-width: 991px) {
  .amenities-section {
    padding-bottom: 20px;
  }
}
.amenities-section .section-heading {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .amenities-section .section-heading {
    margin-bottom: 40px;
  }
}
.amenities-section .section-heading .sub-heading {
  margin-bottom: 15px;
  font-weight: bold; 
}
.amenities-section .section-heading .section-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .amenities-section .section-heading .section-title {
    width: 100%;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .amenities-item {
    margin-bottom: 40px;
  }
}
.amenities-item .amenities-icon {
  color: var(--tj-color-theme-primary);
  font-size: 75px;
  height: 75px;
  width: 75px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.amenities-item .amenities-item-title {
  margin: 25px 0 25px 0;
  line-height: 1;
}
.amenities-item p:last-child {
  margin-bottom: 0;
}
.amenities-item:hover .amenities-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.amenities-2 {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .amenities-2 {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .amenities-2 {
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .amenities-2 .section-heading {
    padding-bottom: 25px;
  }
}
.amenities-2 .section-heading .section-title {
  line-height: 1.2;
}

.amenities-box {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  border: 1px solid var(--tj-color-theme-primary);
  margin-bottom: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .amenities-box {
    padding: 40px 20px;
  }
}
.amenities-box .amenities-icon {
  color: var(--tj-color-theme-primary);
  font-size: 75px;
  height: 75px;
  width: 75px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.amenities-box .amenities-item-title {
  margin-bottom: 25px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .amenities-box .amenities-item-title {
    font-size: 20px;
  }
}
.amenities-box .amenities-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.amenities-box .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.amenities-box p:last-child {
  margin-bottom: 0;
}
.amenities-box:hover .overlay, .amenities-box:hover .amenities-thumb {
  visibility: visible;
  opacity: 1;
}
.amenities-box:hover .amenities-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.reveal-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.reveal-wrapper h3 {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.6s ease-out;
}

.amenity-list .reveal-wrapper {
  display: inline-block;
  overflow: hidden;
}

.amenity-list .reveal-wrapper h3 {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1.5s ease-out;
}

.amenity-list .reveal-wrapper.revealed h3 {
  opacity: 1;
  transform: translateX(0);
}


/* !END: Theme Amenities CSS */
/**----------------------------------------
START: Theme Gallery CSS
----------------------------------------*/
.gallery-section {
  position: relative;
}
.gallery-section .beauly-gallery-wrap .gallery-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .gallery-section .beauly-gallery-wrap .gallery-filter {
    margin-bottom: 40px;
  }
}
.gallery-section .beauly-gallery-wrap .gallery-filter li {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-text-body);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 25px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-section .beauly-gallery-wrap .gallery-filter li {
    font-size: 18px;
  }
}
.gallery-section .beauly-gallery-wrap .gallery-filter li:hover {
  color: var(--tj-color-theme-primary);
}
.gallery-section .beauly-gallery-wrap .gallery-filter li.active {
  color: var(--tj-color-theme-primary);
  text-decoration: line-through;
}
.gallery-section .beauly-gallery-wrap .property-gallery {
  position: relative;
}
.gallery-section .beauly-gallery-wrap .property-gallery .item {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .beauly-gallery-wrap .property-gallery .item {
    max-width: 730px;
  }
}
@media (max-width: 991px) {
  .gallery-section .beauly-gallery-wrap .property-gallery .item {
    max-width: 500px;
  }
}
.gallery-section .beauly-gallery-wrap .property-gallery .item .video-btn a {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 35px;
  width: 120px;
  padding: 33px 0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.gallery-section .beauly-gallery-wrap .property-gallery .item .video-btn a:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
@media (max-width: 991px) {
  .gallery-section .beauly-gallery-wrap .property-gallery .item .video-btn a {
    font-size: 20px;
    width: 80px;
    padding: 25px 0;
    margin-top: 10px;
  }
}
.gallery-section .owl-carousel .owl-nav > div {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 575px) {
  .gallery-section .owl-carousel .owl-nav > div {
    font-size: 40px;
  }
}
.gallery-section .owl-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-next {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-next {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-next {
    right: 35px;
  }
}
.gallery-section .owl-carousel .owl-nav > div.owl-prev {
  left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-prev {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-prev {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .gallery-section .owl-carousel .owl-nav > div.owl-prev {
    left: 35px;
  }
}

.gallery-section-2 .gallery-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .gallery-section-2 .gallery-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .gallery-section-2 .gallery-top .section-heading {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .gallery-section-2 .gallery-top .section-heading p br {
    display: none;
  }
}
.gallery-section-2 .gallery-top .nav-tabs {
  border-bottom: none;
}
.gallery-section-2 .gallery-top .nav-tabs .nav-link {
  color: var(--tj-color-text-body);
  font-size: 22px;
  font-weight: var(--tj-fw-medium);
  border: none;
  padding: 0;
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section-2 .gallery-top .nav-tabs .nav-link {
    font-size: 18px;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .gallery-section-2 .gallery-top .nav-tabs .nav-link {
    font-size: 18px;
    margin-left: 0;
    margin: 0 20px;
  }
}
.gallery-section-2 .gallery-top .nav-tabs .active {
  background-color: transparent;
  color: var(--tj-color-theme-primary);
  text-decoration: line-through;
}
.gallery-section-2 .tab-content {
  position: relative;
}
.gallery-section-2 .beauly-gallery-wrap .carousel {
  position: inherit;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
@media (max-width: 991px) {
  .gallery-section-2 .beauly-gallery-wrap .carousel {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.gallery-section-2 .beauly-gallery-wrap .carousel-inner {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .gallery-section-2 .beauly-gallery-wrap .carousel-inner {
    margin-bottom: 15px;
  }
}
.gallery-section-2 .beauly-gallery-wrap .carousel-inner .gallery-inner-thumb img {
  width: 100%;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav {
  position: inherit;
  margin: 0;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (max-width: 991px) {
  .gallery-section-2 .beauly-gallery-wrap .gallery-nav {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav [data-bs-target] {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  text-indent: inherit;
  border: none;
  opacity: 1;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to] {
  background-color: var(--tj-color-theme-bg-primary-blur);
  position: absolute;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="0"] {
  width: 153px;
  height: 153px;
  left: 19.2%;
  top: 8.9%;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="1"] {
  top: 9%;
  right: 24%;
  height: 183px;
  width: 141px;
  left: auto;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="2"] {
  bottom: 26.5%;
  left: 19.2%;
  height: 156px;
  width: 154px;
}
.gallery-section-2 .beauly-gallery-wrap .gallery-nav.right [data-bs-slide-to="3"] {
  bottom: 13%;
  right: 5%;
  height: 175px;
  width: 275px;
}
.gallery-section-2 .gallery-item-wrap .owl-nav {
  display: none;
}
.gallery-section-2 .gallery-box-wrap .owl-nav {
  display: none;
}

.video-btn a {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 35px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.video-btn a:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
@media (max-width: 991px) {
  .video-btn a {
    font-size: 20px;
    width: 80px;
    height: 80px;
    margin-top: 10px;
  }
}
/* === GALLERY STYLES === */
.gallery-carousel img {
  object-fit: cover;
  height: 250px;
}

@media (max-width: 767.98px) {
  .gallery-carousel img {
    height: 200px;
  }
}

/* !END: Theme Gallery CSS */
/**----------------------------------------
START: Theme Apartment CSS
----------------------------------------*/
.apartment-section {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .apartment-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .apartment-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .apartment-section .apartment-content {
    overflow: hidden;
    overflow: scroll;
  }
}

.beauly-table {
  margin-bottom: 0;
  color: transparent;
}
.beauly-table thead {
  background: var(--tj-color-theme-primary);
}
.beauly-table thead th {
  color: var(--tj-color-common-white);
}
.beauly-table tbody tr {
  border-bottom: 1px solid rgba(189, 140, 98, 0.3);
}
.beauly-table tbody tr:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.beauly-table tbody tr:hover th, .beauly-table tbody tr:hover td {
  color: var(--tj-color-theme-primary);
  vertical-align: middle;
}
.beauly-table tbody tr th,
.beauly-table tbody tr td {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.beauly-table tbody tr th a,
.beauly-table tbody tr td a {
  text-decoration: underline;
}

.beauly-table > :not(caption) > * > * {
  color: var(--tj-color-grey-1);
  font-size: 18px;
  font-weight: 400;
  padding: 19px 45px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .beauly-table > :not(caption) > * > * {
    padding: 19px 35px;
  }
}
@media (max-width: 991px) {
  .beauly-table > :not(caption) > * > * {
    padding: 25px 10px;
  }
}
@media (max-width: 767px) {
  .beauly-table > :not(caption) > * > * {
    font-size: 16px;
    padding: 15px 10px;
  }
}

.apartment-2 {
  padding-top: 0;
}
@media (max-width: 767px) {
  .apartment-2 {
    padding-top: 20px;
  }
}
.apartment-2 .apartment-content .beauly-table thead {
  background-color: var(--tj-color-theme-bg-dark-light);
}

.beauly-apartment-carousel .item {
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
}
.beauly-apartment-carousel .owl-nav > div {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .beauly-apartment-carousel .owl-nav > div {
    display: none;
  }
}
.beauly-apartment-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .beauly-apartment-carousel .owl-nav > div.owl-next {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .beauly-apartment-carousel .owl-nav > div.owl-next {
    display: none;
  }
}
.beauly-apartment-carousel .owl-nav > div.owl-prev {
  left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .beauly-apartment-carousel .owl-nav > div.owl-prev {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .beauly-apartment-carousel .owl-nav > div.owl-prev {
    display: none;
  }
}

.apartment-item {
  position: relative;
}
.apartment-item .apartment-thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .apartment-item .apartment-thumb img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .apartment-item .apartment-thumb {
    height: 300px;
  }
}
.apartment-item .apartment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px;
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content {
    height: 60px;
    padding: 0 10px;
  }
}
.apartment-item .apartment-content .apartment-title {
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 1;
  border-right: 1px solid var(--tj-color-common-white);
}
@media (max-width: 991px) {
  .apartment-item .apartment-content .apartment-title {
    font-size: 20px;
  }
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content .apartment-title {
    font-size: 11px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.apartment-item .apartment-content .apartment-price {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-theme-primary);
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 1;
  border-right: 1px solid var(--tj-color-common-white);
}
@media (max-width: 991px) {
  .apartment-item .apartment-content .apartment-price {
    font-size: 20px;
  }
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content .apartment-price {
    font-size: 11px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.apartment-item .apartment-content .apartment-information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 991px) {
  .apartment-item .apartment-content .apartment-information-list {
    display: none;
  }
}
.apartment-item .apartment-content .apartment-information-list li {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.apartment-item .apartment-content .apartment-information-list li i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.apartment-item .apartment-content .apartment-information-list li span {
  font-size: 16px;
}
.apartment-item .apartment-content .apartment-btn-wrap .apartment-btn {
  color: var(--tj-color-common-white);
  font-size: 16px;
  padding: 8px 25px;
  border: 1px solid var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px), (max-width: 575px) {
  .apartment-item .apartment-content .apartment-btn-wrap .apartment-btn {
    font-size: 11px;
    padding: 8px 10px;
  }
}
.apartment-item .apartment-content .apartment-btn-wrap .apartment-btn:hover {
  color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Apartment CSS */
/**----------------------------------------
START: Theme Request CSS
----------------------------------------*/
.beauly-contact-form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.beauly-contact-form .form-group {
  margin-bottom: 30px;
}
.beauly-contact-form .form-group .form-control {
  background-color: var(--tj-color-theme-bg-dark-2);
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  padding: 15px;
  letter-spacing: 2px;
  border: 1px solid var(--tj-color-border-6);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.beauly-contact-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .form-control:-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .form-control::-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .form-control:-ms-input-placeholder {
  color: var(--tj-color-grey-10);
}
.beauly-contact-form .form-group .address {
  height: 120px;
}
.beauly-contact-form .tj-primary-btn {
  width: 100%;
}

/* !END: Theme Request CSS */
/**----------------------------------------
START: Theme Follow CSS
----------------------------------------*/
.follow-section .follow-container {
  max-width: 1428px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.follow-section .follow-item-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
@media (max-width: 991px) {
  .follow-section .follow-item-wrap {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .follow-section .follow-item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.follow-section .follow-item-wrap .follow-item {
  position: relative;
}
.follow-section .follow-item-wrap .follow-item:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.follow-section .follow-item-wrap .follow-item:hover:before {
  visibility: visible;
  opacity: 1;
}
.follow-section .follow-item-wrap .follow-item img {
  width: 100%;
}
.follow-section .follow-item-wrap .follow-item .follow-icon {
  color: var(--tj-color-common-white);
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.follow-section .follow-item-wrap .follow-item .follow-icon :hover {
  color: var(--tj-color-theme-primary);
}
.follow-section .follow-item-wrap .follow-item:hover .follow-icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.follow-section .follow-btn {
  line-height: 1;
}
.follow-section .follow-btn.btn-2 .tj-primary-btn {
  color: var(--tj-color-theme-primary);
  background-color: transparent;
  border: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Follow CSS */
/**----------------------------------------
START: Theme Project CSS
----------------------------------------*/
.project-section {
  padding-bottom: 90px;
}
.pointer-text {
  font-size: 14px !important;
  color: #000000 !important;
}

@media (max-width: 991px) {
  .project-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .project-section {
    padding-bottom: 30px;
  }
}

.project-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.project-item .project-text {
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.project-item .project-text span {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.project-item .project-thumb {
  overflow: hidden;
}
.project-item .project-thumb img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 25px 30px;
}
.project-item .project-content .project-item-title {
  margin-bottom: 15px;
}
.project-item .project-content .project-list {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.project-item .project-content .project-list li {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.project-item .project-content .project-list li i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.project-item .project-content .project-list li span {
  font-size: 16px;
}
.project-item:hover .project-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.project-2 {
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .project-2 {
    padding-bottom: 60px;
  }
}
.project-2 .project-top {
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .project-2 .project-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .project-2 .project-top {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.project-2 .project-top .section-heading {
  margin-bottom: 0;
}
.project-2 .project-top .custom-next-prev-wrap {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next,
.project-2 .project-top .custom-next-prev-wrap .owl-prev {
  color: var(--tj-color-common-white);
  font-size: 20px;
  width: 60px;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  border: 1px solid var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next i,
.project-2 .project-top .custom-next-prev-wrap .owl-prev i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next i:before,
.project-2 .project-top .custom-next-prev-wrap .owl-prev i:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-2 .project-top .custom-next-prev-wrap .owl-next:hover,
.project-2 .project-top .custom-next-prev-wrap .owl-prev:hover {
  color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
}

.project-item.item-2 {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-item.item-2 {
    margin: 0 20px;
  }
}
.project-item.item-2 .project-content {
  width: 90%;
  position: absolute;
  bottom: -200px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item.item-2 .project-content {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.item-2 .project-content {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .project-item.item-2 .project-content {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item.item-2 .project-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.item-2 .project-content h3 {
    font-size: 16px;
  }
}
.project-item.item-2 .project-content h4 {
  font-family: var(--tj-ff-body);
  font-size: 30px;
  color: var(--tj-color-theme-primary);
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.item-2 .project-content h4 {
    font-size: 20px;
  }
}
.project-item.item-2 .project-text {
  background-color: transparent;
  padding: 0;
  top: -35px;
  right: -35px;
}
@media (max-width: 767px) {
  .project-item.item-2 .project-text {
    top: 25px;
    right: 15px;
  }
}
.project-item.item-2 .project-text span {
  font-size: 24px;
  line-height: 1;
}
.project-item.item-2 .round-shape {
  background-color: var(--tj-color-theme-primary);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  right: -200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .project-item.item-2 .round-shape {
    top: -100px;
    right: -100px;
  }
}
.project-item.item-2:hover .project-content {
  bottom: 30px;
}
.project-item.item-2:hover .project-text {
  top: 25px;
  right: 15px;
}
.project-item.item-2:hover .round-shape {
  top: -100px;
  right: -100px;
}

/* !END: Theme Project CSS */
/**----------------------------------------
START: Theme Faq CSS
----------------------------------------*/
.faq-section {
  width: 100%;
  height: 700px;
  position: relative;
}
@media (max-width: 991px) {
  .faq-section {
    height: auto;
  }
}
.faq-section.interactive-image .icon-radio-checked {
  display: block;
}
.faq-section.interactive-image .hotspot {
  font-size: inherit;
}
.faq-section.interactive-image .hotspot::before {
  content: "";
}
.faq-section.interactive-image .hotspot > span {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-bg-dark-light);
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: var(--tj-fw-sbold);
  -webkit-animation: ripple_white 2s linear infinite;
          animation: ripple_white 2s linear infinite;
}
.faq-section.interactive-image .hotspot:hover span, .faq-section.interactive-image .hotspot.active span {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.faq-section.interactive-image .item {
  margin-top: 10px;
  display: block !important;
  visibility: hidden;
}
.faq-section.interactive-image .hotspot:hover + .item {
  visibility: visible;
}
.faq-section .location-mark {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .faq-section .location-mark {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-section .location-mark {
    display: none;
  }
}
.faq-section .location-mark > div {
  position: absolute;
  right: 28%;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: ripple_white 2s linear infinite;
  animation: ripple_white 2s linear infinite;
  border-radius: 50%;
}
.faq-section .location-mark > div:nth-child(2) {
  right: 40%;
  top: 60%;
}
.faq-section .location-mark > div:nth-child(3) {
  right: 50%;
  top: 30%;
}
.faq-section .location-mark > div:nth-child(4) {
  right: 57%;
  top: 67%;
}
.faq-section .location-mark > div > span {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-bg-dark-light);
  font-weight: 600;
  width: 40px;
  padding: 12px 0;
  line-height: 1;
  text-align: center;
  display: block;
  border-radius: 50%;
}
.faq-section .location-mark > div h3 {
  background-color: var(--tj-color-theme-bg-dark-light);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px;
  margin-bottom: 0;
  width: 155px;
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  visibility: hidden;
  opacity: 0;
}
.faq-section .location-mark > div h3:before {
  background-color: var(--tj-color-theme-bg-dark-light);
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7.5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.faq-section .location-mark > div h3 span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.faq-section .location-mark > div:hover h3 {
  visibility: visible;
  opacity: 1;
}
.faq-section .faq-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 30px;
  width: 400px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .faq-section .faq-content {
    width: 100%;
  }
}
.faq-section .faq-content .accordion-item {
  background-color: transparent;
  border: none;
}
.faq-section .faq-content .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tj-color-border-7);
}
.faq-section .faq-content .accordion-item .accordion-button {
  background-color: transparent;
  color: var(--tj-color-common-white);
  font-size: 20px;
  padding: 0;
}
.faq-section .faq-content .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .faq-content .accordion-item .accordion-button:not(.collapsed) {
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .faq-content .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "+";
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 16px;
}
.faq-section .faq-content .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq-section .faq-content .accordion-item .accordion-collapse .accordion-body {
  position: relative;
  padding: 0;
  z-index: 2;
}

@-webkit-keyframes ripple_white {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple_white {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
.faq-section-2 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .faq-section-2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .faq-section-2 {
    padding-bottom: 40px;
  }
}

.faq-info .accordion .accordion-item {
  background-color: transparent;
  border: 1px solid var(--tj-color-border-5);
  margin-bottom: 20px;
  border: 1px solid var(--tj-color-border-5);
}
.faq-info .accordion .accordion-item .accordion-button {
  background-color: transparent;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-info .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--tj-color-theme-bg-dark-light);
  color: var(--tj-color-theme-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-info .accordion .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 16px;
}
.faq-info .accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f077";
  color: var(--tj-color-theme-primary);
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq-info .accordion .accordion-item .accordion-body:not(.collapsed) {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding-top: 0;
}

/* !END: Theme Faq CSS */
/**----------------------------------------
START: Theme Interactive Image CSS
----------------------------------------*/
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.tj_interactive_image {
  display: block;
  position: relative;
  z-index: 1;
  max-height: 700px;
}
.tj_interactive_image .tj_interactive_image_media {
  position: relative;
  z-index: 1;
}
.tj_interactive_image .tj_interactive_image_media::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-common-black);
  opacity: 0.4;
}
.tj_interactive_image .tj_interactive_image_media img {
  width: 100%;
}
@media (max-width: 575px), (max-width: 767px), (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj_interactive_image .tj_interactive_image_media {
    display: inline-block;
  }
}
.tj_interactive_image .tj_interactive_image_item_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
  font-family: var(--tj-ff-body);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  cursor: pointer;
  background: var(--tj-color-common-white);
  color: var(--tj-color-theme-bg-dark-light);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.tj_interactive_image .tj_interactive_image_item_dot::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 4em;
  height: 4em;
  z-index: -2;
  position: absolute;
  top: -20%;
  left: -20%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: pulsate 1.2s ease-out infinite;
          animation: pulsate 1.2s ease-out infinite;
}
@media (max-width: 991px) {
  .tj_interactive_image .tj_interactive_image_item_dot {
    width: 30px !important;
    height: 30px !important;
  }
  .tj_interactive_image .tj_interactive_image_item_dot::after {
    width: 3em;
    height: 3em;
  }
}
@media (max-width: 575px), (max-width: 767px) {
  .tj_interactive_image .tj_interactive_image_item_dot {
    font-size: 12px;
    width: 25px !important;
    height: 25px !important;
  }
  .tj_interactive_image .tj_interactive_image_item_dot::after {
    width: 2.5em;
    height: 2.5em;
  }
}
.tj_interactive_image .tj_interactive_image_item_dot.tj_interactive_image_item_dot_on {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj_interactive_image .tj_interactive_image_item_dot.tj_interactive_image_item_dot_on::after {
  -webkit-animation: none;
          animation: none;
}
.tj_interactive_image .tj_interactive_image_item_dot .tj_interactive_image_item_dot_tooltip {
  font-size: 18px;
  line-height: 1;
  font-family: var(--tj-ff-heading);
  text-transform: capitalize;
  width: 150px;
  position: absolute;
  margin-top: -8em;
  padding: 15px 10px;
  background: var(--tj-color-theme-bg-dark-light);
  color: var(--tj-color-common-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.tj_interactive_image .tj_interactive_image_item_dot .tj_interactive_image_item_dot_tooltip::after {
  content: "";
  display: block;
  border: 10px solid var(--tj-color-theme-bg-dark-light);
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin: 0 -0.5em;
}
.tj_interactive_image .tj_interactive_image_item_dot .tj_interactive_image_item_dot_tooltip span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.tj_interactive_image .tj_interactive_image_item_dot:hover .tj_interactive_image_item_dot_tooltip {
  opacity: 1;
}
.tj_interactive_image .tj_interactive_image_content {
  background-color: var(--tj-color-theme-bg-dark-light);
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  max-width: 450px;
  width: 100%;
  padding: 30px;
  border-radius: 5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj_interactive_image .tj_interactive_image_content {
    left: 10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj_interactive_image .tj_interactive_image_content {
    left: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_interactive_image .tj_interactive_image_content {
    left: 1%;
    max-width: 400px;
  }
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .tj_interactive_image .tj_interactive_image_content {
    position: relative;
    top: initial;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    margin: 60px 0;
  }
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item {
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item:not(:last-child) {
  border-bottom: 1px solid var(--tj-color-border-5);
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item:first-child {
  padding-top: 0;
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item:last-child {
  padding-bottom: 0;
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_title,
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_number {
  font-size: 20px;
  line-height: 1.1;
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_title {
  padding-right: 20px;
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_title::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 4px;
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_number {
  float: left;
  padding-right: 15px;
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_text {
  padding: 0;
  display: block;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  width: 95%;
}
@media (max-width: 575px), (max-width: 767px), (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_text {
    width: 100%;
  }
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item.on .tj_interactive_image_item_title,
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item.on .tj_interactive_image_item_number {
  color: var(--tj-color-theme-primary);
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item.on .tj_interactive_image_item_title::after {
  content: "\f068";
}
.tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item.on .tj_interactive_image_item_text {
  display: block;
  opacity: 1;
  height: auto;
  padding-top: 15px;
}

/* !END: Theme Interactive Image CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.post-card .post-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 30px;
}
.post-card .post-content .post-content-title {
  max-width: 420px;
  width: 100%;
  line-height: 1.6em;
  margin: 15px 0 20px 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .post-content-title:hover {
  color: var(--tj-color-theme-primary);
}
@media (max-width: 991px) {
  .post-card .post-content .post-content-title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .post-card .post-content .post-content-title {
    font-size: 22px;
  }
}
.post-card .post-content p {
  max-width: 450px;
  width: 100%;
}
.post-card .post-content p:last-child {
  margin-bottom: 0;
}
.post-card .post-thumb {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.post-card:hover .post-thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.post-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.post-meta ul li {
  font-size: 16px;
}
.post-meta ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.post-meta ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.post-meta ul li i {
  color: var(--tj-color-theme-primary);
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.post-items {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 21px;
}
.post-items .post-item .post-content {
  padding: 40px 30px;
}
.post-items .post-item .post-content h3 {
  margin-bottom: 0;
}

.blog-2 {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .blog-2 {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .blog-2 {
    padding-bottom: 35px;
  }
}
.blog-2 .post-card {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .blog-2 .post-card .post-content .post-content-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .blog-wrapper {
    margin-bottom: 60px;
  }
}
.blog-wrapper .tj-blog .blog-details-thumb {
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-wrapper .tj-blog .tj-blog-title {
  font-size: 35px;
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog .post-meta {
  margin-bottom: 15px;
}
.blog-wrapper .tj-blog .desc {
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog .blog-details-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .blog-wrapper .tj-blog .blog-details-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 25px;
  }
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list {
  list-style: none;
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list li {
  font-size: 18px;
  color: var(--tj-color-common-white);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list li:last-child {
  margin-bottom: 0;
}
.blog-wrapper .tj-blog .blog-details-box .blog-details-list li i {
  font-size: 25px;
  margin-top: 4px;
}
.blog-wrapper .tj-blog .details-para {
  max-width: 765px;
  width: 100%;
  margin-bottom: 50px;
}
.blog-wrapper .tj-blog blockquote {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 40px 35px;
  margin-bottom: 40px;
}
.blog-wrapper .tj-blog blockquote img {
  margin-bottom: 20px;
}
.blog-wrapper .tj-blog blockquote p {
  margin-bottom: 45px;
}
.blog-wrapper .tj-blog blockquote span {
  font-size: 24px;
  color: var(--tj-color-theme-primary);
  padding-left: 55px;
  position: relative;
  line-height: 1;
}
.blog-wrapper .tj-blog blockquote span:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-wrapper .tj-blog .comment-wrap {
  margin-bottom: 50px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-header {
  font-size: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-header:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--tj-color-border-5);
}
@media (max-width: 767px) {
  .blog-wrapper .tj-blog .comment-wrap .comment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 25px;
  }
}
.blog-wrapper .tj-blog .comment-wrap .comment-box.box-2 {
  padding-left: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-thumb {
  width: 120px;
  height: 120px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-thumb img {
  max-width: inherit;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content .comment-title {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content p {
  max-width: 610px;
  margin-bottom: 25px;
}
.blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content .reply {
  color: var(--tj-color-theme-primary);
  font-size: 16px;
  padding: 5px 20px;
  border: 1px solid var(--tj-color-theme-primary);
}
.blog-wrapper .tj-blog .blog-details-form .form-header {
  font-size: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}
.blog-wrapper .tj-blog .blog-details-form .form-header:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.blog-wrapper .tj-blog .blog-details-form .beauly-contact-form {
  max-width: inherit;
  margin: 0;
}
.blog-wrapper .tj-blog .blog-details-form .beauly-contact-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid var(--tj-color-grey-9);
}
.blog-wrapper .tj-blog .blog-details-form .beauly-contact-form .tj-primary-btn {
  width: inherit;
}

.sidebar-item {
  background-color: var(--tj-color-theme-bg-dark-light);
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sidebar-item.item-2 {
    margin-bottom: 0;
  }
}
.sidebar-item .search-form {
  position: relative;
}
.sidebar-item .search-form .form-control {
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  height: 50px;
  border: 1px solid var(--tj-color-theme-primary);
  padding-right: 40px;
  color: var(--tj-color-common-white);
}
.sidebar-item .search-form .form-control::-webkit-input-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .form-control:-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .form-control::-moz-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .form-control:-ms-input-placeholder {
  color: var(--tj-color-grey-10);
}
.sidebar-item .search-form .search-btn {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 15px;
}
.sidebar-item .sidebar-title {
  font-size: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 60px;
}
.sidebar-item .sidebar-title:before {
  background-color: var(--tj-color-theme-primary);
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.sidebar-item .thumb-post li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-item .thumb-post li:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar-item .thumb-post li .thumb {
  max-width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}
.sidebar-item .thumb-post li .thumb-post-info .post-meta {
  margin-bottom: 5px;
}
.sidebar-item .thumb-post li .thumb-post-info .post-meta {
  margin-bottom: 15px;
}
.sidebar-item .thumb-post li .thumb-post-info .post-meta li:not(:last-of-type) {
  margin-bottom: 0;
}
.sidebar-item .thumb-post li .thumb-post-info .thumb-post-title {
  font-size: 18px;
  font-family: var(--tj-ff-body);
  line-height: 1.5em;
  max-width: 200px;
  width: 100%;
  margin-bottom: 0;
}
.sidebar-item .thumb-post li .thumb-post-info .thumb-post-title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-item .thumb-post li .thumb-post-info .thumb-post-title a:hover {
  color: var(--tj-color-theme-primary);
}
.sidebar-item .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-item .category-list li a {
  font-size: 16px;
  color: var(--tj-color-grey-9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-item .category-list li a:hover {
  color: var(--tj-color-theme-primary);
}
.sidebar-item .category-list li span {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
}
.sidebar-item .category-list li:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--tj-color-border-5);
}
.sidebar-item .tags li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sidebar-item .tags li a {
  background-color: transparent;
  color: var(--tj-color-grey-1);
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 20px;
  margin: 0 10px 10px 0;
  border: 1px solid var(--tj-color-grey-9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-item .tags li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-theme-primary);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Sponsor CSS
----------------------------------------*/
.sponsor-section .sponsor-carousel .item img {
  max-width: 110px;
  margin: 0 auto;
  height: 40px;
}

.sponsor-2 {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .sponsor-2 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .sponsor-2 {
    padding: 50px 0;
  }
}

/* !END: Theme Sponsor CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.testimonial-section .testimonial-carousel .testi-item .testi-content {
  background-color: var(--tj-color-theme-bg-dark-deep);
  padding: 40px 30px;
}
.testimonial-section .testimonial-carousel .testi-item .testi-content p {
  margin-bottom: 0;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author {
  background-color: var(--tj-color-theme-bg-dark-light-2);
  padding: 40px 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-thumb {
  height: 80px;
  width: 80px;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-thumb img {
  border-radius: 50%;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-content .author-name {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 22px;
}
.testimonial-section .testimonial-carousel .testi-item .testi-author .author-quote {
  position: absolute;
  top: -27.5px;
  right: 40px;
}
.testimonial-section .testimonial-carousel .owl-nav {
  display: none;
}
.testimonial-section .testimonial-carousel .owl-dots {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  margin-top: 50px;
}
.testimonial-section .testimonial-carousel .owl-dots span {
  background-color: #fff;
  height: 3px;
  width: 25px;
  display: block;
  border-radius: 30px;
}
.testimonial-section .testimonial-carousel .owl-dots .active span {
  background-color: var(--tj-color-theme-primary);
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Cover CSS
----------------------------------------*/
.cover-section .cover-wrap > div {
  padding: 0;
}
@media (max-width: 767px) {
  .cover-section .cover-wrap > div {
    width: 50%;
  }
}
.cover-section .cover-wrap .cover-item {
  position: relative;
}
@media (max-width: 991px) {
  .cover-section .cover-wrap .cover-item {
    height: auto;
  }
}
.cover-section .cover-wrap .cover-item .cover-img {
  height: 414px;
}
@media (max-width: 767px) {
  .cover-section .cover-wrap .cover-item .cover-img {
    height: 300px;
  }
}
.cover-section .cover-wrap .cover-item .cover-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-section .cover-wrap .cover-item .cover-img .cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cover-section .cover-wrap .cover-item .cover-img .cover-content .cover-title {
  margin-bottom: -5px;
}

@media (max-width: 991px) {
  .cover-2 {
    padding-bottom: 40px;
  }
}
.cover-2 .cover-wrap > div {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .cover-2 .cover-wrap > div {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .cover-2 .cover-wrap .cover-item {
    margin-bottom: 20px;
  }
}
.cover-2 .cover-wrap .cover-item .cover-title {
  text-align: center;
}
@media (max-width: 767px) {
  .cover-2 .cover-wrap .cover-item .cover-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cover-2 .cover-wrap .cover-item .cover-img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cover-2 .cover-wrap .cover-item .cover-img {
    height: 200px;
  }
}

/* !END: Theme Cover CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
@media (max-width: 991px) {
  .team-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .team-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .team-item {
    margin-bottom: 20px;
  }
}
.team-item .team-thumb {
  position: relative;
  overflow: hidden;
}
.team-item .team-thumb img {
  width: 100%;
}
.team-item .team-thumb .team-social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.team-item .team-thumb .team-social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .team-item .team-thumb .team-social li {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
    opacity: 1;
  }
}
.team-item .team-thumb .team-social li:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.team-item .team-thumb .team-social li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team-item .team-thumb .team-social li:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.team-item .team-thumb .team-social li a {
  background-color: var(--tj-color-theme-bg-dark-light);
  color: var(--tj-color-common-white);
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-item .team-thumb .team-social li a:hover {
  background-color: var(--tj-color-theme-primary);
}
.team-item:hover .team-social li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.team-item .team-content {
  padding: 25px;
  border: 1px solid var(--tj-color-grey-9);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-item .team-content .team-member {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-weight: 500;
  margin-bottom: 10px;
}
.team-item .team-content .member-prof {
  color: var(--tj-color-grey-9);
  line-height: 1;
}
.team-item:hover .team-content {
  background-color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
}
.team-item:hover .member-prof, .team-item:hover .team-member {
  color: var(--tj-color-common-white);
}

.team-2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .team-2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-2 {
    padding-bottom: 30px;
  }
}
.team-2 .team-item {
  margin-bottom: 30px;
}
.team-2 .team-item .team-thumb .team-social a {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
.team-2 .team-item .team-thumb .team-social a:hover {
  color: var(--tj-color-common-white);
}

.team-details {
  padding-bottom: 0;
}

.team-details-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  padding: 65px;
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .team-details-box {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 30px;
  }
}
@media (max-width: 991px), (max-width: 767px) {
  .team-details-box {
    padding: 35px;
  }
}
.team-details-box .right-details .team-author {
  font-size: 30px;
  font-family: var(--tj-ff-body);
  font-weight: 500;
  margin-bottom: 25px;
}
.team-details-box .right-details .team-details-list {
  margin-bottom: 40px;
}
.team-details-box .right-details .team-details-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-details-box .right-details .team-details-list li {
    font-size: 12px;
  }
}
.team-details-box .right-details .team-details-list li:last-child {
  margin-bottom: 0;
}
.team-details-box .right-details .team-details-list li .desc {
  color: var(--tj-color-grey-9);
  width: 200px;
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .team-details-box .right-details .team-details-list li .desc {
    width: 150px;
  }
}
.team-details-box .right-details .team-details-social {
  list-style: none;
}
.team-details-box .right-details .team-details-social li a {
  background-color: var(--tj-color-theme-bg-dark-deep);
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  width: 50px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  border: 1px solid var(--tj-color-border-6);
  border-radius: 2px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-details-box .right-details .team-details-social li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
@media (max-width: 991px), (max-width: 767px), (max-width: 767px), (max-width: 575px) {
  .team-details-box .left-details {
    width: 100%;
  }
  .team-details-box .left-details img {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px), (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 767px), (max-width: 991px) and (max-width: 575px), (max-width: 767px) and (max-width: 991px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 575px), (max-width: 767px) and (max-width: 991px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 767px), (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 991px), (max-width: 575px) and (max-width: 767px), (max-width: 575px) and (max-width: 767px), (max-width: 575px) and (max-width: 575px) {
  .team-details-box .left-details img {
    width: 100%;
  }
}

.team-details-content {
  background-color: var(--tj-color-theme-bg-dark-light);
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 65px 65px 65px;
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .team-details-content {
    padding: 0 40px 40px 40px;
  }
}
.team-details-content .content-header {
  color: var(--tj-color-grey-9);
  font-family: var(--tj-ff-body);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
.team-details-content p:last-child {
  margin-bottom: 0;
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme CTA CSS
----------------------------------------*/
.cta-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .cta-section {
    height: 400px;
  }
}

.cta-content .cta-btn a {
  background-color: var(--tj-color-common-white);
  height: 115px;
  width: 115px;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
  border: 5px solid var(--tj-color-theme-primary);
  margin: 0 auto;
  margin-bottom: 45px;
  display: block;
}
@media (max-width: 767px) {
  .cta-content .cta-btn a {
    height: 80px;
    width: 80px;
    line-height: 68px;
  }
}
.cta-content .cta-header {
  font-size: 45px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cta-content .cta-header {
    font-size: 24px;
  }
}

/* !END: Theme CTA CSS */
/**----------------------------------------
START: Theme Floor CSS
----------------------------------------*/
@media (max-width: 991px) {
  .floor-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .floor-section {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .floor-item {
    margin-bottom: 40px;
  }
}
.floor-item .floor-thumb {
  height: 250px;
  margin-bottom: 40px;
}
.floor-item .floor-thumb img {
  height: 100%;
  width: auto;
}
.floor-item .floor-content .floor-title {
  color: var(--tj-color-grey-9);
  margin-bottom: 15px;
}
.floor-item .floor-content .floor-list {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.floor-item .floor-content .floor-list li {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.floor-item .floor-content .floor-list li i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.floor-item .floor-content .floor-list li span {
  font-size: 16px;
}
.floor-item.sold {
  position: relative;
}
.floor-item.sold .floor-thumb img {
  opacity: 0.5;
}
.floor-item.sold .floor-text {
  position: absolute;
  top: 20px;
  right: 70px;
}
.floor-item.sold .floor-text span {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  padding: 5px 15px;
}

/* !END: Theme Floor CSS */
/**----------------------------------------
START: Theme Page Header CSS
----------------------------------------*/
.page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px), (max-width: 767px), (max-width: 575px) {
  .page-header {
    height: 450px;
  }
}
.page-header .page-header-content {
  margin-top: 50px;
}
.page-header .page-header-content h1 {
  font-size: 70px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-header .page-header-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-header .page-header-content h1 {
    font-size: 48px;
  }
}
.page-header .page-header-content p {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}

/* !END: Theme Page Header CSS */
/**----------------------------------------
START: Theme Project Filter CSS
----------------------------------------*/
.project-filter-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .project-filter-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .project-filter-section {
    padding-bottom: 30px;
  }
}
.project-filter-section .filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-filter-section .filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 991px) {
  .project-filter-section .filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .project-filter-section .filter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.project-filter-section .filter-box .project-filter {
  list-style: none;
}
.project-filter-section .filter-box .project-filter li {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  line-height: 1;
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-filter-section .filter-box .project-filter li {
    font-size: 16px;
    margin-right: 20px;
  }
}
.project-filter-section .filter-box .project-filter li:last-child {
  margin-right: 0;
}
.project-filter-section .filter-box .project-filter li.active {
  color: var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
}
@media (max-width: 767px) {
  .project-filter-section .filter-box .project-filter li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .project-filter-section .filter-box .project-filter li {
    margin-bottom: 20px;
  }
}
.project-filter-section .filter-box .project-location-search .ddl-select {
  background-color: transparent;
  font-size: 18px;
  border: 1px solid var(--tj-color-theme-primary);
  width: 412px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .project-filter-section .filter-box .project-location-search .ddl-select {
    width: 250px;
  }
}
.project-filter-section .filter-box .project-location-search .ddl-select:after {
  height: 12px;
  width: 12px;
  margin-top: -8px;
  right: 25px;
}
.project-filter-section .filter-box .project-location-search .ddl-select .list {
  width: 100%;
  border-radius: 0;
}
.project-filter-section .filter-box .project-location-search .ddl-select .list li {
  background-color: var(--tj-color-theme-primary);
  font-size: 16px;
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-filter-section .filter-box .project-location-search .ddl-select .list li:hover {
  background-color: var(--tj-color-common-black);
}

/* !END: Theme Project Filter CSS */
/**----------------------------------------
START: Theme Apartment Info CSS
----------------------------------------*/
.apartment-info-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--tj-color-border-5);
}
.apartment-info-item > div {
  padding: 0;
}
@media (max-width: 767px) {
  .apartment-info-item > div {
    padding: 0 15px;
  }
}
.apartment-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .apartment-info-item .left-item {
    margin-bottom: 30px;
  }
}
.apartment-info-item .left-item .info-number {
  color: var(--tj-color-theme-primary);
}
.apartment-info-item .left-item .info-title {
  color: var(--tj-color-grey-9);
  margin-bottom: 20px;
  line-height: 1;
}
.apartment-info-item .left-item .info-icon {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.apartment-info-item .left-item .info-icon i {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
}
.apartment-info-item ul {
  list-style: none;
}
.apartment-info-item ul li {
  font-size: 18px;
  color: var(--tj-color-grey-9);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .apartment-info-item ul li {
    margin-bottom: 10px;
  }
}
.apartment-info-item ul li:last-child {
  margin-bottom: 0;
}
.apartment-info-item .mid-item {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .apartment-info-item .mid-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .apartment-info-item .mid-item {
    margin-bottom: 30px;
  }
}
.apartment-info-item .mid-item.item-2 {
  margin-left: 0;
}
.apartment-info-item .mid-item img {
  max-width: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .apartment-info-item .mid-item img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .apartment-info-item .mid-item img {
    max-width: 230px;
  }
}
.apartment-info-item .right-item {
  text-align: right;
}
@media (max-width: 991px) {
  .apartment-info-item .right-item {
    text-align: left;
  }
}
.apartment-info-item .right-item .right-title {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-grey-9);
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .apartment-info-item .right-item .right-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .apartment-info-item .right-item .right-title {
    font-size: 32px;
  }
}

/* !END: Theme Apartment Info CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.contact-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 767px) {
  .contact-wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

.contact-item {
  border-right: 1px solid var(--tj-color-border-5);
}
.contact-item:last-child {
  border: none;
}
.contact-item .contact-icon {
  font-size: 45px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 15px;
}
.contact-item .contact-title {
  color: var(--tj-color-grey-9);
  line-height: 1;
  margin-bottom: 15px;
}
.contact-item .contact-list {
  list-style: none;
}
.contact-item .contact-list li a {
  font-size: 18px;
}
.contact-item p {
  font-size: 18px;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}

.map-wrapper iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 767px), (max-width: 575px) {
  .map-wrapper iframe {
    height: 450px;
  }
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Theme footer CSS
----------------------------------------*/
<style>
  .footer-strip {
    padding: 30px 10px;
    text-align: center;
    font-family: var(--tj-ff-body);
    background-color: #727272;!important
    color: #ffffff;!important
  }

  .footer-strip a {
    color: #ffffff; !important
    text-decoration: underline;
  }

  .footer-strip a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .footer-logo {
    height: 36px;
    margin-bottom: 10px;
  }

  .footer-address {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .footer-address i {
    font-size: 18px;
    margin-right: 3px;
  }

  .footer-disclaimer,
  .footer-bottom {
    font-size: 10px;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
  }

  .footer-bottom {
    margin-top: 0;
    text-align: center;
  }

  @media (max-width: 600px) {
    .footer-address {
      font-size: 18px;
      padding: 0 10px;
    }

    .footer-disclaimer,
    .footer-bottom {
      font-size: 9px;
      padding: 12px 12px;
      text-align: justify;
    }
  }
</style>

/* !END: Theme footer CSS */
/**----------------------------------------
START: Theme Preloder CSS
----------------------------------------*/
#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0px;
  top: 0px;
}

#loading::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-bg-dark);
  z-index: -1;
}

#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading #loading-center #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#loading #loading-center #loading-center-absolute .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute .object-1 {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute .object-2 {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute .object-3 {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--tj-color-theme-primary);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tj-color-theme-primary);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
#loading #loading-center #loading-center-absolute #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading #loading-center #loading-center-absolute #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loading #loading-center #loading-center-absolute #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#loading #loading-center #loading-center-absolute #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#loading #loading-center .closeLoader {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

@-webkit-keyframes animate {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/* !END: Theme Preloder CSS */
/**----------------------------------------
START: Theme Scroll CSS
----------------------------------------*/
.beauly-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
          box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.75rem);
      -ms-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-transition: all 0.2s linear, margin-right 0s;
  transition: all 0.2s linear, margin-right 0s;
}

.beauly-scroll-top.progress-done {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.beauly-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: var(--tj-color-theme-primary);
}

.beauly-scroll-top > svg path {
  fill: none;
}

.beauly-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media (min-width: 1px) {
  .beauly-scroll-top.progress-done {
    opacity: 1;
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* !END: Theme Scroll CSS */
/**----------------------------------------
START: Theme Light CSS
----------------------------------------*/
body.light-mode {
  color: var(--tj-color-text-body-light);
}

.light-mode p {
  color: var(--tj-color-text-body-light);
}
.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
.light-mode h5,
.light-mode h6 {
  color: var(--tj-color-heading-light);
}
.light-mode .bg-dark-deep {
  background-color: var(--tj-color-common-white);
}
.light-mode .bg-dark-light {
  background-color: #f9e3bc;
}
.light-mode #loading::after {
  background-color: var(--tj-color-common-white);
}
.light-mode .header.sticky {
  background-color: var(--tj-color-common-white-2);
  border-bottom-color: var(--tj-color-border-1);
}
.light-mode .header.sticky .primary-header-inner .header-contact-area a,
.light-mode .header.sticky .primary-header-inner .header-contact-area i {
  color: var(--tj-color-heading-light);
}
.light-mode .header.sticky .header-menu-wrap .sub-menu > li > a {
  color: var(--tj-color-heading-light);
}
.light-mode .header.sticky .header-menu-wrap .sub-menu > li > a::before {
  background-color: var(--tj-color-heading-light);
}
.light-mode .header.sticky .header-menu-wrap .sub-menu > .has-dropdown::after {
  color: var(--tj-color-heading-light);
}
.light-mode .header.sticky .header-menu-wrap .sub-menu > .has-dropdown > ul > li:hover > a {
  color: var(--tj-color-common-white);
}
.light-mode .header.sticky .header-right .tj-primary-btn {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
.light-mode .header.sticky .header-right .tj-primary-btn i {
  color: var(--tj-color-common-white);
}
.light-mode .header.sticky .header-right .mobile-side-menu-toggle {
  color: var(--tj-color-heading-light);
}
.light-mode .header-2 {
  background-color: var(--tj-color-common-white);
  border-bottom-color: var(--tj-color-border-1);
}
.light-mode .header-2 .header-menu-wrap .sub-menu > li > a {
  color: var(--tj-color-heading-light);
}
.light-mode .header-2 .header-menu-wrap .sub-menu > li > a::before {
  background-color: var(--tj-color-heading-light);
}
.light-mode .header-2 .header-menu-wrap .sub-menu > li.has-dropdown::after {
  color: var(--tj-color-heading-light);
}
.light-mode .header-2 .header-menu-wrap .sub-menu > li.has-dropdown > ul > li:hover > a {
  color: var(--tj-color-common-white);
}
.light-mode .header-2 .primary-header-inner .header-contact-area a,
.light-mode .header-2 .primary-header-inner .header-contact-area i {
  color: var(--tj-color-heading-light);
}
.light-mode .header-2 .header-right .tj-primary-btn {
  border-color: var(--tj-color-heading-light);
  color: var(--tj-color-heading-light);
}
.light-mode .header-2 .header-right .tj-primary-btn:after {
  background-color: var(--tj-color-theme-primary);
}
.light-mode .header-2 .header-right .mobile-side-menu-toggle {
  color: var(--tj-color-heading-light);
}
.light-mode .header-4 {
  background-color: #ffffff;
  border-bottom-color: var(--tj-color-border-1);
}
.light-mode .header-4 .header-menu-wrap .sub-menu > li > a {
  color: var(--tj-color-heading-light);
}
.light-mode .header-4 .header-menu-wrap .sub-menu > li > a::before {
  background-color: var(--tj-color-heading-light);
}
.light-mode .header-4 .header-menu-wrap .sub-menu > .has-dropdown::after {
  color: var(--tj-color-heading-light);
}
.light-mode .header-4 .header-menu-wrap .sub-menu > .has-dropdown ul > li:hover.has-dropdown::after {
  color: var(--tj-color-common-white);
}
.light-mode .header-4 .header-menu-wrap .sub-menu > .has-dropdown ul > li > a:hover {
  color: var(--tj-color-common-white);
}
.light-mode .header-4 .primary-header-inner .header-right .mobile-side-menu-toggle {
  color: var(--tj-color-heading-light);
}
.light-mode .mobile-side-menu {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--tj-color-heading-light);
}
.light-mode .mobile-side-menu .mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  border-bottom-color: var(--tj-color-border-1);
}
.light-mode .mobile-side-menu p {
  color: var(--tj-color-text-body-light);
}
.light-mode .mobile-side-menu .list-header {
  color: var(--tj-color-heading-light);
}
.light-mode .mobile-side-menu .side-menu-list li p {
  color: var(--tj-color-text-body-light);
}
.light-mode .mobile-side-menu .side-menu-list li a {
  color: var(--tj-color-text-body-light);
}
.light-mode .mobile-side-menu .side-menu-head .mobile-side-menu-close {
  color: var(--tj-color-text-body-light);
}
.light-mode .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
  color: var(--tj-color-common-white);
}
.light-mode .mobile-side-menu .side-menu-social ul li a {
  background-color: transparent;
  border-color: var(--tj-color-theme-primary);
}
.light-mode .mobile-side-menu .side-menu-social ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.light-mode .page-header .page-header-content h1,
.light-mode .page-header .page-header-content h2,
.light-mode .page-header .page-header-content h3,
.light-mode .page-header .page-header-content h4,
.light-mode .page-header .page-header-content h5,
.light-mode .page-header .page-header-content h6 {
  color: var(--tj-color-common-white);
}
.light-mode .page-header .page-header-content p {
  color: var(--tj-color-common-white);
}
.light-mode .about-section .about-content .about-title {
  color: var(--tj-color-heading-light);
    font-weight: var(--tj-fw-sbold);
    text-align: center;
}
.light-mode .about-section .about-content p {
  color: var(--tj-color-text-body-light);
}
.light-mode .counter-section {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .counter-section .counter-item .counter-title {
  color: var(--tj-color-theme-primary);
}
.light-mode .counter-section .counter-item .counter-content .counter-text {
  color: var(--tj-color-heading-light);
}
.light-mode .plan-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .plan-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .plan-section .plan-content ul li h3 {
  color: var(--tj-color-heading-light);
}
.light-mode .plan-section .plan-content .pdf-box h3 {
  color: var(--tj-color-heading-light);
}
.light-mode .amenities-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .amenities-section .amenities-item .amenities-item-title {
  color: var(--tj-color-heading-light);
}
.light-mode .amenities-section .amenities-item p {
  color: var(--tj-color-text-body-light);
}
.light-mode .gallery-section .section-heading .section-title {
  color: var(--tj-color-theme-primary);
}
.light-mode .gallery-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .gallery-section .beauly-gallery-wrap .gallery-filter li {
  color: var(--tj-color-heading-light);
}
.light-mode .gallery-section .beauly-gallery-wrap .gallery-filter li.active, .light-mode .gallery-section .beauly-gallery-wrap .gallery-filter li:hover {
  color: var(--tj-color-theme-primary);
}
.light-mode .gallery-section .owl-carousel .owl-nav > div {
  color: var(--tj-color-heading-light);
}
.light-mode .apartment-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .apartment-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .apartment-section .beauly-table tbody tr:hover th,
.light-mode .apartment-section .beauly-table tbody tr:hover td {
  color: var(--tj-color-theme-primary);
}
.light-mode .apartment-section .beauly-table tbody tr th,
.light-mode .apartment-section .beauly-table tbody tr td {
  color: var(--tj-color-text-body-light);
}
.light-mode .request-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .request-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .request-section .beauly-contact-form .form-group .form-control {
  background-color: var(--tj-color-theme-bg-light);
  color: var(--tj-color-heading-light);
}
.light-mode .request-section .beauly-contact-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--tj-color-heading-light);
}
.light-mode .request-section .beauly-contact-form .form-group .form-control::-moz-placeholder {
  color: var(--tj-color-heading-light);
}
.light-mode .request-section .beauly-contact-form .form-group .form-control:-ms-input-placeholder {
  color: var(--tj-color-heading-light);
}
.light-mode .request-section .beauly-contact-form .form-group .form-control::-ms-input-placeholder {
  color: var(--tj-color-heading-light);
}
.light-mode .request-section .beauly-contact-form .form-group .form-control::placeholder {
  color: var(--tj-color-heading-light);
}
.light-mode .follow-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .follow-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .footer-area.bg-dark-deep {
  background-color: var(--tj-color-theme-bg-dark-deep);
}
.light-mode .hero-section-2.bg-dark-light {
  background-color: var(--tj-color-common-white);
}
.light-mode .hero-section-2 .hero-container .hero-title {
  color: var(--tj-color-heading-light);
}
.light-mode .hero-section-2 .hero-content p {
  color: var(--tj-color-text-body-light);
}
.light-mode .hero-section-2 .hero-text h4 {
  color: var(--tj-color-common-white);
}
.light-mode .hero-3 .hero-sidebar {
  background-color: var(--tj-color-common-white);
}
.light-mode .hero-3 .hero-sidebar .hero-sidemenu-list li a {
  color: var(--tj-color-heading-light);
}
.light-mode .hero-3 .hero-sidebar .hero-sidemenu-list li a i {
  color: var(--tj-color-heading-light);
}
.light-mode .hero-3 .hero-content .hero-title {
  color: var(--tj-color-common-white);
}
.light-mode .side-menu-wrapper {
  background-color: var(--tj-color-common-white);
}
.light-mode .hero-content .hero-title {
  color: var(--tj-color-common-white);
}
.light-mode .project-item .project-content {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .project-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .project-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .project-section .project-item .project-content {
  background-color: var(--tj-color-common-white);
}
.light-mode .project-section .project-item .project-content .project-list li span {
  color: var(--tj-color-text-body-light);
}
.light-mode .project-section .project-item .project-item-title {
  color: var(--tj-color-heading-light);
}
.light-mode .project-section.bg-dark-deep .project-item .project-content {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .project-2 .project-top .custom-next-prev-wrap .owl-next,
.light-mode .project-2 .project-top .custom-next-prev-wrap .owl-prev {
  color: var(--tj-color-heading-light);
  border-color: var(--tj-color-heading-light);
}
.light-mode .project-2 .project-top .custom-next-prev-wrap .owl-next:hover,
.light-mode .project-2 .project-top .custom-next-prev-wrap .owl-prev:hover {
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.light-mode .project-filter-section .filter-box .project-filter li {
  color: var(--tj-color-heading-light);
}
.light-mode .project-filter-section .filter-box .project-filter li.active {
  color: var(--tj-color-theme-primary);
  border-bottom-color: var(--tj-color-theme-primary);
}
.light-mode .amenities-2.bg-dark-light {
  background-color: var(--tj-color-common-white);
}
.light-mode .amenities-2 .amenities-box .amenities-item-title {
  color: var(--tj-color-heading-light);
}
.light-mode .amenities-2 .amenities-box p {
  color: var(--tj-color-text-body-light);
}
.light-mode .gallery-section-2.bg-dark-deep {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .gallery-section-2 .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .gallery-section-2 .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .gallery-section-2 .gallery-top .nav-tabs .nav-link {
  color: var(--tj-color-heading-light);
}
.light-mode .gallery-section-2 .gallery-top .nav-tabs .nav-link.active, .light-mode .gallery-section-2 .gallery-top .nav-tabs .nav-link:hover {
  color: var(--tj-color-theme-primary);
}
.light-mode .interactive-img-section .tj_interactive_image .tj_interactive_image_content {
  background-color: var(--tj-color-common-white);
}
.light-mode .interactive-img-section .tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item:not(:last-child) {
  border-bottom-color: var(--tj-color-border-1);
}
.light-mode .interactive-img-section .tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_number,
.light-mode .interactive-img-section .tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item .tj_interactive_image_item_title {
  color: var(--tj-color-heading-light);
}
.light-mode .interactive-img-section .tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item.on .tj_interactive_image_item_number,
.light-mode .interactive-img-section .tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item.on .tj_interactive_image_item_title {
  color: var(--tj-color-theme-primary);
}
.light-mode .interactive-img-section .tj_interactive_image .tj_interactive_image_content .tj_interactive_image_item_text {
  color: var(--tj-color-text-body-light);
}
.light-mode .blog-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .blog-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .blog-section .post-card .post-content {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .blog-section .post-card .post-content .post-content-title {
  color: var(--tj-color-heading-light);
}
.light-mode .blog-section .post-card .post-content .post-content-title:hover {
  color: var(--tj-color-theme-primary);
}
.light-mode .blog-section .post-card .post-content p {
  color: var(--tj-color-text-body-light);
}
.light-mode .blog-section .post-meta ul li {
  color: var(--tj-color-text-body-light);
}
.light-mode .about-section-2 .about-content .about-title {
  color: var(--tj-color-heading-light);
}
.light-mode .about-section-2 .about-content p {
  color: var(--tj-color-text-body-light);
}
.light-mode .project-2.bg-dark-deep {
  background-color: var(--tj-color-common-white);
}
.light-mode .project-2 .project-item .project-content h3 {
  color: var(--tj-color-heading-light);
}
.light-mode .apartment-2 .beauly-table thead {
  background-color: var(--tj-color-theme-primary);
}
.light-mode .testimonial-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .testimonial-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-content,
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-author {
  background-color: var(--tj-color-common-white);
}
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-content p,
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-author p {
  color: var(--tj-color-text-body-light);
}
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-content .author-content .author-name,
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-author .author-content .author-name {
  color: var(--tj-color-heading-light);
}
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-content .author-content .author-prof,
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-author .author-content .author-prof {
  color: var(--tj-color-text-body-light);
}
.light-mode .testimonial-section .testimonial-carousel .testi-item .testi-author {
  background-color: var(--tj-color-common-white-2);
}
.light-mode .testimonial-section .testimonial-carousel .owl-dots .active span {
  background-color: var(--tj-color-theme-primary);
}
.light-mode .testimonial-section .testimonial-carousel .owl-dots span {
  background-color: var(--tj-color-text-body-light);
}
.light-mode .cover-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .cover-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .cover-item .cover-img .cover-content .cover-title {
  color: var(--tj-color-common-white);
}
.light-mode .cta-content .cta-header {
  color: var(--tj-color-common-white);
}
.light-mode .apartment-section-3 .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .apartment-section-3 .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .apartment-section-3 .apartment-item .apartment-content .apartment-title {
  color: var(--tj-color-heading-light);
  border-right: 1px solid var(--tj-color-heading-light);
}
.light-mode .apartment-section-3 .apartment-item .apartment-content .apartment-price {
  border-right: 1px solid var(--tj-color-heading-light);
}
.light-mode .apartment-section-3 .apartment-item .apartment-content .apartment-btn-wrap .apartment-btn {
  color: var(--tj-color-heading-light);
  border: 1px solid var(--tj-color-heading-light);
}
.light-mode .apartment-section-3 .apartment-item .apartment-content .apartment-btn-wrap .apartment-btn:hover {
  color: var(--tj-color-theme-primary);
  border: 1px solid var(--tj-color-theme-primary);
}
.light-mode .apartment-section-3 .apartment-item .apartment-information-list li span {
  color: var(--tj-color-text-body-light);
}
.light-mode .beauly-apartment-carousel .owl-nav > div.owl-next,
.light-mode .beauly-apartment-carousel .owl-nav > div.owl-prev {
  color: var(--tj-color-heading-light);
}
.light-mode .team-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .team-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .team-section .team-item .team-content .team-member {
  color: var(--tj-color-heading-light);
}
.light-mode .team-section .team-item .team-content .member-prof {
  color: var(--tj-color-text-body-light);
}
.light-mode .team-section .team-item:hover .team-content .team-member,
.light-mode .team-section .team-item:hover .team-content .member-prof {
  color: var(--tj-color-common-white);
}
.light-mode .plan-section .plan-tab .nav-tabs .nav-link {
  color: var(--tj-color-heading-light);
}
.light-mode .plan-section .plan-tab .nav-tabs .nav-link.active {
  color: var(--tj-color-theme-primary);
}
.light-mode .plan-section .plan-tab .nav-tabs .nav-link:hover {
  color: var(--tj-color-theme-primary);
}
.light-mode .floor-section .section-heading .section-title {
  color: var(--tj-color-heading-light);
}
.light-mode .floor-section .section-heading p {
  color: var(--tj-color-text-body-light);
}
.light-mode .floor-section .floor-item .floor-content .floor-title {
  color: var(--tj-color-heading-light);
}
.light-mode .floor-section .floor-item .floor-content .floor-list li span {
  color: var(--tj-color-text-body-light);
}
.light-mode .contact-item {
  border-right-color: var(--tj-color-border-1);
}
.light-mode .contact-item .contact-title {
  color: var(--tj-color-heading-light);
}
.light-mode .sidebar-item {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .sidebar-item .category-list li:not(:last-of-type) {
  border-bottom-color: var(--tj-color-grey-9);
}
.light-mode .sidebar-item .category-list li a {
  color: var(--tj-color-text-body-light);
}
.light-mode .sidebar-item .category-list li a:hover {
  color: var(--tj-color-theme-primary);
}
.light-mode .sidebar-item .tags li a {
  border-color: var(--tj-color-grey-9);
  color: var(--tj-color-text-body-light);
}
.light-mode .sidebar-item .tags li a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.light-mode .blog-wrapper .tj-blog blockquote {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .blog-wrapper .tj-blog .blog-details-box .blog-details-list li {
  color: var(--tj-color-heading-light);
}
.light-mode .blog-wrapper .tj-blog .comment-wrap .comment-box {
  border-bottom-color: var(--tj-color-grey-9);
}
.light-mode .blog-wrapper .tj-blog .comment-wrap .comment-box .comment-content .comment-title {
  color: var(--tj-color-heading-light);
}
.light-mode .beauly-contact-form .form-group .form-control {
  color: var(--tj-color-heading-light);
}
.light-mode .team-details-content {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .team-details-content .content-header {
  color: var(--tj-color-heading-light);
}
.light-mode .team-details-box .right-details .team-details-list li .desc {
  color: var(--tj-color-heading-light);
}
.light-mode .team-details-box .right-details .team-details-social li a {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
.light-mode .team-details-box .right-details .team-details-social li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.light-mode .faq-info .accordion .accordion-item {
  border-color: var(--tj-color-grey-9);
}
.light-mode .faq-info .accordion .accordion-item .accordion-button {
  color: var(--tj-color-heading-light);
}
.light-mode .faq-info .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .faq-info .accordion .accordion-item .accordion-body:not(.collapsed) {
  background-color: var(--tj-color-theme-bg-light);
}
.light-mode .apartment-info-item {
  border-bottom-color: var(--tj-color-grey-9);
}
.light-mode .apartment-info-item .left-item .info-title {
  color: var(--tj-color-heading-light);
}
.light-mode .apartment-info-item .right-item .right-title {
  color: var(--tj-color-heading-light);
}
.light-mode .apartment-info-item ul li {
  color: var(--tj-color-text-body-light);
}
.plan-thumb {
  width: 100%;
  max-width: 587px;
  aspect-ratio: 587 / 557;
  overflow: hidden;
  margin: 0 auto;
}

.plan-thumb .swiper {
  width: 100%;
  height: 100%;
}

.plan-thumb .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.plan-thumb .swiper-slide {
  overflow: hidden; /* Prevent image overflow on zoom */
}

.plan-thumb .swiper-slide img {
  transition: transform 0.4s ease-in-out;
}

.plan-thumb .swiper-slide:hover img {
  transform: scale(1.05); /* Slight zoom on hover */
}

/* Optional: make nav arrows responsive too */
.swiper-button-prev,
.swiper-button-next {
  color: #333;
  width: 30px;
  height: 30px;
}

@media (max-width: 600px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}
  .swiper-button-prev,
  .swiper-button-next {
    color: #333; /* or whatever suits your site */
    width: 30px;
    height: 30px;
  }

  @media (max-width: 600px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 20px;
      height: 20px;
    }
  }

/* === HERO SECTION WITH OVERLAY === */
 .pointer-hero {
  position: relative;
  z-index: 0; /* Base layer */
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.pointer-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8; /* optional: adjust for visibility */
}
.pointer-carousel {
  position: relative;
  z-index: 2; /* ✅ Above overlay */
}

.pointer-slide {
  position: relative;
  background: rgba(255, 255, 255, 0.8) !important;
  z-index: 3;
  border-radius: 10px;
  padding: 20px;
  color: #333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1);
}

.pointer-slide:hover {
  transform: scale(1.05); /* Pop-up effect */
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.6); /* Red glow */
  z-index: 5;
}

.pointer-heading {
  font-size: 20px;
  margin: 10px 0 8px;
  color: #c63341 !important;
  font-weight: bold;
  
}

.pointer-text {
  font-size: 16px;
      color: #000000;
      text-align: justify;
}
  /* arrows – smaller on mobile */
  @media (max-width: 600px) {
    .pointer-slide {
      padding: 22px 18px;
    }

    .pointer-heading {
      font-size: 18px;
      font-weight: bold;
    }

    .pointer-text {
      font-size: 16px;
    }

    .swiper-nav-bottom {
      bottom: -35px;
      gap: 20px;
    }

    .swiper-nav-bottom .swiper-button-prev,
    .swiper-nav-bottom .swiper-button-next {
      width: 32px;
      height: 32px;
      font-size: 18px;
    }
  }

  .pointer-hero .swiper-button-prev {
    left: -10px; /* move to the outside-left */
  }

  .pointer-hero .swiper-button-next {
    right: -10px; /* move to the outside-right */
  }

.swiper-slide {
  display: flex;
  height: auto;                /* Let it adapt naturally */
}
/* ---------------------------------------- */
/* Swiper arrows below the cards, centered, bold */
 /* === SWIPER LAYOUT === */

  .swiper-nav-bottom {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 25px;
    z-index: 3; /* Increased z-index to appear above other elements */
  }

  .swiper-nav-bottom .swiper-button-prev,
  .swiper-nav-bottom .swiper-button-next {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 4; /* Ensure arrows are above other elements */
  }

.swiper-nav-bottom .swiper-button-prev:hover,
.swiper-nav-bottom .swiper-button-next:hover {
  background: #000;
  color: #fff;
}

.swiper-pagination {
  margin-top: 20px;
  position: static !important;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .swiper-nav-bottom {
    bottom: -35px;
    gap: 20px;
  }

  .swiper-nav-bottom .swiper-button-prev,
  .swiper-nav-bottom .swiper-button-next {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

/* ✅ Black tint overlay BELOW everything else */
.pointer-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black overlay */
  z-index: 0; /* MUST be LOWER than content */
}


/* === FLOOR PLAN === */
.floor-plan-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.floor-plan-img {
  display: block;
  width: 100%;
  height: auto;
  filter: blur(2px) brightness(80%);
  transition: all 0.3s ease;
}

.floor-plan-wrapper.unblur .floor-plan-img {
  filter: none;
}

.overlay-blur {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  z-index: 2;
  font-weight: 600;
}

/* Popup Modal */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.popup-modal.show {
  display: flex;
}

.popup-content {
  position: absolute;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
}

.popup-content input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}

.popup-content button {
  padding: 10px 20px;
  background-color: #BF313B !important;
  color: #fff;
  border: none;
  border-radius: 6px;
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.unit-price {
  margin-top: 10px; 
  color: #fff;
  text-align: center;
}

/* Overlay styling */
.floor-plan-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.floor-plan-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.overlay-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* darker overlay */
  border-radius: 8px;
  z-index: 1;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 1.2rem;
}
.section-title {
  font-weight: bold;  /* Makes the text bold */
}

/* Popup overlay */
.popup-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

/* Popup overlay */
.popup-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

-----------/* Popup box */--------
/* Popup Modal Background */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Popup Content Box */-----
/* Popup Modal Background */
.popup-content {
  position: relative;  /* Ensure relative for absolute positioning inside */
  padding: 0;          /* Remove padding here to avoid pushing close button */
  /* keep the other styles */
  max-width: 900px;
  width: 90%;
  height: 600px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.popup-left {
  padding: 2rem 2.5rem 2rem 2rem;  /* Move padding here */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
  font-weight: bold;
  z-index: 10; /* Make sure it’s above everything */
}

.popup-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Popup Content Box */
.popup-content {
  background: #fff;
  max-width: 900px;
  width: 90%;
  height: 600px;  /* Adjusted height for tall image */
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  position: relative;
}

/* Close button top right small */
.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
  font-weight: bold;
}

/* Left and Right columns */
.popup-left, .popup-right {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.5rem 2rem 2rem;
  box-sizing: border-box;
}

/* Title smaller and colored */
.popup-title {
  font-size: 1.5rem;
  color: var(--tj-color-theme-primary);
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}

/* Form styles */
form label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
  color: #222;
  line-height: 1rem;
}

form input {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}

form input:invalid {
  border-color:;
}
input:invalid:not(:focus):placeholder-shown {
  outline: none;
  box-shadow: none;
  border-color: none;
}

/* Submit button style */
.submit-btn {
  background-color: #BF313B;
  color: black;
  text-transform: uppercase;
  border: none;
  padding: 12px;
  font-weight: 700;
  border-top: 3px solid black;
  cursor: pointer;
  border-radius: 4px;
}

/* Image container */
.popup-right img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.btn-custom-red {
  background-color: #d9534f; /* Bootstrap red, or use your preferred red */
  border-color: #d43f3a;
  color: white;
}

.btn-custom-red:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

/* Hide enquire button on screens less than 768px (mobile) */
@media (max-width: 767px) {
  .enquire-button {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .enquire-button-wrapper {
    display: none !important;
  }
}


/* !END: Theme Light CSS *//*# sourceMappingURL=main.css.map */