body {
    font-size: 18px;
}

.hero-single{
    position: relative;
    overflow: hidden;
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.hero-content{
    position: relative;
    z-index: 2;
}

.hero-free-word {
    opacity: 0;
}

.hero-free-word.is-visible {
    animation: freeWordFadeIn .8s ease forwards;
}

@keyframes freeWordFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.color-text {
    color: #2d63c3;
    font-size: 18px;
    font-weight: 600;
}

.color-text-2 {
	color: #f95a20;
}

.site-title-tagline,
.choose-item .icon,
.footer-contact li i,
#scroll-top {
    background: #f95a20;
}

.footer-area,
.preloader {
	background: #2d63c3;
}

.footer-area {
    background: linear-gradient(135deg, #2458b7 0%, #2d63c3 58%, #1c4899 100%);
}

.footer-widget {
    padding: 72px 0 42px;
}

.footer-widget-wrapper {
    padding: 0 !important;
}

.footer-main-panel {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-left: 6px solid #f95a20;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(9, 29, 74, 0.18);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 34px clamp(24px, 4vw, 48px);
}

.footer-main-panel .footer-widget-box {
    margin-bottom: 0;
}

.footer-main-panel .footer-logo img {
    margin-bottom: 18px;
    width: 190px;
}

.footer-main-panel .footer-share-text,
.footer-main-panel .footer-widget-box p {
    color: #14366d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    margin-bottom: 0;
    max-width: 620px;
    padding-right: 0;
}

.footer-main-panel .color-text-2 {
    color: #cf4313;
    font-weight: 800;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-contact li {
    display: flex;
    margin-bottom: 0;
}

.footer-contact li a {
    align-items: center;
    background: #2d63c3;
    border: 1px solid rgba(45, 99, 195, 0.18);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.2;
    min-height: 48px;
    padding: 10px 16px 10px 10px;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.footer-contact li a:hover,
.footer-contact li a:focus {
    background: #1e4fa7;
    box-shadow: 0 10px 24px rgba(29, 70, 148, 0.24);
    color: #ffffff;
    transform: translateY(-1px);
}

.footer-contact li i {
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 32px;
    font-size: 15px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    margin-right: 0;
    text-align: center;
    width: 32px;
}

.copyright {
    background: #f7fbff;
    border-top: 0;
    padding: 20px 0;
}

.footer-legal {
    border-left: 4px solid #f95a20;
    padding: 2px 0 2px 18px;
}

.copyright .copyright-text {
    color: #14366d;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

.footer-legal-links {
    margin: 8px 0 0;
}

.footer-legal-link {
    color: #2d63c3;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
}

.footer-legal-link:hover,
.footer-legal-link:focus {
    color: #f95a20;
}

.site-title-tagline i,
.booking-form .form-group-icon i,
.copyright .copyright-text a,
.header-top-right .nice-select .option.focus, 
.header-top-right .nice-select .option.selected.focus, 
.header-top-right .nice-select .option:hover  {
    color: #f95a20;
}

.site-title,
h4,
.booking-form .form-group label {
    color: #2d63c3;
}

.navbar-brand img.logo-display {
    width: 290px;
}

.choose-item {
    border-radius: 0 100px 100px 100px;
}

.choose-area {
    padding-bottom: 30px;
}

.flight-booking .site-heading {
    margin-bottom: 35px;
}

.registration-form .form-helper {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin: 8px 0 0;
}

.form-choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}

.form-choice-grid-compact {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.booking-form .form-group .form-choice,
.booking-form .form-group .form-consent {
    align-items: flex-start;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 10px;
    line-height: 1.45;
    margin: 0;
    padding: 12px 14px;
}

.form-choice input,
.form-consent input {
    accent-color: #f95a20;
    flex: 0 0 auto;
    margin-top: 4px;
}

.form-choice:has(input:checked),
.form-consent:has(input:checked) {
    border-color: #f95a20;
    box-shadow: 0 0 0 3px rgba(249, 90, 32, 0.12);
}

.form-choice:has(input:disabled) {
    cursor: not-allowed;
    opacity: 0.45;
}

.other-destination-wrap {
    margin-top: 12px;
}

.consent-group {
    display: grid;
    gap: 12px;
}

.recaptcha-group {
    margin-top: 4px;
}

.recaptcha-missing {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    color: #9a3412;
    padding: 12px 14px;
}

.privacy-link-button {
    background: transparent;
    border: 0;
    color: #2d63c3;
    cursor: pointer;
    display: inline;
    font: inherit;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
}

.privacy-link-button:hover,
.privacy-link-button:focus {
    color: #f95a20;
}

body.privacy-modal-open,
body.registration-success-modal-open {
    overflow: hidden;
}

.registration-success-modal {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 32px 20px;
    position: fixed;
    z-index: 21000;
}

.registration-success-modal.is-open {
    display: flex;
}

.registration-success-backdrop {
    background: rgba(15, 23, 42, 0.72);
    inset: 0;
    position: absolute;
}

.registration-success-dialog {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 25px 80px rgba(15, 23, 42, 0.35);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    position: relative;
    width: min(1320px, calc(100vw - 32px));
    z-index: 1;
}

.registration-success-hero {
    align-items: center;
    display: grid;
    min-height: 410px;
    overflow: hidden;
    position: relative;
}

.registration-success-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.18));
    content: "";
    inset: 0;
    position: absolute;
}

.registration-success-hero img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.registration-success-hero-copy {
    padding: 66px clamp(22px, 6vw, 76px);
    position: relative;
    text-align: center;
    z-index: 1;
}

.registration-success-hero-copy h2 {
    display: grid;
    gap: 10px;
    margin: 0;
}

.registration-success-highlight {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: rgba(255, 255, 255, 0.48);
    color: #385576;
    display: inline;
    font-size: clamp(24px, 3.2vw, 42px);
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.28;
    padding: 0 6px;
}

.registration-success-body {
    padding: 28px clamp(20px, 5vw, 58px) 22px;
    text-align: center;
}

.registration-success-message {
    display: grid;
    gap: 13px;
    margin: 0 auto;
    max-width: 1000px;
}

.registration-success-message p,
.registration-success-share p {
    color: #385576;
    font-weight: 500;
    line-height: 1.36;
    margin: 0;
}

.registration-success-message p {
    font-size: clamp(23px, 2.55vw, 38px);
    letter-spacing: .08em;
}

.registration-success-message strong {
    color: #2d63c3;
    font-weight: 800;
}

.registration-success-share {
    display: grid;
    gap: 8px;
    margin-top: 28px;
}

.registration-success-share p {
    font-size: clamp(17px, 2vw, 28px);
    letter-spacing: .06em;
}

.registration-success-share-actions {
    display: flex;
    gap: 26px;
    justify-content: center;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.registration-success-share-actions li {
    display: flex;
}

.registration-success-share-actions a {
    align-items: center;
    color: #111827;
    display: grid;
    font-size: 13px;
    font-weight: 600;
    gap: 5px;
    justify-items: center;
    line-height: 1.25;
    text-align: center;
}

.registration-success-share-actions a:hover,
.registration-success-share-actions a:focus {
    color: #2d63c3;
}

.registration-success-share-actions i {
    color: #111827;
    font-size: 34px;
    line-height: 1;
}

.registration-success-share-actions .registration-success-whatsapp i {
    color: #25d366;
}

.registration-success-footer {
    border-top: 1px solid #dbe4f0;
    display: flex;
    justify-content: center;
    padding: 20px 26px 24px;
}

.registration-success-close-btn {
    background: #2d63c3;
    border-radius: 8px;
    min-width: 150px;
    padding: 12px 24px;
    text-transform: none;
}

.registration-success-close-btn::before {
    background: #f95a20;
}

.privacy-modal {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 32px 20px;
    position: fixed;
    z-index: 20000;
}

.privacy-modal.is-open {
    display: flex;
}

.privacy-modal-backdrop {
    background: rgba(15, 23, 42, 0.72);
    inset: 0;
    position: absolute;
}

.privacy-modal-dialog {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 25px 80px rgba(15, 23, 42, 0.35);
    max-height: calc(100vh - 64px);
    overflow: hidden;
    position: relative;
    width: min(1080px, calc(100vw - 40px));
    z-index: 1;
}

.privacy-modal-header {
    align-items: center;
    border-bottom: 1px solid #dbe4f0;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 20px 26px;
}

.privacy-modal-header h3 {
    color: #2d63c3;
    font-size: 24px;
    margin: 0;
}

.privacy-modal-close {
    align-items: center;
    background: #f95a20;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.privacy-modal-close:hover,
.privacy-modal-close:focus {
    background: #2d63c3;
}

.privacy-modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding: 26px;
}

.privacy-copy {
    color: #1f2937;
    font-size: 16px;
    line-height: 1.65;
}

.privacy-copy h4 {
    color: #2d63c3;
    font-size: 22px;
    margin: 0 0 14px;
}

.privacy-copy h5 {
    color: #2d63c3;
    font-size: 18px;
    margin: 22px 0 8px;
}

.privacy-copy p {
    margin: 0 0 12px;
}

.privacy-copy ul {
    margin: 0 0 14px 20px;
    padding: 0;
}

.privacy-copy li {
    margin-bottom: 4px;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.2);
    color: #1f2937;
    display: flex;
    gap: 20px;
    left: 20px;
    max-width: 720px;
    opacity: 0;
    padding: 18px;
    position: fixed;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100vw - 40px);
    z-index: 15000;
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cookie-consent-text {
    flex: 1 1 auto;
}

.cookie-consent h3 {
    color: #2d63c3;
    font-size: 20px;
    margin: 0 0 6px;
}

.cookie-consent p {
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 8px;
}

.cookie-consent-link {
    background: transparent;
    border: 0;
    color: #2d63c3;
    cursor: pointer;
    display: inline;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
}

.cookie-consent-link:hover,
.cookie-consent-link:focus {
    color: #f95a20;
}

.cookie-consent-accept {
    align-self: center;
    background: #f95a20;
    border-radius: 8px;
    flex: 0 0 auto;
    min-width: 120px;
    padding: 10px 16px;
    text-transform: none;
    white-space: nowrap;
}

.cookie-consent-accept::before {
    background: #2d63c3;
}

.form-submit {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.registration-form .theme-btn {
    background: #2d63c3;
}

.registration-form .theme-btn::before {
    background: #f95a20;
}

.registration-form .test-email-btn {
    background: #f95a20;
}

.registration-form .test-email-btn::before {
    background: #2d63c3;
}

.registration-form .preview-modal-btn {
    background: #385576;
}

.registration-form .preview-modal-btn::before {
    background: #2d63c3;
}

.form-message {
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 18px;
    padding: 14px 16px;
}

.form-message[hidden] {
    display: none;
}

.form-message-success {
    background: #ecfdf3;
    border-color: #a7f3c8;
    color: #166534;
}

.form-message-error {
    background: #fff1f2;
    border-color: #fecdd3;
    color: #9f1239;
}

.registration-form.is-submitting {
    opacity: 0.86;
}

.registration-form .theme-btn:disabled {
    cursor: wait;
    opacity: 0.78;
}

.site-title-tagline {
    padding: 10px 10px 10px 5px;
}

.header-top {
    position: relative;
    z-index: 10000;
}

.header-top-right .nice-select .list {
    z-index: 10001;
}

.header-top-right {
    justify-content: end;
}

.copyright .row {
    justify-content: center;
}

.copyright .copyright-text {
    text-align: left;
}

@media (max-width: 991px) {
    .header-top {
        display: block;
		top: 105px;
    }

	.header-top-right	{
		margin-top: 10px;
	}
	
	.navbar>.container {
        justify-content: center;
    }
	
	.navbar-brand img {
        width: 230px;
    }
	
	.navbar-brand {
		padding-top: 10px;
	}

    .footer-widget {
        padding: 56px 0 34px;
    }

    .footer-main-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-main-panel .footer-share-text,
    .footer-main-panel .footer-widget-box p {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact {
        justify-content: center;
    }

    .footer-legal {
        margin: 0 auto;
        max-width: 680px;
    }

    .copyright .copyright-text {
        text-align: center;
    }
}

@media (max-width: 767px) {
	.header-top-left,
	.header-top-right	{
		justify-content: center;
	}

    .form-choice-grid,
    .form-choice-grid-compact {
        grid-template-columns: 1fr;
    }

    .form-submit {
        flex-direction: column;
        justify-content: stretch;
    }

    .form-submit .theme-btn {
        width: 100%;
    }

    .registration-success-modal {
        padding: 16px 10px;
    }

    .registration-success-dialog {
        max-height: calc(100vh - 32px);
        width: calc(100vw - 20px);
    }

    .registration-success-hero {
        min-height: 310px;
    }

    .registration-success-hero-copy {
        padding: 44px 16px;
    }

    .registration-success-highlight {
        background: rgba(255, 255, 255, 0.56);
        font-size: 21px;
        letter-spacing: .04em;
    }

    .registration-success-body {
        padding: 22px 16px 18px;
    }

    .registration-success-message p {
        font-size: 22px;
        letter-spacing: .04em;
    }

    .registration-success-share p {
        font-size: 18px;
        letter-spacing: .03em;
    }

    .registration-success-footer {
        padding: 18px 16px;
    }

    .registration-success-close-btn {
        width: 100%;
    }

    .footer-widget {
        padding: 42px 0 28px;
    }

    .footer-main-panel {
        border-left: 0;
        border-top: 6px solid #f95a20;
        gap: 22px;
        padding: 28px 20px;
    }

    .footer-main-panel .footer-logo img {
        width: 170px;
    }

    .footer-main-panel .footer-share-text,
    .footer-main-panel .footer-widget-box p {
        font-size: 16px;
    }

    .footer-contact {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .footer-contact li,
    .footer-contact li a {
        width: 100%;
    }

    .footer-contact li a {
        justify-content: center;
        white-space: normal;
    }

    .footer-legal {
        border-left: 0;
        border-top: 4px solid #f95a20;
        padding: 14px 0 0;
    }

    .copyright .copyright-text {
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
    }

    .privacy-modal {
        padding: 18px 12px;
    }

    .privacy-modal-dialog {
        max-height: calc(100vh - 36px);
        width: calc(100vw - 24px);
    }

    .privacy-modal-header,
    .privacy-modal-body {
        padding: 18px;
    }

    .privacy-modal-header h3 {
        font-size: 20px;
    }

    .cookie-consent {
        bottom: 12px;
        flex-direction: column;
        gap: 14px;
        left: 12px;
        padding: 16px;
        width: calc(100vw - 24px);
    }

    .cookie-consent-accept {
        align-self: stretch;
        width: 100%;
    }
	
	.copyright .copyright-text {
		text-align: center;
	}
}
