.elementor-11677 .elementor-element.elementor-element-2af8ad3{--display:flex;}.elementor-11677 .elementor-element.elementor-element-7d3fdf0{--display:flex;}body.elementor-page-11677:not(.elementor-motion-effects-element-type-background), body.elementor-page-11677 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-ccd18eb */.stt-tour-overview {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 55px 40px;
    background: #0b0b0b;
    color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
}

.stt-overview-header {
    max-width: 750px;
    margin-bottom: 35px;
}

.stt-overview-label {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999999;
}

.stt-overview-header h2 {
    margin: 0 0 12px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.stt-overview-header p {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #a8a8a8;
}

.stt-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.stt-overview-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    background: #151515;
    border: 1px solid #252525;
    border-radius: 12px;
    box-sizing: border-box;
}

.stt-overview-item.stt-full {
    grid-column: 1 / -1;
}

.stt-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    font-size: 17px;
    color: #ffffff;
}

.stt-overview-item strong {
    display: block;
    margin-bottom: 6px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.stt-overview-item p {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #a5a5a5;
}

@media (max-width: 767px) {

    .stt-tour-overview {
        padding: 35px 18px;
        border-radius: 14px;
    }

    .stt-overview-header {
        margin-bottom: 25px;
    }

    .stt-overview-header h2 {
        font-size: 30px;
    }

    .stt-overview-header p {
        font-size: 15px;
    }

    .stt-overview-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .stt-overview-item,
    .stt-overview-item.stt-full {
        grid-column: auto;
        padding: 17px;
    }

    .stt-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .stt-overview-item p {
        font-size: 13px;
    }
}/* End custom CSS */