.elementor-15764 .elementor-element.elementor-element-8d945d6{--display:flex;}.elementor-15764 .elementor-element.elementor-element-5c446d2{font-family:"Cabin", Sans-serif;font-weight:400;width:var( --container-widget-width, 203.569% );max-width:203.569%;--container-widget-width:203.569%;--container-widget-flex-grow:0;}.elementor-15764 .elementor-element.elementor-element-5c446d2.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-15764 .elementor-element.elementor-element-5c446d2{font-size:16px;line-height:1.7em;}.elementor-15764 .elementor-element.elementor-element-5c446d2.elementor-element{--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for html, class: .elementor-element-bb4f598 */<!-- Destinations Section — add to your theme's page template or via a Custom HTML block -->

<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">

<style>
.dest-section {
  font-family: 'DM Sans', sans-serif;
  background: #0f1a10;
  color: #f0ebe0;
  padding: 80px 24px 100px;
  position: relative;
  overflow: hidden;
}
.dest-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(139,90,43,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(74,110,52,0.22) 0%, transparent 55%);
  pointer-events: none;
}
.dest-header { text-align: center; margin-bottom: 64px; position: relative; }
.dest-header .eyebrow {
  display: block;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b89b6a;
  margin-bottom: 16px;
}
.dest-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  color: #c4a05a;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}
.dest-header h1 em { font-style: italic; color: #c4a05a; }
.dest-header .dest-sub {
  font-size: 15px;
  color: #9a9080;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}
.dest-divider {
  width: 48px;
  height: 1px;
  background: linear-gradient(to right, transparent, #b89b6a, transparent);
  margin: 24px auto;
}
.dest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .dest-section { padding: 60px 16px 80px; }
  .dest-grid { grid-template-columns: 1fr; }
}
.dest-card {
  background: rgba(255,255,255,0.03);
  border: 0.5px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), border-color 0.3s, box-shadow 0.35s;
}
.dest-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184,155,106,0.35);
  box-shadow: 0 24px 48px rgba(0,0,0,0.5), 0 0 0 0.5px rgba(184,155,106,0.2);
}
.card-visual { height: 180px; position: relative; overflow: hidden; }
.card-visual img,
.card-visual .card-illustration { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(15,26,16,0.7);
  border: 0.5px solid rgba(184,155,106,0.3);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c4a05a;
  font-weight: 500;
}
.card-body { padding: 24px 24px 28px; }
.card-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 600;
  color: #c4a05a;
  margin-bottom: 8px;
  margin-top: 0;
}
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  align-items: center;
}
.card-meta span {
  font-size: 11px;
  color: #5e5a52;
  letter-spacing: 0.5px;
}
.card-meta .dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: #5e5a52;
  display: inline-block;
}
.card-body p {
  font-size: 13px;
  color: #7a7268;
  line-height: 1.65;
  margin-bottom: 24px;
  font-weight: 300;
}
.card-actions { display: flex; gap: 10px; }
.card-actions .btn {
  flex: 1;
  background: #b89b6a;
  color: #0f1a10;
  border: none;
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: background 0.2s;
}
.card-actions .btn:hover { background: #cbb07a; }
.card-actions .btn-outline {
  flex: 1;
  background: transparent;
  color: #9a9080;
  border: 0.5px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: block;
  letter-spacing: 0.5px;
  transition: border-color 0.2s, color 0.2s;
}
.card-actions .btn-outline:hover {
  border-color: rgba(184,155,106,0.4);
  color: #c4a05a;
}
.card-visual::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
</style>/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5c446d2 *//* --- SATELLITE ADVENTURES FULL STYLING --- */

/* 1. Main Background Section */
.tourism-about-section {
    width: 100%;
    padding: 80px 0;
    background-color: #f8f7f2; /* Soft parchment/cream background */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 2. The Container (Professional Constraints) */
.tourism-container {
    width: 90%;
    max-width: 900px; /* Optimal reading width for desktop */
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Soft professional elevation */
}

/* 3. Section Title */
.section-title {
    text-align: center;
    color: #2c5e1a; /* Deep Safari Green */
    font-size: 32px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #e0a500; /* Gold Accent line */
    margin: 15px auto 0;
}

/* 4. Text Content Styling */
.tourism-container p {
    font-size: 18px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 25px;
}

/* Intro Paragraph Highlight */
.intro-text {
    font-size: 20px !important;
    color: #2c5e1a !important;
    font-weight: 500;
    line-height: 1.6;
}

/* Bold text color */
.tourism-container strong {
    color: #2c5e1a;
}

/* Final Promise Highlight */
.promise-text {
    border-left: 4px solid #e0a500;
    padding-left: 25px;
    font-style: italic;
    color: #555555 !important;
    margin-top: 40px;
}

/* 5. The "Start Planning" Button */
.button-wrapper {
    text-align: center;
    margin-top: 40px;
}

.explore-btn {
    background-color: #fb3b29; /* High visibility red/orange */
    color: #ffffff !important;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    border-radius: 2px;
    transition: 0.3s ease;
    letter-spacing: 1px;
}

.explore-btn:hover {
    background-color: #2c5e1a; /* Switch to green on hover */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 6. RESPONSIVE DESIGN (FOR MOBILE) */
@media (max-width: 768px) {
    .tourism-about-section {
        padding: 40px 0;
    }

    .tourism-container {
        width: 95%;
        padding: 30px 20px;
    }

    .section-title {
        font-size: 26px;
    }

    .tourism-container p {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    .intro-text {
        font-size: 18px !important;
    }
}/* End custom CSS */