.elementor-6076 .elementor-element.elementor-element-0c81dc2{--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;}.elementor-6076 .elementor-element.elementor-element-938a2a5{--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;}.elementor-6076 .elementor-element.elementor-element-3a179f6{--display:flex;--position:fixed;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.2);bottom:0px;}.elementor-6076 .elementor-element.elementor-element-3a179f6:not(.elementor-motion-effects-element-type-background), .elementor-6076 .elementor-element.elementor-element-3a179f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}body:not(.rtl) .elementor-6076 .elementor-element.elementor-element-3a179f6{left:0px;}body.rtl .elementor-6076 .elementor-element.elementor-element-3a179f6{right:0px;}.elementor-6076 .elementor-element.elementor-element-5a4a2ce{--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;}.elementor-6076 .elementor-element.elementor-element-68acd81 .elementor-button{background-color:#F57E27;fill:#FFFFFF;color:#FFFFFF;}.elementor-6076 .elementor-element.elementor-element-0b5cf2c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6076 .elementor-element.elementor-element-d9d3a46{--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;--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-6076 .elementor-element.elementor-element-1a6e66f{--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;}@media(min-width:768px){.elementor-6076 .elementor-element.elementor-element-5a4a2ce{--width:50%;}.elementor-6076 .elementor-element.elementor-element-d9d3a46{--width:100%;}}@media(max-width:767px){.elementor-6076 .elementor-element.elementor-element-0c81dc2{--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-6076 .elementor-element.elementor-element-eac557f > .elementor-widget-container{margin:40px 0px 0px 0px;padding:0px 0px 0px 5px;}.elementor-6076 .elementor-element.elementor-element-eac557f .elementor-heading-title{font-size:22px;}.elementor-6076 .elementor-element.elementor-element-80498b7 > .elementor-widget-container{padding:5px 5px 5px 5px;}.elementor-6076 .elementor-element.elementor-element-3a179f6{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;--z-index:1000;}.elementor-6076 .elementor-element.elementor-element-5a4a2ce{--width:100%;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--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-6076 .elementor-element.elementor-element-5a4a2ce.e-con{--align-self:center;}.elementor-6076 .elementor-element.elementor-element-68acd81 .elementor-button{letter-spacing:1.2px;padding:7px 60px 7px 60px;}}/* Start custom CSS for text-editor, class: .elementor-element-80498b7 */h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 2.2em;
    font-weight: 700;
}

/* FAQ Item Styling */
.faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px; /* Slightly reduced margin */
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:last-child {
    margin-bottom: 0; /* Remove margin from the last item */
}

/* You might need to add a class 'open' to your details tag using JavaScript
   for the .faq-item.open styles to work, e.g., when the details tag is opened.
   Alternatively, you can use the [open] attribute .elementor-6076 .elementor-element.elementor-element-80498b7 directly if preferred.
   For simplicity, I've kept the .open class in case you add JS functionality. */
.faq-item.open {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-color: #5cb85c;
}

/* FAQ Question Styling */
.faq-question {
    display: block;
    padding: 15px 45px 15px 20px; /* Increased right padding for the icon */
    font-size: 1.1em;
    font-weight: 600;
    color: #34495e;
    cursor: pointer;
    position: relative;
    background-color: #fcfcfc;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-item.open .faq-question {
    background-color: #eafaea;
    color: #2e8b57;
    border-bottom: 1px solid #5cb85c;
}

/* Arrow/Plus Icon Styling */
.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px; /* Adjusted right position */
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    color: #888;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.open .faq-question::after {
    content: '-';
    transform: translateY(-50%) rotate(0deg);
    color: #2e8b57;
}

/* FAQ Answer Styling */
.faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
    color: #555;
    background-color: #ffffff;
    border-top: none;
}

.faq-answer p {
    margin-top: 10px;
    margin-bottom: 0;
}

.faq-answer ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px; /* Indent for list items */
}

.faq-answer ul li {
    margin-bottom: 5px; /* Spacing for list items */
}

/* Basic Accordion Open/Close (without smooth height transition for simplicity) */
/* This will show/hide the content directly. For a smooth slide effect,
   you would typically need a small JavaScript snippet to manage heights or
   use libraries. For the current details/summary HTML, browser's default
   behavior for content visibility is used when 'open' attribute changes. */
/* The 'display: none/block' below is if you were manually toggling content
   with JavaScript, which is not strictly necessary for <details> tag itself. */
/* If you use a class `open` on `details` via JS, then these rules apply.
   Otherwise, the browser's default open/close behavior for <details> handles visibility. */
.faq-answer {
    display: none; /* Hidden by default */
}

.faq-item[open] .faq-answer {
    display: block; /* Shown when details is open */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05f4528 *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700;800&family=Nunito+Sans:wght@400;600;700&display=swap');

/* Define Brand Colors and Fonts */
:root {
    --primary-color: #F57E27;
    --secondary-color: #2F3C4C;
    --text-color: #2F3C4C;
    --light-text-color: #555;
    --white-color: #ffffff;
    --title-font: 'Be Vietnam Pro', sans-serif;
    --body-font: 'Nunito Sans', sans-serif;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    --base-border-radius: 8px;
}

/* Basic Reset for the content area */
.dandeli-adventure-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styles specific to our Dandeli content block */
.dandeli-adventure-page {
    font-family: var(--body-font);
    color: var(--text-color);
    line-height: 1.7;
    /* Page background within the widget */
}

.dandeli-adventure-page h1,
.dandeli-adventure-page h2,
.dandeli-adventure-page h3,
.dandeli-adventure-page h4,
.dandeli-adventure-page h5,
.dandeli-adventure-page h6 {
    font-family: var(--title-font);
    color: var(--secondary-color);
    margin-bottom: 0.75em;
    line-height: 1.3;
}
.dandeli-adventure-page h1 { font-size: 2.8em; font-weight: 800; }
.dandeli-adventure-page h2 { font-size: 2.0em; font-weight: 700; }
.dandeli-adventure-page h3 { font-size: 1.4em; font-weight: 700; }
.dandeli-adventure-page h4 { font-size: 1.1em; font-weight: 700; }

.dandeli-adventure-page p {
    margin-bottom: 1em;
    color: var(--light-text-color);
}

.dandeli-adventure-page a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}
.dandeli-adventure-page a:not(.mmt-btn):hover { /* Underline for general links, not buttons */
    color: darken(var(--primary-color), 10%);
    text-decoration: underline;
}

.dandeli-adventure-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.dandeli-adventure-page .mmt-container {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px 0; /* Vertical padding for container based sections */
}

/* Section Styling */
.dandeli-adventure-page section { /* Applied to all sections within our wrapper */
    padding: 40px 0; /* Default vertical padding for sections */
}

.dandeli-adventure-page .mmt-section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8em;
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 10px;
}
.dandeli-adventure-page .mmt-section-title span {
    position: relative;
}
.dandeli-adventure-page .mmt-section-title span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* Button Styling */
.dandeli-adventure-page .mmt-btn {
    display: inline-block;
    padding: 12px 28px;
    font-family: var(--title-font);
    font-weight: 700;
    text-decoration: none !important;
    border-radius: var(--base-border-radius);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1em;
}
.dandeli-adventure-page .mmt-btn-primary {
    background-color: var(--primary-color);
    color: #ffffff;
}
.dandeli-adventure-page .mmt-btn:hover,
.dandeli-adventure-page .mmt-btn-primary:hover {
    background-color: #2f3c4c;
    color: 2f3c4c
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Hero Section (Page-Specific Hero) */
.dandeli-adventure-page .mmt-hero-section {
    position: relative;
    height: 65vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color);
    padding: 0; /* Remove default section padding for hero */
}
.dandeli-adventure-page .mmt-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
}
.dandeli-adventure-page .mmt-hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
}
.dandeli-adventure-page .mmt-hero-content h1 {
    font-size: 3.2em;
    color: var(--white-color);
    margin-bottom: 0.3em;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.dandeli-adventure-page .mmt-hero-content .mmt-subtitle {
    font-size: 1.3em;
    color: rgba(255,255,255,0.95);
    margin-bottom: 1.5em;
}

/* Intro Section */
.dandeli-adventure-page .mmt-intro-section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.dandeli-adventure-page .mmt-intro-section p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05em;
}

/* Simplified TOC */
.dandeli-adventure-page .mmt-toc-simple-section {
    padding-top: 20px;
    padding-bottom: 40px;
}
.dandeli-adventure-page .mmt-toc-nav-simple {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}
.dandeli-adventure-page .mmt-toc-nav-simple a {
    padding: 10px 20px;
    background-color: #f0f0f0;
    color: var(--secondary-color);
    border-radius: 50px; /* Full round */
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    min-width: 120px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none !important;
}
.dandeli-adventure-page .mmt-toc-nav-simple a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none !important;
}

/* Activities Grid Section */
.dandeli-adventure-page .mmt-activities-grid-section,
.dandeli-adventure-page .mmt-nearby-attractions-section {
    padding-bottom: 50px;
}
.dandeli-adventure-page .mmt-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.dandeli-adventure-page .mmt-activity-card,
.dandeli-adventure-page .mmt-attraction-card {
    background-color: var(--white-color);
    border-radius: 10px; /* Card corners 10px */
    box-shadow: var(--card-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.dandeli-adventure-page .mmt-activity-card:hover,
.dandeli-adventure-page .mmt-attraction-card:hover {
    box-shadow: var(--card-hover-shadow);
    transform: translateY(-5px);
}

.dandeli-adventure-page .mmt-card-image-container {
    position: relative;
    width: 100%;
    height: 220px;
}
.dandeli-adventure-page .mmt-card-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dandeli-adventure-page .mmt-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.dandeli-adventure-page .mmt-card-content h3 { /* Inside card */
    font-size: 1.25em;
    margin-bottom: 0.4em;
    color: var(--secondary-color);
}
.dandeli-adventure-page .mmt-card-tagline {
    font-size: 0.9em;
    color: var(--light-text-color);
    margin-bottom: 1em;
    min-height: 34px;
}
.dandeli-adventure-page .mmt-card-details {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 1em;
}
.dandeli-adventure-page .mmt-card-details p {
    margin-bottom: 0.3em;
    line-height: 1.5;
}
.dandeli-adventure-page .mmt-card-read-more {
    font-size: 0.9em;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: auto;
    display: inline-block;
}
.dandeli-adventure-page .mmt-card-read-more:hover {
    text-decoration: none; /* Already covered by a:not(.btn):hover if not !important */
}

/* Planning Section */
.dandeli-adventure-page .mmt-planning-section {
    padding-top: 50px;
    padding-bottom: 50px;
    /* No background color for this section */
}
.dandeli-adventure-page .mmt-planning-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.dandeli-adventure-page .mmt-planning-info-card {
    background-color: var(--white-color);
    padding: 25px;
    border-radius: var(--base-border-radius);
    box-shadow: var(--card-shadow);
    border: 1px solid #eee;
}
.dandeli-adventure-page .mmt-planning-info-card h4 { /* Inside planning card */
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 1.15em;
    display: flex;
    align-items: center;
}
.dandeli-adventure-page .mmt-planning-info-card h4 i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 1.2em;
}
.dandeli-adventure-page .mmt-planning-info-card p {
    font-size: 0.95em;
    color: var(--light-text-color);
}

/* Nearby Attractions Card Specifics (if any, most covered by .mmt-activity-card) */
.dandeli-adventure-page .mmt-attraction-card img {
    height: 180px; /* Slightly shorter image for attraction cards */
}
.dandeli-adventure-page .mmt-attraction-content {
    padding: 15px;
}
.dandeli-adventure-page .mmt-attraction-content h4 { /* Inside attraction card */
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.dandeli-adventure-page .mmt-attraction-content p {
    font-size: 0.9em;
    color: var(--light-text-color);
}

/* FAQ Section */
.dandeli-adventure-page .mmt-faq-section {
    padding-bottom: 50px;
}
.dandeli-adventure-page .mmt-faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.dandeli-adventure-page .mmt-faq-item {
    background-color: var(--white-color);
    margin-bottom: 10px;
    border-radius: 5px; /* FAQ box corners 5px */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border: 1px solid #e7e7e7;
}
.dandeli-adventure-page .mmt-faq-item summary {
    padding: 15px 20px;
    font-weight: 700;
    font-family: var(--title-font);
    cursor: pointer;
    list-style: none;
    position: relative;
    color: var(--secondary-color);
    font-size: 1.05em;
}
.dandeli-adventure-page .mmt-faq-item summary::-webkit-details-marker { display: none; }
.dandeli-adventure-page .mmt-faq-item summary::after {
    content: '+';
    color: var(--primary-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    transition: transform 0.2s ease-in-out;
}
.dandeli-adventure-page .mmt-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}
.dandeli-adventure-page .mmt-faq-item[open] summary {
    border-bottom: 1px solid #e7e7e7;
}
.dandeli-adventure-page .mmt-faq-item p {
    padding: 15px 20px;
    margin-bottom: 0;
    color: var(--light-text-color);
    font-size: 0.95em;
}

/* Conclusion Section */
.dandeli-adventure-page .mmt-conclusion-section {
    text-align: center;
    padding: 50px 0;
    background-color: #f8f9fa; /* Light background for conclusion */
}
.dandeli-adventure-page .mmt-conclusion-section p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    font-size: 1.05em;
}

/* Responsive Adjustments */
@media (max-width: 992px) { /* Tablets */
    .dandeli-adventure-page .mmt-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .dandeli-adventure-page .mmt-hero-content h1 {
        font-size: 2.8em;
    }
}

@media (max-width: 768px) { /* Mobile */
    .dandeli-adventure-page h1 { font-size: 2.2em; } /* Adjusted for overall mobile view */
    .dandeli-adventure-page h2 { font-size: 1.6em; }
    .dandeli-adventure-page .mmt-section-title { font-size: 1.5em; }

    .dandeli-adventure-page .mmt-hero-section {
        height: 55vh;
    }
    .dandeli-adventure-page .mmt-hero-content h1 {
        font-size: 2.2em; /* Keep hero title prominent */
    }
    .dandeli-adventure-page .mmt-hero-content .mmt-subtitle {
        font-size: 1.1em;
    }

    .dandeli-adventure-page .mmt-grid-container,
    .dandeli-adventure-page .mmt-planning-grid {
        grid-template-columns: 1fr; /* Single column for grids on mobile */
    }
    .dandeli-adventure-page .mmt-card-image-container {
        height: 200px;
    }
    .dandeli-adventure-page .mmt-toc-nav-simple a {
        font-size: 0.85em;
        padding: 8px 15px; /* Adjusted padding for smaller TOC links */
        min-width: auto; /* Allow TOC links to be smaller */
    }
}

/* Font Awesome Icons (agar aap use kar rahe hain planning section mein) */
.dandeli-adventure-page .fas {
    /* Basic styling for FA icons if needed, already handled by FA stylesheet */
}/* End custom CSS */