@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #f2f2f2;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all 0.3s;
}

.icon-button a i {
  background-color: #f35525;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #f35525;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all 0.3s;
}

.main-button a:hover {
  background-color: #f35525;
  color: #fff;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 100px;
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.logo-img {
  height: 82px;
  width: auto;
  display: block;
  margin-top: 14px;
  object-fit: contain;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: 0.25px;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
}

.header-area .main-nav .nav li:last-child a i {
  background-color: #f35525;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #f35525;
}

.header-area .main-nav .nav li a.active {
  color: #f35525;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.visible {
  display: inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .logo-img {
    height: 52px;
    margin-top: 16px;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    line-height: 50px;
  }
  .header-area .main-nav .nav li a {
    height: 50px;
    line-height: 50px;
  }
}

.header-spacer {
  height: 100px;
}

@media (max-width: 767px) {
  .header-spacer {
    height: 80px;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 20% 380px 20%;
  margin-top: 0px;
}

.main-banner .item-1 {
  background-image: url(../images/banner-01.png);
}

.main-banner .item-2 {
  background-image: url(../images/banner-02.png);
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #f35525;
}

.main-banner .item h2 {
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 72px;
  width: 50%;
  margin-bottom: 0px;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 20%;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.5s;
}

.main-banner .owl-dots .active {
  background-color: #f35525;
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eee;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fff;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eee;
}

.featured .info-table {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li i {
  width: 50px;
  text-align: center;
  font-size: 36px;
  color: #f35525;
  margin-right: 20px;
}

.featured .info-table ul li h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.2;
}

.featured .info-table ul li h4 span {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

/* 
---------------------------------------------
Book Direct & Save Style
--------------------------------------------- 
*/

.bd-wrap .section-heading {
  margin-bottom: 30px;
}

.bd-sub {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 520px;
}
.bd-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 2.5rem;
}
.bd-step {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 1.25rem 1rem;
  position: relative;
}
.bd-step-num {
  font-size: 12px;
  font-weight: 500;
  color: #aaaaaa;
  margin-bottom: 12px;
}
.bd-step-icon {
  font-size: 22px;
  color: #f35525;
  margin-bottom: 10px;
}
.bd-step-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0 0 4px;
}
.bd-step-desc {
  font-size: 13px;
  color: #4a4a4a;
  line-height: 1.5;
  margin: 0;
}
.bd-step.highlight {
  border: 2px solid #f35525;
}
.bd-discount {
  display: inline-block;
  background: #f35525;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.bd-cta-wrap {
  text-align: center;
}
.bd-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.bd-cta:hover {
  background: #f35525;
  color: #fff;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../images/video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.play-button-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f35525;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.video-frame.playing .play-button-overlay {
  display: none;
}

.section-heading h6 .accent {
  color: #ee626b;
}

.video .section-heading h6,
.contact .section-heading h6 {
  color: #ffffff;
}

.video .section-heading h6 .accent,
.contact .section-heading h6 .accent {
  color: #ee626b;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 125px;
}

.fun-facts .counter {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #f35525;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f35525;
  border-radius: 50%;
  border: 4px solid #f2f2f2;
  content: "";
  right: -25px;
  top: -25px;
}

/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #f2f2f2;
  padding: 100px 0px;
}

.best-deal .tab-content img {
  padding: 0px;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #f35525 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}

/* 
---------------------------------------------
About Us Page Style
--------------------------------------------- 
*/

.about-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.about-card i {
  font-size: 40px;
  color: #f35525;
  margin: 0 auto 20px auto;
  display: block;
}

.about-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.about-card p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 26px;
}

.about-location-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about-location-list li {
  font-size: 15px;
  color: #4a4a4a;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.about-location-list li:last-child {
  border-bottom: none;
}

.about-location-list li i {
  color: #f35525;
  margin-right: 10px;
}

.about-cta-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
}

.about-cta-box h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-cta-box h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-cta-box p {
  font-size: 15px;
  color: #4a4a4a;
  max-width: 500px;
  margin: 0 auto;
}

.main-button-fill {
  display: inline-block;
  background-color: #f35525;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  padding: 0px 30px;
  border-radius: 22px;
  transition: all 0.3s;
}

.main-button-fill:hover {
  background-color: #1e1e1e;
  color: #fff !important;
}

.main-button-outline {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #1e1e1e;
  color: #1e1e1e !important;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 22px;
  transition: all 0.3s;
}

.main-button-outline:hover {
  background-color: #1e1e1e;
  color: #fff !important;
}

.nearby-wrap {
  margin-top: 120px;
}

.nearby-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.nearby-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.nearby-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.nearby-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nearby-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background-color: #f35525;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
}

.nearby-card-body {
  padding: 24px 24px 28px;
}

.nearby-card-body h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.nearby-card-body p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 0;
}

@media (min-width: 992px) {
  .about-intro .col-lg-6:last-child {
    padding-left: 50px;
  }

  .video-frame video {
    max-height: 750px;
    object-position: center;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    display: none;
  }

  .about-cta-box {
    padding: 40px 20px;
  }

  .about-cta-box h2 {
    font-size: 28px;
  }

  .about-intro .col-lg-6:first-child {
    margin-bottom: 40px;
  }

  .nearby-card {
    margin-bottom: 30px;
  }

  header-area .main-nav .nav li:last-child {
    display: none;
  }
}

/* 
---------------------------------------------
Apartments Page Style
--------------------------------------------- 
*/

.apt-switcher-wrap {
  margin-bottom: 0;
}

.apt-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.apt-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Poppins", sans-serif;
}

.apt-tab-btn:hover {
  border-color: #f35525;
  color: #f35525;
}

.apt-tab-btn.active {
  background: #f35525;
  border-color: #f35525;
  color: #fff;
}

.apt-tab-btn i {
  font-size: 16px;
}

.apt-panel {
  display: none;
  padding-bottom: 80px;
}

.apt-panel.active {
  display: block;
  padding-top: 40px;
}

.apt-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 8px;
  margin-bottom: 60px;
  border-radius: 0;
  overflow: hidden;
}

.apt-gallery-featured {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.apt-gallery-featured img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.apt-gallery-featured:hover img {
  transform: scale(1.03);
}

.apt-gallery-grid {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.apt-gallery-grid a {
  position: relative;
  overflow: hidden;
  display: block;
}

.apt-gallery-grid a img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.apt-gallery-grid a:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.apt-gallery-featured:hover .gallery-overlay,
.apt-gallery-grid a:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.25);
}

.gallery-overlay i {
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transition: opacity 0.3s;
}

.apt-gallery-featured:hover .gallery-overlay i,
.apt-gallery-grid a:hover .gallery-overlay i {
  opacity: 1;
}

.gallery-count-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.apt-gallery-grid a:hover .gallery-count-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-count-overlay i {
  opacity: 0;
}

.gallery-more-label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

.apt-gallery-hidden {
  display: none;
}

.apt-content-row {
  margin-top: 10px;
}

.apt-badge {
  display: inline-block;
  background: #fbd9cf;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.apt-badge--house {
  background: #d0e8ff;
}

.apt-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 24px;
  line-height: 1.2;
}

.apt-description {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.apt-description p {
  font-size: 15px;
  line-height: 28px;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.apt-description p:last-child {
  margin-bottom: 0;
}

.apt-amenities-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 24px;
}

.apt-amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}

.amenity-group h6 {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.amenity-group h6 i {
  color: #f35525;
  font-size: 14px;
}

.amenity-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amenity-group ul li {
  font-size: 13px;
  color: #4a4a4a;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.amenity-group ul li i {
  color: #f35525;
  font-size: 11px;
  flex-shrink: 0;
}

.apt-sidebar {
  position: sticky;
  top: 120px;
}

.apt-info-table {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 20px;
}

.apt-info-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apt-info-table ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.apt-info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.apt-info-table ul li:first-child {
  padding-top: 0;
}

.apt-info-table ul li i {
  font-size: 22px;
  color: #f35525;
  width: 28px;
  text-align: center;
  flex-shrink: 0;
}

.apt-info-table ul li h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0;
  line-height: 1.3;
}

.apt-info-table ul li h4 span {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}

.apt-cta {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px;
  text-align: center;
}

.apt-cta-note {
  font-size: 12px;
  color: #aaa;
  margin: 10px 0 0;
  text-align: center;
}

.apt-cta-direct {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  background: #ffeee9;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  color: #1e1e1e;
}

.apt-cta-direct i {
  color: #f35525;
  font-size: 13px;
}

.apt-cta-direct strong {
  color: #f35525;
}

.gf-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.gf-dropdown-wrap {
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.gf-dropdown {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1.5px solid #eaeaea;
  border-radius: 8px;
  padding: 10px 44px 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: border-color 0.25s;
  min-width: 200px;
}

.gf-dropdown:focus {
  outline: none;
  border-color: #f35525;
}

.gf-dropdown:hover {
  border-color: #f35525;
}

.gf-dropdown-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #f35525;
  font-size: 12px;
  pointer-events: none;
}

.gf-view-all {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1e1e1e;
  height: 200px;
  gap: 0;
}

.gf-view-all:hover {
  background: #f35525;
}

.gf-view-all span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 60px;
}

.gf-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  display: block;
}

.gf-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gf-item:hover img {
  transform: scale(1.05);
}

.gf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.gf-item:hover .gf-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.gf-overlay i {
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.gf-item:hover .gf-overlay i {
  opacity: 1;
}

@media (max-width: 992px) {
  .gf-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .gf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gf-item img {
    height: 140px;
  }
  .gf-view-all {
    height: 140px;
  }
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -270px;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.contact-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.contact-card i {
  font-size: 42px;
  color: #f35525;
}

.contact-card img {
  display: block;
  margin: 0 auto;
}

.contact-card h6 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.contact-card span {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
}

.contact-card-link {
  text-decoration: none !important;
  display: block;
}

.contact-card-link {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.contact-card-link .c-card {
  flex: 1;
}

.contact-faq {
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: none;
  border: none !important;
}

.contact-faq .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.contact-faq .accordion-button {
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  background-color: #fff;
}

.contact-faq .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fff;
}

.contact-faq .accordion-button::after {
  display: none;
}

.contact-faq .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.contact-faq .accordion-body {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 26px;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 50px;
  background-color: #1e1e1e;
  min-height: 100px;
  padding-bottom: 10px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  gap: 16px;
}

.footer-left,
.footer-right {
  flex: 1;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
}

.footer-center {
  flex: 1;
  text-align: center;
}

footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

footer p a {
  color: #fff;
  transition: all 0.3s;
}

.privacy-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
}

.privacy-link:hover {
  color: #f35525;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
  text-decoration: none;
}

.footer-socials a:hover {
  background-color: #f35525;
  color: #fff;
  transition: 0.7s;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 8px;
    min-height: unset;
    gap: 18px;
  }

  .footer-left,
  .footer-right {
    flex: unset;
  }

  .footer-right {
    justify-content: center;
  }

  .footer-center p {
    font-size: 14px;
  }
}

/* 
---------------------------------------------
Floating WhatsApp Button
--------------------------------------------- 
*/

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  background-color: #f35525;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0px 4px 15px rgba(243, 85, 37, 0.4);
  z-index: 999;
  transition: all 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  text-align: center;
  position: relative;
}

.page-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.page-heading .container {
  position: relative;
  z-index: 1;
}

.page-heading--about {
  background-image: url(../images/apartments/mostaria-house/balcony/balcony\ \(8\).jpg);
}

.page-heading--apartments {
  background-image: url(../images/apartments-heading-bg.jpg);
}

.page-heading--contact {
  background-image: url(../images/contact-heading-bg.jpg);
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .page-heading {
    padding: 100px 0px;
  }

  .page-heading h3 {
    font-size: 32px;
  }
}

/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-intro {
  margin-top: 80px;
}

.contact-intro-text h6 {
  color: #ee626b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-intro-text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}

.contact-intro-text p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 26px;
  max-width: 460px;
}

.contact-intro-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  height: 340px;
}

.contact-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-cards-wrap {
  margin-top: 80px;
}

.c-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 36px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 100%;
}

.c-card i {
  font-size: 38px;
  color: #f35525;
}

.c-card h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.c-card span {
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
}

.c-card p {
  font-size: 13px;
  color: #4a4a4a;
  line-height: 22px;
  margin: 0;
}

.c-social-icons {
  display: flex;
  gap: 18px;
  justify-content: center;
  font-size: 38px;
}

.c-social-icons a {
  color: #f35525;
}

.c-times {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
}

.c-time-item {
  text-align: center;
}

.c-time-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #aaa;
  font-weight: 600;
}

.c-time-value {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-top: 3px;
}

.c-card-tall {
  justify-content: flex-start;
  padding: 36px 24px;
  gap: 16px;
}

.platform-group {
  width: 100%;
}

.platform-group-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.platform-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.platform-link {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #4a4a4a;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #000 !important;
  text-decoration: none !important;
  transition:
    border-color 0.25s,
    background 0.25s;
}

.platform-link i {
  font-size: 20px;
  color: #f35525;
  flex-shrink: 0;
}

.platform-divider {
  border: none;
  border-top: 1px solid #4a4a4a;
  margin: 14px 0;
}

.house-rules-section {
  margin-top: 100px;
}

.house-rules-section .section-heading {
  margin-bottom: 40px;
}

.rules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rules-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.rules-list li i {
  color: #f35525;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.faq-section {
  margin-top: 80px;
  margin-bottom: 60px;
}

.faq-section .section-heading {
  margin-bottom: 40px;
}

.contact-faq {
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: none;
  border: none !important;
}

.contact-faq .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.contact-faq .accordion-button {
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}

.contact-faq .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fff;
}

.contact-faq .accordion-button::after {
  display: none;
}

.contact-faq .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #fff;
}

.contact-faq .accordion-body {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 26px;
}

/* 
---------------------------------------------
Language Switcher Dropdown
--------------------------------------------- 
*/

.lang-switcher {
  position: relative;
}

.lang-switcher-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  padding: 0 20px;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
  color: #1e1e1e;
  transition: color 0.3s;
  user-select: none;
  white-space: nowrap;
}

.lang-switcher-btn:hover {
  color: #f35525;
}

.lang-switcher-btn .lang-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
}

.lang-switcher-btn .lang-flag svg {
  width: 100%;
  height: 100%;
}

.lang-switcher-btn .lang-code {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.lang-switcher-btn .lang-chevron {
  font-size: 11px;
  transition: transform 0.25s;
  margin-left: 2px;
}

.lang-switcher.open .lang-chevron {
  transform: rotate(180deg);
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.13);
  min-width: 155px;
  z-index: 9999;
  overflow: hidden;
  padding: 6px 0;
}

.lang-switcher.open .lang-dropdown {
  display: block;
}

.lang-dropdown a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1e1e1e !important;
  transition:
    background 0.2s,
    color 0.2s !important;
  height: auto !important;
  line-height: 1.4 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.lang-dropdown a:hover {
  background: #fff5f2 !important;
  color: #f35525 !important;
}

.lang-dropdown a.lang-active {
  color: #f35525 !important;
  font-weight: 700 !important;
}

.lang-dropdown .lang-flag-sm {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
}

.lang-dropdown .lang-flag-sm svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .lang-switcher {
    width: 100%;
    border-top: 1px solid #eee;
    height: auto !important;
    line-height: normal !important;
    padding: 14px 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    background: #fff;
  }

  .lang-dropdown {
    display: flex !important;
    position: static !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    gap: 28px;
    background: transparent !important;
    justify-content: center;
  }

  .lang-switcher-btn {
    display: none !important;
  }

  .lang-dropdown a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 !important;
    height: auto !important;
    line-height: normal !important;
    border: none !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #aaa !important;
    width: auto !important;
  }

  .lang-dropdown a.lang-active {
    color: #f35525 !important;
  }

  .lang-dropdown a:hover {
    background: transparent !important;
    color: #f35525 !important;
  }

  .lang-dropdown .lang-flag-sm {
    width: 28px;
    height: 28px;
  }

  .lang-switcher {
    justify-content: center !important;
  }
}

/* Privacy Policy */

[data-custom-class="body"],
[data-custom-class="body"] * {
  background: transparent !important;
}
[data-custom-class="title"],
[data-custom-class="title"] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}
[data-custom-class="subtitle"],
[data-custom-class="subtitle"] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}
[data-custom-class="heading_1"],
[data-custom-class="heading_1"] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}
[data-custom-class="heading_2"],
[data-custom-class="heading_2"] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}
[data-custom-class="body_text"],
[data-custom-class="body_text"] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}
[data-custom-class="link"],
[data-custom-class="link"] * {
  color: #3030f1 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}
.privacy-policy-section ul {
  list-style-type: square;
}
.privacy-policy-section ul > li > ul {
  list-style-type: circle;
}
.privacy-policy-section ul > li > ul > li > ul {
  list-style-type: square;
}
.privacy-policy-section ol li {
  font-family: Arial;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

@media (max-width: 767px) {
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .main-banner .item h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .main-banner .owl-nav {
    display: none;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
  .contact-intro-text h2 {
    font-size: 28px;
  }
  .apt-gallery-featured img {
    height: 240px;
  }

  .apt-gallery-grid a img {
    height: 120px;
  }

  .apt-tabs {
    flex-wrap: nowrap;
  }

  .apt-tab-btn {
    flex: 1;
    justify-content: center;
    padding: 10px 12px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
    font-size: 32px;
    line-height: 48px;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
  .contact-intro-img {
    margin-top: 30px;
    height: 260px;
  }
  .rules-list {
    grid-template-columns: 1fr;
  }
  .c-card-col {
    margin-bottom: 20px;
  }
  .apt-gallery {
    grid-template-columns: 1fr;
  }

  .apt-gallery-featured img {
    height: 300px;
  }

  .apt-gallery-grid {
    grid-column: 1;
    grid-row: 2;
  }

  .apt-gallery-grid a img {
    height: 160px;
  }

  .apt-amenities-grid {
    grid-template-columns: 1fr;
  }

  .apt-sidebar {
    position: static;
    margin-top: 40px;
  }

  .apt-title {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
}
