/*
Theme Name: Birdi Air
Theme URI: https://blogcto.com/projects/birdi-air
Author: Richard Seabrook (BlogCTO)
Author URI: https://blogcto.com
Description: A custom-built theme for Birdi Air
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0
Text Domain: birdi_air
*/

/*----------------------------------------------------------------------------
	
	Fonts
	
----------------------------------------------------------------------------*/
@font-face {
    font-family: 'Mesveda Medium';
    src: url('assets/fonts/Mesveda-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Mesveda SemiBold';
    src: url('assets/fonts/Mesveda-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Mesveda Bold';
    src: url('assets/fonts/Mesveda-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Sweet Sans Regular';
    src: url('assets/fonts/SweetSansPro-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Sweet Sans Medium';
    src: url('assets/fonts/SweetSansPro-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'gadabout-icons';
    src: url('assets/fonts/gadabout-icons.woff2?73546164') format('woff2');
}

/*----------------------------------------------------------------------------
	
	Variables
	
----------------------------------------------------------------------------*/
:root {

    --font-mesveda: 'Mesveda Medium';
    --font-mesveda-semibold: 'Mesveda SemiBold';
    --font-mesveda-bold: 'Mesveda Bold';
    --font-sweet-sans: 'Sweet Sans Regular';
    --font-sweet-sans-medium: 'Sweet Sans Medium';
    --font-icons: 'gadabout-icons';

    --theme-color-dark-blue: #2e3f51;
    --theme-color-medium-blue: #547080;
    --theme-color-khaki: #939080;
    --theme-color-cream: #efeee8;
    --theme-color-light-grey: #dddddd;
    --theme-color-white: #ffffff;
}

/*----------------------------------------------------------------------------
	
	General
	
----------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Screen reader only text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
a {
    color: var(--theme-color-white);
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: var(--theme-color-light-grey);
}

.page-width {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
}
.page-width--wide {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
}

/*----------------------------------------------------------------------------
	
	Loading Screen
	
----------------------------------------------------------------------------*/
@keyframes page-load-fade{
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}

@keyframes page-load-fade-in-out {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.loading-screen {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1350;
    pointer-events: none;

    color: var(--theme-color-cream);
    background-color: var(--theme-color-dark-blue);

    animation: page-load-fade 1s ease;
    animation-delay: 4s;
    animation-direction: reverse;
    animation-fill-mode: forwards;
}
.loading-screen .logo {
    width: 180px;
    height: auto;
    opacity: 0;

    animation: page-load-fade-in-out 3.5s ease;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

/*----------------------------------------------------------------------------
	
	Template Parts
	
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
	
	Image Banner
	
----------------------------------------------------------------------------*/
.section__image-banner {
    position: relative;
    width: 100%;
    min-height: 250px;
    max-height: 1000px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section__image-banner {
        height: 100vh;
    }
}

.image-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.section__booking-form {
    color: var(--theme-color-dark-blue);
    background-color: var(--theme-color-white);
}
.section__booking-form__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 20px;
    color: var(--theme-color-white);
    background-color: var(--theme-color-dark-blue);
}
.section__booking-form__title {
    margin: 0;
    font-family: var(--font-mesveda);
    font-size: 18px;
    letter-spacing: 0.5px;
}
.section__booking-form__menu .menu {
    display: flex;
    gap: 2rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.section__booking-form__menu .menu li a {
    color: var(--theme-color-white);
    padding: 2px 0;
    border-bottom: 1px solid var(--theme-color-white);
    font-family: var(--font-mesveda-semibold);
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.section__booking-form__menu .menu li a:hover {
    color: var(--theme-color-khaki);
    border-color: var(--theme-color-khaki);
}
.section__booking-form__form-container {
    position: relative;
    padding: 30px 20px 20px 20px;
}

@media (max-width: 767px) {
    .section__booking-form__form-container::after {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        width: 34px;
        height: 30px;
        background-color: var(--theme-color-cream);
        clip-path: polygon(0 0, 0 100%, 100% 0);
    }
    .section__booking-form__form-container::after {
        background-color: var(--theme-color-dark-blue);
    }
}

@media (min-width: 576px) {
    .section__booking-form__header,
    .section__booking-form__form-container {
        padding: 30px 36px 20px 36px;
    }
}

@media (min-width: 768px) {
    .section__booking-form {
        --triangle-length: 52px;
        --triangle-height: 36px;
    
        position: relative;
        top: -36px;
        padding-top: 36px;
        
        clip-path: polygon(
            0 var(--triangle-height),
            var(--triangle-length) 0,
            100% 0,
            100% 100%,
            0 100%
        );
        z-index: 1;
    }
    .section__booking-form__header {
        padding: 20px 36px;
        color: var(--theme-color-dark-blue);
        background-color: var(--theme-color-white);
    }
    .section__booking-form__title {
        font-size: 25px;
    }
    .section__booking-form__menu .menu li a {
        color: var(--theme-color-dark-blue);
        border-color: var(--theme-color-dark-blue);
    }
    .section__booking-form__menu .menu li a:hover {
        color: var(--theme-color-khaki);
        border-color: var(--theme-color-khaki);
    }
    .section__booking-form__form-container {
        padding: 0px 36px 36px 36px;
    }
}

@media (min-width: 992px) {
    .section__booking-form__header {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }
    .section__booking-form__form-container {
        padding: 10px 36px 36px 36px;
    }
}
@media (min-width: 1300px) {
    .section__booking-form__header,
    .section__booking-form__form-container {
        padding-left: 0;
        padding-right: 0;
    }
}


/*----------------------------------------------------------------------------
	
	Header
	
----------------------------------------------------------------------------*/
.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 14px solid var(--theme-color-dark-blue);
    background-color: var(--theme-color-cream);
}

/* Homepage header - transparent and floating */
body.home {
    position: relative;
}
body.home .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    border-top: none;
}
.header__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
}
.header__left__logo {
    max-width: 115px;
}
.header__left__logo a {
    color: var(--theme-color-dark-blue);
}
.header__left__logo a svg {
    width: 100%;
    height: auto;
}
.header__left__menu {
    
}
.header__left__menu .menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__left__menu .menu li a {
    color: var(--theme-color-dark-blue);
    font-family: var(--font-sweet-sans-medium);
    font-size: 18px;
    transition: color 0.3s ease;
}
.header__left__menu .menu li a:hover {
    color: var(--theme-color-khaki);
}
.header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}
.header__right__menu .menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__right__menu .menu li a {
    color: var(--theme-color-dark-blue);
    font-family: var(--font-mesveda);
    font-size: 15px;
    transition: color 0.3s ease;
}
.header__right__menu .menu li a:hover {
    color: var(--theme-color-khaki);
}
.header__right__menu--mobile .menu li a {
    font-family: var(--font-sweet-sans-medium);
    font-size: 12px;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .header__left__logo {
        max-width: 200px;
    }
}

/*----------------------------------------------------------------------------
	
	Subpage Menu
	
----------------------------------------------------------------------------*/
.header__left__menu .menu .menu-item.menu-item-has-children {
    position: relative;
}
.header__left__menu .menu .menu-item.menu-item-has-children > a {
    display: inline-block;
}
.header__left__menu .menu > .menu-item.menu-item-has-children > .dropdown-wrapper {
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: -150px;
    width: 675px;
    z-index: 10;
    padding-top: 36px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.header__left__menu .menu > .menu-item.menu-item-has-children:hover > .dropdown-wrapper {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.header__left__menu .menu > .menu-item.menu-item-has-children > .dropdown-wrapper > .dropdown-wrapper-inner {
    background-color: var(--theme-color-white);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.header__left__menu .menu > .menu-item.menu-item-has-children > .dropdown-wrapper > .dropdown-wrapper-inner::before {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(25% + 30px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--theme-color-white);
}
.header__left__menu .menu > .menu-item.menu-item-has-children > .dropdown-wrapper > .dropdown-wrapper-inner > .sub-menu {
    /* display: none; */
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header__left__menu .menu > .menu-item.menu-item-has-children > .dropdown-wrapper > .dropdown-wrapper-inner > .sub-menu > li {
    max-width: 225px;
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .mega-intro {
    margin-top: 8px;
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .mega-intro__desc,
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .mega-intro__link {
    font-family: var(--font-mesveda);
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 16px;
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .mega-intro__desc {
    margin-bottom: 4px;
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .mega-intro__link {
    display: inline-block;
    border-bottom: 1px solid var(--theme-color-dark-blue);
    transition: border-color 0.3s ease, color 0.3s ease;
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .mega-intro__link:hover {
    color: var(--theme-color-khaki);
    border-color: var(--theme-color-khaki);
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu li a {
    display: inline-block;
    font-family: var(--font-mesveda);
    font-size: 16px;
    letter-spacing: 0.5px;
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .sub-menu li a {
    margin-bottom: 4px;
    font-family: var(--font-mesveda);
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 11px;
}
.header__left__menu .menu .menu-item.menu-item-has-children .sub-menu .sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/*----------------------------------------------------------------------------
	
	Hamburger Menu
	
----------------------------------------------------------------------------*/
.toggler {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 22px;
}

.toggler__line {
    width: 22px;
    height: 2px;
    background-color: var(--theme-color-dark-blue);
    display: block;
}

.header__hamburger-menu {
    background: var(--theme-color-dark-blue);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    color: #1f1f1f;
    display: none;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    min-width: 280px;
    overflow: auto;
    padding: 36px;
    position: absolute;
    right: 24px;
    top: calc(100% - 12px);
    z-index: 3;
}

.header__hamburger-menu.active {
    display: flex;
}

.header__hamburger-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__hamburger-menu .menu li a {
    display: inline-block;
    margin-bottom: 18px;
    font-family: var(--font-mesveda-bold);
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    transition: color 0.3s ease;
}
.header__hamburger-menu .menu li a:hover {
    color: var(--theme-color-cream);
}
.header__hamburger-menu .menu .sub-menu {
    list-style: none;
    padding: 0 0 40px 0;
    margin: 0;
}
.header__hamburger-menu .menu .sub-menu li a {
    margin-bottom: 0;
    font-family: var(--font-mesveda);
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 24px;
    transition: color 0.3s ease;
}
.header__hamburger-menu .menu .sub-menu li a:hover {
    color: var(--theme-color-cream);
}

.header__hamburger-menu .hamburger-menu__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.toggler--close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
}

.toggler--close .toggler__line {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--theme-color-light-grey);
    display: block;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

.toggler--close .toggler__line:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.toggler--close .toggler__line:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header__hamburger-menu__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    pointer-events: auto;
    overflow: hidden;
    display: none;
}

@media (max-width: 575.98px) {
    .header__hamburger-menu {
        left: 24px;
        height: calc(100vh - 100% - 72px);
    }
}

/*----------------------------------------------------------------------------
	
	Footer
	
----------------------------------------------------------------------------*/
.footer__primary {
    
}
.footer__primary__logo {
    max-width: 200px;
}
.footer__primary__logo a {
    color: var(--theme-color-dark-blue);
}
.footer__primary__menus {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* Mobile: 2 menus per row */
.footer__primary__menus {
    gap: 1rem;
    row-gap: 3rem;
}
.footer__primary__menu {
    flex: 0 0 calc(50% - 0.5rem);
    min-width: unset;
}

/* Desktop: 4 menus in a row */
@media (min-width: 768px) {
    .footer__primary__menus {
        gap: 3rem;
    }
    .footer__primary__menu {
        flex: 0 0 auto;
        min-width: 100px;
    }
}
.footer__primary__menu h3 {
    font-family: var(--font-mesveda-bold);
    font-size: 13px;
    letter-spacing: 0.5px;
}
.footer__primary__menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__primary__menu .menu li {
    /* margin-bottom: 10px; */
}
.footer__primary__menu .menu li a {
    display: inline-block;
    color: var(--theme-color-dark-blue);
    font-family: var(--font-mesveda);
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 22px;
    transition: color 0.3s ease;
}
.footer__primary__menu .menu li a:hover {
    color: var(--theme-color-khaki);
}
.footer__primary__back-to-top {
    position: absolute;
    bottom: 0;
    right: calc(var(--bs-gutter-x) * .5);;
    width: 50px;
    height: 50px;
    border: 1px solid var(--theme-color-dark-blue);
    border-radius: 50%;
    transition: border-color 0.3s ease;
}
.footer__primary__back-to-top:hover {
    border-color: var(--theme-color-khaki);
}
.footer__primary__back-to-top a {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--theme-color-dark-blue);
    transition: color 0.3s ease;
}
.footer__primary__back-to-top a:hover {
    color: var(--theme-color-khaki);
}

.footer__primary__back-to-top a:after {
    content: '\E825';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-icons);
    font-size: 20px;
    line-height: 100%;
}
.footer__secondary {
    background-color: var(--theme-color-dark-blue);
    color: var(--theme-color-white);
    padding-bottom: 60px;
}
.footer__secondary__content {
    font-family: var(--font-mesveda);
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.footer__secondary__credits {
    font-family: var(--font-mesveda);
    font-size: 11px;
    letter-spacing: 0.5px;
}
.footer__secondary__credits .site-credits {
    font-size: 9px;
    line-height: 16.5px;
}

/*----------------------------------------------------------------------------
	
	Book a Flight Tab
	
----------------------------------------------------------------------------*/
.book-flight-tab {
    --triangle-length: 52px;
    --triangle-height: 36px;

    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 350px;
    height: 60px;
    background-color: transparent;
    isolation: isolate;
    filter: drop-shadow(0 -10px 8px rgba(0,0,0,0.1));
}

.book-flight-tab::before {
    content:"";
    position:absolute;
    inset:0;
    background: var(--theme-color-white);
    clip-path: polygon(
        0 var(--triangle-height),
        var(--triangle-length) 0,
        100% 0,
        100% 100%,
        0 100%
    );
    pointer-events: none;
    z-index: 1;
}


.book-flight-tab__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-decoration: none;
    color: var(--theme-color-dark-blue);
    position: relative;
    z-index: 1;
    padding-left: calc(10px + var(--triangle-length));
}

.book-flight-tab__text {
    font-family: var(--font-mesveda);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
}

.book-flight-tab__icon {
    width: 30px;
    height: 30px;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--theme-color-dark-blue);
}

.book-flight-tab__icon:after {
    content: '\E825';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-icons);
    font-size: 16px;
    line-height: 100%;
    color: var(--theme-color-dark-blue);
}



/*----------------------------------------------------------------------------
	
	Coverage Map
	
----------------------------------------------------------------------------*/
#map {
    min-height: 400px;
}
#map .leaflet-pane > svg path.leaflet-interactive {
    fill: var(--theme-color-dark-blue);
    fill-opacity: 0.2;
    stroke: var(--theme-color-dark-blue);
    stroke-opacity: 1;
}

/*----------------------------------------------------------------------------
	
    Booking Form
    
----------------------------------------------------------------------------*/
.book-flight-form .section__booking-form__header {
    padding-right: 80px;
}
.book-flight-form__form .form-label {
    color: var(--theme-color-dark-blue);
    font-family: var(--font-mesveda-semibold);
    font-size: 14px;
}
.book-flight-form__form .form-select,
.book-flight-form__form .form-control {
    border: 2px solid var(--theme-color-light-grey);
    border-radius: 0;
    height: 60px;
    box-shadow: none;
    outline: none;
    font-family: var(--font-mesveda-bold);
    font-size: 14px;
}
.book-flight-form__form .btn.btn-primary {
    background-color: var(--theme-color-dark-blue);
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    height: 60px;
    font-family: var(--font-mesveda-bold);
    font-size: 16px;
    letter-spacing: 0.5px;
    
}
.book-flight-form__form .btn.btn-primary:hover {
    background-color: var(--theme-color-khaki);
    border-color: var(--theme-color-khaki);
}

/*----------------------------------------------------------------------------
	
    Booking Form (slide-up)
    
----------------------------------------------------------------------------*/
.book-flight-form {
    --triangle-length: 52px;
    --triangle-height: 36px;

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background-color: transparent;
    filter: drop-shadow(0 -10px 8px rgba(0,0,0,0.1));
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out;
}
.book-flight-form::before {
    content:"";
    position:absolute;
    inset:0;
    background: var(--theme-color-white);
    clip-path: polygon(
        0 var(--triangle-height),
        var(--triangle-length) 0,
        100% 0,
        100% 100%,
        0 100%
    );
    pointer-events: none;
    z-index: 0;
}

.book-flight-form.active {
    transform: translateY(0%);
}

.book-flight-form__inner {
    height: 100%;
}
.book-flight-form__inner .page-width--wide {
    position: relative;
}

.book-flight-form__title {
    color: var(--theme-color-dark-blue);
    font-family: var(--font-mesveda-bold);
    font-size: 18px;
    letter-spacing: 0.5px;
}

.book-flight-form__close {
    position: absolute;
    top: 20px;
    right: 36px;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.book-flight-tab__icon.book-flight-form__close:after {
    content: '\E822';
}

/* Ensure the floating tab sits above content but below the open form */
.book-flight-tab {
    z-index: 1000;
}

/* When the booking form is open, optionally hide the tab on small screens */
@media (max-width: 767.98px) {
    .book-flight-form__close,
    .book-flight-tab__icon.book-flight-form__close:after {
        color: var(--theme-color-white);
        border-color: var(--theme-color-white);
    }
    .book-flight-form.active ~ .book-flight-tab {
        display: none;
    }
}

/*----------------------------------------------------------------------------
    
	Contact Form
	
----------------------------------------------------------------------------*/
.wpcf7-form-control {
    border: none;
    border-bottom: 1px solid var(--theme-color-dark-blue);
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.wpcf7-form-control:focus {
    border-color: var(--theme-color-dark-blue);
    box-shadow: none;
}
.wpcf7 .form-input-wrapper input,
.wpcf7 .form-input-wrapper textarea,
.wpcf7 .form-input-wrapper select {
    padding-left: 0;
    font-family: var(--font-mesveda);
    font-size: 12px;
    letter-spacing: 0.5px;
}
.wpcf7 .form-input-wrapper label {
    font-family: var(--font-mesveda-semibold);
    font-size: 16px;
    letter-spacing: 0.5px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: start;
    gap: 16px;
}
.wpcf7 .wpcf7-checkbox input[type="checkbox"] {
    display: inline-block;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid var(--theme-color-dark-blue);
    background-color: #fff;
    background-image: var(--bs-form-check-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.wpcf7 .wpcf7-checkbox input[type="checkbox"]:disabled {
    background-color: var(--theme-color-light-grey);
}
.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: var(--theme-color-dark-blue);
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
    font-family: var(--font-mesveda);
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 26px;
}



.wpcf7 .wpcf7-submit {
    background-color: var(--theme-color-dark-blue);
    color: var(--theme-color-white);
    font-family: var(--font-mesveda-bold);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 48px;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.wpcf7 .wpcf7-submit:hover {
    background-color: var(--theme-color-khaki);
}


@media (min-width: 768px) {
    .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
        align-items: center;
    }
}