/* ----------------------------------------------------------------------------------------
* Author        : Payal
* Template Name : Villaclub - HTML Property  Template
* File          : Css File
* ---------------------------------------------------------------------------------------- */

/*------------------------------------------------------------------
[Table of contents]

01. Global Variables
02. General Css	
03. Header Css
04. Hero Css
05. ACHIEVEMENT Css  
06. About us Css
07. Our Property Css
08. how it work Css 
09. video section Css 
10. Our facility Css
11. review Css
12. Our Team Css
13. Our contact Css
14. Our blog Css 
15. footer Css
16. About Us Page Css
17. properties Page Css
18. properties Single Css
19. Projects Page Css 
20. Project Single Css 
21. Blog Archive Css
22. Blog Single Css 
23. Team Page Css
24. Team Single Css
25. Image Gallery Css 
26. Video Gallery Css 
27. FAQs Page Css
28. Contact Us Page Css
29. 404 Error Page Css 
30. Responsive Css
-----------------------------------------------*/


/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color			: #191A1F;
	--secondary-color		: #F9F9F9;
	--text-color			: #000000;
	--accent-color			: #ED6325;
	--white-color			: #FFFFFF;
	--divider-color			: #80808024;
	--dark-divider-color	: #FFFFFF1F;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Poppins", sans-serif;
}

/************************************/
/*** 	   02. General Css		  ***/
/************************************/

body{
	position: relative;
	font-family: var(--default-font);
	font-size: 18px;
    line-height: 26px;
	font-weight: 400;
	background-color: var(--white-color);
	color: var(--text-color);
}

p{
	margin-bottom: 1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 500;
	line-height: 1.2em;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}
iframe{width:100%;}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.theme-btn, .theme-btn-1{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 17px 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    background: var(--accent-color);
    color: var(--white-color);
    border: 0;
	border-radius: 15px 5px 25px 5px;
    overflow: hidden;
}

.theme-btn:after, .theme-btn-1::after{
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
}

.theme-btn:after{
    background: var(--white-color);
}

.theme-btn-1:after{
    background: black;
}

.theme-btn-1:hover{
    color: var(--white-color);
}

.theme-btn:hover{
    color: var(--primary-color);
}
.theme-btn:hover:after, .theme-btn-1:hover:after{
    width: 100%;
}

.section-padding{
    padding: 100px 10px;
}
/************************************/
/*** 	   03 HEADER CSS            ***/
/************************************/	
.vc-header{
    position:sticky;
    top:0;z-index:999;
    background:var(--text-color);
    padding:14px 0
}
.logo{
    height:65px;
}
.logo img{    
    height: 50px;
    object-fit: contain;
    width: 100%;
    object-position: left;
    
}
.menu-toggle{
    display:none;
    background:none;
    border:0;
    color:var(--white-color);
    font-size:28px;
    cursor:pointer
}

.main-menu{
    list-style:none;
    display:flex;
    gap:15px;
    align-items:center
}
.main-menu > li > a{
    color:var(--white-color);
    text-decoration:none;
    padding:8px 6px;
    display:inline-block
}
.main-menu > li > a:hover{
    color:var(--accent-color);
}

.cta a{
    background:var(--accent-color);;
    color:var(--white-color);
    padding:8px 12px;
    border-radius:5px;
    text-decoration:none
}

.inner-menu{position:relative}
.submenu{
  display:none;
  position:absolute;
  top:44px;
  left:0;
  min-width:200px;
  background:var(--white-color);
  border-radius:6px;
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
  list-style:none;
  padding:8px 0;
  z-index:50;
}

.inner-menu {
    position:relative;
    cursor:pointer;
}
.inner-menu .arrow {
    display:inline-block;
    width:10px;
    height:10px;
    border-right:2px solid var(--white-color);
    border-bottom:2px solid var(--white-color);
    transform:rotate(45deg);
    margin-left:6px;
    transition:0.3s;
    cursor:pointer;
}

.inner-menu.open .arrow {
    transform:rotate(-135deg);
}

.submenu li{
    padding:8px 18px
}

.submenu li a{
    text-decoration:none;
    display:block;
    color:var(--text-color);
}

.submenu li a:hover{
    color:var(--accent-color);
}
.call-btn {
    border-radius:2px;
    padding: 10px 15px;
    margin-left:20px;
}

/************************************/
/***   04  HERO SECTION CSS       ***/
/************************************/
.banner-slider .slider-item{
    position: relative;
}

.slider-item .slider-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-content .heading-tagline{
    font-size: 20px;
}

.slider-item img{
    height: 600px;
    object-fit: cover;
}

.slider-item h2{
    font-size: 56px;
}

.banner-slider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 40%;
}
.banner-slider .owl-nav button{
    background: var(--accent-color) !important;
    color: var(--white-color) !important;
    width: 50px;
    height: 50px;
    border-radius: 0 !important;
}

.title-anim {
  font-weight: 700;
  font-size: 40px;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
}

.title-anim.active {
  opacity: 1;
  transform: translateY(0);
}

.word {
  display: inline-block;  
  margin-right: 6px;        
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-out;
}

.title-anim.active .letter {
  opacity: 1;
  transform: translateY(0);
}

.title-anim.active .letter:nth-child(n) {
  transition-delay: calc(var(--i) * 0.03s);
}


.banner-slider .owl-dots .owl-dot.active span, .banner-slider .owl-dots .owl-dot:hover span {
    background: var(--accent-color);
}

.banner-slider .owl-dots{
    bottom: 15px;
}
/************************************/
/***    05. ACHIEVEMENT SECTION CSS     ***/
/************************************/
.achievement-section{
  background: #F2F6F7;
}
.ach-box .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.ach-box h2 {
  font-size: 46px;
  font-weight: 700;
  color: var(--text-color);
}

.ach-box p {
  font-size: 16px;
  margin-top: 10px;
  color: #444;
}
/************************************/
/***       06. About Us Css       ***/
/************************************/
.subtitle{
    background: var(--accent-color);
    color: var(--white-color);
    padding: 5px 20px;
    border-radius: 40px;
}
.feature-item{
    gap: 20px;
}
.feature-item span{
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: inline-block;
    border-radius: 100%;
    background: #F5DFDC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-reveal {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.img-reveal img {
  display: block;
  transition: transform 1.2s ease;
}

.img-reveal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--white-color);
  z-index: 2;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.img-reveal.left-to-right.active::before {
  left: 0;
  animation-name: reveal-left;
}

.img-reveal.right-to-left.active::before {
  right: 0;
  animation-name: reveal-right;
}

@keyframes reveal-left {
  0% { width: 100%; }
  100% { width: 0; }
}

@keyframes reveal-right {
  0% { width: 100%; }
  100% { width: 0; }
}

/* zoom effect after reveal */
.img-reveal.active img {
  transform: scale(1);
}


/************************************/
/***    07. OUR PROPERTIES CSS     ***/
/************************************/
.property-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 0 0 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  margin-top: 20px;
}
.properties-section{
    background: url('../image/properti-bg.png') no-repeat center;
    background-size: cover;
}
.properties-section h2{
    max-width: 60%;
    margin: 0 auto;
}
.property-carousel .property-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 0 0 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  margin: 10px;
}

.property-card:hover {
  transform: translateY(-6px);
}

.property-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.property-image img {
  width: 100%;
  display: block;
}

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--accent-color);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.property-content {
  padding: 15px 20px;
}
.properties-title {
    font-size: 20px;
    color: var(--primary-color);
    padding-bottom: 10px;
}
.view-btn {
  font-weight: 600;
  color: var(--accent-color);
  transition: 0.3s;
}

.view-btn:hover {
  margin-left: 6px;
}

.property-slider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 40%;
}



/************************************/
/***    08 HOW-IT-WORK SECTION CSS     ***/
/************************************/
.how-image .video-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.how-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.how-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.icon-box {
  width: 65px;
  height: 65px;
  min-width: 65PX;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--accent-color);
}

.how-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.how-card p {
  font-size: 15px;
}
/************************************/
/***     09. VIDEO SECTION CSS    ***/
/************************************/
.video-section {
    background-image: url('../image/apartments-4.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 180px 0;
    position: relative;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.45);
}

.video-content {
    position: relative;
    z-index: 2;
}

.play-btn {
    width: 90px;
    height: 90px;
    background: var(--white-color);
    border-radius: 50%;
    border: 0;
    font-size: 32px;
    cursor: pointer;
    color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.play-btn:hover {
    box-shadow: 0 0 20px rgba(255, 90, 60, 0.6);
}

.modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}





/************************************/
/***     10. Our facility Css    ***/
/************************************/
.facility-head .sub-title {
    display: inline-block;
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.facility-head h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.facility-box {
    border-radius: 12px;
    padding: 40px 30px;
    text-align: left;
    border: 2px solid #f3f3f3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.facility-box:hover {
    border-color: var(--accent-color);
    transform: translateY(-5px);
}

.facility-box.active {
    background: var(--accent-color);
    color: var(--white-color);
}

.facility-box.active p,
.facility-box.active h3,
.facility-box.active .facility-number {
    color: var(--white-color);
}

.facility-number {
    font-size: 18px;
    color: var(--accent-color);
    font-weight: 600;
}

.facility-box.active .facility-number {
    color: var(--white-color);
}

.facility-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 87, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    font-size: 40px;
    color: var(--accent-color);
}

.facility-box.active .facility-icon {
    background: rgba(255,255,255,0.2);
    color: var(--white-color);
}

.facility-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.facility-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.facility-box:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-6px);
    color: var(--white-color);
}

.facility-box:hover h3,
.facility-box:hover p,
.facility-box:hover .facility-number {
    color: var(--white-color);
}

.facility-box:hover .facility-icon {
    background: rgba(255, 255, 255, 0.25);
    color: var(--white-color);
}


/************************************/
/***    11. REVIEW SECTION CSS    ***/
/************************************/
.testimonial-area {
    background: url('../image/review-bg.png') no-repeat center;
    background-size: cover;
    color: var(--white-color);
}

.section-sub {
    font-size: 16px;
    color: var(--accent-color);
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial-card {
    background: var(--white-color);
    border-radius: 15px;
    color: #444;
    transition: .3s;
}

.testimonial-card:hover {
    border-color: var(--accent-color);
}

.client-img {
    width: 65px !important;
    height: 65px;
    border: 3px solid var(--accent-color);
}

.rating {
    color: var(--accent-color);
    font-size: 18px;
}

.testimonial-nav {
    margin-top: 30px;
    text-align: right;
}

.testimonial-nav button {
    background: var(--accent-color);
    border: none;
    color: var(--white-color);
    padding: 12px 15px;
    border-radius: 6px;
    margin-left: 10px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-nav button:hover {
    background: var(--accent-color);
}
.testimonial-slider .owl-nav{
    position: absolute;
    top: -75px;
    right: 0;
    display: flex;
    gap: 15px;
}
.testimonial-slider .owl-nav button{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--accent-color) !important;
}

/************************************/
/***   	 12. TEAM SECTION CSS	  ***/
/************************************/
.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  border: 1px solid #eee;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 40px rgba(0,0,0,0.15);
}

.team-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: 0.4s;
}

.team-info {
  position: absolute;
  bottom: -100%;
  width: 100%;
  left: 0;
  padding: 20px;
  background: var(--white-color);
  border-radius: 0 0 20px 20px;
  text-align: center;
  transition: all 0.4s ease;
}

.team-card:hover .team-info {
  bottom: 0;
}

.social-icons a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  background: var(--accent-color);
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: var(--text-color);
}

/************************************/
/***   		13. CONTACT SECTION CSS	  ***/
/************************************/
.contact-section {
    background-image: url('../image/contact-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: -1;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
}

.contact-box {
    background: var(--white-color);
    width: 55%;
    padding: 50px;
    border-radius: 22px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    animation: fadeUp .6s ease;
}

.top-badge {
    background: none;
    border: 1.5px solid var(--accent-color);
    padding: 10px 30px;
    color: var(--accent-color);
    border-radius: 30px;
    cursor: default;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #111;
}
.form-row {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
}
.villaclub-form .form-group{
	width:50%;
}

 .villaclub-form .full {
    width: 100%;
}
.villaclub-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 15px;
    color: #333;
}

.villaclub-form input,
.villaclub-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    transition: .3s;
}

.villaclub-form input:focus,
.villaclub-form textarea:focus {
    border-color: var(--accent-color);
    outline: none;
}
textarea {
    height: 80px;
    resize: none;
}

.submit-btn {
    margin-top: 25px;
    width: 100%;
    padding: 18px;
    background: var(--accent-color);
    border: none;
    color: var(--white-color);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.submit-btn:hover {
    background: #111;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}


/************************************/
/***   		14. BLOG SECTION CSS 	  ***/
/************************************/
.blog-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-subtitle {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-bottom: 50px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
}

.blog-card {
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.blog-img {
    width: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.meta span {
    font-size: 14px;
    color: #777;
    margin-right: 15px;
}

.meta i {
    color: var(--accent-color);
    margin-right: 5px;
}

.blog-heading {
    margin: 15px 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.meta-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.read-more {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.read-more:hover {
    text-decoration: underline;
}


/************************************/
/***      	15. Footer Css 		  ***/
/************************************/
.footer {
    background: var(--text-color);
    color: var(--white-color);
    margin-top: 80px;
    position: relative;
    padding: 100px 0 0px 0;
}

footer .newsletter-banner {
    background: var(--accent-color);
    color: var(--white-color);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    margin-top: -136px;
    justify-content: space-between;
    position: absolute;
    width: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .newsletter-banner h2 {
    font-size: 32px;
    margin: 0;
}

footer .newsletter-banner .btn {
    background: var(--white-color);
    color: var(--accent-color);
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.footer-col h3 {
    margin-bottom: 18px;
    font-size: 18px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    color: var(--white-color);
    transition: 0.3s;
    font-size: 15px;
}

.footer-col ul li a:hover {
    color: var(--accent-color);
}

footer .about p {
    font-size: 14px;
}

footer .contact-info li {
    margin: 10px 0;
    color: var(--white-color);
    font-size: 15px;
}

footer .social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: var(--white-color);
    cursor: pointer;
}

footer .email-box {
    display: flex;
    margin: 15px 0;
    position: relative;
}

footer .email-box input {
    padding: 12px;
    width: 100%;
    border: none;
    outline: none;
}

footer .email-box button {
    background: var(--accent-color);
    color: var(--white-color);
    padding: 12px;
    border: none;
    cursor: pointer;
}

footer .text-success {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 11px;
}
footer .footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-bottom ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

footer .footer-bottom a {
    color: var(--white-color);
    text-decoration: none;
    transition: .3s;
}

footer .footer-bottom a:hover {
    color: var(--accent-color);
}

footer .scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--accent-color);
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--white-color);
}


/************************************/
/***     16. About Us Page Css    ***/
/************************************/
.inner-banner {
    position: relative;
    width: 100%;
    height: 350px;
    background: url('../image/inner-banner.jfif') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.inner-banner-content {
    position: relative;
    text-align: center;
    color: var(--white-color);
    z-index: 2;
}

.inner-banner-content h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.inner-banner-content .breadcrumb {
    font-size: 18px;
    font-weight: 400;
}

.inner-banner-content .breadcrumb a {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

.inner-banner-content .breadcrumb a:hover {
    color: var(--accent-color)
}

.tab-content h3{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--primary-color);
}
.who-tabs .nav-link {
    background: #f2f2f2;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 8px;
    transition: 0.3s;
    color: var(--primary-color);
}

.who-tabs .nav-link.active {
    background: var(--accent-color);
    color: var(--white-color);
}

.who-tabs .nav-link:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.feature-section {
    background: url('../image/section-bg.png'), var(--secondary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-card {
  background: rgba(255,255,255,0.9);
  padding: 35px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--accent-color);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
}

.feature-icon i {
  font-size: 50px;
  color: var(--accent-color);
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.feature-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.learn-more {
  font-weight: 600;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.learn-more:hover {
  color: var(--accent-color);
}



/************************************/
/***    17. PROPERTIES PAGE CSS    ***/
/************************************/
.property-section .property-card {
    border-radius: 10px;
    overflow: hidden;
    background: var(--white-color);
    transition: .3s;
}

.property-section .property-card:hover {
    transform: translateY(-5px);
}

.property-section .property-img {
    position: relative;
}

.property-section .property-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.property-section .property-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 10px;
    color: var(--white-color);
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
}

.property-section .property-badge.rent { background: #26b24b; }
.property-section .property-badge.sale { background: #ff4f4f; }

.property-section .location-bar {
    background: #1c1c1c;
    color: var(--white-color);
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-section .location-bar span {
    font-size: 13px;
}
.property-section .title{
   font-size: 22px;
    padding: 5px 0;
    font-weight: bold;
}
.property-section .price {
    color: var(--accent-color);
    font-weight: 700;
}

.property-section .price small {
    color: #888;
    font-size: 13px;
}

.property-section .agent-box {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.property-section .agent-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.property-section .agent-icons i {
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}


/************************************/
/***   18. PROPERTIES SINGLE CSS   ***/
/************************************/
.properties-detail{
    background:#f6f8fb;
}
.properties-detail .card{
    border:none;
    border-radius:8px;
    box-shadow:0 6px 18px rgba(0,0,0,.06)
}

.properties-detail .section-title{
    border-left:4px solid var(--accent-color);
    padding-left:10px;
    margin-bottom:20px
}

.properties-detail .agent-box img{
    width:70px;
    height:70px;
    border-radius:50%
}

.properties-detail .detail-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px
}

.properties-detail .features-list li{
    width:50%;
    margin-bottom:10px;
}

.properties-detail .features-list i{
    color:var(--accent-color);
    margin-right:8px
}

.properties-detail .gallery img{
    border-radius:6px;
    width:100%;
    height:220px;
    object-fit:cover
}

.properties-detail .amenities li{
    width:33%;
    margin-bottom:12px;
}

.properties-detail .sidebar-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px
}
.properties-detail .search-box input{
    border-radius:6px
}

.properties-detail .nav-tabs .nav-link{
    font-weight:600
}
.properties-detail .nav-tabs .nav-link.active{
    color:var(--accent-color)
}

.properties-detail .review img{
    width:50px;
    height:50px;
    border-radius:50%
}
.properties-detail .stars{
    color:var(--accent-color)
}

.properties-detail .popular-tags-box{
  border:none;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.properties-detail .popular-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.properties-detail .popular-tags a{
  display:inline-block;
  padding:6px 14px;
  font-size:13px;
  color:#555;
  background:#f3f5f7;
  border-radius:4px;
  text-decoration:none;
  transition:all .3s ease;
}

.properties-detail .popular-tags a:hover{
  background:var(--accent-color);
  color:var(--white-color);
}
/************************************/
/***  19. PROJECT LISTING CSS    ***/
/************************************/

.project-listing .project-card{
    position:relative;
    overflow:hidden;
    border-radius:8px
}
.project-listing .project-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s
}

.project-listing .project-overlay{
    position:absolute;
    background:rgba(0,0,0,.6);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
        top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.project-listing .project-card:hover img{
    transform:scale(1.08);
}

.project-listing .project-card:hover .project-overlay{
    opacity:1
}

.project-listing .overlay-content{
    text-align:center;
    color:var(--white-color);
}

.project-listing .overlay-content i{
    width:60px;
    height:60px;
    line-height:60px;
    background:var(--white-color);
    color:var(--accent-color);
    border-radius:50%;
    font-size:20px;
    margin-bottom:15px
}

.project-listing .overlay-content h3{
    margin-bottom:5px;
    font-weight:700
}
.project-listing .overlay-content p{
    font-size:14px;
    opacity:.85
}

.project-listing .modal-img{
    width:100%;
    border-radius:8px
}

/************************************/
/***  20. PROJECT DETAIL CSS    ***/
/************************************/
.project-detail .card{
    border:none;
    border-radius:8px;
    box-shadow:0 6px 18px rgba(0,0,0,.06)
}
.project-detail h2,.project-detail h3,.project-detail h4{
    font-weight:700
}

.project-detail .project-main-img img{
    width:100%;
    border-radius:8px;
}

.project-detail .service-list li{
    background:#f1f5f9;
    padding:16px 18px;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-weight:600;
    border-radius:6px;
    transition:.3s;
}

.project-detail .service-list li.active,
.project-detail .service-list li:hover{
    background:var(--accent-color);
    color:var(--white-color);
}

.project-detail .service-list i{
    background:var(--white-color);
    color:var(--accent-color);
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    border-radius:4px;
}


.project-detail .service-list li.active i,
.project-detail .service-list li:hover i{
    background:var(--accent-color);
    color:var(--white-color);
}

.project-detail .newsletter input{
    border-radius:6px;
}

/************************************/
/***      21. BLOG PAGE CSS     ***/
/************************************/
.blog-list {
  background: #f8f9fb;
}

.blog-list .blog-card {
  background: var(--white-color);
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.blog-list .blog-card:hover {
  transform: translateY(-5px);
}

.blog-list .blog-img img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-list .blog-content {
  padding: 25px;
}

.blog-list .blog-meta {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  font-size: 14px;
  color: #777;
}

.blog-list .blog-meta i {
  color: var(--accent-color);
  margin-right: 5px;
}

.blog-list .blog-title {
    text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.blog-list .blog-title a {
  color: #0b2c3d;
  text-decoration: none;
  transition: 0.3s;
}

.blog-list .blog-title a:hover,
.blog-list .blog-title.active a {
  color: var(--accent-color);
}

.blog-list .blog-divider {
  height: 1px;
  background: #e5e5e5;
  margin: 20px 0;
}

.blog-list .blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.blog-list .blog-footer i {
  color: var(--accent-color);
  margin-right: 6px;
}

.blog-list .read-more {
  font-weight: 600;
  color: var(--accent-color);
  text-decoration: none;
}

.blog-list .read-more:hover {
  text-decoration: underline;
}


/************************************/
/***      22. Blog Single Css     ***/
/************************************/
.blog-detail {
    background: #f3f3f3;
}

.blog-detail .blog-article {
    background: var(--white-color);
    padding: 30px;
}

.blog-detail .post-tag {
    background: var(--accent-color);
    color: var(--white-color);
    padding: 4px 12px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-detail .post-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-detail .post-meta {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    font-size: 14px;
}

.blog-detail .post-meta i {
    color: var(--accent-color);
    margin-right: 6px;
}

.blog-detail h3 {
    font-size: 22px;
    margin-top: 30px;
}

.blog-detail blockquote {
    background: #f2f6f7;
    padding: 25px;
    border-left: 4px solid var(--accent-color);
    margin: 30px 0;
    font-style: italic;
}

.blog-detail .post-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.blog-detail .tags span {
    background: #f2f2f2;
    padding: 6px 12px;
    margin-right: 8px;
    font-size: 13px;
}


.blog-detail .share a {
    margin-left: 10px;
}


.blog-detail .share a:hover {
    color: var(--accent-color);
}

.blog-detail .blog-sidebar .sidebar-box {
    background: var(--white-color);
    padding: 25px;
    margin-bottom: 30px;
}
.blog-detail .blog-sidebar .sidebar-box h4{
    font-weight: 700;
}
.blog-detail .search-box {
    display: flex;
}

.blog-detail .search-box input {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px;
}

.blog-detail .search-box button {
    background: var(--accent-color);
    color: var(--white-color);
    border: none;
    padding: 0 15px;
}

.blog-detail .category-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.blog-detail .tag-cloud a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    margin: 5px;
    font-size: 13px;
    text-decoration: none;
}

.blog-detail .tag-cloud a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/************************************/
/***       23. Team Page Css      ***/
/************************************/
.team-list {
    background: var(--white-color);
}

.team-list .team-card {
    background: var(--white-color);
    border: 1px solid #ccc;
    transition: 0.3s ease;
}

.team-list .team-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.team-list .team-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.team-list .team-detail {
    padding: 25px 15px;
}

.team-list .team-detail h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-list .team-detail span {
    display: block;
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-list .team-social a {
    margin: 0 8px;
    font-size: 16px;
    transition: 0.3s;
}

.team-list .team-social a:hover {
    color: var(--accent-color);
}

/************************************/
/***      24. Team Single Css     ***/
/************************************/
.team-detail .profile-img img {
    width: 100%;
    border-radius: 4px;
}

.team-detail .agent-name {
    font-weight: 800;
    margin-bottom: 5px;
}

.team-detail .agent-role {
    color: var(--accent-color);
    font-weight: 600;
}

.team-detail .agent-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #eee;
    line-height: 38px;
    text-align: center;
    margin-right: 8px;
    color: #333;
    transition: 0.3s;
}

.team-detail .agent-social a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.team-detail .service-box {
    padding: 35px 20px;
    border: 1px solid #ccc;
    transition: 0.3s;
}
.team-detail .service-box h5{
    font-weight: 700;
    padding-bottom: 15px;
}
.team-detail .service-box i {
    font-size: 36px;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.team-detail .service-box:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.team-detail .service-box a {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 14px;
}

.team-detail .contact-box {
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 0;
}

.team-detail .contact-box h4 span {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: var(--accent-color);
    margin-right: 8px;
}

.team-detail .btn-submit {
    background: var(--accent-color);
    color: var(--white-color);
    padding: 12px 30px;
    border: none;
    font-weight: 600;
}
.team-detail .contact-box h4{
    padding-bottom: 15px;
    font-weight: 700;
}
.form-control{
    line-height: 2.5;
}


/************************************/
/***     25. Image Gallery Css    ***/
/************************************/
.image-gallery .gallery-masonry {
  column-count: 3;
  column-gap: 24px;
}

.image-gallery .gallery-item {
  position: relative;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  break-inside: avoid;
}

.image-gallery .gallery-item img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.image-gallery .gallery-icon {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.image-gallery .gallery-icon i {
  width: 55px;
  height: 55px;
  background: var(--accent-color);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.image-gallery .gallery-item:hover .gallery-icon {
  opacity: 1;
}

.image-gallery-modal .modal-content {
  background: transparent;
  border: none;
}

.image-gallery-modal .modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  filter: invert(1);
}

/************************************/
/***     26. Video Gallery Css    ***/
/************************************/
.video-gallery .video-masonry {
    column-count: 3;
    column-gap: 24px;
}

.video-gallery .video-item {
    position: relative;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    break-inside: avoid;
}

.video-gallery .video-item img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.video-gallery .video-play {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.video-gallery .video-play i {
    width: 65px;
    height: 65px;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery .video-item:hover .video-play {
    opacity: 1;
}

.video-gallery-modal .modal-content {
    background: transparent;
    border: none;
}

.video-gallery-modal .modal-close {
    position: absolute;
    top: -30px;
    right: 0;
    filter: invert(1);
}



/************************************/
/***       27. FAQs Page Css      ***/
/************************************/
.faq-list {
  background: #f3f3f3;
}

/* Accordion */
.faq-list .accordion-item {
  border: none;
  margin-bottom: 20px;
}

.faq-list .accordion-button {
  font-weight: 600;
  font-size: 18px;
  background: var(--white-color);
  padding: 10px 25px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.faq-list .accordion-button::after {
  content: '+';
  background-image: none;
  font-size: 22px;
  font-weight: 700;
  color: var(--accent-color);
  height: auto;
}

.faq-list .accordion-button:not(.collapsed)::after {
  content: '-';
}

.faq-list .accordion-button:not(.collapsed) {
  color: var(--text-color);
  box-shadow: none;
}

.faq-list .accordion-body {
  padding: 25px;
  background: var(--white-color);
  border-radius: 0 0 6px 6px;
  line-height: 1.8;
}

.faq-newsletter {
  background: #0d1b24;
  padding: 40px;
  border-radius: 6px;
  color: var(--white-color);
}

.faq-newsletter span {
  color: var(--accent-color);
  font-size: 14px;
}

.faq-newsletter h3 {
  font-size: 28px;
  margin: 15px 0 25px;
}

.faq-newsletter .input-group input {
  height: 55px;
  border: none;
}

.faq-newsletter .input-group .btn {
  background: var(--accent-color);
  color: var(--white-color);
  padding: 0 25px;
}


/************************************/
/***    28. Contact Us Page Css   ***/
/************************************/
.contact-detail {
    background:#f3f3f3;
}

.contact-detail .contact-box {
    background:var(--white-color);
    padding:40px 25px;
    border:1px solid #eee;
    transition:.3s;
    width: auto;
}

.contact-detail .contact-box:hover {
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-detail .contact-box .icon {
    width:70px;
    height:70px;
    border:1px solid var(--accent-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    color:var(--accent-color);
    font-size:26px;
}

.contact-detail .contact-box span {
    font-weight:600;
    margin-bottom:10px;
}

.contact-detail .contact-box p {
    margin:0;
}

.contact-detail .contact-form {
    background:var(--white-color);
    padding:50px;
    border:1px solid #eee;
}

.contact-detail .form-title {
    font-weight:600;
    margin-bottom:30px;
    position:relative;
    font-size:26px;
}

.contact-detail .form-title:before {
    content:"";
    width:4px;
    height:22px;
    background:var(--accent-color);
    position:absolute;
    left:-12px;
    top:4px;
}

.contact-detail .form-group {
    position:relative;
}

.contact-detail .form-control {
    height:55px;
    padding:0 45px 0 15px;
    border-radius:0;
}

.contact-detail textarea.form-control {
    height:auto;
    padding-top:15px;
}

.contact-detail .form-group i {
    position:absolute;
    right:15px;
    top:27px;
    transform:translateY(-50%);
    color:var(--accent-color);
}

.contact-detail .submit-btn {
    background:var(--accent-color);
    color:var(--white-color);
    padding:14px 30px;
    border-radius:0;
    border:none;
}

.contact-detail .submit-btn:hover {
    background:var(--accent-color);
}

.contact-detail .contact-map iframe {
    width:100%;
    height:450px;
    border:0;
}


/************************************/
/***    29. 404 Error Page Css    ***/
/************************************/


/************************************/
/***      30. Responsive Css      ***/
/************************************/
@media(min-width:992px){
    .inner-menu:hover > .submenu{
        display:block
    }
    .submenu {
        display:none;
    }
    .inner-menu.open > .submenu {
        display:block;
    }
}

@media only screen and (max-width: 991px){
.slider-item h2 {
    font-size: 32px;
}
.slider-item .slider-content {
    width: 70%;
}
.section-padding{
    padding: 50px 10px;
}
.section-title {
    font-size: 28px;
}
.properties-section h2 {
    max-width: 100%;
}
.team-card .team-info {
    bottom: 0;
}
.inner-banner {
    height: 350px;
}
.inner-banner-content h1 {
    font-size: 42px;
}
.image-gallery .gallery-masonry {
    column-count: 2;
}
.video-gallery .video-masonry {
    column-count: 2;
}
.menu-toggle{
    display:block
}

 header .nav{
    position:fixed;
    top:0;
    left:-100%;
    width:280px;
    height:100vh;
    background:#081C24;
    padding:70px 18px;
    transition:left .35s ease;
    overflow:auto;
  }
  .nav.open{left:0}

  .main-menu{
    flex-direction:column;
    align-items:flex-start;
    gap:18px
}

  .main-menu > li > a{
    color:var(--white-color);
    font-size:18px;
    padding:8px 4px
}

  .submenu{
    position:relative;
    top:auto;
    left:auto;
    background:transparent;
    box-shadow:none;
    width:100%;
    padding-left:12px;
    display:none;
  }
  .submenu li{
    padding:8px 6px
}
  .submenu li a{
    color:var(--white-color);
}
  .inner-menu.open > .submenu{
    display:block
}
  .submenu li a{
    opacity:0.95
}
 .footer {
        padding-top: 120px;
        margin-top: 150px;
    }
    footer .newsletter-banner{
            margin-top: -145px;
    }
    .contact-box { width: 80%; }
    .form-row { flex-direction: column; }
}

@media only screen and (max-width: 767px){
.facility-box{
    margin-bottom: 20px;
}
.properties-detail .amenities li {
    width: 50%;
}
.villaclub-form .form-group{width:100%;}
	
}

@media(max-width: 576px){
    .inner-banner {
        height: 300px;
    }
    .inner-banner-content h1 {
        font-size: 32px;
    }
    .inner-banner-content .breadcrumb {
        font-size: 14px;
    }
    .image-gallery .gallery-masonry {
        column-count: 1;
    }
    .video-gallery .video-masonry {
        column-count: 1;
    }
    .contact-box { width: 100%; padding: 30px; }
    .contact-title { font-size: 28px; }
}



