
:root {
  --maroof-font: "Yantramanav", sans-serif;
  --maroof-gray: #52515E;
  --maroof-gray-rgb: 82, 81, 94;
  --maroof-white: #ffffff;
  --maroof-white-rgb: 255, 255, 255;
  --maroof-base:#f15d01;
  --maroof-base-rgb: 230, 58, 39;
  --maroof-black: #141422;
  --maroof-black-rgb: 20, 20, 34;
  --maroof-primary: #FFF4F3;
  --maroof-primary-rgb: 255, 244, 243;
  --maroof-bdr-color: #CDCDCD;
  --maroof-bdr-color-rgb: 205, 205, 205;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--maroof-font);
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--maroof-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--maroof-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--maroof-font);
  color: var(--maroof-black);
  margin: 0;
}

p {
  margin: 0;
  text-align: justify;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--maroof-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 58px;
  margin-top: -3px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: var(--maroof-base);
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid var(--maroof-bdr-color);
  padding: 8px 20px 6px;
  border-radius: 14px;
}

.section-title__title {
  color: var(--maroof-black);
  font-size: 57px;
  line-height: 57px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 14px 0 0;
  letter-spacing: -1.2px;
}

.section-title__title span {
  color: var(--maroof-base);
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--maroof-black);
  letter-spacing: 0.32px;
  background-color: transparent;
  border: 1px solid var(--maroof-bdr-color);
  padding: 5px 5px 5px;
  padding-left: 20px;
  border-radius: 30px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  font-family: var(--maroof-font);
  text-transform: capitalize;
  gap: 10px;
  z-index: 1;
}

.thm-btn span {
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--maroof-base);
  border-radius: 50%;
  color: var(--maroof-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn span:hover {
  background-color: var(--maroof-white);
  color: var(--maroof-base);
}

.thm-btn:hover {
  color: var(--maroof-white);
}

.thm-btn::after {
  background: var(--maroof-black);
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.thm-btn:hover::after {
  height: 380%;
}

.thm-btn-two {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--maroof-black);
  letter-spacing: 0.32px;
  background-color: var(--maroof-base);
  padding: 15px 30px 15px;
  border-radius: 30px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  font-family: var(--maroof-font);
  text-transform: capitalize;
  gap: 10px;
  z-index: 1;
}

.thm-btn-two span {
  color: var(--maroof-base);
  font-size: 13px;
}

.thm-btn-two:hover {
  color: var(--maroof-white);
}

.thm-btn-two::after {
  background: var(--maroof-black);
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
}

.thm-btn-two:hover::after {
  height: 380%;
}


.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--maroof-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--maroof-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--maroof-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}


/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--maroof-base);
  border-color: var(--maroof-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--maroof-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--maroof-white);
  color: var(--maroof-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--maroof-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--maroof-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: block;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 11px 0;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
  border: 1px solid var(--maroof-white);
  padding: 0 8px 0;
  border-radius: 30px;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__search-and-nav-sidebar-icon-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  padding: 1px 0;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--maroof-white);
  font-size: 20px;
}

.main-menu__search:hover {
  color: var(--maroof-base);
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu__nav-sidebar-icon a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  height: 60px;
  width: 60px;
  background-color: var(--maroof-base);
  border-radius: 50%;
  padding-right: 17px;
}

.main-menu__nav-sidebar-icon a .nav-sidebar-menu-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--maroof-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon a:hover .nav-sidebar-menu-1 {
  width: 30px;
}

.main-menu__nav-sidebar-icon a .nav-sidebar-menu-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--maroof-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon a:hover .nav-sidebar-menu-2 {
  width: 20px;
}

.main-menu__nav-sidebar-icon a .nav-sidebar-menu-3 {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: var(--maroof-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon a:hover .nav-sidebar-menu-3 {
  width: 30px;
}


.stricky-header.main-menu {
  background-color: var(--maroof-black);
}

.stricky-header .main-menu__wrapper-inner {
  padding: 19px 0;
}


.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 5px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--maroof-white);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  padding: 2px 20px;
  border-radius: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--maroof-white);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  border-radius: 17px;
  background-color: var(--maroof-base);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--maroof-black-rgb), .10);
}

.main-menu .main-menu__list>li>ul>li:last-child,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 0;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--maroof-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--maroof-base);
  color: var(--maroof-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--maroof-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--maroof-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--maroof-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--maroof-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: #efebeb;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #000000;
  font-size: 14px;
  font-family: var(--maroof-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--maroof-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--maroof-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--maroof-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--maroof-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--maroof-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: #000000;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--maroof-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--maroof-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #000000;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--maroof-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--maroof-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}


.main-menu-two__top {
  position: relative;
  display: block;
  background-color: #201f1f;
  padding: 2px;
  
}

.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
 
}

.main-menu-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li+li {
  margin-left: 30px;
}

.main-menu-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li .icon i {
  font-size: 16px;
  color: var(--maroof-base);
}

.main-menu-two__contact-list li .text {
  margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
  font-size: 14px;
  color: rgba(var(--maroof-white-rgb), .90);
}

.main-menu-two__contact-list li .text p a {
  color: rgba(var(--maroof-white-rgb), .90);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
  color: #ff5100;
}

.main-menu-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__social a {
     position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--maroof-white);
    height: 23px;
    width: 23px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  height: 100%;
  background-color: var(--maroof-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu-two__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu-two__social a:hover {
  color: var(--maroof-white);
  border: 1px solid var(--maroof-base);
}

.main-menu-two__social a+a {
  margin-left: 10px;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  background-color: #FFF4F3;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10000000px;
  bottom: 0;
  right: 100%;
  background-color: #fff4f3;
  z-index: -1;
}

.main-menu-two__logo a {
     position: relative;
    display: flex;
    align-items: center;
    
    padding-left: -81px;
    clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
    width: 152%;
}

.main-menu-two__left {
  position: relative;
  display: block;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
      padding-right: 50px;
}

.main-menu-two__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 22px 0;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--maroof-black);
  font-size: 20px;
}

.main-menu-two__search:hover {
  color: var(--maroof-base);
}

.main-menu-two__btn {
  color: var(--maroof-white) !important;
}

.main-menu-two__btn span {
  color: var(--maroof-white) !important;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 37px;
  padding-bottom: 37px;
}

.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
  margin-left: 25px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--maroof-black);
  padding: 0;
  border-radius: 0;
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--maroof-base);
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  top: inherit;
  bottom: 4px;
}

.main-menu-two .main-menu__list>li.current>a::before,
.main-menu-two .main-menu__list>li:hover>a::before,
.stricky-header.main-menu-two .main-menu__list>li.current>a::before,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu-two .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--maroof-black);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--maroof-base);
}


.stricky-header.main-menu-two {
  background-color: var(--maroof-white);
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  background-color: #FFF4F3;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px 0px;
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 20px 0;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__call-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 10px 0;
}

.main-menu-three__call {
  position: relative;
  display: block;
}

.main-menu-three__call-number {
  position: relative;
  display: block;
}

.main-menu-three__call-number p {
  padding-bottom: 4px;
}

.main-menu-three__call-number h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.main-menu-three__call-number h5 a {
  color: var(--maroof-black);
}

.main-menu-three__call-number h5 a:hover {
  color: var(--maroof-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
}

.main-menu-three__btn {
  background-color: var(--maroof-white);
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-menu-three .main-menu__list>li+li,
.stricky-header.main-menu-three .main-menu__list>li+li {
  margin-left: 25px;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--maroof-black);
  padding: 0;
  border-radius: 0;
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--maroof-base);
}

.main-menu-three .main-menu__list>li>a::before,
.stricky-header.main-menu-three .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  top: inherit;
  bottom: 4px;
}

.main-menu-three .main-menu__list>li.current>a::before,
.main-menu-three .main-menu__list>li:hover>a::before,
.stricky-header.main-menu-three .main-menu__list>li.current>a::before,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu-three .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--maroof-black);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  color: var(--maroof-base);
}

.stricky-header.main-menu-three {
  background-color: var(--maroof-white);
}

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}


.main-menu-four__wrapper {
  position: relative;
  display: block;
  background-color: #20202D;
  z-index: 1;
}

.main-menu-four__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px 0px;
  z-index: 1;
}

.main-menu-four__left {
  position: relative;
  display: block;
}

.main-menu-four__logo {
  position: relative;
  display: block;
  padding: 20px 0;
}

.main-menu-four__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-four__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-four__btn-box {
  position: relative;
  display: block;
}

.main-menu-four__btn {
  color: var(--maroof-white) !important;
}

.main-menu-four__btn:hover {
  color: var(--maroof-black) !important;
}

.main-menu-four__btn span {
  color: var(--maroof-white) !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__btn:hover span {
  color: var(--maroof-black) !important;
}

.main-menu-four__btn::after {
  background-color: var(--maroof-white) !important;
}

.main-menu-four .main-menu__list>li,
.stricky-header.main-menu-four .main-menu__list>li {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-menu-four .main-menu__list>li+li,
.stricky-header.main-menu-four .main-menu__list>li+li {
  margin-left: 25px;
}

.main-menu-four .main-menu__list>li>a,
.stricky-header.main-menu-four .main-menu__list>li>a {
  color: var(--maroof-white);
  padding: 0;
  border-radius: 0;
}

.main-menu-four .main-menu__list>li.current>a,
.main-menu-four .main-menu__list>li:hover>a,
.stricky-header.main-menu-four .main-menu__list>li.current>a,
.stricky-header.main-menu-four .main-menu__list>li:hover>a {
  color: var(--maroof-base);
}

.main-menu-four .main-menu__list>li>a::before,
.stricky-header.main-menu-four .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  top: inherit;
  bottom: 4px;
}

.main-menu-four .main-menu__list>li.current>a::before,
.main-menu-four .main-menu__list>li:hover>a::before,
.stricky-header.main-menu-four .main-menu__list>li.current>a::before,
.stricky-header.main-menu-four .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu-four .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu-four .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--maroof-white);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-four .main-menu__list>li.current>a::after,
.main-menu-four .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-four .main-menu__list>li.current>a::after,
.stricky-header.main-menu-four .main-menu__list>li:hover>a::after {
  color: var(--maroof-base);
}









/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--maroof-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--maroof-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
  background-color: var(--maroof-black);
  border-radius: 0;
  width: 210%;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--maroof-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--maroof-white);
}


/*==================================
      CALL BUTTON
==================================*/

.call-btn{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.call-btn__icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#f15d01;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    transition:.3s;
    animation:ring 2s infinite;
}

.call-btn__icon:hover{
    transform:scale(1.08);
    background:#302e2f;
}

.call-btn__text{
    line-height:0.4;
    color:#222;
    font-weight:700;
    font-size:18px;
}

.call-btn__text small{
    display:block;
    color:#777;
    font-size:13px;
    font-weight:600;
    margin-bottom:2px;
}

@keyframes ring{
    0%{box-shadow:0 0 0 0 rgba(212,175,55,.6);}
    70%{box-shadow:0 0 0 18px rgba(212,175,55,0);}
    100%{box-shadow:0 0 0 0 rgba(212,175,55,0);}
}

/* Tablet */

@media(max-width:991px){

.call-btn__icon{
    width:48px;
    height:48px;
    min-width:48px;
    font-size:18px;
}

.call-btn__text{
    font-size:16px;
}

}

/* Mobile */

@media(max-width:767px){

.call-btn{
    justify-content:center;
}

.call-btn__icon{
    width:44px;
    height:44px;
    min-width:44px;
    font-size:16px;
}

.call-btn__text{
    font-size:15px;
}

.call-btn__text small{
    font-size:12px;
}

}
/* Round Home Button */

.menu-home-btn > a{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 46px !important;
    padding: 0 28px !important;

    background: #F15D01;
    color: #fff !important;

    border-radius: 999px !important;
    font-size: 16px;
    font-weight: 600 ;
    text-decoration: none !important;

    transition: all .3s ease;
}
.main-menu-two .main-menu__list > li.menu-home-btn > a::before,
.stricky-header.main-menu-two .main-menu__list > li.menu-home-btn > a::before{
    display: none !important;
    content: none;
}

.menu-home-btn > a:hover{
    background: #d94f00;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(241,93,1,.35);
}

/* Mobile */

@media (max-width:991px){

.menu-home-btn{
    width:100%;
}

.menu-home-btn > a{
    width:100%;
    justify-content:center;
    border-radius:50px;
}

}
/* =========================================
   Lovely Construction Project Section
========================================= */

.lc-project-section {
    width: 100%;
    padding: 90px 20px;
    background:
        linear-gradient(
            135deg,
            rgba(247, 249, 252, 0.98),
            rgba(238, 244, 249, 0.95)
        );
    overflow: hidden;
    padding-bottom: 223px;
}

.lc-project-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.lc-project-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(380px, 1fr) minmax(250px, 310px);
    gap: 35px;
    align-items: stretch;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 41, 66, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 41, 66, 0.12);
}

/* Image Area */

.lc-project-image-wrap {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 18px;
    background: #e8edf2;
}

.lc-project-image {
    width: 100%;
    height: 100%;
    min-height: 430px;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.lc-project-image-wrap:hover .lc-project-image {
    transform: scale(1.06);
}

.lc-project-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(3, 28, 51, 0.45),
        transparent 45%
    );
    pointer-events: none;
}

.lc-project-status {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    color: #ffffff;
    background: #ff7a00;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.3);
}

/* Content Area */

.lc-project-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
}

.lc-project-small-title {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff7a00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.lc-project-title {
    margin: 0 0 15px;
    color: #102f4c;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.lc-project-description {
    max-width: 650px;
    margin: 0 0 25px;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}

.lc-project-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.lc-project-info-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-height: 92px;
    padding: 15px;
    background: #f7f9fb;
    border: 1px solid #edf1f4;
    border-radius: 14px;
    transition: 0.3s ease;
}

.lc-project-info-item:hover {
    transform: translateY(-3px);
    background: #ffffff;
    border-color: rgba(255, 122, 0, 0.3);
    box-shadow: 0 10px 25px rgba(15, 41, 66, 0.08);
}

.lc-project-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #102f4c;
    border-radius: 10px;
    font-size: 16px;
}

.lc-project-info-text span {
    display: block;
    margin-bottom: 5px;
    color: #102f4c;
    font-size: 13px;
    font-weight: 700;
}

.lc-project-info-text p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    text-align: start;
}

.lc-project-info-text a {
    display: block;
    color: #6c7883;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lc-project-info-text a:hover {
    color: #ff7a00;
}

/* Buttons */

.lc-project-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lc-project-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
}

.lc-project-btn-primary {
    color: #ffffff;
    background: #ff7a00;
    border: 1px solid #ff7a00;
}

.lc-project-btn-primary:hover {
    color: #ffffff;
    background: #102f4c;
    border-color: #102f4c;
    transform: translateY(-2px);
}

.lc-project-btn-outline {
    color: #102f4c;
    background: #ffffff;
    border: 1px solid #ccd5dd;
}

.lc-project-btn-outline:hover {
    color: #ffffff;
    background: #102f4c;
    border-color: #102f4c;
    transform: translateY(-2px);
}

/* Sidebar */

.lc-project-sidebar {
    display: flex;
    flex-direction: column;
    padding: 28px 22px;
    background: #102f4c;
    border-radius: 18px;
}

.lc-project-sidebar-heading {
    margin-bottom: 24px;
}

.lc-project-sidebar-heading span {
    display: block;
    margin-bottom: 5px;
    color: #ff9a3d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.lc-project-sidebar-heading h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.lc-project-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lc-project-nav li {
    margin-bottom: 10px;
}

.lc-project-nav li a {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    color: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lc-project-nav-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 8px;
}

.lc-project-nav-text {
    font-size: 14px;
    font-weight: 600;
}

.lc-project-nav li a > i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.lc-project-nav li.active a,
.lc-project-nav li a:hover {
    color: #102f4c;
    background: #ffffff;
    border-color: #ffffff;
}

.lc-project-nav li.active .lc-project-nav-icon,
.lc-project-nav li a:hover .lc-project-nav-icon {
    color: #ffffff;
    background: #ff7a00;
}

.lc-project-nav li a:hover > i {
    transform: translateX(4px);
}

.lc-project-help-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-project-help-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff7a00;
    border-radius: 50%;
}

.lc-project-help-box span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.lc-project-help-box a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

/* =========================================
   Responsive Design
========================================= */

@media only screen and (max-width: 1199px) {

    .lc-project-card {
        grid-template-columns: 320px 1fr;
    }

    .lc-project-sidebar {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 220px 1fr 230px;
        align-items: center;
        gap: 20px;
    }

    .lc-project-sidebar-heading {
        margin-bottom: 0;
    }

    .lc-project-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .lc-project-nav li {
        margin-bottom: 0;
    }

    .lc-project-help-box {
        margin-top: 0;
        padding-top: 0;
        padding-left: 20px;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media only screen and (max-width: 991px) {

    .lc-project-section {
        padding: 70px 15px;
    }

    .lc-project-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 22px;
    }

    .lc-project-image-wrap,
    .lc-project-image {
        min-height: 450px;
    }

    .lc-project-sidebar {
        grid-column: auto;
        display: block;
    }

    .lc-project-sidebar-heading {
        margin-bottom: 22px;
    }

    .lc-project-nav {
        display: block;
    }

    .lc-project-nav li {
        margin-bottom: 10px;
    }

    .lc-project-help-box {
        margin-top: 22px;
        padding-top: 22px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }
}

@media only screen and (max-width: 767px) {

    .lc-project-section {
        padding: 55px 12px;
    }

    .lc-project-card {
        padding: 16px;
        border-radius: 18px;
    }

    .lc-project-image-wrap,
    .lc-project-image {
        min-height: 330px;
    }

    .lc-project-title {
        font-size: 29px;
    }

    .lc-project-description {
        font-size: 14px;
    }

    .lc-project-info-list {
        grid-template-columns: 1fr;
    }

    .lc-project-buttons {
        flex-direction: column;
    }

    .lc-project-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    .lc-project-card {
        padding: 12px;
    }

    .lc-project-image-wrap,
    .lc-project-image {
        min-height: 260px;
    }

    .lc-project-status {
        top: 14px;
        left: 14px;
        padding: 7px 12px;
        font-size: 11px;
    }

    .lc-project-title {
        font-size: 24px;
    }

    .lc-project-info-item {
        padding: 12px;
    }

    .lc-project-sidebar {
        padding: 22px 15px;
    }

    .lc-project-nav li a {
        grid-template-columns: 36px 1fr auto;
        padding: 10px;
    }
}
/* ==================================================
   LOVELY CONSTRUCTION PROJECT DETAIL SECTION
================================================== */

.lovely-projectx-section {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background:
        radial-gradient(
            circle at top left,
            rgba(229, 241, 252, 0.95),
            transparent 40%
        ),
        linear-gradient(
            135deg,
            #f8fbfd 0%,
            #eef3f7 100%
        );
    overflow: hidden;
}

.lovely-projectx-section::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(15, 54, 84, 0.045);
}

.lovely-projectx-section::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.05);
}

.lovely-projectx-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 154px;
}

/* Equal Height Grid */

.lovely-projectx-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: stretch;
}

/* ==================================================
   LEFT SIDE
================================================== */

.lovely-projectx-visual {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.lovely-projectx-image-card {
    position: relative;
    flex: 1;
    min-height: 560px;
    overflow: hidden;
    background: #dfe6ec;
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(13, 43, 67, 0.14);
}

.lovely-projectx-image {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.lovely-projectx-image-card:hover .lovely-projectx-image {
    transform: scale(1.04);
}

.lovely-projectx-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(5, 28, 47, 0.9) 0%,
            rgba(5, 28, 47, 0.18) 55%,
            transparent 100%
        );
    pointer-events: none;
}

/* Top Badges */

.lovely-projectx-top-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.lovely-projectx-status,
.lovely-projectx-location {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 14px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.lovely-projectx-status {
    background: #ff7a00;
}

.lovely-projectx-location {
    background: rgba(13, 48, 76, 0.88);
}

.lovely-projectx-status i {
    font-size: 6px;
}

/* Image Content */

.lovely-projectx-image-info {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 27px;
    z-index: 3;
    max-width: 680px;
}

.lovely-projectx-company {
    display: inline-block;
    margin-bottom: 9px;
    color: #ff982f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.lovely-projectx-image-info h2 {
    margin: 0 0 11px;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    text-transform: uppercase;
}

.lovely-projectx-image-info p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.7;
}

/* ==================================================
   QUICK INFO CARDS
================================================== */

.lovely-projectx-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.lovely-projectx-quick-item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 76px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 46, 71, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 46, 71, 0.07);
    transition: all 0.3s ease;
}

.lovely-projectx-quick-item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 122, 0, 0.35);
    box-shadow: 0 15px 30px rgba(15, 46, 71, 0.11);
}

.lovely-projectx-quick-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #123f61, #0c2941);
    border-radius: 10px;
    font-size: 14px;
}

.lovely-projectx-quick-content {
    min-width: 0;
}

.lovely-projectx-quick-content span {
    display: block;
    margin-bottom: 3px;
    color: #87939e;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.lovely-projectx-quick-content strong {
    display: block;
    color: #132f47;
    font-size: 23px;
    font-weight: 800;
}

/* ==================================================
   RIGHT SIDEBAR
================================================== */

.lovely-projectx-sidebar {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
    padding: 25px 22px;
    background: #ffffff;
    border: 1px solid rgba(14, 45, 69, 0.08);
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(14, 45, 69, 0.1);
}

.lovely-projectx-sidebar-head {
    margin-bottom: 18px;
}

.lovely-projectx-sidebar-head > span {
    display: block;
    margin-bottom: 7px;
    color: #ff7a00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.lovely-projectx-sidebar-head h3 {
    margin: 0 0 8px;
    color: #132f47;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.lovely-projectx-sidebar-head p {
    margin: 0;
    color: #89949d;
    font-size: 18px;
    line-height: 1.65;
}

/* Navigation */

.lovely-projectx-navigation {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.lovely-projectx-nav-link {
    flex: 1;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 9px 11px;
    color: #536472;
    background: #f7f9fb;
    border: 1px solid #e9eef2;
    border-radius: 11px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lovely-projectx-nav-number {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #173d5b;
    background: #ffffff;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 5px 13px rgba(17, 54, 83, 0.07);
    transition: all 0.3s ease;
}

.lovely-projectx-nav-content {
    min-width: 0;
}

.lovely-projectx-nav-content strong {
    display: block;
    margin-bottom: 2px;
    color: #17354e;
    font-size: 23px;
    font-weight: 800;
}

.lovely-projectx-nav-content small {
    display: block;
    color: #9aa4ac;
    font-size: 20px;
}

.lovely-projectx-nav-link > i {
    color: #9aa4ad;
    font-size: 9px;
    transition: transform 0.3s ease;
}

.lovely-projectx-nav-link:hover,
.lovely-projectx-nav-link.active {
    color: #ffffff;
    background: linear-gradient(135deg, #153f60, #0d2d46);
    border-color: #153f60;
    transform: translateX(4px);
    box-shadow: 0 9px 22px rgba(17, 54, 83, 0.17);
}

.lovely-projectx-nav-link:hover .lovely-projectx-nav-number,
.lovely-projectx-nav-link.active .lovely-projectx-nav-number {
    color: #ffffff;
    background: #ff7a00;
}

.lovely-projectx-nav-link:hover .lovely-projectx-nav-content strong,
.lovely-projectx-nav-link.active .lovely-projectx-nav-content strong {
    color: #ffffff;
}

.lovely-projectx-nav-link:hover .lovely-projectx-nav-content small,
.lovely-projectx-nav-link.active .lovely-projectx-nav-content small {
    color: rgba(255, 255, 255, 0.62);
}

.lovely-projectx-nav-link:hover > i,
.lovely-projectx-nav-link.active > i {
    color: #ffffff;
    transform: translateX(3px);
}

/* Enquiry Box */

.lovely-projectx-enquiry {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    padding: 12px;
    background: #fff8f1;
    border: 1px solid rgba(255, 122, 0, 0.2);
    border-radius: 13px;
}

.lovely-projectx-enquiry-icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff7a00;
    border-radius: 50%;
    font-size: 13px;
}

.lovely-projectx-enquiry-text {
    min-width: 0;
}

.lovely-projectx-enquiry-text span {
    display: block;
    margin-bottom: 3px;
    color: #967e6a;
    font-size: 17px;
}

.lovely-projectx-enquiry-text a {
    display: block;
    color: #172f43;
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
}

.lovely-projectx-enquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 10px;
    color: #ffffff;
    background: #153f60;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lovely-projectx-enquiry-btn:hover {
    color: #ffffff;
    background: #ff7a00;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media only screen and (max-width: 1199px) {

    .lovely-projectx-grid {
        grid-template-columns: minmax(0, 1fr) 325px;
        gap: 22px;
    }

    .lovely-projectx-image-card,
    .lovely-projectx-image {
        min-height: 500px;
    }

    .lovely-projectx-image-info h2 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 991px) {

    .lovely-projectx-section {
        padding: 65px 18px;
    }

    .lovely-projectx-grid {
        grid-template-columns: 1fr;
    }

    .lovely-projectx-sidebar {
        height: auto;
        min-height: 0;
    }

    .lovely-projectx-navigation {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lovely-projectx-nav-link {
        min-height: 64px;
    }

    .lovely-projectx-nav-link:hover,
    .lovely-projectx-nav-link.active {
        transform: translateY(-3px);
    }
}

@media only screen and (max-width: 767px) {

    .lovely-projectx-section {
        padding: 50px 12px;
    }

    .lovely-projectx-image-card,
    .lovely-projectx-image {
        min-height: 420px;
    }

    .lovely-projectx-image-info {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

    .lovely-projectx-image-info h2 {
        font-size: 29px;
    }

    .lovely-projectx-quick-grid {
        grid-template-columns: 1fr;
    }

    .lovely-projectx-navigation {
        grid-template-columns: 1fr;
    }

    .lovely-projectx-sidebar {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px) {

    .lovely-projectx-image-card,
    .lovely-projectx-image {
        min-height: 340px;
    }

    .lovely-projectx-top-badges {
        top: 14px;
        left: 14px;
        right: 14px;
    }

    .lovely-projectx-status,
    .lovely-projectx-location {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .lovely-projectx-image-info h2 {
        font-size: 24px;
    }

    .lovely-projectx-image-info p {
        font-size: 12px;
        line-height: 1.6;
    }

    .lovely-projectx-company {
        font-size: 10px;
    }

    .lovely-projectx-enquiry {
        grid-template-columns: 40px 1fr;
    }

    .lovely-projectx-enquiry-btn {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {

    .lovely-projectx-image-card,
    .lovely-projectx-image {
        min-height: 280px;
    }

    .lovely-projectx-location {
        display: none;
    }

    .lovely-projectx-image-info {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .lovely-projectx-image-info h2 {
        font-size: 21px;
    }

    .lovely-projectx-image-info p {
        display: none;
    }

    .lovely-projectx-sidebar {
        padding: 16px;
        border-radius: 17px;
    }

    .lovely-projectx-sidebar-head h3 {
        font-size: 18px;
    }

    .lovely-projectx-nav-link {
        grid-template-columns: 35px 1fr auto;
        padding: 8px;
    }

    .lovely-projectx-nav-number {
        width: 32px;
        height: 32px;
    }
}
/* =====================================================
   LOVELY CONSTRUCTION PROJECT GALLERY
===================================================== */

.lovely-gridx-section {
    position: relative;
    width: 100%;
    padding: 90px 20px;
    background:
        radial-gradient(
            circle at top left,
            rgba(229, 241, 250, 0.9),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f9fbfd 0%,
            #f1f5f8 100%
        );
    overflow: hidden;
}

.lovely-gridx-section::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(19, 63, 96, 0.04);
}

.lovely-gridx-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 150px;
}

/* Section Heading */

.lovely-gridx-heading {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.lovely-gridx-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #ff7a00;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lovely-gridx-heading h2 {
    margin: 0 0 14px;
    color: #142f45;
    font-size: 54px;
    line-height: 1.15;
    font-weight: 800;
}

.lovely-gridx-heading h2 strong {
    color: #ff7a00;
}

.lovely-gridx-heading p {
    margin: 0;
    color: #000000;
    font-size: 27px;
    line-height: 1.8;
}

/* Project Grid */

.lovely-gridx-project-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

/* Project Card */

.lovely-gridx-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(16, 48, 73, 0.08);
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(16, 48, 73, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.lovely-gridx-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 122, 0, 0.32);
    box-shadow: 0 24px 50px rgba(16, 48, 73, 0.15);
}

/* Image Area */

.lovely-gridx-image-box {
    position: relative;
    display: block;
    height: 255px;
    overflow: hidden;
    background: #e8edf1;
    text-decoration: none;
}

.lovely-gridx-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform 0.65s ease,
        filter 0.4s ease;
}

.lovely-gridx-card:hover .lovely-gridx-image {
    transform: scale(1.09);
    filter: brightness(0.7);
}

/* Category Badge */

.lovely-gridx-category {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    color: #ffffff;
    background: #ff7a00;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    box-shadow: 0 8px 18px rgba(255, 122, 0, 0.28);
}

.lovely-gridx-commercial {
    background: #123f61;
    box-shadow: 0 8px 18px rgba(18, 63, 97, 0.25);
}

.lovely-gridx-upcoming {
    background: #147b62;
    box-shadow: 0 8px 18px rgba(20, 123, 98, 0.25);
}

/* Image Overlay */

.lovely-gridx-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    background:
        linear-gradient(
            to top,
            rgba(7, 31, 50, 0.92),
            rgba(7, 31, 50, 0.18)
        );
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.lovely-gridx-card:hover .lovely-gridx-overlay {
    opacity: 1;
    visibility: visible;
}

.lovely-gridx-view-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #ffffff;
    background: #ff7a00;
    border-radius: 50%;
    font-size: 14px;
    transform: translateY(-15px);
    transition: transform 0.4s ease 0.05s;
}

.lovely-gridx-card:hover .lovely-gridx-view-icon {
    transform: translateY(0);
}

.lovely-gridx-overlay-content {
    transform: translateY(18px);
    transition: transform 0.4s ease 0.05s;
}

.lovely-gridx-card:hover .lovely-gridx-overlay-content {
    transform: translateY(0);
}

.lovely-gridx-overlay-content small {
    display: block;
    margin-bottom: 4px;
    color: #ff9a3c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lovely-gridx-overlay-content strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

/* Card Content */

.lovely-gridx-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.lovely-gridx-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.lovely-gridx-card-heading h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 800;
}

.lovely-gridx-card-heading h3 a {
    color: #142f45;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lovely-gridx-card:hover .lovely-gridx-card-heading h3 a {
    color: #ff7a00;
}

.lovely-gridx-status {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 8px;
    color: #147b62;
    background: #eaf8f3;
    border-radius: 20px;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.lovely-gridx-status-upcoming {
    color: #a55a00;
    background: #fff3df;
}

.lovely-gridx-card-content > p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 45px;
    margin: 0 0 18px;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
}



.lovely-gridx-card-content > p i {
    flex-shrink: 0;
    margin-top: 4px;
    color: #ff7a00;
    font-size: 12px;
}

/* Read More */

.lovely-gridx-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #173e5c;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lovely-gridx-readmore i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.lovely-gridx-readmore:hover {
    color: #ff7a00;
}

.lovely-gridx-readmore:hover i {
    transform: translateX(5px);
}

/* =====================================================
   RESPONSIVE DESIGN
===================================================== */

@media only screen and (max-width: 1199px) {

    .lovely-gridx-project-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .lovely-gridx-image-box {
        height: 245px;
    }
}

@media only screen and (max-width: 991px) {

    .lovely-gridx-section {
        padding: 70px 18px;
    }

    .lovely-gridx-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lovely-gridx-heading h2 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {

    .lovely-gridx-section {
        padding: 55px 14px;
    }

    .lovely-gridx-heading {
        margin-bottom: 35px;
    }

    .lovely-gridx-heading h2 {
        font-size: 31px;
    }

    .lovely-gridx-heading p {
        font-size: 14px;
    }

    .lovely-gridx-image-box {
        height: 230px;
    }
}

@media only screen and (max-width: 575px) {

    .lovely-gridx-project-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lovely-gridx-card {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }

    .lovely-gridx-image-box {
        height: 270px;
    }

    .lovely-gridx-card-heading {
        display: block;
    }

    .lovely-gridx-status {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 420px) {

    .lovely-gridx-section {
        padding: 45px 10px;
    }

    .lovely-gridx-heading h2 {
        font-size: 27px;
    }

    .lovely-gridx-image-box {
        height: 225px;
    }

    .lovely-gridx-card-content {
        padding: 17px;
    }

    .lovely-gridx-card-heading h3 {
        font-size: 15px;
    }
}
/* =========================================
   WIDE PROJECT SECTION
========================================= */

.lrc-wide-project-section {
    position: relative;
    width: 100%;
    padding: 75px 24px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 4% 8%,
            rgba(203, 137, 47, 0.11),
            transparent 28%
        ),
        radial-gradient(
            circle at 96% 92%,
            rgba(18, 58, 82, 0.10),
            transparent 30%
        ),
        #f5f6f7;
        padding-bottom: 227px;
}

.lrc-wide-project-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: stretch;
}

.lrc-wide-project-card {
    width: 100%;
    height: 790px;
    min-height: 790px;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(21, 43, 57, 0.14);
}

/* Left Image */

.lrc-wide-project-image-card {
    position: relative;
    background: #173e56;
}

.lrc-wide-project-image-card::before {
    content: "";
    position: absolute;
    z-index: 5;
    inset: 18px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 19px;
}

.lrc-wide-project-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.lrc-wide-project-image-card:hover .lrc-wide-project-image {
    transform: scale(1.035);
}

.lrc-wide-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8, 25, 36, 0.02) 22%,
        rgba(8, 25, 36, 0.92) 100%
    );
}

.lrc-wide-project-badge {
    position: absolute;
    z-index: 6;
    top: 38px;
    left: 38px;
    padding: 11px 17px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    background: rgba(15, 43, 58, 0.48);
    backdrop-filter: blur(12px);
}

.lrc-wide-project-badge span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #79e28e;
    box-shadow: 0 0 0 5px rgba(121, 226, 142, 0.16);
}

.lrc-wide-project-image-content {
    position: absolute;
    z-index: 6;
    left: 46px;
    right: 46px;
    bottom: 22px;
}

.lrc-wide-project-image-content > span {
    display: block;
    margin-bottom: 11px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lrc-wide-project-image-content h2 {
    margin: 0 0 11px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 4.5vw, 68px);
    font-weight: 500;
    line-height: 1.05;
}

.lrc-wide-project-image-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
}

.lrc-wide-project-stats {
    position: absolute;
    z-index: 6;
   
    right: 28px;
    bottom: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 17px;
   
    backdrop-filter: blur(15px);
}

.lrc-wide-project-stats div {
    padding: 21px 10px;
    text-align: center;
}

.lrc-wide-project-stats div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.lrc-wide-project-stats strong,
.lrc-wide-project-stats span {
    display: block;
}

.lrc-wide-project-stats strong {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
}

.lrc-wide-project-stats span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Right Details */

.lrc-wide-project-details-card {
    padding: 42px 46px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e5e7;
    background: #ffffff;
}

.lrc-wide-project-label {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
    color: #f15d01;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.lrc-wide-project-label::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #c9872f;
}

.lrc-wide-project-heading h2 {
    margin: 0 0 12px;
    color: #173e56;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 3.4vw, 54px);
    font-weight: 500;
    line-height: 1.08;
}

.lrc-wide-project-heading p {
    max-width: 690px;
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
}

/* Navigation */

.lrc-wide-project-menu {
    margin-top: 23px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lrc-wide-project-link {
    position: relative;
    min-height: 67px;
    padding: 9px 13px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 35px;
    align-items: center;
    gap: 14px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #e8ecee;
    transition:
        padding 0.3s ease,
        background 0.3s ease;
}

.lrc-wide-project-link:first-child {
    border-top: 1px solid #e8ecee;
}

.lrc-wide-project-link::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 0;
    width: 3px;
    border-radius: 10px;
    background: #c9872f;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.lrc-wide-project-link:hover {
    padding-left: 20px;
    background: #faf6f0;
}

.lrc-wide-project-link:hover::before {
    transform: scaleY(1);
}

/* Working SVG Icons */

.lrc-wide-project-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #c9872f;
    border-radius: 12px;
    background: #fff4e5;
    transition: all 0.3s ease;
}

.lrc-wide-project-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: rgb(241 93 1);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lrc-wide-project-link:hover .lrc-wide-project-icon {
    color: #ffffff;
    background: #173e56;
    transform: rotate(-4deg);
}

.lrc-wide-project-link-text {
    min-width: 0;
}

.lrc-wide-project-link-text strong,
.lrc-wide-project-link-text small {
    display: block;
}

.lrc-wide-project-link-text strong {
    margin-bottom: 3px;
    color: #2b414e;
    font-size: 20px;
    font-weight: 700;
}

.lrc-wide-project-link-text small {
   overflow: hidden;
    color: #000000;
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.lrc-wide-project-arrow {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #89959b;
    border: 1px solid #dfe4e6;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.lrc-wide-project-arrow svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lrc-wide-project-link:hover .lrc-wide-project-arrow {
    color: #ffffff;
    border-color: #c9872f;
    background: #f15d01;
    transform: translateX(4px);
}

/* Buttons */

.lrc-wide-project-buttons {
    padding-top: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.lrc-wide-project-primary-btn,
.lrc-wide-project-outline-btn {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    text-decoration: none;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.lrc-wide-project-primary-btn {
    color: #ffffff;
    background: #173e56;
    box-shadow: 0 12px 25px rgba(23, 62, 86, 0.18);
}

.lrc-wide-project-primary-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lrc-wide-project-primary-btn:hover {
    color: #ffffff;
    background: #f15d01;
    transform: translateY(-2px);
}

.lrc-wide-project-outline-btn {
    color: #173e56;
    border: 1px solid #dce1e4;
    background: #ffffff;
}

.lrc-wide-project-outline-btn:hover {
    color: #ffffff;
    border-color: #173e56;
    background: #173e56;
}

/* Responsive */

@media (max-width: 1300px) {
    .lrc-wide-project-container {
        max-width: 1220px;
    }

    .lrc-wide-project-card {
        height: 760px;
        min-height: 760px;
    }

    .lrc-wide-project-details-card {
        padding: 36px;
    }
}

@media (max-width: 991px) {
    .lrc-wide-project-section {
        padding: 65px 20px;
    }

    .lrc-wide-project-container {
        max-width: 800px;
        grid-template-columns: 1fr;
    }

    .lrc-wide-project-card {
        height: auto;
        min-height: unset;
    }

    .lrc-wide-project-image-card {
        height: 700px;
    }

    .lrc-wide-project-details-card {
        min-height: 760px;
    }
}

@media (max-width: 767px) {
    .lrc-wide-project-section {
        padding: 50px 14px;
    }

    .lrc-wide-project-container {
        gap: 22px;
    }

    .lrc-wide-project-card {
        border-radius: 21px;
    }

    .lrc-wide-project-image-card {
        height: 580px;
    }

    .lrc-wide-project-image-content {
        left: 28px;
        right: 28px;
        bottom: 135px;
    }

    .lrc-wide-project-image-content h2 {
        font-size: 40px;
    }

    .lrc-wide-project-badge {
        top: 28px;
        left: 28px;
    }

    .lrc-wide-project-stats {
        left: 17px;
        right: 17px;
        bottom: 17px;
    }

    .lrc-wide-project-details-card {
        padding: 28px 20px;
        min-height: auto;
        padding-bottom: 126px;
    }
}

@media (max-width: 520px) {
    .lrc-wide-project-image-card {
        height: 510px;
    }

    .lrc-wide-project-image-content {
        bottom: 122px;
    }

    .lrc-wide-project-image-content h2 {
        font-size: 32px;
    }

    .lrc-wide-project-stats div {
        padding: 16px 5px;
    }

    .lrc-wide-project-stats strong {
        font-size: 13px;
    }

    .lrc-wide-project-stats span {
        font-size: 8px;
    }

    .lrc-wide-project-link {
        grid-template-columns: 40px minmax(0, 1fr) 30px;
        gap: 10px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .lrc-wide-project-link:hover {
        padding-left: 12px;
    }

    .lrc-wide-project-icon {
        width: 40px;
        height: 40px;
    }

    .lrc-wide-project-link-text strong {
        font-size: 13px;
    }

    .lrc-wide-project-link-text small {
        font-size: 10px;
    }

    .lrc-wide-project-buttons {
        grid-template-columns: 1fr;
    }

    .lrc-wide-project-primary-btn,
    .lrc-wide-project-outline-btn {
        width: 100%;
    }
}

/* ==========================================
   DEOBAIJ PEARL HEIGHTS HOME BANNER
========================================== */

.dph-home-banner-section {
    position: relative;
    width: 100%;
    padding: 70px 24px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(206, 141, 51, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 94% 90%,
            rgba(17, 58, 82, 0.12),
            transparent 30%
        ),
        #f5f6f7;
            padding-bottom: 200px;
}

.dph-home-banner-container {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
}

.dph-home-banner-card {
    position: relative;
    width: 100%;
    min-height: 680px;
    overflow: hidden;
    border-radius: 30px;
    background: #173e56;
    box-shadow: 0 30px 80px rgba(19, 42, 57, 0.20);
}

.dph-home-banner-card::before {
    content: "";
    position: absolute;
    z-index: 5;
    inset: 18px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 22px;
}

.dph-home-banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s ease;
}

.dph-home-banner-card:hover .dph-home-banner-image {
    transform: scale(1.035);
}

.dph-home-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 24, 35, 0.94) 0%,
            rgba(7, 24, 35, 0.82) 38%,
            rgba(7, 24, 35, 0.42) 65%,
            rgba(7, 24, 35, 0.10) 100%
        ),
        linear-gradient(
            180deg,
            rgba(7, 24, 35, 0.08),
            rgba(7, 24, 35, 0.38)
        );
}

.dph-home-banner-shape {
    position: absolute;
    z-index: 2;
    top: -140px;
    left: -120px;
    width: 520px;
    height: 520px;
    border: 90px solid rgba(209, 145, 57, 0.09);
    border-radius: 50%;
}

.dph-home-banner-content {
    position: relative;
    z-index: 6;
    width: min(720px, 58%);
    min-height: 680px;
    padding: 88px 0 80px 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dph-home-banner-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: #efb35f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.dph-home-banner-label::before {
    content: "";
    width: 42px;
    height: 2px;
    background: #efb35f;
}

.dph-home-banner-content h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -2px;
}

.dph-home-banner-content h2 span {
    display: block;
    color: #efb35f;
}

.dph-home-banner-location {
    position: relative;
    margin: 0 0 19px;
    padding-left: 25px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-weight: 600;
}

.dph-home-banner-location::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 11px;
    border: 2px solid #efb35f;
    border-radius: 50% 50% 50% 0;
    transform: translateY(-65%) rotate(-45deg);
}

.dph-home-banner-description {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.8;
}

.dph-home-banner-features {
    max-width: 610px;
    margin-top: 31px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.dph-home-banner-feature {
    padding: 18px 12px;
    text-align: center;
}

.dph-home-banner-feature + .dph-home-banner-feature {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.dph-home-banner-feature strong,
.dph-home-banner-feature span {
    display: block;
}

.dph-home-banner-feature strong {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
}

.dph-home-banner-feature span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dph-home-banner-actions {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.dph-home-banner-view-btn,
.dph-home-banner-book-btn {
    min-height: 56px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    transition: all 0.35s ease;
}

.dph-home-banner-view-btn {
    color: #173e56;
    background: #efb35f;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.17);
}

.dph-home-banner-view-btn:hover {
    color: #173e56;
    background: #ffffff;
    transform: translateY(-3px);
}

.dph-home-banner-book-btn {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
}

.dph-home-banner-book-btn:hover {
    color: #173e56;
    border-color: #ffffff;
    background: #ffffff;
    transform: translateY(-3px);
}

.dph-home-banner-view-btn svg,
.dph-home-banner-book-btn svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Floating Card */

.dph-home-banner-floating-card {
    position: absolute;
    z-index: 7;
    right: 42px;
    bottom: 42px;
    width: 270px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 18px;
    background: rgba(12, 38, 53, 0.68);
    backdrop-filter: blur(17px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.20);
}

.dph-home-banner-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dph-home-banner-status i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #79e28e;
    box-shadow: 0 0 0 5px rgba(121, 226, 142, 0.16);
}

.dph-home-banner-floating-info span,
.dph-home-banner-floating-info strong {
    display: block;
}

.dph-home-banner-floating-info span {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.dph-home-banner-floating-info strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
}

.dph-home-banner-floating-card > a {
    margin-top: 17px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #efb35f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.dph-home-banner-floating-card > a svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.dph-home-banner-floating-card > a:hover svg {
    transform: translateX(5px);
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {
    .dph-home-banner-card,
    .dph-home-banner-content {
        min-height: 640px;
    }

    .dph-home-banner-content {
        width: 64%;
        padding-left: 55px;
    }
}

@media (max-width: 991px) {
    .dph-home-banner-section {
        padding: 55px 20px;
    }

    .dph-home-banner-card {
        min-height: 720px;
    }

    .dph-home-banner-content {
        width: 100%;
        min-height: 720px;
        padding: 70px 45px 210px;
        justify-content: flex-end;
    }

    .dph-home-banner-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(7, 24, 35, 0.08) 10%,
                rgba(7, 24, 35, 0.55) 48%,
                rgba(7, 24, 35, 0.96) 100%
            );
    }

    .dph-home-banner-floating-card {
        right: 38px;
        bottom: 35px;
    }
}

@media (max-width: 767px) {
    .dph-home-banner-section {
        padding: 40px 14px;
    }

    .dph-home-banner-card {
        min-height: 700px;
        border-radius: 22px;
    }

    .dph-home-banner-card::before {
        inset: 12px;
        border-radius: 16px;
    }

    .dph-home-banner-content {
        min-height: 700px;
        padding: 55px 25px 205px;
    }

    .dph-home-banner-content h2 {
        font-size: 51px;
        letter-spacing: -1px;
    }

    .dph-home-banner-description {
        font-size: 14px;
    }

    .dph-home-banner-floating-card {
        right: 24px;
        left: 24px;
        bottom: 24px;
        width: auto;
    }
}

@media (max-width: 575px) {
    .dph-home-banner-card {
        min-height: 760px;
    }

    .dph-home-banner-content {
        min-height: 760px;
        padding: 48px 20px 205px;
    }

    .dph-home-banner-content h2 {
        font-size: 43px;
    }

    .dph-home-banner-location {
        font-size: 14px;
    }

    .dph-home-banner-features {
        grid-template-columns: 1fr;
    }

    .dph-home-banner-feature + .dph-home-banner-feature {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }

    .dph-home-banner-feature {
        padding: 12px;
    }

    .dph-home-banner-actions {
        flex-direction: column;
    }

    .dph-home-banner-view-btn,
    .dph-home-banner-book-btn {
        width: 100%;
    }
}
/* =========================================
   LEFT PAYMENT PLAN CARD
========================================= */

.lrc-payment-left-card {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #e1e7ee;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at top right,
            rgba(232, 154, 47, 0.13),
            transparent 34%
        ),
        linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 20px 55px rgba(25, 42, 62, 0.1);
}

.lrc-payment-left-card *,
.lrc-payment-left-card *::before,
.lrc-payment-left-card *::after {
    box-sizing: border-box;
}

/* Decorative Shape */

.lrc-payment-left-card::before {
    position: absolute;
    top: -75px;
    right: -75px;
    width: 190px;
    height: 190px;
    content: "";
    border: 34px solid rgba(15, 76, 129, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

/* Heading */

.lrc-payment-left-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}

.lrc-payment-left-subtitle {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    margin-bottom: 12px;
    padding: 7px 14px;
    border: 1px solid rgba(15, 76, 129, 0.13);
    border-radius: 50px;
    color: #0f4c81;
    background: #eef6fc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 1;
    text-transform: uppercase;
}

.lrc-payment-left-heading h2 {
    margin: 0 0 11px;
    color: #172331;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.1;
}

.lrc-payment-left-heading h2 span {
    color: #0f4c81;
}

.lrc-payment-left-heading p {
    max-width: 630px;
    margin: 0;
    color: #647180;
    font-size: 15px;
    line-height: 1.7;
}

/* Payment Table */

.lrc-payment-left-table {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dce4ec;
    border-radius: 20px;
    background: #ffffff;
}

.lrc-payment-left-column {
    min-width: 0;
}

.lrc-payment-left-column:first-child {
    border-right: 1px solid #e3e9ef;
}

/* Payment Row */

.lrc-payment-left-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 62px;
    align-items: center;
    gap: 14px;
    min-height: 68px;
    padding: 14px 18px;
    border-bottom: 1px solid #e8edf2;
    transition:
        background-color 0.3s ease,
        padding-left 0.3s ease;
}

.lrc-payment-left-column .lrc-payment-left-row:last-child {
    border-bottom: 0;
}

.lrc-payment-left-row::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 0;
    content: "";
    border-radius: 0 4px 4px 0;
    background: #e89a2f;
    transform: translateY(-50%);
    transition: height 0.3s ease;
}

.lrc-payment-left-row:hover {
    padding-left: 24px;
    background: #f5f9fc;
}

.lrc-payment-left-row:hover::before {
    height: 65%;
}

.lrc-payment-left-title {
    min-width: 0;
    color: #283543;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

/* Percentage */

.lrc-payment-left-row > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 35px;
    padding: 7px 9px;
    border: 1px solid #f15d01;
    border-radius: 50px;
    color: #a45c00;
    background: #fff6e9;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.lrc-payment-left-row:hover > strong {
    color: #ffffff;
    border-color: #e89a2f;
    background: #f15d01;
}

/* Note */

.lrc-payment-left-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 15px 17px;
    border: 1px solid #dce7f0;
    border-radius: 15px;
    background: #f4f8fc;
}

.lrc-payment-left-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 50%;
    color: #ffffff;
    background: #0f4c81;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 700;
}

.lrc-payment-left-note p {
    margin: 0;
    color: #000000;
    font-size: 17px;
    line-height: 1.55;
}

.lrc-payment-left-note p strong {
    color: #233140;
}

/* Total Payment */

.lrc-payment-left-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 14px;
    padding: 18px 21px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #0a3c67, #12639f);
    box-shadow: 0 12px 25px rgba(15, 76, 129, 0.2);
}

.lrc-payment-left-total span {
    color: rgba(255, 255, 255, 0.83);
    font-size: 14px;
    font-weight: 600;
}

.lrc-payment-left-total strong {
    color: #ffd47a;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
    .lrc-payment-left-card {
        padding: 27px;
    }

    .lrc-payment-left-table {
        grid-template-columns: 1fr;
    }

    .lrc-payment-left-column:first-child {
        border-right: 0;
    }

    .lrc-payment-left-column:first-child
    .lrc-payment-left-row:last-child {
        border-bottom: 1px solid #e8edf2;
    }
}

@media (max-width: 767px) {
    .lrc-payment-left-card {
        padding: 22px 16px;
        border-radius: 20px;
    }

    .lrc-payment-left-heading {
        margin-bottom: 21px;
        text-align: center;
    }

    .lrc-payment-left-heading p {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }

    .lrc-payment-left-table {
        border-radius: 15px;
    }

    .lrc-payment-left-row {
        grid-template-columns: minmax(0, 1fr) 58px;
        min-height: 62px;
        gap: 10px;
        padding: 12px;
    }

    .lrc-payment-left-row:hover {
        padding-left: 17px;
    }

    .lrc-payment-left-title {
        font-size: 13px;
    }

    .lrc-payment-left-row > strong {
        min-width: 54px;
        min-height: 32px;
        padding: 6px 8px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .lrc-payment-left-card {
        padding: 19px 11px;
    }

    .lrc-payment-left-heading h2 {
        font-size: 29px;
    }

    .lrc-payment-left-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 13px;
    }

    .lrc-payment-left-row > strong {
        justify-self: start;
    }

    .lrc-payment-left-note {
        align-items: flex-start;
        padding: 13px;
    }

    .lrc-payment-left-total {
        padding: 16px;
    }

    .lrc-payment-left-total strong {
        font-size: 23px;
    }
}
/* =========================================
   SHORT SPECIFICATION LEFT BOX
========================================= */

.lrc-specification-left-card {
    --spec-primary: #0f4c81;
    --spec-accent: #e9932f;
    --spec-dark: #172535;
    --spec-text: #647180;
    --spec-border: #dfe6ed;
    --spec-white: #ffffff;

    width: 100%;
    min-width: 0;
    padding: 32px;
    border: 1px solid var(--spec-border);
    border-radius: 25px;
    background: linear-gradient(145deg, #ffffff, #f7f9fc);
    box-shadow: 0 20px 50px rgba(24, 43, 65, 0.1);
}

.lrc-specification-left-card *,
.lrc-specification-left-card *::before,
.lrc-specification-left-card *::after {
    box-sizing: border-box;
}

/* Heading */

.lrc-specification-heading {
    margin-bottom: 25px;
}

.lrc-specification-tag {
    display: inline-flex;
    margin-bottom: 11px;
    padding: 8px 15px;
    border-radius: 50px;
    color: var(--spec-primary);
    background: #edf6fc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lrc-specification-heading h2 {
    margin: 0 0 10px;
    color: var(--spec-dark);
    font-size: clamp(30px, 4vw, 43px);
    font-weight: 800;
    line-height: 1.1;
}

.lrc-specification-heading h2 span {
    color: var(--spec-primary);
}

.lrc-specification-heading p {
    max-width: 700px;
    margin: 0;
    color: var(--spec-text);
    font-size: 15px;
    line-height: 1.7;
}

/* Grid */

.lrc-specification-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

/* Item */

.lrc-specification-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--spec-border);
    border-radius: 16px;
    background: var(--spec-white);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.lrc-specification-item:hover {
    border-color: rgba(15, 76, 129, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 76, 129, 0.11);
}

/* Number */

.lrc-specification-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    color: var(--spec-primary);
    background: #eaf3fa;
    font-size: 13px;
    font-weight: 800;
    transition: 0.3s ease;
}

.lrc-specification-item:hover .lrc-specification-icon {
    color: #ffffff;
    background: var(--spec-primary);
}

/* Content */

.lrc-specification-content {
    min-width: 0;
}

.lrc-specification-content h3 {
    margin: 0 0 5px;
    color: var(--spec-dark);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
}

.lrc-specification-content p {
       margin: 0;
    color: #000000;
    font-size: 12.5px;
    line-height: 1.5;
    font-weight: 400;

}

/* Responsive */

@media (max-width: 1199px) {
    .lrc-specification-left-card {
        padding: 26px;
    }

    .lrc-specification-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lrc-specification-left-card {
        padding: 21px 15px;
        border-radius: 20px;
    }

    .lrc-specification-heading {
        text-align: center;
    }

    .lrc-specification-heading p {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }

    .lrc-specification-grid {
        gap: 10px;
    }

    .lrc-specification-item {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 14px 12px;
    }

    .lrc-specification-icon {
        width: 42px;
        height: 42px;
    }

    .lrc-specification-content h3 {
        font-size: 14px;
    }

    .lrc-specification-content p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .lrc-specification-left-card {
        padding: 18px 10px;
    }

    .lrc-specification-heading h2 {
        font-size: 28px;
    }

    .lrc-specification-item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .lrc-specification-icon {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
}
/*=========================================
    AMENITIES LEFT CARD
=========================================*/

.lrc-amenities-left-card{
    --primary:#0f4c81;
    --accent:#e99b2d;
    --dark:#1b2735;
    --text:#667483;
    --border:#dfe7ef;
    --white:#ffffff;

    width:100%;
    min-width:0;
    padding:34px;
    border:1px solid var(--border);
    border-radius:24px;
    background:linear-gradient(145deg,#ffffff,#f7f9fc);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.lrc-amenities-left-card *,
.lrc-amenities-left-card *::before,
.lrc-amenities-left-card *::after{
    box-sizing:border-box;
}

/* Heading */

.lrc-amenities-heading{
    margin-bottom:28px;
}

.lrc-amenities-tag{
    display:inline-flex;
    align-items:center;
    padding:8px 16px;
    margin-bottom:12px;
    border-radius:50px;
    background:#edf6fc;
    color:var(--primary);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.lrc-amenities-heading h2{
    margin:0 0 10px;
    color:var(--dark);
    font-size:clamp(30px,4vw,44px);
    font-weight:800;
    line-height:1.15;
}

.lrc-amenities-heading h2 span{
    color:var(--primary);
}

.lrc-amenities-heading p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.7;
}

/* Grid */

.lrc-amenities-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

/* Item */

.lrc-amenity-item{
    display:grid;
    grid-template-columns:52px 1fr;
    gap:15px;
    align-items:center;
    padding:14px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    transition:.35s;
}

.lrc-amenity-item:hover{
    transform:translateY(-5px);
    border-color:rgba(15,76,129,.25);
    box-shadow:0 15px 35px rgba(15,76,129,.10);
}

/* Number */

.lrc-amenity-number{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:#edf6fc;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    transition:.35s;
}

.lrc-amenity-item:hover .lrc-amenity-number{
    background:#f15d01;
    color:#fff;
}

/* Content */

.lrc-amenity-content h3{
    margin:0 0 6px;
    color:var(--dark);
    font-size:16px;
    font-weight:700;
    line-height:1.3;
}

.lrc-amenity-content p{
    margin:0;
    color:var(--text);
    font-size:13px;
    line-height:1.6;
}

/* Responsive */

@media (max-width:1199px){

    .lrc-amenities-left-card{
        padding:28px;
    }

    .lrc-amenities-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width:767px){

    .lrc-amenities-left-card{
        padding:22px 16px;
        border-radius:20px;
    }

    .lrc-amenities-heading{
        text-align:center;
    }

    .lrc-amenities-heading p{
        font-size:14px;
    }

    .lrc-amenity-item{
        grid-template-columns:46px 1fr;
        padding:15px;
        gap:12px;
    }

    .lrc-amenity-number{
        width:46px;
        height:46px;
        font-size:13px;
    }

    .lrc-amenity-content h3{
        font-size:15px;
    }

    .lrc-amenity-content p{
        font-size:12px;
    }

}

@media (max-width:480px){

    .lrc-amenities-left-card{
        padding:18px 12px;
    }

    .lrc-amenities-heading h2{
        font-size:28px;
    }

    .lrc-amenity-item{
        grid-template-columns:42px 1fr;
        gap:10px;
    }

    .lrc-amenity-number{
        width:42px;
        height:42px;
        font-size:12px;
    }

}

/*=========================================
    LOCATION LEFT CARD
=========================================*/

.lrc-location-left-card{
    --primary:#0f4c81;
    --accent:#e89a2f;
    --dark:#1c2734;
    --text:#677584;
    --border:#dfe6ed;
    --white:#ffffff;

    width:100%;
    min-width:0;
    padding:34px;
    border:1px solid var(--border);
    border-radius:24px;
    background:linear-gradient(145deg,#ffffff,#f7f9fc);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.lrc-location-left-card *,
.lrc-location-left-card *::before,
.lrc-location-left-card *::after{
    box-sizing:border-box;
}

/* Heading */

.lrc-location-heading{
    margin-bottom:28px;
}

.lrc-location-tag{
    display:inline-flex;
    align-items:center;
    padding:8px 16px;
    margin-bottom:12px;
    border-radius:50px;
    background:#edf6fc;
    color:var(--primary);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.lrc-location-heading h2{
    margin:0 0 10px;
    color:var(--dark);
    font-size:clamp(30px,4vw,44px);
    font-weight:800;
    line-height:1.15;
}

.lrc-location-heading h2 span{
    color:var(--primary);
}

.lrc-location-heading p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.7;
}

/* Grid */

.lrc-location-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px;
}

/* Item */

.lrc-location-item{
    display:grid;
    grid-template-columns:58px 1fr;
    align-items:center;
    gap:15px;
    padding:18px;
    border:1px solid var(--border);
    border-radius:18px;
    background:var(--white);
    transition:.35s ease;
}

.lrc-location-item:hover{
    transform:translateY(-5px);
    border-color:rgba(15,76,129,.25);
    box-shadow:0 16px 35px rgba(15,76,129,.12);
}

/* Icon */

.lrc-location-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:#edf6fc;
    color:var(--primary);
    font-size:26px;
    transition:.35s ease;
}

.lrc-location-item:hover .lrc-location-icon{
    background:var(--primary);
    color:#fff;
    transform:rotate(-8deg);
}

/* Content */

.lrc-location-content{
    min-width:0;
}

.lrc-location-content h3{
    margin:0 0 5px;
    color:var(--dark);
    font-size:16px;
    font-weight:700;
    line-height:1.3;
}

.lrc-location-content span{
    display:block;
    color:var(--text);
    font-size:13px;
    line-height:1.5;
}

/* Responsive */

@media (max-width:1199px){

    .lrc-location-left-card{
        padding:28px;
    }

    .lrc-location-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width:767px){

    .lrc-location-left-card{
        padding:22px 16px;
        border-radius:20px;
    }

    .lrc-location-heading{
        text-align:center;
    }

    .lrc-location-heading p{
        font-size:14px;
    }

    .lrc-location-grid{
        gap:12px;
    }

    .lrc-location-item{
        grid-template-columns:50px 1fr;
        gap:12px;
        padding:15px;
    }

    .lrc-location-icon{
        width:50px;
        height:50px;
        font-size:22px;
    }

    .lrc-location-content h3{
        font-size:15px;
    }

    .lrc-location-content span{
        font-size:12px;
    }

}

@media (max-width:480px){

    .lrc-location-left-card{
        padding:18px 12px;
    }

    .lrc-location-heading h2{
        font-size:28px;
    }

    .lrc-location-item{
        grid-template-columns:46px 1fr;
        gap:10px;
    }

    .lrc-location-icon{
        width:46px;
        height:46px;
        font-size:20px;
        border-radius:14px;
    }

}
/*=========================================
    AREA CALCULATION LEFT CARD
=========================================*/

.lrc-area-left-card{
    --primary:#0f4c81;
    --accent:#e99b2d;
    --dark:#1d2b39;
    --text:#6d7885;
    --border:#dfe6ed;
    --white:#ffffff;

    width:100%;
    padding:34px;
    border:1px solid var(--border);
    border-radius:24px;
    background:linear-gradient(145deg,#ffffff,#f7f9fc);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.lrc-area-left-card *,
.lrc-area-left-card *::before,
.lrc-area-left-card *::after{
    box-sizing:border-box;
}

/* Heading */

.lrc-area-heading{
    margin-bottom:30px;
}

.lrc-area-tag{
    display:inline-block;
    padding:8px 16px;
    margin-bottom:12px;
    border-radius:50px;
    background:#edf6fc;
    color:var(--primary);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.lrc-area-heading h2{
    margin:0 0 10px;
    font-size:clamp(30px,4vw,44px);
    color:var(--dark);
    font-weight:800;
    line-height:1.1;
}

.lrc-area-heading h2 span{
    color:var(--primary);
}

.lrc-area-heading p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.7;
}

/* Grid */

.lrc-area-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

/* Card */

.lrc-area-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:18px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    transition:.35s;
}

.lrc-area-item:hover{
    transform:translateY(-5px);
    border-color:rgba(15,76,129,.25);
    box-shadow:0 16px 35px rgba(15,76,129,.10);
}

/* Number */

.lrc-area-number{
    flex:0 0 50px;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:#edf6fc;
    color:var(--primary);
    font-size:15px;
    font-weight:800;
    transition:.35s;
}

.lrc-area-item:hover .lrc-area-number{
    background:#f15d01;
    color:#fff;
}

/* Content */

.lrc-area-content{
    flex:1;
}

.lrc-area-content h3{
       margin: 0 0 10px;
    color: #f15d01;
    font-size: 24px;
    font-weight: 700;
}

.lrc-area-content span{
       display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #e5ebf1;
    color: black;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.lrc-area-content span:last-child{
    border-bottom:none;
    color:var(--primary);
    font-weight:700;
}

/* Responsive */

@media(max-width:1199px){

    .lrc-area-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:767px){

    .lrc-area-left-card{
        padding:22px 16px;
    }

    .lrc-area-heading{
        text-align:center;
    }

    .lrc-area-item{
        padding:15px;
        gap:12px;
    }

    .lrc-area-number{
        width:45px;
        height:45px;
        flex-basis:45px;
        font-size:13px;
    }

    .lrc-area-content h3{
        font-size:15px;
    }

    .lrc-area-content span{
        font-size:12px;
    }

}

@media(max-width:480px){

    .lrc-area-left-card{
        padding:18px 12px;
    }

    .lrc-area-heading h2{
        font-size:28px;
    }

    .lrc-area-item{
        flex-direction:column;
    }

    .lrc-area-number{
        margin-bottom:8px;
    }

}
/* =========================================
   Completed Projects Gallery
========================================= */

.lrc-project-gallery-section {
    position: relative;
    width: 100%;
    padding: 50px 20px;
    background: #f7f7f7;
    overflow: hidden;
    padding-bottom: 200px;
}

.lrc-project-gallery-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.lrc-project-gallery-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.lrc-project-gallery-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #f15d01;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.lrc-project-gallery-heading h2 {
    margin: 0 0 16px;
    color: #171717;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.lrc-project-gallery-heading h2 strong {
    color: #f15d01;
    font-weight: 700;
}

.lrc-project-gallery-heading p {
 margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

/* Four boxes in one row */

.lrc-project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.lrc-project-gallery-item {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);
}

.lrc-project-gallery-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}

/* Equal box size */

.lrc-project-gallery-link::before {
    display: block;
    padding-top: 75%;
    content: "";
}

.lrc-project-gallery-link img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.65s ease,
        filter 0.65s ease;
}

.lrc-project-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.03) 20%,
        rgba(0, 0, 0, 0.68) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.lrc-project-gallery-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 19px;
    backdrop-filter: blur(8px);
    transform: scale(0.7);
    transition: transform 0.4s ease;
}

.lrc-project-gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(0.82);
}

.lrc-project-gallery-item:hover .lrc-project-gallery-overlay {
    opacity: 1;
}

.lrc-project-gallery-item:hover .lrc-project-gallery-icon {
    transform: scale(1);
}

/* =========================================
   Responsive
========================================= */

/* Tablet: 3 boxes */

@media (max-width: 1199px) {
    .lrc-project-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lrc-project-gallery-heading h2 {
        font-size: 40px;
    }
}

/* Small tablet: 2 boxes */

@media (max-width: 767px) {
    .lrc-project-gallery-section {
        padding: 70px 15px;
        padding-bottom: 200px;
    }

    .lrc-project-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .lrc-project-gallery-heading {
        margin-bottom: 35px;
    }

    .lrc-project-gallery-heading h2 {
        font-size: 32px;
    }

    .lrc-project-gallery-heading p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* Mobile: 1 box */

@media (max-width: 479px) {
    .lrc-project-gallery-section {
        padding: 55px 12px;
        padding-bottom: 200px;
    }

    .lrc-project-gallery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lrc-project-gallery-heading h2 {
        font-size: 27px;
    }

    .lrc-project-gallery-link::before {
        padding-top: 72%;
    }
}
/* =========================================
   Customer Review Reel Video Section
========================================= */

.lrc-review-reel-section {
    position: relative;
    width: 100%;
    padding: 90px 20px;
   
    overflow: hidden;
        padding-bottom: 200px;

}

.lrc-review-reel-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 80px;
}

.lrc-review-reel-content {
    max-width: 650px;
}

.lrc-review-reel-tagline {
    display: inline-flex;
    margin-bottom: 15px;
    align-items: center;
    color: #f15d01;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.lrc-review-reel-tagline::before {
    width: 35px;
    height: 2px;
    margin-right: 12px;
    background: #f15d01;
    content: "";
}

.lrc-review-reel-title {
    margin: 0 0 22px;
    color: #171717;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12;
}

.lrc-review-reel-title strong {
    display: block;
    color: #f15d01;
    font-weight: 700;
}

.lrc-review-reel-description {
   max-width: 600px;
    margin: 0 0 28px;
    color: #000000;
    font-size: 19px;
    line-height: 1.8;
    font-weight: 400;
}

.lrc-review-reel-rating {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.lrc-review-reel-stars {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #e4a824;
    font-size: 17px;
}

.lrc-review-reel-rating span {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

/* Reel Video */

.lrc-review-reel-video-wrap {
    display: flex;
    justify-content: center;
}

.lrc-review-reel-video-card {
    position: relative;
    width: 100%;
    max-width: 380px;
    aspect-ratio: 9 / 16;
    padding: 10px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.18);
}

.lrc-review-reel-video-card::before {
    position: absolute;
    inset: -10px;
    z-index: -1;
    border-radius: 36px;
    background: linear-gradient(
        145deg,
        rgba(198, 154, 71, 0.5),
        rgba(255, 255, 255, 0)
    );
    content: "";
}

.lrc-review-reel-video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #000000;
    object-fit: cover;
}

.lrc-review-reel-badge {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    min-height: 50px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.58);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    pointer-events: none;
}

.lrc-review-reel-badge i {
    color: #e4b354;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 991px) {
    .lrc-review-reel-section {
        padding: 75px 20px;
    }

    .lrc-review-reel-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .lrc-review-reel-content {
        max-width: 760px;
        margin: 0 auto;
    }

    .lrc-review-reel-tagline {
        justify-content: center;
    }

    .lrc-review-reel-description {
        margin-right: auto;
        margin-left: auto;
    }

    .lrc-review-reel-rating {
        justify-content: center;
    }

    .lrc-review-reel-title {
        font-size: 44px;
    }

    .lrc-review-reel-video-card {
        max-width: 360px;
    }
}

@media (max-width: 575px) {
    .lrc-review-reel-section {
        padding: 60px 14px;
        padding-bottom: 200px;
    }

    .lrc-review-reel-container {
        gap: 38px;
    }

    .lrc-review-reel-title {
        font-size: 34px;
    }

    .lrc-review-reel-description {
        font-size: 15px;
        line-height: 1.75;
    }

    .lrc-review-reel-video-wrap {
        width: 100%;
    }

    .lrc-review-reel-video-card {
        width: min(100%, 330px);
        padding: 7px;
        border-radius: 23px;
    }

    .lrc-review-reel-video {
        border-radius: 17px;
    }

    .lrc-review-reel-badge {
        right: 16px;
        bottom: 16px;
        left: 16px;
        min-height: 44px;
        padding: 10px 14px;
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .lrc-review-reel-title {
        font-size: 29px;
    }

    .lrc-review-reel-video-card {
        width: 100%;
    }
}
.lc-project-image-wrap {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background: #111;
}

.lc-project-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lc-project-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05) 30%,
        rgba(0, 0, 0, 0.55) 100%
    );
}

.lc-project-status {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
}

.lc-project-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.lc-project-contact-links a {
    display: inline-block;
}

@media (max-width: 991px) {
    .lc-project-image-wrap {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .lc-project-image-wrap {
        min-height: 340px;
    }

    .lc-project-status {
        top: 16px;
        left: 16px;
    }

    .lc-project-contact-links {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .lc-project-image-wrap {
        min-height: 280px;
    }
}