.ret-hero-tourism {
    position: relative;
    padding: 4rem 1.5rem 5rem;
    background: #1f4172;
    overflow: hidden;
}
.ret-hero-tourism-bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4L28 20H44L30 28L34 44L24 36L14 44L18 28L4 20H20L24 4Z' fill='%232a5280' fill-opacity='0.12'/%3E%3C/svg%3E");
    background-size: 120px 120px;
    opacity: 0.9;
    pointer-events: none;
}
.ret-hero-tourism-inner {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}
.ret-hero-tourism-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem 3rem;
    align-items: start;
}
@media (min-width: 992px) {
    .ret-hero-tourism-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem 4rem;
    }
}
.ret-hero-tourism-left {
    min-width: 0;
    overflow: hidden;
}
.ret-hero-tourism-left-text {
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
}
.ret-hero-tourism-left-title,
.ret-hero-tourism-right-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .ret-hero-tourism-left-title,
    .ret-hero-tourism-right-title {
        font-size: 1.5rem;
    }
}
.ret-hero-tourism-left-subtitle,
.ret-hero-tourism-right-desc {
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.95);
    line-height: 1.6;
    margin: 0;
}
.ret-hero-tourism-left-subtitle {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}
.ret-hero-tourism-left-subtitle p,
.ret-hero-tourism-left-subtitle ul,
.ret-hero-tourism-left-subtitle ol {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}
.ret-hero-tourism-left-subtitle ul,
.ret-hero-tourism-left-subtitle ol {
    margin: 0.5em 0;
    padding-left: 1.25em;
}
.ret-hero-tourism-left-subtitle li {
    margin-bottom: 0.25em;
}
.ret-hero-tourism-left-subtitle a {
    color: rgba(255,255,255,0.95);
    text-decoration: underline;
}
.ret-hero-tourism-left-subtitle a:hover {
    color: #fff;
}
.ret-hero-tourism-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: #0d2847;
}
.ret-hero-tourism-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ret-hero-tourism-right-title {
    margin-bottom: 1rem;
}
.ret-hero-tourism-right-desc {
    margin-bottom: 1.75rem;
}
.ret-hero-tourism-form-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    margin-top: 0.5rem;
}
.ret-hero-tourism-form-section {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #e5e7eb;
}
.ret-hero-tourism-form-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.ret-hero-tourism-form-section-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.ret-hero-tourism-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
}
.ret-hero-tourism-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.ret-hero-tourism-form-group-full {
    grid-column: 1 / -1;
}
.ret-hero-tourism-form-group-check {
    grid-column: 1 / -1;
}
.ret-hero-tourism-form label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6b7280;
}
.ret-hero-tourism-input {
    width: 100%;
    padding: 0.65rem 0.875rem;
    font-size: 0.9375rem;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.ret-hero-tourism-input:focus {
    outline: none;
    border-color: #1f4172;
    box-shadow: 0 0 0 2px rgba(31, 65, 114, 0.2);
}
.ret-hero-tourism-input::placeholder {
    color: #9ca3af;
}
.ret-hero-tourism-form-card .iti {
    width: 100%;
    display: block;
}
.ret-hero-tourism-form-card .iti__input {
    width: 100% !important;
    padding: 0.65rem 0.875rem;
    font-size: 0.9375rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
}
.ret-hero-tourism-form-card .iti__input:focus {
    border-color: #1f4172;
    box-shadow: 0 0 0 2px rgba(31, 65, 114, 0.2);
}
.ret-hero-tourism-form-card .iti__country-list {
    z-index: 1060;
}
.ret-hero-tourism-phone-wrap {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}
.ret-hero-tourism-phone-prefix {
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 0.9375rem;
    color: #6b7280;
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
}
.ret-hero-tourism-phone-wrap .ret-hero-tourism-input {
    border: none;
    border-radius: 0;
}
.ret-hero-tourism-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    color: rgba(255,255,255,0.9) !important;
    font-weight: 400 !important;
}
.ret-hero-tourism-form label {
    margin: 15px 0 0;
}
section.ret-hero-tourism {
    background: #444;
}
.ret-hero-tourism-form-section-title {
    font-size: 20px;
}
li.iti__divider {
    height: 7px;
}
.ret-hero-tourism-left {
    min-width: 0;
    overflow: hidden;
    background: rgb(0 0 0 / 20%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
}

section.ret-info-blocks-section {
    background: #333;
}

.ret-info-blocks-main-title {
    color: #fff !important;
}

.ret-hero-tourism-form-card {
    background: transparent;
    box-shadow: unset;
    padding: 0;
}

.ret-hero-tourism-form-section-title {
    color: #fff;
}

.ret-hero-tourism-form label {
    color: #fff;
}

.ret-hero-tourism-bg {
    opacity: 0.1;
}
.ret-hero-tourism-checkbox-label input {
    margin-top: 0.2rem;
}
.ret-hero-tourism-form-actions {
    margin-top: 1.5rem;
    text-align: center;
}
.ret-hero-tourism-bg {
    background-image: url(https://www.vivaview.al/storage/arrow-svg-300px-width-1.svg);
    background-size: cover;
    opacity: 0.3;
}
.ret-hero-tourism-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #374151;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.ret-hero-tourism-form-actions {
    margin: 0;
}
.ret-hero-tourism-btn:hover {
    background: #1f2937;
    transform: translateY(-1px);
}
.ret-hero-tourism-form-section {
    border: 0;
    margin: 0;
}
.ret-hero-tourism-btn {
    background: #a7864a;
}
.ret-hero-tourism-btn:hover {
    background: #9d7836;
}
@media (max-width: 575px) {
    .ret-hero-tourism-form-row {
        grid-template-columns: 1fr;
    }
}
