* {
    transition: 0.4s ease-in-out;
    box-sizing: border-box;
}

:root {
    --main-color: #2b3480;
    --second-color: #f2b705;
    --third-color: #d93025;
    scroll-behavior: smooth;
    --white-color: #fff;
    --muted: #2e333e;
    --font-family: "Roboto", "sans-serif";
    --box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    --sharp-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    --shadow: 0 24px 70px rgba(6, 29, 53, .14);
    --shadow-soft: 0 14px 40px rgba(6, 29, 53, .10);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: 1320px;
    --header-h: 84px;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    font-family: "Playfair Display", Georgia, serif;
    color: var(--main-color);
    background: linear-gradient(rgb(255, 250, 242) 0%, rgb(255, 255, 255) 34%, rgb(251, 246, 236) 100%);
    line-height: 1.65;
    overflow-x: hidden;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

::selection {
    background-color: var(--second-color);
    color: var(--white-color);
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
}

iframe {
    width: 100%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

ul,
ol,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

select:focus,
select:active {
    box-shadow: none;
    border: 0px;
    outline: 0px;
}

.accordion-button:focus {
    box-shadow: none;
    border: 0px;
    outline: 0px;
}

textarea {
    height: 220px;
    padding-top: 20px;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 29px;
    font-weight: 600;
}

h3 {
    font-weight: 600;
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

p {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: rgb(66, 69, 72);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
.form-select:focus {
    border: 1px solid var(--main-color);
    transform: translate3d(0px, 0px, 5px);
    font-size: 16px;
    color: var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px 0px;
    outline: none !important;
}

.form-check-input:focus {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: 0px;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea,
.form-select {
    background: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0px;
    width: 100%;
    padding: 1rem;
    resize: none;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
.form-select {
    height: 40px;
}

textarea {
    height: 200px;
    padding-top: 20px;
}

.text-msg {
    margin-bottom: 15px !important;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

input[type="number"] {}

::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0);
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-button {
    background-color: var(--second-color);
    height: 15px;
    display: none;
}

.input-box {
    position: relative;
    margin-bottom: 10px;
}

.input-box label {
    position: absolute;
    top: 0.75rem;
    z-index: 20;
    left: 20px;
    font-size: 12px !important;
}

.input-box label::before {
    content: "";
    width: 100%;
    top: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    z-index: -1;
}

.input-box input:focus {
    margin-bottom: 20px;
    border-top-width: medium;
    border-right-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-left-color: currentcolor;
    border-image: initial;
    border-bottom: 1px solid var(--main-color);
}

.input-box select {
    padding: 5px 15px 0px;
    height: 45px;
    min-width: 100%;
}

.input-box select+label {
    position: absolute;
    left: 0px;
    top: -0.5rem;
    background-color: var(--white-color);
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="tel"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
    left: 0px;
    top: -1.5rem;
    font-size: 14px;
    color: var(--white-color);
    padding: 3px 5px;
    background-color: var(--main-color);
    border-radius: 2px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: 0px;
    color: rgb(33, 37, 41);
}

a:hover,
a:focus,
a:active {
    color: rgb(4, 17, 38) !important;
}

ul ol,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.tst-header {
    text-align: center;
    margin-bottom: 52px;
}

.section-kicker {
    color: var(--third-color);
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.section-title {
    letter-spacing: -0.045em;
    color: var(--main-color);
    text-wrap: balance;
    margin: 10px 0px 12px;
    font-size: clamp(28px, 3.5vw, 44px);
}

.tst-subtitle {
    margin: 16px auto 0px;
    max-width: 670px;
    color: var(--muted);
    font-size: 17px;
}

.top-bar {
    background: var(--color-secondary);
    padding: 7px 0px;
    position: relative;
    overflow: visible;
    z-index: 2500;
}

.top-bar::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: repeating-linear-gradient(105deg, transparent, transparent 40px, rgba(107, 206, 245, 0.04) 40px, rgba(107, 206, 245, 0.04) 41px);
    pointer-events: none;
}

.top-bar-inner {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.top-contacts {
    display: none;
    align-items: center;
    gap: 0px;
}

@media (min-width: 768px) {
    .top-contacts {
        display: flex;
    }
}

.top-contacts li {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0px 16px;
    position: relative;
    font-size: 0.78rem;
    font-weight: 500;
}

.top-contacts li+li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.top-contacts li i {
    color: var(--color-accent);
    font-size: 0.8rem;
}

.top-contacts li a {
    color: var(--color-primary);
    transition: color 0.2s;
}

.top-contacts li a:hover {
    color: var(--color-white);
}

.top-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.top-dropdown {
    position: relative;
}

.top-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-sm);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s;
}

.top-dropdown-btn i {
    color: var(--color-accent);
    font-size: 0.72rem;
}

.top-dropdown-btn .chevron {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.25s;
}

.top-dropdown:hover .top-dropdown-btn {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(107, 206, 245, 0.3);
}

.top-dropdown:hover .chevron {
    transform: rotate(180deg);
}

.top-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0px;
    min-width: 130px;
    background: var(--color-white);
    border-radius: var(--radius-md);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 28px;
    border: 1px solid var(--color-gray-200);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
    z-index: 200;
}

.top-dropdown:hover .top-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.top-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--color-gray-700);
    border-bottom: 1px solid var(--color-gray-100);
    transition: background 0.2s, color 0.2s;
}

.top-dropdown-menu a:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.top-dropdown-menu a:hover {
    background: var(--color-gray-100);
    color: var(--color-primary);
}

.top-dropdown-menu img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
}

.top-socials {
    display: none;
    align-items: center;
    gap: 6px;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 4px;
}

@media (min-width: 640px) {
    .top-socials {
        display: flex;
    }
}

.top-socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--color-primary);
    font-size: 0.72rem;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.top-socials li a:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-primary-dark);
}

.navbar {
    background: rgb(255, 255, 255);
    position: sticky;
    top: 0px;
    z-index: 100;
    transition: background 0.35s, box-shadow 0.35s;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: rgba(39, 61, 127, 0.1) 0px 4px 24px;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

.nav-inner {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 24px;
    display: flex;
    align-items: stretch;
    height: 72px;
}

.nav-logo-wrap {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 32px;
    flex-shrink: 0;
}

.nav-logo-wrap::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 500%;
    height: 100%;
    background: var(--color-primary);
    opacity: 0.06;
    pointer-events: none;
    border-radius: 0px 999px 999px 0px;
    display: none;
}

.logo-box img {
    width: 150px;
}

.nav-links {
    display: none;
    align-items: stretch;
    margin: 0px auto;
    gap: 0px;
}

@media (min-width: 1024px) {
    .nav-links {
        display: flex;
    }
}

.nav-item {
    position: relative;
    display: flex;
    align-items: stretch;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-gray-700);
    position: relative;
    transition: color 0.25s;
    white-space: nowrap;
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 18px;
    width: calc(100% - 36px);
    height: 2px;
    background: var(--gradient-main);
    border-radius: 2px 2px 0px 0px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s;
}

.nav-item:hover .nav-link,
.nav-item.active .nav-link {
    color: var(--color-primary);
}

.nav-item:hover .nav-link::after {
    transform: scaleX(1);
}

.nav-link .chevron {
    font-size: 0.6rem;
    transition: transform 0.25s;
    color: var(--color-gray-400);
}

.nav-item:hover .nav-link .chevron {
    transform: rotate(180deg);
}

.dropdown-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px) scale(0);
    min-width: 210px;
    background: var(--color-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-gray-200);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s, transform 0.28s, visibility 0.28s;
    z-index: 300;
}

.dropdown-panel::before {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    border-bottom-right-radius: 6px;
}

.nav-item:hover .dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0px) scale(1);
}

.dropdown-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    font-size: 0.83rem;
    font-weight: 500;
    color: var(--color-gray-700);
    border-bottom: 1px solid var(--color-gray-100);
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
    position: relative;
}

.dropdown-panel a:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.dropdown-panel a::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background: var(--color-accent);
    transition: transform 0.25s;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    color: var(--color-white);
    text-align: center;
}

.dropdown-panel a:hover {
    background: var(--color-gray-100);
    color: var(--color-primary);
    padding-left: 22px;
}

.dropdown-panel a:hover::before {
    transform: translateY(-50%) scale(1);
}

.dropdown-panel a i {
    color: var(--color-secondary-dark);
    font-size: 0.8rem;
    width: 16px;
    text-align: center;
}

.nav-cta-wrap {
    display: none;
    align-items: center;
    padding-left: 20px;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .nav-cta-wrap {
        display: flex;
    }
}

.nav-cta-wrap::before {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    background: var(--color-gray-200);
    margin-right: 20px;
}

.btn-book-now {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: var(--color-secondary);
    box-shadow: rgba(242, 183, 5, 0.4) 0px 8px 24px;
    color: var(--color-primary-dark);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    overflow: hidden;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}

.btn-book-now::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: var(--color-primary);
    transform: translateX(-101%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
    z-index: 0;
}

.btn-book-now:hover::before {
    transform: translateX(0px);
}

.btn-book-now:hover {
    color: var(--color-white);
    transform: translateY(-2px);
    background: var(--color-primary);
    box-shadow: rgba(39, 61, 127, 0.3) 0px 4px 16px;
}

.btn-book-now span,
.btn-book-now i {
    position: relative;
    z-index: 1;
}

.btn-book-now i {
    font-size: 0.8rem;
    transition: transform 0.3s;
}

.btn-book-now:hover i {
    transform: translate(3px, -3px);
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-left: auto;
    border-radius: var(--radius-sm);
    transition: background 0.2s;
    margin-top: 25px;
}

@media (min-width: 1024px) {
    .hamburger {
        display: none;
    }
}

.hamburger:hover {
    background: var(--color-gray-100);
}

.ham-bar {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: var(--color-primary);
    transition: transform 0.35s, opacity 0.25s, width 0.3s;
}

.ham-bar:nth-child(1) {
    width: 100%;
}

.ham-bar:nth-child(2) {
    width: 70%;
}

.ham-bar:nth-child(3) {
    width: 100%;
}

.hamburger.open .ham-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    width: 100%;
}

.hamburger.open .ham-bar:nth-child(2) {
    opacity: 0;
}

.hamburger.open .ham-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    width: 100%;
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 0px;
    z-index: 5000;
    background: rgba(27, 38, 75, 0.6);
    backdrop-filter: blur(4px);
}

.mobile-menu.open {
    display: block;
}

.mobile-panel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: min(340px, 88vw);
    height: 100%;
    background: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.15) -12px 0px 40px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    animation: 0.35s cubic-bezier(0.77, 0, 0.18, 1) 0s 1 normal both running slideIn;
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0px);
    }
}

.mobile-panel::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    opacity: 0.06;
    clip-path: polygon(0px 0px, 100% 0px, 0px 100%);
    pointer-events: none;
}

.mobile-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--color-gray-200);
}

.mobile-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--color-gray-200);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-700);
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}

.mobile-close:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.mobile-nav-list {
    padding: 12px 0px;
    flex: 1 1 0%;
}

.mobile-nav-item {
    border-bottom: 1px solid var(--color-gray-100);
    display: block;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-gray-700);
    transition: color 0.2s, background 0.2s;
}

.mobile-nav-link:hover {
    color: var(--color-primary);
    background: var(--color-gray-100);
}

.mobile-nav-link i {
    font-size: 0.75rem;
    color: var(--color-gray-400);
}

.mobile-sub {
    display: none;
    background: var(--color-gray-100);
    border-top: 1px solid var(--color-gray-200);
}

.mobile-sub.open {
    display: block;
}

.mobile-sub a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px 11px 30px;
    font-size: 0.83rem;
    color: var(--color-gray-500);
    transition: color 0.2s;
}

.mobile-sub a i {
    color: var(--color-secondary-dark);
    font-size: 0.75rem;
}

.mobile-sub a:hover {
    color: var(--color-primary);
}

.mobile-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--color-gray-200);
}

.mobile-book-btn {
    display: block;
    text-align: center;
    padding: 13px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 14px;
    transition: background 0.25s;
}

.mobile-book-btn:hover {
    background: var(--color-primary-dark);
}

.mobile-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-contacts a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--color-gray-500);
}

.mobile-contacts a i {
    color: var(--color-accent);
}

.mobile-nav-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--color-gray-100);
}

.mobile-nav-item--has-sub>.mobile-nav-row .mobile-nav-link {
    flex: 1 1 0%;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.mobile-arrow {
    flex-shrink: 0;
    width: 52px;
    background: none;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-image: initial;
    border-left: 1px solid var(--color-gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-400);
    font-size: 0.75rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.mobile-arrow:hover {
    background: var(--color-gray-100);
    color: var(--color-primary);
}

.mobile-arrow i {
    transition: transform 0.25s;
    pointer-events: none;
}

.mobile-nav-item--has-sub {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.mobile-sub {
    display: none;
    background: var(--color-gray-100);
    border-top: 1px solid var(--color-gray-200);
    border-bottom: 1px solid var(--color-gray-200);
}

.mobile-sub.open {
    display: block;
}

.mobile-sub li,
.mobile-sub a {
    display: block;
}

.tc-cta {
    background: var(--color-secondary);
    color: var(--color-primary-dark);
}

.tailor-title-accent {
    color: var(--color-secondary-dark);
}

.hero-img-base {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.final-cta-actions {
    background: linear-gradient(135deg, var(--navy) 0%, #f5a62399 100%);
    border-radius: 20px;
    padding: 32px;
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    margin-top: 13px;
    display: flex;
    justify-content: center;
    gap: 21px;
}

.nav-bar .logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    width: 161px;
    position: relative;
    z-index: 9;
    transition: 1s;
    height: 53px;
    top: 0px;
    left: 20px;
}

.logo-header a {
    display: table-cell;
    vertical-align: middle;
}

.logo-header img {
    height: 67px;
    width: 160px;
}

.logo-header span {
    font-size: 20px;
    letter-spacing: 20px;
}

.top-bar {
    background-color: var(--white-color);
    color: var(--main-color);
    padding: 8px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-bar .dlab-topbar-left {
    float: left;
}

.top-bar .dlab-topbar-left li {
    padding-right: 20px;
}

.top-bar .dlab-topbar-right {
    float: right;
}

.top-bar .dlab-topbar-right li {
    padding-left: 15px;
}

.top-bar .dlab-topbar-center,
.top-bar .dlab-topbar-left,
.top-bar .dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar .dlab-topbar-center ul,
.top-bar .dlab-topbar-left ul,
.top-bar .dlab-topbar-right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.top-bar .dlab-topbar-center ul li,
.top-bar .dlab-topbar-left ul li,
.top-bar .dlab-topbar-right ul li {
    display: inline-block;
    font-size: 14px;
}

.top-bar .dlab-topbar-center ul i,
.top-bar .dlab-topbar-left ul i,
.top-bar .dlab-topbar-right ul i {
    color: var(--main-color);
    transform: scale(1.3);
    margin-right: 5px;
}

.dlab-quik-search {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0px 30px;
    z-index: 999;
    overflow: hidden;
    display: none;
}

.dlab-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    transition: 1s;
    opacity: 1;
}

.dlab-quik-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2);
    border-image: initial;
    background: 0px 0px;
    color: var(--white-color);
    font-size: 20px;
}

.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0px;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}

.site-header {
    position: relative;
    z-index: 998;
}

.site-header .main-bar {
    background: var(--white-color);
    width: 100%;
    position: relative;
    border-radius: 0px 0px 24px 24px;
    padding-bottom: 14px;
}

.site-header .container {
    position: relative;
}

.site-header .extra-nav {
    margin-left: 0px;
    margin-bottom: 0px;
}

.site-header .extra-nav #quik-search-btn {
    color: rgb(2, 13, 38);
    cursor: pointer;
    margin-right: 0px;
    border: 0px;
}

.site-header .extra-nav ul li {
    display: inline-block;
}

.site-header .extra-nav ul li .icon {
    padding: 0px;
    background: transparent;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background: var(--second-color);
}

.navicon span:nth-child(1) {
    top: 0px;
}

.navicon span:nth-child(2) {
    top: 7px;
}

.navicon span:nth-child(3) {
    top: 14px;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
}

.header-tb .navicon span {
    background: var(--white-color);
}

.header-nav {
    padding: 0px;
}

@media only screen and (max-width: 991px) {
    .header-nav {
        overflow-y: visible;
        position: relative;
        width: 100%;
        left: 0;
        transition: 1s;
        top: 0px;
        /* background-color: var(--white-color); */
        margin-bottom: 8px;
        z-index: 99;
        height: auto !important;
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav.show {
        left: -1px;
        transition: 0.8s;
        margin: 0px;
        width: 280px;
    }
}

.header-nav .logo-header {}

@media only screen and (max-width: 991px) {
    .header-nav .logo-header {
        padding: 0;
        float: none;
        height: auto;
        width: 85%;
    }
}

.header-nav .nav {
    padding-top: 6px;
    gap: 10px;
}

.header-nav .nav>li {
    margin: 0px;
    font-weight: 400;
    position: relative;
}

.header-nav .nav>li.has-mega-menu {
    position: inherit;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li {
        border-bottom: 1px solid rgb(238, 238, 238);
        width: 100%;
    }
}

.header-nav .nav>li:hover>a {
    color: var(--main-color);
}

.header-nav .nav>li>a {
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
    border-width: 0px 0px 0px 1px;
    text-transform: capitalize;
    line-height: 1.35;
    transition: 1s;
    margin-top: 0px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--b-color);
}

.header-nav .nav>li>span {
    padding: 3px 18px;
    cursor: pointer;
    position: relative;
    border-width: 0px 0px 0px 1px;
    text-transform: capitalize;
    line-height: 1.35;
    transition: 1s;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--main-color);
}

@media only screen and (max-width: 1199px) {
    .header-nav .nav>li>a {
        padding: 35px 12px;
    }
}

.header-nav .nav>li>a span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--b-color);
}

.header-nav .nav>li>a i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

.header-nav .nav>li>span i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a i {
        background-color: var(--white-color);
        color: var(--main-color);
        height: 30px;
        line-height: 30px;
        right: 0px;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0px;
    }

    .header-nav .nav>li>span i {
        background-color: var(--white-color);
        color: var(--main-color);
        height: 30px;
        line-height: 30px;
        right: 0px;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0px;
    }

    .header-nav .nav li.open a i {
        background-color: var(--second-color);
        border-radius: 50%;
        transform: rotate(90deg);
        color: var(--white-color);
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a i::before {
        content: "";
    }

    .header-nav .nav>li>span i::before {
        content: "";
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a {
        padding: 8px 0px;
        display: block;
        line-height: 30px;
    }

    .header-nav .nav>li>span {
        padding: 8px 0px;
        display: block;
        line-height: 30px;
    }
}

.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
    background-color: var(--white-color);
    left: 0px;
    list-style: none;
    opacity: 0;
    padding: 5px 0px;
    position: absolute;
    visibility: hidden;
    z-index: 10;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 40px 0px;
    transition: 0.8s;
    display: grid;
    gap: 0px;
    border-radius: 12px;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu,
    .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
        box-shadow: none;
        margin: 0px;
        border-top: 1px solid rgb(238, 238, 238);
        padding: 10px 0px;
        transition: none;
    }

    .header-nav .nav>li .mega-menu>li>a i,
    .header-nav .nav>li .sub-menu>li>a i {
        height: 30px;
        line-height: 30px;
        right: 0px;
        text-align: center;
        width: 30px;
        z-index: 3;
        background: rgb(170, 170, 170);
        color: var(--white-color) !important;
        font-size: 20px !important;
        margin: 0px !important;
    }
}

.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: var(--main-color);
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
    color: var(--main-color);
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
    position: relative;
    transition: 0.15s linear;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu li a,
    .header-nav .nav>li .sub-menu li a {
        padding: 2px 0px 1px 15px;
        display: block;
        line-height: 30px;
        position: relative;
    }

    .header-nav .nav>li .mega-menu li a::after,
    .header-nav .nav>li .sub-menu li a::after {
        content: "";
        font-family: FontAwesome;
        width: auto;
        height: auto;
        top: 1px;
        color: var(--main-color);
        font-size: 16px;
        position: absolute;
        left: 0px;
        font-weight: 700;
        background: 0px 0px !important;
    }
}

.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a {
    background-color: rgb(242, 242, 242);
    padding: 10px 14px 10px 28px;
    color: var(--main-color) !important;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu li:hover>a,
    .header-nav .nav>li .sub-menu li:hover>a {
        padding: 2px 0px 1px 15px;
        background: transparent;
    }
}

.header-nav .nav>li .mega-menu li:hover>a::after,
.header-nav .nav>li .sub-menu li:hover>a::after {
    width: 13px;
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    transition: 1s;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu li>.sub-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu .mega-menu,
    .header-nav .nav>li .mega-menu .sub-menu,
    .header-nav .nav>li .sub-menu .mega-menu,
    .header-nav .nav>li .sub-menu .sub-menu {
        border-top: 0px;
        padding-left: 20px;
    }

    .header-nav .nav>li .mega-menu .mega-menu li a::after,
    .header-nav .nav>li .mega-menu .sub-menu li a::after,
    .header-nav .nav>li .sub-menu .mega-menu li a::after,
    .header-nav .nav>li .sub-menu .sub-menu li a::after {
        width: 5px;
        content: "";
        height: 5px;
        border-radius: 4px;
        top: 13px;
        background: var(--main-color) !important;
    }
}

.header-nav .nav>li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 16px;
    opacity: 1;
    margin-top: 4px;
}

.header-nav .nav>li .mega-menu {
    display: flex;
    right: 0px;
    width: 100%;
    z-index: 9;
    padding: 0px;
}

.header-nav .nav>li .mega-menu>li {
    display: block;
    padding: 30px 0px 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu>li {
        width: 100%;
        padding: 0px;
    }
}

.header-nav .nav>li .mega-menu>li>a {
    color: var(--main-color);
    display: block;
    padding: 0px 20px 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-nav .nav>li .mega-menu>li>a>i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

.header-nav .nav>li .mega-menu>li::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}

.header-nav .nav>li .mega-menu>li:last-child::after {
    display: none;
}

.header-nav .nav>li .mega-menu>li:hover>a {
    background-color: transparent;
}

.header-nav .nav>li .mega-menu>li li i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: 1s;
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    top: -1px;
}

.header-nav .nav>li.open .mega-menu,
.header-nav .nav>li.open .sub-menu {
    display: block;
    opacity: 1;
    transition: none;
}

.header-nav .nav>li.open .open.menu-item-has-children>a::before {
    transform: rotate(90deg);
}

.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open .sub-menu {
    display: block;
    opacity: 1;
    transition: none;
}

@media only screen and (max-width: 1400px) {

    .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
    .header-nav .nav>li:last-child .sub-menu .sub-menu {
        left: -220px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-nav .nav>li:last-child .sub-menu {
        left: auto;
        right: 0px;
    }
}

.header-transparent {
    position: relative;
    width: 100%;
}

.main-nav-bar .container-fluid {}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {}

.header-transparent .side-menu-btn .menu-icon-in span {
    background-color: var(--white-color);
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: var(--main-color);
}

.header-transparent .top-bar {
    border-color: var(--white-color);
}

.header-transparent .top-bar .dlab-topbar-left li,
.header-transparent .top-bar .dlab-topbar-left i,
.header-transparent .top-bar .dlab-topbar-right li,
.header-transparent .top-bar .dlab-topbar-right i {
    color: var(--white-color);
}

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0px;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    color: var(--second-color);
    padding-top: 7px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    padding-bottom: 14px;
}

.upper___right {
    display: flex;
    gap: 32px;
}

.upper___right a {
    color: var(--second-color);
    font-size: 17px;
    font-weight: 400;
    padding-left: 0px !important;
}

.is-fixed .main-bar .logo-top {
    display: none !important;
}

.is-fixed .main-bar .logo-scroll {
    display: block !important;
}

.is-fixed .extra-nav .btn-effect:hover {
    color: rgb(238, 238, 238);
}

.text-black .nav>li>a {
    color: var(--main-color);
}

.navbar-toggler {
    height: 41px;
    line-height: 32px;
    width: 36px;
    cursor: pointer;
    top: 28px;
    right: -19px;
    position: absolute;
    margin-right: 20px;
    bottom: 35px;
    font-size: 28px;
}

.navbar-toggler:focus {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
}

.navbar-toggle .navbar-toggler-icon {
    transition: 0.4s ease-in-out;
}

.navbar-toggler-icon:hover span {
    background: var(--second-color);
}

.navbar-toggler-icon span:first-child {
    background: var(--second-color);
    display: block;
    height: 3px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    width: 27px;
    top: 0px;
}

.navbar-toggler-icon span:nth-child(2) {
    background: var(--second-color);
    display: block;
    height: 3px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    width: 27px;
    top: 6px;
}

.navbar-toggler-icon span:nth-child(3) {
    background: var(--second-color);
    display: block;
    height: 3px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    width: 27px;
    top: 12px;
}

.site-header .is-fixed .extra-nav .btn.btn-light {
    background-color: var(--main-color);
    color: var(--white-color);
}

.mobile-overlay {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    transition: 0.4s;
}

.mobile-overlay {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    transition: 0.4s;
}

.mobile-overlay.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    animation: 0.5s ease 0s 1 normal none running fadeIn;
}

.btn--effect {
    display: inline-flex;
    color: rgb(255, 255, 255);
    padding: 8px 50px;
    text-align: center;
    font-weight: 700;
    background-color: var(--second-color);
    position: relative;
    z-index: 1;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 175%;
    border: var(--second-color);
}

.btn--effect ::before {
    content: "";
    pointer-events: none;
    opacity: 0.6;
    width: 100%;
    height: 300%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.btn--effect:hover {
    color: rgb(255, 255, 255);
}

.btn--effect :hover::after {
    height: 100%;
    color: rgb(255, 255, 255);
}

.btn--effect ::after {
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    top: 0px;
    background-color: rgb(33, 54, 63);
    content: "";
    z-index: -1;
    color: rgb(255, 255, 255);
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav_icon i {
    color: var(--second-color);
    margin-right: 4px;
    font-size: 14px;
}

.text-nav {
    color: rgb(20, 40, 67);
    font-size: 17px;
    font-weight: 400;
}

.nav_icon span {
    font-size: 15px;
}

.upper-navbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

nav {
    display: block;
    width: 100%;
    position: relative;
}

.navbar-brand img {
    width: 160px !important;
}

.dropdown-menu.show {
    z-index: 10000 !important;
}

.Language-box img,
.currency-box img {}

.Language-box,
.currency-box {
    padding: 0px;
    color: var(--white-color);
    margin-left: 0px;
    border-radius: 5px;
}

.Language-box .lang-btn,
.currency-box .currency-btn {
    color: var(--main-color);
    font-size: 17px;
    font-weight: 400;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: transparent;
    padding-left: 0px !important;
}

.navsLink-hasdropdown .dropdown-menu {
    transition: 0.6s ease-in-out;
}

.navsLink-hasdropdown:hover .dropdown-menu {
    display: block;
    transform: translateZ(0px);
    padding: 0px;
}

.navsLink,
.navsLink-hasdropdown {
    font-size: 17px;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
    color: var(--second-color);
    transition: 0.3s;
    text-decoration: none;
}

.nav-menu-bar {
    background: var(--white-color);
    border-bottom: 1px solid rgb(238, 238, 238);
    height: 85px;
    width: 100%;
}

.nav-bar .single-item {
    position: relative;
    padding-left: 40px;
    float: right;
}

.nav-bar .single-item span {
    left: 0px;
    top: 0px;
    color: var(--main-color);
    position: absolute;
}

.nav-bar .single-item span::before {
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
}

.nav-bar .single-item p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 26px;
    color: var(--white-color);
    font-weight: 500;
}

.single-item>a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--b-color);
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
    outline: 0px;
    color: var(--white-color);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.nav-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.nav-menu .btn-effect {
    margin-left: 3rem;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu li a {
    color: rgb(20, 40, 67);
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.nav-menu li span {
    color: rgb(20, 40, 67);
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.dropdown-menu li {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.dropdown-li:hover .dropdown-menu {
    display: block;
    border-radius: 10px;
    padding: 0px;
}

.navsLink.dropdown-li i {
    padding-left: 3px;
}

.navsLink.dropdown-li:hover .nav-link i {
    transform: rotate(-180deg);
    color: var(--main-color);
}

.dropdown-menu li:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.dropdown-menu li .dropdown-item {
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0px 10px 15px;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--main-color);
    color: var(--second-color);
}

.nav-menu .nav-item.active .nav-link,
.nav-menu .nav-item:hover .nav-link {
    color: var(--main-color);
}

.contact-boxes {
    height: 100%;
    padding: 0px 20px 0px 3px;
}

.bg-gray {
    background-color: rgb(255, 255, 255);
}

.side-menu {
    position: fixed;
    top: 0px;
    left: -70%;
    width: 84%;
    height: calc(100% - 1px);
    padding: 17px;
    background: var(--white-color);
    visibility: hidden;
    z-index: 23000;
    backface-visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.02) -11px 0px 13px;
    overflow: hidden auto;
    transition: 0.4s;
}

.mobile.nav-item {
    padding-block: 10px;
    border-block: 1px solid rgb(238, 238, 238);
}

.mobile.nav-item,
.mobile.sub-menu li {
    display: block;
}

.mobile.sub-menu li a {
    padding: 0.5rem 1rem;
}

.icon-down.icon-down-one {
    position: absolute;
    right: 15px;
    top: 0px;
}

.mobile-logo img {
    max-width: 100%;
    height: 47px;
}

.side-menu.open {
    left: 0px;
    visibility: visible;
    top: 0px;
    bottom: 0px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid rgb(238, 238, 238);
    box-shadow: rgb(181, 181, 181) 11px 6px 13px;
}

.close-side-menu {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    position: absolute;
    background: var(--main-color);
    z-index: 55;
    text-align: center;
    line-height: 40px;
    transition: 0.4s;
    border-radius: 50%;
}

.close-side-menu i.fas.fa-times {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    color: var(--white-color);
}

.dlab-social-icon {
    margin-top: 15px;
}

.dlab-social-icon li {
    padding: 0.75rem;
    position: relative;
    background-color: rgb(238, 238, 238);
    border-radius: 50%;
}

.dlab-social-icon li a {
    color: var(--second-color);
}

.dlab-social-icon li::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--second-color);
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: transform 300ms, opacity 300ms;
}

.dlab-social-icon li:hover::after {
    transform: scale(1);
}

.close-side-menu:hover i.fas.fa-times {
    transform: rotate(360deg);
}

.close-side-menu:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-radius: 0px;
}

.close-side-menu:hover span {
    color: var(--white-color);
}

.close-menu-sidebar {
    height: 100%;
    background-color: rgba(253, 253, 253, 0.8);
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 22000;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    transition: 0.4s;
}

.close-menu-sidebar.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    animation: 0.5s ease 0s 1 normal none running fadeIn;
}

.side-menu-btn {
    text-decoration: none;
    transition: 0.4s;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
    z-index: 555;
    width: 20px;
    height: 15px;
    right: -40px;
    top: 30px;
    color: rgb(18, 43, 81) !important;
    position: absolute !important;
}

.side-menu-btn:hover {
    color: var(--main-color) !important;
}

.side-menu-btn span {
    display: block;
    position: absolute;
    transition: 0.3s linear;
    width: 20px;
    top: 0px;
    right: 0px;
}

.mobile.sub-menu {
    visibility: hidden;
    max-height: 0px;
    transition: max-height 1s ease-in-out, visibility linear 1s;
    overflow: hidden !important;
    backface-visibility: hidden !important;
}

.mobile.sub-menu.sub-menu-collapsed {
    visibility: visible;
    max-height: 500px;
    transition: max-height 1s ease-in-out, visibility linear;
    backface-visibility: visible !important;
}

.nav-menu {
    padding: 0px;
    margin: 28px 0px 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.sub-menu img {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 7px;
    border-radius: 20px;
}

.btn-effect_nav {
    display: inline-flex;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 17px;
    align-items: center;
    line-height: 175%;
    border-radius: 12px;
    overflow: hidden;
    border: initial initial rgb(0, 0, 0);
    transition: all;
    margin-right: 10px;
}

.btn-effect_nav i {
    margin-right: 6px;
}

@media only screen and (min-width: 1199px) {
    .is-fixed .header-nav .nav>li>a {
        padding: 2px 8px;
    }

    .is-fixed .header-nav .nav>li>span {
        padding: 10px 16px;
    }

    .is-fixed .logo-header {
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    .social-media {
        display: none;
    }

    .contact-boxes {
        justify-content: start;
    }

    .contact-boxes {
        flex-wrap: wrap;
        padding: 5px;
    }

    .single-item {
        margin-bottom: -9px;
    }

    .nav-bar .single-item:last-child {
        padding-left: 0px !important;
    }

    .nav_icon {
        display: none !important;
    }
}

.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    background-color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 8px;
    border: 1px solid var(--main-color);
    color: rgb(255, 255, 255) !important;
}

.theme-btn:hover::before {
    width: 100%;
    color: rgb(255, 255, 255);
}

.extra-nav a:hover {
    color: rgb(255, 255, 255) !important;
}

.theme-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0px;
    left: 0px;
    width: 0px;
    background-color: var(--second-color);
    z-index: -1;
    transition: 0.4s ease-out;
    border-radius: inherit;
    color: rgb(255, 255, 255);
}

.sub_menu {
    width: 214px;
}

.mega__menu {
    display: flex;
    justify-content: space-around;
}

.sub-menu.deals-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 40px;
}

.ao-header-navigation__dropdown-info {
    background: rgb(239, 239, 239);
    padding: 15px;
    border-radius: 10px;
    width: 230px;
}

.ao-header-navigation__dropdown-info-title {
    font-weight: 400;
    margin-bottom: 7px;
    font-size: 22px;
    color: var(--second-color);
}

.deals-links {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 258px;
}

.deals-links li {
    margin-bottom: 12px;
}

.deals-links a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.bottom-area>a {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}

.bottom-area>a>span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.bottom-area>a>span svg {
    stroke: var(--main-color);
    transition: 0.5s;
}

.bottom-area>a:hover {
    color: var(--main-color) !important;
}

.bottom-area>a:hover span {
    border-color: var(--main-color) !important;
}

.bottom-area>a:hover span svg {
    transform: rotate(48deg);
    stroke: var(--main-color) !important;
}

.bottom-area .social-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.sticky-header.is-fixed {
    position: fixed;
    top: 6px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.hero-home {
    margin: 0px 28px;
    position: relative;
    height: 90vh;
    min-height: 560px;
    max-height: 860px;
    overflow: hidden;
    border: 1px solid var(--gold);
    z-index: 1;
    padding: 14px;
    border-radius: 20px;
}

.hero-swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.hero-info {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.hero-img-wrap {}

.hero-swiper .swiper-slide {
    overflow: hidden;
}

.hero-swiper .swiper-slide .hero-img-base {
    transform: scale(1);
    transition: transform 3s ease-out, opacity 1.5s ease-in-out;
    filter: blur(0px);
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
}

.hero-swiper .swiper-slide-active .hero-img-base {
    transform: scale(1.15);
    animation: 20s linear 0s infinite alternate none running kenBurns;
}

.hero-swiper .swiper-slide-transitioning .hero-img-base {
    filter: url("#ripple-filter") blur(2px);
}

.hero-img-wrap {
    position: absolute;
    inset: 0px;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.ripple-container {
    position: absolute;
    inset: 0px;
    pointer-events: none;
    z-index: 2;
}

.hero-info::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 3;
    pointer-events: none;
}

.hero-dots {
    position: absolute;
    inset: 0px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, rgba(18, 57, 91, 0.11) 1px);
    background-size: 28px 28px;
    z-index: 4;
    pointer-events: none;
}

.slide-description {
    position: absolute;
    inset: 0px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem 1rem 4rem;
    max-width: 100%;
    justify-content: center;
}

@media (max-width: 768px) {
    .slide-description {
        align-items: center;
        text-align: center;
        padding: 1rem 0.5rem;
        max-width: 100%;
    }
}

.swiper-slide-active .slide-description .slide-eyebrow {
    animation: 0.6s ease 0.1s 1 normal both running slideUp;
}

.swiper-slide-active .slide-description h2 {
    animation: 0.6s ease 0.25s 1 normal both running slideUp;
}

.swiper-slide-active .slide-description h1 {
    animation: 0.6s ease 0.25s 1 normal both running slideUp;
}

.swiper-slide-active .slide-description p {
    animation: 0.6s ease 0.4s 1 normal both running slideUp;
}

.swiper-slide-active .slide-description .hero-cta {
    animation: 0.6s ease 0.55s 1 normal both running slideUp;
}

.swiper-slide-active .slide-description .hero-badges {
    animation: 0.6s ease 0.68s 1 normal both running slideUp;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(28px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.slide-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(242, 183, 5, 0.15);
    border: 1px solid rgb(63, 114, 250);
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 14px;
}

.slide-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-accent);
    animation: 2s ease-in-out 0s infinite normal none running pulse;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(1.5);
    }
}

@keyframes kenBurns {
    0% {
        transform: scale(1.05) translate(0px, 0px);
    }

    50% {
        transform: scale(1.15) translate(-1%, 0.5%);
    }

    100% {
        transform: scale(1.05) translate(0px, 0px);
    }
}

.slide-description h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 1.15;
    margin-bottom: 14px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 20px;
}

.slide-description h1 {
    font-size: 40px;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.15;
    margin-bottom: 14px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 20px;
}

.slide-description h2 span {
    color: var(--color-accent);
    position: relative;
}

.slide-description h2 span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: var(--color-accent);
    border-radius: 2px;
    transform-origin: left center;
    animation: 0.8s ease 0.9s 1 normal forwards running lineGrow;
    transform: scaleX(0);
}

.swiper-slide-active .slide-description h2 span::after {
    animation: 0.8s ease 0.9s 1 normal forwards running lineGrow;
}

@keyframes lineGrow {
    100% {
        transform: scaleX(1);
    }
}

.slide-description p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.72;
    max-width: 480px;
    margin-bottom: 0px;
}

.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

@media (max-width: 768px) {
    .hero-cta {
        justify-content: center;
    }
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: var(--gold-2);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 0.88rem;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: rgba(242, 183, 5, 0.4) 0px 4px 18px;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    border-radius: 999px;
}

.btn-hero-primary:hover {
    background: rgba(0, 0, 0, 0);
    box-shadow: rgba(242, 183, 5, 0.55) 0px 8px 28px;
    transform: translateY(-2px);
    color: rgb(255, 255, 255) !important;
}

.btn-hero-primary i {
    font-size: 0.78rem;
    transition: transform 0.3s;
}

.btn-hero-primary:hover i {
    transform: translate(3px, -3px);
}

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgb(16, 59, 75);
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 0.88rem;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: border-color 0.25s, background 0.25s, transform 0.2s;
    border-radius: 999px;
}

.btn-hero-outline:hover {
    border-color: var(--second-color);
    background: rgb(245, 166, 35);
    transform: translateY(-2px);
    color: rgb(255, 255, 255) !important;
}

.hero-badges {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero-badges {
        justify-content: center;
    }
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.hero-badge i {
    font-size: 0.65rem;
    color: var(--color-accent);
}

.slide-counter {
    position: absolute;
    bottom: 74px;
    right: 49px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    padding: 11px 42px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 999px;
}

.slide-counter-current {
    color: var(--color-accent);
    font-size: 0.88rem;
}

.hero-home .swiper-pagination {
    bottom: 28px !important;
    z-index: 20;
}

.hero-home .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    opacity: 1;
    transition: width 0.3s, background 0.3s;
}

.hero-home .swiper-pagination-bullet-active {
    width: 44px;
    background: var(--color-accent);
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(255, 255, 255, 0.14);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 52px !important;
    height: 52px !important;
    top: 50% !important;
}

.hero-home:hover .swiper-button-next,
.hero-home:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--third-color);
    border-color: var(--third-color);
    box-shadow: rgba(39, 61, 127, 0.4) 0px 4px 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: var(--white-color);
    font-weight: 700;
    font-size: 1rem !important;
}

.swiper-button-next,
.swiper-button-prev {
    font-size: 1rem !important;
    color: rgb(255, 255, 255) !important;
}

.swiper-button-next,
.swiper-button-prev {

    & ::slotted(svg),
    & svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center center;
        fill: currentcolor;
        pointer-events: none;
        width: 19px;
        font-weight: 600;
    }
}

.hero-progress {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 20;
    overflow: hidden;
}

.hero-progress-bar {
    height: 100%;
    background: var(--gradient-accent);
    width: 0%;
    transition: width linear;
}

.scroll-indicator {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

@media (max-width: 768px) {
    .scroll-indicator {
        display: none;
    }
}

.scroll-mouse {
    width: 22px;
    height: 36px;
    border-radius: 11px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.scroll-wheel {
    width: 3px;
    height: 7px;
    border-radius: 999px;
    background: var(--color-accent);
    animation: 1.8s ease-in-out 0s infinite normal none running scrollAnim;
}

@keyframes scrollAnim {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    80% {
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 0;
    }
}

.scroll-label {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 576px) {
    .hero-home {
        height: 70vh;
        min-height: 420px;
        margin: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .slide-counter {
        top: 16px;
        right: 16px;
        display: none;
    }
}

.hero-search-section {
    position: relative;
    margin-top: -44px;
    z-index: 10;
    padding: 0px 20px 7px;
    display: none;
}

.hero-search-wrapper {
    display: flex;
    justify-content: center;
}

.hero-search-box {
    width: 100%;
    max-width: 1200px;
    background: rgb(255, 255, 255);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    padding: 30px 35px;
    position: relative;
}

.search-form {
    width: 100%;
}

.search-form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 20px;
    align-items: end;
}

.search-form-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--main-color);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-label i {
    color: var(--second-color);
    font-size: 14px;
}

.search-field {
    width: 100%;
    height: 50px;
    padding: 0px 16px;
    border: 2px solid rgba(43, 52, 128, 0.1);
    border-radius: var(--radius-md);
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    background: rgb(255, 255, 255);
    transition: 0.3s;
    font-family: var(--font-family);
}

.search-field:focus {
    outline: none;
    border-color: var(--second-color);
    box-shadow: rgba(242, 183, 5, 0.1) 0px 0px 0px 3px;
}

.search-field::placeholder {
    color: rgba(43, 52, 128, 0.4);
    font-weight: 400;
}

.search-btn-item {
    flex: 0 0 auto;
}

.hero-search-btn {
    width: 100%;
    height: 50px;
    padding: 0px 30px;
    background: var(--main-color);
    color: var(--white-color);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: var(--radius-md);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    font-family: var(--font-family);
}

.hero-search-btn:hover {
    background: var(--second-color);
    color: var(--main-color);
    transform: translateY(-2px);
    box-shadow: rgba(242, 183, 5, 0.3) 0px 8px 20px;
}

.hero-search-btn:active {
    transform: translateY(0px);
}

@media (max-width: 1200px) {
    .search-form-grid {
        grid-template-columns: repeat(3, 1fr) auto;
    }

    .hero-search-box {
        padding: 25px 30px;
    }
}

@media (max-width: 992px) {
    .search-form-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-btn-item {
        grid-column: span 2;
    }

    .hero-search-section {
        margin-top: -60px;
        padding: 0px 15px 30px;
    }

    .hero-search-box {
        padding: 20px 25px;
    }
}

@media (max-width: 768px) {
    .search-form-grid {
        grid-template-columns: 1fr;
    }

    .search-btn-item {
        grid-column: span 1;
    }

    .hero-search-section {
        margin-top: -40px;
        padding: 0px 10px 20px;
        display: none;
    }

    .hero-search-box {
        padding: 20px;
    }

    .search-field,
    .hero-search-btn {
        height: 45px;
    }
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.tour-card {
    background: rgb(255, 255, 255);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    transition: 0.3s;
}

.tour-card:hover {
    transform: translateY(-8px);
}

.tour-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    padding: 9px;
}

.tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 14px;
}

.tour-card:hover img {
    transform: scale(1.08);
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgb(199, 154, 66);
    color: rgb(255, 255, 255);
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 12px;
}

.tour-content {
    padding: 10px 15px 16px 17px;
}

.tour-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: rgb(119, 119, 119);
    font-size: 14px;
}

.tour-content h3 {
    color: rgb(22, 59, 91);
    margin-bottom: 15px;
    line-height: 1.4;
    height: 50px;
}

.subcat-content .short_description{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: start;
}
.tour-content p {
    color: rgb(102, 102, 102);
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: start;
}

.tour-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed var(--line);
    padding-top: 10px;
}

.price strong {
    color: var(--gold);
    font-size: 24px;
}

.tour-footer a {
    text-decoration: none;
    color: rgb(22, 59, 91);
    font-weight: 600;
}

@media (max-width: 991px) {
    .tours-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .tours-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 32px;
    }
}

.video-section {
    padding: 44px 0px;
}

.video-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.video-thumbnail-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    cursor: pointer;
}

.video-thumbnail {
    width: 628px;
    height: 353px;
    display: block;
    transition: transform 0.3s;
}

.video-thumbnail-container:hover .video-thumbnail {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(242, 183, 5, 0.9);
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}

.play-button:hover {
    background: var(--third-color);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: rgba(242, 183, 5, 0.5) 0px 8px 30px;
}

.play-button i {
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin-left: 5px;
}

.video-info {
    padding: 20px;
}

.video-info .section-kicker {
    margin-bottom: 15px;
}

.video-info h2 {
    font-size: clamp(28px, 4vw, 42px);
    color: var(--main-color);
    margin-bottom: 15px;
    line-height: 1.2;
}

.video-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--third-color);
    margin-bottom: 15px;
}

.video-description {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 30px;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-item {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(242, 183, 5, 0.2);
    box-shadow: var(--box-shadow);
    transition: 0.3s;
}

.contact-item:hover {
    box-shadow: var(--shadow);
    border-color: var(--second-color);
    transform: translateY(-5px);
}

.contact-item h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--third-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-item p {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    margin: 0px;
}

.contact-item a {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: var(--third-color);
}

#videoModal .modal-content {
    border-radius: 20px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    overflow: hidden;
}

#videoModal .modal-header {
    background: var(--main-color);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 15px 20px;
}

#videoModal .modal-title {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

#videoModal .btn-close {
    filter: brightness(0) invert(1);
}

#videoModal .modal-body {
    padding: 0px;
    background: rgb(0, 0, 0);
}

@media (max-width: 992px) {
    .video-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .video-info {
        padding: 0px;
        text-align: center;
    }

    .contact-info {
        max-width: 500px;
        margin: 0px auto;
    }
}

@media (max-width: 576px) {
    .video-section {
        padding: 22px 0px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 24px;
    }

    .contact-info {
        grid-template-columns: 1fr;
    }
}

.category-item {
    height: 328px;
    will-change: transform;
}

.category-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.category-item img {
    border-radius: 20px;
    will-change: transform;
    height: 310px !important;
    object-fit: cover !important;
    filter: brightness(0.8) !important;
    width: 100% !important;
    max-height: 100% !important;
}

.category-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.category-content {
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    bottom: 123px;
    left: 14px;
    width: 83%;
    padding: 19px;
    color: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
}

.category-content-title h3 {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: 600;
}

.category-item:hover .category-content {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    bottom: 145px;
    left: 14px;
    transition: 0.3s ease-in-out;
    width: 83%;
}

.why-us {
    background: rgb(248, 250, 252);
}

.feature-card {
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 15px 16px;
    text-align: center;
    height: 100%;
    transition: 0.4s;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 30px;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: rgb(13, 59, 142);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 40px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: rgb(238, 244, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 32px;
    color: rgb(13, 59, 142);
}

.feature-card h4 {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 700;
    color: rgb(13, 59, 142);
}

.feature-card h5 {
    margin: 10px 0px;
    font-weight: 600;
}

.feature-card p {
    color: rgb(119, 119, 119);
    font-size: 15px;
}

.subcategory-section {
    padding-top: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 250, 242, 0.62));
}

.subcat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 19px;
}

.subcat-featured {
    grid-column: span 1;
}

.subcat-card {
    position: relative;
    min-height: 390px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: rgba(6, 29, 53, 0.1) 0px 14px 40px;
    background: rgb(13, 59, 76);
    isolation: isolate;
    transition: .25s var(--ease);
}

.subcat-card::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    background: linear-gradient(rgba(6, 29, 53, 0.08), rgba(6, 29, 53, 0.34) 42%, rgba(6, 29, 53, 0.94));
}

.subcat-card a {
    display: block;
    height: 100%;
    color: rgb(255, 255, 255);
}

.subcat-card img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform .55s var(--ease);
    filter: saturate(0.94) contrast(1.03);
}

.subcat-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
}

.subcat-card h3 {
    font-size: 26px;
}

.subcat-card p {
    max-width: 560px;
    margin: 10px 0px 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    flex-grow: 1;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subcat-card a:hover {
    color: rgb(255, 255, 255) !important;
}

.styles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .styles-grid {
        grid-template-columns: 1fr;
    }
}

.style-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.style-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.style-card-media {
    position: relative;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.style-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    padding: 0px;
    border-radius: 20px;
}

.style-card:hover .style-card-media img {
    transform: scale(1.05);
}

.style-card-body {
    padding: 17px 18px 17px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.style-card-body h3 {
    text-align: start;
    font-size: 24px;
    color: var(--main-color);
    margin-bottom: 12px;
}

.style-card-body p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1;
    font-weight: 400;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: start;
}

.style-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
}

.style-card-btn {
    color: var(--main-color);
    font-weight: 800;
    font-size: 14px;
    transition: color 0.2s;
    text-decoration: none;
    padding: 12px 16px;
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.style-card:hover .style-card-btn {
    color: var(--navy);
}

.section--title {
    text-align: start;
    margin-bottom: 8px;
}

.intro-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 46px;
    background: rgb(255, 255, 255);
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 28px;
    box-shadow: var(--soft);
    margin-bottom: 30px;
}

.section-text {
    margin: 16px auto 0px;
    max-width: 100%;
    color: var(--ink);
    font-size: 17px;
    text-align: start;
}

.tours-hero {
    position: relative;
    isolation: isolate;
    min-height: 380px;
    padding-top: calc(var(--header-h) + 50px);
    padding-bottom: 50px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tours-hero::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -3;
    background: linear-gradient(90deg, rgba(6, 29, 53, 0.95) 0%, rgba(6, 29, 53, 0.85) 40%, rgba(6, 29, 53, 0.3) 70%, rgba(6, 29, 53, 0.85) 100%), linear-gradient(rgba(6, 29, 53, 0.2), rgba(6, 29, 53, 0.85)), url("./assets/images/Destinations-Hero.webp") center center / cover no-repeat;
}

.tours-hero::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    height: 100px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 250, 242, 0), var(--ivory));
    pointer-events: none;
}

.tours-layout-section {
    background-color: var(--ivory);
    padding-top: 50px;
    padding-bottom: 70px;
}

.tours-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
}

@media (max-width: 992px) {
    .tours-layout {
        grid-template-columns: 1fr;
    }
}

.tour-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tour-card-wide {
    background: rgb(255, 255, 255);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    display: flex;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.tour-card-wide:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.tour-card-img {
    width: 300px;
    min-height: 100%;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.tour-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.tour-card-wide:hover .tour-card-img img {
    transform: scale(1.05);
}

.tour-card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--gold);
    color: var(--navy);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 50px;
    z-index: 2;
}

.tour-card-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
}

.tour-card-meta i {
    color: var(--gold);
}

.tour-card-info h3 {
    font-size: 24px;
    color: var(--navy);
    margin-bottom: 12px;
    line-height: 1.25;
}

.tour-card-description {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.tour-highlights-list {
    margin: 0px 0px 24px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 15px;
}

.tour-highlights-list li {
    font-size: 13px;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.tour-highlights-list li::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    color: var(--gold);
    font-weight: 800;
}

.tour-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.tour-price {
    display: flex;
    flex-direction: column;
}

.tour-price span {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tour-price strong {
    font-size: 22px;
    color: var(--navy);
}

.tour-price strong span {
    color: var(--gold);
    font-size: 16px;
}

@media (max-width: 768px) {
    .tour-card-wide {
        flex-direction: column;
    }

    .tour-card-img {
        width: 100%;
        height: 220px;
    }

    .tour-highlights-list {
        grid-template-columns: 1fr;
    }
}

.tour-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tour-sidebar-card {
    background: rgb(255, 255, 255);
    border-radius: 24px;
    border: 1px solid var(--line);
    padding: 30px;
    box-shadow: var(--shadow-soft);
}

.tour-sidebar-card.sticky {
    position: sticky;
    top: calc(var(--header-h) + 30px);
}

.tour-sidebar-card h3 {
    font-size: 22px;
    color: var(--navy);
    margin-bottom: 15px;
}

.tour-sidebar-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 24px;
}

.benefits-list {
    margin: 0px 0px 24px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.benefits-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: var(--navy);
}

.benefits-list i {
    color: var(--gold);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefits-list strong {
    display: block;
    margin-bottom: 2px;
    font-weight: 700;
}

.benefits-list span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
    display: block;
}

.about-more-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    transition: 0.3s;
}

.about-more-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-intro-visual {
    align-self: start;
    position: sticky;
}

.about-img-wrap {
    position: relative;
    border-radius: 28px;
    overflow: visible;
}

.about-img-wrap>img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 28px;
    display: block;
}

.about-float-top {
    top: 20px;
    right: -24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 18px 24px;
}

.about-float-card {
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 18px;
    box-shadow: rgba(6, 29, 53, 0.14) 0px 12px 40px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--navy);
}

.about-float-num {
    font-size: 36px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
}

.about-float-top span {
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}

.about-float-bottom {
    bottom: 60px;
    left: -24px;
}

.about-float-card {
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 18px;
    box-shadow: rgba(6, 29, 53, 0.14) 0px 12px 40px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--navy);
}

.about-float-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.about-float-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-float-bottom strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--navy);
}

.about-float-contact {
    bottom: -10px;
    right: -10px;
    gap: 12px;
}

.about-float-card {
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 18px;
    box-shadow: rgba(6, 29, 53, 0.14) 0px 12px 40px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--navy);
}

.about-float-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gold);
    display: grid;
    place-items: center;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
}

.about-float-contact strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--navy);
}

.about-more-text {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
}

.about-intro-copy .section-text {
    margin-bottom: 16px;
    color: var(--muted);
    line-height: 1.8;
}

.about-intro-copy p {
    margin-bottom: 16px;
    color: var(--muted);
    line-height: 1.8;
}

.about-show-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0px;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: var(--second-color);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 0px;
}

.about-more-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
}

.tst--header {
    text-align: start;
    margin-bottom: 2px;
}

.about-intro-copy .section-title {
    text-align: start;
    margin-bottom: 0px;
    font-size: 30px;
    text-wrap: inherit;
}

.why-choose-dynamics-img {
    width: 100%;
    position: relative;
    padding-right: 1.5rem;
    height: 100%;
}

.why-choose-dynamics-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px !important;
}

.why-choose-dynamics-smallImg {
    position: absolute;
    width: 50%;
    bottom: 0px;
    height: 50%;
    right: 0px;
    border-width: 10px 0px 0px 10px;
    border-style: solid none none solid;
    border-color: rgb(255, 255, 255) currentcolor currentcolor rgb(255, 255, 255);
    border-image: initial;
    background: rgb(255, 255, 255);
    border-radius: 20px 20px 20px 0px;
}

.why-choose-dynamics-smallImg::before {
    position: absolute;
    content: "";
    bottom: -6px;
    width: 30px;
    background-color: transparent;
    box-shadow: rgb(255, 255, 255) 10px 10px 0px 0px;
    z-index: 0;
    border-radius: 50%;
}

.why-choose-dynamics-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px !important;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-more-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: 0.3s;
}

.about-more-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.about-intro-copy .section-text {
    margin-bottom: 16px;
    color: var(--muted);
    line-height: 1.8;
    max-height: max-content;
    overflow-y: auto;
}

.about-show-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: var(--main-color);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 0px;
}

.about-intro-visual {
    position: sticky;
    top: 20px;
}

.why-choose-dynamics-img {
    width: 100%;
    position: relative;
    padding-right: 1.5rem;
}

.why-choose-dynamics-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-dynamics-smallImg {
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0px;
    right: 0px;
    border-radius: 20px;
    border: 10px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.blog-section {
    background: var(--cream);
    padding: 44px 0px;
}

.blog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.blog-head .section-title {
    margin: 10px 0px 8px;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 9px;
    align-items: start;
}

.blog-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(201, 155, 61, 0.12);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(13, 59, 76, 0.05) 0px 2px 16px;
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: rgba(13, 59, 76, 0.11) 0px 14px 40px;
    border-color: rgba(201, 155, 61, 0.35);
}

.blog-card--featured {
    height: 100%;
}

.blog-card--featured .blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.blog-card__img-wrap {
    position: relative;
    overflow: hidden;
}

.blog-card__img-wrap img {
    width: 100%;
    height: 233px;
    object-fit: cover;
    display: block;
    transition: transform .45s var(--ease);
    padding: 9px;
    border-radius: 20px;
}

.blog-card:hover .blog-card__img-wrap img {
    transform: scale(1.05);
}

.blog-card__body {
    padding: 7px 13px 21px;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.blog-card__body h3 {
    color: var(--main-color);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin: 0px 0px 10px;
    text-align: start;
}

.blog-card--featured .blog-card__body h3 {
    font-size: 22px;
}

.blog-card__body p {
    color: rgb(33, 37, 41);
    font-size: 14px;
    line-height: 1.7;
    margin: 0px;
    flex: 1 1 0%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 19px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--main-color);
    transition: gap .25s var(--ease);
    justify-content: center;
}

.blog-card:hover .blog-card__cta {
    gap: 10px;
}

@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card--featured .blog-card__img-wrap img {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .blog-side-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .blog-card--row .blog-card__thumb {
        flex: 0 0 90px;
    }

    .blog-card--row .blog-card__thumb img {
        min-height: 120px;
    }

    .blog-card__img-wrap img {
        height: 220px;
    }
}

.tour-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--second-color);
    color: var(--white-color);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
}

.testimonials-section {
    padding: 35px 0px 0px;
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

.tst-bg-decor {
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle at 5% 50%, rgba(201, 155, 61, 0.08) 0%, transparent 40%), radial-gradient(circle at 95% 20%, rgba(13, 59, 76, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.tst-header {
    text-align: center;
    margin-bottom: 52px;
}

.tst-header .section-title {
    margin: 10px 0px 12px;
    font-size: clamp(22px, 3.5vw, 44px);
}

.tst-subtitle {
    color: rgba(13, 59, 76, 0.65);
    font-size: 16px;
    max-width: 100%;
    margin: 0px auto;
    line-height: 1.6;
}

.tst-swiper {
    padding-bottom: 33px !important;
}

.tst-swiper .swiper-wrapper {
    align-items: stretch;
}

.tst-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(201, 155, 61, 0.15);
    border-radius: 20px;
    padding: 21px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(13, 59, 76, 0.07) 0px 4px 24px;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
}

.tst-card:hover {
    transform: translateY(-4px);
    box-shadow: rgba(13, 59, 76, 0.12) 0px 12px 36px;
}

.tst-card__quote {
    font-size: 28px;
    color: var(--main-color);
    margin-bottom: 10px;
    line-height: 1;
    height: 50px;
}

.icon-circle svg{
    width: 50px;
    height: 50px;
}
.tst-card__text {
    margin: 0px 0px 10px;
    overflow: auto;
    color: rgba(13, 59, 76, 0.75);
    font-size: 15px;
    line-height: 1.75;
    font-style: italic;
    height: 138px;
}

.tst-card__divider {
    height: 1px;
    background: rgba(201, 155, 61, 0.2);
    margin-bottom: 3px;
}

.tst-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tst-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: 18px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 2px solid rgba(201, 155, 61, 0.3);
    padding: 3px;
}

.tst-author-info {
    flex: 1 1 0%;
}

.tst-author-info strong {
    display: block;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
}

.tst-author-info span {
    font-size: 12px;
    color: rgba(13, 59, 76, 0.55);
}

.tst-author-info span i {
    color: var(--second-color);
    font-size: 10px;
    margin-right: 3px;
}

.tst-platform {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(201, 155, 61, 0.2);
    display: grid;
    place-items: center;
    color: var(--second-color);
    font-size: 16px;
    flex-shrink: 0;
}

.tst-ta-icon {
    width: 22px;
    height: 22px;
}

.tst-trust-item .tst-ta-icon {
    width: 26px;
    height: 26px;
}

.tst-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
}

.tst-btn-prev,
.tst-btn-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(201, 155, 61, 0.4);
    background: transparent;
    color: var(--navy);
    font-size: 15px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: 0.2s;
    flex-shrink: 0;
}

.tst-btn-prev:hover,
.tst-btn-next:hover {
    background: var(--third-color);
    border-color: var(--third-color);
    color: rgb(255, 255, 255);
    transform: scale(1.08);
}

.tst-pagination.swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.tst-pagination .swiper-pagination-bullet {
    /* width: 44px; */
    /* height: 44px; */
    background: rgba(13, 59, 76, 0.2);
    opacity: 1;
    transition: 0.2s;
}

.tst-pagination .swiper-pagination-bullet-active {
    background: var(--third-color);
    width: 24px;
    border-radius: 4px;
}

.tst-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding: 22px 36px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(201, 155, 61, 0.18);
    border-radius: 16px;
    box-shadow: rgba(13, 59, 76, 0.06) 0px 2px 16px;
    flex-wrap: wrap;
    gap: 0px;
}

.tst-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 32px;
    color: var(--third-color);
    font-size: 14px;
}

.tst-trust-item i {
    font-size: 22px;
    color: var(--third-color);
}

.tst-trust-sep {
    width: 1px;
    height: 36px;
    background: rgba(201, 155, 61, 0.25);
}

.faq-section {
    padding: 44px 0px;
    background: linear-gradient(rgba(255, 243, 205, 0.22) 0%, rgba(255, 193, 7, 0.03) 100%);
    position: relative;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 60px;
    align-items: center;
}

.faq-icon {
    color: var(--gold);
    font-size: 13px;
    flex-shrink: 0;
    width: 16px;
    opacity: 0.85;
}

@media (max-width: 900px) {
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .faq-intro {
        position: static;
    }
}

.faq-intro {
    position: sticky;
    top: 110px;
}

.faq-intro {
    position: sticky;
    top: 100px;
    align-self: start;
}

.faq-intro .section-title {
    margin: 10px 0px 16px;
}

.faq-intro__text {
    color: rgba(13, 59, 76, 0.65);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 32px;
}

.faq-cta-card {
    background: linear-gradient(135deg, var(--main-color) 0%, var(--second-color) 100%);
    border-radius: 20px;
    padding: 32px;
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}

.faq-cta-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(201, 155, 61, 0.12);
    pointer-events: none;
}

.faq-cta-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(201, 155, 61, 0.18);
    border: 1px solid rgba(201, 155, 61, 0.3);
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 20px;
    margin-bottom: 16px;
}

.faq-cta-card h3 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 0px 0px 10px;
    line-height: 1.2;
}

.faq-cta-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    margin: 0px 0px 22px;
}

.faq-section .faq-box {
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
    padding: 0px;
}

.faq-section .c4t-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-section .faq-item {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(201, 155, 61, 0.18);
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow 0.25s, border-color 0.25s;
}

.faq-section .faq-item.is-open {
    box-shadow: rgba(13, 59, 76, 0.09) 0px 6px 28px;
    border-color: rgba(201, 155, 61, 0.45);
}

.faq-section .faq-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border: 0px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.35;
}

.faq-section .faq-button span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-plus {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid rgba(201, 155, 61, 0.4);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: transform 0.25s, background 0.2s, border-color 0.2s;
    color: rgb(0, 0, 0);
    font-size: 0px;
    position: relative;
}

.faq-plus::before,
.faq-plus::after {
    content: "";
    position: absolute;
    background: var(--second-color);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.2s;
}

.faq-plus::before {
    width: 12px;
    height: 2px;
}

.faq-plus::after {
    width: 2px;
    height: 12px;
}

.faq-item.is-open .faq-plus {
    background: var(--third-color);
    border-color: var(--third-color);
}

.faq-item.is-open .faq-plus::before,
.faq-item.is-open .faq-plus::after {
    background: rgb(255, 255, 255);
}

.faq-item.is-open .faq-plus::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-section .faq-answer {
    display: none;
    padding: 0px 20px 18px 48px;
    font-size: 14px;
    color: rgba(13, 59, 76, 0.65);
    line-height: 1.75;
}

.faq-section .faq-item.is-open .faq-answer {
    display: block;
    animation: 0.22s ease 0s 1 normal none running fadeInFaq;
}

.faq-section .c4t-faq-grid details {
    display: none;
}

.faq-layout .ornament {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    margin-bottom: 9px;
    color: var(--gold);
}

.faq-item-hidden {
    display: none !important;
}

.faq-fade-in {
    animation: 0.3s ease 0s 1 normal none running fadeInFaq;
}

.faq-btn-icon {
    transition: transform 0.3s;
}

.faq-btn-icon.rotated {
    transform: rotate(180deg);
}

@keyframes fadeInFaq {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.c4t-faq-action {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 11px;
    justify-content: center;
}

.c4t-faq-action .btn {
    min-width: 131px;
    padding: 10px;
}

.c4t-faq-action .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.faq-answer {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}

.faq-item.is-open .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.from-inner {
    display: flex;
    max-width: 482px;
    width: 100%;
    align-items: center;
    border-radius: 10px;
    border: 1px solid transparent;
    gap: 2px;
}

.from-inner input {
    background-color: rgb(255, 255, 255);
    color: rgb(20, 40, 67);
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    height: 48px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 10px 20px;
    border-radius: 10px;
}

.btn-style-three {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    z-index: 1;
    background: rgb(20, 40, 67);
    overflow: hidden;
    padding: 7px 39px 7px 18px;
    transition: 0.5s;
    border-radius: 8px;
    text-align: center;
}

.btn-style-three:hover {
    color: var(--white-color);
    background-color: var(--third-color);
    border-color: var(--third-color);
}

.partners {
    background-color: rgb(251, 246, 236);
    padding-top: 37px;
}

.partners__content {
    padding-bottom: 40px;
}

.swiper-slide img {
    height: 114px;
    width: 201px;
    max-height: 46px;
    object-fit: contain;
    transition: 0.2s;
}

.swiper-horizontal {
    touch-action: pan-y;
    padding-bottom: 52px;
    padding-left: 9px;
    padding-right: 11px;
}

.swiper-pagination-bullet {
    /* width: 44px; */
    /* height: 44px; */
    display: inline-block;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--main-color);
    width: 21px;
    height: 10px;
}

.swiper-slide img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(4, 17, 38) 0%, rgb(0, 94, 150) 30%, rgb(0, 94, 150) 65%, rgb(4, 17, 38) 100%);
    color: rgb(255, 255, 255);
}

.footer-deco-layer {
    position: absolute;
    inset: 0px;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.footer-deco-layer::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -100px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(121, 189, 212, 0.16) 0%, transparent 70%);
    animation: 9s ease-in-out 0s infinite normal none running orbFloat;
}

.footer-deco-layer::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252, 193, 75, 0.12) 0%, transparent 70%);
    animation: 11s ease-in-out 0s infinite reverse none running orbFloat;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translate(0px, 0px) scale(1);
    }

    33% {
        transform: translate(30px, -20px) scale(1.05);
    }

    66% {
        transform: translate(-15px, 15px) scale(0.96);
    }
}

.footer-travel-icons {
    position: absolute;
    inset: 0px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.travel-icon {
    position: absolute;
    opacity: 0;
    animation: 14s ease-in-out 0s infinite normal none running iconDrift;
}

.travel-icon.plane {
    top: 8%;
    left: 7%;
    animation-delay: 0s;
    animation-duration: 16s;
}

.travel-icon.compass {
    top: 15%;
    right: 9%;
    animation-delay: 2.5s;
    animation-duration: 13s;
}

.travel-icon.globe {
    bottom: 28%;
    left: 3%;
    animation-delay: 5s;
    animation-duration: 15s;
}

.travel-icon.wave {
    bottom: 12%;
    right: 6%;
    animation-delay: 1.5s;
    animation-duration: 12s;
}

.travel-icon.star1 {
    top: 40%;
    left: 48%;
    animation-delay: 3.5s;
    animation-duration: 10s;
}

.travel-icon.star2 {
    top: 22%;
    left: 55%;
    animation-delay: 7s;
    animation-duration: 14s;
}

.travel-icon.palm {
    bottom: 20%;
    left: 28%;
    animation-delay: 4s;
    animation-duration: 17s;
}

.travel-icon.anchor {
    top: 60%;
    right: 12%;
    animation-delay: 6s;
    animation-duration: 13s;
}

@keyframes iconDrift {
    0% {
        opacity: 0;
        transform: translateY(0px) rotate(0deg);
    }

    10% {
        opacity: 0.18;
    }

    50% {
        opacity: 0.26;
        transform: translateY(-22px) rotate(8deg);
    }

    90% {
        opacity: 0.18;
    }

    100% {
        opacity: 0;
        transform: translateY(0px) rotate(0deg);
    }
}

.footer-wave {
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
    line-height: 0;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 80px;
    transform: rotate(180deg);
}

.footer-inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0px auto;
    padding: 4rem 2.5rem 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.3fr 1.5fr;
    gap: 2rem 0.5rem;
    margin-bottom: 24px;
    padding-top: 36px;
    padding-left: 89px;
    padding-right: 5px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
}

.footer-logo-text-brand {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, rgb(252, 193, 75), rgb(255, 255, 255)) text;
    -webkit-text-fill-color: transparent;
}

.footer-tagline {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgb(255, 255, 255);
    max-width: 300px;
    margin-bottom: 7px;
    margin-top: 16px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.3rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.58);
}

.footer-contact-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(252, 193, 75, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.22s;
}

.footer-contact-item:hover .footer-contact-icon {
    background: rgba(252, 193, 75, 0.18);
    border-color: rgba(252, 193, 75, 0.4);
}

.footer-contact-icon svg {
    width: 14px;
    height: 14px;
    stroke: rgb(252, 193, 75);
    fill: none;
    stroke-width: 1.8;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-col-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white-color);
    padding-bottom: 0.6rem;
    position: relative;
}

.footer-col-title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 74px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(252, 193, 75), rgb(169, 123, 58));
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-col ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: 0.22s;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.footer-col ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(252, 193, 75);
    opacity: 0;
    transition: opacity 0.22s;
    flex-shrink: 0;
}

.footer-col ul li a:hover {
    padding-left: 0.35rem;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-col ul li a:hover::before {
    opacity: 0.8;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(252, 193, 75, 0.22), rgba(121, 189, 212, 0.3), rgba(252, 193, 75, 0.22), transparent);
    margin-bottom: 1rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 5px;
}

.footer-copy {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(252, 193, 75, 0.2);
    border-radius: 100px;
    padding: 0.3rem 0.8rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.48);
}

.footer-badge em {
    color: rgb(252, 193, 75);
    font-style: normal;
    font-size: 0.8rem;
}

.footer-socials {
    display: flex;
    gap: 0.7rem;
    align-items: center;
}

.footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(252, 193, 75, 0.18);
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    transition: 0.25s;
}

.footer-social-link:hover {
    background: rgba(252, 193, 75, 0.2);
    border-color: rgba(252, 193, 75, 0.45);
    color: rgb(252, 193, 75);
    transform: translateY(-3px);
    box-shadow: rgba(252, 193, 75, 0.22) 0px 8px 20px;
}

.footer-social-link svg {
    width: 16px;
    height: 16px;
    fill: currentcolor;
}

.footer-logo img {
    height: 89px;
    width: 211px;
}

.contact-footer {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-footer a span {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: 0.22s;
}

.contact-footer a span:hover {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 0.35rem;
    letter-spacing: 3px;
}

.social-media-navbar {
    gap: 7px;
    align-items: center;
    display: flex !important;
    flex-direction: row !important;
}

.social-media-navbar li a {
    color: rgb(33, 37, 41);
    font-size: 16px;
}

.social-media-navbar li .facebook {
    background-color: rgb(24, 119, 242);
    color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgba(33, 37, 41, 0);
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
}

.social-media-navbar li .facebook:hover {
    background-color: rgb(24, 119, 242);
    color: rgb(255, 255, 255);
    transform: rotate(360deg);
}

.social-media-navbar li .instagram,
.social-media-navbar li .instagram:hover {
    background: linear-gradient(45deg, rgb(64, 93, 230), rgb(88, 81, 219), rgb(131, 58, 180), rgb(193, 53, 132), rgb(225, 48, 108), rgb(253, 29, 29));
    color: rgb(255, 255, 255);
}

.social-media-navbar li .instagram {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgb(221, 221, 221);
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 17px;
}

.social-media-navbar li .linkedin,
.social-media-navbar li .pinterest,
.social-media-navbar li .tripadvisor,
.social-media-navbar li .twitter {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.social-media-navbar li .instagram:hover {
    transform: rotate(360deg);
}

.social-media-navbar li .linkedin {
    background-color: rgb(10, 102, 194);
    border-radius: 50%;
    border: 2px solid rgba(33, 37, 41, 0);
}

.social-media-navbar li .tripadvisor,
.social-media-navbar li .twitter {
    border-radius: 50%;
}

.social-media-navbar li .linkedin:hover {
    background-color: rgb(10, 102, 194);
    color: rgb(255, 255, 255);
    transform: rotate(360deg);
}

.social-media-navbar li .twitter {
    background-color: rgb(29, 155, 240);
    border: 2px solid rgba(33, 37, 41, 0);
}

.social-media-navbar li .twitter:hover {
    background-color: rgb(29, 155, 240);
    color: rgb(255, 255, 255);
    transform: rotate(360deg);
}

.social-media-navbar li .tripadvisor {
    background-color: rgb(52, 224, 161);
    border: 2px solid rgba(33, 37, 41, 0);
}

.social-media-navbar li .tripadvisor:hover {
    background-color: rgb(52, 224, 161);
    color: rgb(255, 255, 255);
    transform: rotate(360deg);
}

.social-media-navbar li .pinterest {
    background-color: rgb(230, 0, 35);
    border-radius: 50%;
    border: 2px solid rgba(33, 37, 41, 0);
}

.social-media-navbar li .pinterest:hover {
    background-color: rgb(230, 0, 35);
    color: rgb(255, 255, 255);
    transform: rotate(360deg);
}

.footer-col .TripadvisorReviews {
    width: 180px;
    height: auto;
}

.footer-copy a {
    color: rgb(255, 255, 255) !important;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

#scroll-percentage {
    position: absolute;
}

.scroll-top {
    height: 60px;
    width: 60px;
    background-color: var(--white-color);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 50px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 100;
}

.scroll-top.active {
    bottom: 50px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: 500ms ease-in-out 0s 1 normal none running scroll-Top;
    transition: 0.3s;
}

.scroll-top-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
}

.scroll-top-value i {
    font-size: 20px;
}

.scroll-top * {
    pointer-events: none;
}

@-webkit-keyframes scroll-Top {
    0% {
        transform: translate3d(0px, 80%, 0px);
        visibility: visible;
    }

    100% {
        transform: translateZ(0px);
    }
}

@keyframes scroll-Top {
    0% {
        transform: translate3d(0px, 80%, 0px);
        visibility: visible;
    }

    100% {
        transform: translateZ(0px);
    }
}

.c4t-floating-actions {
    position: fixed;
    right: auto;
    bottom: 22px;
    z-index: 999;
    display: grid;
    gap: 10px;
    left: 20px;
}

.c4t-float-btn {
    font-size: 0px;
    color: transparent;
}

.c4t-float-btn img {
    width: 57px;
    height: 46px;
    object-fit: contain;
    display: block;
    pointer-events: none;
}

.menu__mobile {
    display: none;
}

@media (max-width: 760px) {
    .menu__mobile {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 999;
        background: rgb(255, 255, 255);
        backdrop-filter: blur(20px);
        border-top: 1px solid rgba(201, 169, 97, 0.35);
        box-shadow: rgba(10, 35, 66, 0.25) 0px -8px 32px;
        padding: 10px 12px clamp(10px, 3.5vw, 18px);
        transition: transform 0.3s, opacity 0.3s;
    }

    .menu-mobile-fixed {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 480px;
        margin: 0px auto;
        width: 100%;
    }

    .c4t-floating-actions {
        display: none;
    }

    .menu-mobile-fixed a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 1 0%;
        text-align: center;
        color: rgb(43, 52, 128);
        font-family: var(--font-family);
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        text-decoration: none;
        gap: 1px;
        transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .menu-mobile-fixed a img {
        height: 25px;
        width: 23px;
        object-fit: contain;
        display: block;
        transition: filter 0.3s, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .scroll-top.active {
        bottom: 85px !important;
        right: 20px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem 0.5rem;
        margin-bottom: 13px;
        padding-top: 36px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tst-trust-bar {
        gap: 16px;
        padding: 18px 20px;
    }

    .tst-trust-sep {
        display: none;
    }

    .tst-trust-item {
        padding: 0px 10px;
    }

    .upper-navbar-right {
        display: none;
    }

    .menu-mobile .upper-navbar-right {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px 0px;
        border-top: 1px solid rgba(201, 155, 61, 0.2);
        margin-top: 20px;
    }

    .menu-mobile .Language-box {
        width: 100%;
    }

    .menu-mobile .dropdown {
        position: relative;
        width: 100%;
    }

    .menu-mobile .lang-btn {
        width: 100%;
        justify-content: space-between;
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        background: transparent;
        border-radius: 10px;
        border-bottom: 1px solid rgba(43, 52, 128, 0.13);
        padding-left: 13px !important;
    }

    .menu-mobile .lang-dropdown {
        width: 100%;
        margin-top: 8px;
        border: 1px solid rgba(43, 52, 128, 0);
        border-radius: 10px;
        box-shadow: none;
        background: rgb(255, 255, 255);
        position: static !important;
        transform: none !important;
    }

    .menu-mobile .dropdown-menu.show {
        display: block;
    }

    .menu-mobile .lang-dropdown .dropdown-item {
        padding: 12px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .slide-description h2 {
        font-size: 28px;
    }

    .tour-content h3 {
        font-size: 17px;
        height: 40px;
        text-align: start;
    }
.about-intro-visual {
    position: static;
    top: 20px;
}
    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .feature-card h4 {
        margin-top: 5px;
        font-size: 21px;
    }

    .feature-card p {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .subcat-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .subcat-card {
        position: relative;
        min-height: 341px;
    }

    .blog-section {
        padding: 26px 0px;
        text-align: center;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-copy {
        padding-left: 10px;
    }

    .site-footer {
        padding-bottom: 95px;
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 5px;
        padding-left: 5px;
    }

    .mobile.nav-item.box {
        padding-block: 10px;
        border-block: 1px solid rgba(238, 238, 238, 0.01);
    }

    .tst--header {
        text-align: center;
    }

    .about-intro-copy .section-title {
        text-align: center;
    }

    .about-more-text {
        text-align: center;
    }
}

.about-cta {
    margin-top: 24px;
}

.about-cta .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: 0.3s;
}

.newsletter-section {
    padding: 80px 0px;
    background: linear-gradient(135deg, var(--main-color) 0%, #1a237e 100%);
    color: rgb(255, 255, 255);
}

.newsletter-wrapper {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
}

.newsletter-content .section-title {
    color: rgb(255, 255, 255);
    font-size: 36px;
    margin-bottom: 16px;
}

.newsletter-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.newsletter-form {
    margin-top: 24px;
}

.newsletter-form-inner {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.newsletter-input {
    flex: 1 1 0%;
    min-width: 250px;
    padding: 14px 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    font-size: 16px;
    transition: 0.3s;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--second-color);
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-btn {
    padding: 14px 32px;
    background: var(--second-color);
    color: var(--main-color);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: var(--radius-md);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-btn:hover {
    background: rgb(255, 255, 255);
    transform: translateY(-2px);
}

.explore-section {
    padding: 60px 0px;
    background: var(--ivory);
    text-align: center;
}

.explore-wrapper {
    max-width: 800px;
    margin: 0px auto;
}

.explore-wrapper .section-title {
    font-size: 42px;
    margin-bottom: 32px;
    color: var(--main-color);
}

.explore-wrapper .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: 0.3s;
}

.explore-wrapper .theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: rgba(43, 52, 128, 0.2) 0px 10px 30px;
}

@media (max-width: 768px) {
    .newsletter-content .section-title {
        font-size: 28px;
    }

    .newsletter-subtitle {
        font-size: 16px;
    }

    .newsletter-form-inner {
        flex-direction: column;
    }

    .newsletter-input {
        width: 100%;
    }

    .newsletter-btn {
        width: 100%;
    }

    .explore-wrapper .section-title {
        font-size: 32px;
    }

    .explore-wrapper .theme-btn {
        width: 100%;
    }
}

.Breadcrumb-cover {
    background-color: rgba(0, 0, 0, 0.1);
}

.breadcrumb-nav {
    position: relative;
    text-align: center;
    display: flex;
    z-index: 2;
    padding: 5px 0px;
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    font-size: 18px;
    color: var(--second-color);
    line-height: 28px;
    float: left;
    margin: 0px -2px;
    padding: 0px;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0px;
}

li.breadcrumb-item:last-child {
    padding-right: 0px;
}

.breadcrumb-item a {
    color: var(--black-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.breadcrumb-item a,
.breadcrumb-item span {
    padding: 0px 5px;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color) !important;
}

.breadcrumb {
    display: flex;
    margin: 0px;
}

.city-intro {
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.city-intro,
.city-outro {
    margin: 2rem auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.city-intro>*,
.city-outro>* {
    flex: 1 1 0%;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 1s;
}

.image-container:hover img {
    transform: scale(1.05);
}

.city-intro .content-container {
    padding: 1rem 1rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    background-color: var(--white-color);
    position: relative;
}

.city-intro .content-container h1 {
    position: relative;
    z-index: 2;
}

.city-intro .content-container .subtitle {
    position: relative;
    z-index: 2;
}

.city-intro .content-container .short_description {
    color: var(--para-color);
    font-size: 16px;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.8;
    padding-right: 10px;
        height: 197px;
}

/* .city-intro .content-container p {
    color: var(--para-color);
    font-size: 16px;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.8;
    padding-right: 10px;
} */

.tst-subtitle {
    color: var(--para-color);
    font-size: 16px;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.8;
    padding-right: 10px;
}

.city-outro .content-container p {
    max-height: 100%;
    overflow: visible;
    display: block;
}

.city-outro .content-container {
    max-height: calc(16.2em);
    line-height: 1.8;
    color: var(--para-color);
    font-size: 16px;
    overflow-y: scroll;
    padding: 0px 1rem;
}

.city-outro .content-container br {
    display: none !important;
}

.subtitle {
    color: var(--second-color);
    font-size: 19px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.main-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.city-intro .content-container h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.blog-card .tour-footer {
    border-top: 1px solid var(--line);
    padding-top: 15px;
}

.blog-card .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card .author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-card .author span {
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: 500;
}

.blog-card .tour-footer a {
    color: var(--main-color);
    font-weight: 600;
    transition: color 0.3s;
}

.blog-card .tour-footer a:hover {
    color: var(--second-color);
}

.counters-section {
    padding: 35px 0px;
    background: var(--ivory);
}

.counters-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0px auto;
}

.counter-item {
    text-align: center;
    padding: 32px 24px;
    background: rgb(255, 255, 255);
    border-radius: var(--radius-md);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
    transition: 0.3s;
}

.counter-item:hover {
    transform: translateY(-8px);
    box-shadow: rgba(43, 52, 128, 0.15) 0px 8px 30px;
}

.counter-icon {
    margin-bottom: 16px;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
}

.counter-icon svg {
    width: 48px;
    height: 48px;
}

.counter-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 8px;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1;
}

.counter-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .counters-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .counters-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .counter-number {
        font-size: 36px;
    }

    .counter-label {
        font-size: 14px;
    }
}

.tailor-trip-section {
    padding: 80px 0px;
    background: var(--ivory);
}

.tailor-form-wrapper {
    max-width: 900px;
    margin: 0px auto;
}

.tailor-form {
    background: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    border: 2px solid var(--line);
    border-radius: 12px;
    font-size: 15px;
    color: var(--text-color);
    transition: 0.3s;
    background: rgb(255, 255, 255);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--main-color);
    box-shadow: rgba(43, 52, 128, 0.1) 0px 0px 0px 3px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--muted);
}

.checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-color);
    cursor: pointer;
    padding: 10px 14px;
    border: 2px solid var(--line);
    border-radius: 10px;
    transition: 0.3s;
}

.checkbox-label:hover {
    border-color: var(--main-color);
    background: rgba(43, 52, 128, 0.05);
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--main-color);
}

.form-submit {
    margin-top: 32px;
}

.form-submit button {
    width: 100%;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .checkbox-group {
        grid-template-columns: 1fr;
    }

    .tailor-form {
        padding: 24px;
    }
}

.newsletter-section {
    padding: 80px 0px;
    background: var(--main-color);
    color: rgb(255, 255, 255);
}

.newsletter-wrapper {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
}

.newsletter-content {
    margin-bottom: 32px;
}

.newsletter-content .section-kicker {
    color: var(--second-color);
}

.newsletter-content .section-title {
    color: rgb(255, 255, 255);
    margin: 16px 0px;
}

.newsletter-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
}

.newsletter-input-group {
    display: flex;
    gap: 12px;
    max-width: 500px;
    margin: 0px auto;
}

.newsletter-input-group input {
    flex: 1 1 0%;
    padding: 16px 20px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 12px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.15);
    color: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
}

.newsletter-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-input-group input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}

.newsletter-input-group button {
    padding: 16px 32px;
    background: var(--second-color);
    color: var(--main-color);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-input-group button:hover {
    background: rgb(255, 255, 255);
    transform: translateY(-2px);
}

.feature-card strong {
    display: block;
    font-size: 28px;
}

@media (max-width: 768px) {
    .breadcrumb {
        scrollbar-width: auto;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.theme_des {}

.theme_mobaile {
    display: none;
}

@media (max-width: 768px) {
    .newsletter-input-group {
        flex-direction: column;
    }

    .newsletter-input-group button {
        width: 100%;
    }

    .city-intro,
    .city-outro {
        flex-direction: column;
    }

    .city-intro .content-container {
        padding: 1rem;
    }

    .main-title {
        font-size: 24px;
    }

    .video-thumbnail {
        width: 627px;
        height: 270px;
    }

    .blog-card--featured .blog-card__body h3 {
        font-size: 20px;
    }

    .faq-section .faq-answer {
        padding: 0px 20px 18px 21px;
    }

    .blog-card__body {
        align-items: flex-start;
    }

    .blog--grid .blog-card--featured .blog-card__body h3 {
        text-align: start;
    }

    .blog-card__body p {
        text-align: start;
    }

    .theme_des {
        display: none;
    }

    .theme_mobaile {
        display: block;
        margin-top: 22px;
    }

    .about-intro-copy .section-text {
        margin-bottom: 16px;
        color: var(--muted);
        line-height: 1.8;
        max-height: 178px;
        overflow-y: auto;
    }

    .menu-mobile-fixed p {
        margin-bottom: 0;
    }

    .counter-item {
        text-align: center;
        padding: 10px 6px;
    }

    .header-nav .nav {
        display: none;
    }
}

.contact-boxes p {
    margin-bottom: 0;
}

.bg-gray {
    padding-left: 66px;
    padding-right: 66px
}


.short_description p a {
    color: #0056b3 !important;
    font-weight: bold;
}
p a {
    color: #0056b3 !important;
    font-weight: bold;
}
