/* ============================
   DHOLERA GREEN CITY PAGE
   ============================ */

/* INTRO SECTION */
.dholera-intro {
  background: linear-gradient(rgba(249,249,249,0.93), rgba(249,249,249,0.93)),
    url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
}

.dholera-intro-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  height: 100%;
}

.dholera-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
  display: block;
}

.dholera-label {
  display: inline-block;
  background: rgba(201,168,76,0.12);
  color: #c9a84c;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.5px;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.dholera-section-title {
  font-size: 34px;
  font-weight: 800;
  color: #0f2a3c;
  margin-bottom: 18px;
  line-height: 1.3;
}

.dholera-section-title span {
  color: #c9a84c;
}

.dholera-text {
  color: #555;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 14px;
}

.dholera-stats {
  display: flex;
  gap: 0;
  margin-top: 32px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #eee;
}

.dholera-stat {
  text-align: center;
  flex: 1;
  min-width: 100px;
  padding: 22px 10px;
  border-right: 1px solid #eee;
}

.dholera-stat:last-child {
  border-right: none;
}

.dholera-stat h3 {
  font-size: 30px;
  font-weight: 800;
  color: #c9a84c;
  margin-bottom: 4px;
  line-height: 1;
}

.dholera-stat p {
  font-size: 11px;
  color: #777;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}

/* CURRENT STATUS */
.dholera-status {
  background: linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
}

.status-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 26px 24px 26px 28px;
  height: 100%;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.status-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.status-card.completed::before {
  background: #28a745;
}

.status-card.progress::before {
  background: #c9a84c;
}

.status-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  border-color: #ddd;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 20px;
  width: fit-content;
}

.status-card.completed .status-badge {
  background: rgba(40,167,69,0.1);
  color: #28a745;
}

.status-card.progress .status-badge {
  background: rgba(201,168,76,0.12);
  color: #b89a3e;
}

.status-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f2a3c;
  margin-bottom: 10px;
  line-height: 1.35;
}

.status-card p {
  color: #666;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* LOCATION / CONNECTIVITY */
.dholera-location {
  background: linear-gradient(rgba(15,42,60,0.92), rgba(15,42,60,0.92)),
    url('https://images.unsplash.com/photo-1573804633927-bfcbcd909acd?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.dholera-location::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border: 60px solid rgba(201,168,76,0.04);
  border-radius: 50%;
  pointer-events: none;
}

.dholera-location .dholera-label {
  background: rgba(201,168,76,0.15);
}

.dholera-location .dholera-section-title {
  color: #fff;
}

.dholera-location .dholera-text {
  color: rgba(255,255,255,0.65);
}

.connectivity-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 30px 24px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.connectivity-card:hover {
  background: rgba(201,168,76,0.06);
  border-color: rgba(201,168,76,0.2);
  transform: translateY(-4px);
}

.connectivity-card .icon-box {
  width: 52px;
  height: 52px;
  background: rgba(201,168,76,0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.connectivity-card .icon-box i {
  font-size: 20px;
  color: #c9a84c;
}

.connectivity-card h5 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.35;
}

.connectivity-card p {
  color: rgba(255,255,255,0.55);
  font-size: 13.5px;
  margin: 0;
  line-height: 1.65;
  flex: 1;
}

/* WHY INVEST */
.dholera-invest {
  background: linear-gradient(rgba(249,249,249,0.94), rgba(249,249,249,0.94)),
    url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
}

.invest-reason-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.invest-reason-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c9a84c;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.invest-reason-card:hover::before {
  transform: scaleX(1);
}

.invest-reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.invest-reason-card .icon-wrap {
  width: 65px;
  height: 65px;
  background: rgba(201,168,76,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.invest-reason-card .icon-wrap i {
  font-size: 24px;
  color: #c9a84c;
}

.invest-reason-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f2a3c;
  margin-bottom: 10px;
  line-height: 1.35;
}

.invest-reason-card p {
  color: #666;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* COMPANIES INVESTING */
.dholera-companies {
  background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)),
    url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
}

.company-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 24px;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0 3px 15px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.company-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-color: rgba(201,168,76,0.25);
}

.company-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.company-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: rgba(201,168,76,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-icon i {
  font-size: 19px;
  color: #c9a84c;
}

.company-header h5 {
  font-size: 15px;
  font-weight: 700;
  color: #0f2a3c;
  margin: 0 0 2px 0;
  line-height: 1.3;
}

.company-amount {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #c9a84c;
  letter-spacing: 0.3px;
}

.company-card p {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* TOTAL INVESTMENT BAR */
.total-investment-bar {
  background: linear-gradient(135deg, #0f2a3c 0%, #0c1e2a 100%);
  border-radius: 16px;
  padding: 32px 36px;
  margin-top: 15px;
}

.total-investment-bar h4 {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 6px;
}

.total-investment-bar h4 i {
  color: #c9a84c;
}

.total-investment-bar p {
  color: rgba(255,255,255,0.55);
  font-size: 13.5px;
  margin: 0;
}

.total-amount {
  font-size: 34px;
  font-weight: 900;
  color: #c9a84c;
  letter-spacing: 0.5px;
  line-height: 1;
}

/* SECTORS */
.dholera-sectors {
  background: linear-gradient(rgba(15,42,60,0.93), rgba(15,42,60,0.93)),
    url('https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
}

.dholera-sectors .dholera-label {
  background: rgba(201,168,76,0.15);
}

.dholera-sectors .dholera-section-title {
  color: #fff;
}

.sector-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 30px 22px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sector-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c9a84c, #e8d48b);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sector-card:hover::after {
  transform: scaleX(1);
}

.sector-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.07);
}

.sector-card .sector-icon {
  width: 60px;
  height: 60px;
  background: rgba(201,168,76,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.sector-card .sector-icon i {
  font-size: 22px;
  color: #c9a84c;
}

.sector-card h5 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.35;
}

.sector-card p {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin: 0;
  line-height: 1.65;
  flex: 1;
}

/* PROFIT POTENTIAL */
.dholera-profit {
  background: linear-gradient(rgba(249,249,249,0.94), rgba(249,249,249,0.94)),
    url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
}

.price-growth-section {
  background: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.price-growth-section h4 {
  font-size: 18px;
}

/* Price Cards */
.price-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 26px 20px;
  text-align: center;
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.price-card.highlight {
  background: #0f2a3c;
  border-color: #0f2a3c;
  box-shadow: 0 8px 30px rgba(15,42,60,0.25);
}

.price-card.highlight .price-year {
  color: #c9a84c;
}

.price-card.highlight .price-value {
  color: #fff;
}

.price-card.highlight p {
  color: rgba(255,255,255,0.65);
}

.price-year {
  font-size: 11px;
  font-weight: 700;
  color: #c9a84c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  background: rgba(201,168,76,0.08);
  padding: 4px 12px;
  border-radius: 20px;
}

.price-card.highlight .price-year {
  background: rgba(201,168,76,0.15);
}

.price-value {
  font-size: 26px;
  font-weight: 900;
  color: #0f2a3c;
  margin-bottom: 12px;
  line-height: 1;
}

.price-card p {
  color: #777;
  font-size: 12.5px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* Return Cards */
.return-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 26px;
  text-align: center;
  border: 1px solid #eee;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.return-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c9a84c, #e8d48b);
}

.return-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.return-icon {
  width: 60px;
  height: 60px;
  background: rgba(201,168,76,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.return-icon i {
  font-size: 22px;
  color: #c9a84c;
}

.return-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #0f2a3c;
  margin-bottom: 8px;
}

.return-percent {
  font-size: 28px;
  font-weight: 900;
  color: #c9a84c;
  margin-bottom: 14px;
  line-height: 1;
}

.return-card p {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* Comparison Box */
.comparison-box {
  background: linear-gradient(135deg, #0f2a3c 0%, #0c1e2a 100%);
  border-radius: 16px;
  padding: 32px 30px 24px;
}

.comparison-box h4 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.comparison-box h4 i {
  color: #c9a84c;
}

.comparison-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comparison-item:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-3px);
}

.comparison-item.gold {
  background: rgba(201,168,76,0.1);
  border-color: rgba(201,168,76,0.3);
}

.comparison-item h6 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.comparison-item p {
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.comparison-return {
  color: #c9a84c;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.5px;
}

/* FUTURE DEVELOPMENT */
.dholera-future {
  background: linear-gradient(rgba(15,42,60,0.92), rgba(12,30,42,0.92)),
    url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.dholera-future::before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  border: 80px solid rgba(201,168,76,0.03);
  border-radius: 50%;
  pointer-events: none;
}

.dholera-future .dholera-label {
  background: rgba(201,168,76,0.15);
}

.dholera-future .dholera-section-title {
  color: #fff;
}

.dholera-future .dholera-text {
  color: rgba(255,255,255,0.65);
}

.timeline-item {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.timeline-dot {
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: rgba(201,168,76,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(201,168,76,0.25);
  flex-shrink: 0;
}

.timeline-dot i {
  font-size: 16px;
  color: #c9a84c;
}

.timeline-content {
  flex: 1;
}

.timeline-content h5 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 1.35;
}

.timeline-content p {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  margin: 0;
  line-height: 1.65;
}

.future-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  position: relative;
}

.future-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 380px;
  display: block;
}

.future-img-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(201,168,76,0.95);
  color: #0f2a3c;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
}

/* KEY FACTS BOX */
.key-facts-box {
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 14px;
  padding: 26px 24px;
}

.key-facts-box h5 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.key-facts-box h5 i {
  color: #c9a84c;
}

.key-facts-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.key-facts-box ul li {
  color: rgba(255,255,255,0.75);
  font-size: 13.5px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.key-facts-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.key-facts-box ul li i {
  color: #c9a84c;
  margin-right: 10px;
  font-size: 11px;
  margin-top: 4px;
  flex-shrink: 0;
}

/* WHO SHOULD INVEST */
.dholera-who-invest {
  background: linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600') center/cover no-repeat fixed;
  padding: 80px 0;
}

.who-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 32px 22px;
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.who-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c9a84c;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.who-card:hover::before {
  opacity: 1;
}

.who-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  border-color: rgba(201,168,76,0.25);
}

.who-icon {
  width: 65px;
  height: 65px;
  background: rgba(201,168,76,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.who-icon i {
  font-size: 24px;
  color: #c9a84c;
}

.who-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f2a3c;
  margin-bottom: 10px;
}

.who-card p {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* CTA SECTION */
.dholera-cta {
  background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
    url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1600') center/cover no-repeat;
  padding: 80px 0;
  text-align: center;
}

.dholera-cta h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 14px;
}

.dholera-cta h2 span {
  color: #c9a84c;
}

.dholera-cta p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  max-width: 640px;
  margin: 0 auto 30px;
  line-height: 1.75;
}

.dholera-cta .btn-golden {
  background: #c9a84c;
  color: #0f2a3c;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.dholera-cta .btn-golden:hover {
  background: #e0c065;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201,168,76,0.3);
}

.dholera-cta .btn-outline-gold {
  background: transparent;
  color: #c9a84c;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 50px;
  border: 2px solid #c9a84c;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-left: 14px;
  text-decoration: none;
  display: inline-block;
}

.dholera-cta .btn-outline-gold:hover {
  background: #c9a84c;
  color: #0f2a3c;
  transform: translateY(-2px);
}

/* MAP SECTION */
.dholera-map {
  padding: 80px 0;
  background: linear-gradient(rgba(249,249,249,0.95), rgba(249,249,249,0.95)),
    url('https://images.unsplash.com/photo-1524813686514-a57563d77965?w=1600') center/cover no-repeat fixed;
}

.dholera-map iframe {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* ============================
   STICKY BOOK BUTTON
   ============================ */

/* Desktop: Side floating button */
.dholera-book-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  background: linear-gradient(135deg, #c9a84c 0%, #b8923e 100%);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 12px 0 0 12px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  writing-mode: horizontal-tb;
  box-shadow: -4px 4px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.dholera-book-btn:hover {
  background: linear-gradient(135deg, #e0c065 0%, #c9a84c 100%);
  color: #fff;
  padding-right: 30px;
  box-shadow: -6px 6px 30px rgba(0,0,0,0.3);
}

.dholera-book-btn i {
  font-size: 16px;
}

.dholera-book-btn span {
  white-space: nowrap;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 991px) {
  .dholera-section-title {
    font-size: 28px;
  }
  .dholera-intro-img img {
    min-height: 300px;
  }
  .dholera-cta h2 {
    font-size: 28px;
  }
  .future-img img {
    min-height: 300px;
  }
  .total-amount {
    font-size: 28px;
  }
  .price-value {
    font-size: 22px;
  }
  .return-percent {
    font-size: 24px;
  }
  .total-investment-bar {
    text-align: center;
  }
  .total-investment-bar .text-lg-end {
    text-align: center !important;
    margin-top: 15px;
  }
  .timeline-item {
    margin-bottom: 20px;
  }
  /* Mobile: Full-width bottom bar */
  .dholera-book-btn {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    border-radius: 0;
    justify-content: center;
    padding: 16px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  }
  .dholera-book-btn:hover {
    padding-right: 16px;
  }
}

@media (max-width: 576px) {
  .dholera-intro,
  .dholera-location,
  .dholera-invest,
  .dholera-companies,
  .dholera-sectors,
  .dholera-future,
  .dholera-cta,
  .dholera-map,
  .dholera-status,
  .dholera-profit,
  .dholera-who-invest {
    padding: 50px 0;
  }
  .dholera-section-title {
    font-size: 22px;
  }
  .dholera-stats {
    flex-direction: column;
  }
  .dholera-stat {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 16px 10px;
  }
  .dholera-stat:last-child {
    border-bottom: none;
  }
  .dholera-stat h3 {
    font-size: 24px;
  }
  .dholera-cta h2 {
    font-size: 20px;
  }
  .dholera-cta .btn-golden,
  .dholera-cta .btn-outline-gold {
    display: block;
    width: 100%;
    text-align: center;
  }
  .dholera-cta .btn-outline-gold {
    margin-left: 0;
    margin-top: 12px;
  }
  .total-investment-bar {
    padding: 22px 18px;
    text-align: center;
  }
  .total-amount {
    font-size: 22px;
    margin-top: 12px;
  }
  .total-investment-bar h4 {
    font-size: 16px;
  }
  .comparison-box {
    padding: 20px 14px 14px;
  }
  .comparison-box h4 {
    font-size: 15px;
  }
  .price-value {
    font-size: 20px;
  }
  .return-percent {
    font-size: 20px;
  }
  .company-header {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .company-card {
    text-align: center;
  }
  .price-growth-section {
    padding: 24px 16px;
  }
  .price-growth-section h4 {
    font-size: 15px;
  }
  .future-img img {
    min-height: 250px;
  }
  .dholera-map iframe {
    height: 300px;
  }
  .connectivity-card,
  .status-card,
  .company-card,
  .invest-reason-card,
  .return-card,
  .who-card,
  .sector-card {
    padding: 22px 18px;
  }
  .timeline-dot {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .timeline-dot i {
    font-size: 14px;
  }
  .timeline-content h5 {
    font-size: 14px;
  }
  .timeline-content p {
    font-size: 12.5px;
  }
}
