.elementor-1511 .elementor-element.elementor-element-3c29773 > .elementor-background-overlay{background-color:#000000;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1511 .elementor-element.elementor-element-3c29773 > .elementor-container{min-height:550px;}.elementor-1511 .elementor-element.elementor-element-3c29773{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1511 .elementor-element.elementor-element-52613bc{text-align:center;}.elementor-1511 .elementor-element.elementor-element-52613bc .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:60px;font-weight:600;text-transform:uppercase;color:#FFFFFF;}.elementor-1511 .elementor-element.elementor-element-6fff636{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:center;}.elementor-1511 .elementor-element.elementor-element-6fff636 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1511 .elementor-element.elementor-element-6fff636 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:700;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-1511 .elementor-element.elementor-element-3c29773 > .elementor-container{min-height:165px;}.elementor-1511 .elementor-element.elementor-element-52613bc .elementor-heading-title{font-size:20px;}}/* Start custom CSS for text-editor, class: .elementor-element-28f176f3 */:root {
        --primary-color: #005b96; /* Koyu Mavi - Ana renk */
        --secondary-color: #b3cde0; /* Açık Mavi - Arka plan vurguları */
        --accent-color: #e74c3c; /* Kırmızı - Vurgu ve uyarılar */
        --text-dark: #333333;
        --text-light: #666666;
        --bg-light: #f9fbfd;
    }

    .hip-pricing-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        max-width: 900px;
        margin: 20px auto;
        color: var(--text-dark);
        line-height: 1.6;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        border-radius: 8px;
    }

    /* Headers */
    .hip-header-main {
        text-align: center;
        color: var(--primary-color);
        font-size: 2.2em;
        margin-bottom: 10px;
    }

    .hip-season-dates {
        text-align: center;
        font-size: 1.1em;
        color: var(--text-light);
        margin-bottom: 25px;
        background-color: var(--bg-light);
        padding: 10px;
        border-radius: 50px;
        display: inline-block;
        width: 100%;
    }

    /* Contact Section with Icons */
    .hip-contact-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-bottom: 30px;
        padding: 15px;
        background-color: var(--secondary-color);
        border-radius: 8px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        background: white;
        padding: 8px 15px;
        border-radius: 20px;
        font-weight: 500;
        font-size: 0.95em;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        transition: transform 0.2s;
    }

    .contact-item:hover {
        transform: translateY(-2px);
    }

    .contact-item i {
        margin-right: 8px;
        color: var(--primary-color);
        font-size: 1.1em;
    }

    .contact-item a {
        text-decoration: none;
        color: var(--text-dark);
    }

    /* Pricing Table */
    .table-responsive {
        overflow-x: auto;
    }

    .pricing-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
    }

    .pricing-table th {
        background-color: var(--primary-color);
        color: white;
        padding: 15px;
        text-align: center;
        font-weight: 600;
    }

    .pricing-table td {
        padding: 12px 15px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .pricing-table tr:last-child td {
        border-bottom: none;
    }

    .pricing-table tr:nth-child(even) {
        background-color: var(--bg-light);
    }

    .pricing-table tr:hover {
        background-color: #f0f4f8;
    }

    .high-season-badge {
        display: inline-block;
        background-color: var(--accent-color);
        color: white;
        font-size: 0.75em;
        padding: 2px 6px;
        border-radius: 4px;
        margin-left: 5px;
        vertical-align: middle;
    }
    
    .price-note {
        text-align: center;
        font-style: italic;
        color: var(--text-light);
        font-size: 0.9em;
        margin-top: -15px;
        margin-bottom: 30px;
    }

    /* Accordion (Açılır Kapanır Alan) Styles */
    details.hip-accordion {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
    }

    summary.accordion-header {
        background-color: var(--bg-light);
        padding: 15px 20px;
        cursor: pointer;
        font-weight: 600;
        color: var(--primary-color);
        font-size: 1.2em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none; /* Varsayılan üçgeni gizle */
        transition: background-color 0.3s;
    }

    summary.accordion-header::-webkit-details-marker {
        display: none; /* Safari için gizle */
    }
    
    summary.accordion-header:hover {
        background-color: #eef2f7;
    }

    summary.accordion-header .toggle-icon {
        transition: transform 0.3s ease;
    }

    details[open] summary.accordion-header .toggle-icon {
        transform: rotate(180deg);
    }

    .accordion-content {
        padding: 20px;
        background-color: #fff;
        border-top: 1px solid #e0e0e0;
    }

    /* Lists inside accordion */
    .styled-list ul {
        list-style: none;
        padding-left: 10px;
    }

    .styled-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }

    .styled-list li::before {
        content: '\f00c'; /* FontAwesome check icon */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--primary-color);
        position: absolute;
        left: 0;
        top: 2px;
    }

    /* Policy Boxes */
    .policy-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .policy-box {
        background-color: var(--bg-light);
        padding: 20px;
        border-radius: 8px;
        border-left: 4px solid var(--primary-color);
    }
    .policy-box h4 {
        margin-top: 0;
        color: var(--primary-color);
        display: flex;
        align-items: center;
    }
    .policy-box h4 i {
        margin-right: 10px;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        .hip-header-main { font-size: 1.8em; }
        .contact-item { width: 100%; justify-content: center; }
        .policy-grid { grid-template-columns: 1fr; }
    }/* End custom CSS */