.cf7-two-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cf7-col {
    flex: 1;
    min-width: 200px;
}

.cf7-col-full {
    flex: 1 1 100%;
}

.cf7-two-column label {
    font-weight: 600;
    display: block;
    color: #fff;
}
.cf7-two-column input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
.cf7-two-column .wpcf7-list-item {
    margin: 0;
    color: #f3f3f3;
}
.cf7-two-column input, .cf7-two-column textarea, .cf7-two-column select {
    width: 100%;
    padding: 13px !important;
    border-radius: 6px !important;
    font-size: 15px;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.31) !important;
    color: #fff!important;
    outline: none;
}

.cf7-two-column input::-webkit-input-placeholder, .cf7-two-column textarea::-webkit-input-placeholder,
.cf7-two-column select::-webkit-input-placeholder {
    color: #d3d3d3;
}
.cf7-two-column input::-moz-placeholder, .cf7-two-column textarea::-moz-placeholder,
.cf7-two-column select::-moz-placeholder{
    color: #d3d3d3;
}
.cf7-two-column input:-ms-input-placeholder, .cf7-two-column textarea:-ms-input-placeholder,
.cf7-two-column select:-ms-input-placeholder{
    color: #d3d3d3;
}
.cf7-two-column input::-ms-input-placeholder, .cf7-two-column textarea::-ms-input-placeholder,
.cf7-two-column select::-ms-input-placeholder{
    color: #d3d3d3;
}
.cf7-two-column input::placeholder, .cf7-two-column textarea::placeholder,
.cf7-two-column select::placeholder{
    color: #d3d3d3;
}

.cf7-two-column textarea {
    height: 100px;
}

.cf7-row.submit-row {
    text-align: center;
    position: relative;
}
.cf7-row.submit-row span.wpcf7-spinner {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    right: 30px;
}
.cf7-two-column .wpcf7 form.invalid .wpcf7-response-output,
.cf7-two-column .wpcf7 form.unaccepted .wpcf7-response-output,
.cf7-two-column .wpcf7 form.payment-required .wpcf7-response-output{
    color: #fff;
}
.cf7-two-column input[type="submit"] {
    background-color: #054A76!important;
    color: #fff;
    padding: 12px 30px;
    border: none!important;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
}

.cf7-two-column input[type="submit"]:hover {
    background: #0365a0;
}
.form-bg {
    padding: 70px 45px 45px;
    -webkit-backdrop-filter: blur(110px);
    backdrop-filter: blur(110px);
    background: rgba(255, 255, 255, 0.14);
    /*        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;*/
}

.icon-loop-phone .elementor-icon-box-icon {
    padding: 10px;
    background: red;
    border-radius: 100%;
    animation: swingIcon 2s ease-in-out infinite;
    display: inline-block;
    transform-origin: center;
}
@keyframes swingIcon {
    0%   {
        transform: rotate(0deg);
    }
    10%  {
        transform: rotate(8deg);
    }
    20%  {
        transform: rotate(-6deg);
    }
    30%  {
        transform: rotate(4deg);
    }
    40%  {
        transform: rotate(-2deg);
    }
    50%  {
        transform: rotate(1deg);
    }
    60%  {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.rkit-cta-img__overlay {
    display: none;
}
.rkit-team__detail {
    display: none !important;
}
.rkit-cta-container-classic .rkit-cta-img__wrapper {
    height: 0;
    min-height: unset !important;
    padding-bottom: 20%;
}
.rkit-cta-container-classic .rkit-cta-content__wrapper {
    height: auto !important;
    min-height: unset !important;
}
.rkit-cta-container-classic .rkit-cta-img__image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.btn-ft a {
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 0 20px !important;
    border-radius: 44px !important;
}
.btn-ft span.elementor-button-text {
    width: 100%;
    text-align: left;
}
.btn-ft span.elementor-button-content-wrapper {
    align-items: center;
}
/* Container to allow horizontal scroll on small screens */
.vd-kjoreplan-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #e6e6e6; /* subtle outer frame like original */
    box-sizing: border-box;
    padding: 4px;
    background: #fff;
}

/* Table base */
.vd-kjoreplan {
    border-collapse: collapse;
    width: 100%; /* fixed wide width to mimic original layout; will scroll on mobile */
    min-width: 1000px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    color: #222;
}

/* Top big header row */
.vd-kjoreplan .top-header {
    background: var(--e-global-color-secondary);            /* brand blue */
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 12px;
    text-align: left;
}

/* Day headers row (blue small cells) */
.vd-kjoreplan thead th.day-header {
    background: var(--e-global-color-secondary);
    color: #fff;
    padding: 8px 10px;
    font-weight: 700;
    border-left: 4px solid #fff; /* white separators between day columns in header */
    position: relative;
}

/* small sublabel under each day header */
.vd-kjoreplan thead th.day-header .sublabel {
    display: block;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.95;
    margin-top: 6px;
    color: #fff;
}

/* First header cell (Rute) style */
.vd-kjoreplan thead th.rute {
    background: var( --e-global-color-secondary );
    color: #fff;
    text-align: left;
    padding: 8px 12px;
    font-weight: 700;
}

/* Body cells */
.vd-kjoreplan td, .vd-kjoreplan th {
    border: 1px solid #d6d6d6;
    vertical-align: middle;
}

/* Left column (routes) */
.vd-kjoreplan td.route {
    text-align: left;
    padding: 8px 12px;
    font-weight: 600;
    color: #054A76;
}

/* Smaller italic subtext in route (Levert til:) */
.vd-kjoreplan td.route small {
    font-weight: 400;
    color: #222;
    font-style: normal;
    margin-left: 6px;
}

/* Day cells (centered) */
.vd-kjoreplan td.day {
    padding: 8px 12px;
    text-align: center;
    color: #222;
}

/* light zebra rows */
.vd-kjoreplan tbody tr:nth-child(even) td.day,
.vd-kjoreplan tbody tr:nth-child(even) td.route {
    background: #f7f9fb;
}

/* hover effect */
.vd-kjoreplan tbody tr:hover td {
    background: #eef7ff;
}

/* footnote area */
.vd-kjoreplan-footnote {
    margin-top: 8px;
    font-size: 13px;
    color: #333;
    background: transparent;
    padding: 6px 4px;
    display: flex;
    text-align: left;
}

/* mark the * and ** */
.vd-kjoreplan-footnote span {
    margin-right: 18px;
}

/* Links style (kept subtle like original) */
.vd-kjoreplan a {
    color: #054A76;
    text-decoration: underline;
}

/* Make it fit nicer in Elementor column */
.elementor-widget-container .vd-kjoreplan-wrap {
    margin: 4px 0;
}

.list-bold ul.elementor-icon-list-items li.elementor-icon-list-item:first-child span.elementor-icon-list-text {
    font-weight: 600;
}
.list-bold ul.elementor-icon-list-items li.elementor-icon-list-item:first-child {
    font-weight: 600;
    width: 400px;
    max-width: 100%;
}
/* Ẩn mũi tên tăng giảm trên input type="number" */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Ẩn mũi tên trên Firefox */
}
.wpcf7-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
.wpcf7-form br {
    display: none;
}
.custom-form-lb .wpcf7-form input,
.custom-form-lb .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    margin-top: 10px;
}
.wpcf7-form textarea {
    height: 100px;
}
.wpcf7-form input[type="file"] {
    border: none;
    padding: 0;
}

.wpcf7-submit {
    background-color: #2d5e94;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #234b75;
}
.home-slides .elementor-slides .swiper-slide-inner {
    max-width: var(--content-width);
    padding: 0 10px;
}
.e-con>.e-con-inner {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
}
.home-slides .swiper-slide
{
    padding-bottom: 50%;
    height: 0;
    position: relative;
}
.home-slides .elementor-slides .swiper-slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.search-icon g{
    fill: inherit !important;
}
ul.rkit-navmenu-dropdown {
    min-width: 175px;
}
.rkit-menu-item.rkit-menu-active i.rkit-submenu-icon {
    color: #fff !important;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--e-global-color-secondary) !important;
    border-radius: 5px !important;
}
.rkit-menu-container li.rkit-menu-item:nth-child(6) {
    display: none;
}
@media (max-width:1230px) and (min-width: 1024px){
    .rkit-navmenu.rkit-responsive-menu.rkit-responsive-tablet.rkit-navmenu-fullwidth {
        width: auto !important;
    }
    a.rkit-nav-link {
        padding-inline: 10px!important;
    }
    .e-con>.e-con-inner {
        padding-inline: 10px;
    }
}
@media (max-width: 1024px) {
    .rkit-submenu-icon {
        width: 25px !important;
        height: 25px !important;
        display: inline-block;
        line-height: 25px!important;
    }
    .rkit-menu-item > .rkit-nav-link {
        justify-content: space-between!important;
    }
    .rkit-menu-container li.rkit-menu-item:nth-child(6) {
        display: block;
    }
}
@media (max-width: 767px){
    .rkit-cta-container-classic .rkit-cta-img__wrapper {
        height: 0;
        min-height: unset !important;
        padding-bottom: 65%;
        min-width: unset !important;
    }
}


