* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: Arial, Helvetica, sans-serif;
        overflow-x: hidden;
}

section{
       padding: 50px 7px;
}
/* ================= HEADER ================= */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header-inner {
    margin: auto;
    padding: 20px 15px;
    display: flex;
    border-top: 1px solid white;
    color: #fff;
    gap: 16rem;
}

.logo {
    /* font-weight: bold; */
    letter-spacing: 1px;
    text-align: center;
}

.logo span {
    font-size: 13px;
    font-weight: normal;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
    margin-left: 44px;
    font-size: 16px;
    text-transform: uppercase;
}

.main-nav a:hover {
    opacity: 0.8;
}

.mini-header a{
   color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 16px 3px 6px;
    display: inline-block;

}
/* ================= HERO ================= */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

/* ================= HERO CONTENT ================= */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 3;
    width: 100%;
    padding: 0 15px;
}

.welcome-text {
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 30px;
}

/* ================= SEARCH BAR ================= */
.hero-search {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    padding: 14px 28px;
    max-width: 850px;
    margin: auto;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.search-item {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    position: relative;
    padding-right: 25px;
}



/* Divider lines */
.search-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
}

.search-btn {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 10px 26px;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
}

.search-btn:hover {
    background: #fff;
}
/* ================= luxury ================= */

.luxury-section {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}



/* ================= HEADING ================= */
.luxury-heading {
    text-align: center;
    margin-bottom: 60px;
}

.luxury-heading .small-title {
    font-size: 13px;
    letter-spacing: 2px;
    color: #444;
    margin-bottom: 10px;
}

.luxury-heading .script-title {
    font-family: 'Georgia', cursive;
    font-size: 42px;
    font-weight: normal;
}

/* ================= CONTENT ================= */
.luxury-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ================= TEXT ================= */
.luxury-text h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.luxury-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

/* ================= IMAGES ================= */
.luxury-images {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.luxury-images img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
}

/* ================= ABOUT BADGE ================= */
.about-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 120px;
    height: 120px;
    border-radius: 50%;

    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* !=================== gallery css start here !=================== */
.explore-gallery-section {
    background: #fff;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Title */
.explore-gallery-section .gallery-title {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 40px;
}

/* Owl Carousel Items */
.explore-gallery-section .gallery-carousel .gallery-item {
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
}

.explore-gallery-section .gallery-carousel .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Remove default dots spacing */
.explore-gallery-section .owl-dots {
    margin-top: 25px;
}

/*============================= property css start here ============================= */
.featured-property-section {
   padding-top: 10px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/* Heading */
.featured-property-section .section-label {
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.featured-property-section .property-title {
    font-size: 26px;
    margin-bottom: 15px;
}

/* Meta */
.featured-property-section .property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 14px;
    align-items: center;
    margin-bottom: 30px;
}

.featured-property-section .property-meta .price {
    margin-left: auto;
    font-weight: bold;
}

.featured-property-section .check-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

/* Grid */
.featured-property-section .property-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
}

/* Main image */
.featured-property-section .property-main-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
}

/* Thumbnails */
.featured-property-section .property-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.featured-property-section .property-thumbs img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

/* Owl arrows */
.featured-property-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.featured-property-section .owl-prev,
.featured-property-section .owl-next {
    position: absolute;
    background: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.featured-property-section .owl-prev {
    left: -10px;
}

.featured-property-section .owl-next {
    right: -10px;
}

/*============================= property css end here ============================= */
/*============================= why choose us css start here ====================== */
.why-choose-section {
  padding-top: 10px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/* Title */
.why-choose-section .why-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}

/* Grid */
.why-choose-section .why-grid {
   
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Cards */
.why-choose-section .why-card {
    background: #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
        box-shadow: 0px 4px 4px 0px #00000040 inset;
}

/* Icons */
.why-choose-section .why-card i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #000;
}

/* Text */
.why-choose-section .why-card h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.why-choose-section .why-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}

/* Responsive */
@media (max-width: 992px) {
    .why-choose-section .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .why-choose-section .why-grid {
        grid-template-columns: 1fr;
    }
}

/*============================= why choose us css end here ======================== */

/* ================================
   ART SLIDER SECTION (FULLY SCOPED)
================================ */
#art-slider-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
#art-slider-section .slider .item1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45); /* overlay */
  border-radius: 20px;
  z-index: 0;
}

/* Make text above overlay */
#art-slider-section .slider .item1 .content {
  position: relative;
  z-index: 2;
}

#art-slider-section h2 {
  color: var(--btn-color);
}

#art-slider-section .art-slider-container .heading-art{
  position: relative;
  color: white;
  z-index: 99;
      text-align: center;
    top: 25px;
        padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
#art-slider-section .art-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#art-slider-section .slider .item1 {
  width: 200px;
  height: 300px;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.2) inset;
  transition: 0.7s;
}

/*** FIRST TWO MAIN SLIDES (FULL SCREEN) ***/
#art-slider-section .slider .item1:nth-child(1),
#art-slider-section .slider .item1:nth-child(2) {
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

#art-slider-section .slider .item1:nth-child(3) {
  left: 50%;
}
#art-slider-section .slider .item1:nth-child(4) {
  left: calc(50% + 220px);
}
#art-slider-section .slider .item1:nth-child(5) {
  left: calc(50% + 440px);
}
#art-slider-section .slider .item1:nth-child(6) {
  left: calc(50% + 660px);
  opacity: 0;
}
#art-slider-section .main-btn{
        border: none;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 15px;
}

/*** CONTENT STYLE ***/
#art-slider-section .content p {
  height: 98px;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  text-align: left;
}
#art-slider-section .content {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  /* color: var(--btn-color); */
  opacity: 0;
  display: none;
  background: #c6af76b5;
  padding: 14px;
  border-radius: 10px;
}

/*** ACTIVE MAIN SLIDE CONTENT DISPLAY ***/
#art-slider-section .slider .item1:nth-child(2) .content {
  display: block;
  animation: showContent 0.7s ease forwards 0.3s;
}

/*** CONTENT ANIMATION ***/
@keyframes showContent {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*** NAVIGATION BUTTONS ***/
#art-slider-section .nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#art-slider-section .nav .btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 30px;
  margin: 0 10px;
  color: white;
  background: var(--btn-color);
  padding: 10px 18px;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================================ 
   END SECTION CSS
================================ */

/* ========================= brand-promise-section strat  ========================= */
.brand-promise-section {
    position: relative;
    min-height: 500px;
    background: url('image/bg.png') center/cover no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    background-attachment: fixed;
}

/* White gradient overlay */
.brand-promise-section .brand-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0.3) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

/* Content */
.brand-promise-section .brand-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 80px 60px;
}

.brand-promise-section h2 {
    font-family: 'Georgia', cursive;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 25px;
}

.brand-promise-section p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

/* ========================= brand-promise-section end========================= */


/* ======================review css strat here !======================== */




/* =========================
   REVIEW SECTION
========================= */

#review-section {
    /* padding: 80px 0; */
    background: #fff;
}
#review-section .review-bottom{
       display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

/* Heading */
#review-section .review-heading {
    margin-bottom: 40px;
}

#review-section .review-subtitle {
    font-style: italic;
    font-size: 36px;
    color: #000000;
    font-family: "Allura", cursive;
}

#review-section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 10px 0;
    font-weight: 400;
     font-family: "Inter", sans-serif;
}

#review-section .heading-line {
    width: 60px;
    height: 1px;
    background: #000;
    margin: 0 auto;
}

/* Slide */
#review-section .review-slide {
    /* max-width: 1100px; */
    margin: 0 auto;
}

/* Row flex equal height */
#review-section .review-slide .row {
    display: flex;
    align-items: stretch;
    padding-left: 12px;
}

/* Columns */
#review-section .col-md-6 {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

/* Image */
#review-section .review-image {
    width: 100%;
    height: 300px;
}

#review-section .review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
#review-section .review-content {
    background: #e5e5e5;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
        height: 300px;
}

/* Location title */
#review-section .review-location {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Review text */
#review-section .review-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

/* Author */
#review-section .review-author {
    font-weight: 600;
    margin-bottom: 38px;
    font-size: 20px;
}

#review-section .review-author span {
    font-weight: normal;
    font-size: 14px;
}

/* Button */
#review-section .review-btn {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    /* border-bottom: 1px solid #000; */
    width: fit-content;
}

/* =========================
   OWL NAV (Bottom Arrows)
========================= */

#review-section .owl-nav {
    margin-top: 30px;
    text-align: center;
}

#review-section .owl-nav button {
    background: transparent !important;
    font-size: 24px !important;
    margin: 0 10px;
    color: #000 !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {

    #review-section {
        padding: 50px 15px;
    }

    #review-section .review-slide .row {
        flex-direction: column;
    }

    #review-section .review-image img {
        height: auto;
    }

    #review-section .review-content {
        padding: 25px;
    }
}


/* ======================review css end here !======================== */

/* footer css start here =========================== */
#site-footer .footer-line{
    width: 42%;
    height: 1px;
    background: black;
}
#site-footer .footer-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#site-footer .footer-logo h2{
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#site-footer .footer-right ul{
list-style-type: none;
padding-left: 0;
}
.footer-center{
padding: 0px 40px 0px 40px ;
}
.footer-center p{
    margin-top: 20px;
    font-size: 19px;
    text-align: justify;
}
#site-footer{
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #D9D9D9;
}
/* footer css start here =========================== */











/* new review section css ============================== */

/*Testimonial css*/
 section.testimonial .bg-img{
    background: url('image/about1.png');
    height: 600px;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.testimonial .attr-bnt {
    position: absolute;
    bottom: 7.7%;
    right: 45%;
    z-index: 1;
}
section.testimonial .attr-bnt a{
        padding: 14px;
    background: #237cbf;
    color: white;
    text-decoration: none;
    display: inline-block;
}

section.testimonial .upper-head p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;
}
section.testimonial .para {
    max-height: 115px;
    overflow: hidden;
}

section.testimonial {
    background: #ffffff;
    position: relative;
    padding: 0;
}

/* LEFT CONTENT */
section.testimonial .col-6.cont-head{
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.5;
}

section.testimonial .head-sec{
    position: relative;
    text-align: left;
    width: 70%;
    padding-left: 30px;
    padding-top: 50px;
    margin-bottom: 20px;
}

/* ICON */
section.testimonial .icon{
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 1;
    top: -5px;
}

section.testimonial .icon img{
    height: 50px;
}

/* SLIDER */
section.testimonial .testy {
    margin: auto;
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 1;
}

section.testimonial .item {
    padding: 0 15px 5px;
}

section.testimonial .top-text {
    position: relative;
}

/* OVERLAY CARD */
section.testimonial .overlay{
    background-color: #f5f5f5;
    width: 120%;
    position: relative;
    right: 180px;
    padding: 50px 80px;
}

/* NAVIGATION */
section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    left: 140px;
    top: 30px;
    justify-content: flex-end;
    width: 80%;
}

.owl-carousel .owl-stage-outer{
    padding: 0;
}

section.testimonial button.owl-prev,
section.testimonial button.owl-next{
    font-size: 16px;
    width: 45px;
    height: 45px;
    background: #237cbf !important;
    border: none !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.testimonial button.owl-prev:hover,
section.testimonial button.owl-next:hover{
    background: #1b5fa0 !important;
}

/* IMAGE BLOCK */
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

section.testimonial .test-pro::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

section.testimonial .test-pro img {
    position: absolute;
    transition: all 0.3s ease;
    max-width: none;
}

/* USER IMAGE */
section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 17%;
    top: 20%;
    transform: translate(-50%, -10px);
    transition: all 0.3s ease;
}

section.testimonial .user-icon img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

/* CARD */
section.testimonial .test-card {
    text-align: center;
    background: #ffffff;
    box-shadow: 0 2px 13px rgba(0,0,0,0.07);
    padding: 25px;
    height: 280px;
    max-width: 900px;
    margin: auto;
}

section.testimonial .test-card p{
    color: #333333;
    line-height: 1.6;
    margin-top: 10px;
}

section.testimonial .test-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 7px;
}

/* TEXT */
section.testimonial .para p{
    text-align: center;
    width: 90%;
    margin: 10px auto 20px;
    font-size: 16px;
    color: #000000;
    max-height: 141px;
    overflow: hidden;
}

section.testimonial i.fa-star {
    color: #FCAF3D;
    font-size: 10px;
    margin-right: 3px;
}

/* QUOTES */
section.testimonial i.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
    font-size: 30px;
}

section.testimonial i.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-size: 30px;
}

/* NAME */
section.testimonial p.clt-name{
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

/* HOVER */
section.testimonial .test-card:hover .test-pro {
    height: 180px;
}

section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height: 100%;
}

section.testimonial .container-fluid{
    padding: 0;
}
 section.testimonial .cont-sec{
     margin-top: 70px;
     text-align: center;
 }
 section.testimonial i.fa-solid.fa-star {
     color: #FCAF3D;
     font-size: 10px;
     margin-right: 3px;
 }




/* new letter css start here =============------=========== */


.newsletter-simple{
    padding: 60px 0;
    background: #ffffff;
}

.newsletter-box-simple{
    border: 1.5px solid #8c8c8c;
    border-radius: 10px;
    padding: 30px 40px;
    display: flex;
    /* align-items: center; */
    gap: 40px;
}

/* LEFT */
.newsletter-left{
    width: 35%;
}

.newsletter-left h3{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}

/* RIGHT */
.newsletter-right{
    width: 65%;
}

.newsletter-right p{
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 2.3px;
}

/* FORM */
.newsletter-form-simple{
    display: flex;
    gap: 15px;
}

.newsletter-form-simple input{
    width: 260px;
    height: 42px;
    border-radius: 8px;
    border: none;
    background: #e0e0e0;
    outline: none;
    padding: 0 15px;
}

.newsletter-form-simple button{
    height: 42px;
    padding: 0 25px;
    border-radius: 8px;
    border: none;
    background: #e0e0e0;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form-simple button:hover{
    background: #d2d2d2;
}
