.elementor-1542 .elementor-element.elementor-element-ed4fa42{--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-1542 .elementor-element.elementor-element-b91697a{--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-1542 .elementor-element.elementor-element-e71fd61{--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-1542 .elementor-element.elementor-element-7ee53f4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1542 .elementor-element.elementor-element-978942f{--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-1542 .elementor-element.elementor-element-a07263b{--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-f09e7c3 *//* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HERO SECTION */
.ibra-hero {
  position: relative;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* BACKGROUND IMAGE (ZOOM EFFECT) */
.ibra-hero::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background: url('https://akkalaproperties.com/wp-content/uploads/2026/04/shopping-mall-at-Ibrahimpatnam-hyderabad.png') no-repeat center center/cover;
  transform: scale(1.15);
  z-index: -2;
}

/* LIGHT OVERLAY */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.65) 35%, rgba(255,255,255,0.1) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

/* CONTAINER */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* CONTENT */
.hero-content {
  max-width: 600px;
}

/* HEADING */
.hero-content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}

/* 🔥 HEADING COLORS (FINAL SETTING) */
.white-heading {
  color: #000000; /* South Hyderabad’s */
}

.main-heading {
  color: #7E6FDD; /* Biggest Shopping */
}

/* SUB TEXT */
.sub-text {
  font-size: 18px;
  margin-bottom: 25px;
  color: #232F3A;
}

/* HIGHLIGHT BOX */
.highlight-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  max-width: 320px;
}

/* OFFER TEXT */
.highlight-box .offer {
  font-size: 14px;
  color: #7E6FDD;
  font-weight: 600;
  margin-bottom: 5px;
}

/* RENT VALUE */
.highlight-box h2 {
  font-size: 36px;
  margin: 5px 0;
  color: #000000;
  font-weight: 700;
}

/* RENT TEXT */
.rent-text {
  font-size: 16px;
  color: #232F3A;
}

/* FEATURES */
.features {
  margin-top: 10px;
}

.features p {
  margin: 6px 0;
  font-size: 15px;
  color: #232F3A;
}

/* CTA */
.cta {
  margin-top: 25px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 12px 28px;
  background: #7E6FDD;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #6a5acd;
}

/* MOBILE */
@media (max-width: 768px) {

  .ibra-hero {
    padding: 60px 0;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .sub-text {
    font-size: 16px;
  }

  .highlight-box {
    max-width: 100%;
  }

  .highlight-box h2 {
    font-size: 28px;
  }

  .features p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53e782e *//* SECTION */
.ibra-pricing {
  padding: 80px 0;
  background: #f9fafb;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* HEADING */
.ibra-pricing h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}

/* GRID */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.price-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.price-card:hover {
  transform: translateY(-5px);
}

/* TEXT */
.price-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.price {
  font-size: 22px;
  font-weight: 700;
  color: #7E6FDD;
  margin-bottom: 10px;
}

.desc {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 15px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #7E6FDD;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background: #6a5acd;
}

/* HIGHLIGHT CARD */
.highlight {
  background: #7E6FDD;
  color: #fff;
}

.highlight h3,
.highlight .price,
.highlight .desc {
  color: #fff;
}

.highlight .btn {
  background: #fff;
  color: #7E6FDD;
}

/* MOBILE */
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ee53f4 *//* SECTION */
.ibra-highlights {
  padding: 80px 0;
  background: #ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* HEADING */
.ibra-highlights h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 50px;
}

/* GRID */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.highlight-card {
  background: #f9fafb;
  padding: 25px 15px;
  border-radius: 10px;
  transition: 0.3s;
}

.highlight-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* TEXT */
.highlight-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
}

.highlight-card p {
  font-size: 13px;
  color: #6b7280;
}

/* CTA */
.highlight-cta {
  margin-top: 40px;
}

.btn {
  background: #7E6FDD;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
}

.btn:hover {
  background: #6a5acd;
}

/* MOBILE */
@media (max-width: 992px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8202c0 *//* SECTION */
.ibra-location {
  padding: 80px 0;
  background: #f9fafb;
  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;
}

/* LEFT */
.location-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #000;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 25px;
}

/* LIST */
.location-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.location-points li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* HIGHLIGHT BOX */
.location-highlight {
  background: #7E6FDD;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 12px 25px;
  background: #7E6FDD;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background: #6a5acd;
}

/* 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-95d2135 *//* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* SECTION */
.ibra-footer {
  background: #7E6FDD;
  padding: 60px 0;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/* CONTAINER */
.container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

/* BOX */
.footer-box {
  max-width: 750px;
  margin: auto;
}

/* 🔥 HEADING (WHITE FIX) */
.footer-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff; /* 🔥 WHITE */
}

/* SUBTITLE */
.footer-subtitle {
  font-size: 14px;
  color: #e5e7eb;
  margin-bottom: 20px;
}

/* OFFER TEXT */
.highlight {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

/* NOTE */
.note {
  font-size: 14px;
  margin-bottom: 10px;
  color: #e5e7eb;
}

/* POSSESSION */
.possession {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* FORM */
.footer-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 25px 0;
}

/* INPUT */
.footer-form input {
  padding: 12px;
  border-radius: 5px;
  border: none;
  width: 220px;
  font-size: 14px;
}

/* BUTTON */
.footer-form button {
  padding: 12px 20px;
  background: #ffffff;
  color: #7E6FDD;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.footer-form button:hover {
  background: #f3f4f6;
}

/* CONTACT TEXT */
.contact-text {
  margin: 15px 0;
  font-size: 14px;
}

/* ACTION BUTTONS */
.footer-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* CALL BUTTON */
.call-btn {
  background: #ffffff;
  color: #7E6FDD;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  background: #25D366;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

/* HOVER */
.call-btn:hover {
  background: #f3f4f6;
}

.whatsapp-btn:hover {
  background: #20c15a;
}

/* MOBILE */
@media (max-width: 768px) {

  .footer-form {
    flex-direction: column;
  }

  .footer-form input {
    width: 100%;
  }

  .footer-actions {
    flex-direction: column;
  }

  .footer-title {
    font-size: 22px;
  }
}/* End custom CSS */