/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

    .page-template-mainpage .ast-container {
        max-width: unset !important; 
        padding: 0 !important;
    }
.container {
    max-width: 1400px;
}
.site-header-primary-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section {
    display: flex;
    justify-content: end;
}
.hero-section {
  position: relative;
  width: 100%;
	min-height:85vh;
  background: url("") center center / cover no-repeat;
  display: flex;
    align-items: end;
    padding: 160px 40px 80px;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: space-between;
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}
/* Left dark gradient */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 58%;
  color: #fff;
}

/* Pills */
.hero-tags {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-tags span {
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

/* Heading */
.hero-content h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 18px;
	color:#fff;
}

/* Paragraph */
.hero-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
	margin-bottom:0px;
}

/* Bottom right buttons */
.hero-actions {
  z-index: 2;
  display: flex;
  gap: 16px;
}

.btn {
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Light button */
.btn.light {
  background: #fff;
  color: #111;
}

/* Dark button */
.btn.dark {
  background: #111;
  color: #fff;
}

.btn:hover {
  transform: translateY(-2px);
}
.property-archive {
    padding: 70px 40px;
    background: #f7f8fc;
    width: 100%;
    display: flex;
    justify-content: center;
}

.archive-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.property-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    transition: transform .3s ease;
}

.property-card:hover {
    transform: translateY(-6px);
}

.property-image {
    position: relative;
}

.property-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.property-type-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background:var(--ast-global-color-1);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
}

.property-content {
    padding: 22px;
}

.property-title {
    font-size: 22px;
    margin-bottom: 8px;
}

.property-title a {
    text-decoration: none;
}

.property-location {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 14px;
}

.property-meta {
	display:flex;
    gap: 18px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}

.property-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-price {
    font-size: 16x;
    font-weight: 600;
}

.property-link {
    font-size: 16x;
    font-weight: 500;
    text-decoration: none;
	color: var(--ast-global-color-1)
}
.single-property-wrapper {
    padding: 60px 40px;
    background: #f6f7fb;
    width: 100%;
}
.single-property-wrapper .property-title {
	font-size: 32px;
    margin-bottom: 12px;
}
.property-layout {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 40px;
}

.property-main {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.property-hero img {
    border-radius: 16px;
    margin-bottom: 15px;
}

.property-section {
    margin-bottom: 40px;
	    background: #f0f2ff;
    padding: 30px;
    border-radius: 20px;
}
.property-section h3 {
    font-size: 24px !important;
    margin-bottom: 15px;
}

.property-details {
    list-style: none;
    padding: 0;
	margin:0px;
}

.property-details li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
	    margin: 0px;
}

.amenities-grid li {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
	list-style:none;
}
.amenities-grid li span {
	font-size:12px;
	color:var(--ast-global-color-1);
}

.property-sidebar {
    position: sticky;
    top: 120px;
}

.sidebar-box {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    margin-bottom: 25px;
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
}

.price-box h3 {
    color: #ff6a00;
    font-size: 24px;
}

.download-btn {
    display: block;
    text-align: center;
    padding: 14px;
    background: #6a35ff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}
.specifications-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.spec-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #eee;
}

.spec-tab {
    background: none;
    border: none;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    color: #666;
    position: relative;
}

.spec-tab.active {
    font-weight: 600;
}

.spec-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
}

.spec-content {
    display: none;
    padding-top: 25px;
}

.spec-content.active {
    display: block;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.spec-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.spec-item p {
    color: #666;
    font-size: 14px;
}
.property-sidebar h3 {
    font-size: 24px;
}
.top-rated-projects {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
}

.top-rated-projects .widget-title {
    color: #d60000;
    font-size: 18px;
    margin-bottom: 15px;
}

.top-project-item {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.project-thumb img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 6px;
}

.project-info h4 {
    font-size: 15px;
    margin: 0;
}

.project-price {
    display: block;
    font-size: 14px;
    margin: 2px 0;
}

.explore-link {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.locations-section {
    padding: 60px 40px;
    background: #f6f8fc;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}
.section-subtitle {
color:var(--ast-global-color-1);
	text-align:center;
}
.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.location-card {
    text-decoration: none;
}

.location-bg {
    position: relative;
    height: 340px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform 0.6s ease;
}

/* 🔍 Zoom effect */
.location-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 0.6s ease;
    z-index: 0;
}

/* On hover */
.location-bg:hover::before {
    transform: scale(1.12);
}

.location-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.25));
}

.location-content {
    color: #fff;
       padding: 30px;
}

.location-content h3 {
    font-size: 22px;
    margin: 0 0 5px;
	 color: #fff;
	z-index:9;
	position: relative;
}

.location-content p {
    font-size: 14px;
    opacity: 0.9;
	z-index:9
}

.location-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--ast-global-color-1);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 2;
}

.location-bg:hover .location-btn {
    opacity: 1;
    transform: translateY(0);
}
.luxury-section {
  padding: 60px 0;
  background: url("https://investorsmonk.com/wp-content/uploads/2026/02/pattern_2.png") top right / 640px no-repeat;
}

.luxury-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/* IMAGE */
.luxury-image img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

/* CONTENT */
.luxury-content h2 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 20px;
}

.luxury-desc {
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 520px;
}

.luxury-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0b1220;
}

/* LIST */
.luxury-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.luxury-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #5f6b7a;
  font-size: 15px;
}
/* BUTTON */
.btn.red{
    background: var(--ast-global-color-1);
    color: #fff;
}

}
/* RESPONSIVE */
@media (max-width: 991px) {
  .luxury-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .luxury-content h2 {
    font-size: 32px;
  }
}
.projects-section {
    padding: 50px 40px;
    background: #F9F9FA;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section-head h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}

.explore-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #4CAF50;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .property-grid {
        grid-template-columns: 1fr;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
.how-works {
  padding: 60px 0;
  background: #fff;
}

.hw-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
	flex-direction: column;
}
 .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            position: relative;
        }
.service-item {
            position: relative;
            z-index: 1;
	display: flex;
	flex-direction:column;
            align-items: center;
            justify-content: center;
	gap:30px;
        }

        /* Circle icons */
        .icon-circle {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: white;
            border: 2px solid var(--ast-global-color-1);
            
			display: flex;
            align-items: center;
            justify-content: center;
			gap:30px;

            position: relative;
        }

        .icon-circle svg {
            width: 60px;
            height: 60px;
        }

        /* Service cards */
        .service-card {
            background: white;
            padding: 15px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            text-align: center;
        }

        .service-card h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .service-card p {
            font-size: 15px;
            line-height: 1.6;
			margin-bottom:0px;
        }
         .real-estate-section {
            background-color: #2a2a2a;
            color: white;
            padding: 60px 40px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        .content-left {
            padding-right: 40px;
        }
        .section-label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--ast-global-color-1);
            margin-bottom: 24px;
        }

        .shield-icon {
            width: 20px;
            height: 20px;
        }

        .main-heading {
			color: #fff;
        }

        .description {
            color: #cccccc;
            margin-bottom: 48px;
        }

        .features-list {
            list-style: none;
            margin-bottom: 48px;
			margin-left:0px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 24px;
            margin-bottom: 32px;
			
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .feature-icon.white {
            background-color: white;
        }

        .feature-icon.orange {
            background-color: var(--ast-global-color-1);
        }

        .feature-icon svg {
            width: 32px;
            height: 32px;
        }

        .feature-content h3 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 8px;
			color:#fff;
        }

        .feature-content p {
            font-size: 16px;
            color: #cccccc;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {

            .content-left {
                padding-right: 0;
            }

            .main-heading {
                font-size: 42px;
            }
        }

        @media (max-width: 768px) {
            .main-heading {
                font-size: 36px;
            }

        }

.testimonials {
  padding: 60px 40px;
  background: #fff;
	max-width: 1400px;
  margin: auto;
}

/* Header */
.testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}

.badge {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 16px;
}

.testimonials h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.testimonials h2 span {
  font-style: italic;
}

.right p {
  max-width: 380px;
  margin-bottom: 20px;
  color: #555;
}

/* Cards */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: #f6f6f6;
  border-radius: 24px;
  padding: 32px;
  position: relative;
}

.stars {
  color: var(--ast-global-color-1);
  font-size: 18px;
  margin-bottom: 20px;
}

.quote {
  position: absolute;
  top: 20px;
  right: 26px;
  font-size: 70px;
  color: #e0e0e0;
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

.testimonial-card hr {
  border: none;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

/* Author */
.author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.author span {
  font-size: 13px;
  color: #666;
}

/* Trusted */
.trusted {
  margin-top: 80px;
  text-align: center;
}

.trusted h4 {
  display: block;
  margin-bottom: 30px;
  color: #444;
}

.logos {
  display: flex;
  justify-content: center;
  gap: 50px;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 992px) {
  .testimonials-header {
    flex-direction: column;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
.stats-strip {
  background: #fff;
  padding: 50px 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.stats-wrap {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.stat-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 300px;
}

.stat-icon {
  width: 60px;
  height: 60px;
  background: #d32f2f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon svg {
  width: 26px;
  height: 26px;
}

.stat-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #000;
}

.stat-content strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.stat-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .stats-wrap {
    flex-wrap: wrap;
  }

  .stat-item {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .stat-item {
    width: 100%;
  }
}
.red-footer {
  color: #fff;
}

.footer-inner {
  margin: auto;
  text-align: center;
}

/* Logo */
.footer-logo {
  margin-bottom: 18px;
}

.logo-main {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 6px;
  display: block;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 0.8;
}

/* Contact Row */
.footer-contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 14px;
	margin: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 420px;
  color: #e0e0e0;
}
.contact-item a {
  color: #fff;
}
.contact-item svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-contact {
    gap: 16px;
    font-size: 13px;
  }

  .contact-item {
    justify-content: center;
    text-align: center;
  }
}
.image-duo-wrap {
  position: relative;
  max-width: 520px;
  margin: auto;
}

/* Main image */
.image-main img {
  width: 85%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.image-main {
display:flex;
	justify-content:end;
}
/* Overlay image */
.image-overlay {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 55%;
}

.image-overlay img {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 6px solid #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
/* About Us CSS */
.pagetitle {
  position: relative;
 padding: 132px 80px 112px;
    z-index: 1;
    width: 100%;
    background-size: cover;
    height: 100%;
    color: #fff;
}
.page-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    z-index: 5;
	color:#fff
}
.page-header__inner h1 {
color:#fff;
	font-size:42px;
}
.page-template-about .ast-container, .page-template-contact .ast-container{
max-width:100% !important;
	padding:0px;
}
.page-header__inner .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-left: 10px;
}
.page-header__inner .thm-breadcrumb li a {
color:#fff;
}
/* ===== Mission & Vision Section ===== */
.about-mission-vision {
    padding: 60px 80px;
}

.amv-container {
    margin: 0 auto;
    padding: 0 1rem;
}

.amv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

/* ===== Card Styling ===== */
.amv-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* ===== Icon Wrapper ===== */
.amv-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.06);
}

/* ===== Content Wrapper ===== */
.amv-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .amv-grid {
        grid-template-columns: 1fr;
    }

    .amv-card {
        padding: 1.5rem;
    }
}
/* ===== Section Wrapper ===== */
.contact-info-section {
    padding: 60px 80px;
    background: linear-gradient(90deg, #ffffff 0%, #e9f9f4 100%);
}

.cis-container {
    margin: 0 auto;
}

/* ===== Header ===== */
.cis-header {
    text-align: center;
    margin-bottom: 4rem;
}

.cis-header span {
    display: inline-block;
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
}

/* ===== Grid ===== */
.cis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* ===== Card ===== */
.cis-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    padding: 4rem 2rem 2.5rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ===== Floating Icon ===== */
.cis-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cis-icon img {
    width: 36px;
    height: 36px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .cis-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .cis-grid {
        grid-template-columns: 1fr;
    }

    .cis-card {
        padding-top: 3.5rem;
    }
}
.enquiry-section {
    padding: 60px 80px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.enquiry-form-section {
   width: 800px;
    margin-top: 30px;
}
@media (max-width: 767px) {
.hero-section {
    padding: 80px 15px 40px;
	display:block;
	min-height:unset !important;
}
	.hero-content h1 {
    font-size: 36px;
}
	.hero-content {
    max-width: 100%; 
}
	.hero-actions {
		margin-top:10px;
    position: relative;
}
	.section-title {
    margin-bottom: 20px;
}
	.locations-section {
    padding: 20px;
}
	.luxury-container {
    grid-template-columns: 1fr;

}
	.luxury-section {
    padding: 20px;
}
	.image-overlay {
    left: 0px; 
}
	.projects-section {
    padding: 20px;
}
	.section-head h2 {
    font-size: 32px;
}
	.services-grid {
   grid-template-columns: 1fr;
}
	.how-works {
    padding: 20px;
}
	.real-estate-section {
    padding: 20px;
    grid-template-columns: 1fr;
	}
	.pagetitle {
    padding: 80px 20px 40px;
}
	.page-header__inner {
    display:block;
}
	ul.thm-breadcrumb {
    margin: 0;
    padding: 0;
}
	.about-mission-vision {
    padding: 20px;
}
	.contact-info-section {
    padding: 20px;
}
	.cis-card {
    margin-top: 20px;
}
	.enquiry-section {
    padding: 20px;
}
	.enquiry-form-section {
    width: 300px;
    margin-top: 30px;
}
	.property-layout {
    grid-template-columns: 1fr;
}
	.single-property-wrapper {
    padding: 20px;
}
	.specifications-wrapper {
    padding: 10px;
}
	.spec-tabs {
    display: block;
    gap: 10px;
}
	.luxury-content {
    margin: 55px 0px 10px;
}
	.about-luxury-content {
    margin: 20px 0px 30px;
}
}