@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2"), url(../fonts/Poppins-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Black.woff2) format("woff2"), url(../fonts/Poppins-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraLight.woff2) format("woff2"), url(../fonts/Poppins-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2"), url(../fonts/Poppins-ExtraBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Thin.woff2) format("woff2"), url(../fonts/Poppins-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url(../fonts/NotoSerifDisplayExtraCondensed-Regular.woff2) format("woff2"), url(../fonts/NotoSerifDisplayExtraCondensed-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url(../fonts/NotoSerifDisplayExtraCondensed-Italic.woff2) format("woff2"), url(../fonts/NotoSerifDisplayExtraCondensed-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url(../fonts/NotoSerifDisplayExtraCondensed-Light.woff2) format("woff2"), url(../fonts/NotoSerifDisplayExtraCondensed-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url(../fonts/NotoSerifDisplayExtraCondensed-LightItalic.woff2) format("woff2"), url(../fonts/NotoSerifDisplayExtraCondensed-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url(../fonts/NotoSerifDisplayExtraCondensed-Medium.woff2) format("woff2"), url(../fonts/NotoSerifDisplayExtraCondensed-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url(../fonts/NotoSerifDisplayExtraCondensed-MediumItalic.woff2) format("woff2"), url(../fonts/NotoSerifDisplayExtraCondensed-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative;
    margin: 0;
    padding: 0;
}

@media (max-width:767px) {

    .hidden-xs,
    td.hidden-xs,
    th.hidden-xs,
    tr.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .hidden-sm,
    td.hidden-sm,
    th.hidden-sm,
    tr.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .hidden-md,
    td.hidden-md,
    th.hidden-md,
    tr.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {

    .hidden-lg,
    td.hidden-lg,
    th.hidden-lg,
    tr.hidden-lg {
        display: none !important
    }
}

a {
    cursor: pointer
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0
}

:focus {
    outline: 0
}

.relative {
    position: relative
}

.hidden {
    display: none
}

.fullWidth {
    width: 100%
}

.negativeIndent {
    text-indent: -999999px
}

.reverseFloat {
    float: right
}

.makeDiv {
    display: inline-block
}

.centeredImage {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.italic {
    font-style: italic
}

.noMargin {
    margin: 0
}

.noMarginTop {
    margin-top: 0
}

.noMarginBottom {
    margin-bottom: 0
}

.noMarginLeft {
    margin-left: 0
}

.noMarginRight {
    margin-right: 0
}

.noPadding {
    padding: 0
}

.noPaddingTop {
    padding-top: 0
}

.noPaddingBottom {
    padding-bottom: 0
}

.noPaddingLeft {
    padding-left: 0
}

.noPaddingRight {
    padding-right: 0
}

.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .4s ease
}

.grayscale:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: none
}

.invertscale {
    filter: invert(50%);
    -webkit-filter: invert(50%);
    filter: gray;
    -webkit-transition: all .4s ease
}

.invertscale:hover {
    filter: invert(0);
    -webkit-filter: invert(0);
    filter: none
}

.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0
}

.row-xs-height {
    display: table-row
}

.col-xs-height {
    display: table-cell;
    float: none
}

@media (min-width:768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }

    .row-sm-height {
        display: table-row
    }

    .col-sm-height {
        display: table-cell;
        float: none
    }
}

@media (min-width:992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }

    .row-md-height {
        display: table-row
    }

    .col-md-height {
        display: table-cell;
        float: none
    }
}

@media (min-width:1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }

    .row-lg-height {
        display: table-row
    }

    .col-lg-height {
        display: table-cell;
        float: none
    }
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.colNo,
.contNo,
.rowNo {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0
}

.title-font {
    font-family: 'Butler Light', 'Butler', serif;
    font-weight: 300;
    font-style: italic
}

:root {
    scroll-behavior: auto
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: inherit
}

a:active {
    color: inherit
}

p {
    margin: 0
}

.slick-slider :focus {
    outline: 0
}

@keyframes spin {
    0% {
        border-radius: 43% 77% 80% 40%/40% 40% 80% 80%
    }

    20% {
        border-radius: 47% 73% 61% 59%/47% 75% 45% 73%
    }

    40% {
        border-radius: 46% 74% 74% 46%/74% 58% 62% 46%
    }

    60% {
        border-radius: 47% 73% 61% 59%/40% 40% 80% 80%
    }

    80% {
        border-radius: 50% 70% 52% 68%/51% 61% 59% 69%
    }

    100% {
        border-radius: 43% 77% 80% 40%/40% 40% 80% 80%;
        transform: rotate(-360deg)
    }
}

.visible-xs {
    display: none
}

@media only screen and (max-width:767px) {
    .visible-xs {
        display: block
    }
}

.cursor {
    display: none !important;
    pointer-events: none;
    position: fixed;
    width: 70px;
    height: 70px;
    background: rgba(187, 13, 48, .3);
    border-radius: 50%;
    z-index: 9999999999;
    margin-top: -35px;
    margin-left: -35px;
    transition: width .7s, height .7s, margin .7s
}

.cursor.hover {
    animation: spin 6s infinite linear;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px
}

.cursor.wh {
    border-color: #fff
}

@media (max-width:1200px) {
    .cursor {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding: 0 24px
    }
}

@media (max-width:380px) {
    .container {
        padding: 0 12px
    }
}

html {
    font-size: 16px
}

@media (min-width:1201px) {

    a,
    button,
    html {}
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.title-font,
nav.main .links a {
    font-family: 'Butler', 'Butler Light', serif !important;
    font-weight: 300 !important;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: #fff
}

.loading:before {
    content: '';
    background: #bb0d32;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    transition: 2s
}

.loading.play:before {
    width: 100%
}

.loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden
}

.loading.loaded:before {
    display: none
}

@media only screen and (max-width:767px) {
    .loading:before {
        transition: .5s
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    overflow: auto
}

.popup .tint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212322;
    opacity: .7
}

.popup .box {
    position: relative;
    background: #fff;
    width: 780px;
    margin: 0 auto;
    max-width: 90%;
    padding: 100px;
    text-align: center;
    z-index: 1;
    max-height: 90%;
    overflow: auto
}

.popup .box .cls {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 3
}

.popup .box h2 {
    margin-bottom: 60px
}

.popup.active {
    opacity: 1;
    visibility: visible
}

@media (max-height:670px) {
    .popup {
        display: block;
        padding: 60px 0
    }
}

.popup.cookies .box {
    width: 420px;
    max-height: none;
    background-color: transparent;
    background-image: url(../image/frame.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    color: #fff;
    padding: 100px 30px 70px 30px
}

.popup.cookies .box .logo {
    width: 150px
}

.popup.cookies .box .star {
    display: inline-block;
    margin: 90px auto;
    display: block
}

.popup.cookies .box .txt {
    margin-bottom: 60px;
    text-transform: uppercase
}

.popup.cookies .box .cls {
    display: block;
    position: static;
    text-decoration: underline;
    width: auto;
    margin-bottom: 100px
}

.popup.cookies .box .lang {
    font-size: 1.1rem
}

.popup.cookies .tint {
    opacity: .95
}

@media (min-width:992px) and (max-width:1199px) {
    .popup.cookies .box {
        width: 370px
    }

    .popup.cookies .box .star {
        margin: 40px auto
    }
}

@media only screen and (max-width:767px) {
    .popup.cookies .box .star {
        margin: 30px auto
    }
}

@media only screen and (max-width:767px) {
    .popup {
        padding: 0
    }

    .popup .box {
        padding: 100px 24px 48px 24px;
        border-radius: 20px;
        max-height: none;
        top: 80px;
        bottom: 24px
    }

    .popup .box .cls {
        right: 24px
    }
}

.header-menu {
    width: 60px;
    height: 60px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    transition: all 0.4s ease;
    cursor: pointer;
}

.header-menu span {
    width: 28px;
    height: 1.5px;
    background: #fff;
    margin: 3px 0
}

header {
    padding-top: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: .4s;
    color: #fff
}

@media (min-width:768px) {
    header .header-menu {
        transition: .7s
    }

    header .header-menu span {
        transition: .7s;
        position: relative;
        top: 0
    }

    header .header-menu.active {
        border-color: #000
    }

    header .header-menu.active span {
        background: #000
    }

    header .header-menu.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px
    }

    header .header-menu.active span:nth-child(2) {
        transform: rotate(-45deg);
        top: -6px
    }

    header.active {
        transform: translateY(0) !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    header.active .journey,
    header.active .logo {
        opacity: .4;
        pointer-events: none
    }

    header.active .wh {
        display: inline-block !important
    }

    header.active .bl {
        display: none !important
    }
}

header .container {
    max-width: 100%;
    padding: 0 55px
}

@media (min-width:768px) and (max-width:991px) {
    header .container {
        padding: 0 32px
    }

    header .logo img {
        left: -30px;
        height: 40px;
        position: relative;
    }
}


@media only screen and (max-width:767px) {
    header .container {
        padding: 0 24px
    }
}

header .logo img {
    height: 90px;
    width: auto;
    transition: .4s;
}

header .logo img.bl {
    transition: .4s;
}

header .container {
    max-width: 100%;
    padding: 0 55px
}

.main-slider:before {
    display: none
}

@media only screen and (max-width:767px) {
    header .link {
        display: none
    }
}

header .bl {
    display: none !important;
}

header.reverse {
    color: #000
}

header.reverse .bl {
    display: inline-block
}

header.reverse .wh {
    display: none
}

header.reverse .header-menu {
    border-color: #000
}

header.reverse .header-menu span {
    background: #000
}

header.reverse .journey .rotatingText {
    fill: #000
}

header.scrolled {
    padding-top: 0;
    line-height: 110px;
    background: #fff;
    color: #f17655;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

header.scrolled .wh {
    display: none
}

header.scrolled .logo img.bl {
    display: inline-block !important;
}

header.scrolled .header-menu {
    border-color: #f17655
}

header.scrolled .header-menu span {
    background: #f17655
}

header.scrolled .journey .wh {
    display: none
}

header.scrolled .journey .bl {
    display: inline-block !important;
    filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(2256%) hue-rotate(113deg) brightness(91%) contrast(97%);
}

header.scrolled .journey .rotatingText {
    fill: #f17655
}

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

@media only screen and (max-width:767px) {
    header {
        line-height: 80px;
        padding-top: 0
    }

    header .header-menu {
        border: 1.5px solid rgba(255, 255, 255, 0.4);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    header .logo img {
        height: 45px;
        width: auto
    }

    header .journey img {
        height: 25px;
        width: auto;
        position: static
    }

    header .journey svg {
        display: none
    }

    header.scrolled .header-menu {
        border-color: rgba(0, 0, 0, 0.2)
    }

    header.scrolled .logo img {
        height: 45px;
        width: auto
    }
}

@media only screen and (max-width:767px) {
    header.home .header-menu {
        display: flex
    }

    header.home .logo {
        display: block
    }

    header.home .link {
        display: inline-block;
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    header .container {
        padding: 0 15px
    }
}

nav.main {
    position: fixed;
    width: 50%;
    left: 0;
    background-color: #fff;
    height: 100%;
    z-index: 8;
    transform: translateX(-100%);
    overflow: hidden;
    padding: 55px;
    padding-top: 210px;
    transition: 1s
}

nav.main .shape {
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 350px;
    z-index: 2;
    opacity: .5
}

nav.main.active {
    transform: translate(0, 0)
}

nav.main .cls {
    display: inline-block;
    margin-bottom: 130px
}

nav.main .cls img {
    width: 80px
}

nav.main .links a {
    display: inline-block;
    font-size: 3.7rem;
    font-family: "Noto Serif Display", serif;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative
}

nav.main .links a span {
    position: relative;
    z-index: 1
}

nav.main .links a .img {
    position: absolute;
    left: 70%;
    bottom: -90%;
    width: 200px;
    opacity: 0;
    transition: .4s
}

nav.main .links a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: .4s
}

@media (min-width:1200px) {
    nav.main .links a:hover:after {
        width: 100%
    }

    nav.main .links a:hover .img {
        opacity: 1
    }
}

nav.main .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 55px;
    padding-bottom: 130px
}

nav.main .bottom .left a {
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative
}

nav.main .bottom .left a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: .4s
}

nav.main .bottom .left a:hover:after {
    width: 100%
}

nav.main .bottom .right a {
    display: inline-block;
    margin-left: 30px
}

@media (max-height:1000px) {
    nav.main {
        padding-top: 170px
    }

    nav.main .cls {
        margin-bottom: 90px
    }

    nav.main .links a {
        font-size: 3rem
    }

    nav.main .bottom {
        padding-bottom: 90px
    }
}

@media (max-height:850px) {
    nav.main {
        padding-top: 135px
    }

    nav.main .cls {
        margin-bottom: 55px
    }

    nav.main .links a {
        font-size: 2.5rem
    }

    nav.main .bottom {
        padding-bottom: 55px
    }

    nav.main .bottom .left a {
        font-size: .9rem
    }
}

@media (max-height:650px) {
    nav.main .links a {
        font-size: 2rem
    }

    nav.main .bottom .left a {
        font-size: .8rem
    }
}

@media (max-height:580px) {
    nav.main {
        overflow: auto
    }

    nav.main .links a {
        font-size: 2rem
    }

    nav.main .bottom {
        position: static;
        padding: 0;
        margin-top: 55px
    }
}

@media (max-width:1200px) {
    nav.main {
        width: 520px;
        padding-top: 200px
    }

    nav.main .links a {
        font-size: 2rem
    }

    nav.main .bottom .left a {
        font-size: .8rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav.main .shape {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.main .shape {
        display: none
    }
}

@media only screen and (max-width:767px) {
    nav.main {
        width: calc(100% - 48px);
        left: 24px;
        top: 24px;
        height: auto;
        bottom: 24px;
        overflow: auto;
        border-radius: 20px;
        padding: 24px;
        transform: translate(0, 30px);
        opacity: 0;
        visibility: hidden;
        text-align: center;
        z-index: 11
    }

    nav.main .journey {
        transform: scale(.7);
        display: inline-block
    }

    nav.main .journey img {
        width: 40px;
        top: -4px
    }

    nav.main .journey .rotatingText {
        fill: #fff
    }

    nav.main .links {
        margin-top: 25px
    }

    nav.main .links a {
        font-size: 2.2rem;
        line-height: 1.2
    }

    nav.main .links a .img {
        display: none
    }

    nav.main .shape {
        display: none;
        text-align: center
    }

    nav.main .bottom {
        position: static;
        padding: 0;
        margin-top: 15px
    }

    nav.main .bottom a {
        font-size: .7rem;
        line-height: 1.1
    }

    nav.main .text-end {
        display: none
    }

    nav.main .cls {
        position: static;
        margin-top: 40px;
        margin-bottom: 0
    }

    nav.main .cls img {
        width: 70px
    }

    nav.main .visible-xs+.cls {
        display: none
    }

    nav.main.active {
        opacity: 1;
        visibility: visible
    }
}

.main-tint {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background: #000;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    transition: .7s
}

.main-tint.active {
    opacity: .6;
    visibility: visible
}

@media only screen and (max-width:767px) {
    .main-tint {
        z-index: 10
    }
}

.home-footer {
    line-height: 55px;
    font-size: .875rem;
    position: relative;
    z-index: 4;
    background: #fff
}

.home-footer .container {
    max-width: 100%;
    padding: 0 55px
}

@media (min-width:768px) and (max-width:991px) {
    .home-footer .container {
        padding: 0 32px
    }
}

@media only screen and (max-width:767px) {
    .home-footer .container {
        padding: 0 24px
    }
}

@media only screen and (max-width:767px) {
    .home-footer {
        font-size: .55rem
    }
}

.home-footer+footer {
    display: none
}

.button {
    display: inline-block;
    line-height: 50px;
    border: 1px solid;
    padding: 0 26px;
    background: 0 0
}

.button div {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.button div span {
    display: inline-block;
    text-shadow: 0 20px #fff;
    margin: 0 2px;
    transition: .4s
}

.button div span:nth-child(2) {
    transition-delay: .05s
}

.button div span:nth-child(3) {
    transition-delay: .1s
}

.button div span:nth-child(4) {
    transition-delay: .15s
}

.button div span:nth-child(5) {
    transition-delay: .2s
}

.button:hover span {
    transform: translateY(-20px)
}

@media only screen and (max-width:767px) {
    .button {
        line-height: 40px
    }
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-size: 3rem;
    font-family: 'Butler', 'Butler Light', serif;
    font-style: normal;
    margin: 0 0 30px 0;
    font-weight: 400
}

@media (min-width:992px) and (max-width:1199px) {

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-size: 2.8rem
    }
}

@media (min-width:768px) and (max-width:991px) {

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-size: 2.4rem
    }
}

@media only screen and (max-width:767px) {

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-size: 2.15rem
    }
}

.fixed-button {
    position: fixed;
    z-index: 3;
    right: 45px;
    bottom: 170px;
    opacity: 0;
    transition: .4s
}

.fixed-button .to-top {
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: right
}

.fixed-button .to-top:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.fixed-button.active {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .fixed-button {
        display: none
    }
}

.main-slider {
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 100vh
}

.main-slider:after {
    display: none
}

.main-slider .img {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1)
}

.main-slider .img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-slider .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.main-slider .slider .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: .7s
}

.main-slider .slider .item:after {
    display: none
}

.main-slider .text-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3
}

.main-slider .text-slider .slick-list,
.main-slider .text-slider .slick-track,
.main-slider .text-slider .item {
    height: 100% !important
}

.main-slider .text-slider .item {
    width: 100%
}

.main-slider .text-slider h1,
.main-slider .text-slider h2 {
    font-size: 3.7rem;
    line-height: 1.1;
    font-weight: 400
}

@media (min-width:992px) and (max-width:1199px) {

    .main-slider .text-slider h1,
    .main-slider .text-slider h2 {
        font-size: 2.8rem
    }
}

@media (min-width:768px) and (max-width:991px) {

    .main-slider .text-slider h1,
    .main-slider .text-slider h2 {
        font-size: 2.4rem
    }
}

@media only screen and (max-width:767px) {

    .main-slider .text-slider h1,
    .main-slider .text-slider h2 {
        font-size: 2rem
    }
}

.main-slider .text-slider .txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(calc(-50% + 60px));
    opacity: 0;
    transition: 1s;
    width: 100%;
    max-width: 1200px;
}

@media only screen and (max-width:767px) {
    .main-slider .text-slider .txt {
        position: relative;
        top: auto;
        transform: translateY(60px);
        margin: 0 auto;
        display: inline-block;
    }
}

.main-slider .text-slider .txt .button-wrap {
    height: 0;
    overflow: hidden;
    transition: .4s
}

.main-slider .text-slider .txt .button-wrap .button {
    opacity: 0;
    transition: .4s
}

.main-slider .text-slider .txt:hover .button-wrap {
    height: 52px
}

.main-slider .text-slider .txt:hover .button-wrap .button {
    opacity: 1
}

.main-slider .text-slider .slick-current .txt {
    transform: translateY(-50%);
    opacity: 1
}

@media only screen and (max-width:767px) {
    .main-slider .text-slider .slick-current .txt {
        transform: translateY(0);
    }
}

.main-slider .text-slider .slick-arrow {
    display: none !important;
    width: 42px;
    padding: 20px 0;
    height: 42px;
    font-size: 0;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .4s
}

.main-slider .text-slider .slick-arrow:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: .4s
}

.main-slider .text-slider .slick-arrow.slick-prev {
    right: calc(100% - 97px)
}

.main-slider .text-slider .slick-arrow.slick-next {
    left: calc(100% - 97px)
}

.main-slider .text-slider .slick-arrow:hover {
    width: 74px
}

.main-slider .text-slider .slick-dots {
    position: absolute;
    bottom: 0;
    top: 350px;
    margin: auto;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center
}

.main-slider .text-slider .slick-dots li {
    display: inline-block;
    margin: 0 7px
}

.main-slider .text-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    border: 0
}

.main-slider .text-slider .slick-dots li.slick-active button {
    transform: scale(1.5)
}

.main-slider .pages {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 4
}

.main-slider .pages .item {
    display: inline-block;
    position: relative;
    padding: 0 30px
}

.main-slider .pages .item .title {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 100;
    font-family: "Roboto Condensed", sans-serif;
}

.main-slider .pages .item span {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
    display: block;
    font-weight: 300;
    font-size: .9rem;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .7s
}

.main-slider .pages .item:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 26px;
    background-image: url(../image/star.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px
}

.main-slider .pages .item:last-child:after {
    display: none
}

.main-slider .pages .item:hover span {
    opacity: 1;
    height: 21px
}

.main-slider .shape {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    z-index: 2
}

@media (max-width:1800px) {
    .main-slider .shape {
        width: 1000px
    }
}

@media (max-width:1600px) {
    .main-slider .shape {
        width: 800px
    }
}

@media (max-width:1400px) {
    .main-slider .shape {
        width: 600px
    }
}

@media (max-width:1200px) {
    .main-slider .shape {
        display: none
    }
}

.main-slider .visible-xs {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 4;
    pointer-events: none
}

.main-slider .visible-xs .logo {
    width: 160px;
    pointer-events: auto
}

.main-slider .visible-xs .header-menu {
    margin: auto;
    margin-top: 330px;
    pointer-events: auto
}

@media (max-height:830px) {
    .main-slider .text-slider .slick-dots {
        top: 300px
    }
}

@media (max-height:770px) {
    .main-slider .text-slider .slick-dots {
        top: 240px
    }
}

@media (max-height:700px) {
    .main-slider .text-slider {
        align-items: normal;
        padding-top: 220px
    }

    .main-slider .text-slider .slick-dots {
        top: 180px
    }
}

@media (max-height:650px) {
    .main-slider .shape {
        display: none
    }

    .main-slider .text-slider .slick-dots {
        top: 250px
    }
}

@media (max-height:550px) {
    .main-slider .pages {
        display: none
    }

    .main-slider .text-slider {
        padding-top: 180px
    }
}

@media (max-width:1230px) {
    .main-slider .pages {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .main-slider {
        height: 100vh
    }

    .main-slider .text-slider {
        display: block;
        padding-top: 270px;
        height: auto
    }

    .main-slider .text-slider .slick-dots {
        top: 530px
    }

    .main-slider .text-slider .txt .button-wrap {
        height: auto;
        overflow: auto
    }

    .main-slider .text-slider .txt .button-wrap .button {
        opacity: 1
    }
}

@keyframes rotate-circle {
    to {
        transform: rotate(1turn)
    }
}

.rotatingText {
    animation-name: rotate-circle;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.journey {
    position: relative
}

.journey img {
    position: absolute;
    top: -6;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.journey .rotatingText {
    fill: #fff
}

.journey .rotatingText .text {
    font-size: 11.5px;
    font-weight: 300;
    letter-spacing: 2px
}

.page-form {
    padding: 160px 0;
    background: #efede7;
    text-align: center;
    position: relative
}

.page-form h2 {
    margin-bottom: 70px
}

.page-form .img {
    position: absolute
}

.page-form .img.left {
    bottom: 0;
    left: 0;
    width: 21%;
    max-width: 440px
}

.page-form .img.right {
    top: 0;
    right: 0;
    max-width: 410px;
    width: 23%
}

@media only screen and (max-width:767px) {
    .page-form {
        padding: 48px 0
    }

    .page-form h2 {
        margin-bottom: 48px
    }

    .page-form .img {
        display: none
    }
}

.form input,
.form select,
.form textarea {
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border-bottom: 1px solid #000;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: #000
}

.form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../image/select-arrow.html);
    background-position: center right;
    background-repeat: no-repeat
}

.form select option {
    color: #000
}

.form textarea {
    height: 170px;
    padding-top: 14px;
    resize: none
}

.form .iti {
    width: 100%
}

.form .iti__tel-input {
    padding-left: 90px !important
}

.form .iti__search-input {
    padding-left: 10px
}

.form .send {
    font-size: 2.2rem;
    font-family: "Noto Serif Display", serif;
    font-style: italic;
    font-weight: 500;
    border: 0;
    padding: 0;
    background: 0 0;
    margin-top: 42px
}

.form.sent {
    opacity: 0;
    visibility: hidden;
    transition: .7s
}

@media only screen and (max-width:767px) {
    .form .send {
        font-size: 1.5rem
    }
}

.formResult {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
    padding: 0 70px;
    opacity: 0;
    visibility: hidden
}

.formResult .sub {
    font-size: 1.1rem;
    margin-bottom: 10px
}

.formResult .cls {
    position: static !important;
    text-decoration: underline;
    display: inline-block;
    width: auto !important
}

.formResult.active {
    opacity: 1;
    visibility: visible;
    transition: .7s
}

body.loaded .main-slider .img {
    transition: 2s;
    transform: scale(1)
}

.mb-6 {
    margin-bottom: 4rem
}

.mb-7 {
    margin-bottom: 5rem
}

.mb-8 {
    margin-bottom: 6rem
}

.poppins-thin {
    font-weight: 100 !important
}

.poppins-extralight {
    font-weight: 200 !important
}

.poppins-light {
    font-weight: 300 !important
}

.poppins-regular {
    font-weight: 400 !important
}

.poppins-medium {
    font-weight: 500 !important
}

.poppins-semibold {
    font-weight: 600 !important
}

.poppins-bold {
    font-weight: 700 !important
}

.poppins-extrabold {
    font-weight: 800 !important
}

.poppins-black {
    font-weight: 900 !important
}

.anim {
    opacity: 0;
    transform: translateY(60px)
}

.anim.anim-opa {
    transform: translateY(0)
}

.anim.play {
    transition: 1s;
    transform: translateY(0);
    opacity: 1
}

.anim.play.anim-del-2 {
    transition-delay: .2s
}

.anim.play.anim-del-4 {
    transition-delay: .4s
}

.anim.play.anim-del-6 {
    transition-delay: .6s
}

.anim.play.anim-del-8 {
    transition-delay: .8s
}

.anim-boxes .anim:nth-of-type(2) {
    transition-delay: .2s
}

.anim-boxes .anim:nth-of-type(3) {
    transition-delay: .4s
}

.anim-boxes .anim:nth-of-type(4) {
    transition-delay: .6s
}

.anim-boxes .anim:nth-of-type(5) {
    transition-delay: .8s
}

.anim-boxes .anim:nth-of-type(6) {
    transition-delay: 1s
}

.anim-boxes .anim:nth-of-type(7) {
    transition-delay: 1.2s
}

.anim-boxes .anim:nth-of-type(8) {
    transition-delay: 1.4s
}

/* custom menu theme */
nav.main {
    background-color: #102F3A !important;
    width: 30%;
}

nav.main .links a,
nav.main .bottom .left a,
nav.main .bottom .right a {
    color: #fff
}

nav.main .links a span {
    color: #fff
}

nav.main .links a:after {
    background: #fff
}

nav.main .links a .img {
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
    border-radius: 16px;
    transform: translateX(0);
    transition: opacity .4s, transform .4s
}

nav.main .links a:hover .img {
    opacity: 1;
    transform: translateX(12px)
}

nav.main .shape {
    opacity: .14;
    pointer-events: none;
}

nav.main .cls img {
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, .25))
}

.main-slider .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 55, 36, .2);
    pointer-events: none
}

.arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%)
}

/* Luxury Design Enhancements */
header {
    height: 120px;
}

header .logo img {
    height: 100px;
    width: auto;
    transition: transform 0.4s ease;
}

.header-menu {
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease;
    cursor: pointer;
    margin-left: auto;
    /* Ensuring right alignment */
}

.header-menu:hover {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.05);
}

/* Split Layout for Contact Page */
.contact-split-screen {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.contact-banner-side {
    flex: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-side::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.contact-form-side {
    width: 45%;
    background: #fdfaf5;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    z-index: 10;
}

.banner-logo-centered {
    position: relative;
    z-index: 5;
    width: 300px;
    max-width: 80%;
}

@media (max-width: 991px) {
    .contact-split-screen {
        flex-direction: column;
        height: auto;
        overflow: visible;
    }

    .contact-banner-side {
        height: 40vh;
    }

    .contact-form-side {
        width: 100%;
        height: auto;
        padding: 60px 20px;
    }
}

.inquire-form-wrapper {
    background: transparent;
    /* Wrapper is now inside .contact-form-side */
    padding: 0;
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.inquire-heading {
    font-family: 'Butler', serif;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 300;
}

.inquire-subtext {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: #666;
    margin-bottom: 0px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.inquire-form-group {
    margin-bottom: 10px;
    text-align: left;
}

.inquire-form-group label {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 2px;
    font-weight: 400;
}

.inquire-form-group label .req {
    color: #999;
    font-size: 0.85rem;
    font-style: italic;
    font-weight: 300;
}

.inquire-form-control {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 3px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: #333;
    border-radius: 0 !important;
    transition: border-color 0.3s ease;
}

/*select.inquire-form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23333' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 10px !important;
    cursor: pointer;
}*/

.inquire-form-control:focus {
    outline: none !important;
    border-bottom-color: #f17655 !important;
    box-shadow: none !important;
}

.inquire-submit-wrapper {
    margin-top: 20px;
    text-align: center;
}

.inquire-submit-btn {
    background: #f17655;
    /* Brownish color from image */
    color: #fff;
    border: none;
    padding: 12px 60px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.inquire-submit-btn:hover {
    background: #f17655;
}

@media (max-width: 767px) {
    .inquire-form-wrapper {
        padding: 40px 25px;
    }

    .inquire-heading {
        font-size: 2.5rem;
    }
}

nav.main {
    z-index: 9999;
}

/* Destinations & Global Utilities */
.font-butler {
    font-family: 'Butler Light', 'Butler', serif;
    font-weight: 300;
}

.font-ubuntu {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.text-brand-dark {
    color: #2d2d2d;
}

.text-brand-green {
    color: #5c715e;
}

.text-brand-primary {
    color: #f27350;
}

.bg-brand-light {
    background: #f2f0e9;
}

.bg-rare-beige {
    background: #f2f0e9;
}

.text-rare-green {
    color: #f17350;
}

.font-script {
    font-family: 'Ubuntu', sans-serif;
}

@font-face {
    font-family: 'Swirly Canalope';
    src: local('Swirly Canalope Regular'), local('Swirly Canalope');
}

.font-swirly {
    font-family: 'Swirly Canalope', 'Mrs Saint Delafield', cursive !important;
}

.bg-brand-primary {
    background: #f17350 !important;
}

.bg-brand-dark-green {
    background: #f17350 !important;
}

.fs-4rem {
    font-size: 4rem;
}

.fs-3-5rem {
    font-size: 3.5rem;
}

.fs-3rem {
    font-size: 3rem;
}

.fs-2-5rem {
    font-size: 2.3rem;
}

@media (max-width: 1199px) {
    .fs-4rem {
        font-size: 3.5rem;
    }

    .fs-3-5rem {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .fs-4rem {
        font-size: 2.8rem;
    }

    .fs-3-5rem {
        font-size: 2.5rem;
    }

    .fs-2-5rem {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .fs-4rem {
        font-size: 2.1rem !important;
        line-height: 1.2 !important;
    }

    .fs-3-5rem {
        font-size: 1.9rem !important;
        line-height: 1.2 !important;
    }

    .fs-3rem {
        font-size: 1.75rem !important;
    }

    .fs-2-5rem {
        font-size: 1.6rem !important;
    }
}

/* Consolidated Banner Title */
.banner-title {
    font-family: 'Butler', 'Butler Light', serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 3.7rem;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .banner-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 2.1rem !important;
        line-height: 1.2 !important;
    }
}

.fs-1-25rem {
    font-size: 1.25rem;
}

.fs-1-1rem {
    font-size: 1.1rem;
}

.ls-05 {
    letter-spacing: 0.5px;
}

.ls-1 {
    letter-spacing: 1px;
}

.lh-1-6 {
    line-height: 1.6;
}

.lh-1-7 {
    line-height: 1.7;
}

.lh-1-8 {
    line-height: 1.8;
}

.mw-1000 {
    max-width: 1000px;
}

/* Full Width with Brand Padding */
.container-brand {
    width: 100%;
    padding-left: 55px;
    padding-right: 55px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .container-brand {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 767px) {
    .container-brand {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.dest-card-hover {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dest-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
    background-color: #ffffff !important;
}

.text-brand-description {
    font-family: 'Butler', 'Butler Light', serif !important;
    font-weight: 300 !important;
    color: #f17655 !important;
    line-height: 1.8;
}

.bg-rare-beige,
.bg-brand-light {
    background: #efede7 !important;
}

.btn-brand-outline {
    border: 1px solid #f17655 !important;
    color: #f17655 !important;
    border-radius: 0;
    background: transparent;
    transition: all 0.3s;
    font-family: 'Butler', 'Butler Light', serif !important;
    font-weight: 300 !important;
    text-transform: none !important;
    /* Not uppercase */
    padding: 10px 25px !important;
}

.btn-brand-outline:hover {
    background-color: #f17655 !important;
    color: #fff !important;
}

/* Custom Selection Color to match brand */
::selection {
    background: #f17655;
    color: #ffffff;
}

::-moz-selection {
    background: #f17655;
    color: #ffffff;
}

/* Destination FINLAND Specifics */
.btn-planning-primary {
    background: #f17655 !important;
    color: #fff !important;
    border-radius: 0;
    letter-spacing: 1px;
}

.btn-planning-primary:hover {
    background: #042a1b !important;
    color: #fff !important;
}

.h-70vh {
    height: 70vh;
}

.h-100vh {
    height: 100vh;
}

.bg-black {
    background: #000;
}

.lh-1-2 {
    line-height: 1.2;
}

.fs-1rem {
    font-size: 1rem;
}

.fs-0-95rem {
    font-size: 0.95rem;
}

.fs-0-9rem {
    font-size: 0.9rem;
}

.fs-0-85rem {
    font-size: 0.85rem;
}

.fs-0-8rem {
    font-size: 0.8rem;
}

.scroll-down-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: 'Butler Light', 'Butler', serif;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.scroll-down-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.h-600px {
    height: 600px;
}

.h-300px {
    height: 300px;
}

.h-250px {
    height: 250px;
}

.hotel-img-tall {
    height: 600px;
    object-fit: cover;
}

.hotel-card:hover img {
    filter: brightness(0.9);
    transition: 0.3s;
}

.img-cover {
    object-fit: cover;
}

.aspect-1-1 {
    aspect-ratio: 1/1;
}

.aspect-4-3 {
    aspect-ratio: 4/3;
}

/* Service Card Enhancements */
.service-grid-card {
    background: #fff;
    padding: 0;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    height: 100%;
}

.service-grid-card .img-container {
    position: relative;
    overflow: hidden;
}

.service-grid-card .service-num {
    position: absolute;
    top: 1px;
    right: 3px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #fff;
    z-index: 5;
    font-weight: 400;
    letter-spacing: 1px;
    background: #2596be;
    border-radius: 81%;
    padding: 9px 14px;
}

.service-grid-card .card-content {
    padding: 40px 30px;
}

.service-grid-card h2 {
    font-size: 1.8rem;
    color: #1a4d3c;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.service-grid-card .subtitle {
    color: #5c715e;
    font-size: 0.95rem;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.service-grid-card .description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 300;
}

.service-grid-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* About Page Styles */
.about-hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.font-script {
    font-family: 'Ubuntu', sans-serif;
    ;
    font-size: 1.5rem !important;
}

.founder-img-wrapper {
    padding: 0px;
    transition: 0.3s;
}

.founder-img-wrapper img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

.founder-img-wrapper:hover img {
    filter: grayscale(0%) !important;
}

.h-500px {
    height: 500px;
}

.overlap-up-245 {
    margin-top: -245px;
    position: relative;
    z-index: 5;
}

.overlap-up-100 {
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

@media (max-width: 768px) {

    .overlap-up-245,
    .overlap-up-100 {
        margin-top: 0;
    }

    .h-500px {
        height: 350px;
    }
}

/* Why Us Page Styles */
.why-hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.h-700px {
    height: 700px;
}

.bg-brand-dark-green {
    background-color: #2596be;
}

.testimonial-card {
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.floating-img-l {
    width: 200px;
    left: -100px;
    top: 10%;
    opacity: 0.6;
    transform: rotate(-5deg);
}

.floating-img-r {
    width: 200px;
    right: -100px;
    bottom: 10%;
    opacity: 0.6;
    transform: rotate(5deg);
}

@media (max-width: 768px) {
    .h-700px {
        height: 400px;
    }
}

/* Contact Page Styles */
.form-minimal label {
    min-width: 140px;
    font-weight: 300;
    color: #333;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-control-minimal {
    border: none;
    border-bottom: 2px solid #555;
    outline: none;
    padding: 5px 0;
    font-size: 1.1rem;
    background: transparent;
    transition: border-bottom-color 0.3s;
}

.form-control-minimal:focus {
    border-bottom-color: #f17655 !important;
}

.contact-form-box {
    position: relative;
    z-index: 3;
    width: 560px;
    margin-right: 120px;
    border-radius: 0px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .contact-form-box {
        width: 100% !important;
        margin-right: 0 !important;
        padding: 30px !important;
    }
}

/* Contact Page Badge */
.contact-badge-wrapper {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 120px;
    height: 120px;
    z-index: 10;
}

.contact-badge-text {
    width: 100%;
    height: 100%;
    animation: rotateText 20s linear infinite;
}

.contact-badge-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.form-minimal .mb-5 {
    margin-bottom: 3.5rem !important;
}

.form-control-minimal {
    border-bottom-color: #999;
}


/* Services Page Styles */
.badge-num {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #2596be;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Butler Light', 'Butler', serif;
    font-size: 1.2rem;
    z-index: 4;
}

.service-card {
    transition: transform 0.1s linear;
}

/* ============================================
   FOOTER — Rare Latitudes Premium Design
   ============================================ */
.rl-footer {
    background-color: #102F3A;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.rl-footer-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 70px 40px 0;
}

/* Top grid */
.rl-footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.8fr;
    gap: 40px;
    padding-bottom: 60px;
    align-items: start;
}

/* Brand / logo column */
.rl-footer-brand img {
    height: 70px;
    width: auto;
    display: block;
}

/* Column headings */
.rl-footer-heading {
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

/* Lists */
.rl-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rl-footer-list li {
    margin-bottom: 14px;
}

.rl-footer-list li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    transition: color 0.3s;
}

.rl-footer-list li a:hover {
    color: #fff;
}

/* Contact column */
.rl-footer-contact {
    text-align: center;
}

.rl-footer-contact .rl-footer-heading {
    text-align: center;
}

.rl-footer-contact p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 12px;
}

.rl-footer-contact a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.3s;
}

.rl-footer-contact a:hover {
    color: #fff;
}

/* Divider */
.rl-footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Bottom bar */
.rl-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 22px 0 26px;
}

.rl-footer-policy {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.3px;
    transition: color 0.3s;
    min-width: 110px;
}

.rl-footer-policy:hover {
    color: #fff;
}

.rl-footer-copy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    margin: 0;
    text-align: center;
    flex: 1;
}

/* Action buttons row */
.rl-footer-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.rl-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    animation: float 3s ease-in-out infinite;
}

.rl-whatsapp-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    animation-delay: 0s;
}

.rl-whatsapp-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    transform: scale(1.05) translateY(-2px);
}

.rl-enquiry-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    animation-delay: 1.5s;
}

.rl-enquiry-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    transform: scale(1.05) translateY(-2px);
}

/* Scroll-to-top */
.rl-scroll-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 45px;
    height: 45px;
    background: #2596be;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    font-size: 1.6rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 200;
    transition: all 0.3s;
}

.rl-scroll-top.visible {
    display: flex;
}

.rl-scroll-top:hover {
    background: #2596be;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
    .rl-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .rl-footer-contact {
        text-align: left;
    }

    .rl-footer-contact .rl-footer-heading {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .rl-footer-inner {
        padding: 50px 24px 0;
    }

    .rl-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .rl-footer-brand {
        grid-column: 1 / -1;
        margin-bottom: 15px;
    }

    .rl-footer-contact {
        grid-column: 1 / -1;
    }

    .rl-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .rl-footer-copy {
        text-align: center;
    }

    .rl-footer-actions {
        flex-direction: column;
        width: 100%;
    }

    .rl-action-btn {
        justify-content: center;
        width: 100%;
    }
}








/* Portrait Styling */
.founder-portrait {
    max-height: 500px;
    object-fit: cover;
    width: auto;
    shadow: 0 40px 100px rgba(0, 0, 0, 0.15);
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

/* Shadow Utilities */
.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-20 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.page-contact .main-slider {
    min-height: 90vh;
}


.contact-form-card {
    width: 500px;
    background: #fdfaf5;
    height: 536px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 33px;
    position: relative;
    z-index: 10;
    margin-top: 8%;
    margin-right: 5%;
}

.form-inner {
    border-radius: 0;
}

.minimal-form .form-group-minimal {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.minimal-form label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #666;
    /* Grayish labels as per image */
    white-space: nowrap;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.minimal-form input,
.minimal-form textarea,
.minimal-form .minimal-select {
    flex-grow: 1;
    border: none;
    border-bottom: 1px solid #333 !important;
    background: transparent;
    padding: 0 0 5px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: #333;
    outline: none;
    width: 100%;
}

.minimal-form textarea {
    resize: none;
}

.minimal-form .minimal-select {
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.btn-submit-pill {
    background: #f17350;
    /* Dark green matching the image */
    color: white;
    border: none;
    padding: 10px 45px;
    border-radius: 50px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 3px;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: uppercase;
}

.btn-submit-pill:hover {
    background: #064d30;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
    .page-contact .main-slider {
        justify-content: center;
        padding-top: 100px;
        align-items: flex-start;
    }

    .contact-form-card {
        margin-right: 0;
        max-width: 95%;
        padding: 0 15px;
    }

    .form-inner {
        padding: 20px !important;
    }
}

.ashish-card img {
    position: relative;
    top: -45px;
}

/* Consolidated Logo Height Control */
header .logo img {
    height: 100px !important;
    width: auto !important;
    position: static !important;
    left: auto !important;
    transform: none !important;
}

header.scrolled .logo img {
    height: 70px !important;
    /* filter: brightness(0) saturate(100%) invert(16%) sepia(31%) saturate(956%) hue-rotate(112deg) brightness(93%) contrast(96%); */
}

@media (max-width: 991px) {

    header .logo img,
    header.scrolled .logo img {
        height: 60px !important;
    }
}

@media (max-width: 767px) {

    header .logo img,
    header.scrolled .logo img {
        height: 50px !important;
    }

    nav.main {
        width: 88%;
        margin: auto;
    }

    .powerdby {
        text-align: center;

        a {
            font-size: 14px;
        }
    }

    header .journey svg {
        display: block;
        position: absolute;
        top: -14px;
        width: 58px;
        left: -10px;
    }

    header .journey img {
        height: 19px;
        width: auto;
        position: static;
        position: relative;
        top: -5px;
        left: 4px;
    }

    .copyright {
        font-size: 12px;
        padding: 0px;
        text-align: center;
    }

    /*.journey.open-popup {
    display: none !important;
}
*/
    nav.main .links {
        margin-top: 0px;
    }

    nav.main .cls {
        margin-top: 15px;
    }

    .roll-text-inner {
        font-size: 25px !important;
    }

    .hideinmobile {
        display: none;
    }

}

/* Inline Styles Replacement Classes */
.curated-section-bg {
    background-color: #062d3a;
    min-height: 80vh;
    padding: 12rem 0;
}

.z-10 {
    z-index: 10;
}

.font-script-large {
    font-size: 3.5rem;
    line-height: 1.2;
    padding-bottom: 18px;
}

.testimonial-hero-bg {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.hero-overlay-dark {
    background: rgba(0, 0, 0, 0.5);
}

.font-butler-hero {
    font-family: 'Butler', 'Butler Light', serif;
    font-weight: 400;
    font-size: 4rem;
}

.hero-subtitle {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.bg-f8f7f5-py6 {
    background-color: #f8f7f5;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.testimonial-card-inner {
    padding: 3rem 2rem;
}

.testimonial-text {
    color: #1a4d3c;
    font-size: 1.05rem;
}

.testimonial-author {
    font-family: 'Butler', 'Butler Light', serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f17655;
}

.text-brand-dark-green {
    color: #1a4d3c;
}

.btn-outline-dark-green {
    border: 1px solid #f17350;
    color: #f17350;
    letter-spacing: 1px;
    background: transparent;
    transition: all 0.3s;
}

.btn-outline-dark-green:hover {
    background-color: #f17350;
    color: #ffffff;
}

.btn-outline-dark-green-pill {
    border: 1px solid #f17350;
    color: #f17350;
    background: transparent;
    transition: all 0.3s;
}

.btn-outline-dark-green-pill:hover {
    background-color: #f17350;
    color: #ffffff;
}

.img-cover-min-500 {
    object-fit: cover;
    min-height: 500px;
}

.font-butler-regular {
    font-family: 'Butler', 'Butler Light', serif;
}

.object-fit-cover {
    object-fit: cover;
}

/* Mobile Optimizations for New Classes & Global Overrides */
@media (max-width: 767px) {
    .curated-section-bg {
        min-height: auto;
        padding: 4rem 0 !important;
    }

    .font-script-large {
        font-size: 2.2rem !important;
    }

    .testimonial-hero-bg {
        height: 40vh !important;
    }

    .font-butler-hero {
        font-size: 2.2rem !important;
    }

    .bg-f8f7f5-py6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .testimonial-card-inner {
        padding: 1.5rem 1rem !important;
    }

    .testimonial-author {
        font-size: 1.25rem !important;
    }

    .img-cover-min-500 {
        min-height: 250px !important;
    }

    /* Global Padding Reductions for Mobile */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .pt-5 {
        padding-top: 2rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    /* Global Font Size Reductions for Mobile */
    h1,
    .h1 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    h2,
    .h2 {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
    }

    h3,
    .h3 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }

    h4,
    .h4 {
        font-size: 1.25rem !important;
    }

    .fs-4rem {
        font-size: 1.8rem !important;
    }

    .fs-3-5rem {
        font-size: 1.6rem !important;
    }

    .fs-3rem {
        font-size: 1.5rem !important;
    }

    .fs-2-5rem {
        font-size: 1.4rem !important;
    }

    .fs-1-25rem,
    .fs-1-1rem {
        font-size: 1rem !important;
    }

    p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* Hero Heights Reduction */
    .h-100vh,
    .about-hero,
    .why-hero {
        height: 50vh !important;
        min-height: 400px;
    }

    .h-70vh {
        height: 40vh !important;
        min-height: 300px;
    }

    /* CTA Section Mobile Overrides */
    .cta-text-col {
        padding: 3rem 1.5rem !important;
    }

    .cta-title {
        font-size: 2.2rem !important;
        padding-left: 0 !important;
        text-align: center !important;
    }
}

/* CTA Section Styling */
.cta-text-col {
    padding: 4rem 6rem;
}

.cta-title {
    font-family: 'Butler', 'Butler Light', serif;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.2;
    padding-left: 10%;
    text-align: left;
}

/* Contact Page Mobile Overrides */
@media (max-width: 991px) {
    .page-contact .main-slider {
        justify-content: center !important;
        align-items: flex-start !important;
        padding: 130px 15px 50px;
        min-height: 100vh;
        height: auto !important;
    }

    .contact-form-card {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact-form-card .form-inner {
        max-width: 500px;
        width: 100%;
        padding: 30px 20px !important;
    }
}

@media (max-width: 767px) {
    .minimal-form .form-group-minimal {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
        margin-bottom: 15px;
    }

    .minimal-form label {
        padding-bottom: 0;
        font-size: 0.8rem;
        margin-bottom: 2px;
    }

    .minimal-form input,
    .minimal-form textarea,
    .minimal-form .minimal-select {
        border-bottom: 1px solid #aaa !important;
        padding: 2px 0 5px 0 !important;
    }

    /* About Us Profile Images & Quote Reductions */
    .founder-portrait {
        max-width: 260px !important;
        width: 100% !important;
        height: auto !important;
        margin: 2rem auto 0 !important;
        display: block;
    }

    .founder-card.prathana-card {
        margin-top: 1rem !important;
        padding-top: 0 !important;
    }

    .bottom-quote-box {
        padding: 3rem 1.5rem !important;
    }

    .bottom-quote-text {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
    }
}

header.scrolled {

    .header-menu {
        border-color: #f0734f !important;

        span {
            background: #f17655;
        }
    }

    .journey .rotatingText {
        fill: #f17655;
    }

    .journey img {
        filter: brightness(0) saturate(100%) invert(16%) sepia(31%) saturate(956%) hue-rotate(112deg) brightness(93%) contrast(96%);
        height: 35px;
        top: 3px;
    }

}

.aboutuser {
    padding: 72px;
}

.main-slider .pages .item .title {
    position: relative;
    display: inline-block;
}

.main-slider .pages .item .title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    /* change color if needed */
    left: 0;
    bottom: -4px;
    transition: 0.4s;
}

.main-slider .pages .item .title:hover::after {
    width: 100%;
}

nav.main .links a .img {
    position: absolute;
    left: 97%;
    bottom: -90%;
    width: 122px;
}

.main-slider .pages .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    width: 1px;
    height: 20px;
    background: #fff;
    background-image: none !important;
}

.main-slider .pages a.item:last-of-type::after {
    display: none !important;
    content: none !important;
}

.hellowvoyagers_about {
    height: 32px;
    margin-bottom: 27px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .inquire-form-wrapper {
        padding: 20px 40px 20px 40px;
    }

    .inquire-heading {
        font-size: 36px;
    }
}

/* Custom Utility Classes for Why Us & Contact Pages */
.bg-contact-page {
    background-image: url('../image/contact_banner.png');
}

.bg-why-us-banner {
    background-image: url('/assets/image/why-us-banner.png');
    background-size: cover;
    background-position: center;
}

.mw-900px {
    max-width: 900px;
}

.py-6rem {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.h-380px {
    height: 380px;
}

.h-450px {
    height: 450px;
}

.h-220px {
    height: 220px;
}

.h-max-80px {
    max-height: 80px;
}

.h-max-40px {
    max-height: 40px;
}

.fs-2-8rem {
    font-size: 2.8rem;
}

.fs-1-5rem {
    font-size: 1.5rem;
}

.lh-1-1 {
    line-height: 1.1;
}

.ps-15p {
    padding-left: 15%;
}

.mx-n10px {
    margin: 0 -10px;
}

.px-10px {
    padding: 0 10px;
}

.bg-light-gray {
    background-color: #f8f7f5;
}

.curated-img-left {
    top: 15%;
    left: 5%;
    width: 20%;
    max-width: 280px;
    z-index: 1;
}

.curated-img-right {
    bottom: 10%;
    right: 5%;
    width: 25%;
    max-width: 320px;
    z-index: 1;
}

.inquire-sub-label {
    font-size: 12px;
    color: #9A9895;
    margin-bottom: 0;
}

/* About Page Specific Styles */
.min-h-500px {
    min-height: 500px;
}

@media (max-width: 768px) {
    .min-h-500px {
        min-height: 350px;
    }
}

/* Founder staggered positioning */
@media (min-width: 768px) {
    .ashish-card {
        transform: translateY(-30px);
    }

    .prathana-card {
        transform: translateY(50px);
    }
}

@media (max-height: 850px) {
    nav.main .links a {
        font-size: 2.4rem;
        margin-bottom: 5px;
    }
}

/* ============================================
   SweetAlert2 — Rare Latitudes Brand Theme
   ============================================ */
.swal2-popup {
    font-family: 'Ubuntu', sans-serif !important;
    border-radius: 0 !important;
    background: #fdfaf5 !important;
    padding: 2.5rem 2rem !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15) !important;
    border-top: 4px solid #f17655 !important;
}

.swal2-title {
    font-family: 'Butler', 'Butler Light', serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #f17655 !important;
    font-size: 1.8rem !important;
    letter-spacing: 0.5px !important;
}

.swal2-html-container,
.swal2-content {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300 !important;
    color: #2d2d2d !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

/* Confirm / OK button */
.swal2-confirm.swal2-styled {
    background-color: #f17655 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 12px 40px !important;
    transition: background-color 0.3s ease !important;
    box-shadow: none !important;
}

.swal2-confirm.swal2-styled:hover {
    background-color: #042a1b !important;
}

.swal2-confirm.swal2-styled:focus {
    box-shadow: 0 0 0 3px rgba(5, 55, 36, 0.3) !important;
}

/* Cancel button */
.swal2-cancel.swal2-styled {
    background-color: transparent !important;
    color: #f17655 !important;
    border: 1px solid #f17655 !important;
    border-radius: 0 !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 12px 40px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.swal2-cancel.swal2-styled:hover {
    background-color: #f17655 !important;
    color: #fff !important;
}

/* Icon colors — match brand green */
.swal2-icon.swal2-warning {
    border-color: #b8860b !important;
    color: #b8860b !important;
}

.swal2-icon.swal2-success {
    border-color: #f17655 !important;
    color: #f17655 !important;
}

.swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-line-long {
    background-color: #f17655 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(5, 55, 36, 0.3) !important;
}

.swal2-icon.swal2-error {
    border-color: #8b0000 !important;
    color: #8b0000 !important;
}

.swal2-icon.swal2-error .swal2-x-mark-line-left,
.swal2-icon.swal2-error .swal2-x-mark-line-right {
    background-color: #8b0000 !important;
}

/* Loading spinner */
.swal2-loading .swal2-styled.swal2-confirm {
    border-color: #f17655 !important;
    border-left-color: transparent !important;
}


@media (max-width: 460px) {
    .aboutuser {
        padding: 30px 20px;
    }

    .mob-mb-5 {
        margin-bottom: 5px;
    }

    .mob-mb-10 {
        margin-bottom: 10px;
    }

    .mob-mb-15 {
        margin-bottom: 15px;
    }


}