.elementor-14 .elementor-element.elementor-element-b15a3a0{--display:flex;--min-height:100vh;--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;--justify-content:center;}.elementor-14 .elementor-element.elementor-element-b15a3a0:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-b15a3a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://bornovamiras.com/wp-content/uploads/2025/06/DSCF3453-1-2-scaled.jpg");background-position:center center;background-size:cover;}.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-14 .elementor-element.elementor-element-2a862e9{text-align:center;}.elementor-14 .elementor-element.elementor-element-2a862e9 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-b358a3b );}.elementor-14 .elementor-element.elementor-element-b57fbbc{text-align:center;}.elementor-14 .elementor-element.elementor-element-b57fbbc .elementor-heading-title{font-family:"DM Sans", Sans-serif;font-size:60px;font-weight:600;color:var( --e-global-color-b358a3b );}.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 );}.elementor-14 .elementor-element.elementor-element-301cc52{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-b358a3b );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-be31053 */.history-container {
            width: 100%;
            max-width: 672px;
            margin: 0 auto;
        }

        .history-card {
            backdrop-filter: blur(12px);
            background: rgba(255, 255, 255, 0.11);
            border-radius: 16px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: relative;
        }

        .history-content {
            display: flex;
            flex-direction: row;
            min-height: 140px;
        }

        .history-image {
            position: relative;
            width: 240px;
            flex-shrink: 0;

            overflow: hidden;
            border-radius: 16px 0 0 16px;
        }

        .history-img {
            width: 400px;
            height: 100% !important;
            object-fit: cover;
            transition: all 0.5s ease;
        }

        .history-text {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 16px;
        }

        .history-badges {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
        }

        .category-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 6px;
            padding: 4px 8px;
        }

        .category-badge p {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            color: black;
            font-size: 10px;
            line-height: 12px;
            margin: 0;
        }

        .date-badge {
            display: inline-block;
            background: rgba(83, 84, 192, 0.9);
            backdrop-filter: blur(4px);
            border-radius: 6px;
            padding: 4px 8px;
        }

        .date-badge p {
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            color: #ffffff;
            font-size: 10px;
            line-height: 12px;
            margin: 0;
        }

        .history-title {
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            color: #ffffff;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 4px;
        }

        .history-title p {
            margin: 0;
        }

        .history-location {
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            color: #ffffff;
            font-size: 13px;
            line-height: 18px;
            margin-bottom: 8px;
        }

        .history-location p {
            margin: 0;
        }

        .history-description {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.8);
            font-size: 12px;
            line-height: 16px;
            flex: 1;
        }

        .history-description p {
            margin: 0;
        }

        .progress-indicators {
            display: flex;
            justify-content: flex-start;
            margin-top: 12px;
            gap: 8px;
        }

        .progress-dot {
            height: 4px;
            border-radius: 2px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .progress-dot.active {
            background: #5354c0;
            width: 24px;
        }

        .progress-dot.inactive {
            background: rgba(255, 255, 255, 0.3);
            width: 8px;
        }

        .progress-dot:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        .progress-dot.active:hover {
            background: #6264d0;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .history-content {
                flex-direction: column;
                min-height: auto;
            }
            
            .history-image {
                width: 100%;
                height: 150px;
                border-radius: 16px 16px 0 0;
            }
        }

        /* Fade transition for content changes */
        .fade-transition {
            transition: opacity 0.3s ease;
        }

        .fade-out {
            opacity: 0;
        }

        .fade-in {
            opacity: 1;
        }/* End custom CSS */