body {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

nav#sticky_navigation {
    background-color: #eee !important;
	padding: 0px 0;
}

.main-section {
  position: relative;
  padding: 20px 30px;
  background: url('../img/ss2/sirulaseema2-droneview.webp') no-repeat center center;
  background-size: cover;
  color: #fff; /* make text white for better contrast */
  z-index: 0;
}




.main-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(255 246 246 / 90%);
    z-index: -1;
}

.left-section {
  padding: 20px 40px;
}

.right-section {
  padding: 20px 10px;
}

.main-title {
  font-size: 48px;
  font-weight: bold;
      padding: 0;
    margin: 0 0;
}

.gradient-text {
  background: linear-gradient(to right, #007bff, #28a745);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-subtitle {
    font-size: 24px;
    margin: 10px 0 20px;
    font-weight: 800;
    color: #5a5252;
}

.description {
    font-size: 17px;
    line-height: 1.4;
    color: #7a7a7a;
}
.row.cards-row-list {
    padding-top: 11px;
}
.features-list {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.features-list li {
  margin-bottom: 10px;
  color: #2e2e2e;
}

.cards-row-list span.fas.fa-check-circle {
    color: #0aaf5b;
}

.row.cards-row-list li {
    font-size: 14px;
    font-weight: bold;
}

.buttons .btn {
  margin-right: 10px;
  margin-top: 20px;
}

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-box h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.form-box p {
  margin-bottom: 20px;
  font-size: 14px;
}

.privacy-text {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.approval-tags {
  margin-bottom: 25px;
  margin-top: 10px;
}

.approval-tags .tag {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  margin-right: 6px;
  font-weight: 600;
  vertical-align: middle;
}

.approval-tags .glyphicon {
  margin-right: 5px;
  color: green;
}

.tag.dtcp {
  border: 1px solid #007bff;
}

.tag.rera {
  border: 1px solid #28a745;
}

.tag.hmda {
  border: 1px solid #ffc107;
}
.form-box label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #333;
}
.form-heading {
  text-align: center;
  margin-bottom: 25px;
}

.form-heading h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-heading p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.btn-gradient {
	background: linear-gradient(to right, #328df5, #18a054);
    color: #fff !important;
    border: none;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 4px;
    transition: background 0.3s ease;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.5px;
}

a.btn.btn-default.btn-lg {
    border: none;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 4px;
    transition: background 0.3s ease;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.5px;
}

.btn-gradient:hover,
.btn-gradient:focus {
  background: linear-gradient(to right, #0056b3, #009acb);
  color: #fff !important;
  text-decoration: none;
}

.completed-section {
  padding: 60px 20px;
  background-color: #fff;
  margin-top: 0px;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  background-color: #f5f5f5;
  color: #333;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  text-align: center;
}

.section-heading .highlight {
  color: #28a745;
}

.section-subtext {
  color: #555;
  font-size: 15px;
  max-width: 720px;
  margin: 0 auto 40px;
}

.cards-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.card-box {
  padding: 10px;
}

.info-card {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.icon-circle {
  font-size: 28px;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #56a853;
  background-color: #e6f4ea;
  border-radius: 50%;
}


.icon-circle-small {
  font-size: 28px;
  width: 36px;
  height: 36px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #56a853;
  background-color: #e6f4ea;
  border-radius: 50%;
}

.icon-circle-small i {
    font-size: 18px;
}

.badge-circle {
    margin: 0 auto 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #56a853;
    border-radius: 50%;
}


.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-desc {
  font-size: 12px;
  color: #555;
  margin-bottom: 12px;
}

.verified-badge {
  display: inline-block;
  font-size: 13px;
  background-color: #e6f4ea;
  color: #28a745;
  padding: 4px 10px;
  border-radius: 14px;
  font-weight: 600;
}


.features-grid-section {
  padding: 60px 20px;
}

.feature-card {
  margin-bottom: 30px;
  min-height: 338px;
}

.feature-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px 20px 25px;
  border-radius: 12px;
  position: relative;
  height: 100%;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.feature-box:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.feature-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
}

.icon-badge-row {
  display: flex;
  align-items: center; /* This vertically aligns both icon and text */
  gap: 8px; /* spacing between icon and badge */
  justify-content: center; /* or use 'start' or 'space-between' based on your design */
}



.badge-complete {
  background-color: #e6f4ea;
  color: #34a853;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
}

.feature-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.feature-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.cta-section {
  text-align: center;
  /* background-color: #f9fbff; */
  padding-top: 30px;
}

.cta-text {
  font-size: 16px;
  color: #6b7280; /* soft gray */
  margin-bottom: 20px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(to right, #2e8af6, #1abc9c);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  opacity: 0.9;
}

.info-card i {
    font-size: 25px;
}

.btn-outline {
  background-color: white;
  color: #111827;
  border: 1px solid #d1d5db;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #f3f4f6;
}

.location-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9fbff;
}

.section-header .section-label {
  display: inline-block;
  background: #eef2ff;
  color: #4f46e5;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header h2 .highlight {
  color: #2563eb; /* Blue text */
}

.section-header p {
  color: #6b7280;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 40px;
}



.location-card {
  background-color: white;
  padding: 24px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center;
}



.icon-circle.blue {
  color: #3b82f6;
}

.icon-circle.green {
  color: #10b981;
}

.icon-circle.yellow {
 color: #facc15;
}

.location-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.location-card p {
  font-size: 14px;
  color: #6b7280;
}


.flex-container {
    display: flex;
    gap: 30px;
	flex-wrap: wrap; /* Allows items to wrap if needed */
}



/* Mobile-first default: stacked */
.flex-container {
  flex-direction: column;
}

/* Desktop: side by side */
@media (min-width: 768px) {
  .flex-container {
    flex-direction: row;
  }
}

.connectivity-amenities-section {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}



.connectivity, .amenities {
  flex: 1 1 45%;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.connectivity-item {
  display: flex;
  align-items: center;
  background: #f9fbff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.icon-box {
  width: 40px;
  height: 40px;
  background-color: #e0f2fe;
  color: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
}

.car-icon {
  background-color: #e0f2fe;
  color: #2563eb;
}
.plane-icon {
  background-color: #fef9c3;
  color: #ca8a04;
}
.office-icon {
  background-color: #ede9fe;
  color: #7c3aed;
}

.text-box strong {
  font-weight: 600;
}

.text-box small {
  color: #6b7280;
}

.amenity-group {
  margin-bottom: 24px;
}

.amenity-group h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #047857;
}

.amenity-group ul {
  padding-left: 45px;
  margin: 0;
  color: #374151;
  font-size: 14px;
}

.why-invest-section {
  background: linear-gradient(to right, #f0fdfa, #fefce8);
  padding: 50px 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.invest-container {
  text-align: center;
}

.why-invest-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

.invest-grid {
  display: grid;
  grid-template-columns: 1fr; /* Default: 1 column (mobile) */
  gap: 16px;
  justify-content: center;
}

/* For tablets and up: 2 columns */
@media (min-width: 600px) {
  .invest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For desktops and up: 3 columns */
@media (min-width: 992px) {
  .invest-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.invest-box {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #1f2937;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.invest-box i {
  color: #22c55e;
}


.testimonial-section {
  background: #f8fafc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-container {
  margin: 0 auto;
  text-align: center;
}

.testimonial-label {
  display: inline-block;
  font-size: 13px;
  background: #e2e8f0;
  padding: 6px 14px;
  border-radius: 999px;
  color: #334155;
  font-weight: 500;
  margin-bottom: 12px;
}

.testimonial-container h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a;
  line-height: 36px;
}

.testimonial-container .highlight {
  color: #22c55e; /* green */
}

.testimonial-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 36px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.stat-box {
  background: #ffffff;
  padding: 24px 16px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
}

.stat-box h3 {
  font-size: 24px;
  color: #2563eb;
  margin: 0;
}

.stat-box p {
  font-size: 13px;
  color: #475569;
  margin-top: 8px;
}


.testimonials {
  background: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.testimonial-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04);
  position: relative;
}

.quote-icon {
  font-size: 50px;
  color: #10b981;
  margin-bottom: 12px;
}

.stars {
  color: #fbbf24;
  font-size: 18px;
  margin-bottom: 12px;
}

.testimonial-text {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
}

.testimonial-author {
  font-size: 14px;
  color: #0f172a;
}

.testimonial-author .verified {
  font-size: 12px;
  color: #22c55e;
  background: #ecfdf5;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: middle;
}





.offer-section .label {
  font-size: 14px;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.offer-section h2 {
  font-weight: bold;
  margin-top: 10px;
}

.offer-section .highlight {
  color: #0aaf5b;
}

.offer-section p {
  font-size: 15px;
  margin-bottom: 20px;
}

.offer-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.offer-list .glyphicon {
  margin-right: 6px;
}


.form-section h3 {
  margin-bottom: 10px;
}

.form-section p {
  font-size: 14px;
  margin-bottom: 20px;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.secure-text {
  margin-top: 10px;
  color: green;
  font-size: 13px;
}

.available-timings {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
}

.limited-offer-label {
  display: inline-block;
  background-color: #fde8e8; /* Light pink background */
  color: #d9534f; /* Bootstrap danger red text */
  padding: 6px 12px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 1px solid #f5c6cb;
}

.contact-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact-icon {
  font-size: 20px;
  color: #007bff;
  margin-right: 15px;
}

.contact-details {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-weight: bold;
  font-size: 14px;
  color: #444;
  margin-bottom: 3px;
}

.contact-info {
  font-size: 14px;
  color: #000;
}

.main-heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0px;
}

.offer-list {
  padding-left: 0;
  margin: 20px 0;
}

p.available-timings.text-center {
    padding: 0;
    margin: 10px;
}

.icon-circle-new {
  flex-shrink: 0;
  background-color: #e6f4ea;
  color: #28a745;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 13px;
  margin-right: 5px; /* ← this controls text indentation */
}

.right-form-section {
  background-color: #f7f9fa; /* Light gray background */
  padding: 30px 40px;
  border-radius: 8px;
}

.form-header h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
  color: #222; /* dark text */
}

.form-header p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #555;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 6px 12px;
}

.btn-submit {
  background-color: #0aaf5b; /* Green button */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 12px;
  border-radius: 4px;
}

.btn-submit:hover {
  background-color: #089f52;
}

.form-section {
  background-color: #f7f9fa;  /* light gray background for entire section */
  padding: 30px 20px;
  border-radius: 8px;
  display: grid;
}

.form-section form {
  background-color: #fff;   /* white form container */
  padding: 9px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.form-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  text-align: center;
}

.form-section p {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
}

.form-section .form-group label {
  font-weight: 600;
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
  display: block;
}

.form-section .form-control {
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  padding: 6px 12px;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

.form-section .form-control:focus {
  border-color: #0aaf5b;
  box-shadow: 0 0 5px rgba(10,175,91,0.3);
}

.form-section select.form-control {
  height: 42px;
  background-color: #fff;
}

.btn-success.btn-block {
  background-color: #0aaf5b;
  border-color: #0aaf5b;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-success.btn-block:hover,
.btn-success.btn-block:focus {
  background-color: #089f52;
  border-color: #089f52;
  outline: none;
}

.available-timings {
  font-size: 14px;
  color: #555;
  margin-top: 18px;
}

.secure-text {
  font-size: 14px;
  color: #28a745;
  margin-top: 12px;
}

.secure-text .glyphicon-lock {
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}

.info-banner-vertical {
  background: #fff0f0; /* very light pink */
  border-radius: 8px;
  padding: 25px 40px;
  border: 1px solid #f5c6cb; /* subtle pink border */
  text-align: center;
  margin: 20px auto; /* center horizontally */
  font-family: Arial, sans-serif;
  color: #5a5a5a;
}

.info-banner-vertical h4 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 18px;
  color: #b04141;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-clock {
  color: #b04141; /* soft red */
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
}

.info-banner-vertical p {
  font-size: 14px;
  margin: 0 0 20px;
  color: #6a6a6a;
}

.btn-group {
  display: inline-flex;
  gap: 12px;
}

.btn {
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.3s ease;
  min-width: 150px;
}

.green-btn {
  background-color: #28a745; /* bootstrap green */
  color: white;
  border-color: #28a745;
}

.green-btn:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-secondary {
  background-color: white;
  color: #333;
  border: 1px solid #ccc;
}

.btn-secondary:hover {
  background-color: #f8f9fa;
}

@media only screen and (max-width: 500px) {
	.main-title {
		font-size: 35px;
		font-weight: bold;
		padding: 0;
		margin: 0 0;
	}
	.left-section {
		padding: 0;
	}
	span.tag.hmda {
		margin-top: 15px;
	}
	.right-section {
		padding: 20px 0px;
	}
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	  }	 
.row.cards-row-list li {
    font-size: 12px;
}	  
}	

@media only screen and (max-width: 325px) {
	
	.approval-tags .tag {
    font-size: 12px;
}
    span.tag.hmda {
        margin-top: 0px;
    }
	span.tag.dtcp {
    margin-top: 10px;
}
.main-subtitle {
    font-size: 18px;
}
.btn-success.btn-block{
	    font-size: 12px;
    padding: 10px 0;
}
.form-control{
	font-size: 12px;
}
.form-heading h4 {
    font-size: 18px;
}
.section-heading, .section-header h2, .why-invest-section h2, .testimonial-container h3 {
	    font-size: 22px;
		line-height: 31px;
}
h2 {
    font-size: 20px;
	}
	
	.connectivity-amenities-section {
    padding: 0;
	}
	
}

@media (max-width: 767px) {
	a.show-only-landing-page {
		display: block;
		background: #26a54e;
		color: #fff;
		padding: 5px 12px;
		border-radius: 10px;
		float: right;
		margin: 4px 10px;
	}
}

@media (max-width: 320px) {
	a.navbar-brand {
		width: 190px;
		margin-top: 4px;
	}
	span.tag.hmda {
        margin-top: 12px;
    }
}

