/*-- Reset styles  -- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* -- Common elements -- */
html {
  scroll-behavior: smooth;
  margin-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #202020;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  transition: all 0.6s ease;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  max-width: 1600px;
  padding: 0;
}

/* -- form style -- */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=datetime],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Inter", sans-serif;
  border: 1px solid #dddddd;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 12px 18px;
  width: 100%;
  background: #ffffff;
  color: #202020;
  font-weight: normal;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #dddddd;
}
textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #202020;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=datetime]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #202020;
  transition: all 0.3s ease;
}

textarea {
  min-height: 120px;
  resize: none;
}

/* -- Placeholder color -- */
::-webkit-input-placeholder {
  color: #202020;
}

:-moz-placeholder {
  color: #202020;
}

::-moz-placeholder {
  color: #202020;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #202020;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  color: #202020;
  font-weight: bold;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 68px;
  line-height: 1.2em;
}

h3 {
  font-size: 56px;
  line-height: 1.3em;
}

h4 {
  font-size: 42px;
  line-height: 1.4em;
}

h5 {
  font-size: 28px;
  line-height: 1.5em;
}

h6 {
  font-size: 20px;
  line-height: 1.6em;
}

p {
  line-height: 1.4em;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #202020;
}
a:focus, a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: bold;
}

.link {
  transition: all 0.3s ease;
}
.link:hover {
  color: #DAB761;
}

.border-line {
  border: 1px solid #dddddd;
}

.border-line-black {
  border: 1px solid #202020;
}

.border-line-bottom {
  border-bottom: 1px solid #333;
}

.no-line {
  border: 0 !important;
}

/* -- radius --*/
.radius-8 {
  border-radius: 8px;
}

.radius-24 {
  border-radius: 24px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-56 {
  border-radius: 56px;
}

.rounded-full {
  border-radius: 999px;
}

.overflow-hidden {
  overflow: hidden;
}

.none {
  display: none;
}

.padding-y {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.padding-x {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-left {
  padding-left: 30px;
}

.padding-right {
  padding-right: 30px;
}

/* -- text-size -- */
.text-size-1 {
  font-size: 12px;
}

.text-size-2 {
  font-size: 14px;
}

.text-size-3 {
  font-size: 16px;
}

.text-size-4 {
  font-size: 18px;
}

.text-size-5 {
  font-size: 20px;
}

.text-size-6 {
  font-size: 24px;
}

.text-size-7 {
  font-size: 28px;
}

.text-size-8 {
  font-size: 32px;
}

.text-size-9 {
  font-size: 38px;
}

.text-size-10 {
  font-size: 40px;
}

.text-size-11 {
  font-size: 48px;
}

.text-size-12 {
  font-size: 56px;
}

.text-size-13 {
  font-size: 64px;
}

.text-size-14 {
  font-size: 96px;
}

/*-- main styles  -- */
/******************* HEADER START *******************/
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 30px 20px;
  background-color: #202020;
  transition: 0.4s all;
}
header.wooprex-header-section .header-logo {
  position: relative;
}
header.wooprex-header-section .header-logo a {
  position: absolute;
  width: 200px;
  top: -40px;
}
header.wooprex-header-section.sticky {
  position: sticky !important;
  top: 0px;
  background-color: #202020;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section.sticky .header-logo img {
  width: 70px;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
}
header.wooprex-header-section .header-main .header-right .call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header.wooprex-header-section .header-main .header-right .call .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #DAB761;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #202020;
  outline: 1px solid #DAB761;
  color: #202020;
}
header.wooprex-header-section .header-main .header-right .call .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.wooprex-header-section .header-main .header-right .call .text p {
  font-weight: 500;
  margin-bottom: 2px;
  color: #ffffff;
}
header.wooprex-header-section .header-main .header-right .call .text a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
header.wooprex-header-section .header-main .header-right .call .text a:hover {
  color: #DAB761;
}

/* Start desktop menu */
.wooprex-desktop-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.wooprex-desktop-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 0px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 12px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #DAB761;
  width: 0%;
  height: 1px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  color: #DAB761;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > a.item-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 40px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 250px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #202020;
  box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 8px 15px;
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link, .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.item-link {
  color: #DAB761;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.item-link:before {
  opacity: 1;
  visibility: visible;
  height: 15px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link {
  padding: 0px 25px;
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link i {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: #DAB761;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 4px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
  right: -250px;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* Start mobile menu */
.wooprex-mobile-menu {
  width: 350px;
  max-width: 100%;
  height: 100%;
  background-color: #202020;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding: 30px 0px;
  box-shadow: 0px 0px 5px 0px rgba(6, 23, 106, 0.0784313725);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wooprex-mobile-menu ul.box-nav {
  margin-top: 60px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-mobile-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  color: #DAB761;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0.6;
  gap: 5px;
  font-weight: 500;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.item-link, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.item-link {
  color: #ffffff;
  opacity: 0.6;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: #ffffff;
  font-weight: 500;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu .mobile-menu-top {
  position: relative;
}
.wooprex-mobile-menu .mobile-menu-top .top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0px 20px;
}
.wooprex-mobile-menu .mobile-menu-bottom {
  padding: 0px 20px;
}
.wooprex-mobile-menu .call {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-mobile-menu .call .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #DAB761;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  outline: 1px solid #DAB761;
  color: #ffffff;
}
.wooprex-mobile-menu .call .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-mobile-menu .call .text p {
  font-weight: 500;
  margin-bottom: 2px;
  color: #ffffff;
}
.wooprex-mobile-menu .call .text a {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.wooprex-mobile-menu .call .text a:hover {
  color: #DAB761;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

.wooprex-mobile-menu-bar {
  cursor: pointer;
  display: none;
}
.wooprex-mobile-menu-bar i {
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-bar-close {
  cursor: pointer;
}
.mobile-menu-bar-close i {
  font-size: 20px;
  color: #202020;
}
.mobile-menu-bar-close:hover i {
  color: #DAB761;
}

/******************* HEADER END *******************/
.sc-btn {
  display: inline-flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #202020;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #202020;
  padding: 0px 35px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.sc-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.sc-btn:hover {
  background-color: #DAB761;
  color: #202020;
  border-color: #DAB761;
}
.sc-btn:hover i {
  transform: rotate(0deg);
}
.sc-btn.color-btn {
  color: #202020;
  border-color: #DAB761;
  background-color: #DAB761;
}
.sc-btn.color-btn:hover {
  background-color: #202020;
  border-color: #202020;
  color: #ffffff;
}

/******************** BANNER ***********************/
.wooprex-banner-section {
  overflow: hidden;
  position: relative;
}
.wooprex-banner-section .follow-us {
  position: absolute;
  bottom: 50px;
  left: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  z-index: 4;
}
@media only screen and (max-width: 1740px) {
  .wooprex-banner-section .follow-us {
    left: 1.5%;
  }
}
@media only screen and (max-width: 575px) {
  .wooprex-banner-section .follow-us {
    display: none;
  }
}
.wooprex-banner-section .follow-us span {
  display: block;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
}
.wooprex-banner-section .follow-us ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-banner-section .follow-us ul li a {
  font-size: 16px;
  color: #ffffff;
}
.wooprex-banner-section .follow-us ul li a:hover {
  color: #DAB761;
}
.wooprex-banner-section .simpleParallax {
  height: 100%;
}
.wooprex-banner-section .banner-slider {
  transform: inherit !important;
}
.wooprex-banner-section .banner-slider .banner-item {
  position: relative;
  height: 80vh;
}
.wooprex-banner-section .banner-slider .banner-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #202020;
  opacity: 0.4;
  z-index: 1;
}
.wooprex-banner-section .banner-slider .banner-item .banner-image {
  height: 100%;
}
.wooprex-banner-section .banner-slider .banner-item .banner-image video,
.wooprex-banner-section .banner-slider .banner-item .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-banner-section .banner-slider .banner-item .banner-text {
  position: absolute;
  left: calc((100% - 1640px) / 2);
  bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 3;
  width: 1600px;
  max-width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 1740px) {
  .wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 0px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  width: 570px;
  max-width: 100%;
}
.wooprex-banner-section .banner-slider .banner-item .banner-text p {
  color: #ffffff;
  line-height: 1.6em;
  max-width: 600px;
}
.wooprex-banner-section .banner-slider .banner-item .banner-text .sc-btn {
  margin-top: 30px;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  z-index: 10;
}
@media only screen and (max-width: 1740px) {
  .wooprex-banner-section .wooprex-swiper-nav-wrapper {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wooprex-banner-section .wooprex-swiper-nav-wrapper {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    width: 100%;
    gap: 15px;
    justify-content: center;
  }
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .hr-line {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
}
.wooprex-banner-section .swiper-pagination {
  position: static;
  transform: inherit;
  margin: 0;
  width: auto;
  height: auto;
  color: #ffffff;
}
.wooprex-banner-section .wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev,
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next {
  position: static;
  transform: inherit;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: transparent;
}
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_saveon";
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: #DAB761;
}
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev:hover:after,
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next:hover:after {
  color: #202020;
}
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f108";
}
.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f106";
}

footer.footer-section {
  background: #202020;
  padding: 70px 20px 30px 20px;
}
footer.footer-section .footer-logo a img {
  width: 120px;
}
footer.footer-section .footer-middle {
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #343434;
}
footer.footer-section .footer-middle .row {
  row-gap: 40px;
}
footer.footer-section .footer-middle .footer-item h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer.footer-section .footer-middle .footer-item h4,
footer.footer-section .footer-middle .footer-item a,
footer.footer-section .footer-middle .footer-item p {
  color: #ffffff;
}
footer.footer-section .footer-middle .footer-item ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
footer.footer-section .footer-middle .footer-item ul li a {
  font-size: 14px;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
footer.footer-section .footer-middle .footer-item ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .footer-middle .footer-item ul li a:hover {
  color: #ffffff;
  opacity: 1;
}
footer.footer-section .footer-middle .footer-item ul li p {
  font-size: 14px;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  opacity: 0.6;
  margin: 0;
}
footer.footer-section .footer-middle .footer-item ul li p i {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .footer-middle .footer-item p {
  font-size: 14px;
  margin-bottom: 30px;
}
footer.footer-section .footer-middle .footer-item .follow-us {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
footer.footer-section .footer-middle .footer-item .follow-us h5 {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
}
footer.footer-section .footer-middle .footer-item .follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: row;
}
footer.footer-section .footer-middle .footer-item .follow-us ul li a {
  font-size: 22px;
}
footer.footer-section .footer-middle .footer-item .follow-us ul li a:hover {
  color: #DAB761;
}
footer.footer-section .footer-bottom {
  padding-top: 30px;
}
footer.footer-section .footer-bottom .copyright {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .footer-bottom p {
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
  font-size: 14px;
}
footer.footer-section .footer-bottom p a {
  color: #ffffff;
  font-size: 14px;
}
footer.footer-section .footer-bottom p a:hover {
  opacity: 1;
  text-decoration: underline;
}

/** APARTMENT ITEM */
.sc-apartment-item .elementor-heading-title {
  transition: all 0.3s ease;
}
.sc-apartment-item:hover img {
  transform: scale(1.1);
}
.sc-apartment-item:hover .elementor-heading-title {
  color: #DAB761;
}

/* HOME SERVICE */
.sc-home-service-section {
  padding-right: calc((100% - 1600px) / 2) !important;
}

.sc-list ol li,
.sc-list ul li {
  padding-left: 25px;
  position: relative;
}
.sc-list ol li:after,
.sc-list ul li:after {
  content: "";
  background-image: url("../assets/svg/check-mark.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sc-list.white ol li:after,
.sc-list.white ul li:after {
  background-image: url("../assets/svg/check-mark-white.svg");
}

/* BLOG */
.sc-blog-container {
  background-color: #ffffff;
}
.sc-blog-container .row {
  row-gap: 50px;
}

.sc-blog-item .image-wrapper {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .sc-blog-item .image-wrapper {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .sc-blog-item .image-wrapper {
    height: 200px;
  }
}
.sc-blog-item .image-wrapper .featured-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.sc-blog-item .image-wrapper .featured-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(24, 37, 74, 0.2666666667);
  z-index: 1;
  pointer-events: none;
}
.sc-blog-item .image-wrapper .featured-image a {
  width: 100%;
  height: 100%;
}
.sc-blog-item .image-wrapper .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sc-blog-item .description {
  margin-top: 20px;
}
.sc-blog-item .post-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.sc-blog-item .post-content p {
  margin-bottom: 10px;
}
.sc-blog-item h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .sc-blog-item h3 {
    font-size: 20px;
  }
}
.sc-blog-item:hover .image-wrapper img {
  transform: scale(1.1);
}
.sc-blog-item:hover h3 a {
  color: #DAB761;
}

/* BLOG DETAILS PAGE */
.sc-blog-single-container {
  background-color: #ffffff;
}

.wooprex-single-blog-section .row {
  row-gap: 50px;
}
.wooprex-single-blog-section .post-meta {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.wooprex-single-blog-section .post-meta a {
  font-weight: 500;
  color: #969696;
}
.wooprex-single-blog-section .post-meta .author a span {
  color: #DAB761;
}
.wooprex-single-blog-section h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section h2 {
    font-size: 26px;
  }
}
.wooprex-single-blog-section .blog-thumbnail {
  height: 550px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .blog-thumbnail {
    height: 450px;
  }
}
.wooprex-single-blog-section .blog-thumbnail .simpleParallax {
  height: 100%;
}
.wooprex-single-blog-section .blog-thumbnail .image {
  height: 100%;
}
.wooprex-single-blog-section .blog-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-single-blog-section .wooprex-details {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-single-blog-section .wooprex-details h3 {
  margin: 13px 0px;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .wooprex-details h3 {
    font-size: 22px;
  }
}
.wooprex-single-blog-section .wooprex-details h4 {
  font-size: 24px;
}
.wooprex-single-blog-section .wooprex-details h5 {
  font-size: 20px;
}
.wooprex-single-blog-section .wooprex-details h5 {
  font-size: 16px;
}
.wooprex-single-blog-section .wooprex-details h4, .wooprex-single-blog-section .wooprex-details h5, .wooprex-single-blog-section .wooprex-details h6 {
  margin: 10px 0px;
  font-weight: 600;
}
.wooprex-single-blog-section .wooprex-details ul, .wooprex-single-blog-section .wooprex-details ol {
  padding-left: 20px;
}
.wooprex-single-blog-section .wooprex-details ul li, .wooprex-single-blog-section .wooprex-details ol li {
  line-height: 1.6em;
}
.wooprex-single-blog-section .wooprex-details ul li {
  list-style: disc;
}
.wooprex-single-blog-section .wooprex-details ol li {
  list-style: decimal;
}
.wooprex-single-blog-section .wooprex-details figure {
  border-radius: 30px;
  overflow: hidden;
}
.wooprex-single-blog-section .wooprex-details .wp-block-columns {
  margin-top: 25px;
  margin-bottom: 10px;
}
.wooprex-single-blog-section .wooprex-details .wp-block-image {
  height: 450px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .wooprex-details .wp-block-image {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-single-blog-section .wooprex-details .wp-block-image {
    height: 400px;
  }
}
.wooprex-single-blog-section .wooprex-details .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 35%;
     object-position: 100% 35%;
}
.wooprex-single-blog-section .wooprex-details blockquote {
  background: #F0FCFF;
  padding: 40px 60px;
  text-align: center;
  border: none;
  margin: 20px 0px 0px 0px;
  border-left: 10px solid #DAB761;
  border-radius: 30px;
}
.wooprex-single-blog-section .wooprex-details blockquote p {
  color: #202020;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .wooprex-details blockquote p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-single-blog-section .wooprex-details blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .wooprex-details blockquote {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-single-blog-section .wooprex-details blockquote {
    padding: 20px 20px;
  }
}
.wooprex-single-blog-section .wooprex-details a:hover {
  color: #DAB761;
}
.wooprex-single-blog-section .sc-sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: sticky;
  top: 150px;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .sc-sidebar {
    row-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-single-blog-section .sc-sidebar {
    row-gap: 20px;
  }
}
.wooprex-single-blog-section .sc-sidebar h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .sc-sidebar h4 {
    font-size: 20px;
  }
}
.wooprex-single-blog-section .sc-sidebar .widget {
  padding: 20px;
  box-shadow: -25px 13px 50px 0px rgba(0, 0, 0, 0.02);
  background-color: #fbfbfb;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-blog-section .sc-sidebar .widget {
    padding: 20px;
  }
}
.wooprex-single-blog-section .sc-sidebar .widget_categories ul,
.wooprex-single-blog-section .sc-sidebar .widget_archive ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.wooprex-single-blog-section .sc-sidebar .widget_categories ul li,
.wooprex-single-blog-section .sc-sidebar .widget_archive ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.6em;
  font-size: 15px;
}
.wooprex-single-blog-section .sc-sidebar .widget_categories ul li a,
.wooprex-single-blog-section .sc-sidebar .widget_archive ul li a {
  position: relative;
}
.wooprex-single-blog-section .sc-sidebar .widget_categories ul li a:hover,
.wooprex-single-blog-section .sc-sidebar .widget_archive ul li a:hover {
  color: #DAB761;
}
.wooprex-single-blog-section .sc-sidebar .widget_recent_entries ul {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.wooprex-single-blog-section .sc-sidebar .widget_recent_entries ul li {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 15px;
}
.wooprex-single-blog-section .sc-sidebar .widget_recent_entries ul li a {
  font-weight: 500;
}
.wooprex-single-blog-section .sc-sidebar .widget_recent_entries ul li a:hover {
  color: #DAB761;
}
.wooprex-single-blog-section .sc-sidebar .widget_recent_entries ul li span {
  color: #b6b6b6;
}
.wooprex-single-blog-section .sc-sidebar .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wooprex-single-blog-section .sc-sidebar .tagcloud a {
  background-color: #f1f0ed;
  padding: 3px 8px;
  font-size: 15px !important;
  border-radius: 30px;
}
.wooprex-single-blog-section .sc-sidebar .tagcloud a:hover {
  background-color: #DAB761;
}

/* CONTACT FORM */
.sc-contact-form .row {
  row-gap: 24px;
}
.sc-contact-form label {
  width: 100%;
  margin-bottom: 8px;
}
.sc-contact-form input[type=text],
.sc-contact-form input[type=email],
.sc-contact-form input[type=date],
.sc-contact-form input[type=tel],
.sc-contact-form textarea, .sc-contact-form select {
  border: none;
  border-bottom: 1px solid #202020;
  padding: 14px 0px;
  color: #202020;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0;
}
.sc-contact-form input[type=text]::-moz-placeholder, .sc-contact-form input[type=email]::-moz-placeholder, .sc-contact-form input[type=date]::-moz-placeholder, .sc-contact-form input[type=tel]::-moz-placeholder, .sc-contact-form textarea::-moz-placeholder, .sc-contact-form select::-moz-placeholder {
  font-size: 14px;
}
.sc-contact-form input[type=text]::placeholder,
.sc-contact-form input[type=email]::placeholder,
.sc-contact-form input[type=date]::placeholder,
.sc-contact-form input[type=tel]::placeholder,
.sc-contact-form textarea::placeholder, .sc-contact-form select::placeholder {
  font-size: 14px;
}
.sc-contact-form input[type=text]:focus,
.sc-contact-form input[type=email]:focus,
.sc-contact-form input[type=date]:focus,
.sc-contact-form input[type=tel]:focus,
.sc-contact-form textarea:focus, .sc-contact-form select:focus {
  outline: none;
  box-shadow: none;
  border-color: #DAB761;
}
.sc-contact-form textarea {
  height: 170px;
}
.sc-contact-form select {
  padding: 14px 0px !important;
  font-size: 14px;
}
.sc-contact-form select option {
  padding: 0 15px;
}
.sc-contact-form .wooprex-btn:hover {
  color: #202020;
}
.sc-contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
}
.sc-contact-form p {
  padding: 0px 20px;
}

/* BREADCRUMB */
.sc-breadcrumb-section {
  position: relative;
  overflow: hidden;
}
.sc-breadcrumb-section:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #202020;
  opacity: 0.5;
  z-index: 1;
}
.sc-breadcrumb-section .breadcrumb-text {
  height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: 10px;
  z-index: 2;
}
.sc-breadcrumb-section .breadcrumb-text h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3em;
}
@media only screen and (max-width: 1200px) {
  .sc-breadcrumb-section .breadcrumb-text h1 {
    font-size: 31px;
  }
}
.sc-breadcrumb-section .breadcrumb-text p {
  color: #ffffff;
  max-width: 450px;
  line-height: 1.6em;
}
.sc-breadcrumb-section .breadcrumb-text a {
  color: #ffffff;
}
.sc-breadcrumb-section .breadcrumb-text a:hover {
  text-decoration: underline;
}
.sc-breadcrumb-section .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.sc-breadcrumb-section .container {
  max-width: 700px;
}

/* AGENT SECTION */
.wooprex-agent-section .inner-main-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columns of equal height */
  grid-auto-flow: row; /* Fill row first */
  gap: 40px;
}

.wooprex-agent-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wooprex-agent-item .agent-image {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #DAB761;
}
.wooprex-agent-item .agent-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.wooprex-agent-item .agent-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.wooprex-agent-item .agent-description {
  text-align: center;
  margin-top: 10px;
}
.wooprex-agent-item .agent-description h3 {
  font-size: 18px;
  font-weight: 500;
}
.wooprex-agent-item .follow-us ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  text-align: center;
}
.wooprex-agent-item .follow-us ul li a {
  color: #202020;
  font-size: 20px;
}
.wooprex-agent-item .follow-us ul li a:hover {
  color: #DAB761;
}
.wooprex-agent-item:hover img {
  transform: scale(1.1);
}
.wooprex-agent-item:hover .agent-description h3 a {
  color: #DAB761;
}

/* SINGLE AGENT */
.wooprex-single-agent-section .row {
  row-gap: 30px;
}
.wooprex-single-agent-section h2 {
  font-size: 35px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-agent-section h2 {
    font-size: 26px;
  }
}
.wooprex-single-agent-section h5 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
.wooprex-single-agent-section p b {
  font-weight: 500;
}
.wooprex-single-agent-section .left {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-single-agent-section .contact ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
  text-align: center;
}
.wooprex-single-agent-section .contact ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 15px;
}
.wooprex-single-agent-section .contact ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-single-agent-section .contact ul li a {
  color: #202020;
}
.wooprex-single-agent-section .contact ul li a:hover {
  color: #DAB761;
}
.wooprex-single-agent-section .follow-us {
  margin-top: 15px;
}
.wooprex-single-agent-section .follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  text-align: center;
}
.wooprex-single-agent-section .follow-us ul li a {
  color: #202020;
  font-size: 20px;
}
.wooprex-single-agent-section .follow-us ul li a:hover {
  color: #DAB761;
}
.wooprex-single-agent-section .agent-thumbnail {
  width: 350px;
  max-width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #DAB761;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .wooprex-single-agent-section .agent-thumbnail {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-single-agent-section .agent-thumbnail {
    width: 230px;
    height: 220px;
  }
}
.wooprex-single-agent-section .agent-thumbnail .image {
  height: 100%;
  width: 100%;
}
.wooprex-single-agent-section .agent-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-single-agent-section .wooprex-details {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-single-agent-section .wooprex-details .post-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .wooprex-single-agent-section .wooprex-details .post-content {
    margin-top: 25px;
  }
}
.wooprex-single-agent-section .wooprex-details .post-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-agent-section .wooprex-details .post-content h3 {
    font-size: 24px;
  }
}
.wooprex-single-agent-section .wooprex-details .post-content h4 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-agent-section .wooprex-details .post-content h4 {
    font-size: 20px;
  }
}
.wooprex-single-agent-section .wooprex-details .post-content h5 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-agent-section .wooprex-details .post-content h5 {
    font-size: 16px;
  }
}
.wooprex-single-agent-section .wooprex-details .post-content h5 {
  font-size: 16px;
}
.wooprex-single-agent-section .wooprex-details .post-content h4, .wooprex-single-agent-section .wooprex-details .post-content h5, .wooprex-single-agent-section .wooprex-details .post-content h6 {
  font-weight: 600;
}
.wooprex-single-agent-section .wooprex-details .post-content ul, .wooprex-single-agent-section .wooprex-details .post-content ol {
  padding-left: 20px;
}
.wooprex-single-agent-section .wooprex-details .post-content ul li, .wooprex-single-agent-section .wooprex-details .post-content ol li {
  line-height: 1.6em;
}
.wooprex-single-agent-section .wooprex-details .post-content ul li {
  list-style: disc;
}
.wooprex-single-agent-section .wooprex-details .post-content ol li {
  list-style: decimal;
}
.wooprex-single-agent-section .wooprex-details .post-content figure {
  border-radius: 30px;
  overflow: hidden;
}
.wooprex-single-agent-section .wooprex-details .post-content .wp-block-columns {
  margin-top: 25px;
  margin-bottom: 10px;
}
.wooprex-single-agent-section .wooprex-details .post-content .wp-block-image {
  height: 450px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .wooprex-single-agent-section .wooprex-details .post-content .wp-block-image {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-single-agent-section .wooprex-details .post-content .wp-block-image {
    height: 400px;
  }
}
.wooprex-single-agent-section .wooprex-details .post-content .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 35%;
     object-position: 100% 35%;
}
.wooprex-single-agent-section .wooprex-details a:hover {
  color: #DAB761;
}

/*-- Responsive styles -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (max-width: 1480px) {
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  /* HOME SERVICE */
  .sc-home-service-section {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-top {
    padding-top: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  header.wooprex-header-section .header-logo img {
    width: 90px !important;
  }
  header.wooprex-header-section.sticky .header-logo img {
    width: 70px !important;
  }
  /* Banner section */
  .wooprex-banner-section .banner-slider .banner-item {
    height: 77vh;
  }
  .wooprex-banner-section .banner-slider .banner-item .banner-text {
    width: 500px;
  }
  .wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    font-size: 45px;
    width: 450px;
  }
  /* AGENT SECTION */
  .wooprex-agent-section .inner-main-wrapper {
    grid-template-columns: repeat(4, 1fr); /* 4 columns of equal height */
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-logo .logo {
    max-width: 200px;
  }
  .wooprex-desktop-menu ul.box-nav {
    gap: 32px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
    left: -250px;
  }
}
@media only screen and (max-width: 1024px) {
  .wooprex-desktop-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /*********************** FOOTER **************/
  footer.footer-section {
    padding: 60px 20px 30px 20px;
  }
  footer.footer-section .footer-logo a img {
    width: 90px;
  }
  footer.footer-section .footer-middle .footer-item h4 {
    margin-bottom: 20px;
  }
  footer.footer-section .footer-middle .footer-item .follow-us {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 880px) {
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-top {
    padding-top: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  /* Banner section */
  .wooprex-banner-section .banner-slider .banner-item .banner-text {
    bottom: 100px;
  }
  .wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    font-size: 40px;
  }
  /* AGENT SECTION */
  .wooprex-agent-section .inner-main-wrapper {
    grid-template-columns: repeat(3, 1fr); /* 3 columns of equal height */
    gap: 25px;
    row-gap: 30px;
  }
  .wooprex-agent-item .agent-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  header.wooprex-header-section .header-logo img {
    width: 100px !important;
  }
  header.wooprex-header-section.sticky .header-logo img {
    width: 70px !important;
  }
  .sc-contact-form p {
    padding: 0px 0px !important;
  }
  /* AGENT SECTION */
  .wooprex-agent-section .inner-main-wrapper {
    grid-template-columns: repeat(2, 1fr); /* 2 columns of equal height */
    gap: 20px;
    row-gap: 30px;
  }
  .wooprex-agent-item .agent-image {
    height: 150px;
  }
  .wooprex-agent-item .agent-description h3 {
    font-size: 16px;
  }
  .wooprex-agent-item .follow-us ul li a {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*********************** FOOTER **************/
  footer.footer-section {
    padding: 60px 20px 30px 20px;
  }
  footer.footer-section .footer-logo a img {
    width: 80px;
  }
  footer.footer-section .footer-middle .footer-item h4 {
    margin-bottom: 20px;
  }
  footer.footer-section .footer-middle .footer-item .follow-us {
    margin-top: 40px;
  }
  footer.footer-section .footer-bottom p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .header-logo .logo {
    max-width: 170px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 20px;
  }
  .wooprex-mobile-menu-bar i {
    font-size: 35px;
  }
  header.wooprex-header-section .header-logo img {
    width: 100px !important;
  }
  header.wooprex-header-section.sticky .header-logo img {
    width: 70px !important;
  }
  header.wooprex-header-section .header-main .header-right .call {
    display: none;
  }
  header.wooprex-header-section .wooprex-mobile-menu .header-logo img {
    width: 80px !important;
  }
  /*********************** FOOTER **************/
  footer.footer-section {
    padding: 60px 20px 30px 20px;
  }
  footer.footer-section .footer-logo {
    text-align: left;
  }
  footer.footer-section .footer-logo a img {
    width: 80px;
  }
  footer.footer-section .footer-top .footer-item.item-1, footer.footer-section .footer-top .footer-item.item-3 {
    margin: 0 auto;
  }
  footer.footer-section .footer-middle .footer-item h4 {
    margin-bottom: 20px;
    text-align: left;
  }
  footer.footer-section .footer-middle .footer-item ul {
    align-items: left;
  }
  footer.footer-section .footer-middle .footer-item .follow-us {
    margin-top: 40px;
    justify-content: left;
    gap: 20px;
  }
  footer.footer-section .footer-bottom .copyright {
    justify-content: left;
  }
  footer.footer-section .footer-bottom p {
    text-align: left;
    font-size: 14px;
  }
  footer.footer-section .footer-bottom p a {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */