.elementor-1471 .elementor-element.elementor-element-24881fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1471 .elementor-element.elementor-element-844320e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1471 .elementor-element.elementor-element-10219f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1471 .elementor-element.elementor-element-df51717{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1471 .elementor-element.elementor-element-686508a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1471 .elementor-element.elementor-element-368842b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1471 .elementor-element.elementor-element-40318e7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1471 .elementor-element.elementor-element-5dccea6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1471 .elementor-element.elementor-element-a743677{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-38c627b *//* HERO SECTION */
.hero-section {
  position: relative;
  min-height: 100vh; /* flexible height */
  padding: 100px 0; /* 🔥 TOP & BOTTOM PADDING */
  background: url('https://akkalaproperties.com/wp-content/uploads/2026/04/commercial-property-kokapet.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

/* OVERLAY */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #7E6FDD 60%, rgba(126,111,221,0.2) 100%);
  top: 0;
  left: 0;
}

/* CONTAINER */
.container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* CONTENT */
.hero-content {
  max-width: 600px;
  color: #ffffff;
}

/* HEADING */
.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

/* TOP FEATURES STRIP */
.top-features {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
  background: rgba(255,255,255,0.15);
  padding: 10px 15px;
  border-radius: 6px;
  display: inline-block;
}

/* LOCATION TAG */
.location-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}

/* SUB TEXT */
.sub-text {
  margin-bottom: 20px;
  color: #e5e7eb;
}

/* FEATURES LIST */
.features p {
  margin: 6px 0;
  font-size: 15px;
}

/* INVESTMENT BOX */
.investment-box {
  margin-top: 20px;
  background: rgba(255,255,255,0.15);
  padding: 15px 20px;
  border-radius: 8px;
}

.investment-box h3 {
  margin: 0;
  font-size: 22px;
  color: #ffffff;
}

.investment-box p {
  margin: 5px 0 0;
  color: #ffffff;
}

/* CTA */
.cta {
  margin-top: 25px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: #ffffff;
  color: #7E6FDD;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  background: #e5e7eb;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

  .hero-section {
    padding: 60px 0; /* smaller padding for mobile */
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .top-features {
    font-size: 14px;
  }

  .features p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41abd54 *//* SECTION */
.investment-section {
  background: #f9fafb;
  padding: 80px 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.investment-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #232F3A;
}

/* GRID (2 ROWS, 3 COLUMNS) */
.investment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/* TEXT */
.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #232F3A;
}

.rent {
  font-size: 18px;
  font-weight: 600;
  color: #232F3A;
  margin-bottom: 15px;
}

/* 🔥 BUTTON COLOR UPDATED */
.card-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #7E6FDD;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.3s;
}

.card-btn:hover {
  background: #6a5acd;
}

/* HIGHLIGHT CARD */
.highlight {
  background: #232F3A;
  color: #ffffff;
}

.highlight h3,
.highlight .rent {
  color: #ffffff;
}

.highlight .card-btn {
  background: #ffffff;
  color: #232F3A;
}

.highlight .card-btn:hover {
  background: #e5e7eb;
}

/* MOBILE */
@media (max-width: 768px) {
  .investment-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df51717 */.location-section {
  padding: 80px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* TEXT */
.location-content h2 {
  font-size: 34px;
  color: #232F3A;
  margin-bottom: 15px;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 25px;
}

.location-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.location-points li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* HIGHLIGHT BOX */
.location-highlight {
  background: #232F3A;
  color: #ffffff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
}

/* BUTTON */
.location-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #232F3A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.location-btn:hover {
  background: #1a242f;
}

/* IMAGE */
.location-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* MOBILE */
@media (max-width: 768px) {
  .location-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-368842b */.highlights-section {
  padding: 80px 0;
  background: #7A6ADB; /* UPDATED COLOR */
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.highlights-section h2 {
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 50px;
}

/* GRID */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ITEM */
.highlight-item {
  background: rgba(255,255,255,0.15); /* Slightly increased for better contrast */
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  transition: 0.3s;
}

.highlight-item:hover {
  background: rgba(255,255,255,0.25);
}

.highlight-item p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}

.highlight-item strong {
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 768px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40318e7 */.developer-section {
  padding: 90px 0;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.developer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.developer-left h2 {
  font-size: 34px;
  color: #232F3A;
  margin-bottom: 15px;
}

.desc {
  color: #6b7280;
  margin-bottom: 20px;
}

.trust-badge {
  background: #7E6FDD;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
}

/* RIGHT CARDS */
.developer-right {
  display: grid;
  gap: 20px;
}

.dev-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.dev-card:hover {
  transform: translateY(-5px);
}

.dev-card h3 {
  margin-bottom: 8px;
  color: #232F3A;
}

.dev-card p {
  color: #6b7280;
  font-size: 14px;
}

/* HIGHLIGHT CARD */
.dev-card.highlight {
  background: #7E6FDD;
  color: #fff;
}

.dev-card.highlight h3,
.dev-card.highlight p {
  color: #fff;
}

/* CTA */
.dev-cta {
  text-align: center;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: #232F3A;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.btn:hover {
  background: #1a242f;
}

/* MOBILE */
@media (max-width: 768px) {
  .developer-grid {
    grid-template-columns: 1fr;
  }

  .developer-left h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6e1274 */.amenities-section {
  padding: 80px 0;
  background: #f9fafb;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.amenities-section h2 {
  font-size: 34px;
  color: #232F3A;
  margin-bottom: 10px;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 50px;
}

/* GRID */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.amenity {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.amenity:hover {
  transform: translateY(-5px);
}

/* ICON */
.icon {
  font-size: 32px;
  margin-bottom: 15px;
}

/* TEXT */
.amenity h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #232F3A;
}

.amenity p {
  font-size: 14px;
  color: #6b7280;
}

/* MOBILE */
@media (max-width: 992px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b31986 */.why-invest-section {
  padding: 90px 0;
  background: #ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.why-invest-section h2 {
  font-size: 34px;
  color: #232F3A;
  margin-bottom: 10px;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 50px;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.why-card {
  background: #f9fafb;
  padding: 30px 20px;
  border-radius: 10px;
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* TEXT */
.why-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #232F3A;
}

.why-card p {
  font-size: 14px;
  color: #6b7280;
}

/* HIGHLIGHT CARD */
.why-card.highlight {
  background: #7E6FDD;
  color: #ffffff;
}

.why-card.highlight h3,
.why-card.highlight p {
  color: #ffffff;
}

/* CTA */
.why-cta {
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: #232F3A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.btn:hover {
  background: #1a242f;
}

/* MOBILE */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-invest-section h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6dfcdb5 */.lead-section {
  padding: 90px 0;
  background: #7E6FDD;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

/* BOX */
.lead-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* HEADING */
.lead-box h2 {
  font-size: 28px;
  color: #232F3A;
  margin-bottom: 10px;
}

.lead-sub {
  color: #6b7280;
  margin-bottom: 25px;
}

/* FORM */
.lead-form {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.lead-form input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.lead-form button {
  padding: 12px 20px;
  background: #232F3A;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.lead-form button:hover {
  background: #1a242f;
}

/* ACTION BUTTONS */
.lead-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
}

.whatsapp-btn {
  background: #25D366;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.call-btn {
  background: #232F3A;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.note {
  font-size: 13px;
  color: #6b7280;
}

/* MOBILE */
@media (max-width: 768px) {
  .lead-form {
    flex-direction: column;
  }

  .lead-actions {
    flex-direction: column;
  }
}/* End custom CSS */