.elementor-5456 .elementor-element.elementor-element-e3a1f41{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5456 .elementor-element.elementor-element-0ff7927{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-5456 .elementor-element.elementor-element-9f378ca{--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-5456 .elementor-element.elementor-element-d90f3d5{--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-5456 .elementor-element.elementor-element-1190e7c{--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-5456 .elementor-element.elementor-element-4a5fe3b{--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-5456 .elementor-element.elementor-element-1ca9931{--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-5456 .elementor-element.elementor-element-f9d41fa{width:100%;max-width:100%;}.elementor-5456 .elementor-element.elementor-element-3ab869a{--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-5456 .elementor-element.elementor-element-1a8a0c2{width:100%;max-width:100%;}.elementor-5456 .elementor-element.elementor-element-d10a64d{--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-5456 .elementor-element.elementor-element-6195949{width:100%;max-width:100%;}.elementor-5456 .elementor-element.elementor-element-7c84f9e{--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-7896712 */.hero-coorg {
  position: relative;
  height: 90vh;
  background: url('https://mirthresorts.com/wp-content/uploads/2026/04/north-coorg-stay-pros-cons.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  padding: 20px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0.8));
}

.hero-content {
  position: relative;
  max-width: 850px;
  z-index: 2;
}

/* 🔥 Brand Gold Accent */
.hero-tag {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4a437;
  margin-bottom: 10px;
}

.hero-content h1 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* Highlight line (luxury gold) */
.hero-content h1 span {
  display: block;
  font-size: 26px;
  color: #d4a437;
  margin-top: 10px;
}

.hero-description {
  font-size: 18px;
  margin-bottom: 15px;
  color: #f1f1f1;
}

/* Subtext slightly muted */
.hero-subtext {
  font-size: 16px;
  margin-bottom: 25px;
  color: #cfcfcf;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* 🔥 Primary Button - Gold Luxury */
.btn-primary {
  background: #d4a437;
  color: #000;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #b8932f;
  transform: translateY(-2px);
}

/* 🔥 Secondary Button - Blue Accent */
.btn-secondary {
  background: transparent;
  border: 2px solid #2c7da0;
  color: #2c7da0;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #2c7da0;
  color: #fff;
}

/* Optional: subtle premium glow */
.btn-primary,
.btn-secondary {
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .hero-coorg {
    height: auto;
    padding: 60px 20px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content h1 span {
    font-size: 18px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-subtext {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffd70b6 */.coorg-section {
  padding: 60px 20px;
  background: #f9f7f3;
  font-family: 'Raleway', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #8b5e4a; /* brown */
}

.location-card {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-image {
  flex: 1;
  min-height: 300px;
}

.location-content {
  flex: 1;
  padding: 30px;
}

.location-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #d4a437; /* gold */
}

.location-intro {
  font-size: 16px;
  margin-bottom: 15px;
  color: #444;
}

.location-points {
  margin-bottom: 15px;
  padding-left: 18px;
}

.location-points li {
  margin-bottom: 8px;
  color: #555;
}

.best-for {
  color: #2c7da0; /* blue */
  margin-bottom: 8px;
}

.downside {
  color: #a94442;
}

/* Mobile */
@media (max-width: 768px) {
  .location-card {
    flex-direction: column;
  }

  .section-title {
    font-size: 24px;
  }

  .location-content {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34c2f54 *//* Alternate background for section contrast */
.alt-bg {
  background: #f3efe9;
}

/* Reverse layout (image right, text left) */
.location-card.reverse {
  flex-direction: row-reverse;
}

/* Two image layout */
.location-images {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-height: 300px;
}

.location-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Hover effect for premium feel */
.location-images img:hover {
  transform: scale(1.03);
  transition: 0.4s ease;
}

/* Mobile Optimization */
@media (max-width: 768px) {

  .location-card.reverse {
    flex-direction: column;
  }

  .location-images {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13b5c52 *//* Special highlight background */
.virajpet-section {
  background: linear-gradient(135deg, #f9f7f3, #efe7dc);
  border-top: 3px solid #d4a437;
  border-bottom: 3px solid #d4a437;
}

/* Reuse previous styles + enhance */
.location-images {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 320px;
}

.location-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.4s ease;
}

/* Premium hover effect */
.location-images img:hover {
  transform: scale(1.05);
}

/* Title emphasis */
.virajpet-section h3 {
  color: #8b5e4a; /* brown */
  font-size: 26px;
}

/* Advantage highlight */
.advantage {
  color: #d4a437; /* gold */
  font-weight: 600;
  margin-bottom: 20px;
}

/* CTA Button (gold premium) */
.btn-primary {
  display: inline-block;
  background: #d4a437;
  color: #000;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #b8932f;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {

  .location-images {
    grid-template-columns: 1fr;
  }

  .virajpet-section h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83916f3 */.audience-section {
  background: #ffffff;
  padding: 70px 20px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.section-title {
  font-size: 32px;
  color: #8b5e4a; /* brown */
  margin-bottom: 10px;
}

.section-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

/* Grid Layout */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card Style */
.audience-card {
  background: #f9f7f3;
  padding: 30px 20px;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.audience-card:hover {
  transform: translateY(-6px);
}

/* Highlight card (Virajpet push) */
.audience-card.highlight {
  border: 2px solid #d4a437; /* gold */
  background: linear-gradient(135deg, #fffaf0, #f3e6c9);
}

/* Icon */
.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* Titles */
.audience-card h3 {
  color: #2c7da0; /* blue */
  margin-bottom: 10px;
}

/* Text */
.audience-card p {
  font-size: 15px;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ec9e18 */.table-section {
  background: #f9f7f3;
  padding: 70px 20px;
  font-family: 'Raleway', sans-serif;
}

.section-title {
  text-align: center;
  font-size: 32px;
  color: #8b5e4a; /* brown */
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

/* Table Wrapper */
.table-wrapper {
  overflow-x: auto;
}

/* Table Style */
.distance-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Header */
.distance-table thead {
  background: #d4a437; /* gold */
  color: #000;
}

.distance-table th {
  padding: 14px;
  text-align: left;
  font-size: 15px;
}

/* Body */
.distance-table td {
  padding: 14px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #444;
}

/* Hover Effect */
.distance-table tbody tr:hover {
  background: #f5f2ea;
}

/* Insight Box */
.insight-box {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #fffaf0, #f3e6c9);
  border-left: 5px solid #d4a437;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}

.insight-box span {
  color: #2c7da0; /* blue highlight */
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {

  .section-title {
    font-size: 24px;
  }

  .distance-table th,
  .distance-table td {
    padding: 10px;
    font-size: 13px;
  }

  .insight-box {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9d41fa *//* =========================
   GLOBAL SECTION STYLE
========================= */
.coorg-section {
  padding: 60px 20px;
  background: #f9f7f3;
  font-family: 'Raleway', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* =========================
   ITINERARY CARD
========================= */
.itinerary-day.with-image {
  display: flex;
  gap: 25px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border-left: 5px solid #d4a437; /* gold */
  box-shadow: 0 6px 25px rgba(0,0,0,0.06);
  margin-bottom: 30px;
  align-items: center;
}

/* =========================
   IMAGE (FULLY VISIBLE)
========================= */
.day-image {
  flex: 1;
  max-width: 420px;
}

.day-image img {
  width: 100%;
  height: auto; /* 🔥 FULL IMAGE VISIBLE */
  border-radius: 10px;
  display: block;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* =========================
   CONTENT
========================= */
.day-content {
  flex: 2;
}

/* Title */
.day-title {
  font-size: 22px;
  color: #8b5e4a; /* brown */
  margin-bottom: 10px;
}

/* Intro */
.day-intro {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

/* Points */
.day-points {
  padding-left: 18px;
  margin-bottom: 15px;
}

.day-points li {
  margin-bottom: 8px;
  color: #555;
}

/* =========================
   HIGHLIGHT BOX
========================= */
.day-highlight {
  background: linear-gradient(135deg, #fffaf0, #f3e6c9);
  padding: 14px;
  border-radius: 8px;
  font-size: 14px;
}

.day-highlight strong {
  color: #2c7da0; /* blue */
}

/* =========================
   VARIATIONS (OPTIONAL)
========================= */

/* Day 2 (Blue Accent) */
.itinerary-day.day2 {
  border-left: 5px solid #2c7da0;
}

/* Day 3 (Green Accent) */
.itinerary-day.day3 {
  border-left: 5px solid #4f7c5c;
}

/* =========================
   TABLE SECTION
========================= */
.table-section {
  background: #f9f7f3;
  padding: 60px 20px;
}

.distance-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.distance-table thead {
  background: #d4a437;
}

.distance-table th,
.distance-table td {
  padding: 14px;
  text-align: left;
}

.distance-table tbody tr:hover {
  background: #f5f2ea;
}

/* =========================
   AUDIENCE SECTION
========================= */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.audience-card {
  background: #f9f7f3;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
}

.audience-card:hover {
  transform: translateY(-5px);
}

.audience-card.highlight {
  border: 2px solid #d4a437;
  background: linear-gradient(135deg, #fffaf0, #f3e6c9);
}

/* =========================
   CLOSING SECTION
========================= */
.closing-section {
  background: linear-gradient(135deg, #f9f7f3, #efe7dc);
  padding: 60px 20px;
}

.closing-layout {
  display: flex;
  gap: 30px;
  align-items: center;
}

.closing-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* =========================
   BUTTON
========================= */
.btn-primary {
  display: inline-block;
  background: #d4a437;
  color: #000;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #b8932f;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

  .itinerary-day.with-image {
    flex-direction: column;
  }

  .day-image {
    max-width: 100%;
  }

  .day-title {
    font-size: 18px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .closing-layout {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a8a0c2 *//* Layout */
.itinerary-day.with-image {
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border-left: 5px solid #d4a437; /* gold */
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  align-items: center;
}

/* Image */
.day-image {
  flex: 1;
}

.day-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

/* Content */
.day-content {
  flex: 2;
}

/* Title */
.day-title {
  font-size: 22px;
  color: #8b5e4a; /* brown */
  margin-bottom: 10px;
}

/* Intro */
.day-intro {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

/* Points */
.day-points {
  padding-left: 18px;
  margin-bottom: 15px;
}

.day-points li {
  margin-bottom: 8px;
  color: #555;
}

/* Highlight */
.day-highlight {
  background: linear-gradient(135deg, #fffaf0, #f3e6c9);
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
}

.day-highlight strong {
  color: #2c7da0; /* blue */
}

/* Mobile */
@media (max-width: 768px) {
  .itinerary-day.with-image {
    flex-direction: column;
  }

  .day-image img {
    height: 180px;
  }

  .day-title {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6195949 *//* Layout */
.itinerary-day.with-image {
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border-left: 5px solid #d4a437; /* gold */
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  align-items: center;
}

/* Image */
.day-image {
  flex: 1;
}

.day-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

/* Content */
.day-content {
  flex: 2;
}

/* Title */
.day-title {
  font-size: 22px;
  color: #8b5e4a; /* brown */
  margin-bottom: 10px;
}

/* Intro */
.day-intro {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

/* Points */
.day-points {
  padding-left: 18px;
  margin-bottom: 15px;
}

.day-points li {
  margin-bottom: 8px;
  color: #555;
}

/* Highlight */
.day-highlight {
  background: linear-gradient(135deg, #fffaf0, #f3e6c9);
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
}

.day-highlight strong {
  color: #2c7da0; /* blue */
}

/* Mobile */
@media (max-width: 768px) {
  .itinerary-day.with-image {
    flex-direction: column;
  }

  .day-image img {
    height: 180px;
  }

  .day-title {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5e0844 *//* Section */
.closing-section {
  background: linear-gradient(135deg, #f9f7f3, #efe7dc);
  padding: 70px 20px;
  font-family: 'Raleway', sans-serif;
}

/* Layout */
.closing-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

/* Content */
.closing-content {
  flex: 1;
}

.section-title {
  font-size: 30px;
  color: #8b5e4a; /* brown */
  margin-bottom: 15px;
}

.closing-intro {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

/* Season List */
.season-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.season-list li {
  margin-bottom: 10px;
  color: #555;
}

/* Highlight Box */
.closing-highlight {
  background: linear-gradient(135deg, #fffaf0, #f3e6c9);
  padding: 15px;
  border-radius: 8px;
  font-size: 15px;
}

.closing-highlight span {
  color: #2c7da0; /* blue */
  font-weight: 600;
}

/* Image */
.closing-image {
  flex: 1;
}

.closing-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

/* Mobile */
@media (max-width: 768px) {
  .closing-layout {
    flex-direction: column;
  }

  .closing-image img {
    height: 200px;
  }

  .section-title {
    font-size: 24px;
  }
}/* End custom CSS */