@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900');
:root {
  --white-color:                  #ffffff;
  --primary-color:                #198FA0;
  --primary-color-hover:          #198FA0;
  --secondary-color:              #2F328A;
  --secondary-color-hover:        rgba(from var(--secondary-color) 200 g b / 1);
  --section-bg-color:             #f0f8ff;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #198FA0;
  --section-bg-img-overlay-color: #131438;

  --body-font-family:             "Poppins", "Roboto", sans-serif;
  --font-raleway:                 "Raleway", sans-serif;
  --font-roboto:                  "Roboto", sans-serif;
  --font-poppins:                 "Poppins", sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --bs-body-font-size:            16px;
  --btn-font-size:                16px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}
body:has(.loader-container:not(.d-none)){
  overflow: hidden;
}
.form-control:focus,
.form-select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(from var(--primary-color) r g b / 0.1);
}

.loader-container{
  display: flex;
  flex-direction: column-reverse;
  gap: 45px;
  align-items: center;
  justify-content: center;
  background: #000000b0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.loader {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 #fff4;
  animation: l2 1.5s infinite linear;
  position: relative;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #fff4;
  animation: inherit;
  animation-delay: -0.5s;
}
.loader:after {
  animation-delay: -1s;
}
@keyframes l2 {
    100% {box-shadow: 0 0 0 40px #fff0}
}

.notify-container{
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
.notify-container:has(:not(.show)){
  visibility: hidden;
}
.notify-container > .notify{
  position: absolute;
  bottom: 30px;
  right: 10px;
  max-width: 350px;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.082);
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(1000px);
  transition: .5s;
}
.notify-container > .notify.show{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.notify-container > .notify.success{
  background: #2fbb4f;
  color: rgb(255, 255, 255);
}
.notify-container > .notify.fail{
  background: #bb2f2f;
  color: rgb(255, 255, 255);
}
.notify-container > .notify > .close-btn{
  all: unset;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: rgb(255, 255, 255);
background-color: var(--secondary-color);
  padding: 20px 0;
  position: relative;
  font-weight: bold;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  /* color: color-mix(in srgb, var(--primary-color), transparent 70%); */
  color: #fff;
}

/* svg icon class start */
.svg-icon {
  background-color: var(--secondary-color);
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
}
.svg-villa{
  -webkit-mask: url('./assets/images/svg/villa.svg') no-repeat center;
  mask: url('./assets/images/svg/villa.svg') no-repeat center;
}
.svg-assembled{
  -webkit-mask: url('./assets/images/svg/assembled.svg') no-repeat center;
  mask: url('./assets/images/svg/assembled.svg') no-repeat center;
}
.svg-experience{
  -webkit-mask: url('./assets/images/svg/experience.svg') no-repeat center;
  mask: url('./assets/images/svg/experience.svg') no-repeat center;
}
.svg-land{
  -webkit-mask: url('./assets/images/svg/land.svg') no-repeat center;
  mask: url('./assets/images/svg/land.svg') no-repeat center;
}
.svg-time-effectiveness{
  -webkit-mask: url('./assets/images/svg/efficiency.svg') no-repeat center;
  mask: url('./assets/images/svg/efficiency.svg') no-repeat center;
}
.svg-flexibility{
  -webkit-mask: url('./assets/images/svg/flexibility.svg') no-repeat center;
  mask: url('./assets/images/svg/flexibility.svg') no-repeat center;
}
.svg-sustainability{
  -webkit-mask: url('./assets/images/svg/sustainability.svg') no-repeat center;
  mask: url('./assets/images/svg/sustainability.svg') no-repeat center;
}
.svg-cost-effectiveness{
  -webkit-mask: url('./assets/images/svg/cost-effective.svg') no-repeat center;
  mask: url('./assets/images/svg/cost-effective.svg') no-repeat center;
}
.svg-quality{
  -webkit-mask: url('./assets/images/svg/quality.svg') no-repeat center;
  mask: url('./assets/images/svg/quality.svg') no-repeat center;
}
.svg-risk-reduction{
  -webkit-mask: url('./assets/images/svg/risk-reduction.svg') no-repeat center;
  mask: url('./assets/images/svg/risk-reduction.svg') no-repeat center;
}
.svg-map-location{
  -webkit-mask: url('./assets/images/svg/map-location.svg') no-repeat center;
  mask: url('./assets/images/svg/map-location.svg') no-repeat center;
}
.svg-archive{
  -webkit-mask: url('./assets/images/svg/archive.svg') no-repeat center;
  mask: url('./assets/images/svg/archive.svg') no-repeat center;
}
/* svg icon class end */

.font-raleway{
  font-family: var(--font-raleway);
}

.btn{
  font-size: var(--bs-body-font-size);
}
.btn-primary{
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--bs-body-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
}
.btn-outline-primary{
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active{
  background-color: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
  color: #fff;
}
.btn-secondary{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
  background-color: var(--secondary-color-hover) !important;
  border-color: var(--secondary-color-hover) !important;
}
.btn-outline-secondary{
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active{
  background-color: var(--secondary-color-hover) !important;
  border-color: var(--secondary-color-hover) !important;
  color: #fff;
}

.text-primary{
  color: var(--primary-color) !important;
}
.text-secondary{
  color: var(--secondary-color) !important;
}
.bg-primary{
  background-color: var(--primary-color) !important;
}
.bg-secondary{
  background-color: var(--secondary-color) !important;
}

q::before,
q::after{
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 20px;
  color: var(--secondary-color);
  padding: 10px;
}
q::before{
  content: "\f10d";
}
q::after{
  content: "\f10e";
}

.text-indent{
  text-indent: 100px;
}
/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
.fw-100{
  font-weight: 100;
}
.fw-200{
  font-weight: 200;
}
.fw-300{
  font-weight: 300;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-weight: 800;
}
.fw-900{
  font-weight: 900;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

/* .icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
} */

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-title{
  position: relative;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  /* margin-bottom: 50px; */
  color: #031602;
  background: url("./assets/images/wall_wood.jpg");
  background-position: center;
  background-size: contain;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
/* .section-title::before,
.section-title::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(-1);
  width: 160px;
  height: 80%;
  background: url("./assets/images/realistic bottom-vie.webp") no-repeat;
  background-size: contain;
}
.section-title::before{
  top: -40px;
}
.section-title::after{
  bottom: -40px;
  transform: translateX(-50%);
} */

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
  scroll-margin-top: 8rem;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}


.backdrop{
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.637);
  z-index: 9;
  display: none;
}
.backdrop.show{
  display: block;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /* margin-top: 59px; */
  /* margin-top: 90px; */
}

/* .sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
} */

.navbar {
  position: relative;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 10px #00000014;
  overflow: hidden;
  transition: .5s;
}


.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}


.navbar-nav .nav-link {
  color: var(--bs-body-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;

}


.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}
.navbar-nav .nav-link.active::before, 
.navbar-nav .nav-link.active::after {
  opacity: 1;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler.active .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler.active .navbar-toggler-icon:before,
.navbar-toggler.active .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler.active .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler.active .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--bs-body-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--bs-body-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.navbar > .container{
  z-index: 9;
}
.navbar:has(#navbarNav.show){
  background: #fff;
}
#navbarNav{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 0 0 30px 30px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 3;
}
#navbarNav.show{
  transition-delay: .5s;
  top: 95px;
  opacity: 1;
  visibility: visible;
}
#navbarNav > ul{
  flex-direction: row;
  gap: 20px;
}
#navbarNav > ul > li > a::before,
#navbarNav > ul > li > a::after{
  display: none;
}
#navbarNav > ul > li > a.active{
  color: var(--primary-color);
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  /* height: calc(100vh - 51px); */
}


.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.owl-carousel.heroslider > .owl-stage-outer > .owl-stage > .owl-item >*{
  width: 100%;
  height: 100%;
  aspect-ratio: 6/3.45;
  object-fit: cover;
}



.owl-carousel.heroslider .owl-nav:not(.disabled){
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.owl-carousel.heroslider .owl-nav > button{
  position: relative;
  height: 65px;
  width: 40px;
  color: var(--secondary-color);
  font-size: 20px;
}
.owl-carousel.heroslider .owl-nav > button::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("./assets/images/temp/carousel_nav_bg.jpg") no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  z-index: -1;
}


/*---------------------------------------
  ENQUIRY             
-----------------------------------------*/
/* .enquiry-container{
  position: relative;
  background: url("./assets/images/enquiry-bg.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  margin-top: -10px;
}
.enquiry-container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--secondary-color);
  opacity: 0.85;
  z-index: -1;
} */

.enquiry-form{
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.048);
  padding: 20px;
  border-radius: 20px;
}
/*---------------------------------------
  ABOUT US              
-----------------------------------------*/
.about-section .right-section{
  position: relative;
  padding: 30px 10px;
  border: 6px solid rgba(from var(--secondary-color) r g b / 0.1);
  border-left: none;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  background: #fff;
}
.about-section .right-section::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  height: 70%;
  width: 100px;
  background: inherit;
  z-index: -1;
}
.about-section .left-section > .img-container{
    overflow: hidden;
    border-radius: 10px 50px 10px 10px;
    /* border: 16px solid #ebebeb; */
    border: 16px solid rgba(from var(--secondary-color) r g b / 0.1);
}
.about-section .left-section > .img-container > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-section .stat-card{
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.048);
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--secondary-color);
}
.about-section .stat-card > .icon{
  height: 100%;
  min-height: 100px;
  min-width: 100px;
  padding: 20px;
  background: var(--secondary-color);
}
.about-section .stat-card > .icon > .svg-icon{
  min-height: 60px;
  min-width: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about-section .stat-card > .details{
  text-align: center;
  width: 100%;
}
.about-section .stat-card > .details > .count{
  font-size: 20px;
  font-weight: 700;
}
.about-section .stat-card > .details > .title{
  font-size: 14px;
}



/*---------------------------------------
  FEATURES SECTION              
-----------------------------------------*/
.features-section{
  position: relative;
  background: url("./assets/images/feature_section_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 10px;
  z-index: 1;
  color: #fff;
}
.features-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--section-bg-img-overlay-color);
  opacity: 0.85;
  z-index: -1;
}
.features-section > .sub-title{
  color: #ffffffc7;
}
.features-section .features-card{
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(5px);
  padding: 25px;
  padding-top: 0;
  border-radius: 10px;
}
.features-section .features-card > .head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 3.5rem;
}
.features-section .features-card > .head > .icon > .svg-icon{
  background: #fff;
  min-height: 5rem;
  min-width: 5rem;
}
.features-section .features-card > .head > .count{
  font-size: 5rem;
  font-weight: 800;
  font-family: var(--font-raleway);
  color: rgb(216, 216, 216);
}
.features-section .features-card > .body > .title{
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--font-raleway);
  font-weight: 700;
  padding: 10px 0;
}
.features-section .features-card > .body > p{
  color: rgb(238, 238, 238);
  font-size: 14px;
}

/*---------------------------------------
  DESIGN SECTION           
-----------------------------------------*/
.design-section{
  background: url("./assets/images/round.png");
}
.design-section .design-list > .item > .img-container{
  height: 30rem;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.design-section .design-list > .item > .img-container > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: .5s;
}
.design-section .design-list > .item > .img-container > img:hover{
  transform: scale(1.1) rotate(3deg);
}
.design-section .design-list > .item > .desc{
  text-align: center;
  font-weight: 700;
  display: none;
}


/*---------------------------------------
  PROJECT SECTION             
-----------------------------------------*/

.project-section .project-container .project-swiper-container{
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.055);
  padding: 10px;
  border-radius: 10px;
  border: 1px dashed var(--secondary-color);
}
.project-section .project-container .project-swiper-container > .project{
  --swiper-navigation-color: rgb(0, 0, 0);
  --swiper-pagination-color: #000;
  height: 550px;
}
.project-section .project-container .project-swiper-container > .project .swiper-slide > img,
.project-section .project-container .project-swiper-container > .projectThumb .swiper-slide > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-section .project-container .project-swiper-container > .projectThumb{
  height: 100px;
}
.project-section .project-container .project-swiper-container > .projectThumb .swiper-slide:not(.swiper-slide-thumb-active){
  filter: brightness(0.4);
}
.project-section .project-container .project-ul > li{
  margin: 10px;
}
.project-section .project-container .project-ul > li::marker{
  content: "\e4be   ";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--secondary-color);
}

/*---------------------------------------
  FAQ SECTION            
-----------------------------------------*/
.faq-section{
  position: relative;
  z-index: 1;
}
.faq-accordion-container{
  border: 6px solid rgba(from var(--secondary-color) r g b / 0.1);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 30px 50px;
}
.faq-accordion-container > .title{
  position: relative;
  top: -35px;
  background: #fff;
  margin-top: -20px;
  padding: 0 15px;
}
#faq{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#faq > .accordion-item{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--secondary-color);
}
#faq .accordion-button:not(.collapsed){
  background-color: var(--secondary-color);
  color: #fff;
  box-shadow: none;
}
#faq .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>");
}

/*---------------------------------------
  TESTIMONIAL SECTION        
-----------------------------------------*/
.testimonial-section{
  position: relative;
}
.testimonial-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--bs-light);
  z-index: 1;
}

.testimonial-content::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  bottom: -15px;
  rotate: 45deg;
  z-index: -5;
  background: var(--bs-light);
}

.testimonial-carousel {
  position: relative;
}
.testimonial-item {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
 
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 40px;
  background: var(--bs-primary);
  color: var(--bs-dark);
  font-size: 22px;
  top: 14%;
  left: 0px;
  border-radius: 30px 0 0 30px;
  box-shadow: inset 0 0 0 0 var(--bs-dark);
  transition: .5s;
}

.owl-carousel.testimonial-carousel .owl-nav button.owl-next, .owl-carousel.testimonial-carousel .owl-nav button.owl-prev, .owl-carousel.testimonial-carousel button.owl-dot {
  background: var(--primary-color);
  color: #fff !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark);
  color: #fff !important;
}

.testimonial-carousel .owl-nav .owl-next {
  left: auto;
  right: 0px;
  border-radius: 0 30px 30px 0;
}

.testimonial-carousel .owl-nav .owl-next:hover {
  box-shadow: inset -200px 0 0 0 var(--bs-dark);
  color: #fff !important;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
  position: absolute;
  top: 90%;
}


.testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-secondary);
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot {
  background: rgb(230, 230, 230) !important;
}
.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--primary-color) !important;
}

.user-img-container{
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.user-img-container > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.star-rating{
  color: #f2be3b;
}

/*---------------------------------------
  CONTACT US             
-----------------------------------------*/
.contact-section{
  position: relative;
  background: url("./assets/images/contact_section_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 10px;
  z-index: 1;
  color: #fff;
}
.contact-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--section-bg-img-overlay-color);
  opacity: 0.85;
  z-index: -1;
}

.contact-section .contact-form-container,
.contact-section .info-item{
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  height: 100%;
  padding: 10px;
}
.contact-section .contact-form-container .form-floating>label{
  color: #000;
}
.contact_us_form .invalid-feedback{
  color: #ff5f6e;
}

/*--------------------------------------------------------------
 Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  margin-bottom: 30px;
}

.recent-posts .post-img {
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 10px;
}

.recent-posts .post-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}

.recent-posts .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.recent-posts .post-img:hover img {
  transform: scale(1.1);
}

.recent-posts .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
  color: #fff;
}

.recent-posts .post-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #fff;
}

.recent-posts .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.recent-posts .title a {
  color: #fff;
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: color-mix(in srgb, #fff, transparent 20%);
}

.recent-posts .post-meta {
  font-size: 14px;
  color: color-mix(in srgb, #fff, transparent 20%);
}

.recent-posts .post-meta span {
  display: inline-block;
}







/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: #0c0c0c;
  position: relative;
  overflow: hidden;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('/src/assets/./assets/images/temp/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  background: #000;
  margin-top: 60px;
  padding: 20px 0;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

footer .btn-link{
  color: #fff;
  text-decoration: none;
  transition: .5s;
}
footer .btn-link:hover{
  color: #fff;
  text-decoration: underline;
  letter-spacing: 1px;
}
footer .footer-social-icons > a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--secondary-color-hover);
  color: var(--white-color);
}

.social-icon-link:hover i{
  animation: spinAround .5s linear;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  /* .navbar {
    background-color: var(--dark-color);
  } */

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    width: 100%;
  }

  /* .hero-section {
    padding-top: 150px;
  } */

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .recent-posts .post-content {
    padding: 20px;
  }

  .recent-posts .title {
    font-size: 18px;
  }

  .recent-posts .post-meta {
    font-size: 13px;
  }
  #navbarNav{
    justify-content: start;
    border-radius: 0;
    height: 100dvh;
    width: 300px;
  }
  #navbarNav.show{
    transform: translateX(0);
  }
  #navbarNav > ul{
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}


/* min width start */

@media screen and (min-width:768px) {
  .border-md-left{
    border-left: 1px solid #d9d9d9;
  }
  .navbar {
    background: rgb(255 255 255 / 50%)
  }
  .sticky-wrapper.is-sticky > .navbar{
    background: #fff;
  }
  .site-header {
    background-color: rgb(247 199 63 / 11%);
    backdrop-filter: blur(5px);
  }
  .site-header  .sticky-wrapper.is-sticky{
    background-color: var(--primary-color);
  }

  .hero-section {
    padding-top: 0;
    margin-top: -65px;
  }

  .about-section .left-section > .img-container{
    height: 45rem;
  }
  .enquiry-form{
    padding-top: 0;
    margin-top: -60px;
  }
  .enquiry-container{
    position: relative;
    background: url("./assets/images/enquiry-bg.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    margin-top: -10px;
  }
  .enquiry-container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("./assets/images/divider-wood.png");
    background-color: rgab(from var(--secondary-color) r g b / 0.6);
    opacity: 0.65;
    z-index: -1;
  }
}

@media screen and (min-width:991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 5px;
    padding: 10px 10px;
    min-width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-nav .nav-link::after,
  .navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./assets/images/wall_wood.jpg") no-repeat;
    background-size: cover;
    transition: .5s;
    /* border-radius: 10px 21px; */
    border-radius: 100% 0% 100% 0% / 41% 49% 51% 59% ;
  }
  .navbar-nav .nav-link::before{
    transform: translateY(-100px);
  }
  .navbar-nav .nav-link::after{
    transform: translateY(100px);
  }
  /* .navbar-nav .nav-link:hover::before, */
  .navbar-nav .nav-link.active::before{
    transform: translateY(-43px);
  }
  /* .navbar-nav .nav-link:hover::after, */
  .navbar-nav .nav-link.active::after{
    transform: translateY(43px);
  }

  .about-section{
    background: url("./assets/images/Tree-Left-1.png") no-repeat;
    background-position: left bottom;
  }
  .project-section{
    background: url("./assets/images/Tree-Right-1.png") no-repeat;
    background-size: contain;
    background-position: right;
  }
  .faq-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("./assets/images/siluet.png") no-repeat;
    background-size: contain;
    background-position: left;
    opacity: 0.07;
    z-index: -1;
  }
  .testimonial-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("./assets/images/siluet-2.png") no-repeat;
    background-size: contain;
    background-position: right;
    opacity: 0.07;
    z-index: -1;
  }

}

@media screen and (min-width:1000px) {
  .owl-carousel.heroslider > .owl-stage-outer > .owl-stage > .owl-item >*{
    aspect-ratio: 6/3.4;
  }
}
@media screen and (min-width:1600px) {
  /* .owl-carousel.heroslider > .owl-stage-outer{
    height: calc(100dvh - 350px);
  } */
}





/* BK */

html {
    scroll-padding-top: -100px; /* adjust to header height + some spacing */
}
.section-padding::before {
    /* content: ""; */
    /* display: block; */
    /* height: 80px;  */
    /* margin-top: -80px;  */
    /* visibility: hidden; */
}


/* DESiGN SECTION CSS */
.design-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.design-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}
.design-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary-color);
}
.design-card p {
  font-size: 15px;
  color: #555;
  text-align: justify;
}
.design-section .design-list .img-container {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.design-section .design-list img {
  transition: transform 0.5s ease;
}
.design-section .design-list img:hover {
  transform: scale(1.05);
}
.design-section .desc {
  margin-top: 8px;
  font-weight: 600;
  color: var(--secondary-color);
}

/* PROJECT SECTION */
.project-subtitle {
    font-weight: 700;           
    color: #0077b6;            
    font-size: 1.05rem;         
}


/* PRIVACY POLICY SECTION */
/* Privacy Policy Page Styles */

/* Section Padding and Title */
#privacy-policy {
  margin-top: 6rem;
    background-color: #f9f9f9; /* subtle background */
}

#privacy-policy .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: #222;
}

/* Paragraph Text */
#privacy-policy p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

/* List Styling */
#privacy-policy .project-ul {
    list-style-type: none;
    padding-left: 0;
}

#privacy-policy .project-ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

/* Custom bullet for each list item */
#privacy-policy .project-ul li::before {
    /* content: "•"; */
    position: absolute;
    left: 0;
    color: #007BFF; /* Blue bullets matching theme */
    font-size: 1.2rem;
    line-height: 1;
}

/* Subtitle inside list items */
#privacy-policy .project-subtitle {
    font-weight: 600;
      color: #0077b6;    
}

/* Links Styling */
#privacy-policy a {
    color: #007BFF;
    text-decoration: none;
}

#privacy-policy a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    #privacy-policy .section-title {
        font-size: 2rem;
    }

    #privacy-policy p,
    #privacy-policy .project-ul li {
        font-size: 0.95rem;
    }
}
