.elementor-5618 .elementor-element.elementor-element-7fa021c{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-4f25431{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-8ca853b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-60b6bc1{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-fc90784{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-71bee0d{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-8a6230b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-dccc60f{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5618 .elementor-element.elementor-element-7521904{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-51623e4 */.blog-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url('https://mirthresorts.com/wp-content/uploads/2026/04/virajpet-coorg-luxury-stay-sweet-spot.webp') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: 'Raleway', sans-serif;
}

.blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.85)
  );
  z-index: 1;
}

.blog-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #fff;
}

.blog-hero-tag {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A437; /* Gold */
  margin-bottom: 12px;
}

.blog-hero-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #ffffff;
}

.blog-hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #e5e5e5;
  margin-bottom: 30px;
}

/* Buttons */
.blog-hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #D4A437, #8B5E3C);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #b8902f, #6e472d);
  transform: translateY(-2px);
}

/* Secondary Button */
.btn-secondary {
  border: 1px solid #D4A437;
  color: #D4A437;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #D4A437;
  color: #000;
}

/* Optional highlight text (use in future) */
.highlight-blue {
  color: #1E88C7;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-hero-title {
    font-size: 28px;
  }

  .blog-hero-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aaea95e */.blog-section.light-theme {
  background: #f9f7f3;
  padding: 80px 20px;
  font-family: 'Raleway', sans-serif;
  color: #333;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 36px;
  color: #8B5E3C; /* Brown */
  margin-bottom: 10px;
}

.section-subtext {
  color: #666;
  font-size: 15px;
}

/* Feature Card */
.feature-card {
  display: flex;
  gap: 30px;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Number */
.feature-number {
  font-size: 48px;
  font-weight: bold;
  color: #D4A437; /* Gold */
  min-width: 80px;
}

/* Content */
.feature-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
}

.feature-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

/* List */
.feature-list {
  padding-left: 18px;
  margin-bottom: 15px;
}

.feature-list li {
  margin-bottom: 8px;
  color: #555;
}

/* Highlight */
.highlight-line {
  color: #D4A437;
  font-weight: 600;
  background: rgba(212,164,55,0.08);
  padding: 10px 15px;
  border-left: 3px solid #D4A437;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-card {
    flex-direction: column;
  }

  .feature-number {
    font-size: 36px;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04c7dc6 *//* Section 2 enhancements */

/* Experience line (premium highlight text) */
.experience-line {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-bottom: 15px;
}

.experience-line span {
  color: #D4A437;
  font-weight: 600;
}

/* Add subtle divider between sections */
.feature-card + .feature-card {
  margin-top: 30px;
}

/* Optional: add a soft coffee tone accent hover */
.feature-card:hover .feature-number {
  color: #8B5E3C;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17d6bb4 *//* Luxury tag-style points */
.luxury-points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.luxury-points span {
  background: #f4efe6;
  color: #8B5E3C;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid rgba(139,94,60,0.2);
  transition: 0.3s;
}

.luxury-points span:hover {
  background: #D4A437;
  color: #fff;
  border-color: #D4A437;
}

/* Optional: softer spacing for this section */
.feature-card:nth-child(3) {
  margin-top: 30px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4a2a55 */.comparison-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Raleway', sans-serif;
}

.comparison-table {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}

/* Rows */
.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.table-row:last-child {
  border-bottom: none;
}

/* Header */
.table-head {
  background: #f9f7f3;
  font-weight: 600;
  color: #8B5E3C;
}

/* Highlight Virajpet column */
.highlight-col {
  color: #D4A437;
  font-weight: 600;
}

/* Hover effect */
.table-row:hover {
  background: #fafafa;
}

/* Responsive */
@media (max-width: 768px) {
  .table-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .table-head {
    display: none;
  }

  .table-row div {
    padding: 4px 0;
  }

  .table-row div:first-child {
    font-weight: 600;
    color: #8B5E3C;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c77bf1 */.audience-section {
  background: #f9f7f3;
  padding: 80px 20px;
  font-family: 'Raleway', sans-serif;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* Card */
.audience-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Icon */
.audience-card .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* Title */
.audience-card h4 {
  font-size: 18px;
  color: #8B5E3C;
  margin-bottom: 10px;
}

/* Text */
.audience-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a1e548 */.value-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Raleway', sans-serif;
}

.value-box {
  max-width: 800px;
  margin: auto;
  background: #f9f7f3;
  padding: 50px 30px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(212,164,55,0.2);
}

/* Heading */
.value-box h2 {
  font-size: 32px;
  color: #8B5E3C;
  margin-bottom: 15px;
}

/* Intro */
.value-intro {
  color: #555;
  font-size: 15px;
  margin-bottom: 30px;
}

/* Points */
.value-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.point {
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  color: #444;
  border: 1px solid #eee;
}

/* Highlight line */
.value-highlight {
  font-size: 16px;
  color: #D4A437;
  font-weight: 600;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .value-box h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f53079b */.final-section {
  background: #f9f7f3;
  padding: 80px 20px;
  font-family: 'Raleway', sans-serif;
}

.final-box {
  max-width: 800px;
  margin: auto;
  text-align: center;
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  border: 1px solid rgba(212,164,55,0.2);
}

/* Heading */
.final-box h2 {
  font-size: 32px;
  color: #8B5E3C;
  margin-bottom: 15px;
}

/* Intro */
.final-intro {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

/* Points */
.final-points {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.final-points div {
  background: #f4efe6;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #444;
}

/* Highlight */
.final-highlight {
  font-size: 18px;
  color: #D4A437;
  font-weight: 600;
  margin-bottom: 30px;
}

/* CTA Buttons */
.final-cta {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #D4A437, #8B5E3C);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  border: 1px solid #D4A437;
  color: #8B5E3C;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #D4A437;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .final-box h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-115815b */.pro-tip-section {
  background: #ffffff;
  padding: 70px 20px;
  font-family: 'Raleway', sans-serif;
}

.pro-tip-box {
  max-width: 700px;
  margin: auto;
  text-align: center;
  padding: 40px 25px;
  background: #f9f7f3;
  border-radius: 16px;
  border: 1px solid rgba(212,164,55,0.2);
}

/* Label */
.pro-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D4A437;
  margin-bottom: 10px;
}

/* Heading */
.pro-tip-box h3 {
  font-size: 24px;
  color: #8B5E3C;
  margin-bottom: 15px;
}

/* Text */
.pro-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* CTA */
.pro-cta {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Buttons reuse same style */
.btn-primary {
  background: linear-gradient(135deg, #D4A437, #8B5E3C);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-secondary {
  border: 1px solid #D4A437;
  color: #8B5E3C;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #D4A437;
  color: #fff;
}
/* Slight CTA emphasis */
.pro-cta {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn-secondary {
  border: 1px solid #D4A437;
  color: #8B5E3C;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #D4A437;
  color: #fff;
  transform: translateY(-2px);
}/* End custom CSS */