:root {
    --uicolor: #f56e21;
    --uicolor2: #1D395D;
    --uicolor3: #0d81ff;
    --uicolor4: #50af09;
    --background3: #f6f6f6;
    --primary-text: #08163e;
    --secondarytext: #585b6f;
    --Text-color: #0a165e;
    --second-text-color: #ffffffb8;
    --hover-overlay: #00000008;
    --diver: #e5eaef;
    --hover-button: rgb(217 65 0);
    --container: 1200px;
    --font-family: "Alexandria";
    --miniradius: 16px;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #0f6f7e;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --border: 1px solid #ebecf1;
    --container-width: 1320px;
    --container-padding--value: 20px;
    --container-padding: 0 var(--container-padding--value);
    --box-shadow-defult: var(--diver) 0px 0px 0px 1px,0px 4px 2px -3px #09234012;
    --box-shadow-hover: #dbdce700 0px 0px 0px 1px,0px 15px 32px -14px #09234012,0px 4px 2px -3px #09234012;
    --border-defult-hover: #e5eaef52;
    --border-defult: 1px solid #fff;
    --PopoverShadow: 0 12px 20px 0 rgb(0 0 0 / 4%),0 2px 4px 0 rgb(0 0 0 / 2%),inset 0 0 0 1px rgb(255 255 255 / 60%);
    --whatsapp: #18743f;
    --transtionValue: 1s;
    --separator: var(--bgcolor);
    --chevron: '\f078';
    --plus-icon: '\e59e';
    --check-icon: "\f00c";
    --xlargeradius: 30px;
    --largeradius: 20px;
    --miniradius: 14px;
    --fsize: 14px;
    --font-familyen: Rubik;
    --f-number: Plus Jakarta Sans;
    --f-logo: "Baloo Bhaijaan 2",Outfit,sans-serif;
    --positive: #31a24c;
    --negative: #db1133;
    --pading: 40px 0 40px;
    --searchi-icon: "\f002";
    --sp-fill: #FFFFFF;
    --background: rgb(254 250 249);
    --background2: #e2e6ff;
    --_fa-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"))
}

a {
    text-decoration: none;
    color: var(--primary-text);
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

::placeholder {
    color: var(--secondarytext);
    font-weight: 300
}

:focus::placeholder {
    opacity: .4
}

.container {
    padding: var(--container-padding);
    max-width: var(--container-width);
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: var(--uicolor);
    border-radius: 50px
}

::-webkit-scrollbar-track {
    background: var(--background)
}
body {
    font-family: var(--font-family);
    line-height: 1.5;
    background: var(--bgcolor);
    font-size: var(--fsize);
     -webkit-font-smoothing: antialiased
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: inherit;
    word-break: break-word;
    vertical-align: middle
}

html {
    scroll-behavior: smooth;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s ease;
    background: white;
}

header.no-bkaground {
    position: fixed;
}

header.header-hide {
    transform: translateY(-100%);
}

.-site-logo>a img:first-child {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.-site-logo a img.--secondary--logo-image {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.-site-logo.--logo-Image > a {
    position: relative;
}

.no-bkaground .-site-logo a img.--secondary--logo-image {
    opacity: 1;
    visibility: visible;
}

.header_1 {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 31px;
    max-height: 31px;
    padding-inline: 15px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transform-origin: top center;
    background-color: var(--uicolor);
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0s;
    will-change: max-height, opacity, transform;
}

header.no-bkaground .header_1 {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.25s ease,
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0.4s;
}

.header_1 strong {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(121 74 255 / var(--tw-text-opacity));
}

.social_header_1 {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
}

.social_header_1 ul li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: flex;
    gap: 10px;
    font-size: 13px;
    align-items: center;
}

.social_header_1 ul li a i {
    font-size: 16px;
}

.--socialheader ul li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    font-size: 17px;
    opacity: 0.5;
}
ul.top-area-list {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}

ul.top-area-list li::after {
    content: "";
    background: #666d94;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(30deg);
}

ul.top-area-list li:last-child::after {
    display: none;
}

span.cont_header_1 {
    padding-right: 30px;
    color: white;
}
ul.top-area-list li {
    position: relative;
}
.--socialheader {
    margin-left: 12px;
}
ul.list-unstyled {
    display: flex;
    gap: 15px;
}

.--socialheader a:hover {
    opacity:1;
}
.messenger {
    --sociaColor: rgb(0, 153, 255)
}

.twitter {
    --sociaColor: #000000
}

.facebook {
    --sociaColor: #3b5998;
}

.linkedin {
    --sociaColor: #007AB5
}

.instagram {
    --sociaColor: #CB2029
}

.email {
    --sociaColor: #444
}

.whatsapp {
    --sociaColor: #4DC247
}

.telegram {
    --sociaColor: #34ADE1
}

.pinterest {
    --sociaColor: #CB2029;
}

.youtube {
    --sociaColor: #FF0000;
}

a.youtube:hover {
    background-color: #FF0000;
    border: none;
}
.cont-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    transition: box-shadow 0.35s ease;
    color: white;
    padding-block: 15px;
}

.-site-logo>a {
    display: flex;
    font-size: 40px;
    font-family: var(--f-logo);
    font-weight: 700;
}
.fixedintro .-site-logo>a img:first-child {
    display: block !important;
}

.--Site--Menu {
    display: flex;
    padding: 0 25px;
    flex: 1;
    position: relative;
    align-items: center;
}

.--Site--Menu>ul {
    display: flex;
    list-style: none;
    flex: 1 1 0%;
    justify-content: flex-start;
    gap: 7px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.--Site--Menu ul.sub-menu ul.sub-menu li:hover a {
    color: var(--uicolor) !important;
}

.--Site--Menu ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    transition: 0.2s all ease;
}

.--Site--Menu ul li.menu-item-has-children {
    padding-block: 21px;
}

.--Site--Menu ul li a {
    padding: 0 15px;
    font-weight: 500;
    position: relative;
    left: 0;
    height: 42px;
    border-radius: var(--largeradius);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-width: max-content;
    overflow: hidden;
    color: white;
    font-size: 16px;
}

.--Site--Menu>ul>li>a::before {
    content: "";
    height: 2px;
    background: #e8050c;
    background: linear-gradient(90deg, var(--uicolor), #e8050c70 44%, #e8050c00 73%);
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: right center;
    z-index: 1;
    opacity: 1;
    border-radius: 3px;
}

.--Site--Menu>ul>li>a:hover::before {
    transform: scale(1);
    transform-origin: left center;
}

.--Site--Menu ul li.menu-item-has-children a {
    padding: 0px 15px 0px 33px;
}

.--Site--Menu>ul>li>ul.sub-menu>li:hover a {
    color: var(--uicolor);
}

.--Site--Menu>ul>li:hover .-Show-SubMenu-Icon {
    color: var(--uicolor)
}

.--open--searching {
    display: flex;
    position: relative;
    align-items: center;
}

.--open--searching input {
    border: 1px solid #794aff1a;
    border-radius: 8px;
    width: 0;
    transition: 0.3s all ease;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 10px;
    padding-top: 10px;
    visibility: hidden;
    
    left: 55px;
}

.sech_svg .--open--searching input:focus {
    outline:2px solid transparent;
    outline-offset: 2px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 12rem;
    margin-right: 0.5rem;
}

.--open--searching.is-open input, .--open--searching.sech_svg input {
    width: 230px;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.--open--searching .fa-xmark {
    position: absolute;
    left: 0px;
    top: 63px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    z-index: 10;
}


.--open--searching.sech_svg .fa-xmark, .--open--searching.is-open .fa-xmark {
    opacity: 1;
    visibility: visible;
}


.--open--searching.sech_svg input, .--open--searching.is-open input {
    padding-right: 20px;
}

.--open--searching input: :placeholder {
    color:var(--secondarytext);
    font-weight: 300;
}


.--open--searching svg, .--open--searching i {
    width: 20px;
    height: 20px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 20px;
    order: 1;
    pointer-events: auto;
    color: #fff;
    border-radius: var(--miniradius);
}

.header--Tools .--open--searching svg, .header--Tools .--open--searching i {
    color: #fff;
}


.--open--searching svg: active, .--open--searching i:active {
    transform:scale(0.95);
}

.--open--searching svg rect {
    fill: transparent !important;
}

.search-close-btn {
    position: absolute;
    left: 60px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    color: var(--primary-text);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    z-index: 10;
}

.--open--searching.is-open .search-close-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto !important;
}

.search-close-btn:hover {
    color: var(--hover-button);
    transform: scale(1.1);
}

.--socialheader>ul>li>a {
    font-size: 24px;
    display: flex;
}
.header--Tools .--Parent-URL-BTN a, .yc-header-button a {
    position: relative;
    z-index: 10;
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    border-color: transparent;
    align-items: center;
    padding: 11px 15px;
    transition: all 0.6s ease-in-out;
}

.header--Tools .--Parent-URL-BTN a i {
    font-size: 16px;
}

.button-icons {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.button-icon.first {
    color: white;
    transition: 400ms;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--uicolor);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    transition: 0.3s all ease;
}

.yc-auto-book-button a:hover .button-icon.first {
    scale: 0;
}

.--Parent-URL-BTN a:not(:hover) .button-icon.first {
    transition-delay: .15s;
}

.button-icon.sec {
    position: absolute;
    color: var(--Text-color);
    transition: 400ms;
    transition-delay: 100ms;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--uicolor);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: auto;
    right: 15px;
    scale: 0;
    transition: 0.3s all ease;
}

.yc-auto-book-button a .button-icon {
    background-color: white;
}

.yc-auto-book-button a .button-icon svg g {
    fill: var(--uicolor);
}

.yc-auto-book-button a:hover .button-icon.sec {
    scale: 1;
    right: 10px;
}

.--Parent-URL-BTN a:hover .button-icon.first {
    scale: 0;
}

.--Parent-URL-BTN a:hover .button-icon.sec {scale: 1;}

.before-title {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--secondarytext);
    font-weight: 500;
}

.title {
    max-width: 650px;
    margin: 0 0 20px;
    color: var(--uicolor2);
    font-size: 40px;
    font-weight: 700;
}

.description {
    max-width: 650px;
    margin: 0 0 24px;
    color: var(--secondarytext);
    font-weight: 400;
    line-height: 1.7;
    font-size: 20px;
}

.side-menu-toggle-button {
    background: #eef1ff;
    border: none;
    cursor: pointer;
    padding: 11px;
    border-radius: var(--xlargeradius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--uicolor);
    transition: 0.2s all ease;
}

button.side-menu-toggle-button:hover {
    background-color: var(--uicolor2);
    color: white;
}

.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

.side-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

.side-menu-container.active {
    right: 0;
}

.side-menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.side-menu-close {
    background: var(--uicolor2);
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
    border-radius: var(--xlargeradius);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    position: absolute;
    left: 10px;
    top: 10px;
}

.side-menu-close i {
    transition: 0.5s all ease;
}

.side-menu-close:hover i {
    transform: rotate(360deg);
}

.side-menu-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.side-menu-logo {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
}

.side-menu-logo img, .side-menu-logo a {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.side-menu-label {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}

.side-menu-content-field {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.side-menu-title, .side-menu-alt-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--Text-color);
    margin-bottom: 20px;
}

.side-menu-alt-title {
    font-size: 16px;
    color: #666;
}

.side-menu-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--secondarytext);
}

.contact-item.address-item span {
    transition: 0.2s all ease;
    cursor: pointer;
}

.contact-item.address-item:hover span {
    color: var(--uicolor);
}

.contact-item i {
    font-size: 21px;
    font-weight: 100;
    color: var(--uicolor);
    min-width: 45px;
    display: flex;
    height: 45px;
    border-radius: var(--miniradius);
    background-color: #eef1ff;
    justify-content: center;
    align-items: center;
}

.contact-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-item a:hover {
    color: #0066ff;
}

.side-menu-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #666;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #0066ff;
    color: #fff;
    border-color: #0066ff;
}

@media (max-width: 768px) {
    .side-menu-container {
        max-width: 85vw;
    }
}

h4.social-title {
    margin-bottom: 20px;
}

.side-menu-section {
    margin-bottom: 20;
}
.-Show-SubMenu-Icon {
    position: absolute;
    left: 9px;
    font-size: 10px;
    transition: 0.2s all ease;
    color: white;
}

.--Site--Menu ul li ul.sub-menu li .-Show-SubMenu-Icon {
    color: var(--Text-color);
    font-size: 10px;
    display: none;
}

.--Site--Menu ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    background: #fff;
    display: block;
    transform: translateY(-8px);
    transform-origin: top center;
    clip-path: inset(0 0 100% 0);
    min-width: 220px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%), 0 1px 4px 0 rgb(0 0 0 / 6%), 0 -1px 0 0 rgb(0 0 0 / 6%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 320ms cubic-bezier(.22, .61, .36, 1), opacity 220ms ease, visibility 0s linear 320ms;
    will-change: transform, opacity;
}

.--Site--Menu ul li:hover > ul.sub-menu,
.--Site--Menu ul li:focus-within > ul.sub-menu {
    clip-path: none;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.--Site--Menu ul.sub-menu li ul.sub-menu {
    right: 100%;
    top: 0px;
    z-index: 101;
    align-items: center;
    font-size: 15px;
    color: var(--secondarytext);
}

.--Site--Menu ul li:hover > ul.sub-menu {
    opacity:1;
    visibility: visible;
}

.--Site--Menu>ul>li:hover>ul.sub-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.--Site--Menu ul li ul.sub-menu li {
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-width: max-content;
    text-align: right;
}

.--Site--Menu>ul>li>ul.sub-menu>li>a {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 12px;
    font-size: 14px;
    color: var(--secondarytext);
    transition: 0.2s all ease;
    opacity: 1;
    flex: 1 1 0%;
    justify-content: flex-end;
}

.--Site--Menu>ul>li:hover>ul.sub-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.--Site--Menu>ul>li>ul.sub-menu>li:hover a {
    color: var(--uicolor);
}

.--Site--Menu ul.sub-menu li a::before {
    position: absolute;
    top: 50%;
    left: 8px;
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    content: "\f053";
    font-size: 10px;
    color: var(--uicolor);
    transform: translateY(-50%) scale(0);
    -webkit-transition: .5s;
    transition: .5s;
}

.--Site--Menu ul.sub-menu li a:hover::before {
    transform: translateY(-50%) scale(1);
}

.--Site--Menu ul li ul.sub-menu li:hover .-Show-SubMenu-Icon {
    transform:rotate(90deg);
    color: var(--uicolor);
}
.-YC-owl-Slides-next, .-YC-owl-Slides-prev {
    font-size: 17px;
    color: var(--uicolor2);
    width: 60px;
    height: 40px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    opacity: 1;
    position: relative;
    overflow: hidden;
    transition: 0.2s all ease;
}

.-YC-owl-Slides-next::before, .-YC-owl-Slides-prev::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(0.7);
    background-color: var(--uicolor);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.-YC-owl-Slides-next:hover, .-YC-owl-Slides-prev:hover {
    color: white
}

.btn-fixed-bh {
    display: flex;
    flex-direction: column;
    right: 15px;
    bottom: 25px;
    position: fixed;
    z-index: 998;
    gap: 12px;
}

.--you-ph, .GotoTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
}

.--you-ph:hover, .GotoTop:hover {
    transform:translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.--you-ph::after, .GotoTop::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}
.--you-ph > a, .-sin-like.-shar--single {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 20px;
    text-decoration: none;
    z-index: 2;
}


.--you-ph.-YourCol-but {
    background: var(--uicolor);
}

.--you-ph.-YourCol-but:hover {
    background:var(--uicolor2);
}

.--you-ph.-YourC-but {
    background: #25D366;
    
}

.--you-ph.-YourC-but:hover {
    background:#128C7E;
}

.--you-ph.-YourShar-but {
    background: var(--uicolor2);
}

.--you-ph.-YourShar-but:hover {
    background:var(--uicolor);
}

.GotoTop {
    background: var(--uicolor);
    color: #fff;
    transform: translateY(100px);
    left: 17px;
    bottom: 30px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

.GotoTop.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    animation: spineer 2s infinite;
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(190 134 68 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

.GotoTop.visible:hover {
    transform: translateY(-5px);
}


.--you-ph:hover i, .GotoTop:hover i {
    animation:simpleFloat 1s ease-in-out infinite;
}

.-Header-Fix {
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.-Header-Fix.header-scrolled {
    opacity: 1;
    transform: translateY(0);
}
.search_header {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000000cc;
    left: 0;
    z-index: 20000;
    align-items: flex-start;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.search_header:not(.shows--in-searching) {
    opacity: 0;
    pointer-events: none;
}

.search_header:not(.shows--in-searching) .search_body {
    transform: translateY(-100%);
}

.search_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.search_closse {
    --el-width: 40px;
    width: var(--el-width);
    height: var(--el-width);
    color: var(--uicolor);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 2;
    font-size: 20px;
    display: flex;
    cursor: pointer;
    transition: 180ms;
}

.search_closse:hover {
    background: #f0f0f0;
}

.search_closse>i {
    font-weight: inherit;
}

.search_body {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    z-index: 1;
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.search_close_wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
}

.search_body>h2 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    display: none;
}

.search_body>form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 40px 30px;
}

.search_input_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--uicolor);
    padding-bottom: 10px;
}

.search_body>form>input[type=search],
.search_input_wrapper>input[type=search] {
    border: 0;
    padding: 10px 0;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
    line-height: 1.5;
    color: #333;
    background: transparent;
}

.search_body>form>input[type=search]::placeholder,
.search_input_wrapper>input[type=search]::placeholder {
    color: #999;
}

.search_body>form>button,
.search_input_wrapper>button {
    border: 0;
    background: transparent;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.search_body>form>button:hover,
.search_input_wrapper>button:hover {
    transform: scale(1.1);
}

.search_header.shows--in-searching svg.cursor-pointer path {
    fill: var(--uicolor) !important;
}

.search_header.shows--in-searching svg.cursor-pointer {
    color: var(--uicolor);
    width: 17px;
    height: 17px;
}

.search_input_wrapper {
    border-bottom: none;
    position: relative;
}

.search_input_wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007AFF;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.search_input_wrapper.line--animate::after {
    transform: scaleX(1);
}

.search_input_wrapper {
    border-bottom: none;
    position: relative;
}

.search_input_wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--uicolor);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.search_input_wrapper.line--animate::after {
    transform: scaleX(1);
}

footer {
    background-color: #1C2029;
    margin: auto 20px;
    border-radius: var(--largeradius);
}

.-footer-description-content {
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 12px;
    max-width: 659px;
    color: #d1d1d1;
    position: relative;
    z-index: 3;
    font-weight: 400;
}

.-current-widgets-menu2 .-footer-description-content {
    max-width: 360px;
    line-height: 1.7;
}

.-footer-description-content strong {
    color: white;
}

.-footer-widgets-single.-current-widgets-contact {
    margin: 0;
}

.-footer-widgets-single.-current-widgets-contact a i {
    color: white;
    background-color: #ffffff1a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: var(--xlargeradius);
}

.-footer-widgets-title .right-line {
    max-height: 100%;
    background-color: var(--uicolor);
    width: 5px;
    border-radius: 20px;
}

.footer-slide-3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 36px 0;
    border-top: 1px solid #ffffff1a;
    flex-wrap: wrap;
}

.footer-slide-3 .footer-slide-item {
    background-color: #ffffff0d;
    padding: 22px;
    border-radius: var(--miniradius);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: 221px;
    min-width: 170px;
    justify-content: center;
}

.footer-slide-3 .slide-item-num {
    font-size: 32px;
    font-weight: 600;
    color: var(--uicolor);
}

.footer-slide-3 .slide-item-title {
    font-size: 16px;
}

.footer-social-items {
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
    margin-bottom: 30px;
    border-top: 1px solid #ffffff1a;
}

.footer-contact-2 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-slide-contact {
    display: flex;
    gap: 20px;
}

.footer-slide-contact .footer-slide-item {
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-icon-sec-3 {
    color: white;
    font-weight: 100;
}

.item-dot {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: white;
}

.footer-slide-item:first-child .item-dot {
    display: none;
}
.--company-menu-mobile {
    display: none;
}

.-company-contact-minibox {
    display: block;
    list-style: none;
}

.-company-contact-minibox>div {
    padding: 5px 0;
    position: relative;
    display: flex;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
}

.-footer-widgets-single.-current-widgets-contact .company__adress i {
    color: white;
    background-color: #ffffff1a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: var(--largeradius);
}

.-footer-widgets-single.-current-widgets-contact .company__adress span {
    color: #afb3c8;
    transition: 0.2s all ease;
}

.-footer-widgets-single.-current-widgets-contact .company__adress:hover span {
    color: white;
}
.-current-widgets-payments {
    padding: 26px 0;
    position: relative;
    z-index: 11;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

footer-bottom {
    display: flex;
    margin: 0;
    font-weight: 500;
    justify-content: space-between;
}

p.copyrights {
    font-weight: 400;
    color: white;
}
.GotoTop, .yourcolor--copyright {
    display: flex;
    align-items: center;
}

.yourcolor--copyright p {
    color: white;
}

.yourcolor--copyright>p>a {
    margin-inline-start:9px; }

.-footer-widgets-links>li>a {
    color: white;
    font-size: 16px;
    padding: 0;
    transition: 180ms;
    position: relative;
    overflow: hidden;
    background-position-y: 0;
    background-repeat: no-repeat;
    backface-visibility: hidden;
}

@keyframes title-underline {
    0% {
        background-position-x: 100%;
        background-size: 100% 100%
    }

    to {
        background-position-x: 100%;
        background-size: 0 100%
    }
}

.-footer-widgets-links>li>a:hover {
    color: var(--uicolor);
}

@keyframes title-underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%
    }

    to {
        background-position-x: 0;
        background-size: 100% 100%
    }
}

.--company-menu-mobile i {
    margin-inline-end: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    z-index: 1;
    font-size: 23px;
    min-width: 26px;
    color: white;
}

.-footer-widgets-title {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: white;
    margin-bottom: 41px;
    line-height: 1.4;
    position: relative;
    gap: 10px;
}

.-footer-widgets-title::after {
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 30px;
    height: 5px;
    content: "";
    background: var(--uicolor);
}

.-footer-widgets-title::before {
    content: "";
    height: 2px;
    width: 80px;
    background: #ffffff80;
    position: absolute;
    bottom: -14px;
    right: 0;
}

.-footer-widgets-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    max-width: 95%;
    margin: 0 auto;
    margin-inline-start:0;
    }

.-box-im-In, .-footer-widgets-links>li {
    margin-bottom: 7px;
    flex: 0;
    min-width: 209px;
    max-width: 201px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--uicolor);
}

.-footer-widgets-single.-current-widgets-maps {
    max-width: 290px;
    min-width: 290px;
}

.--Inner--footer--sit-map {
    position: relative;
    padding-bottom: 70%;
    border-radius: var(--miniradius);
    overflow: hidden;
}

.--Inner--footer--sit-map>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.-company-contact-minibox>div>a {
    display: flex;
    align-content: inherit;
    align-items: inherit;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: inherit;
    justify-content: inherit;
    color: white;
    gap: 10px;
}

.-company-contact-minibox>div>a>span {
    transition: 0.2s all ease;
    color: #afb3c8;
}

.-company-contact-minibox>div>a:hover span {
    color: white;
}
.-row-shares-items>a>i, footer {
    position: relative;
}

.-row-shares-items>a:hover i {
    color: white;
}

.footer-body {
    position: relative;
    z-index: 11;
}

footer-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.-footer-widgets-single.-current-widgets-logo {
    min-width: 470px;
}

.-footer-widgets-single {
    display: block;
    flex: 1;
    min-width: 190px;
}

.-footer-widgets-single.-current-widgets-menu2 {
    max-width: 100%;
}

.-footer-site-logo.--logo-Image {
    max-width: max-content;
}

.-footer-site-logo.--logo-Image>a {
    display: block;
}

.-footer-p-content {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
    color: white;
}
.-row-shares-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    gap: 8px;
}

.-row-shares-items>a {
    display: flex;
    border-radius: var(--xlargeradius);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 18px;
    flex-wrap: wrap;
    color: white;
    position: relative;
    transition: 0.15s all ease;
    border: 1px solid white;
}

a.threads:hover {
    background-color: #000000;
    border: none;
}

a.telegram:hover {
    background-color: #34ADE1;
    border: none;
}

.-row-shares-items .facebook:hover {
    background-color: #3b5998;
    border: none;
}

.-row-shares-items .twitter:hover {
    background-color: #000000;
    border: none;
}

.-row-shares-items .linkedin:hover {
    background-color: #007AB5;
    border: none;
}

.-row-shares-items .instagram:hover {
    border: none;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5) !important;
}

.button-block {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.--Parent-URL-BTN a {
    border: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    font-size: 15px;
    background-color: var(--yc-auto-navy);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    flex-direction: row-reverse;
    gap: 10px;
    color: white;
}

.-ycwt-chooseus .--Parent-URL-BTN a::after {
    background: var(--uicolor) !important;
}

.--Parent-URL-BTN a::before {
    left: -10px;
    background: var(--uicolor);
}

.--Parent-URL-BTN a span {
    transition: all .2s linear;
    transition-delay: .1s;
}

.--Parent-URL-BTN a:hover span {
    color: white;
    transform: translateX(-39px);
}

.--Parent-URL-BTN a i {
    transition: all .2s linear;
    transition-delay: .1s;
}

.--Parent-URL-BTN a:hover i {
    color: white;
}

.-ycw-row {
    padding: 50px 0 !important;
    z-index: 9;
    background: 0 0;
}

.owl-item {
    float: right;
}

.owl-nav.disabled {
    display: none;
}

.aboutus-wd {
    background-image: var(--img2);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    position: absolute;
    height: 450px;
    top: 39px;
    z-index: 11;
    opacity: 1;
}

.aboutus-wd2 {
    background-image: var(--img2);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    position: absolute;
    height: 232px;
    z-index: 1;
    background-position: bottom;
    bottom: -1px;
}

.get-contact {
    border-bottom: 1px solid #141b45;
    padding: 35px 0 0;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.title-footer {
    display: flex;
    color: white;
    align-items: center;
    gap: 20px;
}

.tit1 {
    font-size: 75px;
}

.arrows-icons {
    position: relative;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 76px;
    display: flex;
    border: 5px solid white;
}

.arrows-icons:hover .arrow1 {
    transform: translateX(-70px);
    opacity: 0;
    transition-delay: 0s, 0s;
}

.arrows-icons:hover .arrow2 {
    opacity: 1;
    transition-delay: .15s, .15s;
    transform: translateX(-71px);
}

.arrow2 {
    opacity: 0;
    left: 95px;
    position: absolute;
    transition-delay: 0s, 0s;
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
    color: white;
}

.arrow1 {
    opacity: 1;
    transition-delay: .15s, .15s;
    transform: translate(0);
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
    color: white;
}

.get-contact .--Parent-URL-BTN a {
    padding: 25px;
    font-size: 21px;
}

.get-contact .--Parent-URL-BTN a i {
    font-size: 28px;
}

@media only screen and (max-width: 1300px) {
    * {
    }

    footer-body {
        gap: 25px;
    }

    .-footer-widgets-single.-current-widgets-logo {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1000px) {
    * {
    }

    .header_1 {
        display: none;
    }

    postsscrollloader {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .--Site--Menu {
        top: 88px !important;
    }
}

@media only screen and (max-width: 991px) {
    * {
    }

    .-footer-widgets-single {
        width: calc(50% - 25px);
        min-width: 208px;
    }
}

@media only screen and (max-width: 848px) {
    * {
    }

    .-ycw-row {
        padding: 10px 0 !important;
    }
}

@media only screen and (max-width: 911px) {
    * {
    }

    .sec-fotter {
        gap: 20px;
    }

    .-company-contact-minibox>div>a>span {
        font-size: 12px;
    }

    .-footer-widgets-single.-current-widgets-contact .company__adress span {
        font-size: 12px;
    }

    .-footer-widgets-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 851px) {
    * {
    }

    .-footer-p-content {
        min-width: 610px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sie-pt-tit>h1 {
        font-size: 18px !important;
    }

    footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
        font-size: 12px;
    }

    .footer-social-items {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 0;
    }

    .-current-widgets-menu2 .-footer-widgets-links {
        flex-direction: column;
    }
}

@media only screen and (max-width: 650px) {
    * {
    }

    .-footer-widgets-single {
        width: 100%;
        padding: 0;
    }

    .-row-shares-items>a {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .tit1 {
        font-size: 30px !important;
    }
    
    .arrows-icons {
        width: 90px !important;
        height: 46px !important;
    }
    
    a.arrows-icons svg {
        width: 50px !important;
        height: 50px !important;
    }
    
    .get-contact .--Parent-URL-BTN a {
        padding: 10px !important;
        font-size: 14px !important;
    }
    
    .get-contact .--Parent-URL-BTN a i {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 600px) {
    * {
    }

    .GotoTop {
        width: 40px;
        height: 40px;
    }

    .--you-ph {
        width: 40px;
        height: 40px;
    }

    .--you-ph > a, .-sin-like.-shar--single {
        font-size: 18px;
    }

    ol.BreadcrumbsFilters>li i {
        font-size: 12px !important;
    }

    .search_body>form>input[type=search]::placeholder {
        font-size: 22px;
    }

    .search_header.shows--in-searching svg.cursor-pointer {
        width: 19px;
        height: 19px;
    }

    .search_closse {
        top: 10px !important;
        font-size: 20px;
    }

    .search_body>form>input[type=search] {
        height: 65px !important;
    }

    .-footer-widgets-single.-current-widgets-logo {
        flex-direction: column;
    }

    .-company-contact-minibox>div {
        padding: 5px;
    }

    .footer-slide-3 {
        gap: 10px;
    }

    .footer-slide-3 .slide-item-title {
        font-size: 14px;
    }

    .footer-slide-3 .slide-item-num {
        font-size: 22px;
    }

    .footer-slide-3 .footer-slide-item {
        padding: 12px;
    }

    .-footer-widgets-links>li>a {
        font-size: 12px;
    }

    .-footer-description-content {
        font-size: 15px;
    }

    .-footer-p-content .-footer-description-content {
        text-align: center;
    }
}

@media only screen and (max-width: 580px) {
    * {
    }

    .title {
    font-size: 16px !important;
    margin-bottom: 10px;
}

    .-row-shares-items {
        gap: 4px;
        justify-content: center;
    }
}

@media only screen and (max-width: 406px) {
    * {
    }

    postsscrollloader {
        padding: 7px 12px !important;
        font-size: 12px !important;
    }

    ol.BreadcrumbsFilters>li>a {
        font-size: 13px !important;
    }

    ol.BreadcrumbsFilters>li>a {
        font-size: 10px !important;
    }

    .footer-slide-item:first-child .item-dot {
        display: block;
    }

    .footer-social-items {
        align-items: flex-start;
    }

    .footer-slide-contact {
        flex-direction: column;
    }

    .footer-icon-sec-3 {
        display: none;
    }

    .-footer-description-content {
        font-size: 12px;
    }

    .footer-slide-3 .footer-slide-item {
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    * {
    }

    .-footer-widgets-single {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        align-items: self-start;
    }
}

@media only screen and (max-width: 1170px) {
    * {
    }

    .search_closse {
        top: 14px;
    }

    .search_body>form>input[type=search] {
        height: 80px;
    }

    footer {
    margin: 0;
    border-radius: 0;
}
}

@media only screen and (max-width: 1170px) {
    * {
    }

    .header--Tools .--Parent-URL-BTN {
        display: none;
    }

.no-bkaground .--Site--Menu {
    top: 63px;
}

    .--Site--Menu>ul>li.current-menu-item>a {
        background: #ffffff;
        color: var(--primary-text);
        padding: 10px;
        flex: 1;
        width: 100%;
    }

    .--Site--Menu.open_menu {
        visibility: visible;
        opacity: 1;
        right: 0;
        padding: 14px;
        justify-content: start;
    }

    .--Site--Menu open_menu a,.--Site--Menu.open_menu li a {
        color: var(--primary-text);
        padding: 13px;
    }

    .--Site--Menu>ul>li:hover a {
        color: black;
    }

    .-Show-SubMenu-Icon {
        width: 40px;
        height: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: relative;
        margin-left: 0px;
        background: var(--uicolor2) !important;
        opacity: 1;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        color: white !important;
    }

    .--Site--Menu>ul>li:hover .-Show-SubMenu-Icon {
        color: white;
    }

    .--Site--Menu ul.sub-menu li .-Show-SubMenu-Icon {
        position: absolute;
        top: 9px;
        left: 9px;
        font-size: 10px;
        background: none;
    }

    .--Site--Menu ul li ul.sub-menu li:hover .-Show-SubMenu-Icon {
        color: black;
    }

    .--Site--Menu ul li ul.sub-menu {
        position: relative;
        display: block;
        min-width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden !important;
        pointer-events: none;
        border: none;
        clip-path: none;
        transform: translateY(-8px);
        transform-origin: top center;
        top: inherit;
        right: 0;
        transition: max-height 380ms cubic-bezier(.22, .61, .36, 1), transform 300ms cubic-bezier(.22, .61, .36, 1), opacity 220ms ease, visibility 0s linear 380ms;
        will-change: max-height, transform, opacity;
    }

    .--Site--Menu ul.sub-menu li ul.sub-menu {
        position: relative;
        display: block;
        min-width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden !important;
        pointer-events: none;
        border: none;
        clip-path: none;
        transform: translateY(-8px);
        transform-origin: top center;
        right: 0;
        background: #f1f1f1 !important;
        top: 5px;
    }

    .--Site--Menu ul li ul.sub-menu.active {
        max-height: 1200px;
        opacity: 1;
        visibility: visible !important;
        pointer-events: auto;
        transform: translateY(0);
        background: #f4f4f4;
        transition-delay: 0s;
    }

    .--Site--Menu ul li ul.sub-menu li {
        justify-content: space-between;
    }

    .--Site--Menu ul li ul.sub-menu li:hover {
        background: none;
    }

    .--Site--Menu>ul>li>ul.sub-menu>li>a {
        width: 100%;
        min-width: 100%;
        color: black;
        height: auto;
        justify-content: flex-start;
    }

    .--Site--Menu>ul>li>ul.sub-menu>li:hover a {
        color: black;
    }

    .background {
        border-radius: 16px;
        background: #f4f4f4;
        backdrop-filter: blur(15px);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-inline-start: 5px; }

    .menu__icon {
        padding: 4px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 0!important;
        background: 0 0;
        width: 28px;
        height: 28px;
        flex-direction: column;
    }

    .menu__icon span {
        width: 100%;
        height: 2px;
        border-radius: .125rem;
        background-color: var(--primary-text);
        transition: transform .4s,background-color .4s,opacity .4s
    }
}

@media only screen and (max-width: 900px) {
    *{}

.title {
    font-size: 25px;
}

.description {
    font-size: 13px;
    margin-bottom: 10px;
}

.before-title {
    font-size: 14px;
}

.get-contact {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}

.tit1 {
    font-size: 50px;
}

.arrows-icons {
    width: 120px;
    height: 56px;
}

a.arrows-icons svg {
    width: 60px;
    height: 60px;
}

.get-contact .--Parent-URL-BTN a {
    padding: 14px;
    font-size: 16px;
}

.get-contact .--Parent-URL-BTN a i {
    font-size: 20px;
}
}

@media only screen and (max-width: 950px) {
    *{}

    .-row-shares-items {
    flex: auto;
}

.footer-header {
    justify-content: center !important;
}
}

@media only screen and (max-width: 790px) {
    * {
    }

    .--Site--Menu.open_menu {
        max-width: 810px;
        min-width: 100%;
    }

    .--Parent-URL-BTN a {
        font-size: 12px;
    }

    .--Parent-URL-BTN a i {
        font-size: 14px;
    }

    header .container {
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 435px) {
    * {
    }

    .-footer-site-logo.--logo-Image {
        margin-inline: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 400px) {
    * {
    }

    footer-body {
        justify-content: center
    }

    .aboutus-wd {
    width: 280px;
}
}

@media only screen and (max-width: 630px) {
    * {
    }

    .-footer-widgets-single.-footer-p-content {
        min-width: auto;
    }
}

.icon-button svg {
    width: 20px;
    height: 16px;
}

@media only screen and (max-width: 851px) {
    * {
    }

    .-footer-description-content {
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 520px) {
    *{}

.side-menu-toggle-button {
    display: none; 
}
}

.cont-head1 {
    color: white;
}

header.HOME.nointroo {
    background-color: var(--uicolor2);
}

.-site-logo a {
    position: relative;
}

img.YourColor--Theme--image.--secondary--logo-image {position: absolute;top: 4px;}

:root {
    --yc-auto-red: var(--uicolor, #ed0008);
    --yc-auto-navy: #334094;
    --yc-auto-navy-dark: #06104d;
    --yc-auto-text: #071042;
    --yc-auto-muted: #686d82;
    --yc-auto-border: rgba(255, 255, 255, .16);
}

.yc-auto-header {
    z-index: 3000;
    width: 100%;
    background: transparent;
    direction: ltr;
}

.yc-auto-header a {
    text-decoration: none;
}

.yc-auto-topbar {
    min-height: 98px;
    background: #fff;
    color: var(--yc-auto-text);
}

.yc-auto-topbar .yc-auto-book-button a {
    direction: rtl;
}

.yc-auto-topbar__inner {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-inline: 20px;
}

.yc-auto-topbar__list {
    display: flex;
    gap: 30px;
    list-style: none;
    flex: 1 1 auto;
    justify-content: flex-start;
    align-items: center;
}

.yc-auto-topbar__item {padding: 15px;background-color: var(--diver);border-radius: var(--miniradius);}

.yc-auto-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--yc-auto-text);
    flex-direction: row-reverse;
}

.yc-auto-topbar__icon {
    position: relative;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--uicolor);
}

.yc-auto-topbar__icon::before {
    position: absolute;
    inset: 0;
    background: white;
    border: 1px solid rgb(10, 20, 75, .1);
    border-radius: 50%;
    content: "";
    z-index: 1;
}

.yc-auto-topbar__icon i {
    position: relative;
    z-index: 1;
    font-size: 27px;
    color: var(--uicolor);
}

.yc-auto-topbar__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.yc-auto-topbar__content strong {
    color: var(--yc-auto-text);
    font-weight: 600;
    direction: rtl;
}

.yc-auto-topbar__content span {
    color: var(--yc-auto-muted);
    font-weight: 500;
    direction: rtl;
    max-width: 300px;
}

.yc-auto-topbar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.yc-auto-topbar__actions .yc-auto-logo-wrap {
    padding-inline: 12px;
}

.yc-auto-book-button,
.yc-auto-book-button a,
.yc-auto-pill-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.yc-auto-offcanvas__panel .yc-auto-book-button {
    margin-bottom: 20px;
}

.yc-auto-book-button a,
.yc-auto-pill-button {
    border: none;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 11px;
    gap: 10px;
    color: white;
    flex-direction: row-reverse;
    background-color: var(--uicolor2);
}

footer .yc-auto-book-button a {
    background-color: rgba(253, 253, 253, 0.05);
    backdrop-filter: blur(10px);
}

.yc-auto-book-button a i, .yc-auto-pill-button i {
    transition: all .2s linear;
    transition-delay: .1s;
}

.yc-auto-book-button a:hover i, .yc-auto-pill-button:hover i {
    color: white;
}

.yc-auto-book-button a span, .yc-auto-pill-button span {
    transition: all .2s linear;
    transition-delay: .1s;
}

.yc-auto-book-button a:hover .yc-auto-book-button a span {
    transform: translateX(55px);
}

.yc-auto-book-button a:hover span, .yc-auto-pill-button:hover span {
    color: white;
    transform: translateX(-39px);
}

.yc-auto-menu-toggle {
    width: 52px;
    height: 52px !important;
    align-self: stretch;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    gap: 8px;
    border: 0;
    background: var(--uicolor2);
    cursor: pointer;
    justify-content: center;
}

.yc-auto-menu-toggle span {
    width: 26px;
    height: 3px;
    display: block;
    border-radius: 999px;
    background: #fff;
    transition: 0.4s all ease;
}

.yc-auto-menu-toggle:hover span:nth-child(2) {
    width: 21px;
}

.yc-auto-menu-toggle span:first-child {
    width: 19px;
}

.yc-auto-menu-toggle:hover span:first-child {
    width: 27px;
}

.yc-auto-menu-toggle span:last-child {
    width: 16px;
}

.yc-auto-menu-toggle:hover span:last-child {
    width: 27px;
}

body.yc-auto-side-open .yc-auto-menu-toggle span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

body.yc-auto-side-open .yc-auto-menu-toggle span:nth-child(2) {
    opacity: 0;
}

body.yc-auto-side-open .yc-auto-menu-toggle span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

.yc-auto-navbar {
    background: #646464BD;
    box-shadow: 0px 0px 5px #00000066;
    color: #fff;
}

.yc-auto-navbar__inner {
    display: flex;
    align-items: stretch;
    padding-inline-start: 0;
    flex-direction: row-reverse;
}

.yc-auto-logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding-inline-start: 44px;
    padding-inline-end: 21px;
}

.yc-auto-sticky-logo-wrap {
    display: none;
}

.yc-auto-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    padding-left: 20px;
    gap: 30px;
}

.yc-auto-tools .--open--searching {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

.yc-auto-tools .--open--searching svg,
.yc-auto-tools .--open--searching i {
    width: auto;
    min-width: 0;
    height: auto;
    color: #fff;
    font-size: 18px;
}

.yc-auto-call {
    min-height: 66px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-inline-start: 24px;
    border-inline-start: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.yc-auto-call__icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--uicolor);
    color: #fff;
    font-size: 22px;
}

.yc-auto-call__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.2;
}

.yc-auto-call__text small {
    font-size: 15px;
    font-weight: 800;
}

.yc-auto-call__text strong {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.yc-auto-offcanvas {
    position: fixed;
    inset: 0;
    z-index: 10000;
    pointer-events: none;
    direction: ltr;
}

.yc-auto-offcanvas__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .78);
    opacity: 0;
    transition: opacity .3s ease;
}

.yc-auto-offcanvas__panel {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: min(360px, calc(100vw - 34px));
    padding: 34px 30px;
    overflow-y: auto;
    background: white;
    box-shadow: 16px 0 36px rgba(0, 0, 0, .22);
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.77, 0, .175, 1);
    direction: rtl;
}

body.yc-auto-side-open .yc-auto-offcanvas {
    pointer-events: auto;
    cursor: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='M8%208L24%2024M24%208L8%2024'%20stroke='%23000'%20stroke-width='6'%20stroke-linecap='round'/%3E%3Cpath%20d='M8%208L24%2024M24%208L8%2024'%20stroke='%23fff'%20stroke-width='3'%20stroke-linecap='round'/%3E%3C/svg%3E") 16 16, crosshair;
}

body.yc-auto-side-open .yc-auto-offcanvas__overlay {
    opacity: 1;
}

body.yc-auto-side-open .yc-auto-offcanvas__panel {
    transform: translateX(0);
}

body.yc-auto-side-open .yc-auto-offcanvas__panel :is(
    a,
    button,
    input,
    textarea,
    select,
    label,
    [role="button"],
    [contenteditable="true"],
    [tabindex]:not([tabindex="-1"])
) {
    cursor: pointer;
}

body.yc-auto-side-open {
    overflow: hidden;
}

.yc-auto-offcanvas__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 34px;
}

.yc-auto-offcanvas__head .yc-auto-logo a,
.yc-auto-offcanvas__head .yc-auto-logo .first-logo-word,
.yc-auto-offcanvas__head .yc-auto-logo .second-logo-word {
    font-size: 30px;
}

.yc-auto-offcanvas__head .yc-auto-logo .second-logo-word {
    color: #fff !important;
}

.yc-auto-offcanvas__close {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    background: #eee;
    color: var(--uicolor2);
}

.yc-auto-side-section h3 {
    padding: 0 0 16px;
    font-size: 19px;
    font-weight: 700;
    border-bottom: 1px solid #7777777A;
    margin-bottom: 20px;
}

.yc-auto-side-about,
.yc-auto-side-about p {
    color: var(--secondarytext);
    font-weight: 500;
    margin-top: 20px;
}

.yc-auto-quote-form {
    display: grid;
    gap: 20px;
}

.yc-auto-quote-form input,
.yc-auto-quote-form textarea {
    width: 100%;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
}

.yc-auto-quote-form input {
    height: 52px;
}

.yc-auto-quote-form textarea {
    min-height: 118px;
    padding-block: 18px;
    resize: vertical;
}

.yc-auto-quote-form input::placeholder,
.yc-auto-quote-form textarea::placeholder {
    color: rgba(255, 255, 255, .9);
}

.yc-auto-submit-button {
    border: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
}

.yc-auto-submit-button::before, .yc-auto-submit-button::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(15deg);
    transition: all 0.5s;
    overflow: hidden;
    z-index: -1;
}

.yc-auto-submit-button:hover::before, .yc-auto-submit-button:hover::after {
    width: 60%
}

.yc-auto-submit-button::before {
    left: -10px;
    background: var(--uicolor);
}

.yc-auto-submit-button::after {
    right: -10px;
    background: var(--uicolor2);
}

.yc-auto-submit-button span {
    transition: all .2s linear;
    transition-delay: .1s;
}

.yc-auto-submit-button:hover span {
    color: var(--uicolor);
}

.yc-auto-submit-button span::before {
    transition-duration: .8s;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%);
    border-radius: 50%;
    z-index: -1;
}

.yc-auto-submit-button:hover span::before {
    top: -40%;
}

.yc-auto-submit-button i {
    transition: all .2s linear;
    transition-delay: .1s;
}

.yc-auto-submit-button i::after {
    transition-duration: .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%) translateY(-100%);
    border-radius: 50%;
    z-index: -1;
}

.yc-auto-submit-button:hover i::after {
    transform: translate(-50%) translateY(0);
}

.yc-auto-submit-button:hover i {
    color: var(--uicolor)
}

.yc-auto-side-contact ul,
.yc-auto-side-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yc-auto-side-contact ul {
    display: grid;
    gap: 12px;
}

.yc-auto-side-contact a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.yc-auto-side-contact a span,
.yc-auto-side-social a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--uicolor);
    border-radius: var(--xlargeradius);
}

.yc-auto-side-contact b {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.yc-auto-side-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yc-auto-side-social a {
    border-radius: 50%;
}


@media (max-width: 1280px) {
    .yc-auto-topbar__list {
        gap: 24px;
    }

    .yc-auto-topbar__content strong {
        font-size: 16px;
    }

    .yc-auto-topbar__content span {
        font-size: 13px;
    }

    .yc-auto-nav ul li a {
        padding-inline: 11px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .yc-auto-topbar {
    display: none;
}

    .yc-auto-header.yc-auto-navbar-only {
    transform: none !important;
}

.yc-auto-offcanvas {
    display: none;
}

.--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon, .--Site--Menu li.has-sub > .-Show-SubMenu-Icon {
    color: black !important;
}

.yc-auto-tools .--open--searching i {
    color: var(--uicolor2);
}

.yc-auto-call__text strong, .yc-auto-call__text small {
    color: var(--uicolor2);
}

.yc-auto-call {
    border-inline-start: 1px solid var(--uicolor2);
}

.yc-auto-navbar {
    background-color: white;
}

.-Show-SubMenu-Icon {
    color: var(--uicolor2);
}

.--Site--Menu ul li a {
    color: var(--uicolor2);
}
}

@media (max-width: 1170px) {

    .yc-auto-topbar__inner {
        justify-content: flex-end;
    }

    .yc-auto-menu-toggle {
        width: 66px;
        min-height: 66px;
    }

.yc-auto-menu-toggle span {
    width: 30px !important;
}

    .yc-auto-call {
        display: none;
    }
}

@media (max-width: 760px) {

    .yc-auto-topbar__inner {
        padding-inline-end: 0;
    }

    .yc-auto-logo-wrap {
        padding-inline-start: 9px;
        padding-inline-end: 23px;
    }

    .yc-auto-call__text {
        display: none;
    }

    .yc-auto-call {
        padding-inline-start: 12px;
        border-inline-start: 0;
    }

    .yc-auto-call__icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .yc-auto-tools {
        gap: 6px;
        padding: 0;
    }

    .yc-auto-offcanvas__panel {
        padding: 28px 24px;
    }
}

section.yc-auto-side-section {
    margin-bottom: 25px;
}

/* YC Auto navbar-only sticky header */
.yc-auto-menu-toggle--sticky {
    display: none;
}

.yc-auto-header.yc-auto-navbar-only {
    inset: 0 0 auto !important;
    z-index: 9999;
    width: 100%;
    background: white;
    transform: translateY(-100px);
}

header.yc-auto-header.HOME.yc-auto-navbar-only .yc-auto-tools .--open--searching i {
    color: black;
}

header.yc-auto-header.HOME.yc-auto-navbar-only .yc-auto-call {
    border-color: black;
}

header.yc-auto-header.HOME.yc-auto-navbar-only .yc-auto-call__text {
    color: black;
}

header.yc-auto-header.HOME.yc-auto-navbar-only .-Show-SubMenu-Icon {
    color: black;
}

header.yc-auto-header.HOME.yc-auto-navbar-only .--Site--Menu ul li a {
    color: black;
}

header.yc-auto-header.noIntro.HOME.yc-auto-navbar-only .yc-auto-call {
    border-color: black;
}

header.yc-auto-header.noIntro.HOME.yc-auto-navbar-only .yc-auto-tools .--open--searching i {
    color: black;
}

header.yc-auto-header.noIntro.HOME.yc-auto-navbar-only .yc-auto-call__text {
    color: black;
}

header.yc-auto-header.noIntro.HOME.yc-auto-navbar-only .-Show-SubMenu-Icon {
    color: black;
}

header.yc-auto-header.noIntro.HOME.yc-auto-navbar-only .--Site--Menu ul li a {
    color: black;
}

header.yc-auto-header.noIntro.HOME.yc-auto-navbar-only .yc-auto-navbar {
    background: white;
}

.yc-auto-header.yc-auto-navbar-only .yc-auto-navbar {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    background: white;
}

.yc-auto-header.yc-auto-navbar-only .yc-auto-menu-toggle--main {
    display: none;
}

.yc-auto-header.yc-auto-navbar-only .yc-auto-menu-toggle--sticky {
    align-self: center;
    display: inline-flex;
    transform-origin: right center;
    will-change: transform, opacity;
    animation: ycAutoStickyMenuIn .42s cubic-bezier(.16, 1, .3, 1) both;
    margin-inline-end: 20px;
}

.yc-auto-header.yc-auto-navbar-only .yc-auto-sticky-logo-wrap {
    flex: 0 0 auto;
    display: flex;
}

@keyframes ycAutoStickyMenuIn {
    from {
        opacity: 0;
        transform: translateX(34px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 1200px) {
    .yc-auto-header .yc-auto-sticky-logo-wrap {
        display: flex;
    }

    .yc-auto-header .yc-auto-menu-toggle--main,
    .yc-auto-header .yc-auto-menu-toggle--sticky,
    .yc-auto-header.yc-auto-navbar-only .yc-auto-menu-toggle--main,
    .yc-auto-header.yc-auto-navbar-only .yc-auto-menu-toggle--sticky {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yc-auto-header.yc-auto-navbar-only .yc-auto-menu-toggle--sticky {
        animation: none;
    }
}

@keyframes ycAutoNavbarDropDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (max-width: 1277px) {
    *{}

    .footer-header form {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 20px;
}
}

@media (max-width: 1170px) {
    .yc-auto-header.yc-auto-navbar-only .yc-auto-menu-toggle {
        width: 86px;
        min-height: 78px;
        flex-basis: 86px;
    }
}

.yc-mobile-nav-toggle {
    display: none;
}

@media (max-width: 1170px) {
    .yc-auto-navbar__inner {
        align-items: center;
        justify-content: space-between;
        padding-inline: 14px;
        padding: 13px 14px;
    }

    .yc-auto-header .yc-auto-sticky-logo-wrap {
    padding: 0;
}

    .yc-mobile-nav-toggle {
        width: 26px;
        height: 34px;
        padding: 8px;
        display: inline-flex;
        flex: 0 0 36px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border: 0;
        border-radius: 12px;
        background: #f4f4f4;
        color: var(--yc-auto-navy);
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .yc-mobile-nav-toggle span {
        width: 100%;
        height: 2px;
        display: block;
        border-radius: 999px;
        background: currentColor;
        transition: transform .3s ease, opacity .3s ease;
        transform-origin: center;
    }

    .yc-mobile-nav-toggle.is-active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .yc-mobile-nav-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .yc-mobile-nav-toggle.is-active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .yc-auto-nav {
        position: fixed;
        top: 88px;
        right: 0;
        bottom: 0;
        width: min(360px, calc(100vw - 24px));
        min-width: 0;
        max-width: 360px;
        height: calc(100vh - 88px);
        height: 100vh;
        padding: 18px 14px;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        border-radius: 0;
        background: #fff;
        color: var(--primary-text);
        box-shadow: -14px 18px 34px rgba(0, 0, 0, .18);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
        z-index: 5000;
        direction: rtl;
    }

    .yc-auto-nav.is-mobile-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .yc-auto-nav > ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: block;
        flex: none;
    }

    .yc-auto-nav ul li {
        width: 100%;
        justify-content: space-between;
    }

    .yc-auto-nav ul li a,
    .yc-auto-nav ul li.menu-item-has-children a {
        min-width: 0;
        height: auto;
        padding: 13px;
        display: flex;
        flex: 1 1 auto;
        color: var(--primary-text);
    }

    .yc-auto-nav > ul > li > a::before {
        display: none;
    }

    body.yc-mobile-nav-open {
        overflow: hidden;
    }
}

@media (max-width: 790px) {
    .yc-auto-nav {
        width: 100%;
        max-width: 100%;
    }
}

.main-footer {
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-header {
    padding: 30px 20px;
    background-color: #FFFFFF0D;
}

.footer-header .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-header form {
    width: auto;
    display: flex;
    flex-direction: row-reverse;
}

.footer-email-field input {
    background-color: #FFFFFF30;
    padding: 14px;
    border-radius: var(--xlargeradius);
    border: none;
    width: 350px;
}

.footer-email-field input::placeholder {
    color: white;
}

.footer-header form button {
    background-color: var(--uicolor);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: var(--xlargeradius);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.dot {
    width: 6px;
    height: 6px;
    background-color: var(--uicolor);
    border-radius: var(--miniradius);
}

@media only screen and (max-width: 500px) {
    *{}

    .footer-email-field input {
    width: 190px;
}

    .footer-header form button {
    width: 40px;
    height: 40px;
}
}

footer .footer-email-field {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
@media (max-width: 767px) {
    .-ycw-hide-on-mobile {
        display: none !important;
    }

    .yc-auto-book-button a, .yc-auto-pill-button {
    padding: 7px;
}
}
/* ==========================================================
   YC HEADER MENU OVERRIDES
   - Chevron arrows (no plus/minus)
   - Rotate chevron while submenu is open
   - Desktop multi-level dropdowns
   - Mobile menu drops below navbar instead of off-canvas
   ========================================================== */

/* Keep the real Font Awesome chevron generated by main.js. */
.--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon,
.--Site--Menu li.has-sub > .-Show-SubMenu-Icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 7px;
    right: auto;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: currentColor;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color .25s ease, color .25s ease;
    z-index: 4;
}

.--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon > i,
.--Site--Menu li.has-sub > .-Show-SubMenu-Icon > i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    pointer-events: auto;
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform .25s ease;
}

/* main.js adds .trans when the submenu is open. */
.--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon > i.trans,
.--Site--Menu li.has-sub > .-Show-SubMenu-Icon > i.trans {
    transform: rotate(180deg);
}

/* Never draw + / - with pseudo elements. */
.--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon::before,
.--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon::after,
.--Site--Menu li.has-sub > .-Show-SubMenu-Icon::before,
.--Site--Menu li.has-sub > .-Show-SubMenu-Icon::after {
    content: none !important;
    display: none !important;
}

/* ---------------- Desktop ---------------- */
@media (min-width: 1171px) {
    .--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon,
    .--Site--Menu li.has-sub > .-Show-SubMenu-Icon,
    .--Site--Menu ul.sub-menu li.menu-item-has-children > .-Show-SubMenu-Icon,
    .--Site--Menu ul.sub-menu li.has-sub > .-Show-SubMenu-Icon {
        transform: translateY(-50%) !important;
    }

    .--Site--Menu ul.sub-menu li.menu-item-has-children > .-Show-SubMenu-Icon,
    .--Site--Menu ul.sub-menu li.has-sub > .-Show-SubMenu-Icon {
        left: 10px;
        right: auto;
        color: var(--uicolor);
    }

    .--Site--Menu ul li > ul.sub-menu {
        display: block;
        position: absolute;
        right: 0;
        left: auto;
        min-width: 220px;
        margin: 0;
        padding: 0;
        overflow: visible;
        background: #fff;
        border-bottom: 3px solid var(--uicolor);
        box-shadow: 0 4px 24px rgb(0 0 0 / 10%), 0 1px 4px rgb(0 0 0 / 6%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        clip-path: none;
        transform: translateY(10px);
        transition: opacity .22s ease, transform .28s ease, visibility 0s linear .28s;
        z-index: 1000;
    }

    .--Site--Menu ul.sub-menu li > ul.sub-menu {
        top: 0;
        right: 100%;
        left: auto;
        margin: 0;
        transform: translateX(10px);
    }

    /* Reveal each row vertically, matching the menu-maker height effect. */
    .--Site--Menu ul li > ul.sub-menu > li {
        height: 0;
        min-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-5px);
        transition: height .26s ease, min-height .26s ease, opacity .18s ease, transform .26s ease;
    }

    .--Site--Menu ul li:hover > ul.sub-menu,
    .--Site--Menu ul li:focus-within > ul.sub-menu,
    .--Site--Menu ul li.hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s;
    }

    .--Site--Menu ul li:hover > ul.sub-menu > li,
    .--Site--Menu ul li:focus-within > ul.sub-menu > li,
    .--Site--Menu ul li.hover > ul.sub-menu > li {
        height: 42px;
        min-height: 42px;
        overflow: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .--Site--Menu ul.sub-menu li:hover > ul.sub-menu,
    .--Site--Menu ul.sub-menu li:focus-within > ul.sub-menu,
    .--Site--Menu ul.sub-menu li.hover > ul.sub-menu {
        transform: translateX(0);
    }

    .--Site--Menu ul.sub-menu li > a,
    .--Site--Menu > ul > li > ul.sub-menu > li > a {
        width: 100%;
        min-width: 220px;
        min-height: 42px;
        height: 42px;
        padding: 0 14px 0 40px;
        color: var(--secondarytext);
    }
}

/* ---------------- Mobile / Tablet ---------------- */
@media (max-width: 1170px) {
    /* Make the dropdown anchor itself to the navbar. */
    .yc-auto-navbar,
    .yc-auto-navbar__inner {
        position: relative;
    }

    /* Main menu drops below the navbar instead of sliding from the side. */
    .yc-auto-navbar .yc-auto-nav,
    .yc-auto-nav {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0 14px !important;
        display: block;
        overflow: hidden;
        overscroll-behavior: contain;
        background: #fff;
        color: var(--primary-text);
        box-shadow: 0 18px 34px rgba(0, 0, 0, .16);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px) !important;
        transform-origin: top center;
        transition: max-height .38s cubic-bezier(.4, 0, .2, 1),
                    padding .3s ease,
                    opacity .25s ease,
                    transform .3s ease,
                    visibility 0s linear .38s;
        z-index: 5000;
        direction: rtl;
    }

    .yc-auto-navbar .yc-auto-nav.is-mobile-open,
    .yc-auto-nav.is-mobile-open {
        padding: 14px !important;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) !important;
        transition-delay: 0s;
    }

    .yc-auto-nav > ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: block;
        flex: none;
    }

    .yc-auto-nav > ul > li,
    .yc-auto-nav ul.sub-menu > li {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 46px;
        justify-content: space-between;
        border-top: 1px solid rgba(0, 0, 0, .07);
        border-radius: 0;
        padding: 0 !important;
    }

    .yc-auto-nav > ul > li:first-child {
        border-top: 0;
    }

    .yc-auto-navbar .yc-auto-nav ul li > a,
    .yc-auto-navbar .yc-auto-nav ul li.menu-item-has-children > a,
    .yc-auto-navbar .yc-auto-nav ul li.has-sub > a {
        min-width: 0;
        min-height: 46px;
        height: auto;
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        color: var(--primary-text) !important;
    }

    .yc-auto-nav > ul > li > a::before {
        display: none;
    }

    .--Site--Menu li.menu-item-has-children > .-Show-SubMenu-Icon,
    .--Site--Menu li.has-sub > .-Show-SubMenu-Icon,
    .--Site--Menu ul.sub-menu li.menu-item-has-children > .-Show-SubMenu-Icon,
    .--Site--Menu ul.sub-menu li.has-sub > .-Show-SubMenu-Icon {
        width: 30px;
        height: 30px;
        display: flex !important;
        position: absolute;
        top: 6px;
        left: 6px;
        right: auto;
        margin: 0;
        border-radius: 8px;
        background: var(--uicolor2) !important;
        color: #fff !important;
        transform: none !important;
        z-index: 4;
    }

    .--Site--Menu li.menu-item-has-children.hover > .-Show-SubMenu-Icon,
    .--Site--Menu li.has-sub.hover > .-Show-SubMenu-Icon,
    .--Site--Menu .submenu-button.submenu-opened {
        background: var(--uicolor) !important;
    }

    .--Site--Menu ul li > ul.sub-menu,
    .--Site--Menu ul.sub-menu li > ul.sub-menu {
        position: relative;
        inset: auto;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
        display: none;
        overflow: hidden;
        opacity: 1;
        visibility: visible !important;
        pointer-events: auto;
        clip-path: none;
        transform: none;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
        background: #f4f4f4;
        transition: none;
    }

    .--Site--Menu ul.sub-menu li > ul.sub-menu {
        background: #ececec !important;
    }

    .--Site--Menu ul li > ul.sub-menu.active,
    .--Site--Menu ul li > ul.sub-menu.open {
        display: block;
        opacity: 1;
        visibility: visible !important;
        pointer-events: auto;
        transform: none;
    }

    .--Site--Menu ul.sub-menu li > a,
    .--Site--Menu > ul > li > ul.sub-menu > li > a {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        height: auto;
        color: var(--primary-text);
        justify-content: flex-start;
    }

    .--Site--Menu ul.sub-menu ul.sub-menu li > a {
        padding-right: 34px !important;
    }

    body.yc-mobile-nav-open {
        overflow: hidden;
    }
}

/* Separate adjacent items inside every submenu level. */
.--Site--Menu ul.sub-menu > li {
    border-top: 0;
}

.--Site--Menu ul.sub-menu > li + li {
    border-top: 1px solid rgba(9, 20, 95, .12);
}

@media (prefers-reduced-motion: reduce) {
    .yc-auto-nav,
    .--Site--Menu ul li > ul.sub-menu,
    .--Site--Menu li > .-Show-SubMenu-Icon,
    .--Site--Menu li > .-Show-SubMenu-Icon > i {
        transition: none !important;
    }
}