/*

TemplateMo 564 Plot Listing

https://templatemo.com/tm-564-plot-listing

*/

/* ---------------------------------------------
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
--------------------------------------------- 
*/
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: #2a2a2a;
}

img {
  margin-bottom: -3px;
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 35px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h6 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #8d99af;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-white-button a i {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-color: #8d99af;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.main-white-button a:hover {
  background-color: #8d99af;
  color: #fff;
}

/* 
---------------------------------------------
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: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #8d99af!important;
}

.background-header .nav li a.active {
  color: #fff!important;
}

.header-area {
  background-color: rgba(255, 255, 255, 0.32);
  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.header-hidden {
  top: -110px !important;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav a.logo {
  display: inline-block;
  margin-top: 8px;
  margin-left: -3cm;
}

.header-area .main-nav a.logo img {
  height: 79px;
  width: auto;
  filter: drop-shadow(1px 0 0 rgba(255,255,255,0.5))
          drop-shadow(-1px 0 0 rgba(255,255,255,0.5))
          drop-shadow(0 1px 0 rgba(255,255,255,0.5))
          drop-shadow(0 -1px 0 rgba(255,255,255,0.5));
}

.background-header .main-nav a.logo {
  display: inline-block;
  margin-top: 2px;
}

.background-header .main-nav a.logo img {
  height: 68px;
  width: auto;
  filter: drop-shadow(1px 0 0 rgba(255,255,255,0.5))
          drop-shadow(-1px 0 0 rgba(255,255,255,0.5))
          drop-shadow(0 1px 0 rgba(255,255,255,0.5))
          drop-shadow(0 -1px 0 rgba(255,255,255,0.5));
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -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 {
  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 a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  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: none;
  outline: none;
  background: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active,
.header-area .main-nav .nav li a:hover,
.header-area .main-nav .nav li a:focus {
  color: #fff!important;
  background: transparent;
  border: none;
  outline: none;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff!important;
  opacity: 1;
}


.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: #fff;
  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;
}

/* Mobile nav language row — hidden on desktop, shown in mobile dropdown */
.nav-lang-mobile {
  display: none !important;
}


/* Language Switcher */
.header-area .main-nav .language-switcher {
  float: right;
  display: flex;
  align-items: center;
  gap: 1px;
  margin-top: 37px;
  margin-left: 30px;
  margin-right: -2cm;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  padding: 3px 5px;
}

.header-area .main-nav .language-switcher .lang-btn {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}

.header-area .main-nav .language-switcher .lang-btn:hover,
.header-area .main-nav .language-switcher .lang-btn.active {
  background-color: rgba(255, 255, 255, 0.25);
}

.header-area .main-nav .language-switcher .lang-divider {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  padding: 0 2px;
}

.background-header .main-nav .language-switcher {
  margin-top: 27px;
}

.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.header-sticky .nav li a.active {
  color: #8d99af;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #8d99af!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .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;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #8d99af!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  padding: 290px 0px 180px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/banner-bg.jpg);
  filter: brightness(1.15) contrast(0.9) saturate(1.0) blur(0.5px);
  z-index: 0;
}

.main-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 45, 66, 0.90);
  z-index: 1;
}

.main-banner .container {
  position: relative;
  z-index: 2;
}

.banner-brand-text {
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  margin-top: calc(-120px - 1cm);
}

.banner-bottom-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.banner-services {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
}

.scroll-down-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.scroll-down-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(8px); }
}

.main-banner .top-text {
  text-align: center;
}

.main-banner .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-banner .top-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 45px;
}

.main-banner ul.categories {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

.main-banner ul.categories li {
  display: inline-block;
  text-align: center;
  width: 18%;
}

.main-banner ul.categories li a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}

.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: #8d99af;
  background-color: #fff;
  transition: all .5s;
}

.main-banner ul.categories li a:hover .icon {
  background-color: #2b2d42;
}

.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 #8d99af;
  border-right: 1px solid #8d99af;
  padding: 0px 30px;
}

form#search-form input::placeholder {
  color: #2a2a2a;
  font-size: 15px;
}

form#search-form button {
  width: 100%;
  height: 100%;
  background-color: #8d99af;
  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: #8d99af;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
}



/*
---------------------------------------
Popular Categories
---------------------------------------
*/

.popular-categories {
  margin-top: 120px;
}

.popular-categories .section-heading {
  text-align: left;
  margin-bottom: 80px;
}

.popular-categories .naccs {
  position: relative;
  background-color: #2b2d42;
  border-radius: 7px;
  overflow: hidden;
}

/* Desktop tabs visible, mobile dropdown hidden by default */
.mobile-dropdown { display: none; }
.desktop-tabs   { display: block; }

/* Read About Us dropdown */
.tab-dropdown-wrap {
  position: relative;
  margin-bottom: 20px;
}

.tab-dropdown-btn {
  width: 100%;
  background-color: #8d99af;
  color: #fff;
  border: none;
  padding: 16px 25px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.3s;
}

.tab-dropdown-btn:hover,
.tab-dropdown-btn.open {
  background-color: #2b2d42;
}

.tab-dropdown-btn .fa-chevron-down {
  transition: transform 0.3s;
}

.tab-dropdown-btn.open .fa-chevron-down {
  transform: rotate(180deg);
}

.tab-dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: #2b2d42;
  border-radius: 7px;
  list-style: none;
  margin: 0;
  padding: 6px;
  z-index: 200;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

.tab-dropdown-list.open {
  display: block;
}

.tab-dropdown-list li {
  padding: 13px 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.2s;
  list-style: none;
}

.tab-dropdown-list li:hover {
  background-color: #3d4060;
}

.tab-dropdown-list li.active {
  background-color: #8d99af;
}

.popular-categories .naccs .grid > .row {
  align-items: stretch;
}

.popular-categories .naccs .menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.popular-categories .naccs .menu .last-thumb {
  flex: 1;
  margin-bottom: 0;
}

.popular-categories .icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #8d99af;
  background-color: #fff;
  margin-right: 15px;
}

.popular-categories .icon img {
  max-width: 27px;
}

.popular-categories .icon i {
  font-size: 30px;
  line-height: 66px;
  color: #2b2d42;
  opacity: 0.5;
}

.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;
  min-height: 126px;
}

.popular-categories .naccs .menu div {
  color: #fff;
  font-size: 15px;
  background-color: #8d99af;
  margin-bottom: 1px;
  flex: 1;
  min-height: 80px;
  text-align: left;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
  background-color: #2b2d42;
}

.popular-categories ul.nacc {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #2b2d42;
  border-radius: 7px;
}

.popular-categories ul.nacc li {
  grid-area: 1 / 1;
  opacity: 0;
  list-style: none;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}

.popular-categories ul.nacc li.active {
  opacity: 1;
  pointer-events: auto;
}

.popular-categories .nacc .thumb .left-text {
  margin-left: 30px;
}

.popular-categories .nacc .thumb .left-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 30px;
}

.popular-categories .nacc .thumb .left-text p {
  color: #fff;
  margin-bottom: 30px;
}

.popular-categories .nacc .thumb .right-image {
  padding: 60px;
  display: inline-flex;
}

.popular-categories .nacc .thumb .right-image img {
  width: 455px;
  height: 540px;
  object-fit: cover;
} 

.popular-categories .nacc .thumb img {
  border-radius: 7px;
}

.popular-categories .nacc .thumb .left-text .main-white-button a{
  width: 100%;
  text-align: center;
}



/*
---------------------------------------------
Recent Listing 
---------------------------------------------
*/

.recent-listing {
  margin-top: 120px;
  padding-top: 120px;
  margin-bottom: 120px;
  border-top: 1px solid #eee;
}

.recent-listing .owl-listing {
  position: relative;
}

.recent-listing .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.recent-listing .owl-nav button {
  pointer-events: all;
  width: 48px;
  height: 48px;
  background-color: #2b2d42 !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  line-height: 48px;
  text-align: center;
  transition: background-color 0.3s ease;
  margin: 0 -24px;
}

.recent-listing .owl-nav button:hover {
  background-color: #8d99af !important;
}

.recent-listing .section-heading {
  text-align: left;
  margin-bottom: 80px;
}

.recent-listing .item .listing-item {
  display: inline-flex;
  background-color: #f7f7f7;
  border-radius: 7px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.recent-listing .item .left-image {
  float: left;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.recent-listing .item .left-image img {
  overflow: hidden;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 500px;
  height: 380px;
  object-fit: cover;
}

.recent-listing .item .right-content {
  display: inline-block;
  padding: 60px;
}

.listing-page .listing-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.listing-page .listing-item .left-image {
  flex-shrink: 0;
}

.listing-page .listing-item .right-content {
  flex: 1;
  margin-top: -15px;
}

.product-detail-wrap {
  width: 100%;
}

.product-description {
  margin-top: 30px;
  padding: 0 10px;
}

.product-description p {
  font-size: 15px;
  color: #2a2a2a;
  line-height: 1.8;
  margin-bottom: 15px;
}

.product-description h5 {
  font-size: 16px;
  font-weight: 700;
  color: #2b2d42;
  margin-bottom: 12px;
}

.product-description ul {
  list-style: none;
  padding: 0;
}

.product-description ul li {
  font-size: 15px;
  color: #2a2a2a;
  margin-bottom: 8px;
  line-height: 1.6;
}

.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 15px;
  font-size: 14px;
  border-radius: 8px;
  overflow: hidden;
}

.spec-table th {
  background-color: #2b2d42;
  color: #fff;
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}

.spec-table td {
  padding: 7px 12px;
  color: #2a2a2a;
  border-bottom: 1px solid #eee;
}

.spec-table tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}

.recent-listing .item .right-content ul.product-info {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.recent-listing .item .right-content ul.product-info li {
  font-size: 15px;
  color: #2a2a2a;
  margin-bottom: 14px;
  line-height: 1.6;
}

.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: #8d99af;
}

.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-color: #8d99af;
  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;
}

.recent-listing .item .right-content span.details {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  color: #8d99af;
}

.recent-listing .item .right-content span.details em {
  font-style: normal;
  color: #2a2a2a;
}

.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: #8d99af;
  border-radius: 50%;
  margin: 0px 5px;
  transition: all .3s;
}

.recent-listing .owl-dots .active {
  width: 14px;
  height: 14px;
}



/*
---------------------------------------------
Footer
---------------------------------------------
*/

footer {
  border-top: 1px solid #eee;
  padding-top: 80px;
}

footer h4 {
  font-size: 20px;
  font-weight: 700;
  color: #8d99af;
  margin-bottom: 30px;
}

footer p,
footer a {
  color: #2a2a2a;
}

footer .logo img {
  max-width: 420px;
  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: #8d99af;
  border-bottom: 1px solid #8d99af;
}

footer .contact-us p {
  margin-bottom: 25px;
}

footer .contact-us a {
  transition: all .3s;
}

footer .contact-us a:hover {
  color: #8d99af;
  border-bottom: 1px solid #8d99af;
}

footer .sub-footer {
  text-align: center;
  margin-top: 40px;
  padding: 40px 0px;
  border-top: 1px solid #eee;
}



/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-page {
  margin: 120px 0px;
}

.contact-page .inner-content {
  background-color: #f7f7f7;
  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;
}

form#contact-form {
  position: relative;
  margin: 0px 60px 0px 45px;
}

form#contact-form input {
  width: 100%;
  height: 46px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #8d99af;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #8d99af;
  padding: 0px 15px;
  margin-bottom: 30px;
}

form#contact-form ul li {
  display: inline-block;
  margin-right: 30px;
}

form#contact-form ul li:last-child {
  margin-right: 0px;
}

form#contact-form input[type=checkbox] {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #8d99af;
  outline: none;
  cursor: pointer;
}

form#contact-form span {
  color: #8d99af;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}

form#contact-form input::placeholder {
  color: #8d99af;
  font-weight: 500;
}

form#contact-form textarea {
  margin-top: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #8d99af;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #8d99af;
  padding: 15px;
  margin-bottom: 30px;
}

form#contact-form textarea::placeholder {
  color: #8d99af;
  font-weight: 500;
}

form#contact-form button {
  margin-bottom: -15px;
  display: inline-block;
  background-color: #8d99af;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact-form button i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-color: #2b2d42;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

form#contact-form button:hover {
  background-color: #2b2d42;
  color: #fff;
}


/* 
---------------------------------------------
Page Heading
--------------------------------------------- 
*/

.page-heading {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/heading-bg.jpg);
  padding: 230px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.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-post .icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #8d99af;
  background-color: #fff;
  margin-right: 15px;
  float: left;
}

.category-post .naccs .menu div h4 {
  position: absolute;
  left: 81px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  display: inline;
}

.category-post .icon img {
  max-width: 27px;
}

.category-post .icon i {
  font-size: 28px;
  line-height: 66px;
  color: #2b2d42;
}

.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 div {
  color: #fff;
  margin: 0px;
  width: 33.333%;
  font-size: 10px;
  background-color: #8d99af;
  height: 132px;
  line-height: 132px;
  display: inline-block;
  float: left;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post .naccs .menu div .thumb {
  padding: 30px 0px;
  margin-left: 25px;
  margin-right: 25px;
}

.category-post .naccs .menu div.active,
.category-post .naccs .menu div.active .thumb {
  background-color: #2b2d42;
}

.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: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.category-post .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.category-post .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.category-post .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.category-post .top-content {
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}

.category-post .description {
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.category-post .general-info p {
  margin-bottom: 30px;
}

.category-post .top-content .top-icon {
  background-color: #2b2d42;
  width: 250px;
  height: 132px;
  border-radius: 7px;
  position: relative;
  padding: 30px;
  display: inline-block;
}

.category-post .top-content .top-icon h4 {
  position: absolute;
  left: 30px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  display: inline;
}

.category-post .top-content .top-icon .icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #8d99af;
  background-color: #fff;
  margin-right: 15px;
  float: left;
  left: 0;
}

.category-post .nacc .thumb .text-icon img {
  max-width: 30px;
  margin-right: 10px;
}

.category-post .nacc .thumb span.list-item {
  font-size: 15px;
  color: #8d99af;
  font-weight: 500;
  line-height: 30px;
}



/* 
---------------------------------------------
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: #8d99af;
  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: #8d99af;
  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: #2b2d42;
}

.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: #f7f7f7;
  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 {
  display: inline-block;
  padding: 45px;
}

.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: #8d99af;
}

.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-color: #8d99af;
  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: #8d99af;
}

.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-color: #8d99af;
  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: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: opacity 0.4s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.preloader-inner span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #8d99af;
    animation: preloader-chase 1.5s infinite ease-in-out;
}

.preloader-inner span:nth-child(1) { animation-delay: 0s; }
.preloader-inner span:nth-child(2) { animation-delay: 0.2s; }
.preloader-inner span:nth-child(3) { animation-delay: 0.4s; }

@keyframes preloader-chase {
    0%   { transform: translateX(0)     scale(1);   opacity: 1; }
    30%  { transform: translateX(10px)  scale(1.3); opacity: 1; }
    59%  { transform: translateX(20px)  scale(1);   opacity: 0.4; }
    60%  { transform: translateX(-52px) scale(0.6); opacity: 0; }
    80%  { transform: translateX(-20px) scale(0.8); opacity: 0.6; }
    100% { transform: translateX(0)     scale(1);   opacity: 1; }
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .popular-categories .icon {
    margin-left: 50%;
    transform: translateX(-33px);
    text-align: center;
    display: inline-block;
  }
  .category-post .naccs .menu div.active .thumb {
    position: relative;
  }
  .category-post .icon {
    position: absolute;
    left: 50%;
    transform: translateX(15px);
  }
  .category-post .top-content .top-icon h4 { 
    left: 86px;
  }
  form#search-form {
    padding: 30px;
  }
  .popular-categories .naccs .menu .thumb,
  .category-post .naccs .menu div h4 {
    color: transparent;
  }
  .recent-listing .item .right-content,
  .listing-page .item .right-content {
    padding: 30px;
    position: relative;
  }
  .recent-listing .item .right-content h4,
  .listing-page .item .right-content h4 {
    margin-bottom: 10px;
  }
  .recent-listing .item .right-content .main-white-button,
  .listing-page .item .right-content .main-white-button {
    left: 30px;
    bottom: -30px;
  }
  .recent-listing .item .right-content span.price,
  .listing-page .item .right-content span.price {
    margin-top: 15px;
  }
  .recent-listing .item .right-content ul.rate,
  .listing-page .item .right-content ul.rate {
    left: 30px;
    top: -5px;
  }
  .recent-listing .item .right-content span.details,
  .listing-page .item .right-content span.details {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  form#search-form select,
  form#search-form input {
    border: 1px solid #8d99af;
    border-radius: 7px;
    margin-bottom: 15px;
  }
  form#search-form button {
    border-radius: 7px;
  }
  .listing-page .naccs .menu {
    margin-bottom: 30px;
  }
  .popular-categories .nacc .thumb .left-text {
    margin: 30px;
  }
  .popular-categories .nacc .thumb .right-image {
    padding: 0px;
    margin: 0px 30px 30px 30px;
    display: block;
  }
  .popular-categories .naccs .menu div.first-thumb {
    border-top-right-radius: 7px;
  }
  .popular-categories .naccs .menu div.last-thumb {
    border-bottom-left-radius: 0px;
  }
  .recent-listing .item .left-image,
  .listing-page .item .left-image {
    float: none;
    width: 100%;
  }
  .category-post .top-content .top-icon .icon {
    left: 45%;
  }
  .recent-listing .item .left-image,
  .listing-page .item .left-image {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
  }
  .recent-listing .item .listing-item,
  .listing-page .item .listing-item {
    display: inline-block;
  }
  .recent-listing .item .right-content ul.rate,
  .listing-page .item .right-content ul.rate {
    top: 20px;
  }
  .recent-listing .item .right-content .main-white-button,
  .listing-page .item .right-content .main-white-button {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 30px;
  }
  .recent-listing .item .right-content h4 {
    margin-top: 20px;
  }
  footer {
    text-align: center;
  }
  footer .about,
  footer .helpful-links {
    margin-bottom: 45px;
  }
  .category-post .icon {
    transform: translateX(0px);
  }
  .category-post .top-content .top-icon,
  .category-post .nacc .thumb .main-white-button a {
    text-align: center;
    width: 100%;
  }
  .category-post .nacc .thumb .main-white-button  {
    margin-top: 30px;
  }
  .category-post .top-content .top-icon .icon {
    margin-left: -60px;
  }
  .category-post .top-content .top-icon h4 {
    left: 86px;
  }
  .description .text-icon {
    margin-top: 30px;
  }
  form#contact-form {
    margin-top: 45px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .main-banner ul.categories li a {
    color: transparent;
  }
  .header-area .main-nav a.logo {
    background-image: url(../images/white-logo.png);
    float: left;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .main-nav .menu-trigger {
    right: 15px;
  }
  .category-post .icon {
    transform: translateX(-22px);
  }
}

/* ==============================================
   RAWMET – MOBILE & TABLET RESPONSIVE
   ============================================== */

/* --- Tablet: 768px – 991px --- */
@media (max-width: 991px) {

  /* Banner */
  .main-banner {
    padding: 180px 0 100px;
  }
  .banner-brand-text {
    font-size: 40px !important;
    letter-spacing: 2px;
    margin-top: 0 !important;
  }
  .banner-brand-text div {
    font-size: 36px !important;
    letter-spacing: 2px !important;
    margin-bottom: 8px !important;
  }
  .banner-services {
    font-size: 15px;
    letter-spacing: 1px;
  }

  /* Language switcher */
  .header-area .main-nav .language-switcher {
    margin-right: -0.5cm;
    margin-top: 28px;
  }

  /* Logo */
  .header-area .main-nav a.logo {
    margin-left: 0 !important;
  }

  /* Section heading */
  .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  /* Front page tabs: make menu horizontal */
  .popular-categories .naccs .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  .popular-categories .naccs .menu > div {
    flex: 1 1 calc(33% - 8px);
    border-radius: 7px;
  }

  /* Products page: sidebar tabs horizontal on tablet */
  .listing-page .col-lg-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .listing-page .col-lg-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .listing-page .naccs .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  .listing-page .naccs .menu > div {
    flex: 1 1 calc(50% - 8px);
    border-radius: 7px;
  }

  /* Products: stack image + table vertically */
  .listing-page .listing-item {
    flex-direction: column;
  }
  .listing-page .listing-item .left-image {
    width: 100%;
  }
  .listing-page .listing-item .left-image img {
    width: 100% !important;
    height: 240px !important;
    border-radius: 10px;
  }
  .listing-page .listing-item .right-content {
    width: 100%;
    margin-top: 20px;
  }

  /* Spec table overflow */
  .right-content {
    overflow-x: auto;
  }

  /* About page: tabs horizontal */
  .category-post .naccs .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
  }
  .category-post .naccs .menu > div {
    flex: 1 1 calc(33% - 8px);
    border-radius: 7px;
  }

  /* Contact page */
  .contact-page {
    margin: 70px 0;
  }
  .contact-page #map iframe {
    height: 380px !important;
  }
  form#contact-form {
    margin: 40px 15px 40px !important;
  }

  /* Home carousel image */
  .recent-listing .listing-item {
    flex-direction: column;
  }
  .recent-listing .listing-item .left-image img {
    width: 100% !important;
    height: 220px !important;
    border-radius: 10px 10px 0 0;
  }
}

/* --- Mobile: up to 767px --- */
@media (max-width: 767px) {

  /* Banner */
  .main-banner {
    padding: 140px 0 80px;
  }
  .banner-brand-text {
    font-size: 26px !important;
    letter-spacing: 1px;
    margin-top: 0 !important;
  }
  .banner-brand-text div {
    font-size: 20px !important;
    letter-spacing: 1px !important;
    margin-bottom: 6px !important;
  }
  .banner-services {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .scroll-down-btn {
    width: 36px;
    height: 36px;
  }

  /* Hide floating language switcher — moves into dropdown */
  .header-area .main-nav .language-switcher {
    display: none;
  }

  /* Show language row inside mobile dropdown */
  .nav-lang-mobile {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #f0f0f0 !important;
    height: 50px !important;
    border-bottom: 1px solid #e7e7e7;
  }
  .nav-lang-mobile a {
    font-size: 14px !important;
    font-weight: 600;
    color: #2a2a2a !important;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    background: transparent !important;
    height: auto !important;
    line-height: normal !important;
  }
  .nav-lang-mobile a.active,
  .nav-lang-mobile a:hover {
    background: #2b2d42 !important;
    color: #fff !important;
    border-color: #2b2d42;
  }
  .nav-lang-mobile span {
    color: #aaa;
    font-size: 14px;
  }

  /* Logo */
  .header-area .main-nav a.logo {
    margin-left: 0 !important;
  }

  /* Section heading */
  .section-heading h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  /* Show dropdown, hide sidebar on mobile */
  .mobile-dropdown { display: block; }
  .desktop-tabs   { display: none; }

  /* --- Popular categories: mobile --- */

  .popular-categories .naccs {
    overflow: visible;
    background-color: transparent;
    border-radius: 0;
  }

  /* Menu container */
  .popular-categories .naccs .menu {
    flex-direction: column !important;
    height: auto !important;
    gap: 4px;
    background-color: #2b2d42;
    border-radius: 7px;
    padding: 6px;
    margin-bottom: 12px;
  }

  /* Every tab box: same fixed size */
  .popular-categories .naccs .menu > div,
  .popular-categories .naccs .menu .last-thumb {
    flex: 0 0 62px !important;
    height: 62px !important;
    min-height: unset !important;
    border-radius: 5px !important;
    text-align: center !important;
    padding: 0 15px !important;
    display: block !important;
    line-height: 62px !important;
  }

  /* Text visible inside boxes */
  .popular-categories .naccs .menu .thumb {
    color: #fff !important;
    line-height: 62px !important;
    text-align: center !important;
    font-size: 16px !important;
    display: block !important;
  }

  /* Content panel */
  .popular-categories ul.nacc {
    display: block !important;
    background-color: #2b2d42;
    border-radius: 7px;
    overflow: hidden;
  }
  .popular-categories ul.nacc li {
    display: none;
    opacity: 1 !important;
    pointer-events: auto !important;
    grid-area: unset;
  }
  .popular-categories ul.nacc li.active {
    display: block;
  }

  /* Content inside active tab */
  .popular-categories .nacc .thumb .left-text {
    margin: 20px 15px 10px;
  }
  .popular-categories .nacc .thumb .left-text p {
    font-size: 14px;
  }
  .popular-categories .nacc .thumb .right-image {
    padding: 0 15px 15px;
    display: block;
  }
  .popular-categories .nacc .thumb .right-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 7px;
    display: block;
  }


  /* ---- Products page tabs ---- */
  .listing-page .naccs .menu {
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    background-color: #2b2d42;
    border-radius: 7px;
    margin-bottom: 16px;
  }
  .listing-page .naccs .menu > div {
    flex: 1 1 100%;
    height: 58px !important;
    line-height: 58px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    padding: 0 15px !important;
    border-radius: 5px !important;
    font-size: 15px;
  }
  .listing-page .naccs .menu .thumb {
    color: #fff !important;
    line-height: 58px;
    text-align: center;
  }
  .listing-page .listing-item .left-image img {
    height: 200px !important;
  }
  .spec-table {
    font-size: 12px;
  }
  .spec-table th,
  .spec-table td {
    padding: 5px 8px;
  }
  .product-description {
    padding: 0 5px;
  }
  .product-description p,
  .product-description ul p {
    font-size: 13px;
  }

  /* ---- About page tabs ---- */
  .category-post .naccs .menu {
    flex-direction: row;
    gap: 5px;
    padding: 6px;
    background-color: #2b2d42;
    border-radius: 7px;
    margin-bottom: 16px;
  }
  .category-post .naccs .menu > div {
    flex: 1 1 calc(33% - 5px);
    height: 68px !important;
    line-height: normal !important;
    text-align: center;
    padding: 0 5px !important;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-post .naccs .menu .icon {
    display: none !important;
  }
  .category-post .naccs .menu div h4 {
    position: static !important;
    transform: none !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-align: center;
  }
  .category-post .naccs .menu div .thumb {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  /* Fix about page content panels: switch from opacity/absolute to display toggle */
  .category-post ul.nacc li {
    display: none !important;
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .category-post ul.nacc li.active {
    display: block !important;
  }
  .category-post .description p {
    font-size: 14px;
    color: #2a2a2a;
  }
  .category-post .description {
    padding: 20px 15px;
  }

  /* Contact */
  .contact-page {
    margin: 30px 0;
  }
  .contact-page #map iframe {
    height: 260px !important;
  }
  form#contact-form {
    margin: 20px 10px 30px !important;
  }

  /* Footer */
  footer .col-lg-4 {
    text-align: center;
  }
  footer .helpful-links,
  footer .contact-us {
    margin-bottom: 25px;
  }

  /* Misc spacing */
  .popular-categories,
  .recent-listing,
  .listing-page,
  .category-post,
  .contact-page {
    padding-left: 5px;
    padding-right: 5px;
  }
}