/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigation
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');






/*== Default Css ==*/
:root {
    --thm-font: "Outfit", sans-serif;
    --thm-font-2: "Cormorant Infant", serif;
    --thm-font-3: "Great Vibes", cursive;
    --thm-primary-color: #2E6FD9;
    --thm-primary-color-rgb: 181, 151, 113;

    --thm-body-font-color: #666666;
    --thm-body-font-size: 16px;
    --thm-body-line-height: 26px;
    --thm-body-font-weight: 400;

    --thm-heading-font-color: #111111;
    --thm-white: #ffffff;
    --thm-black: #0A1F44;
    --thm-black-bg: #111846;
    --thm-black-bg-2: #141b37;

    --thm-gray-bg: #EAF5FC;
    --thm-border-color: #e5e5e5;
    --thm-border-radius: 4px;
}



body {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
}

.body-bg-1 {
    background-color: #ffffff;
}


.body-bg-2 {
    background-color: #0a112e;
}



p {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
    margin: 0;
}

a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

.auto-container {
    position: static;
    max-width: 1750px;
    padding: 0px 15px;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}





body.locked {
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    font-weight: 700;
    margin: 0;
}



dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.fancybox-slide .fancybox-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}



.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

#contact-form label.error {
    display: none !important;
}













.rating-box-style1 {
    position: relative;
    display: block;
}

.rating-box-style1 ul {
    position: relative;
    display: flex;
}

.rating-box-style1 ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.rating-box-style1 ul li+li {
    padding-left: 5px;
}

.rating-box-style1 ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    cursor: pointer;
}


/** Thm Social Link **/
.thm-social-link {
    position: relative;
    display: block;
    padding-top: 30px;
}

.thm-social-link ul {
    position: relative;
    display: block;
}

.thm-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link ul li:last-child {
    margin-right: 0;
}

.thm-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--thm-black);
    border-radius: 5px;
    color: var(--thm-white);
    font-size: 18px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.thm-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--thm-primary-color-rgb), 1);
    border-radius: 5px;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.thm-social-link ul li:hover a:before {
    opacity: 1;
    transform: scale(1);
}

.thm-social-link ul li:hover a {
    color: #ffffff;
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/icon/cross-out.html), pointer;
    z-index: 99999999;

    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.95;
    visibility: visible;
    right: 100%;
    background: var(--thm-black);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}


.xs-sidebar-widget {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    max-width: 460px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;

    transition-timing-function: ease-out;
    transition: 0.5s;

    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition-timing-function: ease-in;
    transition: 0.5s;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 900ms ease 500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-color: #000000;
}

.sidebar-textwidget {
    padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
    color: var(--thm-black);
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 22px;
}

.xs-sidebar-group .content-inner h3 span {
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 900;
}

.xs-sidebar-group .content-inner .content-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .content-box p {
    color: var(--thm-black);
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
    position: relative;
    display: block;
    padding-left: 0;
}



/***
.sidebar-contact-info ul li .inner .icon {
    position: absolute;
    top: 0px;
    left: 0;
}
.sidebar-contact-info ul li .inner .icon span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
}
.sidebar-contact-info ul li .inner .icon span.map-marker {
    color: var(--thm-base);
    position: relative;
    top: 8px;
    font-size: 32px;
}
**/


.sidebar-contact-info ul li .inner .text {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li .inner .text p {
    color: var(--thm-black);
    line-height: 24px;
}

.sidebar-contact-info ul li .inner .text p a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-info ul li .inner .text p a:hover {
    color: var(--thm-base);
    text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-base);
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
    position: relative;
    display: block;
    padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    background-color: rgb(248, 248, 248);
    border: 1px solid #e3dfdf;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 6px;
    font-family: var(--thm-font);
}

.side-content-newsletter-box .form-group button {
    margin-top: 30px;
}





/*== Review Css ======*/
.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 15px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #fbaf02;
    font-size: 15px;
}


/*== Section Title Css ======*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 59px;
}

.sec-title.withtext {
    padding-bottom: 52px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
}

.sec-title .sub-title h4 {
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0px;
    z-index: 1;
}

.sec-title h2 {
    color: var(--thm-black);
    font-size: 60px;
    line-height: 1.0em;
    text-transform: capitalize;
    margin-top: 12px;
}

.sec-title.white h2 {
    color: var(--thm-white);
}

.sec-title .text {
    position: relative;
    display: block;
    padding-top: 13px;
}




/*== Btn One Css ======*/
.btn-box {
    position: relative;
    display: block;
}

.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 40px;
    font-family: var(--thm-font);
    font-weight: 400;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: 0;
    right: 100%;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-one:hover:before {
    right: 0px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn-one .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.btn-one i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 9px;
    top: 0px;
    z-index: 1;
}




/*== Btn Two Css ======*/
.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    margin-left: 10px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-two:hover span {
    color: #ffffff;
}

.btn-two span:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    z-index: -1;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.btn-two:hover span:after {
    opacity: 1.0;
    transform: scale(1.0);
}

.btn-two:hover {
    color: var(--thm-base);
    letter-spacing: normal;
}


/*== Section Btn Css ======*/
.section-btn {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    margin-top: 40px;
    z-index: 1;
}

.section-btn::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--thm-border-color);
    z-index: -1;
}

.section-btn-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 21px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 7px 25px 7px;
    z-index: 1;
}

.section-btn-inner p {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.section-btn-inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-white);
    background-repeat: repeat;
    z-index: -1;
}

.section-btn-inner p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-left: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.section-btn-inner p a i {
    font-size: 14px;
    margin-right: 6px;
}

.section-btn-inner p a:hover {
    color: var(--thm-primary-color);
}




/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 60px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(var(--thm-primary-color-rgb), 0.3);
    border: 0px solid;
    margin: 0px 6px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left right;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}



/*== Owl Dot Style Two Css ======*/
.owl-carousel.owl-dot-style2 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 30px !important;
    display: block;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 5px solid #ffffff;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    border: 5px solid #1a1c23;
    background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
    transform: scale(1);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
    display: none;
}






/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 130px;
    margin: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 45px;
    background-color: var(--thm-gray-bg);
    border: 0px solid var(--thm-border-color);
    border-radius: 0;
    margin: 0 5px;
    padding: 0;
    transition: all 700ms ease 3s;
    z-index: 1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 0px solid transparent;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-primary-color);
    border-radius: 0px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: var(--thm-white);
}



/*== Scrool To Top Css ======*/
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    transform: rotate(180deg);
    z-index: 99999999999;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 4px;
    margin-right: 10px;
    position: relative;
    display: none;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--thm-primary-color);
    opacity: 1;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-secondary-color);
}

.scroll-to-top .scroll-bar-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-white);
    border-radius: 0px;
    border: 0px solid #2f5154;
    color: var(--thm-black);
    font-size: 22px;
    cursor: pointer;
    transform: rotate(90deg);
    transition: all 500ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.scroll-to-top .scroll-bar-text:hover {
    color: var(--thm-white);
    transform: scale(1) rotate(90deg);
    background-color: var(--thm-primary-color);
}

.scroll-to-top.bg2 .scroll-bar-text {
    background: #0a3e56;
}



.scroll-to-top--style2 {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    transform: rotate(0deg);
}

.scroll-to-top--style2 .scroll-bar {
    display: none;
}

.scroll-to-top--style2 .scroll-bar-text {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font-2);
    transition: all 500ms ease;
    width: auto;
    height: auto;
    background: transparent;
}

.scroll-to-top--style2 .scroll-bar-text p {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}

.scroll-to-top--style2 .scroll-bar-text:hover p {
    color: var(--thm-primary-color);
}

.scroll-to-top--style2 .scroll-bar-text span {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 10px;
    color: var(--thm-primary-color);
    font-size: 16px;
}




/*== Styled Pagination Css ======*/
.styled-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.styled-pagination.pdtop60 {
    padding-top: 60px;
}

.styled-pagination.pdtop30 {
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
}

.styled-pagination li+li {
    margin-left: 10px;
}

.styled-pagination li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: var(--thm-black);
    font-size: 22px;
    transition: all 500ms ease;
}

.styled-pagination li a span {
    line-height: 0;
}

.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
    color: var(--thm-white);
}

.styled-pagination li.prev {
    transform: rotate(0deg);
}

.styled-pagination li.prev a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li.next a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background: var(--thm-primary-color);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: 46px;
    height: 46px;
    background-color: transparent;
    border-color: var(--thm-border-color);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}





/*== checked Css Css ======*/
.checked-box1 {
    position: relative;
    display: block;
    min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    margin: 2px auto 0px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #e3e4ea;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== checked Css Css ======*/
.checked-box2 {
    position: relative;
    display: block;
    min-height: 28px;
}

.checked-box2 input[type="checkbox"] {
    display: none;
}

.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"]+label span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 label span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== Star Rating Style1 Css ======*/
.star-rating-style1 {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    direction: rtl;
}

.star-rating-style1 input[type="radio"] {
    display: none;
}

.star-rating-style1 label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--thm-primary-color);
    font-size: 24px;
    padding: 0 1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.star-rating-style1 input[type="radio"]:checked~label {
    color: var(--thm-white);
}

.star-rating-style1 label:hover,
.star-rating-style1 label:hover~label {
    color: var(--thm-white);
}



/*== Accordion Box Style 1 Css ======*/
.accordion-box-style1 {
    position: relative;
    display: block;
}

.accordion-box-style1 .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.accordion-box-style1 .accordion:last-child {
    margin-bottom: 0;
}

.accordion-box-style1 .accordion .accord-btn {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

.accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}

.accordion-box-style1 .accordion .accord-btn.active {
    border-left: 1px solid var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 58px;
    background-color: transparent;
    border-right: 1px solid var(--thm-border-color);
    z-index: 1;
}

.accordion-box-style1 .accordion .accord-btn.active .left {
    border-color: var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn.active .left::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.accordion-box-style1 .accordion .accord-btn .left h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
}

.accordion-box-style1 .accordion .accord-btn.active .left h4 {
    color: var(--thm-white);
}

.accordion-box-style1 .accordion .accord-btn h3 {
    color: var(--thm-body-font-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 20px;
}

.accordion-box-style1 .accordion .accord-btn.active h3 {
    color: var(--thm-black);
}

.accordion-box-style1 .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e90e";
    top: 50%;
    right: 25px;
    color: var(--thm-black);
    font-size: 18px;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box-style1 .accordion .accord-btn.active:after {
    color: var(--thm-primary-color);
    content: "\e901";
}

.accordion-box-style1 .accordion .accord-content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--thm-border-color);
    border-top: none;
    padding: 34px 30px 38px;
    display: none;
    z-index: 2;
}

.accordion-box-style1 .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box-style1 .accordion .accord-content p {
    margin: 0;
}




/*== Accordion Box Css ======*/
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box li+li {
    margin-top: 20px;
}

.accordion-box .block {
    position: relative;
    display: block;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #F9F9F9;
    border: none;
    padding: 21px 30px 21px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: #F9F9F9;
}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
    color: var(--thm-primary-color);
}

.accordion-box .block .acc-btn::before {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e935";
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active::before {
    content: "\e936";
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border: none;
    background-color: #F9F9F9;
    padding: 4px 30px 43px;
    padding-right: 70px;
}

.accordion-box .block .acc-content p {
    margin: 0;
}






/*== Search Popup Css ======*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-popup__overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 300px;
    background-color: var(--thm-primary-color);
    opacity: 1.0;
    cursor: pointer;
}

.search-popup__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 24px;
}



.search-popup__content {
    width: 100%;
    max-width: 560px;
    background-color: #000000;
    padding: 10px;
    z-index: 10;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 16px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 80px;
}

.search-popup__content .thm-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
    width: 60px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    background-color: var(--thm-black);
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup__content .thm-btn i {
    background-color: transparent;
    margin-left: 0;
}

.search-popup__content .thm-btn:hover {
    color: #ffffff;
    background-color: var(--thm-primary-color);
}

/* Preloader */
.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 45px auto;
    animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    font-family: var(--thm-font-3);
    font-weight: 700;
    letter-spacing: 15px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 0.8s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciĆĀ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}




@-webkit-keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}





/*================================
    Yacht Tour Style1 Css
================================*/
.yacht-tour-style1 {
    background-color: var(--thm-black-bg);
    padding: 60px 0px 50px;
    z-index: 5;
}

.yacht-tour-style1__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.05;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.yacht-tour-style1__inner {
    position: relative;
    display: block;
    z-index: 9;
}

.yacht-tour-style1__tab {
    position: relative;
    display: block;
}

.yacht-tour-style1__tab-btn {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.yacht-tour-style1__tab-btn ul {
    position: relative;
    display: block;
}

.yacht-tour-style1__tab-btn ul li {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border: 1px solid rgb(255, 255, 255, 0.2);
    padding: 9px 20px 9px;
    z-index: 1;
}

.yacht-tour-style1__tab-btn ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgb(255, 255, 255, 0.2);
    transform: translateY(30px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.yacht-tour-style1__tab-btn ul li:hover::before,
.yacht-tour-style1__tab-btn ul li.active-btn-item::before {
    opacity: 1;
    transform: translateY(0px);
}

.yacht-tour-style1__tab-btn ul li+li {
    margin-left: 10px;
}

.yacht-tour-style1__tab-btn ul li h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 30px;
    font-family: var(--thm-font);
    font-weight: 400;
}



.yacht-tour-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.yacht-tour-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.yacht-tour-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.yacht-tour-style1__tab .tab-content-box-item .yacht-tour-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.yacht-tour-style1__tab .tab-content-box-item.tab-content-box-item-active .yacht-tour-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-yacht-tour-style1 {
    position: relative;
    display: block;
}

.yacht-tour-style1__form {
    position: relative;
    display: block;
}

.yacht-tour-style1__form form {
    position: relative;
    display: block;
}

.yacht-tour-style1__form form ul {
    position: relative;
    display: flex;
}

.yacht-tour-style1__form form ul li {
    position: relative;
    display: block;
    width: 270px;
}

.yacht-tour-style1__form form ul li.form-group {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.yacht-tour-style1__form form ul li+li {
    margin-left: 10px;
}

.yacht-tour-style1__form form ul li.icon1::before {
    content: "\e916";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
}

.yacht-tour-style1__form form ul li.icon2::before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}

.yacht-tour-style1__form form ul li.icon3::before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}

.yacht-tour-style1__form form ul li.icon4::before {
    content: "\e918";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}



.yacht-tour-style1__form form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    border: 1px solid rgb(255, 255, 255, 0.2);
    background-color: var(--thm-black-bg);
    font-size: 12px;
    color: var(--thm-white);
    font-family: var(--thm-font);
    padding-left: 58px;
    padding-right: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.yacht-tour-style1__form form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.yacht-tour-style1__form form .nice-select {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: var(--thm-black-bg);
    border: 1px solid rgb(255, 255, 255, 0.2);
    width: 100%;
    height: 64px;
    color: var(--thm-white);
    font-size: 12px;
    line-height: 62px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-left: 58px;
    padding-right: 20px;
    transition: all 300ms ease;
}

.yacht-tour-style1__form form .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.yacht-tour-style1__form form .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 20px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.yacht-tour-style1__form form .nice-select .list {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: auto;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
}

.yacht-tour-style1__form form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.yacht-tour-style1__form form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.yacht-tour-style1__form form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.yacht-tour-style1__form form .nice-select .option:hover,
.yacht-tour-style1__form form .nice-select .option.focus,
.yacht-tour-style1__form form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}


.yacht-tour-style1__form form ul li.btn-box {
    width: 170px;
}

.yacht-tour-style1__form form ul li.btn-box button.btn-one {
    line-height: 44px;
    width: 100%;
    justify-content: center;
}



/*
================================
    Yacht Tour Style2 Css
================================
*/
.yacht-tour-style2 {
    background-color: var(--thm-white);
    z-index: 12;
}

.yacht-tour-style2 .auto-container {
    max-width: 1750px;
}

.yacht-tour-style2__inner {
    position: relative;
    display: block;
    background-color: #f7f7f7;
    padding: 60px 0 50px;
}

.yacht-tour-style2__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.08;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.yacht-tour-style2__inner .yacht-tour-style1__form form .nice-select {
    background-color: var(--thm-white);
    border: 1px solid #e5e5e5;
    color: var(--thm-black);
}

.yacht-tour-style2__inner .yacht-tour-style1__form form input[type="text"] {
    background-color: var(--thm-white);
    border: 1px solid #e5e5e5;
    color: var(--thm-black);
}

.yacht-tour-style2__inner .yacht-tour-style1__form form .nice-select::after {
    border-bottom: 2px solid var(--thm-black);
    border-right: 2px solid var(--thm-black);
}



/*
================================
    Yacht Tour Style1 Style3 Css
================================
*/
.yacht-tour-style1--style3 {
    position: relative;
}

.yacht-tour-style1--style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, #192257 0%, #09112E 66%);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.04);
    z-index: -2;
}



/*================================
    Destinations Style1 Css
================================*/
.destinations-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 120px;
}

.destinations-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    z-index: -2;
}

.destinations-style1__shape {
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: -1;
}

.destinations-style1 .row {
    --bs-gutter-x: 17px;
}

.single-destinations-style1 {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.single-destinations-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-destinations-style1 .img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgb(25, 29, 56);
    background: linear-gradient(0deg, rgba(25, 29, 56, 1) 0%, rgba(25, 29, 56, 0.14049369747899154) 50%);
    z-index: 1;
}

.single-destinations-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
}

.single-destinations-style1:hover .img-box img {
    transform: scale(1.10) rotate(0deg);
}


.single-destinations-style1 .img-box .overlay-btn {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    background: -webkit-linear-gradient(-90deg, rgba(17, 24, 70, 0.90), rgba(181, 151, 113, .90) 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 2;
}

.single-destinations-style1:hover .img-box .overlay-btn {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.single-destinations-style1 .img-box .overlay-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 30px;
    width: 55px;
    height: 55px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(50px);
    background-color: var(--thm-white);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.single-destinations-style1:hover .img-box .overlay-btn a {
    opacity: 1;
    transform: translateY(0px);
}

.single-destinations-style1 .img-box .overlay-btn a:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.destinations-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 40px;
}




/*
================================
    Destinations Style2 Css
================================
*/
.destinations-style2 {
    background-color: var(--thm-white);
}

.destinations-style2__inner {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 90px;
}

.destinations-style2__inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    width: calc((100% - 37%) / 2);
    background-color: var(--thm-white);
}

.destinations-style2__img {
    position: relative;
    display: block;
    margin-left: -170px;
    margin-right: 50px;
}



.single-destinations-style2-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-destinations-style2-img .img {
    position: relative;
    display: block;
    overflow: hidden;
}


.single-destinations-style2-img .img img {
    width: 100%;
    transform: scale(1.0);
}

.single-destinations-style2-img:hover .img img {
    transform: scale(1.10) rotate(0deg);
}

.single-destinations-style2-img .img .overlay {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    text-align: center;
    z-index: 5;
}

.single-destinations-style2-img .img .overlay .title {
    position: relative;
    display: block;
    min-height: 80px;
}

.single-destinations-style2-img .img .overlay .title h2 {
    color: rgb(255, 255, 255, 0.2);
    font-size: 80px;
    line-height: 1.0em;
    text-transform: uppercase;
}

.single-destinations-style2-img .img .overlay .title p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}




.destinations-style2__content {
    position: relative;
    display: block;
    margin-left: 40px;
    padding-top: 75px;
}

.destinations-style2__content .sec-title {
    padding-bottom: 22px;
}

.destinations-style2__content .text {
    position: relative;
    display: block;
}

.destinations-style2__content .text p {
    margin: 0;
}

.destinations-style2__content .list-item {
    position: relative;
    display: block;
    padding-top: 32px;
}

.destinations-style2__content .list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.destinations-style2__content .list-item li+li {
    margin-top: 13px;
}

.destinations-style2__content .list-item li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgb(181, 151, 113, 0.2);
    color: #bd8865;
    font-size: 15px;
    line-height: 0;
    margin-right: 15px;
}

.destinations-style2__content .list-item li p {
    margin: 0;
    flex: 1;
}

.destinations-style2__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 49px;
}




/*================================
       Yacht Style1 Css
================================*/
.yacht-style1 {
    background-color: #f9f9f9;
    padding: 120px 0px 90px;
}

.yacht-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.yacht-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 7, 54);
    background: linear-gradient(0deg, rgba(0, 7, 54, 0.8995973389355743) 70%, rgba(0, 7, 54, 0.5914740896358543) 100%);
    z-index: 1;
}

.yacht-style1 .sec-title h2 {
    color: var(--thm-white);
}


.single-yacht-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-yacht-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-yacht-style1 .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%, rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-yacht-style1:hover .img-box::before {
    opacity: 1;
}

.single-yacht-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-yacht-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-yacht-style1 .content-box {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-primary-color);
    padding: 10px 30px 11px;
}

.single-yacht-style1 .content-box .top-box .title {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .top-box .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style1 .content-box .top-box .title h3 a {
    color: var(--thm-white);
}

.single-yacht-style1 .content-box .top-box .title h3 a:hover {
    color: var(--thm-black);
}

.single-yacht-style1 .content-box .top-box .value {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .top-box .value h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style1 .content-box .list-item {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
    padding: 23px 30px 22px;
}

.single-yacht-style1 .content-box .list-item li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-yacht-style1 .content-box .list-item li+li {
    margin-top: 15px;
}

.single-yacht-style1 .content-box .list-item li .left {
    position: relative;
    display: block;
}

.single-yacht-style1 .content-box .list-item li .left h4 {
    font-size: 18px;
    line-height: 28px;
}

.single-yacht-style1 .content-box .list-item li .right {
    position: relative;
    display: block;
    text-align: right;
}

.single-yacht-style1 .content-box .list-item li .right p {
    margin: 0;
}

.yacht-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: -5px;
}

.yacht-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.yacht-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.yacht-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}



/*
================================
       Yacht Style2 Css
===============================
*/
.yacht-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 90px;
}

.yacht-style2.pdt0 {
    padding-top: 0;
}

.yacht-style2__shape1 {
    position: absolute;
    left: 0;
    bottom: 110px;
    opacity: 0.05;
}

.single-yacht-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-yacht-style2 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-yacht-style2 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.4%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-yacht-style2:hover .img-box::before {
    opacity: 0;
}

.single-yacht-style2 .img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.48%, #000000 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-yacht-style2:hover .img-box::after {
    opacity: 1;
}

.single-yacht-style2 .img-box img {
    width: 100%;
    transform: scale(1.0);
}

.single-yacht-style2:hover .img-box img {
    transform: scale(1.10) rotate(0deg);
}

.single-yacht-style2 .img-box .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 23px;
    right: 30px;
    transform: translateY(72px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.single-yacht-style2:hover .img-box .overlay-content {
    transform: translateY(0px);
}

.single-yacht-style2 .img-box .overlay-content .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7px;
}

.single-yacht-style2 .img-box .overlay-content .top-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: rgb(255, 255, 255, 0.2);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-yacht-style2:hover .img-box .overlay-content .top-box::before {
    width: 100%;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title {
    position: relative;
    display: block;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title h3 {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-yacht-style2 .img-box .overlay-content .top-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-yacht-style2 .img-box .overlay-content .top-box .value {
    position: relative;
    display: block;
}

.single-yacht-style2 .img-box .overlay-content .top-box .value h3 {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box {
    position: relative;
    display: block;
    padding-top: 8px;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li {
    position: relative;
    display: block;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li:nth-child(3) {
    margin-left: auto;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li span {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
}

.single-yacht-style2 .img-box .overlay-content .bottom-box ul li p {
    color: var(--thm-primary-color);
}

.yacht-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: -5px;
}

.yacht-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    margin-right: -315px;
}



.yacht-style2-carousel--style3.owl-nav-style-one.owl-theme .owl-nav {
    display: none;
}

.yacht-style2-carousel--style3.owl-nav-style-one.owl-theme .owl-stage-outer {
    margin-right: 0;
}



/*
================================
       Yacht Style3 Css
===============================
*/
.yacht-style3 {
    background-color: var(--thm-white);
    padding: 120px 0px 90px;
}

.yacht-style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    width: 100%;
    background-color: var(--thm-black-bg);
}

.yacht-style3 .shape1 {
    position: absolute;
    top: 55px;
    right: -90px;
}

.yacht-style3 .shape1 img {
    filter: drop-shadow(2px 4px 6px black);
    opacity: 0.20;
}

.yacht-style3__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 59px;
}

.yacht-style3__top .sec-title {
    padding-bottom: 0;
}

.yacht-style3__top .sec-title h2 {
    color: var(--thm-white);
}

.yacht-style3__top .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    top: -11px;
}

.yacht-style3__top .btn-box .btn-one {
    color: var(--thm-primary-color);
    padding-left: 30px;
    padding-right: 30px;
}

.yacht-style3__top .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.yacht-style3__top .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.yacht-style3__top .btn-box .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.yacht-style3__top .btn-box i {
    margin-right: 0;
    margin-left: 10px;
}



/*
================================
    Yacht Style4 Css
===============================
*/
.yacht-style4 {
    padding: 120px 0px 120px;
}

.yacht-style4__shape {
    position: absolute;
    top: 325px;
    left: 0;
    opacity: .03;
}

.single-yacht-style4 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg-2);
    border: 1px solid var(--thm-black-bg-2);
    padding: 19px 19px 29px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-yacht-style4:hover {
    border-color: transparent;
}

.single-yacht-style4::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid var(--thm-primary-color);
    opacity: 0;
    transform: perspective(400px) scaleX(0.7);
    transform-origin: center;
    z-index: -1;
}

.single-yacht-style4:hover::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-yacht-style4 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-yacht-style4 .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%, rgba(181, 151, 113, 0.5298494397759104) 30%,
            rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-yacht-style4:hover .img-box::before {
    opacity: 1;
}

.single-yacht-style4 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-yacht-style4:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}



.single-yacht-style4 .content-box {
    position: relative;
    display: block;
    padding: 34px 0px 0px;
}

.single-yacht-style4 .content-box h2 {
    font-size: 36px;
    line-height: 1.0em;
    margin-bottom: 4px;
}

.single-yacht-style4 .content-box h2 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-yacht-style4 .content-box h2 a:hover {
    color: var(--thm-primary-color);
}

.single-yacht-style4 .content-box h3 {
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 34px;
}

.yacht-style4__btn {
    position: relative;
    display: block;
    line-height: 0;
    text-align: center;
    padding-top: 20px;
}

.yacht-style4__btn .btn-one {
    color: var(--thm-primary-color);
}

.yacht-style4__btn .btn-one:hover {
    color: var(--thm-white);
}

.yacht-style4__btn .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.yacht-style4__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}



/*
================================
    Yacht Style4--Style2 Css
================================
*/
.yacht-style4--style2 {
    background-color: #f9f9f9;
}

.yacht-style4--style2__border-line {
    position: absolute;
    top: 0;
    left: 320px;
    right: 320px;
    height: 1px;
    opacity: 0.30;
    background: rgb(181, 151, 113);
    background: linear-gradient(90deg, rgba(181, 151, 113, 0.09567577030812324) 0%, rgba(181, 151, 113, 1) 20%,
            rgba(181, 151, 113, 1) 51%, rgba(181, 151, 113, 1) 80%, rgba(181, 151, 113, 0.10407913165266103) 100%);
}

.yacht-style4__shape2 {
    position: absolute;
    left: 0;
    bottom: 490px;
    opacity: .05;
}

.yacht-style4--style2__big-title {
    position: absolute;
    top: 350px;
    right: -30px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0, .12);
    font-size: 180px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}



.yacht-style4--style2 .single-yacht-style4 {
    background-color: var(--thm-white);
    border: 1px solid var(--thm-white);
}

.yacht-style4--style2 .single-yacht-style4 .content-box h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.yacht-style4--style2 .single-yacht-style4 .content-box h2 a:hover {
    color: var(--thm-primary-color);
}



/*================================
       Choose Style1 Css
================================*/
.choose-style1 {
    background-color: #f9f9f9;
    padding: 0px 0px 90px;
}

.choose-style1__shape1 {
    position: absolute;
    left: 0;
    bottom: 35px;
}

.choose-style1__shape2 {
    position: absolute;
    right: 0;
    bottom: 35px;
}

.single-choose-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
    padding: 30px 30px 33px;
    margin-bottom: 30px;
}

.single-choose-style1 .icon-box {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 50px;
    line-height: 0;
    padding-top: 20px;
    padding-left: 20px;
}

.single-choose-style1 .icon-box .cercle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 60px;
    opacity: 0.1;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.single-choose-style1 .title {
    position: relative;
    display: block;
    padding-top: 34px;
}

.single-choose-style1 .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.single-choose-style1 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style1 .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style1 .text {
    position: relative;
    display: block;
    padding-top: 7px;
}

.single-choose-style1 .text p {
    margin: 0;
}



/*
================================
   Choose Style1 In Style2 Css
================================
*/
.choose-style1--in-style2 {
    background-color: #ffffff;
    padding: 120px 0px 83px;
    z-index: 11;
}

.choose-style2__shape1 {
    position: absolute;
    left: 0;
    bottom: 25px;
    opacity: 0.1;
}

.choose-style2__shape2 {
    position: absolute;
    right: 0;
    bottom: 20px;
    opacity: 0.2;
}


.choose-style1--in-style2 .row {
    --bs-gutter-x: 100px;
}

.choose-style1--in-style2 .single-choose-style1 {
    box-shadow: none;
    padding: 0px 0px 0px;
    margin-bottom: 30px;
}


/*
==================================
   Choose Style1 In Style3 Css
==================================
*/
.choose-style1--style3 {
    position: relative;
}

.choose-style1--style3 .single-choose-style1 {
    text-align: center;
}

.choose-style1--style3 .single-choose-style1 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-color: rgb(var(--thm-primary-color-rgb), .1);
    padding: 0;
    margin: 0 auto;
}

.choose-style1--style3 .single-choose-style1 .icon-box .cercle {
    display: none;
}




/*================================
       Choose Style3 Css
================================*/
.choose-style3 {
    padding: 120px 0px 80px;
}

.single-choose-style3 {
    position: relative;
    display: block;
    padding: 0px 25px 0px;
    margin-bottom: 33px;
}

.single-choose-style3 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: var(--thm-black-bg-2);
    border: 1px solid rgb(255, 255, 255, .1);
    color: var(--thm-primary-color);
    font-size: 40px;
    line-height: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-choose-style3:hover .icon-box {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.single-choose-style3 .title-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.single-choose-style3 .title-box h3 {
    font-size: 28px;
    line-height: 31px;
}

.single-choose-style3 .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style3 .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style3 .text-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-choose-style3 .text-box p {
    color: rgb(255, 255, 255, .7);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style3:hover .text-box p {
    color: var(--thm-white);
}



/*
================================
    Video Style1 Css
================================
*/
.video-style1 {
    padding: 120px 0px 220px;
    background-color: var(--thm-white);
    z-index: 15;
}

.video-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.video-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 7, 54, 0.7) 0%, #000736 100%);
}

.video-style1__content {
    position: relative;
    display: block;
}

.video-style1__content .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary-color);
    font-size: 25px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--thm-white);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.video-style1__content .video-popup:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.video-style1__content .video-popup::after,
.video-style1__content .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-style1__content .video-popup::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-style1__content .title {
    position: relative;
    display: block;
    padding-top: 42px;
}

.video-style1__content .title h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.video-style1__content .title h2 span {
    color: var(--thm-primary-color);
}



/*
================================
  Video Style1 In Style2 Css
================================
*/
.video-style1--in-style2 {
    padding: 0 0 0;
}

.video-style1--in-style2 .auto-container {
    max-width: 1750px;
}

.video-style1--instyle2-inner {
    position: relative;
    display: block;
    padding: 170px 0 154px;
}



/*
================================
   Video Style1 In Style3 Css
================================
*/
.video-style1--in-style3 {
    padding: 170px 0px 171px;
    background-color: #000736;
}

.video-style1--in-style3 .video-style1__bg {
    opacity: .6;
}

.video-style1--in-style3 .video-style1__bg::before {
    display: none;
}



/*
================================
    Activities Style1 Css
================================
*/
.activities-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.activities-style1 .shape1 {
    position: absolute;
    top: -300px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.activities-style1__big-title {
    position: absolute;
    top: -95px;
    right: -31px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0, 0.10);
    font-size: 180px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.single-activities-style1 {
    position: relative;
    display: block;
}

.single-activities-style1 .img-box {
    position: relative;
    display: block;
}

.single-activities-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-activities-style1 .img-box .inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 55px;
    background-color: var(--thm-white);
    clip-path: polygon(25% 0, 100% 100%, 100% 100%, 0 100%, 0 40%);
    z-index: 2;
}

.single-activities-style1 .img-box .inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%, rgba(181, 151, 113, 0.5298494397759104) 31%, rgba(181, 151, 113, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-activities-style1:hover .img-box .inner::after {
    opacity: 1;
}

.single-activities-style1 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-activities-style1:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-activities-style1 .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 2px 26px rgba(0, 0, 0, 0.06);
    padding: 0px 40px 39px;
}

.single-activities-style1 .content-box .icon {
    position: absolute;
    top: -55px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.30);
    color: var(--thm-white);
    font-size: 40px;
    line-height: 0;
    z-index: 5;
}

.single-activities-style1 .content-box .icon-1 {
    font-size: 30px;
}

.single-activities-style1 .content-box .title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-activities-style1 .content-box .title h3 {
    font-size: 28px;
    line-height: 36px;
}

.single-activities-style1 .content-box .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-activities-style1 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-activities-style1 .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 0;
}

.single-activities-style1 .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-activities-style1 .content-box .btn-box a:hover {
    color: var(--thm-black);
}

.single-activities-style1 .content-box .btn-box a i {
    font-size: 26px;
    margin-right: 10px;
}


.activities-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.activities-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.activities-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.activities-style1-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}




/*
==================================
  Activities Style1--style2 Css
==================================
*/
.activities-style1--style2 {
    background-color: transparent;
    padding: 0px 0px 120px;
}

.activities-style1--style2 .shape2 {
    position: absolute;
    right: 0;
    bottom: 175px;
    opacity: .1;
}

.activities-style1--style2 .shape2 img {
    filter: drop-shadow(2px 4px 6px var(--thm-white));
}

.activities-style1--style2 .single-activities-style1 .img-box .inner::before {
    background-color: var(--thm-black-bg-2);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.activities-style1--style2 .single-activities-style1:hover .img-box .inner::before {
    background-color: var(--thm-primary-color);
}

.activities-style1--style2 .single-activities-style1 .img-box .inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2497373949579832) 0%, rgba(181, 151, 113, 0.8015581232492998) 39%, rgba(181, 151, 113, 1) 60%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 1;
}

.activities-style1--style2 .single-activities-style1:hover .img-box .inner::after {
    opacity: 1;
}

.activities-style1--style2 .single-activities-style1 .content-box {
    background-color: var(--thm-black-bg-2);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.activities-style1--style2 .single-activities-style1:hover .content-box {
    background-color: var(--thm-primary-color);
}

.activities-style1--style2 .single-activities-style1 .content-box .title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.activities-style1--style2 .single-activities-style1 .content-box .title h3 a:hover {
    color: var(--thm-black);
}

.activities-style1--style2 .single-activities-style1 .content-box .icon {
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.activities-style1--style2 .single-activities-style1:hover .content-box .icon {
    background-color: var(--thm-white);
    color: var(--thm-black);
}

.activities-style1--style2 .single-activities-style1:hover .content-box .btn-box a {
    color: var(--thm-white);
}

.activities-style1--style2 .single-activities-style1:hover .content-box .btn-box a:hover {
    color: var(--thm-black);
}




/*
================================
    Activities Style2 Css
================================
*/
.activities-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 90px;
}

.single-activities-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-activities-style2 .img-box {
    position: relative;
    display: block;
}

.single-activities-style2 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-activities-style2 .img-box .inner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(17, 24, 70);
    background: linear-gradient(180deg, rgba(17, 24, 70, 0) 0%, rgba(17, 24, 70, 0.5298494397759104) 31%,
            rgba(17, 24, 70, 1) 80%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-activities-style2:hover .img-box .inner::after {
    opacity: 1;
}

.single-activities-style2 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-activities-style2:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-activities-style2 .img-box .time {
    position: absolute;
    top: 30px;
    left: -12px;
    background-color: #2f5896;
    padding: 0px 30px 0px;
    padding-right: 20px;
    z-index: 3;
}

.single-activities-style2 .img-box .time::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 12px;
    height: 13px;
    background-color: #314871;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
}

.single-activities-style2 .img-box .time p {
    color: var(--thm-white);
    line-height: 30px;
}

.single-activities-style2 .icon {
    position: absolute;
    right: 40px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.40);
    color: var(--thm-white);
    font-size: 40px;
    line-height: 0;
    z-index: 5;
}

.single-activities-style2 .icon.icon-1 {
    font-size: 30px;
}

.single-activities-style2 .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04);
    padding: 30px 30px 30px;
}

.single-activities-style2 .content-box .title {
    position: relative;
    display: block;
    padding-bottom: 14px;
}

.single-activities-style2 .content-box .title h3 {
    font-size: 28px;
    line-height: 36px;
}

.single-activities-style2 .content-box .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-activities-style2 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-activities-style2 .content-box .text {
    position: relative;
    display: block;
}

.single-activities-style2 .content-box .text p {
    margin: 0;
}

.single-activities-style2 .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 23px;
}

.single-activities-style2 .content-box .btn-box .btn-one {
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.single-activities-style2 .content-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.single-activities-style2 .content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.single-activities-style2 .content-box .btn-box .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}


/*
====================================
    Activities Style2--style2 Css
====================================
*/
.activities-style2--style2 {
    background-color: #f9f9f9;
}

.activities-style2--style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 549px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.activities-style2--style2__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 7, 54, 0.7) 0%, #000736 100%);
    z-index: -1;
}

.activities-style2--style2 .sec-title h2 {
    color: var(--thm-white);
}

.activities-style2--style2 .single-activities-style2 .icon {
    border: 5px solid var(--thm-white);
    box-shadow: none;
}


/*
================================
    Yacht Size Style1 Css
================================
*/
.yacht-size-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 80px;
}

.yacht-size-style1 .row {
    --bs-gutter-x: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}


li:nth-child(3) .single-yacht-size-style1 {
    margin-left: 15px;
}


li:last-child .single-yacht-size-style1 {
    float: right;
}


.single-yacht-size-style1 {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.single-yacht-size-style1 .img {
    position: relative;
    display: block;
}

.single-yacht-size-style1 .img img {
    width: auto;
}

.single-yacht-size-style1 .title {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 20px;
}

.single-yacht-size-style1 .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.single-yacht-size-style1 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-yacht-size-style1 .title h3 a:hover {
    color: var(--thm-primary-color);
    letter-spacing: 0.1em;
}


/*
================================
      Process Style1 Css
================================
*/
.process-style1 {
    background-color: var(--thm-white);
}

.process-style1__inner {
    position: relative;
    display: block;
    padding: 120px 0px 70px;
}

.process-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.process-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 7, 54, 0.7) 0%, #000736 100%);
}

.process-style1 .sec-title h2 {
    color: var(--thm-white);
}


.process-style1 .row {
    --bs-gutter-x: 0px;
}


li:first-child .single-process-style1 {
    width: auto;
}

li:nth-child(2) .single-process-style1 {}

li:last-child .single-process-style1 {
    float: right;
}

.single-process-style1 {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 320px;
    margin: 0 auto 50px;
}

.single-process-style1 .process-arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: 5px;
}

.single-process-style1 .process-arrow2 {
    position: absolute;
    top: 50%;
    right: -105px;
    transform: translateY(-50%);
    margin-top: 5px;
}

.single-process-style1__inner {
    position: relative;
    display: block;
    max-width: 320px;
}

.single-process-style1 .count-box {
    position: absolute;
    top: -25px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.single-process-style1 .count-box::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed var(--thm-primary-color);
    z-index: -1;
}

.single-process-style1 .count-box span {
    color: var(--thm-white);
    font-size: 22px;
    line-height: 22px;
    font-family: var(--thm-font);
    font-weight: 400;
}

.single-process-style1 .count-box p {
    color: var(--thm-white);
    line-height: 22px;
}



.single-process-style1 .content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background-color: var(--thm-white);
}

.single-process-style1 .content-box .text {
    position: relative;
    display: block;
}

.single-process-style1 .content-box .text h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 17px;
}

.single-process-style1 .content-box .text p {
    font-size: 18px;
}


/*
====================================
      Process Style1--Style2 Css
====================================
*/
.process-style1--style2 {
    padding: 120px 0px 70px;
}

.process-style1--style2 .sec-title h2 {
    color: var(--thm-black);
}

.process-style1--style2 .single-process-style1 .content-box {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}



/*
================================
      Project Style1 Css
================================
*/
.project-style1 {
    background-color: var(--thm-white);
}

.project-style1 .container {
    max-width: 100%;
    padding: 0px;
}

.project-style1__inner {
    position: relative;
    display: flex;
}

.single-project-style1 {
    position: relative;
    display: block;
}

.single-project-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-style1 .img-box::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background-color: var(--thm-primary-color);
    opacity: 0;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease;
    z-index: 1;
}

.single-project-style1:hover .img-box::before {
    opacity: .8;
    transform: perspective(400px) scaleX(1.0);
}

.single-project-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
}

.single-project-style1:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}

.single-project-style1 .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: perspective(400px) scale(0) translateY(-40px);
    transition: all 400ms ease;
    z-index: 5;
}

.single-project-style1:hover .img-box .overlay-icon {
    opacity: 1;
    transform: perspective(400px) scale(1.0) translateY(0px);
    transition-delay: 400ms;
}

.single-project-style1 .img-box .overlay-icon a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
}



/*
================================
      Project Style2 Css
================================
*/
.project-style2 {
    position: relative;
}

.project-style2 .container {
    max-width: 100%;
    padding: 0;
}

.project-style2__inner {
    position: relative;
    display: block;
}

.single-project-style2 {
    position: relative;
    display: block;
}

.single-project-style2 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-style2 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(0deg, rgba(181, 151, 113, 0.8015581232492998) 0%, rgba(181, 151, 113, 0.896796218487395) 38%, rgba(181, 151, 113, 1) 60%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.single-project-style2:hover .img-box::before {
    opacity: 1;
}

.single-project-style2 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-project-style2:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-project-style2 .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: perspective(400px) scale(1) translateY(-40px);
    transition: all 400ms ease;
    z-index: 5;
}

.single-project-style2:hover .img-box .overlay-icon {
    opacity: 1;
    transform: perspective(400px) scale(1.0) translateY(0px);
    transition-delay: 400ms;
}

.single-project-style2 .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--thm-black-bg-2);
    color: var(--thm-white);
    font-size: 30px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-project-style2 .img-box .overlay-icon a:hover {
    color: var(--thm-primary-color);
    background-color: var(--thm-white);
}


.project-style2-carousel.owl-carousel .owl-stage-outer {
    position: relative;
}

.project-style2-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}




/*
====================================
    Fleet Style1 Css
====================================
*/
.fleet-style1 {
    background-color: var(--thm-white);
    padding: 0px 0px 90px;
}

.single-fleet-style1 {
    position: relative;
    display: block;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 25.65px 0px 31px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-style1:hover {
    border-color: var(--thm-white);
}

.single-fleet-style1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease;
}

.single-fleet-style1:hover::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-fleet-style1 .img-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-fleet-style1 .img-box img {
    width: auto !important;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.single-fleet-style1:hover .img-box img {
    transform: scale(1.02) translateX(10px);
}



.single-fleet-style1 .text-box {
    position: relative;
    display: block;
    padding-top: 8px;
}

.single-fleet-style1 .text-box p {
    font-weight: 500;
    line-height: 30px;
}

.single-fleet-style1 .text-box p a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fleet-style1 .text-box p a:hover {
    color: var(--thm-primary-color);
}


.fleet-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    display: none;
}

.fleet-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.fleet-style1-carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.fleet-style1-carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/*
====================================
    Fleet Style1 style2 Css
====================================
*/
.fleet-style1--style2 {
    position: relative;
}

.fleet-style1--style2 .shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .2;
}

.fleet-style1--style2 .sec-title {
    padding-bottom: 49px;
}

.fleet-style1--style2 ul li:nth-child(1) {
    margin-top: 35px;
}

.fleet-style1--style2 ul li:nth-child(3) {
    margin-top: 35px;
}

.fleet-style1--style2 ul li:nth-child(5) {
    margin-top: 35px;
}

.single-fleet-style1--style2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border-color: transparent;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}

.single-fleet-style1--style2::before {
    display: none;
}



/*
====================================
    Fleet Route Css
====================================
*/
.fleet-route {
    background-color: var(--thm-white);
    padding: 120px 0px 155px;
}

.fleet-route.pdtop90 {
    padding-top: 90px;
}

.fleet-route__shape {
    position: absolute;
    top: 120px;
    left: 0;
    opacity: 0.2;
}

.fleet-route__big-title {
    position: absolute;
    top: 140px;
    right: -31px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0, 0.10);
    font-size: 180px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.fleet-route__border-line {
    position: absolute;
    left: 0;
    bottom: -155px;
    right: 0;
    height: 1px;
    background: rgb(229, 229, 229);
    background: linear-gradient(90deg, rgba(229, 229, 229, 0.09567577030812324) 0%, rgba(229, 229, 229, 1) 20%, rgba(229, 229, 229, 1) 51%, rgba(229, 229, 229, 1) 80%, rgba(229, 229, 229, 0.10407913165266103) 100%);
}


.fleet-route__inner {
    position: relative;
    display: block;
}

.fleet-route__inner-map {
    position: relative;
    display: block;
}


.single-fleet-route-box {
    position: absolute;
    z-index: 1;
}

.single-fleet-route-box.one {
    top: 37%;
    left: 170px;
}

.single-fleet-route-box .img-box {
    position: relative;
    display: block;
    width: 96px;
    height: 96px;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    padding: 6px;
    border-radius: 50%;
}

.single-fleet-route-box .overlay {
    position: absolute;
    left: 0;
    top: 90px;
    right: 0;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.single-fleet-route-box:hover .overlay {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

.single-fleet-route-box .overlay p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay p a {
    color: var(--thm-white);
}

.single-fleet-route-box .img-ship1 {
    position: relative;
    display: block;
}

.single-fleet-route-box .img-ship1 img {
    width: auto;
}

.single-fleet-route-box .img-ship2 {
    position: relative;
    display: block;
}

.single-fleet-route-box .img-ship2 img {
    width: auto;
}

.single-fleet-route-box .shape1 {
    position: relative;
    display: block;
}

.single-fleet-route-box .shape1 img {
    width: auto;
}

.single-fleet-route-box .shape2 {
    position: relative;
    display: block;
}

.single-fleet-route-box .shape2 img {
    width: auto;
}



/** Single Fleet Route Box One **/
.single-fleet-route-box .img-ship1.one {
    position: absolute;
    top: -88px;
    right: -260px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.one {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.one {
    position: absolute;
    top: -88px;
    right: -260px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship2.one {
    opacity: 1;
}

.single-fleet-route-box .shape1.one {
    position: absolute;
    top: -56px;
    right: -255px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .shape1.one {
    opacity: 0;
}

.single-fleet-route-box .overlay1 {
    position: absolute;
    top: -115px;
    right: -275px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(-10px);
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
}

.single-fleet-route-box:hover .overlay1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.single-fleet-route-box .overlay1 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay1 p a {
    color: var(--thm-white);
}

.single-fleet-route-box .shape2.one {
    position: absolute;
    top: -56px;
    right: -255px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .shape2.one {
    opacity: 1;
}



/** Single Fleet Route Box Two **/
.single-fleet-route-box.two {
    top: 32%;
    left: 475px;
}

.single-fleet-route-box .img-ship1.two {
    position: absolute;
    left: -225px;
    bottom: -160px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.two {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.two {
    position: absolute;
    left: -225px;
    bottom: -160px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship2.two {
    opacity: 1;
}

.single-fleet-route-box .shape1.two {
    position: absolute;
    top: 30px;
    left: -197px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape1.two {
    opacity: 0;
}

.single-fleet-route-box .shape2.two {
    position: absolute;
    top: 30px;
    left: -197px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape2.two {
    opacity: 1;
}

.single-fleet-route-box .overlay2 {
    position: absolute;
    left: -230px;
    bottom: -130px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(-10px);
    opacity: 0;
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
}

.single-fleet-route-box .overlay2 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay2 p a {
    color: var(--thm-white);
}

.single-fleet-route-box:hover .overlay2 {
    opacity: 1;
    transform: translateY(0);
}



/** Single Fleet Route Box Three **/
.single-fleet-route-box.three {
    left: 50%;
    bottom: 170px;
}

.single-fleet-route-box .img-ship1.three {
    position: absolute;
    right: -275px;
    bottom: -160px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.three {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.three {
    position: absolute;
    right: -275px;
    bottom: -160px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box .img-ship2.three {
    opacity: 1;
}

.single-fleet-route-box .shape1.three {
    position: absolute;
    top: 10px;
    right: -255px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape1.three {
    opacity: 0;
}

.single-fleet-route-box .shape2.three {
    position: absolute;
    top: 10px;
    right: -255px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape2.three {
    opacity: 1;
}

.single-fleet-route-box .overlay3 {
    position: absolute;
    right: -272px;
    bottom: -190px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(10px);
    opacity: 0;
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
}

.single-fleet-route-box:hover .overlay3 {
    opacity: 1;
    transform: translateY(0);
}

.single-fleet-route-box .overlay3 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay3 p a {
    color: var(--thm-white);
}



/** Single Fleet Route Box Four **/
.single-fleet-route-box.four {
    right: 22%;
    bottom: 22%;
}

.single-fleet-route-box .img-ship1.four {
    position: absolute;
    top: -102px;
    right: 47px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship1.four {
    opacity: 0;
}

.single-fleet-route-box .img-ship2.four {
    position: absolute;
    top: -102px;
    right: 47px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-fleet-route-box:hover .img-ship2.four {
    opacity: 1;
}

.single-fleet-route-box .shape1.four {
    position: absolute;
    top: -70px;
    left: -40px;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape1.four {
    opacity: 0;
}

.single-fleet-route-box .shape2.four {
    position: absolute;
    top: -70px;
    left: -40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-fleet-route-box:hover .shape2.four {
    opacity: 1;
}

.single-fleet-route-box .overlay4 {
    position: absolute;
    top: -100px;
    right: -70px;
    text-align: center;
    background-color: var(--thm-black-bg);
    border-radius: 4px;
    transform: translateY(-10px);
    opacity: 0;
    padding: 0px 10px 0px;
    transition: all 0.2s ease;
}

.single-fleet-route-box:hover .overlay4 {
    opacity: 1;
    transform: translateY(0);
}

.single-fleet-route-box .overlay4 p {
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-fleet-route-box .overlay4 p a {
    color: var(--thm-white);
}



/*
====================================
    Fleet Route Style2 Css
====================================
*/
.fleet-route--style2 {
    background-color: transparent;
}

.fleet-route__shape2 {
    position: absolute;
    left: 0;
    bottom: 185px;
    opacity: .05;
}

.fleet-route--style2 .fleet-route__big-title {
    -webkit-text-stroke: 1px rgb(225, 225, 225, 0.10);
}

.fleet-route--style2 .single-fleet-route-box .img-box {
    background-color: transparent;
    padding: 0;
}

.fleet-route--style2 .single-fleet-route-box .overlay {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay1 {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay2 {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay3 {
    background-color: var(--thm-primary-color);
}

.fleet-route--style2 .single-fleet-route-box .overlay4 {
    background-color: var(--thm-primary-color);
}



/*
====================================
        Pricing Style1 Css
====================================
*/
.pricing-style1 {
    padding: 120px 0px 0px;
}

.single-pricing-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg-2);
    border: 1px solid var(--thm-black-bg-2);
    padding: 40px 49px 49px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-pricing-style1:hover {
    border-color: transparent;
}

.single-pricing-style1::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid var(--thm-primary-color);
    opacity: 0;
    transform: perspective(400px) scaleX(0.7);
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: all;
    z-index: -1;
}

.single-pricing-style1:hover::before,
.single-pricing-style1.active::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-pricing-style1 .catagory {
    position: absolute;
    top: 30px;
    right: -12px;
    background-color: var(--thm-primary-color);
    padding: 0px 17px 0px;
}

.single-pricing-style1 .catagory::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-color: #7c6241;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: -1;
}

.single-pricing-style1 .catagory p {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -2%;
    text-transform: uppercase;
}



.single-pricing-style1__top {
    position: relative;
    display: block;
    padding-bottom: 35px;
}

.single-pricing-style1__top .title {
    position: relative;
    display: block;
}

.single-pricing-style1__top .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.single-pricing-style1__top .value-box {
    position: relative;
    display: block;
    margin-top: 19px;
}

.single-pricing-style1__top .value-box h2 {
    color: var(--thm-primary-color);
    font-size: 60px;
    line-height: 1.0em;
}

.single-pricing-style1__top .value-box h2 span {
    position: absolute;
    top: -5px;
    font-size: 32px;
    margin-left: -21px;
}

.single-pricing-style1__top .value-box p {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 16px;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}



.single-pricing-style1__middle {
    position: relative;
    display: block;
}

.single-pricing-style1__middle li {
    position: relative;
    display: block;
}

.single-pricing-style1__middle li+li {
    margin-top: 26px;
}

.single-pricing-style1__middle li p {
    color: rgb(255, 255, 255, .7);
}



.single-pricing-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 33px;
}

.single-pricing-style1__btn .btn-one {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--thm-primary-color);
}

.single-pricing-style1__btn .btn-one:hover {
    color: var(--thm-white);
}

.single-pricing-style1__btn .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.single-pricing-style1__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}



/*
====================================
    Cta Style1 Css
====================================
*/
.cta-style1 {
    padding: 0px 0px 50px;
}

.cta-style1__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-black-bg-2);
    padding: 50px 50px 50px;
}

.cta-style1__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 108px;
    opacity: .03;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: bottom center;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite;
}


@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.cta-style1__title {
    position: relative;
    display: block;
}

.cta-style1__title h2 {
    color: var(--thm-white);
    font-size: 40px;
    line-height: 1.0em;
}

.cta-style1__title h2 span {
    color: var(--thm-primary-color);
}

.cta-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-style1__btn .btn-one {
    line-height: 30px;
}

.cta-style1__btn .btn-one i {
    margin-left: 10px;
    margin-right: 0px;
}



/*
====================================
      Cta Style1--Style2 Css
====================================
*/
.cta-style1--style2 {
    padding: 0px 0px 0px;
}

.cta-style1--style2.gray-bg1 {
    background-color: #f9f9f9;
}

.cta-style1--style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #0a112e;
}

.cta-style1--style2 .cta-style1__inner {
    background-color: var(--thm-primary-color);
}

.cta-style1--style2 .cta-style1__bg {
    opacity: .07;
}

.cta-style1--style2 .cta-style1__title h2 span {
    color: var(--thm-white);
}

.cta-style1--style2 .cta-style1__btn .btn-one {
    color: var(--thm-primary-color);
}

.cta-style1--style2 .cta-style1__btn .btn-one:hover {
    color: var(--thm-white);
}

.cta-style1--style2 .cta-style1__btn .btn-one::before {
    background-color: var(--thm-black-bg);
}

.cta-style1--style2 .cta-style1__btn .btn-one::after {
    background-color: var(--thm-white);
}




/*================================
      Yacht List Style1 Css
================================*/
.yacht-list-style1 {
    padding: 120px 0px 120px;
}


/*==== Yacht List Style1 Sidebar Css =====*/
.yacht-list-style1__sidebar {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.04);
    padding-bottom: 60px;
    margin-right: 30px;
}

.single-yacht-list-style1-sidebar {
    position: relative;
    display: block;
    padding: 53px 40px 0px;
}

.single-yacht-list-style1-sidebar .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.single-yacht-list-style1-sidebar .inner-title h3 {
    font-size: 28px;
    line-height: 32px;
}

.sidebar-search-box-three {
    position: relative;
    display: block;
}

.sidebar-search-box-three form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box-three .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 0;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
    padding-left: 30px;
    padding-right: 80px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box-three .search-form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.sidebar-search-box-three .search-form input::-webkit-input-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form input:-moz-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form input::-moz-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form input:-ms-input-placeholder {
    color: #6a6a6a;
}

.sidebar-search-box-three .search-form button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    background-color: #f4f4f4;
    border-radius: 0;
    color: #6a6a6a;
    font-size: 18px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box-three .search-form button i {
    position: relative;
    top: 0px;
}

.sidebar-search-box-three .search-form input[type="text"]:focus+button,
.sidebar-search-box-three .search-form button:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.single-yacht-list-style1-sidebar .border-bottom {
    border-bottom: 1px solid var(--thm-border-color) !important;
    padding-top: 50px;
}



.yacht-list-style1-sidebar__form {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form ul {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form ul li {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form ul li+li {
    margin-top: 15px;
}

.yacht-list-style1-sidebar__form form ul li.form-group {
    position: relative;
    display: block;
}

.yacht-list-style1-sidebar__form form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.yacht-list-style1-sidebar__form form .nice-select {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    width: 100%;
    height: 60px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 300ms ease;
}

.yacht-list-style1-sidebar__form form .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.yacht-list-style1-sidebar__form form .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    right: 20px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.yacht-list-style1-sidebar__form form .nice-select .list {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: auto;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
}

.yacht-list-style1-sidebar__form form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.yacht-list-style1-sidebar__form form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.yacht-list-style1-sidebar__form form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 0;
}

.yacht-list-style1-sidebar__form form .nice-select .option:hover,
.yacht-list-style1-sidebar__form form .nice-select .option.focus,
.yacht-list-style1-sidebar__form form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.yacht-list-style1-sidebar__form form ul li.btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.yacht-list-style1-sidebar__form form ul li.btn-box button.btn-one {
    width: 100%;
    justify-content: center;
}




.sidebar-price-range {
    position: relative;
    display: block;
    padding-top: 4px;
}

.sidebar-price-range .price-ranger {
    position: relative;
    display: block;
}

.sidebar-price-range .price-ranger .ui-widget-content {
    position: relative;
    display: block;
    background: #ddd0c0;
    border: none;
    height: 4px;
    border-radius: 0px;
}

.sidebar-price-range .price-ranger .ui-widget-header {
    border: 0px solid #e0dfdf;
    background: var(--thm-primary-color);
    margin-left: 0px;
    border-radius: 0 !important;
}

.sidebar-price-range .price-ranger .ui-slider-handle {
    position: absolute;
    top: -8px;
    width: 20px !important;
    height: 20px;
    border: 4px solid var(--thm-white);
    box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.1);
    background: var(--thm-primary-color);
    border-radius: 50%;
    margin-left: 0px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.sidebar-price-range .price-ranger span+span.ui-slider-handle.ui-state-default.ui-corner-all {
    margin-left: 0px;
}

.sidebar-price-range .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 11px;
}

.sidebar-price-range .price-ranger .ranger-min-max-block .left {
    position: relative;
    display: block;
}

.sidebar-price-range .price-ranger .ranger-min-max-block span {
    position: relative;
    float: left;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--thm-font);
}


.sidebar-price-range .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    float: left;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--thm-font);
    text-align: center;
    border: none;
    width: 40px;
    padding: 0;
    background-color: transparent;
}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type="text"].min {}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type='text'].max {}


.sidebar-price-range .price-ranger .ranger-min-max-block span.hipen {
    color: var(--thm-body-font-color);
}

.sidebar-price-range .price-ranger .ranger-min-max-block input {
    display: inline-block;
}


.sidebar-price-range .price-ranger .ranger-min-max-block .right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0px 0px;
}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid var(--thm-black);
    border-radius: 0px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font);
}

.sidebar-price-range .price-ranger .ranger-min-max-block input[type="submit"]:hover {}

.sidebar-price-range .price-ranger .ranger-min-max-block .right .btn-box {
    position: relative;
    display: block;
}

.sidebar-price-range .price-ranger .ranger-min-max-block .right .btn-box .btn-one span {
    color: var(--thm-white);
}



.person-capacity-select-box {
    position: relative;
    display: block;
}

.person-capacity-select-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.person-capacity-select-box ul li {
    position: relative;
    display: block;
}

.person-capacity-select-box ul li+li {
    margin-top: 30px;
}

.person-capacity-select-box ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.person-capacity-select-box ul li label {
    position: relative;
    display: block;
    padding-left: 25px;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.person-capacity-select-box ul li input[type=radio]+label span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--thm-border-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.person-capacity-select-box ul li label span:before {
    content: "\e92b";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.person-capacity-select-box ul li input[type=radio]:checked+label {
    color: var(--thm-primary-color);
}

.person-capacity-select-box ul li input[type=radio]:checked+label span {
    border-color: var(--thm-primary-color);
}

.person-capacity-select-box ul li input[type=radio]:checked+label span::before {
    opacity: 1.0;
}




.sidebar-rating-box {
    position: relative;
    display: block;
}

.sidebar-rating-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar-rating-box ul li {
    position: relative;
    display: block;
}

.sidebar-rating-box ul li+li {
    margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.sidebar-rating-box ul li label {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffc009;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
    color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio]+label i {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--thm-border-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    background-color: var(--thm-primary-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked+label {}

.sidebar-rating-box ul li input[type=radio]:checked+label i {
    border-color: var(--thm-primary-color);
}

.sidebar-rating-box ul li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
}




/*====================================================*/
.yacht-list-style1__right {
    position: relative;
    display: block;
}

.single-yacht-list-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.yacht-list-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 14px;
}

.yacht-list-style1__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-yacht-list-style1:hover .yacht-list-style1__img::before {
    opacity: 1;
}

.yacht-list-style1__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-yacht-list-style1:hover .yacht-list-style1__img img {
    transform: scale(1.07) rotate(0deg);
}

.yacht-list-style1__content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-left: none;
    margin-left: -44px;
    padding: 27px 30px 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-yacht-list-style1:hover .yacht-list-style1__content {
    border-color: var(--thm-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}


.yacht-list-style1__content .top-box {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 22px;
}

.yacht-list-style1__content .top-box .title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yacht-list-style1__content .top-box .title-box .text {
    position: relative;
    display: block;
}

.yacht-list-style1__content .top-box .title-box .text h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--thm-font);
    font-weight: 500;
}

.yacht-list-style1__content .top-box .title-box .text h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.yacht-list-style1__content .top-box .title-box .text h3 a:hover {
    color: var(--thm-primary-color);
}

.yacht-list-style1__content .top-box .title-box .rating {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 0px 10px 0px;
}

.yacht-list-style1__content .top-box .title-box .rating .icon {
    position: relative;
    display: block;
    color: #FFBA07;
    font-size: 16px;
    line-height: 0;
    margin-right: 5px;
}

.yacht-list-style1__content .top-box .title-box .rating p {
    color: var(--thm-black);
    font-size: 14px;
}



.yacht-list-style1__content .top-box .value-box {
    position: relative;
    display: block;
    padding-top: 6px;
}

.yacht-list-style1__content .top-box .value-box h3 {
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--thm-font);
    font-weight: 500;
}

.yacht-list-style1__content .top-box .value-box h3 span {
    color: var(--thm-black);
    font-size: 14px;
}

.yacht-list-style1__content .bottom-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.yacht-list-style1__content .bottom-box .list-item {
    position: relative;
    display: block;
}

.yacht-list-style1__content .bottom-box .list-item ul {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-list-style1__content .bottom-box .list-item ul+ul {
    margin-top: 16px;
}

.yacht-list-style1__content .bottom-box .list-item ul li {
    position: relative;
    display: block;
}

.yacht-list-style1__content .bottom-box .list-item ul li+li {
    margin-left: 25px;
}

.yacht-list-style1__content .bottom-box .list-item ul li p {
    margin: 0;
}

.yacht-list-style1__content .bottom-box .list-item ul li p span {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
}

.yacht-list-style1__content .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 28px;
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one {
    color: var(--thm-primary-color);
    line-height: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.yacht-list-style1__content .bottom-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}



/*================================
    Yacht Grid Style1 Css
================================*/
.yacht-grid-style1 {
    padding: 120px 0px 120px;
}

.yacht-grid-style1__content {
    position: relative;
    display: block;
}



/*
=============================================
    Yacht Details Style1 Css
=============================================
*/
.yacht-details-style1 {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}

.yacht-details-style1__left {
    position: relative;
    display: block;
}

.yacht-details-style1__left-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -24px;
}

.yacht-details-style1__left-top {
    position: relative;
    display: block;
    padding-top: 29px;
}

.yacht-details-style1__left-top .location-rating {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-top .location-rating .left {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-top .location-rating .left .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
    margin-right: 9px;
}

.yacht-details-style1__left-top .location-rating .left h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.yacht-details-style1__left-top .location-rating .right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.yacht-details-style1__left-top .location-rating .right .icon {
    color: #FFC107;
    font-size: 15px;
    line-height: 0;
    margin-right: 7px;
}

.yacht-details-style1__left-top .location-rating .right p {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
}

.yacht-details-style1__left-top .title-box {
    position: relative;
    display: block;
    padding-top: 21px;
}

.yacht-details-style1__left-top .title-box h2 {
    font-size: 48px;
    line-height: 1.0em;
}

.yacht-details-style1__left-top .list-item1 {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
    padding: 21px 45px 21px;
    margin-top: 21px;
}

.yacht-details-style1__left-top .list-item1 li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-top .list-item1 li+li {
    margin-left: 32px;
}

.yacht-details-style1__left-top .list-item1 li .text1 {
    position: relative;
    display: block;
}

.yacht-details-style1__left-top .list-item1 li .text1 p {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
}

.yacht-details-style1__left-top .list-item1 li .text2 {
    position: relative;
    display: block;
    margin-left: 7px;
}

.yacht-details-style1__left-top .list-item1 li .text2 p {
    margin: 0;
}



.yacht-details-style1__left .text-box1 {
    position: relative;
    display: block;
    padding-top: 50px;
}

.yacht-details-style1__left .text-box1 h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
}

.yacht-details-style1__left .text-box1 p {
    margin: 0;
}



.yacht-details-style1__left .text-box2 {
    position: relative;
    display: block;
    padding-top: 43px;
}

.yacht-details-style1__left .text-box2 h3 {
    font-size: 28px;
    line-height: 38px;
}

.yacht-details-style1__left .text-box2 ul {
    position: relative;
    display: block;
    margin-top: 18px;
}

.yacht-details-style1__left .text-box2 ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left .text-box2 ul li+li {
    margin-top: 16px;
}

.yacht-details-style1__left .text-box2 ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.yacht-details-style1__left .text-box2 ul li p {
    margin: 0;
}



.yacht-details-style1__left .text-box3 {
    position: relative;
    display: block;
    padding-top: 43px;
}

.yacht-details-style1__left .text-box3 h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
}

.yacht-details-style1__left .text-box3 p {
    margin: 0;
}

.yacht-details-style1__left .text-box3 ul {
    position: relative;
    display: block;
    margin-top: 25px;
}

.yacht-details-style1__left .text-box3 ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left .text-box3 ul li+li {
    margin-top: 16px;
}

.yacht-details-style1__left .text-box3 ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.yacht-details-style1__left .text-box3 ul li p {
    margin: 0;
}



.yacht-details-style1__left-form {
    position: relative;
    display: block;
    padding-top: 58px;
}

.yacht-details-style1__left-form .inner-title {
    position: relative;
    display: block;
}

.yacht-details-style1__left-form .inner-title h3 {
    font-size: 28px;
    line-height: 38px;
}

.yacht-details-style1__left-form form {
    position: relative;
    display: block;
    padding-top: 12px;
}

.yacht-details-style1__left-form form .rating-box {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.yacht-details-style1__left-form form .rating-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yacht-details-style1__left-form form .rating-box ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style1__left-form form .rating-box ul li .text {
    position: relative;
    display: block;
}

.yacht-details-style1__left-form form .rating-box ul li .text p {
    color: var(--thm-black);
    font-weight: 500;
}

.yacht-details-style1__left-form form .rating-box ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
    margin-left: 45px;
}

.yacht-details-style1__left-form form .rating-box ul li .icon i {
    position: relative;
    display: block;
    color: #CACACA;
    font-size: 15px;
    line-height: 15px;
    margin-left: 0;
}

.yacht-details-style1__left-form form .rating-box ul li .icon i.icon {
    color: #FFC844;
}

.yacht-details-style1__left-form form .rating-box ul li .icon i+i {
    margin-left: 8px;
}



.yacht-details-style1__left-form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.yacht-details-style1__left-form form .input-box {
    position: relative;
    display: block;
}

.yacht-details-style1__left-form form input[type="text"],
.yacht-details-style1__left-form form input[type="email"],
.yacht-details-style1__left-form form textarea {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    width: 100%;
    height: 50px;
    color: #6A6A6A;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.yacht-details-style1__left-form form textarea {
    height: 170px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.yacht-details-style1__left-form form input[type="text"]:focus,
.yacht-details-style1__left-form form input[type="email"]:focus,
.yacht-details-style1__left-form form textarea:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style1__left-form form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}


.yacht-details-style1__left-form form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}



.yacht-details-style1__left-form form textarea::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form textarea:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form textarea::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style1__left-form form textarea:-ms-input-placeholder {
    color: #6A6A6A;
}



.yacht-details-style1__left-form form .checked-box1 label {
    font-size: 16px;
    line-height: 26px;
}

.yacht-details-style1__left-form form .checked-box1 input[type="checkbox"]+label span {
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: var(--thm-white);
    border: 1px solid #dddddd;
    border-radius: 2px;
}

.yacht-details-style1__left-form form .checked-box1 label span:before {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    width: auto;
    height: auto;
    content: "";
    background: var(--thm-primary-color);
    border-radius: 0%;
    margin: 0px;
}

.yacht-details-style1__left-form form button {
    position: relative;
    margin-top: 23px;
}




.yacht-details-style1__right {
    position: relative;
    display: block;
}

.yacht-details-style1__right .row {
    --bs-gutter-x: 6px;
}

.yacht-details-style1__right-img {
    position: relative;
}

.yacht-details-style1__right-img li {
    position: relative;
    display: block;
}


.yacht-details-style1__right-img li .img-box {
    position: relative;
    display: block;
}

.yacht-details-style1__right-img li .img-box img {
    width: 100%;
}



.book-this-yacht-style1 {
    position: relative;
    display: block;
    background: var(--thm-white);
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.04);
    border-top: 3px solid var(--thm-primary-color);
    margin-top: 30px;
    padding: 22px 30px 35px;
}

.book-this-yacht-style1 .title-box {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.book-this-yacht-style1 .title-box h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
}

.book-this-yacht-style1__form {
    position: relative;
    display: block;
}

.book-this-yacht-style1__form form {
    position: relative;
    display: block;
}

.book-this-yacht-style1__form form .form-group {
    position: relative;
    display: block;
}


.book-this-yacht-style1__form form .form-group.icon1::before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}

.book-this-yacht-style1__form form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    font-size: 16px;
    color: var(--thm-black);
    font-family: var(--thm-font);
    padding-left: 50px;
    padding-right: 20px;
    font-weight: 400;
    transition: all 500ms ease;
}

.book-this-yacht-style1__form form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}



.book-this-yacht-style1__top {
    position: relative;
    display: block;
    padding-top: 33px;
}

.book-this-yacht-style1__top li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.book-this-yacht-style1__top li:last-child {
    margin-bottom: 0;
}

.book-this-yacht-style1__top li .time {
    position: relative;
    display: block;
}

.book-this-yacht-style1__top li .time p {
    color: var(--thm-black);
    font-weight: 500;
}

.book-this-yacht-style1__top li .text {
    position: relative;
    display: block;
}

.book-this-yacht-style1__top li .text p {
    margin: 0;
}



.book-this-yacht-style1__middle {
    position: relative;
    display: block;
    padding-top: 23px;
}

.book-this-yacht-style1__middle .title {
    position: relative;
    display: block;
}

.book-this-yacht-style1__middle .title p {
    color: var(--thm-black);
    font-weight: 500;
}

.book-this-yacht-style1__middle ul {
    position: relative;
    display: block;
    padding-top: 17px;
}

.book-this-yacht-style1__middle ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-this-yacht-style1__middle ul li+li {
    margin-top: 5px;
}

.book-this-yacht-style1__middle ul li .checked-box1 label {
    font-size: 16px;
    line-height: 26px;
}

.book-this-yacht-style1__middle ul li .checked-box1 input[type="checkbox"]+label span {
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: var(--thm-white);
    border: 1px solid #dddddd;
    border-radius: 2px;
}


.book-this-yacht-style1__middle ul li .text {
    position: relative;
    display: block;
}

.book-this-yacht-style1__middle ul li .text p {
    margin: 0;
}



.book-this-yacht-style1__bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 18px 0px 23px;
}

.book-this-yacht-style1__bottom li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-this-yacht-style1__bottom li+li {
    margin-top: 6px;
}

.book-this-yacht-style1__bottom li p {
    margin: 0;
}

.book-this-yacht-style1__bottom li h4 {
    font-size: 16px;
    line-height: 26px;
}



.book-this-yacht-style1__total {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

.book-this-yacht-style1__total p {
    color: var(--thm-black);
    font-weight: 500;
}

.book-this-yacht-style1__total h4 {
    font-size: 16px;
    line-height: 26px;
}

.book-this-yacht-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 33px;
}

.book-this-yacht-style1__btn .btn-one {
    width: 100%;
    justify-content: center;
}



/*
=============================================
    Yacht Details Style2 Css
=============================================
*/
.yacht-details-style2 {
    padding: 120px 0px 120px;
}

.yacht-details-style2__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.yacht-details-style2-left__form {
    position: relative;
    display: block;
    background-color: #F9F9F9;
    border-top: 3px solid var(--thm-primary-color);
    padding: 29px 30px 40px;
}

.yacht-details-style2-left__form form {
    position: relative;
    display: block;
}

.yacht-details-style2-left__form form ul {
    position: relative;
    display: block;
}

.yacht-details-style2-left__form form ul .form-group {
    position: relative;
    display: block;
}

.yacht-details-style2-left__form form ul li+li {
    margin-top: 17px;
}

.yacht-details-style2-left__form form ul .form-group label {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    padding-bottom: 6px;
}

.yacht-details-style2-left__form form ul .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid var(--thm-white);
    background-color: var(--thm-white);
    font-size: 16px;
    color: #6a6a6a;
    font-family: var(--thm-font);
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    transition: all 500ms ease;
}

.yacht-details-style2-left__form form ul .form-group input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style2-left__form form ul .form-group .nice-select {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-white);
    width: 100%;
    height: 60px;
    color: #6A6A6A;
    font-size: 16px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 300ms ease;
}

.yacht-details-style2-left__form form ul .form-group .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style2-left__form form ul .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--thm-black);
    border-right: 2px solid var(--thm-black);
    right: 20px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .list {
    display: block;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: auto;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
}

.yacht-details-style2-left__form form ul .form-group .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 0;
}

.yacht-details-style2-left__form form ul .form-group .nice-select .option:hover,
.yacht-details-style2-left__form form ul .form-group .nice-select .option.focus,
.yacht-details-style2-left__form form ul .form-group .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

.yacht-details-style2-left__form form .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 40px;
}

.yacht-details-style2-left__form form .btn-box .btn-one {
    width: 100%;
    justify-content: center;
}



.yacht-details-style2__left-list {
    position: relative;
    display: block;
    background-color: #F9F9F9;
    border-top: 3px solid var(--thm-primary-color);
    padding: 23px 30px 33px;
    margin-top: 40px;
}

.yacht-details-style2__left-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 0px 0px 20px;
}

.yacht-details-style2__left-top .title {
    position: relative;
    display: block;
}

.yacht-details-style2__left-top .title h3 {
    font-size: 24px;
    line-height: 34px;
}

.yacht-details-style2__left-list-item {
    position: relative;
    display: block;
    padding: 22px 0px 0px;
}

.yacht-details-style2__left-list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.yacht-details-style2__left-list-item li+li {
    margin-top: 15px;
}

.yacht-details-style2__left-list-item li .text1 {
    position: relative;
    display: block;
    max-width: 215px;
    width: 100%;
}

.yacht-details-style2__left-list-item li .text1 p {
    color: var(--thm-black);
    font-weight: 500;
}

.yacht-details-style2__left-list-item li .text2 {
    position: relative;
    display: block;
}

.yacht-details-style2__left-list-item li .text2 p {
    margin: 0;
}




.yacht-details-style2__right {
    position: relative;
    display: block;
}

.yacht-details-style2__right .img-box1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.yacht-details-style2__right .img-box1 img {
    width: 100%;
}

.yacht-details-style2__right .content-box1 {
    position: relative;
    display: block;
    padding: 31px 0px 53px;
}

.yacht-details-style2__right .content-box1 .title {
    position: relative;
    display: block;
}

.yacht-details-style2__right .content-box1 .title h2 {
    font-size: 48px;
    line-height: 1.0em;
}

.yacht-details-style2__right .content-box1 .text {
    position: relative;
    display: block;
    padding-top: 13px;
}

.yacht-details-style2__right .content-box1 .text p {
    margin: 0;
}

.yacht-details-style2__right .content-box1 .text p+p {
    margin-top: 30px;
}



.yacht-details-style2__right .img-box2 {
    position: relative;
    display: block;
    overflow: hidden;
}

.yacht-details-style2__right .img-box2 img {
    width: 100%;
}

.yacht-details-style2__right .content-box2 {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 32px 0px 53px;
}

.yacht-details-style2__right .content-box2 .text {
    position: relative;
    display: block;
}

.yacht-details-style2__right .content-box2 .text p {
    margin: 0;
}

.yacht-details-style2__right .content-box2 .list-item {
    position: relative;
    display: block;
    padding-top: 33px;
}

.yacht-details-style2__right .content-box2 .list-item .title {
    position: relative;
    display: block;
}

.yacht-details-style2__right .content-box2 .list-item .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.yacht-details-style2__right .content-box2 .list-item ul {
    position: relative;
    display: block;
    padding-top: 12px;
}

.yacht-details-style2__right .content-box2 .list-item ul li {
    position: relative;
    display: block;
    padding-left: 20px;
}

.yacht-details-style2__right .content-box2 .list-item ul li+li {
    margin-top: 10px;
}

.yacht-details-style2__right .content-box2 .list-item ul li .box {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6A6A6A;
}

.yacht-details-style2__right .content-box2 .list-item ul li p {
    margin: 0;
}



.yacht-details-style2__right-form {
    position: relative;
    display: block;
    padding-top: 91px;
}

.yacht-details-style2__right-form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.yacht-details-style2__right-form .inner-title h3 {
    font-size: 48px;
    line-height: 1.0em;
}

.yacht-details-style2__right-form form {
    position: relative;
    display: block;
}

.yacht-details-style2__right-form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.yacht-details-style2__right-form form .input-box {
    position: relative;
    display: block;
}

.yacht-details-style2__right-form form input[type="text"],
.yacht-details-style2__right-form form input[type="email"],
.yacht-details-style2__right-form form textarea {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    width: 100%;
    height: 50px;
    color: #6A6A6A;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.yacht-details-style2__right-form form textarea {
    height: 170px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.yacht-details-style2__right-form form input[type="text"]:focus,
.yacht-details-style2__right-form form input[type="email"]:focus,
.yacht-details-style2__right-form form textarea:focus {
    border-color: var(--thm-primary-color);
}

.yacht-details-style2__right-form form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea::-webkit-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea:-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea::-moz-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form textarea:-ms-input-placeholder {
    color: #6A6A6A;
}

.yacht-details-style2__right-form form button {
    position: relative;
    margin-top: 10px;
}



/*
=============================================
    Yacht Details Style3 Css
=============================================
*/
.yacht-details-style3 {
    padding: 120px 0px 120px;
}

.yacht-details-style3__img {
    position: relative;
    display: block;
}

.yacht-details-style3__img img {
    width: 100%;
}

.yacht-details-style3__img .overlay-content {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0px;
    bottom: 0px;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.05);
    padding: 27px 30px 28px;
    z-index: 5;
}

.yacht-details-style3__img .overlay-content .left {
    position: relative;
    display: block;
}

.yacht-details-style3__img .overlay-content .left h2 {
    font-size: 40px;
    line-height: 1.0em;
    margin-bottom: 5px;
}

.yacht-details-style3__img .overlay-content .left p {
    color: var(--thm-black);
    text-transform: uppercase;
}

.yacht-details-style3__img .overlay-content .right {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 140px;
}

.yacht-details-style3__img .overlay-content .right .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 15px;
}

.yacht-details-style3__img .overlay-content .right h3 {
    font-size: 24px;
    line-height: 34px;
}



.yacht-details-style3__yacht-info {
    position: relative;
    display: block;
    padding-top: 52px;
}

.yacht-details-style3__yacht-info .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.yacht-details-style3__yacht-info .inner-title h2 {
    font-size: 40px;
    line-height: 1.0em;
}

.yacht-details-style3__yacht-info-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--thm-border-color);
    padding: 15px 25px 15px;
    margin-bottom: 30px;
}

.yacht-details-style3__yacht-info-single .text {
    position: relative;
    display: block;
}

.yacht-details-style3__yacht-info-single .text p {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.yacht-details-style3__yacht-info-single p {
    color: var(--thm-black);
}



.yacht-details-style3__yacht-info .text-box {
    position: relative;
    display: block;
    padding-top: 2px;
}

.yacht-details-style3__yacht-info .text-box p {
    margin: 0;
}

.yacht-details-style3__yacht-info .text-box p+p {
    margin-top: 30px;
}



.yacht-details-style3__facilities {
    position: relative;
    display: block;
    padding-top: 45px;
}

.yacht-details-style3__facilities .inner-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.yacht-details-style3__facilities .inner-title h2 {
    font-size: 40px;
    line-height: 1.0em;
    margin-bottom: 10px;
}

.yacht-details-style3__facilities .inner-title p {
    margin: 0;
}

.yacht-details-style3__facilities-single {
    position: relative;
    display: block;
    padding-top: 30px;
}

.yacht-details-style3__facilities-single .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 30px;
    line-height: 0;
    margin: 0 auto;
    z-index: 1;
}

.yacht-details-style3__facilities-single .content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-border-color);
    padding: 44px 50px 23px;
    z-index: -1;
}

.yacht-details-style3__facilities-single .content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 2px;
}

.yacht-details-style3__facilities-single .content p {
    margin: 0;
}

.yacht-details-style3__facilities .text-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

.yacht-details-style3__facilities .text-box p {
    margin: 0;
}



/*** 
=============================================
    Tour Details Style1      
=============================================
***/
.tour-details-style1 {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.tour-details-style1__top {
    position: relative;
    display: block;
}

.tour-details-style1__top .row {
    --bs-gutter-x: 10px;
}

.tour-details-single-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.tour-details-single-img-box img {
    width: 100%;
}




.tour-details-style1__video {
    position: relative;
    display: block;
}

.tour-details-style1__video .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-details-style1__video .inner img {
    width: 100%;
}

.tour-details-style1__video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tour-details-style1__video .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 25px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.tour-details-style1__video .video-popup:hover {
    color: var(--thm-white);
    background-color: var(--thm-black);
}

.tour-details-style1__video .video-popup::after,
.tour-details-style1__video .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.tour-details-style1__video .video-popup::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


.tour-details-style1__inner {
    position: relative;
    display: block;
}

.tour-details-style1__content {
    position: relative;
    display: block;
    padding-top: 18px;
}

.tour-details-style1__content .meta-box {
    position: relative;
    display: block;
}

.tour-details-style1__content .meta-box ul {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-style1__content .meta-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--thm-font);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tour-details-style1__content .meta-box ul li.color {
    color: var(--thm-black);
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: capitalize;
}

.tour-details-style1__content .meta-box ul li.color span {
    color: #FFC107;
}

.tour-details-style1__content .meta-box ul li+li {
    margin-left: 40px;
}

.tour-details-style1__content .meta-box ul li span {
    font-size: 16px;
    margin-right: 6px;
}

.tour-details-style1__content .title-box {
    position: relative;
    display: block;
    padding-top: 21px;
}

.tour-details-style1__content .title-box h2 {
    font-size: 42px;
    line-height: 1.0em;
}



.tour-details-info-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.06);
    padding: 30px 25px 30px;
    margin-top: 22px;
}

.tour-details-info-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-details-info-box ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-info-box ul li+li {
    margin-left: 0;
}

.tour-details-info-box ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary-color);
    font-size: 22px;
    width: 50px;
    height: 50px;
    background-color: #F9F9F9;
}

.tour-details-info-box ul li .text {
    position: relative;
    display: block;
    padding-left: 10px;
}

.tour-details-info-box ul li .text p {
    font-size: 14px;
    line-height: 14px;
}

.tour-details-info-box ul li .text h3 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--thm-font);
    font-weight: 500;
    margin-top: 5px;
}



.tour-details-text-box1 {
    position: relative;
    display: block;
    padding-top: 34px;
}

.tour-details-text-box1 h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
}

.tour-details-text-box1 p {
    margin: 0;
}



.tour-details-text-box2 {
    position: relative;
    display: block;
    padding-top: 47px;
}

.tour-details-text-box2 .inner-title {
    position: relative;
    display: block;
}

.tour-details-text-box2 .inner-title h3 {
    font-size: 28px;
    line-height: 30px;
}

.tour-details-text-box2 .inner-content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.tour-details-text-box2 .inner-content::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    bottom: 6px;
    width: 1px;
    background-color: var(--thm-border-color);
    margin-left: -85px;
}

.tour-details-text-box2 .inner-content .row {
    --bs-gutter-x: 0px;
}

.tour-details-text-box2 .inner-content .left-text {
    position: relative;
    display: block;
}

.tour-details-text-box2 .inner-content .left-text ul {
    position: relative;
    display: block;
}

.tour-details-text-box2 .inner-content .left-text ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-text-box2 .inner-content .left-text ul li+li {
    margin-top: 18px;
}

.tour-details-text-box2 .inner-content .left-text ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.tour-details-text-box2 .inner-content .left-text.color ul li .icon {
    color: #FF1D26;
    font-size: 10px;
    margin-top: 1px;
}

.tour-details-text-box2 .inner-content .left-text ul li p {
    position: relative;
    flex: 1;
    margin: 0;
}



.tour-details-text-box3 {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 53px 0px 58px;
}

.tour-details-text-box3 .inner-title {
    position: relative;
    display: block;
    padding-bottom: 12px;
}

.tour-details-text-box3 .inner-title h3 {
    font-size: 28px;
    line-height: 38px;
}

.tour-details-text-box3 .text {
    position: relative;
    display: block;
}

.tour-details-text-box3 .text p {
    position: relative;
    flex: 1;
    margin-top: 0;
}

.tour-details-text-box3 ul {
    position: relative;
    display: block;
    padding-top: 26px;
}

.tour-details-text-box3 ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-details-text-box3 ul li+li {
    margin-top: 15px;
}

.tour-details-text-box3 ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 8px;
}

.tour-details-text-box3 ul li p {
    margin: 0;
}



.tour-plans-box {
    position: relative;
    display: block;
    padding-top: 59px;
}

.tour-plans-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.tour-plans-box .inner-title h3 {
    font-size: 28px;
    line-height: 30px;
}



.total-review-box {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color);
    padding: 60px 0px 0px;
    margin: 60px 0px 0px;
}

.total-review-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.total-review-box .title h3 {
    font-size: 28px;
    line-height: 30px;
}

.total-review-box__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.06);
    padding: 32px 0px 33px;
    padding-right: 30px;
}

.total-review-box__inner .left-box {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.total-review-box__inner .left-box .point {
    position: relative;
    display: block;
    padding-bottom: 3px;
}

.total-review-box__inner .left-box .point h2 {
    color: var(--thm-primary-color);
    font-size: 42px;
    line-height: 1.0em;
}

.total-review-box__inner .left-box .icon {
    position: relative;
    display: block;
    color: #FFC844;
    font-size: 20px;
    line-height: 0;
}

.total-review-box__inner .left-box .text {
    position: relative;
    display: block;
    padding-top: 9px;
}

.total-review-box__inner .left-box .text p {
    color: var(--thm-black);
    line-height: 30px;
}

.total-review-box__inner .left-box .text span {
    font-size: 20px;
}



.total-review-box__inner .right-box {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
}


.total-review-box__inner .right-box .progress-levels {
    margin-top: 0;
}

.total-review-box__inner .right-box .progress-levels .left {
    position: relative;
    display: block;
    max-width: 110px;
    width: 100%;
}

.total-review-box__inner .right-box .progress-levels .left p {
    margin: 0;
}

.total-review-box__inner .right-box .progress-levels li+li {
    margin-top: 10px;
}

.total-review-box__inner .right-box .progress-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.total-review-box__inner .right-box .progress-box .inner.count-box.counted {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.total-review-box__inner .right-box .progress-box .bar {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.total-review-box__inner .right-box .progress-box .bar .bar-innner {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 4px;
    background-color: #E2E2E2;
    border-radius: 2px;
}

.total-review-box__inner .right-box .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 4px;
    border-radius: 4px;
    transition: all 2000ms ease 300ms;
    background: var(--thm-primary-color);
}


.total-review-box__inner .right-box .progress-levels .right {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
    text-align: right;
}

.total-review-box__inner .right-box .progress-levels .right p {
    margin: 0;
}




.add-review-box {
    position: relative;
    display: block;
    padding-top: 60px;
}

.single-add-review {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 25px;
}

.single-add-review.style2 {
    margin-left: 110px;
}

.single-add-review__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.single-add-review__img img {
    width: 100%;
    border-radius: 50%;
}

.single-add-review__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-border-color);
    padding: 31px 29px 22px;
}

.single-add-review__content-top {
    position: relative;
    display: block;
}

.single-add-review__content-top .athor-box {
    position: relative;
    display: block;
}

.single-add-review__content-top .athor-box h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-add-review__content-top .athor-box p {
    font-size: 14px;
}

.single-add-review__content-top .text {
    position: relative;
    display: block;
    padding-top: 14px;
}

.single-add-review__content-top .text p {
    margin: 0;
}

.single-add-review__content-top .replay {
    position: absolute;
    top: 0px;
    right: 0px;
}

.single-add-review__content-top .replay a {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: var(--thm-primary-color);
    padding: 0px 20px 0px;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 40px;
    font-family: var(--thm-font);
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-add-review__content-top .replay a:hover {
    border-radius: 4px;
}

.single-add-review__content-top .replay a i {
    margin-right: 10px;
    line-height: 0px;
}


.single-add-review__content-bottom {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color);
    padding-top: 23px;
    margin-top: 22px;
}

.single-add-review__content-bottom ul {
    position: relative;
    display: flex;
    align-items: center;
}

.single-add-review__content-bottom ul+ul {
    margin-top: 12px;
}

.single-add-review__content-bottom ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.single-add-review__content-bottom ul li+li {
    margin-left: 50px;
}

.single-add-review__content-bottom ul li .text {
    position: relative;
    display: block;
}

.single-add-review__content-bottom ul li .text p {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.single-add-review__content-bottom ul li .rating {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.single-add-review__content-bottom ul li .rating i {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #FFC844;
    font-size: 14px;
    line-height: 14px;
}

.single-add-review__content-bottom ul li .rating i+i {
    margin-left: 5px;
}




.yacht-details-style1__left-form--style2 {
    border-top: 1px solid var(--thm-border-color);
    padding-top: 55px;
    margin-top: 60px;
}

.yacht-details-style1__left-form--style2 .inner-title {
    padding-bottom: 10px;
}

.yacht-details-style1__left-form form .rating-box1 ul {
    justify-content: normal;
}

.yacht-details-style1__left-form form .rating-box1 ul+ul {
    margin-top: 10px;
}



.tour-details-style1__sidebar {
    position: relative;
    display: block;
    margin-left: 20px;
}



/*** 
=============================================
    Tour Plan Style1     
=============================================
***/
.tour-plan-style1 {
    padding: 113px 0px 120px;
}

.tour-plan-style1__top {
    position: relative;
    display: block;
}

.tour-plan-style1__top .inner-title {
    position: relative;
    display: block;
    padding-bottom: 49px;
}

.tour-plan-style1__top .inner-title h2 {
    font-size: 60px;
    line-height: 1.0em;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
    padding: 9px 35px 9px;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li:hover::before,
.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li.active-btn-item::before {
    background: var(--thm-primary-color);
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li h4 {
    color: var(--thm-primary-color);
    text-transform: capitalize;
}

.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li:hover h4,
.tour-plan-style1__top .yacht-tour-style1__tab-btn ul li.active-btn-item h4 {
    color: var(--thm-white) !important;
}



.yacht-tour-style1__form--style2 {
    position: relative;
    display: block;
}

.yacht-tour-style1__form--style2 form ul {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-white);
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.08);
}

.yacht-tour-style1__form--style2 form ul li+li {
    margin-left: 0px;
}

.yacht-tour-style1__form--style2 form ul li.form-group {
    margin-bottom: 0px;
}

.yacht-tour-style1__form--style2 form input[type="text"] {
    border: 0px solid;
    border-left: 1px solid #efefef;
    background-color: var(--thm-white);
    color: var(--thm-black);
    height: 40px;
}

.yacht-tour-style1__form--style2 form input[type="text"]:focus {
    border-color: none;
}

.yacht-tour-style1__form--style2 form .nice-select {
    color: var(--thm-black);
    line-height: 38px;
    background-color: var(--thm-white);
    border: 0px solid;
    border-left: 1px solid #efefef;
    height: 40px;
}

.yacht-tour-style1__form--style2 form .nice-select:focus {
    border-color: none;
}

.yacht-tour-style1__form--style2 form .nice-select::after {
    border-bottom: 2px solid var(--thm-black);
    border-right: 2px solid var(--thm-black);
    opacity: 0.40;
}

.yacht-tour-style1__form--style2 form ul li.btn-box {
    width: 210px;
}

.yacht-tour-style1__form--style2 form ul li.btn-box button.btn-one {
    line-height: 70px;
}




.tour-plan-style1__inner {
    position: relative;
    display: block;
    padding-top: 40px;
}

.tour-plan-style1__sidebar {
    position: relative;
    display: block;
    margin-right: 30px;
}

.tour-plan__sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.tour-plan__sidebar-single .title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 20px;
}

.tour-plan__sidebar-single .title h3 {
    font-size: 28px;
    line-height: 38px;
}


.recommended-sidebar-content {
    position: relative;
    display: block;
}

.recommended-sidebar-content .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.recommended-sidebar-content .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.recommended-sidebar-content:hover .img-box::before {
    opacity: 1;
}

.recommended-sidebar-content .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.recommended-sidebar-content:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.recommended-sidebar-content .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    padding: 22px 30px 20px;
}

.recommended-sidebar-content .content-box .title1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recommended-sidebar-content .content-box .title1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.recommended-sidebar-content .content-box .title1 h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.recommended-sidebar-content .content-box .title1 h3 a:hover {
    color: var(--thm-primary-color);
}

.recommended-sidebar-content .content-box .time {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
}

.recommended-sidebar-content .content-box .time .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
}

.recommended-sidebar-content .content-box .time p {
    margin: 0;
}





.top-attraction-sidebar-content {
    position: relative;
    display: block;
}

.top-attraction-sidebar-content .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.top-attraction-sidebar-content .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.top-attraction-sidebar-content:hover .img-box::before {
    opacity: 1;
}

.top-attraction-sidebar-content .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.top-attraction-sidebar-content:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.top-attraction-sidebar-content .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    padding: 22px 30px 20px;
}

.top-attraction-sidebar-content .content-box .title1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-attraction-sidebar-content .content-box .title1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.top-attraction-sidebar-content .content-box .title1 h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.top-attraction-sidebar-content .content-box .title1 h3 a:hover {
    color: var(--thm-primary-color);
}

.top-attraction-sidebar-content .content-box .time {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
}

.top-attraction-sidebar-content .content-box .time .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
}

.top-attraction-sidebar-content .content-box .time p {
    margin: 0;
}



.tour-plan__sidebar-offer {
    position: relative;
    display: block;
}

.tour-plan__sidebar-offer .title {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.tour-plan__sidebar-offer .title h3 {
    font-size: 28px;
    line-height: 38px;
}

.tour-plan__sidebar-offer-single {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.tour-plan__sidebar-offer-single .img {
    position: relative;
    display: block;
    margin-right: 21px;
    z-index: 1;
}

.tour-plan__sidebar-offer-single .img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour-plan__sidebar-offer-single .img .inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.tour-plan__sidebar-offer-single:hover .img .inner::before {
    opacity: 1;
}

.tour-plan__sidebar-offer-single .img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.tour-plan__sidebar-offer-single:hover .img .inner img {
    transform: scale(1.07) rotate(0deg);
}

.tour-plan__sidebar-offer-single .img .offer {
    position: absolute;
    top: 0;
    right: -12px;
    background-color: var(--thm-primary-color);
    padding: 0px 11px 0px;
    z-index: 3;
}

.tour-plan__sidebar-offer-single .img .offer::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 12px;
    height: 12px;
    background-color: #7e6547;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.tour-plan__sidebar-offer-single .img .offer p {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 26px;
}



.tour-plan__sidebar-offer-single .content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    margin-left: -51px;
    padding: 26px 30px 22px;
    padding-right: 30px;
}

.tour-plan__sidebar-offer-single .content h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

.tour-plan__sidebar-offer-single .content h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tour-plan__sidebar-offer-single .content h3 a:hover {
    color: var(--thm-primary-color);
}

.tour-plan__sidebar-offer-single .content .time {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 4px;
}

.tour-plan__sidebar-offer-single .content .time .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 0;
    margin-right: 10px;
}

.tour-plan__sidebar-offer-single .content .time p {
    margin: 0;
}

.tour-plan__sidebar-offer-single h4 {
    font-size: 16px;
    line-height: 26px;
}

.tour-plan__sidebar-offer-single h4 del {
    color: var(--thm-body-font-color);
}





.tour-plan-style1__content {
    position: relative;
    display: block;
    padding-top: 8px;
}

.tour-plan-style1__tab {
    position: relative;
    display: block;
}

.tour-plan-style1__tab-btn {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.tour-plan-style1__tab-btn ul {
    position: relative;
    display: block;
}

.tour-plan-style1__tab-btn ul li {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}

.tour-plan-style1__tab-btn ul li+li {
    margin-left: 10px;
}

.tour-plan-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tour-plan-style1__tab-btn ul li:hover .icon,
.tour-plan-style1__tab-btn ul li.active-btn-item .icon {
    background-color: var(--thm-white);
    border-color: var(--thm-primary-color);
}

.tour-plan-style1__tab-btn ul li .icon img {
    width: auto;
}



.tour-plan-style1__tab .tabs-content-box {
    position: relative;
    display: block;
}

.tour-plan-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.tour-plan-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.tour-plan-style1__tab .tab-content-box-item .yacht-tour-style1-tab-content-box-item {
    opacity: 0;
}

.tour-plan-style1__tab .tab-content-box-item.tab-content-box-item-active .tour-plan-style1-tab-content-box-item {
    opacity: 1.0;
}



.single-tour-plan-style1 {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.single-tour-plan-style1 .img-box {
    position: relative;
    display: block;
}

.single-tour-plan-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-tour-plan-style1 .img-box .inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-tour-plan-style1:hover .img-box .inner::before {
    opacity: 1;
}

.single-tour-plan-style1 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-tour-plan-style1:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-tour-plan-style1 .img-box .overlay-content {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0px;
    right: 0;
    max-width: 650px;
    width: 100%;
    margin: 0 auto auto;
    background-color: var(--thm-white);
    padding: 21px 30px 26px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.single-tour-plan-style1:hover .img-box .overlay-content,
.single-tour-plan-style1.active .img-box .overlay-content {
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.04);
}

.single-tour-plan-style1 .img-box .overlay-content .left-box {
    position: relative;
    display: block;
    padding-right: 80px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box h3 {
    font-size: 24px;
    line-height: 34px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-tour-plan-style1 .img-box .overlay-content .left-box p {
    color: var(--thm-black);
}

.single-tour-plan-style1 .img-box .overlay-content .left-box .bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box .bottom .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 25px;
    line-height: 0;
    margin-right: 10px;
}

.single-tour-plan-style1 .img-box .overlay-content .left-box .bottom h3 {
    font-size: 24px;
    line-height: 34px;
}



.single-tour-plan-style1 .img-box .overlay-content .right-box {
    position: relative;
    display: block;
    border-left: 1px solid var(--thm-border-color);
    padding-left: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-tour-plan-style1:hover .img-box .overlay-content .right-box,
.single-tour-plan-style1.active .img-box .overlay-content .right-box {
    border-color: var(--thm-primary-color);
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .rating {
    position: relative;
    display: flex;
    align-items: center;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .rating i {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .rating i+i {
    margin-left: 5px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .reviews-box {
    position: relative;
    display: block;
    padding-top: 7px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .reviews-box p {
    margin: 0;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .reviews-box p span {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 9px;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .btn-box a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
    padding: 0px 20px 0px;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 38px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: -0.01em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-tour-plan-style1 .img-box .overlay-content .right-box .btn-box a:hover {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}



.single-list-tour-plan-style1 {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.single-list-tour-plan-style1 .row {
    --bs-gutter-x: 0px;
}

.single-list-tour-plan-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -24.2px;
    z-index: 1;
}

.single-list-tour-plan-style1 .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(181, 151, 113);
    background: linear-gradient(180deg, rgba(181, 151, 113, 0) 0%,
            rgba(181, 151, 113, 0.5298494397759104) 51%, rgba(181, 151, 113, 1) 80%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.single-list-tour-plan-style1:hover .img-box::before {
    opacity: 1;
}

.single-list-tour-plan-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-list-tour-plan-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}


.single-list-tour-plan-style1 .content-box {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.07);
    padding: 62px 30px 70px;
    margin-left: 25px;
    margin-right: -1px;
}

.single-list-tour-plan-style1 .content-box .top-box {
    position: relative;
    display: block;
    padding-bottom: 14px;
}

.single-list-tour-plan-style1 .content-box .top-box h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 9px;
}

.single-list-tour-plan-style1 .content-box .top-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-list-tour-plan-style1 .content-box .top-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-list-tour-plan-style1 .content-box .top-box p {
    color: var(--thm-black);
}

.single-list-tour-plan-style1 .content-box .top-box .bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 26px;
}

.single-list-tour-plan-style1 .content-box .top-box .bottom .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 25px;
    line-height: 0;
    margin-right: 10px;
}

.single-list-tour-plan-style1 .content-box .top-box .bottom h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.single-list-tour-plan-style1 .content-box .bottom-box {
    position: relative;
    display: block;
    border-top: 1px solid #6a6a6a;
    padding-top: 26px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-list-tour-plan-style1:hover .content-box .bottom-box,
.single-list-tour-plan-style1.active .content-box .bottom-box {
    border-color: var(--thm-border-color);
}

.single-list-tour-plan-style1 .content-box .bottom-box .rating {
    position: relative;
    display: flex;
    align-items: center;
}

.single-list-tour-plan-style1 .content-box .bottom-box .rating i {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 18px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .rating i+i {
    margin-left: 5px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .reviews-box {
    position: relative;
    display: block;
    padding-top: 14px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .reviews-box p {
    margin: 0;
}

.single-list-tour-plan-style1 .content-box .bottom-box .reviews-box p span {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
}

.single-list-tour-plan-style1 .content-box .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 29px;
}

.single-list-tour-plan-style1 .content-box .bottom-box .btn-box a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
    padding: 0px 30px 0px;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 58px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: -0.01em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-list-tour-plan-style1 .content-box .bottom-box .btn-box a:hover {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}





/*** 
=============================================
            Faq Form Style1     
=============================================
***/
.faq-form-style1 {
    background-color: #f9f9f9;
    padding: 120px 0px 120px;
}

.faq-form-style1 .container {
    max-width: 880px;
}

.faq-form-style1 form {
    position: relative;
    display: block;
}

.faq-form-style1 form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.faq-form-style1 form .input-box {
    position: relative;
    display: block;
}

.faq-form-style1 form input[type="text"],
.faq-form-style1 form input[type="email"],
.faq-form-style1 form textarea {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    width: 100%;
    height: 60px;
    color: #6A6A6A;
    font-size: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 500ms ease;
}

.faq-form-style1 form textarea {
    height: 195px;
    padding: 17px 25px 10px;
}

.faq-form-style1 form input[type="text"]:focus,
.faq-form-style1 form input[type="email"]:focus,
.faq-form-style1 form textarea:focus {
    border-color: var(--thm-primary-color);
}

.faq-form-style1 form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea::-webkit-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea:-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea::-moz-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form textarea:-ms-input-placeholder {
    color: #6A6A6A;
}

.faq-form-style1 form .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
}



/*** 
===========================
    Faq Style2 Css     
===========================
***/
.faq-style2 {
    padding: 120px 0px 120px;
}



/*** 
===========================
    About Us Css     
===========================
***/

.fact-counter-style1--style1 {
    position: relative;
}

.fact-counter-style1--style1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #f9f9f9;
}

.fact-counter-style1--style1 .fact-counter-style1__inner {
    background-color: var(--thm-primary-color);
    padding: 18.91px 0px 19.8px;
    box-shadow: none;
}

.fact-counter-style1--style1 .single-fact-counter-style1 .odometer-counting h2 {
    color: rgb(255, 255, 255, .15);
}

.fact-counter-style1--style1 .single-fact-counter-style1 .title h3 {
    color: var(--thm-white);
}

.fact-counter-style1--style1 .fact-counter-style1 ul li::before {
    background-color: rgb(255, 255, 255, .10);
}

.choose-style1--style1 {
    padding-top: 120px;
    z-index: 20;
}

.team-style1__shape4 {
    position: absolute;
    top: 135px;
    left: 0;
    opacity: .05;
}













































































































































/*** 
=============================================
    Coming Soon Page Style1      
=============================================
***/
.coming-soon-page-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.coming-soon-page-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    z-index: -1;
}

.coming-soon-page-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page-style1__content {
    position: relative;
    display: block;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.coming-soon-page-style1__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.coming-soon-page-style1__content .big-title {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 80px;
    line-height: 1.1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px var(--thm-white);
    word-spacing: 15px;
}

.timer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 57px 0 42px;
    z-index: 2;
}

.timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 170px;
    height: 170px;
    margin: 0px 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background-color: var(--thm-base);
    border-radius: 50%;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
    color: #ffffff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.timer-box .countdown-timer li span.timeRef {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 11px;
    font-family: var(--thm-font);
}

.coming-soon-page-style1__content .inner .text {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.coming-soon-page-style1__content .inner .text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}



.subscribe-box-style1 {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.subscribe-box-style1 form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-box-style1 form input[type="email"] {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    height: 70px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #ffffff !important;
    color: var(--thm-gray);
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease 0s;
    font-family: var(--thm-font);
}

.subscribe-box-style1 form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 195px;
    background: var(--thm-primary-color);
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1 !important;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form input[type="email"]:focus {
    color: var(--thm-black);
}

.subscribe-box-style1 form input[type="email"]:focus+button,
.subscribe-box-style1 form button:hover {
    color: var(--thm-black);
}

.subscribe-box-style1 form input::-webkit-input-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input::-moz-placeholder {
    color: #444444;
}

.subscribe-box-style1 form input:-ms-input-placeholder {
    color: #444444;
}





/*** 
=============================================
    Error Page Css      
=============================================
***/
.error-page {
    padding: 72px 0px 120px;
}

.error-page__content {
    position: relative;
    display: block;
}

.error-page__content .big-title {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 263px;
    line-height: 1.0em;
    font-weight: 900;
    font-family: var(--thm-font-2);
}

.error-page__content .title {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.error-page__content .title h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: var(--thm-font);
    font-weight: 500;
}

.error-page__content .text {
    position: relative;
    display: block;
}

.error-page__content .text p {
    margin: 0;
}

.error-page__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 43px;
}










/*** 
==========================
    Faq Page One Css      
==========================
***/
.faq-page-one {
    background-color: var(--thm-white);
    padding: 140px 0px 120px;
}

.faq-page-one__tab {
    position: relative;
    display: block;
}

.faq-page-one__content {
    position: relative;
    display: block;
    top: -5px;
}

.faq-page-one__tab-btn {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box li {
    position: relative;
    display: block;
}

.faq-page-one__content .tabs-button-box li+li {
    margin-top: 15px;
}

.faq-page-one__content .tabs-button-box li .title {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.faq-page-one__content .tabs-button-box li .title p {
    color: #a9a7a6;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-one__content .tabs-button-box li:hover .title p,
.faq-page-one__content .tabs-button-box li.active-btn-item .title p {
    color: var(--thm-black);
}

.faq-page-one__content .tabs-button-box li .title .icon {
    position: relative;
    display: block;
    opacity: 0;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    margin-left: 10px;
    transform: translateX(-20px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.faq-page-one__content .tabs-button-box li:hover .title .icon,
.faq-page-one__content .tabs-button-box li.active-btn-item .title .icon {
    opacity: 1;
    transform: translateX(0px);
}



.faq-page-one__content .question-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    background: linear-gradient(90deg, rgba(245, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 22px 25px 23px;
    padding-right: 0;
    margin-top: 51px;
}

.faq-page-one__content .question-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 70px;
    background-color: var(--thm-primary-color);
}

.faq-page-one__content .question-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 35px;
    line-height: 0px;
    top: 8px;
}

.faq-page-one__content .question-box .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.faq-page-one__content .question-box .title h5 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.faq-page-one__content .question-box .title p {
    margin: 0;
}

.faq-page-one__content .question-box .title p a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-one__content .question-box .title p a:hover {
    color: var(--thm-primary-color);
}



.faq-page-one__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-left: 0px;
}

.faq-page-one__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.faq-page-one__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.faq-page-one__tab .tab-content-box-item .faq-page-one__content-tab-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.faq-page-one__tab .tab-content-box-item.tab-content-box-item-active .faq-page-one__content-tab-item {
    opacity: 1;
    transform: translateY(0px);
}




/*** 
===================================
    Project Page One Css      
===================================
***/
.project-page-one {
    background-color: var(--thm-white);
    padding: 120px 0 120px;
}

.project-page-one .row {
    --bs-gutter-x: 0px;
}

.project-page-one .img-box .overlay-icon {
    flex-direction: column;
    transform: perspective(400px) scale(1.0) translateY(-40px);
}

.single-project-style1 .overlay-content {
    position: relative;
    display: block;
    margin-top: 30px;
    opacity: 0;
    transform: scale(0);
    text-align: center;
    padding: 0px 10px 0px;
    transition: all 900ms ease;
    z-index: 5;
}

.single-project-style1:hover .overlay-content {
    opacity: 1;
    transform: scale(1);
}

.single-project-style1 .overlay-content h2 {
    font-size: 32px;
    line-height: 40px;
}

.single-project-style1 .overlay-content h2 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .overlay-content h2 a:hover {
    color: var(--thm-black);
}

.single-project-style1 .overlay-content .btn-box {
    position: relative;
    display: block;
    padding-top: 23px;
}

.single-project-style1 .overlay-content .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
    letter-spacing: -0.01em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .overlay-content .btn-box a:hover {
    color: var(--thm-black);
}

.single-project-style1 .overlay-content .btn-box a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    height: 1px;
    background-color: var(--thm-white);
}



/*** 
===================================
    Project Page Two Css      
===================================
***/
.project-page-two {
    background-color: var(--thm-white);
    padding: 120px 0 110px;
}

.project-page-two .row {
    --bs-gutter-x: 10px;
}

.project-page-two .img-box .overlay-icon {
    flex-direction: column;
    transform: perspective(400px) scale(1.0) translateY(-40px);
}

.project-page-two .single-project-style1 {
    margin-bottom: 10px;
}



/*** 
===================================
    Pricing Style1 Style2 Css      
===================================
***/
.pricing-style1--style2 {
    position: relative;
}

.single-pricing-style1--style2 {
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
}

.single-pricing-style1--style2 .single-pricing-style1__top .title h3 {
    color: var(--thm-black);
}

.single-pricing-style1--style2 .single-pricing-style1__top .value-box p {
    color: var(--thm-black);
}



.single-pricing-style1--style2 .single-pricing-style1__middle li p {
    color: var(--thm-gray);
}






























/* Cursor */
.cursor {
    position: fixed;
    background-color: var(--thm-primary-color);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none;
}

.cursor::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    background-color: var(--thm-primary-color);
    opacity: 0.30;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    display: none;
}

.cursor-follower.active {
    opacity: 0.10;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 1;
}

/* Cursor End */






#ui-datepicker-div.ui-widget-content {
    background: var(--thm-white) none repeat scroll 0 0;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 999 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-black) none repeat scroll 0 0;
    border: 2px solid var(--thm-primary-color);
    border-radius: 0;
    color: var(--thm-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


/*--------------------------------------------------
# End Css 
----------------------------------------------------*/

/* Container Layout */
.main-header-style2__top-left {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #ffffff;
}

/* Individual Item Layout */
.header-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

/* Icon Styling */
.header-info-item i {
  color: #ffffff;
  font-size: 16px;
}

/* Link Styling */
.header-info-item a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
   font-size: 16px;
}

.header-info-item a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Separator Styling */
.header-separator {
  color: rgba(255, 255, 255, 0.4); /* Slightly muted white for a modern look */
  font-weight: 300;
  user-select: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .main-header-style2__top-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .header-separator {
    display: none; /* Hide separators on small screens */
  }
}
.ams-hero{
    position:relative;
    width:100%;
    aspect-ratio: 16 / 5.7;
    overflow:hidden;
    background:#0A1F44;
    isolation:isolate;
  }

  /* background-only track */
  .ams-hero__track{
    display:flex;
    width:100%;
    height:100%;
    will-change: transform;
  }
  .ams-slide{
    flex:0 0 100%;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
  }

  /* fixed overlay, sits above the sliding track */
  .ams-hero__overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg,
      rgba(10,19,68,0.86) 0%,
      rgba(10,19,68,0.62) 32%,
      rgba(10,19,68,0.28) 58%,
      rgba(10,19,68,0.08) 100%);
    pointer-events:none;
  }

  /* fixed content, identical over every slide */
  .ams-hero__content{
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    align-items:center;
    padding:0 6%;
  }
  .ams-hero__text{ max-width:620px; }
  .ams-hero__title{
    color:#ffffff;
    font-size: 50px;
    line-height:1.12;
    font-weight:800;
    margin:0 0 16px 0;
    letter-spacing:-0.5px;
  }
  .ams-hero__desc{
    color:#e7ebf5;
    font-size:clamp(13px, 1.05vw, 16px);
    line-height:1.6;
    margin:0 0 28px 0;
    max-width:480px;
  }
  .ams-hero__btns{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
  }
  /* Base Button Styling */
.ams-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              border-color 0.35s ease,
              color 0.35s ease;
}

/* Arrow Animation */
.ams-btn span {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.ams-btn:hover span {
  transform: translateX(6px);
}

.ams-btn:hover {
  transform: translateY(-3px);
}

/* 1. Primary Button - Liquid Gradient Sweep */
.ams-btn--primary {
  background: #2E6FD9;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(46, 111, 217, 0.25);
}

.ams-btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s ease;
}

.ams-btn--primary::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: rotate(25deg);
  transition: opacity 0.35s ease;
}

.ams-btn--primary:hover {
  box-shadow: 0 8px 25px rgba(46, 111, 217, 0.45);
}

.ams-btn--primary:hover::before {
  opacity: 1;
}

.ams-btn--primary:hover::after {
  animation: shine 0.85s ease-in-out forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* 2. Outline Button - Glass Reflection & Sweep */
.ams-btn--outline {
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.ams-btn--outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
}

.ams-btn--outline:hover {
  color: #0f172a;
  border-color: #ffffff;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.ams-btn--outline:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

  /* ============ FEATURE PANEL (bottom-right) ============ */
  .ams-features{
    position:absolute;
    right:6%;
    bottom:70px;
    z-index:3;
    display:flex;
    flex-direction:column;
    gap:12px;
    background:rgba(10,19,68,0.55);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.18);
    border-radius:12px;
    padding:16px 22px;
  }
  .ams-features__item{ display:flex; align-items:center; gap:12px; }
  .ams-features__icon{
    width:26px;
    height:26px;
    flex:0 0 26px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#2E6FD9;
    border-radius:50%;
  }
  .ams-features__icon svg{ width:15px; height:15px; }
  .ams-features__label{
    color:#ffffff;
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
    letter-spacing:0.2px;
  }

  /* ============ NAV ARROWS ============ */
  .ams-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:4;
    width:46px;
    height:46px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    background:rgba(255,255,255,0.92);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 18px rgba(10,19,68,0.35);
    transition:background .25s ease, transform .25s ease;
  }
  .ams-nav:hover{ background:#2E6FD9; transform:translateY(-50%) scale(1.07); }
  .ams-nav:hover svg path{ stroke:#ffffff; }
  .ams-nav svg{ width:18px; height:18px; }
  .ams-nav--prev{ left:22px; }
  .ams-nav--next{ right:22px; }

  /* ============ SHARED BAR STYLE (used by BOTH indicators and progress) ============ */
  .ams-track-bar{
    position:relative;
    width:52px;
    height:4px;
    background:rgba(255,255,255,0.32);
    border:none;
    border-radius:3px;
    cursor:pointer;
    overflow:hidden;
    padding:0;
  }
  .ams-track-bar span{
    position:absolute;
    left:0; top:0;
    height:100%;
    width:0%;
    background:#2E6FD9;
    border-radius:3px;
  }
  .ams-track-bar.is-active span{ animation:amsFill 5s linear forwards; }
  .ams-track-bar.is-done span{ width:100%; }
  .ams-track-bar--wide{
    width:100%;
    height:4px;
    cursor:default;
  }
  @keyframes amsFill{
    from{ width:0%; }
    to{ width:100%; }
  }

  /* INDICATORS row (separate element) */
  .ams-indicators{
    position:absolute;
    left:6%;
    bottom:26px;
    z-index:4;
    display:flex;
    gap:10px;
  }

  .ams-progress{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  z-index:4;
  padding:0;
  margin:0;
}
.ams-track-bar--wide{
  width:100%;
  height:4px;
  border-radius:0;
  cursor:default;
}

 /* ============ RESPONSIVE ============ */
@media (max-width: 991px){
  .ams-hero{ aspect-ratio: 4 / 2; }
  .ams-hero__content{
    align-items:flex-start;
    padding-top:60px;
    justify-content:center;
    text-align:center;
  }
  .ams-hero__text{ margin:0 auto; }
  .ams-hero__btns{ justify-content:center; }
  .ams-indicators{
    left:50%;
    transform:translateX(-50%);
    justify-content:center;
  }
  .ams-features{
    right:5%;
    left:5%;
    bottom:70px;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  .ams-features__label{ font-size:11.5px; }
}

@media (max-width: 600px){
  .ams-hero{ aspect-ratio: 3 / 2; }
  .ams-hero__content{
    justify-content:center;
    text-align:center;
    padding: 5%;
  }
  .ams-hero__text{ margin:0 auto; max-width:100%; }
  .ams-hero__title{ font-size:24px; }
  .ams-hero__desc{ font-size:13px; margin-left:auto; margin-right:auto; }
  .ams-hero__btns{ justify-content:center; }
  .ams-btn{ padding:11px 18px; font-size:12.5px; }
  .ams-nav{ width:38px; height:38px; }
  .ams-nav--prev{ left:12px; }
  .ams-nav--next{ right:12px; }
  .ams-features{
   display: none;
  }
  .ams-indicators{
    left:50%;
    transform:translateX(-50%);
    bottom:14px;
    justify-content:center;
  }
  /* .ams-track-bar{ width:34px; } */
}
 /* ============ FEATURE STRIP ============ */
  .ams-strip{
    background:#ffffff;
    padding:34px 0;
    border-bottom:1px solid rgba(10,19,68,0.08);
  }
  .ams-strip__item{
    display:flex;
    align-items:center;
    gap:16px;
    position:relative;
    padding-right:16px;
  }
  .ams-strip__item::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:40px;
    background:rgba(10,19,68,0.12);
  }
  .col-lg-3:last-child .ams-strip__item::after,
  .ams-strip__item--last::after{ display:none; }

  .ams-strip__icon{
    flex:0 0 58px;
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
    border:1.5px solid #0A1F44;
    transition:background .3s ease, transform .3s ease;
  }
  .ams-strip__icon svg{ width:26px; height:26px; transition:.3s ease; }
  .ams-strip__item:hover .ams-strip__icon{
    background:#2E6FD9;
    border-color:#2E6FD9;
    transform:translateY(-4px);
  }
  .ams-strip__item:hover .ams-strip__icon svg path,
  .ams-strip__item:hover .ams-strip__icon svg rect,
  .ams-strip__item:hover .ams-strip__icon svg circle{
    stroke:#ffffff;
  }

  .ams-strip__title{
    margin:0;
    font-size:20px;
    font-weight:800;
    color:#0A1F44;
    letter-spacing:0.2px;
    line-height:1.3;
  }
  .ams-strip__title span{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#6b7280;
    text-transform:uppercase;
    letter-spacing:0.5px;
    margin-top:2px;
  }

  @media (max-width: 991px){
    .ams-strip__item::after{ display:none; }
    .ams-strip__item{ padding-right:0; }
  }

  /* ============ ABOUT SECTION ============ */
  .ams-about{
    background:#f6f8fb;
    padding:30px 0;
  }
  .ams-about__media{
    position:relative;
    border-radius:12px;
    overflow:hidden;
  }
  .ams-about__img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:12px;
  }
  .ams-about__badge{
    position:absolute;
    left:24px;
    bottom:24px;
    background:#0A1F44;
    color:#ffffff;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 20px;
    border-radius:10px;
    box-shadow:0 10px 26px rgba(10,19,68,0.35);
  }
  .ams-about__badge strong{
    font-size:28px;
    font-weight:800;
    line-height:1;
    color:#2E6FD9;
  }
  .ams-about__badge span{
    font-size:12px;
    font-weight:600;
    line-height:1.35;
  }

  .ams-eyebrow{
    display:inline-block;
    margin:0 0 12px 0;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#2E6FD9;
    position:relative;
    padding-left:34px;
  }
  .ams-eyebrow::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:24px;
    height:2px;
    background:#2E6FD9;
  }

  .ams-about__heading{
    font-size:clamp(26px, 2.6vw, 36px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.2;
    margin:0 0 22px 0;
  }

  .ams-about__para{
    font-size:16px;
    line-height:1.85;
    color:#4b5563;
    text-align:justify;
    margin:0 0 18px 0;
  }
  .ams-about__para strong{
    color:#0A1F44;
    font-weight:700;
  }

  .ams-about__btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:14px;
    margin-top:12px;
    padding:15px 8px 15px 26px;
    background:#0A1F44;
    color:#ffffff;
    text-decoration:none;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.3px;
    overflow:hidden;
    isolation:isolate;
    transition:padding-right .35s ease, color .35s ease;
  }
  .ams-about__btn::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:#2E6FD9;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
  }
  .ams-about__btn:hover::before{ transform:scaleX(1); }
  .ams-about__btn-icon{
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .4s ease, background .4s ease;
  }
  .ams-about__btn-icon svg{ width:16px; height:16px; }
  .ams-about__btn:hover .ams-about__btn-icon{
    transform:translateX(4px) rotate(-45deg);
    background:rgba(255,255,255,0.25);
  }

  @media (max-width: 600px){
    .ams-about{ padding:56px 0; }
    .ams-about__para{ text-align:left; }
  }
 .ams-worldtime{
    background:#0A1F44;
    padding:30px 0;
    position:relative;
    overflow:hidden;
  }
  .ams-worldtime::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 12% 20%, rgba(46,111,217,0.18), transparent 40%),
      radial-gradient(circle at 88% 80%, rgba(46,111,217,0.15), transparent 40%);
    pointer-events:none;
  }
  .ams-worldtime__head{
    position:relative;
    text-align:center;
    /* max-width:640px; */
    margin:0 auto 52px auto;
  }
  .ams-worldtime .ams-eyebrow{
    display:inline-block;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#2E6FD9;
    margin:0 0 10px 0;
  }
  .ams-worldtime__heading{
    color:#ffffff;
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    line-height:1.25;
    margin:0 0 12px 0;
  }
  .ams-worldtime__sub{
    color:#ffffff;
    font-size:16px;
    margin:0;
  }

  .ams-worldtime__row{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:22px;
  }
  .ams-worldtime__row::before{
    content:"";
    position:absolute;
    left:6%;
    right:6%;
    top:56px;
    height:1px;
    background:repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 8px, transparent 8px 16px);
    z-index:0;
  }

  .ams-clock{
    position:relative;
    z-index:1;
    flex:0 1 150px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:22px 14px 20px 14px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.10);
    border-radius:16px;
    backdrop-filter:blur(6px);
    transition:transform .35s ease, background .35s ease, border-color .35s ease;
  }
  /* .ams-clock:nth-child(even){ transform:translateY(18px); } */
  .ams-clock:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,0.07);
    border-color:rgba(46,111,217,0.55);
  }
  .ams-clock:nth-child(even):hover{ transform:translateY(12px); }

  .ams-clock__face{
    width:86px;
    height:86px;
    margin-bottom:14px;
  }
  .ams-clock__svg{ width:100%; height:100%; }

  .ams-clock__ring-bg{
    fill:#0A1F44;
    stroke:rgba(255,255,255,0.12);
    stroke-width:3;
  }
  .ams-clock__ring-fg{
    fill:none;
    stroke:#2E6FD9;
    stroke-width:3;
    stroke-linecap:round;
    stroke-dasharray:351.86;
    stroke-dashoffset:351.86;
    transform:rotate(-90deg);
    transform-origin:60px 60px;
    transition:stroke-dashoffset 0.3s linear;
  }
  .ams-clock__ticks line{
    stroke:rgba(255,255,255,0.45);
    stroke-width:2;
    stroke-linecap:round;
  }
  .ams-clock__hand{
    stroke-linecap:round;
    transform-origin:60px 60px;
  }
  .ams-clock__hand--hour{ stroke:#ffffff; stroke-width:4; }
  .ams-clock__hand--min{ stroke:#ffffff; stroke-width:3; }
  .ams-clock__hand--sec{ stroke:#2E6FD9; stroke-width:1.6; }
  .ams-clock__pivot{ fill:#2E6FD9; }

  .ams-clock__digital{
    color:#ffffff;
    font-size:14.5px;
    font-weight:700;
    letter-spacing:0.5px;
    font-variant-numeric:tabular-nums;
    margin-bottom:6px;
  }
  .ams-clock__city{
    color:#ffffff;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0.6px;
  }
  .ams-clock__zone{
    color:#8f9ac0;
    font-size:11.5px;
    margin-top:2px;
  }

  @media (max-width: 991px){
    .ams-worldtime__row::before{ display:none; }
    .ams-clock:nth-child(even){ transform:none; }
    .ams-clock:nth-child(even):hover{ transform:translateY(-6px); }
    .ams-clock{ flex:0 1 30%; }
  }
  @media (max-width: 600px){
    .ams-clock{ flex:0 1 42%; padding:18px 10px 16px 10px; }
    .ams-clock__face{ width:72px; height:72px; }
  }
  .ams-products{ background:#f6f8fb; padding:30px 0; }

  .ams-products__head{
    text-align:center;
    /* max-width:640px; */
    margin:0 auto 46px auto;
  }
  .ams-products .ams-eyebrow{
    display:inline-block;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#2E6FD9;
    margin:0 0 10px 0;
  }
  .ams-products__heading{
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.25;
    margin:0 0 12px 0;
  }
  .ams-products__sub{
    color:#5b6478;
    font-size:16px;
    line-height:1.7;
    margin:0;
  }

  /* ============ CAROUSEL SHELL ============ */
  .ams-products__carousel{ position:relative; }
  .ams-products__viewport{ overflow:hidden; }
  .ams-products__track{
    display:flex;
    will-change:transform;
  }

  .ams-p-slide{
    flex:0 0 33.3333%;
    max-width:33.3333%;
    padding:0 12px;
    box-sizing:border-box;
  }

  /* ============ PRODUCT CARD ============ */
  .ams-p-card{
    background:#ffffff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 22px rgba(10,19,68,0.08);
    border:1px solid rgba(10,19,68,0.06);
    height:100%;
    display:flex;
    flex-direction:column;
    transition:transform .35s ease, box-shadow .35s ease;
  }
  .ams-p-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 34px rgba(10,19,68,0.16);
  }

  .ams-p-card__media{
    position:relative;
    height:190px;
    overflow:hidden;
  }
  .ams-p-card__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;
  }
  .ams-p-card:hover .ams-p-card__media img{ transform:scale(1.08); }

  .ams-p-card__tag{
    position:absolute;
    top:14px;
    left:14px;
    background:#0A1F44;
    color:#ffffff;
    font-size:12px;
    font-weight:800;
    letter-spacing:0.5px;
    padding:5px 12px;
    border-radius:20px;
    box-shadow:0 4px 12px rgba(10,19,68,0.35);
  }

  .ams-p-card__body{
    padding:20px 22px 22px 22px;
    display:flex;
    flex-direction:column;
    flex:1;
  }
  .ams-p-card__title{
    font-size:22px;
    font-weight:800;
    color:#0A1F44;
    margin:0 0 12px 0;
    line-height:1.3;
  }
  .ams-p-card__list{
    list-style:none;
    margin:0 0 18px 0;
    padding:0;
    flex:1;
  }
  .ams-p-card__list li{
    position:relative;
    padding-left:20px;
    font-size:16px;
    color:#5b6478;
    line-height:1.7;
  }
  .ams-p-card__list li::before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#2E6FD9;
  }

  .ams-p-card__btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:10px;
    align-self:flex-start;
    padding:9px 8px 9px 18px;
    border:1.5px solid #0A1F44;
    border-radius:50px;
    text-decoration:none;
    font-size:12.5px;
    font-weight:700;
    color:#0A1F44;
    overflow:hidden;
    isolation:isolate;
    transition:color .35s ease, border-color .35s ease;
  }
  .ams-p-card__btn::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:#2E6FD9;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
  }
  .ams-p-card__btn:hover{ color:#ffffff; border-color:#2E6FD9; }
  .ams-p-card__btn:hover::before{ transform:scaleX(1); }
  .ams-p-card__btn i{
    flex:0 0 26px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:rgba(10,19,68,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .4s ease, background .4s ease;
  }
  .ams-p-card__btn i svg{ width:12px; height:12px; }
  .ams-p-card__btn:hover i{
    background:rgba(255,255,255,0.25);
    transform:translateX(3px) rotate(-45deg);
  }
  .ams-p-card__btn:hover i svg path{ stroke:#ffffff; }

  /* ============ NAV ARROWS ============ */
  .ams-p-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
    width:48px;
    height:48px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(10,19,68,0.18);
    transition:background .25s ease, transform .25s ease;
  }
  .ams-p-nav:hover{ background:#2E6FD9; transform:translateY(-50%) scale(1.08); }
  .ams-p-nav:hover svg path{ stroke:#ffffff; }
  .ams-p-nav svg{ width:18px; height:18px; }
  .ams-p-nav--prev{ left:-22px; }
  .ams-p-nav--next{ right:-22px; }

  /* ============ INDICATORS ============ */
  .ams-products__indicators{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:38px;
  }
  .ams-products__dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:rgba(10,19,68,0.22);
    border:none;
    cursor:pointer;
    padding:0;
    transition:background .3s ease, transform .3s ease, width .3s ease;
  }
  .ams-products__dot.is-active{
    background:#2E6FD9;
    width:26px;
    border-radius:5px;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 991px){
    .ams-p-slide{ flex:0 0 100%; max-width:100%; }
    .ams-p-nav--prev{ left:6px; }
    .ams-p-nav--next{ right:6px; }
    .ams-p-nav{ width:40px; height:40px; }
  }
 .ams-cta{
    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    /* background-attachment:fixed; */
    padding:40px 0;
    overflow:hidden;
    isolation:isolate;
  }
  .ams-cta__overlay{
    position:absolute;
    inset:0;
    z-index:0;
    background:
      linear-gradient(180deg, rgba(10,19,68,0.88) 0%, rgba(10,19,68,0.80) 100%);
  }

  .ams-cta__content{
    position:relative;
    z-index:1;
    /* max-width:680px; */
    margin:0 auto;
    text-align:center;
  }

  .ams-eyebrow--light{
    display:inline-block;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#2E6FD9;
    margin:0 0 14px 0;
    padding-left:0;
  }
  .ams-eyebrow--light::before{ display:none; }

  .ams-cta__heading{
    color:#ffffff;
    font-size:clamp(26px, 3vw, 40px);
    font-weight:800;
    line-height:1.25;
    margin:0 0 18px 0;
  }

  .ams-cta__desc{
    color:#cfd6e8;
    font-size:16px;
    line-height:1.75;
    margin:0 auto 38px auto;
    max-width:540px;
  }

  .ams-cta__actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex-wrap:wrap;
  }

  /* ---- Call Now ---- */
  .ams-cta__call{
    display:inline-flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    padding:8px 22px 8px 8px;
    border-radius:50px;
    border:1.5px solid rgba(255,255,255,0.28);
    background:rgba(255,255,255,0.06);
    transition:border-color .3s ease, background .3s ease, transform .3s ease;
  }
  .ams-cta__call:hover{
    border-color:#2E6FD9;
    background:rgba(46,111,217,0.14);
    transform:translateY(-2px);
  }
  .ams-cta__call-icon{
    flex:0 0 46px;
    width:46px;
    height:46px;
    border-radius:50%;
    background:#2E6FD9;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
  }
  .ams-cta__call-icon::before{
    content:"";
    position:absolute;
    inset:-5px;
    border-radius:50%;
    border:1.5px solid rgba(46,111,217,0.55);
    animation:amsPulse 2.2s ease-out infinite;
  }
  .ams-cta__call-icon svg{ width:19px; height:19px; }
  @keyframes amsPulse{
    0%{ transform:scale(1); opacity:1; }
    100%{ transform:scale(1.45); opacity:0; }
  }
  .ams-cta__call-text{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    line-height:1.3;
  }
  .ams-cta__call-text small{
    color:#a9b3cc;
    font-size:11.5px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;
  }
  .ams-cta__call-text strong{
    color:#ffffff;
    font-size:16px;
    font-weight:800;
    letter-spacing:0.3px;
  }

  /* ---- Contact Us button ---- */
  .ams-cta__btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:14px;
    padding:15px 8px 15px 26px;
    background:#ffffff;
    color:#0A1F44;
    text-decoration:none;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.3px;
    overflow:hidden;
    isolation:isolate;
    transition:color .35s ease;
  }
  .ams-cta__btn::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:#2E6FD9;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
  }
  .ams-cta__btn:hover{ color:#ffffff; }
  .ams-cta__btn:hover::before{ transform:scaleX(1); }
  .ams-cta__btn-icon{
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(10,19,68,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .4s ease, background .4s ease;
  }
  .ams-cta__btn-icon svg{ width:16px; height:16px; transition:.3s ease; }
  .ams-cta__btn:hover .ams-cta__btn-icon{
    background:rgba(255,255,255,0.2);
    transform:translateX(4px) rotate(-45deg);
  }
  .ams-cta__btn:hover .ams-cta__btn-icon svg path{ stroke:#ffffff; }

  @media (max-width: 768px){
    .ams-cta{ background-attachment:scroll; padding:70px 0; }
    .ams-cta__actions{ flex-direction:column; gap:16px; }
    .ams-cta__call, .ams-cta__btn{ width:100%; max-width:300px; justify-content:center; }
  }


/* ==========================================================================
   WHY CHOOSE US SECTION STYLES
   ========================================================================== */
.ams-why-us-section {
  background-color: #f8fafc;
}

/* Header Elements */
.ams-subtitle-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ams-subtitle-text {
  color: #2E6FD9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ams-subtitle-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #2E6FD9;
  border-radius: 2px;
}

.ams-main-heading {
  color: #0A1F44;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.ams-description {
  color: #556070;
  font-size: 16px;
  line-height: 1.6;
  max-width: 680px;
}

/* --- Left Column: Spotlight Box --- */
.ams-why-spotlight {
  background: linear-gradient(145deg, #0A1F44 0%, #06132b 100%);
  border-radius: 16px;
  padding: 36px 30px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(10, 31, 68, 0.15);
  position: relative;
  overflow: hidden;
}

.ams-spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #38bdf8;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  align-self: flex-start;
  margin-bottom: 20px;
}

.ams-spotlight-title {
  font-size: 25px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 14px;
}

.ams-spotlight-text {
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ams-spotlight-divider {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 20px 0;
}

.ams-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 10px;
}

.ams-stat-num {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #38bdf8;
  line-height: 1.1;
}

.ams-stat-label {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
  display: block;
}

/* --- Right Column: Feature Cards --- */
.ams-why-card {
  background: #ffffff;
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 14px;
  padding: 24px 26px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.35s ease;
  box-shadow: 0 4px 15px rgba(10, 31, 68, 0.03);
}

.ams-why-card:hover {
  transform: translateX(6px);
  border-color: rgba(46, 111, 217, 0.35);
  box-shadow: 0 12px 28px rgba(10, 31, 68, 0.08);
}

.ams-why-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 12px;
  background: #f0f5ff;
  color: #2E6FD9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.ams-why-card__icon svg {
  width: 28px;
  height: 28px;
}

.ams-why-card:hover .ams-why-card__icon {
  background: #2E6FD9;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(46, 111, 217, 0.3);
}

.ams-why-card__content {
  display: flex;
  flex-direction: column;
}

.ams-why-card__title {
  color: #0A1F44;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.35;
}

.ams-why-card__text {
  color: #556070;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

/* Responsive Handling */
@media (max-width: 991px) {
  .ams-why-card:hover {
    transform: translateY(-4px);
  }
}
 .ams-services{ background:#ffffff; padding:30px 0; }

  .ams-services__head{
    text-align:center;
    /* max-width:640px; */
    margin:0 auto 48px auto;
  }

  /* subtitle with flanking lines */
  .ams-line-eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 0 14px 0;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#2E6FD9;
  }
  .ams-line-eyebrow span{
    display:inline-block;
    width:32px;
    height:2px;
    background:#2E6FD9;
    position:relative;
  }
  .ams-line-eyebrow span::before{
    content:"";
    position:absolute;
    top:-2.5px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0A1F44;
  }
  .ams-line-eyebrow span:first-child::before{ right:-3px; }
  .ams-line-eyebrow span:last-child::before{ left:-3px; }

  .ams-services__heading{
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.25;
    margin:0 0 12px 0;
  }
  .ams-services__sub{
    color:#5b6478;
    font-size:16px;
    line-height:1.7;
    margin:0;
  }

  /* ============ SERVICE CARD ============ */
  .ams-svc-card{
    position:relative;
    height:100%;
    background:#f6f8fb;
    border-radius:16px;
    padding:38px 28px 30px 28px;
    text-align:center;
    overflow:hidden;
    isolation:isolate;
    transition:transform .35s ease, box-shadow .35s ease;
  }
  .ams-svc-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:#0A1F44;
    clip-path:circle(0% at 50% 0%);
    transition:clip-path .55s ease;
  }
  .ams-svc-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 36px rgba(10,19,68,0.16);
  }
  .ams-svc-card:hover::before{ clip-path:circle(150% at 50% 0%); }

  .ams-svc-card__num{
    position:absolute;
    top:16px;
    right:20px;
    font-size:13px;
    font-weight:800;
    color:rgba(10,19,68,0.18);
    letter-spacing:1px;
    transition:color .4s ease;
  }
  .ams-svc-card:hover .ams-svc-card__num{ color:rgba(255,255,255,0.35); }

  .ams-svc-card__icon{
    width:78px;
    height:78px;
    margin:0 auto 22px auto;
    border-radius:22px;
    background:linear-gradient(145deg, #0A1F44, #2E6FD9);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 22px rgba(10,19,68,0.28);
    transform:rotate(0deg);
    transition:transform .45s ease;
  }
  .ams-svc-card__icon svg{ width:36px; height:36px; }
  .ams-svc-card:hover .ams-svc-card__icon{ transform:rotate(-8deg) scale(1.05); }

  .ams-svc-card__title{
    font-size:22px;
    font-weight:800;
    color:#0A1F44;
    margin:0 0 12px 0;
    position:relative;
    display:inline-block;
    transition:color .4s ease;
  }
  .ams-svc-card__title::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-6px;
    width:0;
    height:2px;
    background:#2E6FD9;
    transform:translateX(-50%);
    transition:width .4s ease;
  }
  .ams-svc-card:hover .ams-svc-card__title{ color:#ffffff; }
  .ams-svc-card:hover .ams-svc-card__title::after{ width:38px; }

  .ams-svc-card__desc{
    font-size:16px;
    line-height:1.75;
    color:#5b6478;
    margin:14px 0 0 0;
    transition:color .4s ease;
  }
  .ams-svc-card:hover .ams-svc-card__desc{ color:#cfd6e8; }

  /* ============ VIEW ALL BUTTON ============ */
  .ams-services__cta{
    text-align:center;
    margin-top:48px;
  }
  .ams-view-all-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:14px;
    padding:15px 8px 15px 26px;
    background:#0A1F44;
    color:#ffffff;
    text-decoration:none;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.3px;
    overflow:hidden;
    isolation:isolate;
    transition:transform .3s ease;
  }
  .ams-view-all-btn::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:#2E6FD9;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
  }
  .ams-view-all-btn:hover{ transform:translateY(-2px); }
  .ams-view-all-btn:hover::before{ transform:scaleX(1); }
  .ams-view-all-btn i{
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .4s ease, background .4s ease;
  }
  .ams-view-all-btn i svg{ width:16px; height:16px; }
  .ams-view-all-btn:hover i{
    transform:translateX(4px) rotate(-45deg);
    background:rgba(255,255,255,0.25);
  }

  @media (max-width: 600px){
    .ams-services{ padding:56px 0; }
    .ams-svc-card{ padding:32px 22px 26px 22px; }
  }
 .ams-testi{ background:#f6f8fb; padding:30px 0; }

  .ams-testi__head{
    text-align:center;
    /* max-width:640px; */
    margin:0 auto 48px auto;
  }
  .ams-testi .ams-line-eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 0 14px 0;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#2E6FD9;
  }
  .ams-testi .ams-line-eyebrow span{
    display:inline-block;
    width:32px;
    height:2px;
    background:#2E6FD9;
    position:relative;
  }
  .ams-testi .ams-line-eyebrow span::before{
    content:"";
    position:absolute;
    top:-2.5px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0A1F44;
  }
  .ams-testi .ams-line-eyebrow span:first-child::before{ right:-3px; }
  .ams-testi .ams-line-eyebrow span:last-child::before{ left:-3px; }

  .ams-testi__heading{
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.25;
    margin:0 0 12px 0;
  }
  .ams-testi__sub{
    color:#5b6478;
    font-size:16px;
    line-height:1.7;
    margin:0;
  }

  /* ============ CAROUSEL SHELL ============ */
  .ams-testi__viewport{ overflow:hidden; }
  .ams-testi__track{
    display:flex;
    will-change:transform;
  }
  .ams-t-slide{
    flex:0 0 33.3333%;
    max-width:33.3333%;
    padding:26px 14px 0 14px;
    box-sizing:border-box;
  }

  /* ============ TESTIMONIAL CARD ============ */
  .ams-t-card{
    position:relative;
    background:#ffffff;
    border-radius:16px;
    padding:46px 26px 28px 26px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 26px rgba(10,19,68,0.08);
    border:1px solid rgba(10,19,68,0.06);
    transition:transform .35s ease, box-shadow .35s ease;
  }
  .ams-t-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(10,19,68,0.15);
  }

  .ams-t-card__quote{
    position:absolute;
    top:16px;
    right:20px;
    opacity:0.5;
  }
  .ams-t-card__quote svg{ width:26px; height:26px; }

  .ams-t-card__avatar{
    width:76px;
    height:76px;
    border-radius:50%;
    margin:-64px auto 18px auto;
    padding:4px;
    background:#ffffff;
    box-shadow:0 6px 18px rgba(10,19,68,0.22);
    border:2px solid #2E6FD9;
  }
  .ams-t-card__avatar img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    display:block;
  }

  .ams-t-card__text{
    font-size:16px;
    line-height:1.75;
    color:#4b5563;
    margin:0 0 18px 0;
  }

  .ams-t-card__stars{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    margin-bottom:14px;
  }
  .ams-t-card__stars svg{ width:15px; height:15px; }

  .ams-t-card__name{
    font-size:15px;
    font-weight:800;
    color:#0A1F44;
    margin:0;
    letter-spacing:0.2px;
  }

  /* ============ INDICATORS ============ */
  .ams-testi__indicators{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:38px;
  }
  .ams-testi__dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:rgba(10,19,68,0.22);
    border:none;
    cursor:pointer;
    padding:0;
    transition:background .3s ease, width .3s ease;
  }
  .ams-testi__dot.is-active{
    background:#2E6FD9;
    width:26px;
    border-radius:5px;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 991px){
    .ams-t-slide{ flex:0 0 100%; max-width:100%; padding:26px 10px 0 10px; }
  }
  /* ==============================================
   FOOTER ABOUT & SOCIAL MEDIA WIDGET STYLES
   ============================================== */

/* Justified About Us Text */
.footer-about-text {
  color: #cbd5e1; /* Clean high-contrast soft white */
  font-size: 16px;
  line-height: 1.65;
  text-align: justify; /* Justifies text cleanly */
  margin-top: 18px;
  font-family: var(--thm-font);
  margin-bottom: 24px;
}

/* Social Media Container */
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social-links li {
  display: inline-block;
}

/* Modern Minimalist White Icon Pill Button */
.footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08); /* Soft translucent white background */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Thin clean outline */
  color: #ffffff; /* Solid white icon color */
  font-size: 15px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  backdrop-filter: blur(4px);
}

/* Hover Animation Effect */
.footer-social-links a:hover {
  background: #ffffff; /* Turns solid white on hover */
  color: #0A1F44; /* Dark contrast color for icon on hover */
  border-color: #ffffff;
  transform: translateY(-4px); /* Smooth uplift */
  box-shadow: 0 8px 18px rgba(255, 255, 255, 0.25);
}
/* ==========================================================================
   FOOTER CONTACT WIDGET (CIRCLE ICON LAYOUT)
   ========================================================================== */

/* Main List Container */
.footer-widget-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

/* Individual Item Flex Row */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform 0.3s ease;
}

.footer-contact-item:hover {
  transform: translateX(4px);
}

/* Circle Icon Styling */
.contact-icon-circle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #38bdf8; /* Vibrant Accent Color */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  backdrop-filter: blur(4px);
  transition: all 0.35s ease;
}

.footer-contact-item:hover .contact-icon-circle {
  background: #2E6FD9;
  border-color: #2E6FD9;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(46, 111, 217, 0.35);
  transform: scale(1.05);
}

/* Label & Content Details */
.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-label {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.contact-value {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.contact-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #38bdf8;
}
/* ==========================================================================
   FOOTER TITLE ANIMATED BOTTOM LINE (PERFECT ALIGNMENT)
   ========================================================================== */

/* Widget Title Container Reset */
.single-footer-widget .title {
  /* margin-bottom: 25px !important; */
  position: relative;
  display: block;
}

/* Base Title Styling */
.single-footer-widget .title h3.ams-animated-title,
.ams-animated-title {
  position: relative !important;
  display: inline-block !important;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 12px !important;
  margin: 0 !important;
  line-height: 1.2;
}

/* Gray Track Line Under Title (::before) */
.ams-animated-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

/* Moving Blue Glowing Line (::after) */
.ams-animated-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5px; /* Aligns perfectly over track line */
  width: 35px;
  height: 3px;
  background: linear-gradient(90deg, #2E6FD9 0%, #38bdf8 100%);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.8);
  animation: titleLinePulse 3s infinite ease-in-out;
  transition: width 0.4s ease, left 0.4s ease;
}

/* Full Width Expansion on Hover */
.single-footer-widget:hover .ams-animated-title::after {
  animation: none;
  width: 100%;
  left: 0;
}

/* Keyframe for Smooth Back and Forth Animation */
@keyframes titleLinePulse {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 35px);
  }
  100% {
    left: 0;
  }
}
/* ==========================================================================
   FOOTER LINKS WITH ANIMATED ARROW ICON
   ========================================================================== */

.footer-widget-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

.footer-widget-links ul li {
  display: block;
}

.footer-widget-links ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1; /* Soft readable white */
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Arrow Icon Container */
.footer-widget-links .link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #2E6FD9; /* Primary accent color */
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), color 0.35s ease;
}

/* Text Container */
.footer-widget-links .link-text {
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover Effects */
.footer-widget-links ul li a:hover {
  color: #ffffff; /* Bright white text on hover */
}

/* Arrow Moves Right & Glows Sky Blue */
.footer-widget-links ul li a:hover .link-arrow {
  color: #38bdf8; /* Cyan accent color */
  transform: translateX(4px);
}

/* Subtle Text Shift for Alignment */
.footer-widget-links ul li a:hover .link-text {
  transform: translateX(2px);
}
 /* ============ SHARED EYEBROW (reused pattern) ============ */
  .ams-line-eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 0 14px 0;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#2E6FD9;
  }
  .ams-line-eyebrow span{
    display:inline-block;
    width:32px;
    height:2px;
    background:#2E6FD9;
    position:relative;
  }
  .ams-line-eyebrow span::before{
    content:"";
    position:absolute;
    top:-2.5px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0A1F44;
  }
  .ams-line-eyebrow span:first-child::before{ right:-3px; }
  .ams-line-eyebrow span:last-child::before{ left:-3px; }

  /* ============ PART 1: ABOUT INTRO ============ */
  .ams-abt{ background:#ffffff; padding:30px 0 30px 0; }
  .ams-abt__head{ text-align:center;  margin:0 auto 46px auto; }
  .ams-abt__heading{
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.28;
    margin:0;
  }

  .ams-abt__media{ position:relative; border-radius:12px; overflow:hidden; }
  .ams-abt__media img{ width:100%; height:100%; object-fit:cover; display:block; border-radius:12px; }
  .ams-abt__badge{
    position:absolute;
    left:24px;
    bottom:24px;
    background:#0A1F44;
    color:#ffffff;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 20px;
    border-radius:10px;
    box-shadow:0 10px 26px rgba(10,19,68,0.35);
  }
  .ams-abt__badge strong{ font-size:26px; font-weight:800; color:#2E6FD9; }
  .ams-abt__badge span{ font-size:12px; font-weight:600; line-height:1.35; }

  .ams-abt__para{
    font-size:16px;
    line-height:1.85;
    color:#4b5563;
    text-align:justify;
    margin:0 0 20px 0;
  }
  .ams-abt__para:last-child{ margin-bottom:0; }
  .ams-abt__para strong{ color:#0A1F44; font-weight:700; }

  /* ============ PART 2: MARQUEE ============ */
  .ams-marquee{
    background:#0A1F44;
    padding:26px 0;
    overflow:hidden;
  }
  .ams-marquee__track{
    display:flex;
    width:max-content;
    animation:amsMarqueeScroll 32s linear infinite;
  }
  .ams-marquee:hover .ams-marquee__track{ animation-play-state:paused; }
  .ams-marquee__group{ display:flex; align-items:center; flex-shrink:0; }
  @keyframes amsMarqueeScroll{
    from{ transform:translateX(0); }
    to{ transform:translateX(-50%); }
  }

  .ams-m-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:0 26px;
    position:relative;
    white-space:nowrap;
  }
  .ams-m-item::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:4px;
    height:4px;
    border-radius:50%;
    background:rgba(255,255,255,0.3);
  }
  .ams-m-item__icon{
    flex:0 0 34px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#2E6FD9;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .ams-m-item__icon svg{ width:25px; height:25px; }
  .ams-m-item__label{
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    letter-spacing:0.2px;
  }

  /* ============ PART 3: MISSION / VISION / CORE VALUES ============ */
  .ams-mvc{ background:#f6f8fb; padding:30px 0; }
  .ams-mvc__head{ text-align:center; margin:0 auto 48px auto; }
  .ams-mvc__heading{
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.25;
    margin:0 0 12px 0;
  }
  .ams-mvc__sub{ color:#5b6478; font-size:16px; line-height:1.7; margin:0; }

  .ams-mvc-card{
    position:relative;
    height:100%;
    background:#ffffff;
    border-radius:16px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 8px 24px rgba(10,19,68,0.08);
    border-top:4px solid #2E6FD9;
    transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  }
  .ams-mvc-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(10,19,68,0.16);
    border-color:#0A1F44;
  }
  .ams-mvc-card__icon{
    width:76px;
    height:76px;
    margin:0 auto 22px auto;
    border-radius:50%;
    background:linear-gradient(145deg, #0A1F44, #2E6FD9);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 22px rgba(10,19,68,0.25);
    transition:transform .4s ease;
  }
  .ams-mvc-card:hover .ams-mvc-card__icon{ transform:scale(1.08) rotate(6deg); }
  .ams-mvc-card__icon svg{ width:34px; height:34px; }
  .ams-mvc-card__title{
    font-size:22px;
    font-weight:800;
    color:#0A1F44;
    margin:0 0 12px 0;
  }
  .ams-mvc-card__desc{
    font-size:16px;
    line-height:1.8;
    color:#5b6478;
    margin:0;
  }

  @media (max-width: 600px){
    .ams-abt__para{ text-align:left; }
    .ams-abt{ padding:56px 0 46px 0; }
    .ams-mvc{ padding:56px 0; }
  }
  /* ==========================================================================
   LIGHT THEME PROCESS SECTION (30px Padding & Modern Layout)
   ========================================================================== */

.ams-process-light-section {
  background-color: #f8fafc; /* Crisp, clean light background */
  padding: 40px 0; /* Exact 30px section padding requested */
  position: relative;
}

/* Connecting Horizontal Line for Desktop */
.ams-process-light-track {
  position: absolute;
  top: 60px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, #2e6fd9 0%, #38bdf8 50%, #2e6fd9 100%);
  z-index: 1;
}

/* Base Card Styling */
.ams-process-light-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 16px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 4px 18px rgba(10, 31, 68, 0.04);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Subtle Vertical Staggering for Modern Asymmetric Feel (Desktop Only) */
@media (min-width: 992px) {
  .ams-card-offset {
    transform: translateY(16px);
  }
}

.ams-process-light-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 111, 217, 0.35);
  box-shadow: 0 12px 30px rgba(10, 31, 68, 0.1);
}

/* Card Header (Icon & Step Badge Row) */
.ams-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Step Pill Badge */
.ams-step-badge {
  background: #e0f2fe;
  color: #0284c7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid rgba(2, 132, 199, 0.2);
  transition: all 0.3s ease;
}

.ams-process-light-card:hover .ams-step-badge {
  background: #2e6fd9;
  color: #ffffff;
  border-color: #2e6fd9;
}

/* Icon Container Circle */
.ams-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #0a1f44;
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 6px 16px rgba(10, 31, 68, 0.15);
  transition: all 0.35s ease;
}

.ams-process-light-card:hover .ams-icon-wrapper {
  background: #2e6fd9;
  color: #ffffff;
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 8px 20px rgba(46, 111, 217, 0.3);
}

/* Card Typography */
.ams-card-title {
  color: #0a1f44;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.ams-card-desc {
  color: #556070;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   MOBILE & TABLET VIEW ADJUSTMENTS
   ========================================================================== */

@media (max-width: 991px) {
  .ams-process-light-section {
    padding: 24px 0;
  }

  .ams-process-light-card {
    padding: 20px 18px;
  }

  .ams-card-header {
    margin-bottom: 14px;
  }

  .ams-icon-wrapper {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .ams-card-title {
    font-size: 16.5px;
  }

  .ams-card-desc {
    font-size: 13px;
  }
}
/* ==========================================================================
   PURE SVG MAP STYLES
   ========================================================================== */

/* Water Label Styling */
.svg-sea-label {
  font-size: 11px;
  font-weight: 800;
  fill: #64748b;
  letter-spacing: 2px;
  opacity: 0.5;
}

/* Pins Base Properties */
.ams-port-pin {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.pin-dot {
  fill: #0284c7;
  stroke: #ffffff;
  stroke-width: 1.5px;
  transition: all 0.2s ease;
}

.pin-dot.major {
  fill: #0a1f44;
  stroke: #ffffff;
}

.pin-dot.main-hub {
  fill: #2e6fd9;
  stroke: #ffffff;
  stroke-width: 2px;
}

/* Pulsing Rings */
.pulse-ring {
  fill: rgba(56, 189, 248, 0.4);
  animation: svgPinPulse 2s infinite ease-in-out;
}

.pulse-ring.hub-ring {
  fill: rgba(46, 111, 217, 0.4);
}

@keyframes svgPinPulse {
  0% { transform: scale(0.8); opacity: 0.9; }
  50% { transform: scale(1.6); opacity: 0.2; }
  100% { transform: scale(0.8); opacity: 0.9; }
}

/* Map Labels Typography */
.label-left {
  font-size: 9.5px;
  font-weight: 600;
  fill: #334155;
  text-anchor: end;
}

.label-right {
  font-size: 9.5px;
  font-weight: 600;
  fill: #334155;
  text-anchor: start;
}

.hub-text {
  font-size: 10.5px;
  fill: #2e6fd9;
}

/* Interactive Hover States */
.ams-port-pin:hover .pin-dot {
  fill: #38bdf8;
  transform: scale(1.5);
}

.ams-port-pin:hover text {
  fill: #2e6fd9;
  font-weight: 800;
}

/* Tooltip Popup Box */
.ams-svg-tooltip {
  position: absolute;
  pointer-events: none;
  background: #0a1f44;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -120%);
  transition: opacity 0.2s ease;
  z-index: 10;
  white-space: nowrap;
}

.ams-svg-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #0a1f44 transparent;
  display: block;
  width: 0;
}
/* ==========================================================================
   CONTACT SECTION STYLES (NEAT, CLEAN & EVEN SPACING)
   ========================================================================== */

.ams-contact-section {
  background-color: #f8fafc;
}

/* Eyebrow Styling */
.ams-eyebrow {
  font-size: 12.5px;
  letter-spacing: 1.5px;
}

/* Circular Icon Containers */
.ams-circle-icon {
  width: 46px;
  height: 46px;
  background-color: #e0f2fe;
  color: #0284c7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.ams-contact-item:hover .ams-circle-icon {
  background-color: #0284c7;
  color: #ffffff;
  transform: translateY(-2px);
}

.ams-contact-item {
  padding: 8px 12px;
  border-radius: 12px;
  transition: background-color 0.2s ease;
}

.ams-contact-item:hover {
  background-color: #ffffff;
}

/* Social Media Buttons */
.ams-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.ams-social-btn:hover {
  background-color: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.25);
}

/* Input Fields & Icon Alignment */
.ams-form .input-group-text {
  border-radius: 10px 0 0 10px;
  border-color: #e2e8f0;
}

.ams-form .form-control {
  border-radius: 0 10px 10px 0;
  border-color: #e2e8f0;
  font-size: 14px;
  padding: 10px 14px;
  color: #1e293b;
  transition: all 0.2s ease;
}

.ams-form .form-control:focus {
  background-color: #ffffff !important;
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.ams-form .input-group:focus-within .input-group-text {
  background-color: #ffffff !important;
  border-color: #0284c7;
  color: #0284c7 !important;
}

/* Submit Button */
.ams-form .btn-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border: none;
  letter-spacing: 0.5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.ams-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35) !important;
}

/* Full Width Map */
.ams-map-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.ams-map-frame iframe {
  display: block;
}

/* Base Layout Styles */
.mega-menu-dropdown {
  position: relative;
}

/* ==========================================================================
   1. BASE STYLES & COMMON LAYOUT
   ========================================================================== */
.mega-menu-dropdown {
  position: relative;
}

.dropdown-header-wrap {
  width: 100%;
}

.dropdown-header-wrap .menu-link {
  text-decoration: none;
  font-weight: 600;
  padding: 10px 0;
  display: block;
  transition: color 0.2s ease;
}

.dropdown-toggler {
  background: transparent;
  border: none;
  padding: 5px 12px;
  cursor: pointer;
  outline: none;
  transition: transform 0.3s ease;
}

/* Rotate Chevron Icon when Submenu is Open */
.mega-menu-dropdown.is-open .dropdown-toggler i,
.dropdown-toggler.expanded i {
  transform: rotate(180deg);
}

/* Submenu Links Base Styling */
.dropdown-menu-custom a {
  display: block;
  padding: 8px 12px;
  font-size: 13.5px;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* ==========================================================================
   2. DESKTOP VIEW (Min-width: 992px)
   - Black Link & Arrow Text
   - Hover Mega-Menu Popup (2 Columns Side-by-Side)
   ========================================================================== */
/* ==========================================================================
   1. DESKTOP MEGA MENU STYLES (Min-width: 992px)
   Matches your theme's dropdown styles, pseudo-elements, & scale animations
   ========================================================================== */
@media (min-width: 992px) {
  /* Parent Nav Container */
  .main-menu .main-menu__list > li.mega-menu-dropdown,
  .stricky-header .main-menu__list > li.mega-menu-dropdown {
    position: relative;
  }

  /* Desktop Menu Box Container */
  .main-menu .main-menu__list > li > .dropdown-menu-custom,
  .stricky-header .main-menu__list > li > .dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: -100px;
    width: 570px; /* Comfortably holds two 300px columns */
    padding: 12px 10px;
    background-color: var(--thm-white);
    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    z-index: 99;
  }

  /* Dropdown Background Shadow Box */
  .main-menu .main-menu__list > li > .dropdown-menu-custom:before,
  .stricky-header .main-menu__list > li > .dropdown-menu-custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: -1;
  }

  /* Show Dropdown on Hover */
  .main-menu .main-menu__list > li:hover > .dropdown-menu-custom,
  .stricky-header .main-menu__list > li:hover > .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  /* List Items inside Columns */
  .dropdown-menu-custom ul li {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }

  /* Submenu Links Styling */
  .dropdown-menu-custom ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: var(--thm-black);
    font-weight: 600;
    padding: 10px 0;
    /* border-top: 1px solid var(--thm-border-color); */
    transition: all 500ms ease;
    font-family: var(--thm-font);
    text-transform: capitalize;
    text-decoration: none;
    z-index: 1;
  }

  /* Remove Border for First Item in Each Column */
  .dropdown-menu-custom .col-6 ul li:first-child a {
    border-top: none;
  }

  /* Theme Icomoon Icon on Hover */
  .dropdown-menu-custom ul li a:after {
    font-family: 'icomoon' !important;
    content: "\e931";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: var(--thm-primary-color);
    font-size: 16px;
    font-weight: 700;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 2;
  }

  /* Active Hover Interaction */
  .dropdown-menu-custom ul li:hover > a {
    color: var(--thm-primary-color);
    padding-left: 25px;
  }

  .dropdown-menu-custom ul li:hover > a:after {
    color: var(--thm-primary-color);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
  }
}

/* ==========================================================================
   2. MOBILE NAV RESPONSIVE OVERRIDES (Max-width: 991px)
   Stacks items 1-by-1 vertically and hides background/shadows
   ========================================================================== */

/* ==========================================================================
   3. MOBILE VIEW (Max-width: 991px)
   - White Link & Arrow Text for Dark Mobile Nav
   - Initially Hidden Submenu
   - Forced 1-by-1 Vertical Column Layout (Overrides .col-6)
   ========================================================================== */
@media (max-width: 991px) {
  /* White Colors for Dark Mobile Drawer Background */
  .dropdown-header-wrap .menu-link,
  .dropdown-toggler,
  .dropdown-toggler i {
    color: #ffffff !important;
  }

  /* Transparent Container without Box-Shadow/Borders */
  .dropdown-menu-custom {
    display: none; /* Managed by JS slideToggle() */
    position: static;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 6px 0 6px 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  /* CRITICAL FIX: Force Bootstrap row & columns to stack 1-by-1 vertically */
  .dropdown-menu-custom .row {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
  }

  .dropdown-menu-custom .row .col-6,
  .dropdown-menu-custom .row .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  /* Submenu Links Styling on Mobile */
  .dropdown-menu-custom a {
    color: #e2e8f0;
    padding: 9px 10px;
    white-space: normal; /* Prevents overflow if text is long */
  }

  .dropdown-menu-custom a:hover {
    color: #38bdf8;
    background-color: rgba(2, 132, 199, 0.08);
    padding-left: 16px;
  }
}
/* ==========================================================================
   DESKTOP COLUMN SEPARATOR (Min-width: 992px) - Vertical Line
   ========================================================================== */
@media (min-width: 992px) {
  /* Add vertical line to the right of Column 1 */
  .dropdown-menu-custom .row > div:first-child {
    border-right: 1px solid var(--thm-border-color);
    padding-right: 15px;
  }

  /* Add padding to the left of Column 2 */
  .dropdown-menu-custom .row > div:last-child {
    padding-left: 15px;
  }
}

/* ==========================================================================
   MOBILE COLUMN SEPARATOR (Max-width: 991px) - Horizontal Line
   ========================================================================== */
@media (max-width: 991px) {
  /* Replace vertical line with a horizontal divider on mobile */
  .dropdown-menu-custom .row > div:first-child {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); /* Subtle white divider line */
    padding-bottom: 8px !important;
    margin-bottom: 8px !important;
  }

  .dropdown-menu-custom .row > div:last-child {
    padding-left: 0 !important;
  }
}
.ams-line-eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 0 14px 0;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#2E6FD9;
  }
  .ams-line-eyebrow span{
    display:inline-block;
    width:32px;
    height:2px;
    background:#2E6FD9;
    position:relative;
  }
  .ams-line-eyebrow span::before{
    content:"";
    position:absolute;
    top:-2.5px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0A1F44;
  }
  .ams-line-eyebrow span:first-child::before{ right:-3px; }
  .ams-line-eyebrow span:last-child::before{ left:-3px; }

  /* ============ SECTION ============ */
  .ams-svcpage{ background:#ffffff; padding:30px 0; }
  .ams-svcpage__head{ text-align:center;  margin:0 auto 48px auto; }
  .ams-svcpage__heading{
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.25;
    margin:0 0 12px 0;
  }
  .ams-svcpage__sub{ color:#5b6478; font-size:14.5px; line-height:1.7; margin:0; }

  /* ============ HORIZONTAL BIG-ICON CARD ============ */
  .ams-svc2-card{
    position:relative;
    height:100%;
    display:flex;
    align-items:center;
    gap:22px;
    background:#f6f8fb;
    border-radius:14px;
    padding:30px 26px;
    border-left:4px solid transparent;
    overflow:hidden;
    transition:border-color .35s ease, background .35s ease, transform .35s ease, box-shadow .35s ease;
  }
  .ams-svc2-card:hover{
    border-left-color:#2E6FD9;
    background:#ffffff;
    transform:translateY(-6px);
    box-shadow:0 16px 34px rgba(10,19,68,0.14);
  }

  .ams-svc2-card__icon{
    flex:0 0 84px;
    width:84px;
    height:84px;
    border-radius:50%;
    clip-path:none;
    background:linear-gradient(145deg, #0A1F44, #2E6FD9);
    box-shadow:0 10px 22px rgba(46,111,217,0.28);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .4s ease, box-shadow .4s ease;
  }
  .ams-svc2-card:hover .ams-svc2-card__icon{
    transform:rotate(90deg) scale(1.05);
    box-shadow:0 14px 28px rgba(46,111,217,0.4);
  }
  .ams-svc2-card__icon svg{
    width: 55px;
    height:  55px;
    transition:transform .4s ease;
  }
  .ams-svc2-card:hover .ams-svc2-card__icon svg{ transform:rotate(-90deg); }

  .ams-svc2-card__body{ flex:1; padding-right:24px; min-width:0; }
  .ams-svc2-card__title{
    font-size: 19px;
    font-weight:800;
    color:#0A1F44;
    margin:0 0 8px 0;
    line-height:1.35;
  }
  .ams-svc2-card__desc{
    font-size:16px;
    line-height:1.7;
    color:#5b6478;
    margin:0;
  }

  .ams-svc2-card__num{
    position:absolute;
    right:16px;
    bottom:10px;
    font-size:28px;
    font-weight:800;
    color:rgba(10,19,68,0.06);
    line-height:1;
    transition:color .4s ease;
  }
  .ams-svc2-card:hover .ams-svc2-card__num{ color:rgba(46,111,217,0.15); }

  @media (max-width: 600px){
    .ams-svcpage{ padding:56px 0; }
    .ams-svc2-card{ padding:22px 20px; gap:16px; }
    .ams-svc2-card__icon{ flex:0 0 68px; width:68px; height:68px; }
    .ams-svc2-card__icon svg{ width:28px; height:28px; }
  }
   /* ============ SHARED EYEBROW ============ */
  .ams-line-eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 0 14px 0;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#2E6FD9;
  }
  .ams-line-eyebrow span{
    display:inline-block;
    width:32px;
    height:2px;
    background:#2E6FD9;
    position:relative;
  }
  .ams-line-eyebrow span::before{
    content:"";
    position:absolute;
    top:-2.5px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0A1F44;
  }
  .ams-line-eyebrow span:first-child::before{ right:-3px; }
  .ams-line-eyebrow span:last-child::before{ left:-3px; }
  .ams-line-eyebrow--light{ color:#7fa8ec; }
  .ams-line-eyebrow--light span{ background:#7fa8ec; }
  .ams-line-eyebrow--light span::before{ background:#ffffff; }
  .ams-line-eyebrow--left{ justify-content:flex-start; margin-bottom:12px; }

  /* ============ PART 1+2: INTRO ============ */
  .ams-pd{ background:#ffffff; padding:30px 0 74px 0; }
  .ams-pd__head{ text-align:center;  margin:0 auto 46px auto; }
  .ams-pd__heading{
    font-size:clamp(26px, 3vw, 38px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.2;
    margin:0 0 12px 0;
  }
  .ams-pd__sub{ color:#5b6478; font-size:16px; line-height:1.7; margin:0; }

  .ams-pd__media{ border-radius:14px; overflow:hidden; }
  .ams-pd__media img{ width:100%; height:100%; object-fit:cover; display:block; border-radius:14px; }

  .ams-pd__para{
    font-size:16px;
    line-height:1.85;
    color:#4b5563;
    text-align:justify;
    margin:0 0 20px 0;
  }
  .ams-pd__para:last-child{ margin-bottom:0; }
  .ams-pd__para strong{ color:#0A1F44; font-weight:700; }

  /* ============ PART 3: POINTS ============ */
  .ams-pd-points{ background:#f6f8fb; padding:30px 0; }
  .ams-pd-points__head{ text-align:center;  margin:0 auto 36px auto; }
  .ams-pd-points__heading{
    font-size:clamp(21px, 2.2vw, 28px);
    font-weight:800;
    color:#0A1F44;
    margin:0;
    line-height:1.3;
  }
  .ams-pd-point{
    display:flex;
    align-items:center;
    gap:12px;
    background:#ffffff;
    border-radius:10px;
    padding:14px 16px;
    height:100%;
    box-shadow:0 4px 14px rgba(10,19,68,0.06);
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .ams-pd-point:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 22px rgba(10,19,68,0.12);
  }
  .ams-pd-point__check{
    flex:0 0 26px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#2E6FD9;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .ams-pd-point__check svg{ width:13px; height:13px; }
  .ams-pd-point span:last-child{ font-size:14px; font-weight:700; color:#0A1F44; }

  /* ============ PART 4: BENEFITS (light theme) ============ */
  .ams-pd-benefits{ background:#ffffff; padding:30px 0; }
  .ams-pd-benefits__head{ text-align:center;  margin:0 auto 42px auto; }
  .ams-pd-benefits__heading{
    font-size:clamp(21px, 2.2vw, 28px);
    font-weight:800;
    color:#0A1F44;
    margin:0;
    line-height:1.3;
  }
  .ams-pd-benefit{
    text-align:center;
    padding:32px 20px;
    background:#f6f8fb;
    border-radius:14px;
    height:100%;
    border:1px solid rgba(10,19,68,0.06);
    transition:transform .35s ease, box-shadow .35s ease, background .35s ease;
  }
  .ams-pd-benefit:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 32px rgba(10,19,68,0.12);
    background:#ffffff;
  }
  .ams-pd-benefit__icon{
    width:64px;
    height:64px;
    margin:0 auto 18px auto;
    border-radius:50%;
    background:#ffffff;
    border:1.5px solid #0A1F44;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .35s ease, border-color .35s ease, transform .35s ease;
  }
  .ams-pd-benefit:hover .ams-pd-benefit__icon{
    background:#2E6FD9;
    border-color:#2E6FD9;
    transform:translateY(-4px);
  }
  .ams-pd-benefit:hover .ams-pd-benefit__icon svg path,
  .ams-pd-benefit:hover .ams-pd-benefit__icon svg rect,
  .ams-pd-benefit:hover .ams-pd-benefit__icon svg circle{ stroke:#ffffff; }
  .ams-pd-benefit__icon svg{ width:26px; height:26px; }
  .ams-pd-benefit__title{
    font-size:22px;
    font-weight:800;
    color:#0A1F44;
    margin:0 0 8px 0;
  }
  .ams-pd-benefit__desc{
    font-size:16px;
    line-height:1.7;
    color:#5b6478;
    margin:0;
  }

  /* ============ PART 5: CTA ============ */
  .ams-pd-cta{ background:#f6f8fb; padding: 30px 0; }
  .ams-pd-cta__box{
    background:#0A1F44;
    border-radius:18px;
    padding:48px 44px;
  }
  .ams-pd-cta__heading{
    color:#ffffff;
    font-size:clamp(21px, 2.2vw, 28px);
    font-weight:800;
    line-height:1.3;
    margin:0 0 12px 0;
  }
  .ams-pd-cta__desc{
    color:#c3cbdd;
    font-size:16px;
    line-height:1.7;
    margin:0;
  }
  .ams-pd-cta__btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:100%;
    padding:16px 24px;
    background:#ffffff;
    color:#0A1F44;
    text-decoration:none;
    border-radius:50px;
    font-size:14.5px;
    font-weight:700;
    overflow:hidden;
    isolation:isolate;
    transition:color .35s ease;
  }
  .ams-pd-cta__btn::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:#2E6FD9;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease;
  }
  .ams-pd-cta__btn:hover{ color:#ffffff; }
  .ams-pd-cta__btn:hover::before{ transform:scaleX(1); }
  .ams-pd-cta__btn i{
    display:flex;
    transition:transform .4s ease;
  }
  .ams-pd-cta__btn i svg{ width:16px; height:16px; }
  .ams-pd-cta__btn:hover i{ transform:translateX(4px); }
  .ams-pd-cta__btn:hover i svg path{ stroke:#ffffff; }

  @media (max-width: 991px){
    .ams-pd-cta__box{ text-align:center; padding:40px 26px; }
    .ams-line-eyebrow--left{ justify-content:center; }
  }
  @media (max-width: 600px){
    .ams-pd{ padding:50px 0 56px 0; }
    .ams-pd__para{ text-align:left; }
    .ams-pd-points, .ams-pd-benefits{ padding:50px 0; }
    .ams-pd-cta{ padding-bottom:56px; }
  }

  :root{
    --navy:#0A1F44;
    --blue:#2E6FD9;
    --blue-soft:#EAF2FC;
    --slate:#5b6478;
    --line:#dfe6f2;
    --white:#ffffff;
    --east:#2E6FD9;
    --west:#0FA6A0;
  }
 
  #ams-port-root{
   
    background:linear-gradient(180deg,#F7FAFF 0%,#EEF3FC 100%);
    color:var(--navy);
    padding:28px 20px 0;
    border-radius:18px;
    overflow:hidden;
  }

  /* ---------- Header ---------- */
  .ams-pm-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:22px;
  }
  .ams-pm-brand{display:flex;align-items:center;gap:12px;}
  .ams-pm-mark{
    width:55px;height:55px;border-radius:50%;
    background:linear-gradient(145deg,var(--navy),var(--blue));
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 8px 18px rgba(46,111,217,.32);
    flex:0 0 auto;
  }
  .ams-pm-brand h1{
    /* font-family:'Manrope',sans-serif; */
    font-weight:800;
    font-size:20px;
    letter-spacing:.4px;
    margin:0;
    color:var(--navy);
  }
  .ams-pm-brand span{
    display:block;
    font-size:16px;
    letter-spacing:1.6px;
    color:var(--blue);
    font-weight:700;
    margin-top:2px;
  }
  .ams-pm-title{ text-align:right; }
  .ams-pm-title h2{
    /* font-family:'Manrope',sans-serif; */
    font-weight:800;
    font-size:clamp(20px,2.4vw,35px);
    margin:0 0 4px;
    letter-spacing:.2px;
  }
  .ams-pm-title p{
    margin:0;
    font-size:16px;
    color:var(--slate);
    font-weight:500;
  }
  .ams-pm-title p b{ color:var(--blue); font-weight:700; }

  /* ---------- Controls ---------- */
  .ams-pm-controls{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:16px;
  }
  .ams-pm-tabs{
    display:flex;
    gap:6px;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:999px;
    padding:4px;
  }
  .ams-pm-tab{
    border:none;
    background:transparent;
    padding:8px 16px;
    border-radius:999px;
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:12.5px;
    color:var(--slate);
    cursor:pointer;
    transition:.25s ease;
    white-space:nowrap;
  }
  .ams-pm-tab.active{
    background:linear-gradient(135deg,var(--navy),var(--blue));
    color:#fff;
    box-shadow:0 6px 14px rgba(46,111,217,.3);
  }
  .ams-pm-search{
    position:relative;
    flex:1 1 220px;
    max-width:280px;
  }
  .ams-pm-search input{
    width:100%;
    padding:10px 14px 10px 36px;
    border-radius:999px;
    border:1px solid var(--line);
    background:var(--white);
    font-size:12.5px;
    font-family:'Inter',sans-serif;
    color:var(--navy);
    outline:none;
    transition:border-color .2s;
  }
  .ams-pm-search input:focus{ border-color:var(--blue); }
  .ams-pm-search svg{
    position:absolute;
    left:12px;top:50%;
    transform:translateY(-50%);
    width:14px;height:14px;
    stroke:var(--slate);
  }

  /* ---------- Body layout ---------- */
  .ams-pm-body{
    display:grid;
    grid-template-columns:1.55fr 1fr;
    gap:16px;
    align-items:stretch;
  }
  @media (max-width:900px){
    .ams-pm-body{ grid-template-columns:1fr; }
  }

  .ams-pm-mapwrap{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    border:1px solid var(--line);
    box-shadow:0 18px 40px rgba(10,31,68,.10);
    background:#dfeaf9;
  }
  #ams-pm-map{ width:100%; height:520px; }
  @media (max-width:900px){ #ams-pm-map{ height:400px; } }

  .ams-pm-legend{
    position:absolute;
    left:12px; bottom:12px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(4px);
    border-radius:12px;
    padding:9px 13px;
    font-size:11px;
    font-weight:600;
    color:var(--navy);
    display:flex;
    gap:14px;
    box-shadow:0 6px 16px rgba(10,31,68,.14);
    z-index:400;
  }
  .ams-pm-legend div{ display:flex; align-items:center; gap:6px; }
  .ams-pm-legend i{ width:9px;height:9px;border-radius:50%; display:inline-block; }

  .ams-pm-count{
    position:absolute;
    right:12px; top:12px;
    background:linear-gradient(135deg,var(--navy),var(--blue));
    color:#fff;
    font-size:11.5px;
    font-weight:700;
    padding:8px 14px;
    border-radius:999px;
    box-shadow:0 8px 18px rgba(46,111,217,.35);
    z-index:400;
  }

  /* ---------- Side list ---------- */
  .ams-pm-list{
    border:1px solid var(--line);
    border-radius:16px;
    background:var(--white);
    display:flex;
    flex-direction:column;
    max-height:520px;
    overflow:hidden;
  }
  @media (max-width:900px){ .ams-pm-list{ max-height:340px; } }

  .ams-pm-list-head{
    padding:14px 18px;
    border-bottom:1px solid var(--line);
    font-weight:800;
    /* font-family:'Manrope',sans-serif; */
    font-size:20px;
    letter-spacing:.3px;
    color:var(--navy);
    background:var(--blue-soft);
  }
  .ams-pm-list-scroll{
    overflow-y:auto;
    padding:8px 8px 12px;
    flex:1;
  }
  .ams-pm-list-scroll::-webkit-scrollbar{ width:6px; }
  .ams-pm-list-scroll::-webkit-scrollbar-thumb{ background:#c9d7ef; border-radius:8px; }

  .ams-pm-group-label{
    font-size:18px;
    font-weight:700;
    letter-spacing:1.2px;
    text-transform:uppercase;
    color:var(--slate);
    padding:12px 10px 6px;
  }

  .ams-pm-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 10px;
    border-radius:10px;
    cursor:pointer;
    transition:background .18s ease, transform .18s ease;
  }
  .ams-pm-item:hover, .ams-pm-item.active{
    background:var(--blue-soft);
    transform:translateX(2px);
  }
  .ams-pm-item .dot{
    width:9px;height:9px;border-radius:50%;
    flex:0 0 auto;
    box-shadow:0 0 0 3px rgba(46,111,217,.15);
  }
  .ams-pm-item .txt{ flex:1; min-width:0; }
  .ams-pm-item .txt b{
    display:block;
    font-size:16px;
    font-weight:700;
    color:var(--navy);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .ams-pm-item .txt small{
    font-size:14px;
    color:var(--slate);
    font-weight:500;
  }

  /* ---------- Custom marker ---------- */
  .ams-pin{
    width:26px;height:26px;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 5px 12px rgba(10,31,68,.4);
    border:2px solid #fff;
  }
  .ams-pin svg{ transform:rotate(45deg); width: 20px; height:20px; }
  .ams-pin.east{ background:linear-gradient(135deg,#1c4fb8,#2E6FD9); }
  .ams-pin.west{ background:linear-gradient(135deg,#0b8b86,#0FA6A0); }
  .ams-pin.hq{ background:linear-gradient(135deg,#f2994a,#f2c94c); width:32px;height:32px; }

  .ams-pm-popup .leaflet-popup-content-wrapper{
    border-radius:12px;
    box-shadow:0 14px 30px rgba(10,31,68,.22);
  }
  .ams-pm-popup .leaflet-popup-content{ margin:12px 14px; font-family:'Inter',sans-serif; }
  .ams-pm-popup b{  font-size:13.5px; color:var(--navy); }
  .ams-pm-popup span{ display:block; font-size:11px; color:var(--slate); margin-top:2px; font-weight:600; }

  /* ---------- Stats footer ---------- */
  .ams-pm-stats{
    margin-top:20px;
    background:linear-gradient(135deg,var(--navy),#123a7a);
    border-radius:16px 16px 0 0;
    padding:20px 22px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
  }
  @media (max-width:760px){ .ams-pm-stats{ grid-template-columns:repeat(2,1fr); } }
  .ams-pm-stat{ display:flex; align-items:center; gap:10px; }
  .ams-pm-stat .ic{
    width:50px;height:50px;border-radius:10px;
    background:rgba(255,255,255,.1);
    display:flex;align-items:center;justify-content:center;
    flex:0 0 auto;
  }
  .ams-pm-stat .ic svg{
    width: 30px;
    height: 30px;
  }
  .ams-pm-stat b{ display:block; color:#fff; font-size: 20px; font-weight:700; }
  .ams-pm-stat small{ color:#b9c8ea; font-size: 16px; font-weight:500; }

  .leaflet-control-zoom a{ color:var(--navy) !important; }

   .ams-line-eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0 0 14px 0;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#2E6FD9;
  }
  .ams-line-eyebrow span{
    display:inline-block;
    width:32px;
    height:2px;
    background:#2E6FD9;
    position:relative;
  }
  .ams-line-eyebrow span::before{
    content:"";
    position:absolute;
    top:-2.5px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0A1F44;
  }
  .ams-line-eyebrow span:first-child::before{ right:-3px; }
  .ams-line-eyebrow span:last-child::before{ left:-3px; }

  /* ============ SECTION ============ */
  .ams-why3{ background:#f6f8fb; padding:30px 0; }
  .ams-why3__head{ text-align:center;  margin:0 auto 56px auto; }
  .ams-why3__heading{
    font-size:clamp(24px, 2.6vw, 34px);
    font-weight:800;
    color:#0A1F44;
    line-height:1.25;
    margin:0 0 12px 0;
  }
  .ams-why3__sub{ color:#5b6478; font-size:14.5px; line-height:1.7; margin:0; }

  /* ============ TIMELINE ============ */
  .ams-why3__timeline{
    position:relative;
    max-width:900px;
    margin:0 auto;
  }
  .ams-why3__timeline::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:2px;
    background:repeating-linear-gradient(180deg, rgba(10,19,68,0.16) 0 8px, transparent 8px 16px);
    transform:translateX(-50%);
  }

  .ams-why3__item{
    position:relative;
    width:50%;
    padding:0 44px 46px 0;
  }
  .ams-why3__item--right{
    margin-left:50%;
    padding:0 0 46px 44px;
  }
  .ams-why3__item:last-child,
  .ams-why3__item--right:last-child{ padding-bottom:0; }

  .ams-why3__item::after{
    content:"";
    position:absolute;
    top:6px;
    right:-6px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#ffffff;
    border:3px solid #2E6FD9;
    z-index:2;
  }
  .ams-why3__item--right::after{ right:auto; left:-7px; }

  .ams-why3__card{
    background:#ffffff;
    border-radius:14px;
    padding:26px 28px;
    box-shadow:0 6px 20px rgba(10,19,68,0.07);
    border:1px solid rgba(10,19,68,0.06);
    transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  }
  .ams-why3__card:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 34px rgba(10,19,68,0.14);
    border-color:rgba(46,111,217,0.35);
  }

  .ams-why3__num{
    display:inline-block;
    font-size:13px;
    font-weight:800;
    color:#2E6FD9;
    letter-spacing:1px;
    margin-bottom:10px;
  }
  .ams-why3__title{
    font-size:20px;
    font-weight:800;
    color:#0A1F44;
    margin:0 0 10px 0;
    line-height:1.35;
  }
  .ams-why3__desc{
    font-size:16px;
    text-align: justify;
    line-height:1.75;
    color:#5b6478;
    margin:0;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 767px){
    .ams-why3__timeline::before{ left:7px; }
    .ams-why3__item,
    .ams-why3__item--right{
      width:100%;
      margin-left:0;
      padding:0 0 34px 34px;
    }
    .ams-why3__item::after,
    .ams-why3__item--right::after{
      left:0;
      right:auto;
      top:5px;
    }
  }
  @media (max-width: 600px){
    .ams-why3{ padding:56px 0; }
    .ams-why3__card{ padding:22px 20px; }
  }
.ph {
    width: 50px;
    height: auto;
    display: table;
    float: right;
    position: fixed;
    z-index: 2147483647;
    top: 70%;
    left: 10px;
}

.whatsapp {
    width: 50px;
    height: auto;
    display: table;
    float: right;
    position: fixed;
    z-index: 2147483647;
    top: 80%;
    left: 10px;
}