.page-id-2655 .section-box-style:before {
    content: "";
    background-image: linear-gradient(hsl(0 0% 50% / .1) 1px, transparent 1px),
                      linear-gradient(90deg, hsl(0 0% 50% / .1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-id-2655 .date-section-main {
    flex-wrap: wrap !important;
    display: flex;
}

.page-id-2655 .date-section {
    width: fit-content;
}

.page-id-2655 .icon-color-red {
    color: #f00;
}

.page-id-2655 .custum-icon-list .elementor-icon-box-title {
    margin-top: 0;
}

.page-id-2655 .cus-with-bottom {
    width: 50%;
}

.page-id-2655 .cus-with-bottom a {
    width: 100%;
}

.page-id-2655 .custum-list-new ul {
    list-style: none;
    padding-left: 0 !important;
}

.page-id-2655 .custum-list-new ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.page-id-2655 .custum-list-new ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.page-id-2655 .custum-list-new ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ff00001a;
    border-radius: 50px;
}

.page-id-2655 .number-box span {
    background: linear-gradient(145deg, #f2f2f2, #e6e6e6, #ebebeb);
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px #fafafa, inset 0 -1px #ccc, 0 4px 12px #0000001a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.page-id-2655 .number-box span:hover {
    transform: scale(1.05);
}

.page-id-2655 .second-form {
    display: none;
}

.page-id-2655 .cf-error {
    border: 1px solid red !important;
}

.page-id-2655 .booking-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 16px;
}

.page-id-2655 .booking-content {
    display: flex;
    gap: 8px;
    align-items: center;
}

.page-id-2655 .booking-content p {
    color: #fff6;
    margin-bottom: 0;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.page-id-2655 .booking-content.active p {
    color: #f00;
}

.page-id-2655 .booking-content span {
    background: #ffffff1a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    font-weight: 600;
}

.page-id-2655 .booking-content.active span {
    color: #fff;
    background: #f00;
}

.page-id-2655 .cus-line {
    width: 100%;
    height: 1px;
    background: #fff;
}

.page-id-2655 .booking-arrow {
    width: 100%;
}

.page-id-2655 .booking-main p {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.page-id-2655 .booking-main select,
.page-id-2655 .booking-main input,
.page-id-2655 .booking-main textarea {
    padding: 8px 12px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #ffffff0d;
    border: 1px solid #fff3;
}

.page-id-2655 .booking-main .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}
.page-id-2655 .booking-main select option {
    background: #000;
}
.page-id-2655 .booking-main .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    width: 49%;
}

.page-id-2655 .booking-main .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-id-2655 .booking-main .wpcf7-checkbox .wpcf7-list-item label input {
    display: block;
    width: 14px;
    height: 14px;
    background: transparent !important;
    border: 1px solid #fff3;
    min-width: 14px;
    max-width: 14px;
}

.page-id-2655 .cus-form-two-main {
    display: flex;
    gap: 16px;
}

.page-id-2655 .cus-form-two-inner {
    width: 50%;
}

.page-id-2655 .booking-main .cus-form-btn {
    padding: 8px 16px !important;
    font-family: 'Inter'!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 20px!important;
    border-radius: 6px !important;
    background: #f00!important;
    border: 1px solid #f00!important;
    color: #fff!important;
}

.page-id-2655 .booking-main .cus-form-btn:hover {
    background: #ff0000cc!important;
}

.page-id-2655 .button-list-main {
    display: flex;
    gap: 16px;
}

.page-id-2655 .booking-main .button-list-main p {
    margin-bottom: 0;
    width: 50%;
    position: relative;
    margin-top: 8px;
}

.page-id-2655 .booking-main .first-form .button-list-main p {
    width: 100%;
}

.page-id-2655 .booking-main .button-list-main p .cus-form-btn {
    width: 100%;
}

.page-id-2655 .booking-main .button-list-main p .wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 7px;
    right: 9px;
}

.page-id-2655 .after-form-submition {
    display: none;
}
.cus-gal-width .e-gallery-image.elementor-gallery-item__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
/* Media Queries – same CSS, page scoped */

@media (max-width: 991px) {
    .page-id-2655 h1.elementor-heading-title {
        font-size: 50px !important;
    }
    .page-id-2655 h2.elementor-heading-title {
        font-size: 36px !important;
    }
}

@media (max-width: 768px) {
    .page-id-2655 h1.elementor-heading-title {
        font-size: 40px !important;
    }
    .page-id-2655 h2.elementor-heading-title {
        font-size: 32px !important;
    }
    .page-id-2655 .cus-with-bottom {
        width: 100%;
    }
    .page-id-2655 .cus-ex-header {
        background: #000;
    }
    .page-id-2655 .cus-form-two-main {
        gap: 0;
        flex-direction: column;
    }
    .page-id-2655 .cus-form-two-inner {
        width: 100%;
    }
}
