/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

:root {
  /* BRAND */
  --brand-primary: #0A1628;
  /* Navy – identiti utama */
  --brand-accent: #F2B705;
  /* Kuning – HANYA untuk CTA */

  /* SURFACE */
  --surface-white: #ffffff;
  --surface-soft: #f8f9fa;
  --surface-dark: #0E1F38;
  --surface-card: #ffffff;
  --surface-alt: #f8f9fa;

  /* TEXT */
  --text-dark: #1f2937;
  --text-light: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.65);
  --text-soft: rgba(10, 22, 40, 0.6);

  /* BORDER / UI */
  --border-light: rgba(0, 0, 0, 0.08);
  --border-accent: rgba(242, 183, 5, 0.3);
}

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;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.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: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: var(--text-dark);
}

img {
  margin-bottom: -3px;
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

::selection {
  background: var(--brand-accent);
  color: var(--brand-primary);
}

::-moz-selection {
  background: var(--brand-accent);
  color: var(--brand-primary);
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 35px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: var(--brand-primary);
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h6 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

.main-white-button {

  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: var(--brand-accent);
  color: var(--brand-primary);

  font-weight: 700;
  font-size: 15px;

  padding: 12px 25px;

  border-radius: 7px;

  letter-spacing: 0.25px;

  cursor: pointer;

  border: 1px solid rgba(0, 0, 0, 0.08);

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);

  transition: all .3s ease;

}

.main-white-button a {
  display: inline-block;
  background: var(--brand-accent);
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  transition: all .3s;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.main-white-button a i {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-color: #F2B705;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.main-white-button a:hover {
  background: var(--brand-primary);
  color: #ffffff;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: var(--brand-accent);
}

.background-header .nav li a.active {
  color: var(--brand-accent);
}

.header-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-area .main-nav a.logo {
  background-image: url(../images/white-logo.png);
  width: 166px;
  height: 58px;
  display: inline-block;
  margin-top: 20px;
}

.background-header .main-nav a.logo {
  background-image: url(../images/black-logo.png);
  width: 164px;
  height: 58px;
  display: inline-block;
  margin-top: 10px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  display: flex;
  align-items: center;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
  color: #2a2a2a !important;
  text-transform: capitalize;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a i,
.background-header .main-nav .nav li:last-child a i {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a {
  background-color: #F2B705;
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a i {
  background-color: #fff;
  color: #F2B705;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  -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;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--brand-accent) !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--brand-accent);
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #0A1628;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -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;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.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;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.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%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.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;
}

.background-header .main-nav .menu-trigger.active span:before {
  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;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area .nav>li {
  display: flex;
  align-items: center;
}

.header-area.header-sticky .nav li a.active {
  color: rgba(255, 255, 255, 0.65);
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/banner-bg.jpg);
  padding: 120px 0px 80px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner .top-text {
  text-align: center;
}

.main-banner .top-text h6 {
  color: #0A1628;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-banner .top-text h2 {
  color: #0A1628;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 25px !important;
}

.main-banner ul.categories {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.main-banner ul.categories li {
  display: inline-block;
  text-align: center;
  width: 18%;
}

.main-banner ul.categories li a {
  color: #000;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.main-banner ul.categories li .icon {
  display: block;
  margin: 0 auto 12px auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: rgba(255, 255, 255, 0.65);
  background-color: #F2B705;
  transition: all .5s;
}

.main-banner ul.categories li a:hover .icon {
  background-color: var(--brand-accent);
}

.main-banner ul.categories li .icon img {
  max-width: 27px;
}

form#search-form {
  background-color: #fff;
  padding: 0px 0px 0px 30px;
  width: 100%;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
}

form#search-form select,
form#search-form input {
  width: 100%;
  height: 36px;
  background-color: transparent;
  border: none;
  color: #2a2a2a;
  font-size: 15px;
  outline: none;
}

.form-select:focus {
  box-shadow: none;
}

form#search-form input.searchText {
  border-left: 1px solid rgba(255, 255, 255, 0.65);
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0px 30px;
}

form#search-form input::placeholder {
  color: #2a2a2a;
  font-size: 15px;
}

form#search-form button {
  width: 100%;
  height: 100%;
  background-color: #0A1628;
  border: none;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

form#search-form button i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #F2B705;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
}



/*
---------------------------------------
Popular Categories
---------------------------------------
*/

.popular-categories {
  background: var(--surface-soft, #F8FAFC);
  margin-top: 120px;
  padding: 80px 0;
}

.popular-categories .section-heading h2 {
  color: var(--brand-primary);
  text-align: center;
  margin-bottom: 16px;
  font-weight: 800;
}

.popular-categories .section-heading h6 {
  color: #6b7280;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

.popular-categories .naccs {
  background: transparent;
  border-radius: 0;
}

.popular-categories .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;

  background: rgba(10, 22, 40, 0.06);
  margin-right: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-categories .icon img {
  max-width: 24px;
}

.popular-categories .naccs .menu div.first-thumb {
  border-top-left-radius: 7px;
}

.popular-categories .naccs .menu div.last-thumb {
  margin-bottom: 0px;
  border-bottom-left-radius: 7px;
}

.popular-categories .naccs .menu div {
  display: flex;
  align-items: center;

  height: auto;
  line-height: normal;

  padding: 16px 20px;
  margin-bottom: 10px;

  background: #ffffff;
  border-radius: 14px;

  border: 1px solid rgba(0, 0, 0, 0.06);

  color: var(--brand-primary);
  font-size: 15px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.25s ease;
}

.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
  background: var(--brand-primary);
  color: #ffffff;

  box-shadow: 0 14px 30px rgba(10, 22, 40, 0.25);
}

.popular-categories .naccs .menu div.active .icon {
  background: var(--brand-accent);
}

.popular-categories ul.nacc li.active .thumb {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.popular-categories ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.popular-categories ul.nacc li {
  width: 100%;
}

.popular-categories .nacc .thumb .left-text {
  margin-left: 0;
}

.popular-categories .nacc .thumb .left-text h4 {
  color: var(--brand-primary);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 18px;
}

.popular-categories .nacc .thumb .left-text p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 26px;
}

.popular-categories .nacc .thumb .right-image {
  padding: 40px;
}

.popular-categories .nacc .thumb img {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.popular-categories .main-white-button a {
  background: var(--brand-accent);
  color: var(--brand-primary);

  padding: 12px 22px;
  border-radius: 30px;

  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  transition: all 0.25s ease;
}

.popular-categories .main-white-button a:hover {
  background: var(--brand-primary);
  color: #ffffff;
}

/*
---------------------------------------------
Recent Listing 
---------------------------------------------
*/

.recent-listing {
  margin-top: 120px;
  padding-top: 120px;
  margin-bottom: 120px;
  border-top: 1px solid #eee;
}

.recent-listing .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.recent-listing .item .listing-item {
  display: flex;
  align-items: center;
  background-color: var(--surface-soft);
  border-radius: 7px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.recent-listing .item .left-image {
  flex: 0 0 45%;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.recent-listing .item .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recent-listing .item .right-content {
  min-height: 320px;
  display: inline-block;
  padding: 60px;
}

.recent-listing .item .right-content ul.rate {
  position: absolute;
  right: 60px;
  top: 60px;
}

.recent-listing .item .right-content ul.rate li {
  display: inline-block;
}

.recent-listing .item .right-content ul.rate li:last-child {
  margin-left: 10px;
}

.recent-listing .item .right-content h4 {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 20px;
}

.recent-listing .item .right-content h6 {
  font-size: 15px;
  font-weight: 500;
  color: rgba(10, 22, 40, 0.6);
  /* OK sebab based on brand-primary */
}

.recent-listing .item .right-content span.price {
  color: #2a2a2a;
  font-size: 15px;
  margin-top: 30px;
  display: block;
  margin-bottom: 15px;
}

.recent-listing .item .right-content span.price .icon {
  width: 30px;
  height: 30px;
  background: var(--brand-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  margin-right: 10px;
}

.recent-listing .item .right-content span.price .icon img {
  max-width: 16px;
  text-align: center;
  display: inline-block;
  filter: brightness(0) invert(1);
}

.recent-listing .item .right-content span.details {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  color: rgba(10, 22, 40, 0.7);
}

.recent-listing .item .right-content span.details em {
  font-style: normal;
  color: var(--brand-primary);
}

.recent-listing .item .right-content ul.info li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 30px;
  width: 100%;
}

.recent-listing .item .right-content ul.info li:last-child {
  margin-bottom: 0px;
}

.recent-listing .item .right-content ul.info li img {
  max-width: 30px;
  margin-right: 15px;
  display: inline;
}

.recent-listing .item .right-content .main-white-button {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

.recent-listing .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.recent-listing .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: rgba(10, 22, 40, 0.3);
  border-radius: 50%;
  margin: 0px 5px;
  transition: all .3s;
}

.recent-listing .owl-dots .active {
  background-color: var(--brand-accent);
  width: 14px;
  height: 14px;
}

.recent-listing .section-heading h2 {
  color: var(--brand-primary);
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}

.recent-listing .section-heading h6 {
  color: #6b7280;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

/*
---------------------------------------------
Footer
---------------------------------------------
*/

footer {
  border-top: 1px solid #eee;
  padding-top: 80px;
}

footer h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 30px;
}

footer p,
footer a {
  color: var(--text-dark);
}

footer .logo img {
  max-width: 163px;
  margin-bottom: 30px;
}

footer .helpful-links {
  margin: 0px 45px;
}

footer .helpful-links ul li {
  display: block;
  margin-bottom: 15px;
}

footer .helpful-links ul li a {
  font-size: 15px;
  transition: all .3s;
}

footer .helpful-links ul li a:hover {
  color: var(--brand-accent);
  border-bottom: 1px solid var(--brand-accent);
}

footer .contact-us p {
  margin-bottom: 25px;
}

footer .contact-us a {
  transition: all .3s;
}

footer .contact-us a:hover {
  color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

footer .sub-footer {
  text-align: center;
  margin-top: 40px;
  padding: 40px 0px;
  border-top: 1px solid var(--border-light);
}



/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-page {
  background: var(--surface-soft);
  padding: 120px 0;
  margin: 120px 0px;
}

.contact-page .inner-content {
  background-color: var(--surface-soft);
  border-radius: 7px;
  overflow: hidden;
}

.contact-page .inner-content #map {
  margin-bottom: -8px;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.contact-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.map-wrapper {
  height: 100%;
  min-height: 550px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-card {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

form#contact {
  position: relative;
  margin: 0;
}

form#contact input,
form#contact textarea {
  width: 100%;
  border-radius: 10px;

  background-color: var(--surface-white);
  border: 1px solid var(--border-light);

  font-size: 15px;
  color: var(--text-dark);

  padding: 14px 16px;
  margin-bottom: 20px;

  transition: all 0.2s ease;
}

form#contact ul li {
  display: inline-block;
  margin-right: 30px;
}

form#contact ul li:last-child {
  margin-right: 0px;
}

form#contact input[type=checkbox] {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  outline: none;
  cursor: pointer;
}

form#contact span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}

form#contact input::placeholder,
form#contact textarea::placeholder {
  color: var(--text-soft);
}

form#contact input:focus,
form#contact textarea:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 3px var(--border-accent);
  outline: none;
}

form#contact button {
  margin-bottom: -15px;
  display: inline-block;
  background-color: var(--brand-accent);
  font-size: 15px;
  font-weight: 600;
  color: var(--brand-primary);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 8px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s ease;
}

form#contact button:hover {
  background-color: var(--brand-primary);
  color: #ffffff;
  transform: translateY(-2px);
}


form#contact button i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-color: var(--brand-primary);
  color: var(--brand-accent);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

/* 
---------------------------------------------
Page Heading
--------------------------------------------- 
*/

.page-heading {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 230px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.article-heading {
  background-image: url(../images/article-heading-bg.jpg);
}

.about-heading {
  background-image: url(../images/about-heading-bg.jpg);
}

.contact-heading {
  background-image: url(../images/contact-heading-bg.jpg);
}

.services-heading {
  background-image: url(../images/services-heading-bg.jpg);
}


.page-heading .top-text {
  text-align: left;
}

.page-heading .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-heading .top-text h2 {
  color: #fff;
  line-height: 70px;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
}



/*
---------------------------------------
Category Post
---------------------------------------
*/

.category-post {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 120px;
}

.category-post .naccs {
  position: relative;
  border-radius: 7px;
}

/* ===== CATEGORY NAV ICON ONLY ===== */

.category-post .naccs .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: transparent;
}

.category-post .naccs .menu div {
  width: 90px;
  height: 90px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(10, 22, 40, 0.08);
  border-radius: 20px;

  cursor: pointer;
  transition: all .3s ease;
}

.category-post .naccs .menu div .thumb {
  background: transparent;
  padding: 0;
}

.category-post .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;

  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.category-post .icon img {
  width: 26px;
  height: auto;
}

/* ACTIVE STATE */

.category-post .naccs .menu div.active {
  background: var(--brand-primary);
  box-shadow: 0 12px 30px rgba(10, 22, 40, 0.25);
}

.category-post .naccs .menu div.active .icon {
  background: var(--brand-accent);
}

.category-post .naccs .menu div:hover {
  transform: translateY(-4px);
}

.category-post .label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.category-post .icon img {
  max-width: 27px;
  filter: brightness(0) saturate(100%);
}

.category-post .naccs .menu div.first-thumb {
  border-bottom-left-radius: 7px;
}

.category-post .naccs .menu div.last-thumb {
  margin-bottom: 0px;
  border-bottom-right-radius: 7px;
}

.category-post .naccs .menu {
  text-align: center;
}

.category-post .naccs .menu div .thumb {
  padding: 30px 25px;
  background: transparent;
}

.category-post .naccs .menu div.active {
  background: var(--brand-primary);
}

.category-post .naccs .menu div.active .icon {
  background: var(--brand-accent);
}

.category-post ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.category-post ul.nacc li {
  width: 100%;
}

.category-post .nacc .thumb h4 {
  color: var(--brand-primary);
  font-weight: 800;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 25px;
}

.category-post .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.category-post .top-content {
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.category-post .description {
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}

.category-post .general-info p {
  margin-bottom: 30px;
}

.category-post .nacc .thumb .text-icon img {
  max-width: 30px;
  margin-right: 10px;
}

.category-post .nacc .thumb span.list-item {
  font-size: 15px;
  color: rgba(10, 22, 40, 0.7);
  font-weight: 500;
  line-height: 30px;
}

.category-post .naccs .menu div.active .icon {
  background: var(--brand-accent);
}

/* ===== ARTICLE PAGE BRAND FIX ===== */

.category-post .top-content .top-icon {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 800px;
  background: var(--brand-primary);
  border-radius: 16px;
  padding: 24px 30px;
}

.category-post .top-content .top-icon .icon img {
  width: 26px !important;
  height: auto !important;
}

.category-post .top-content .top-icon .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.category-post .top-content .top-icon .label {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.category-post .main-white-button a {
  background: var(--brand-accent);
  color: var(--brand-primary);
  font-weight: 700;
  border-radius: 30px;
  padding: 12px 22px;
  transition: all .3s ease;
}

.category-post .main-white-button a:hover {
  background: var(--brand-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.category-post .main-white-button a i {
  background: var(--brand-primary);
  color: var(--brand-accent);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
}

.category-post .main-white-button a:hover i {
  background: #ffffff;
  color: var(--brand-primary);
}

/* 
---------------------------------------------
Listing Page
--------------------------------------------- 
*/


.listing-page {
  margin-top: 120px;
  margin-bottom: 120px;
}

.listing-page .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.listing-page .naccs {
  position: relative;
}

.listing-page .icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: rgba(255, 255, 255, 0.65);
  background-color: #fff;
  margin-right: 15px;
}

.listing-page .icon img {
  max-width: 27px;
}

.listing-page .naccs .menu div.first-thumb {
  border-radius: 7px;
}

.listing-page .naccs .menu div.last-thumb {
  margin-bottom: 0px;
  border-radius: 7px;
}

.listing-page .naccs .menu div {
  color: #fff;
  font-size: 15px;
  border-radius: 7px;
  background-color: var(--brand-primary);
  margin-bottom: 30px;
  height: 126px;
  text-align: left;
  padding: 0px 15px;
  line-height: 126px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page .naccs .menu div.active,
.listing-page .naccs .menu div.active .thumb {
  background-color: var(--brand-primary);
}

.listing-page ul.nacc {
  height: auto !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li {
  display: none;
  opacity: 0;
  transform: translateY(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li.active {
  display: block;
  transition-delay: 0s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateY(0px);
}

.listing-page ul.nacc li {
  width: 100%;
}

.listing-page .item .listing-item {
  display: inline-flex;
  background-color: var(--surface-soft);
  border-radius: 7px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.listing-page .item .left-image {
  float: left;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  position: relative;
  z-index: 1;
}

.listing-page .item .left-image .hover-content .main-white-button a i {
  font-size: 12px;
  width: 23px;
  height: 23px;
  line-height: 23px;
}

.listing-page .item .left-image .hover-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.listing-page .item .listing-item:hover .left-image .hover-content {
  opacity: 1;
  visibility: visible;
}

.listing-page .item .left-image img {
  overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.listing-page .item .right-content {
  flex: 1;
  padding: 60px;
  position: relative;
}

.listing-page .item .right-content h4 {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 20px;
}

.listing-page .item .right-content h6 {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

.listing-page .item .right-content span.price {
  color: #2a2a2a;
  font-size: 15px;
  margin-top: 30px;
  display: block;
  margin-bottom: 15px;
}

.listing-page .item .right-content span.price .icon {
  width: 30px;
  height: 30px;
  background: var(--brand-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  margin-right: 10px;
}

.listing-page .item .right-content span.price .icon img {
  max-width: 16px;
  text-align: center;
  display: inline-block;
}

.listing-page .item .right-content span.details {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
}

.listing-page .item .right-content span.details em {
  font-style: normal;
  color: #2a2a2a;
}

.listing-page .item .right-content span.info {
  line-height: 30px;
}

.listing-page .item .right-content span.info img {
  max-width: 30px;
  margin-right: 15px;
  display: inline;
}

.listing-page .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.listing-page .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: var(--brand-accent);
  border-radius: 50%;
  margin: 0px 5px;
  transition: all .3s;
}

.listing-page .owl-dots .active {
  width: 14px;
  height: 14px;
}



/* 
---------------------------------------------
Pre Loader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: var(--brand-accent);
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: var(--brand-accent);
  border-radius: 50%;
}

.input-group {
  position: relative;
}

.input-group input {
  width: 100%;
  padding: 12px 45px 12px 15px;
  border-radius: 10px;
  border: 1px solid #444;
  background: #2b2b2b;
  color: #fff;
  font-size: 14px;
}

.toggle-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.auth-forgot {
  text-align: right;
  margin-top: -5px;
  margin-bottom: 10px;
}

.auth-forgot span {
  font-size: 12px;
  color: #bbb;
  cursor: pointer;
}

.auth-forgot span:hover {
  color: #fff;
  text-decoration: underline;
}

.auth-error {
  display: none;
  background: rgba(255, 77, 77, 0.15);
  border: 1px solid rgba(255, 77, 77, 0.4);
  color: #ff4d4d;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 12px;
  text-align: center;
}

.auth-error.success {

  background: rgba(46, 204, 113, 0.15);
  border: 1px solid rgba(46, 204, 113, 0.4);

  color: #2ecc71;

}

.auth-view {
  background: #1c1c1c;
  padding: 30px;
  border-radius: 20px;
  width: 260px;
  text-align: center;
}

.auth-view h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.auth-view input {

  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;

  border-radius: 8px;
  border: 1px solid #444;

  background: #2b2b2b;
  color: #fff;

  font-size: 14px;

}

.auth-view input:focus {

  outline: none;
  border-color: var(--brand-accent);

}

.auth-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.auth-actions .btn {
  width: 160px;
}

/* ===== SERVICES MENU REAL FIX ===== */

#services .menu div {
  height: 90px;
  line-height: normal !important;
  padding: 0 !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

#services .menu .thumb {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
  padding: 0 !important;
}

#services .menu .icon {
  margin: 0;
}

#services .menu .label {
  margin: 0;
  text-align: center;
}

/* FIX icon position from theme */

#services .menu .icon {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
}

/* =========================
HAMBURGER ICON
========================= */

.menu-toggle {
  width: 30px;
  height: 22px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* =========================
BURGER → CLOSE ANIMATION
========================= */

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}