@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800;900&display=swap');

@font-face {
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family: 'DomaineDisplay-light';
    src: url('../fonts/DomaineDisplay.ttc') format('truetype')
}

@font-face {
    font-family: 'DomaineDisplay-medium';
    src: url('../fonts/DomaineDisplayMediumRegular.ttf') format('truetype')
}

@font-face {
    font-family: 'DomaineDisplay-bold';
    src: url('../fonts/DomaineDisplayBold.ttf') format('truetype')
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'DomaineDisplay-light' !important;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
}

body,
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

:root {
    --primary-color: #168ca3;
    --primary-color2: #243a78;
    --primary-color3: #0059a9;
    --primary-color4: #e89425;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

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

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #e2bb6c;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cust-container {
    width: 85% !important;
    max-width: 100%;
    margin: auto;
}

.cust-container-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 90% !important;
}

#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    transition: ease all 0.5s;
    
}

.navbar-default {
    background: #FFFFFF;
    background-size: 215px;
    padding: 10px 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
}

.navbar-default.fixMenu {
    
    padding: 10px 0;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:last-child {
    margin-right: 0;
    font-family: DomaineDisplay-light;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #224e22;
}

.navbar-brand>img {
    width: 130px;
    margin-top: 7px;
}

.navbar-brand>img.nav-logo {
    width: 150px;
    margin-top: -5px;
    transition: ease all 0.5s;
}

.navbar-default.fixMenu .navbar-brand>img.nav-logo {
    width: 150px;
   ;
    transition: ease all 0.5s;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }
}

.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: initial !important;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }

    .navbar-brand>img {
        width: 100px;
        float: right;
        margin-top: -1px;
        margin-left: 12px;
    }

    .navbar-brand>img.nav-logo {
        width: 100px;
        margin-top: 0;
        position: absolute;
        top: 7px;
        left: 30%;
    }

    .navbar-default.fixMenu .navbar-brand>img.nav-logo {
        width: 100px;
            margin-top: 0px;
    }

    .navbar-brand {
        padding: 0px;
        float: right;
    }

    .navbar-default .navbar-toggle {

        border: none !important;
        background: #001836;
        float: left;
        margin-right: 0;
        margin-left: 15px;

    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
    }

    .navbar-default {
        padding: 15px 0;
    }
}

.nav-call {
    border: 2px solid #fcaf17;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #001836 !important;
    margin-top: 10px;
    background: #fcaf17 !important;
    margin-left: 7px;
}

.navbar-nav>li>a {
    line-height: 30px !important;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    font-size: 16px;
    
    position: relative;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: #001f37d6;
    overflow-x: hidden;
    transition: 0.6s;
}

.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 500;
}

.menu-overlay a span {
    border-left: 3px solid #428da3;
    border-right: 3px solid #428da3;
    padding: 0 14px;
    padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}

.navbar-nav>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    height: 0;
    width: 0;
    border-left: 8px solid #c69633;
    border-right: 8px solid #c6963300;
    border-top: 8px solid #c6963300;
    border-bottom: 8px solid #c6963300;
    z-index: 1;
    transform: translateY(-12px);
    opacity: 0;
    transition: ease all 0.5s;
}

.navbar-nav>li>a:hover:before {
    transform: translateY(0px);
    opacity: 1;
    transition: ease all 0.5s;
}

#home-carousel {
    margin-top: 3%;
}

#home-carousel .item img {
    width: 100%;
    
}

.global-sec {
    padding: 40px 0;
    position: relative;
    width: 100%;
}

.mytab {
    text-align: center;
    border-top: 1px solid #168ca3;
    padding-top: 15px;
    border-bottom: 1px solid #168ca3;
    padding-bottom: 2px;
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -6px;
}

.mytab>li>a {
    color: #989898;
    padding: 9px 20px !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    position: relative;
    transition: ease all 0.5s;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #222222;
    
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #083050;
    border: none;
    cursor: pointer;
    border-radius: 0;
    transition: ease all 0.5s;
}

.mytab>li>a:before {}

.mytab>li.active>a:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -23px;
    height: 0;
    width: 0;
    border-left: 10px solid #c6963300;
    border-right: 10px solid #c6963300;
    border-top: 10px solid #168ca3;
    border-bottom: 10px solid #c6963300;
}

.tab-content>.tab-pane {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.tab-content>.active {
    height: auto !important;
    overflow: visible;
}

.beach_txt1 p {
    font-size: 16px;
    line-height: 1.5;
}

.error {
    color: #ff0000;
}

.modal-dialog {
    width: 900px;
    max-width: 90%;
    margin: auto;
}

.modal {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
}

.modal-content {
    background: #3e3e3e !important;
}

.modal-body {
    background-size: cover;
    
    padding: 0 !important;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
    z-index: 9;
}

.modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
}

.modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    
    margin-bottom: 10px;
}

.over-form {
    background: #333333;
    
    padding: 30px 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.over-form p,
h3 {
    color: #fff;
    text-align: center;
    
    margin-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}

.pop_img {
    width: 100%;
    display: block;
}

.center_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body form input,
.modal-body form select,
.over-form form input,
.over-form form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
    outline: none !important;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder,
.over-form form input::placeholder,
.over-form form textarea::placeholder {
    color: #222222;
}

.modal-body form .input-group-addon,
.over-form form .input-group-addon {
    background: #fff;
    color: #021836;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.form-ico {
    font-size: 19px !important;
}

.modal-body form textarea {
    border: none;
    resize: none;
    
}

.modal-body form .form-group,
.over-form form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.popup-btn {
    padding: 0px;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 132px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff !important;
    background: linear-gradient(180deg, #ffffff 50%, #00183600 0) no-repeat scroll 100% 100%/100% 210% #00183600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    margin: 0 auto;
}

.popup-btn:hover,
.popup-btn:focus {
    background-position: 100% 0;
    color: #021836;
}

.fixed-footer-cust {
    background: #021836;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 100px;
    transform: rotateY(0deg);
    -webkit-animation: rotateAnimation 2.5s ease-in infinite;
    animation: rotateAnimation 2.5s ease-in infinite;
    transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.sec-thankyou {
    padding: 50px 0;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #021836;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    
    font-size: 18px;
}

.go-home {
    color: #021836;
    font-size: 19px;
    padding: 10px;
    width: 234px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #021836;
    border-radius: 25px;
}

.oops-greet {
    color: #001836;
    font-size: 25px;
    
    margin-bottom: 15px;
}

.ml12 .letter {
    
}

.register-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #168ca3;
    letter-spacing: 0;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(180deg, #df8c28 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.register-btn:hover,
.register-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.bro-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #168ca3;
    letter-spacing: 0;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(180deg, #168ca3 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.bro-btn:hover,
.bro-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.overview-span {
    color: #298ca3;
    font-weight: 600;
    padding: 2px;
    display: inline-block;
    font-size: 23px;
}

.head-title {
    font-size: 2.4rem !important;
    font-weight: 600;
    
    color: #298ca3 !important;
    line-height: 57px !important;
}

.parellex_main_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.logo_wrap_2 {
    text-align: center;
    border-right: 2px solid #FFFFFF;
    padding: 15px 0;
    position: relative;
}

.logo_wrap_2 h3 {
    font-family: 'DomaineDisplay-bold';
    font-size: 60px;
    font-weight: normal;
    line-height: 70px;
    text-align: left;
    letter-spacing: 10px;
    color: var(--primary-color);
}

.logo_wrap_2 img {
    max-width: 100%;
    width: 400px
}

.logo_wrap_2:after {
    content: url("../images/divider.png");
    position: absolute;
    right: 90px;
    top: 0;
}

.parellex_content {}

.sec_bg {
    position: relative;
}

.custom-container {}

.sec_bg .bg_wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
    padding: 80px 0;
}

.parellex_content p {
    margin-bottom: 0;
    color: #000;
    
    font-size: 16px;
    line-height: 1.6;
}

.parellex_content h2 {
    text-align: center;
    color: #168ca3;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 9px;
}

.parellex_content.big p {
    font-size: 25px;
    line-height: 30px;
}

.artist_wrap {
    position: relative;
}

.artist_wrap img {
    display: block;
}

.artist_wrap p {
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    background: #000;
    font-size: 12px;
    color: #fff;
    padding: 2px 11px;
}

.artist_wrap.top p {
    top: 0;
}

.artist_wrap.bottom p {
    bottom: 0;
}

.artist_wrap.left p {
    left: 0;
}

.artist_wrap.right p {
    right: 0;
}

.main-videowrap {
    width: 100%;
    height: 600px;
    position: relative;
}

.main-videowrap iframe {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    border: none;
}

.main-videowrap .vcover {
    background: rgba(0, 0, 0, 0.85);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.introvideo {
    width: 100%;
}

.video_wrap {
    position: relative;
    width: 100%;
}

.video_wrap .video_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000070;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vplay {
    
    border-radius: 50%;
    width: 80px;
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 80px rgba(254, 182, 62, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 80px rgba(254, 182, 62, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0);
    }
}

.heading_wrap {
    margin-bottom: 30px;
}

.heading_wrap h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 50px;
    
    line-height: 60px;
    font-family: 'DomaineDisplay-bold';
}

.heading_wrap.white h2 {
    color: #FFFFFF;
}

.internat_wrap {
    display: flex;
    position: relative;
}

.int_content_wrap {
    background: var(--primary-color3);
    padding: 80px 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.int_content_wrap h3 {
    position: relative;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    padding-top: 40px;
}

.int_content_wrap h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    width: 50px;
    background: var(--primary-color4);
}

.int_img_wrap {
    height: 100%;
}

.int_img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt_main_wrap {
    display: flex;
}

.abt_content_wrap {
    background: #f2f2f2;
    padding: 110px 110px;
    height: 100%;
    display: flex;
    align-items: center;
}

.abt_content_wrap h3 {
    position: relative;
    color: var(--primary-color);
    padding-top: 40px;
    font-size: 40px;
    line-height: 60px;
    font-family: 'DomaineDisplay-bold';
    text-align: left;
}

.abt_content_wrap h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 70px;
    background: var(--primary-color4);
}

.abt_img_wrap {
    height: 100%;
}

.abt_img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f2f2f2;
}

.abt_list {}

.abt_list li {
    color: #000000;
    font-size: 17px;
    line-height: 30px;
    margin: 20px 0;
    list-style: disc;
}

.abt_list.white li {
    color: #FFFFFF;
}

.footer_logo {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer_logo img {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.footer_contact_box {
    padding: 0 0 0 90px;
    border-left: 2px solid #c7c7c7;
}

.conatct_main_wrap {
    background: #f1f1f1;
    padding: 90px 60px !important;
    display: flex;
}

#contact-form input,
#contact-form select {
    height: 48px;
    width: 100%;
    background: #e6e6e6;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 !important;
    color: #3e3e3e;
    box-shadow: none;
    border: none !important;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #3e3e3e;
}

#contact-form textarea {
    resize: none;
    background: #f3f3f3;
    border: none;
    font-size: 16px;
    height: 48px;
    font-weight: 400;
    color: #3e3e3e;
    border-radius: 0;
}

#contact-form .form-group {
    height: 48px;
    margin-bottom: 43px;
    margin-top: 0;
}

#contact-form .input-group {
    width: 100%;
}

.contact-btn {
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 172px;
    margin: 0 auto;
    display: block;
    height: 46px;
    line-height: 30px;
    color: #fff;
    border: none !important;
    background: linear-gradient(180deg, var(--primary-color) 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #00183600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-btn:hover,
.contact-btn:focus {
    background-position: 100% 0;
    color: #ffffff;
}

.footer_sec {
    position: relative;
    margin-top: 120px;
}

.footer_sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--primary-color);
    z-index: -1;
}

.footer_bottom {
    background: var(--primary-color);
    padding-bottom: 30px;
}

.footer_copy {
    text-align: center;
}

.footer_copy .with_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}

.footer_copy p {
    color: #fff;
}

.fcall {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 35px;
    color: #fff !important;
    display: block;
}

.boat_main_wrap {
    position: absolute;
    width: 260px;
    max-width: 100%;
    top: -280px;
}

.boat_inner {
    position: relative;
}

.boat_top img {
    width: 100%;
    display: block;
    transform: rotate(-3deg);
    animation: boatmoving 5s infinite;
}

.boat_river {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    
}

@keyframes boatmoving {

    0%,
    100% {
        transform: rotate(4deg);
    }

    50% {
        transform: rotate(-4deg);
    }
}

@keyframes rivermoving {

    0%,
    100% {
        background-position: 0px;
    }

    50% {
        background-position: -260px;
    }
}

.marquee0 img {
    margin: 0 -3px !important;
}

.boat_cloud {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.fish_warap_main {
    width: 250px;
    position: absolute;
    top: 193px;
    right: 123px;
    z-index: -1;
}

.fish_inner {
    position: relative;
}

.moving_fish {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.beach_chair {
    width: 220px;
    margin-bottom: -70px;
}

.boy_bot {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -171px;
}

.sand_castle {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ty_video {
    margin-top: 90px;
}

.tree_palm {
    position: absolute;
    right: -20px;
    top: 0;
    width: 380px;
}

.bird_cloud {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
}

.boats_all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.overslide-padding {
    
    margin-bottom: 30px;
}

.overslider-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    transition: ease all 0.5s;
    border: 0;
    
}

.overslider-wrap .itemimg {
    display: block;
    
    object-fit: cover;
    width: 100%;
    transition: ease all 0.5s;
}

.overslider-wrap .shadow {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 9;
    height: 45%;
    transition: ease all 0.5s;
}

.overslider-wrap .overview-content {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: ease all 0.5s;
}

.overslider-wrap .overview-content h2 {
    color: #ffffff;
    font-size: 25px;
    
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: ease all 0.5s;
    text-align: left;
    padding-left: 60px;
    position: relative;
    font-family: 'futura-medium-bt';
}

.overslider-wrap .overview-content h2:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    height: 65px;
    width: 6px;
    background: #298ca3;
}

.overslider-wrap .overview-content p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: ease all 0.5s;
}

.overslider-wrap:hover .itemimg {
    transform: scale(1.1);
    transition: ease all 0.5s
}

.overslider-wrap:hover .shadow {
    height: 120%;
    transition: ease all 0.5s
}

.overslider-wrap:hover .overview-content {
    bottom: 16%;
    transition: ease all 0.5s
}

.overslider-wrap:hover .overview-content h2 {
    font-size: 30px;
    transition: ease all 0.5s
}

.heading_wrap2 {
    margin-bottom: 70px;
}

.heading_wrap2 h2 {
    color: var(--primary-color);
    text-align: left;
    font-size: 50px;
    line-height: 56px;
    font-family: 'DomaineDisplay-bold';
}

.heading_wrap2.white h2 {
    color: #FFFFFF;
}

.beach_bg {
    background: url("../images/boybg.jpg") no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 180px 0;
}

.vasai_beach {
    background: url(../images/vasai5.webp) no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 480px 0 90px 0;
}

.beach_txt {
    width: 460px;
    max-width: 100%;
    padding-left: 30px;
    border-left: 1px solid var(--primary-color);
    margin-top: 90px;
}

.beach_txt p {
    margin-bottom: 0;
}

.beach_txt.type_2 {
    margin-top: 40px;
}

.gallery-swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 7rem 0rem;
}

.gallery-swiper-container .swiper {
  overflow: visible;
}

.gallery-swiper-container .slide-scale {
  transition: transform 0.7s ease;
  transform: scale(0.45);
}

.gallery-swiper-container .swiper-slide-active .slide-scale {
  transform: scale(1.45);
}

.gallery-swiper-container .slide-caption {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: var(--golden-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--dm-serif-display-regular);
}

.gallery-swiper-container .swiper-slide-active .slide-caption {
  opacity: 1;
}

.fancybox-bg {
  background: #000 !important;
}

.gallery-swiper-container .swiper-slide-prev .slide-scale,
.gallery-swiper-container .swiper-slide-next .slide-scale {
  transform: scale(0.4);
}

.gallery-swiper-container .gallery-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.gallery-swiper-container .gallery-img::after,
.gallery-swiper-container img {
  filter: none !important;
}

.gallery-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10;
}

.gallery-swiper-container .swiper-button-prev-4 {
  left: 23%;
}

.gallery-swiper-container .swiper-button-next-4 {
  right: 22%;
}

.amenities-gallery .actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 2px 10px;
    z-index: 99;
}

.overlayg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.overlayg.transparent {
    background: rgba(0, 0, 0, 0);
}

.overlayg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    transform: scale(0.975);
    z-index: 99;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    
    border: 1px solid #fff;
}

.amenities-gallery img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    height: 310px;
    object-fit: cover;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
}

.amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    font-weight: 800;
    font-family: 'JosefinSans-Bold';
}

.amenities-gallery.no-shad .ami-overlay {
    background: transparent;
}

.amen-title {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: #ffffff;
    padding: 5px 24px 2px 20px;
    transform: skewX(30deg);
    left: -9px;
}

.amen-title p {
    margin-bottom: 0;
    color: #000000;
    transform: skewX(-30deg);
    font-size: 16px;
}

.amenities-gallery.big img {
    height: 500px;
}

.artist_txt {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    z-index: 99;
}

.artist_txt.black {
    color: #ffffff;
}

.artist_txt.white {
    color: #FFFFFF;
}

.artist_txt.top {
    bottom: initial;
    top: 0;
    background: transparent;
    padding: 0px 8px;
    z-index: 1;
}

.social-container {
    text-align: center;
    margin-bottom: 20px;
}

.social-icons {
    padding: 0;
    list-style: none;
    
    margin-left: -15px;
}

.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}

.social-icons i {
    color: var(--primary-color);
    position: absolute;
    top: 14px;
    left: 14px;
    transition: all 265ms ease-out;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    
    background: #FFFFFF;
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #FFFFFF;
    background: -webkit-linear-gradient(45deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

.black_shade {
    background: #00000052;
    padding: 30px;
    border-radius: 10px;
}

.loc-table {
    text-align: center;
    margin-bottom: 0;
}

.loc-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 10px 0 !important;
    color: #fff;
    font-weight: 600;
}

.loc-table tr td {
    vertical-align: middle !important;
    padding: 0 0 !important;
    background: transparent;
    color: #fff;
}

.loc-table thead {
    
    color: #fff;
    border: none !important;
}

.loc-table>tbody>tr>td,
.loc-table>tbody>tr>th,
.loc-table>tfoot>tr>td,
.loc-table>tfoot>tr>th,
.loc-table>thead>tr>td,
.loc-table>thead>tr>th {
    border: none !important;
}

.loc-table tbody {
    
}

.loc-table>tbody>tr {
    border-top: 2px solid #fff;
}

.abt_content_wrap.loc_wrap {
    background: #168ca3;
    padding: 110px 80px;
}

.loc_wrap h5 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-family: 'DomaineDisplay-medium';
}

.loc_img_txt {}

.img_shade {
    filter: brightness(0.5);
}

.tab-content-wrap {
    padding-top: 40px;
}

.owl-carousel .owl-nav button {
    background: transparent !important;
}

.owl-carousel .owl-nav button img {
    width: 45px;
}

.config-table {
    text-align: center;
    margin-bottom: 0;
    table-layout: fixed;
}

.config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 0 !important;
}

.config-table tr td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
    
}

.config-table thead {
    background: var(--primary-color);
    color: #fff;
    border: none !important;
}

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
    border: none !important;
}

.config-table tbody {
    background: #ffffff;
}

.price-click {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 7px;
}

.price-click:hover,
.price-click:focus {
    color: #ffffff;
}

.counter-wrap {
    display: inline-block;
    padding: 30px 0;
    background: transparent;
    position: absolute;
    width: 330px;
    top: 140px;
    right: 100px;
}

.counter-wrap h4 {
    font-family: 'futura-medium-bt';
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #298ca3;
}

.selectfields {
    display: none;
}

.time h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    background: #298ca3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 7px #000;
}

.time p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-top: 12px;
    font-weight: 800;
    text-transform: uppercase;
    background: #f3f3f3;
    border-radius: 9px;
    color: #000;
}

.form-check {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.form-check input {
    width: 5% !important;
    height: auto !important;
}

.form-check label {
    font-weight: 200;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    padding-left: 15px;
}

@media only screen and (max-width: 1460px) {
    .cust-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 97% !important;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1420px) {
    .navbar-brand>img {
        width: 110px;
        margin-top: -4px;
    }

    .navbar-brand>img.nav-logo {
        width: 110px;
    }

    .navbar-default.fixMenu .navbar-brand>img.nav-logo {
        width: 110px;
        margin-top: 1px;
    }
}

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

    .cust-container-menu {
        width: 83% !important;
    }

    .abt_content_wrap {
        padding: 80px 70px;
    }

    .abt_content_wrap.loc_wrap {
        padding: 70px 50px;
    }

    .abt_content_wrap h3 {
        font-size: 42px;
    }

    .abt_list li {
        font-size: 16px;
        line-height: 19px;
        margin: 20px 0;
        list-style: disc;
    }

    .boat_main_wrap {
        left: -20px;
    }

    .boat_cloud {
        width: 210px;
        top: -29px;
    }

    .fish_warap_main {
        right: 0;
    }

    .vasai_beach {
        padding: 230px 0 0 0;
    }

    .navbar-nav>li>a {
        line-height: 20px !important;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }

    #home-carousel {
        margin-top: 78px;
    }

    .counter-wrap {
        top: 100px;
        right: 14px;
    }

    .time h2 {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

}

@media (min-width: 992px) {}

@media (max-width: 991px) {

    .parellex_main_content {
        display: flex;
        flex-direction: column-reverse;

    }

    .logo_wrap_2 {
        border: none;
    }

    .logo_wrap_2 img {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .nav-logowrap {
        float: right !important;
    }

    .hero_video_wrap {
        position: relative;
        
        width: 100%;

    }

    .hero_video_wrap .hero_video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.whatapp a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .pdm-0 {
        padding: 0 !important;
    }

    .cust-container-menu {
        width: 98% !important;
    }

    .bro-btn {
        position: fixed;
        left: -98px;
        height: 40px;
        bottom: 41%;
        transform: rotate(90deg);
        z-index: 9999;
        text-transform: uppercase;
        padding: 7px 17px;
        font-weight: 400;
        border-radius: 0;
        border: 1px solid #168ca3;
        letter-spacing: 0;
        font-size: 17px;
        color: #fff;
        background: linear-gradient(180deg, #168ca3 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none !important;
    }

    .pd0-m {
        padding: 0 !important;
    }

    .cust-container {
        width: 95% !important;
    }

    .modal-dialog {
        margin-top: 5% !important;
    }

    .mytab {
        text-align: center;
        margin-bottom: 50px;
    }

    .mytab li {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .mytab>li.active>a:before {
        bottom: -12px;
    }

    .cust_accordion .panel-heading {
        padding-left: 0;
    }

    .modal-body h3 {
        font-size: 17px;
    }

    .modal-body p {
        font-size: 14px;
    }

    #home-carousel .item img {
        height: auto;
    }

    .internat_wrap {
        display: block;
    }

    .heading_wrap h2 {
        font-size: 28px;
        line-height: 42px;
        text-align: left;
    }

    .int_content_wrap {
        padding: 40px 20px;
    }

    .int_content_wrap h3 {
        font-size: 27px;
        line-height: 34px;
    }

    .int_img_wrap img {
        height: 260px;
    }

    .abt_main_wrap {
        display: block;
    }

    .abt_content_wrap {
        padding: 60px 40px 10px 40px;
    }

    .abt_content_wrap h3 {
        font-size: 20px;
        padding-top: 25px;
        text-align: left;
        line-height: 23px;
    }

    .conatct_main_wrap {
        display: block;
        padding: 20px 20px !important;
        padding-bottom: 50px !important;
    }

    .footer_contact_box {
        padding: 20px 0 0 0;
        border-left: none;
        
    }

    .fcall {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .footer_bottom {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .main-videowrap {
        height: 280px;
    }

    .main-videowrap iframe {
        height: 280px;
    }

    .footer_logo {
        padding: 20px 50px 50px 50px;
    }

    .footer_contact_box .heading_wrap {
        margin-bottom: 30px;
    }

    .vplay {
        width: 50px;
    }

    .boat_section {
        margin-top: 300px !important;
    }

    .boat_main_wrap {
        left: 0;
    }

    .boat_cloud {
        width: 100%;
        top: 0;
    }

    .fish_warap_main {
        top: initial;
        bottom: -4px;
        right: 50%;
        margin-right: -126px;
    }

    .beach_chair {
        display: none;
    }

    .boy_bot {
        display: none;
    }

    .sand_castle {
        display: none;
    }

    .f-logo {
        width: 170px;
        margin: 0 auto;
        margin-bottom: 30px;
        background: #ffffff52;
        padding: 10px;
        border-radius: 5px;
    }

    .ty_video {
        height: 400px;
    }

    .sec_bg .bg_wrap {
        padding: 80px 0 80px;
    }

    .tree_palm {
        width: 220px;
        top: 290px;
        z-index: -1;
    }

    .bird_cloud {
        width: 260px;
        top: 9px;
    }

    .boats_all {
        width: 980px;
    }

    .logo_wrap_2 {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    .logo_wrap_2:after {
        content: url(../images/divider-2.png);
        right: initial;
        top: initial;
        bottom: 0;
        left: 0;
    }

    .parellex_content p {
        text-align: left;
        font-size: 19px !important;
        line-height: 32px !important;
    }

    .logo_wrap_2 h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .beach_bg {
        background: url(../images/beachboy.jpg) no-repeat;
        background-position: bottom right;
        background-size: 126%;
        padding: 180px 0;
        background-color: #e4ecef;
        padding-top: 80px;
    }

    .beach_txt {
        margin-top: 15px;
        margin-bottom: 75%;
        padding-left: 20px;
    }

    .center_content {
        display: block;
    }

    .m_form_wrap {
        padding: 25px 10px;
    }

    .pop_img {

    }

    .hero_video_wrap {
        margin-top: 80px;
    }

    .abt_content_wrap.loc_wrap {
        padding: 60px 0 60px 0;
    }

    .global-sec {
        padding: 60px 0;
    }

    .heading_wrap2.white h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .beach_txt.type_2 {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .tab-content-wrap {
        padding-top: 0;
    }

    .mytab>li>a {
        padding: 9px 7px !important;
    }

    .mob_top {
        bottom: initial;
        top: 0;
    }

    .amenities-gallery.big img {
        height: 270px;
    }

    .vasai_beach .heading_wrap2 {
        margin-bottom: 0;
    }

    .vasai_beach {
        background: #67cdf5;
    }

    .black_shade {
        background: #0000008a;
    }

    .counter-wrap {
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
    }

    .heading_wrap2 h2 {
        color: var(--primary-color);
        text-align: left;
        font-size: 20px;
        line-height: 29px;
        font-family: 'DomaineDisplay-bold';
    }
}

.overview-new-section {
    padding: 70px 0;
    background: #f7f8f9;
}

.overview-new-row {
    display: block;
}

.overview-new-left {
    padding-right: 40px;
}

.overview-label-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.overview-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
}

.overview-new-label {
   
    font-size: 12px;
    letter-spacing: 2.5px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}

.overview-new-heading {
    
    font-size: 42px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    margin-bottom: 20px;
    font-style: normal;
}

.overview-heading-accent {
    color: var(--primary-color);
    font-style: normal;
    font-weight: 700;
}

.overview-new-desc {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 36px;
    font-style: normal;
}

.usp-slider-outer {
    position: relative;
}

.usp-owl-carousel .usp-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 28px 20px 24px;
    text-align: center;
    margin: 4px 6px 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s;
}

.usp-owl-carousel .usp-card:hover {
    box-shadow: 0 6px 20px rgba(22,140,163,0.15);
}

.usp-card-icon {
    width: 58px;
    height: 58px;
    background: var(--primary-color);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.usp-card-icon i {
    color: #ffffff;
    font-size: 22px;
}

.usp-card-title {
   
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    line-height: 1.3;
    font-style: normal;
}

.usp-card-desc {
   
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    margin: 0;
    font-style: normal;
}

.usp-owl-carousel .owl-nav {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.usp-owl-carousel .owl-nav button.owl-prev,
.usp-owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 40px !important;
    border: none !important;
    margin: 0 5px 0 0;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.usp-owl-carousel .owl-nav button.owl-prev:hover,
.usp-owl-carousel .owl-nav button.owl-next:hover {
    background: #0e6e80 !important;
}

.usp-owl-carousel .owl-dots {
    display: none;
}

.overview-new-right-first {
    padding-left: 10px;
}

.overview-form-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 30px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.10);
    border-top: 4px solid var(--primary-color);
}

.form-card-top {
    margin-bottom: 16px;
}

.expert-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #eef7f9;
    border: 1px solid #c0e0e7;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-style: normal;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #27ae60;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.form-card-heading {
   text-align: start;
    font-size: 26px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 6px;
    font-style: normal;
}

.form-card-sub {
   
    font-size: 13px;
    color: #000;
    margin-bottom: 22px;
    font-style: normal;
}

.ov-field {
    margin-bottom: 16px;
}

.ov-field-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    font-style: normal;
}

.ov-optional {
    font-size: 10px;
    color: #999999;
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
}

.overview-form-card .form-control {
    border: 1px solid #dde3e7;
    border-radius: 6px;
    height: 44px;

    font-size: 13px;
    color: #333333;
    background: #f9fbfc;
    font-style: normal;
}

.overview-form-card .form-control:focus {
    border-color: var(--primary-color);
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(22,140,163,0.15);
}

.overview-form-card .input-group {
    display: table;
    width: 100%;
    border-collapse: separate;
}

.overview-form-card .input-group-addon {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    background: #f9fbfc;
    border: 1px solid #dde3e7;
    border-right: none;
    border-radius: 6px 0 0 6px;
    color: var(--primary-color);
    padding: 0 12px;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
}

.overview-form-card .input-group .form-control {
    display: table-cell;
    width: 100%;
    border-radius: 0 6px 6px 0;
    float: none;
}

.ov-consent {
    margin: 16px 0 20px;
    padding: 0;
}

.ov-consent .checkbox-label {

    font-size: 11px;
    color: #000;
    line-height: 1.5;
    font-style: normal;
}

.ov-submit-btn {
    width: 100%;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none !important;
    border-radius: 6px !important;
    padding: 14px 20px !important;
    font-style: normal;
    transition: background 0.2s;
}

.ov-submit-btn:hover {
    background: #0e6e80 !important;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .overview-new-left {
        padding-right: 15px;
        margin-top: 30px;
    }
    .overview-new-right-first {
        padding-left: 15px;
    }
    .overview-new-heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .overview-new-section {
        padding: 40px 0;
        overflow: hidden;
    }

    .overview-new-right-first,
    .overview-new-left {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        position: relative !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .overview-new-right-first {
        margin-bottom: 30px;
    }

    .overview-new-left {
        margin-top: 0;
    }

    .overview-new-heading {
        font-size: 24px;
        line-height: 1.3;
        word-break: break-word;
    }

    .overview-new-desc {
        font-size: 14px;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .overview-form-card {
        padding: 24px 16px;
    }

    .form-card-heading {
        font-size: 22px;
    }

    .usp-slider-outer {
        overflow: hidden;
    }

    .usp-owl-carousel .usp-card {
        margin: 4px 0 10px;
        text-align: center;
    }

    .usp-owl-carousel .owl-nav {
        text-align: center;
    }

    .overview-label-wrap {
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .overview-new-section .cust-container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.lp-section {
    padding: 70px 0;
}

.lp-alt-bg {
    background: #f7f8f9;
}

.lp-sec-head {
    margin-bottom: 40px;
}

.lp-sec-title {
    
    font-size: 38px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    margin: 10px 0 12px;
    font-style: normal;
}

.lp-accent {
    color: var(--primary-color);
    font-style: normal;
}

.lp-sec-sub {

    font-size: 15px;
    color: #666666;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
    font-style: normal;
}

.gal-simple-section {
    background: #ffffff;
}

.gal-simple-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
}

.gal-simple-tabs {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.gal-simple-tab {
    padding: 9px 22px;
    border-radius: 30px;
    border: 2px solid #d0d0d0;
    background: transparent;
    color: #666666;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    font-style: normal;
}

.gal-simple-tab:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.gal-simple-tab.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.gal-simple-panel {
    display: none;
}

.gal-simple-panel.active {
    display: block;
}

.gal-simple-grid {
    margin: 0 -6px !important;
}

.gal-simple-main-col,
.gal-simple-side-col {
    padding: 0 6px;
}

.gal-simple-main-col img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.gal-simple-side-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gal-simple-side-col img {
    width: 100%;
    height: 214px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

@media (max-width: 767px) {
    .gal-simple-header { flex-direction: column; align-items: flex-start; }
    .gal-simple-tab { padding: 7px 14px; font-size: 11px; }
    .gal-simple-main-col img { height: 220px; border-radius: 8px; }
    .gal-simple-side-col { flex-direction: row; }
    .gal-simple-side-col img { height: 105px; border-radius: 8px; }
}

.gal2-section {
    background: #0d0d0d;
    padding: 60px 0 0;
    overflow: hidden;
}

.gal2-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px;
}

.gal2-heading {
    
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 8px 0 0;
    font-style: normal;
}

.gal2-tabs {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.gal2-tab {
    padding: 9px 22px;
    border-radius: 30px;
    border: 2px solid rgba(255,255,255,0.35);
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.22s;
    font-style: normal;
}

.gal2-tab:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.gal2-tab.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.gal2-panel {
    display: none;
}

.gal2-panel.active {
    display: block;
}

.gal2-main-wrap {
    position: relative;
}

.gal2-main-owl .owl-nav,
.gal2-main-owl .owl-dots {
    display: none;
}

.gal2-slide img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}

.gal2-overlay-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 14px 16px 14px 14px;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.0) 100%);
    gap: 14px;
}

.gal2-thumbs-box {
    flex: 1;
    background: rgba(0,0,0,0.5);
    border-radius: 12px;
    padding: 10px;
    overflow: hidden;
}

.gal2-thumb-owl .owl-nav,
.gal2-thumb-owl .owl-dots {
    display: none;
}

.gal2-thumb {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    opacity: 0.6;
    transition: opacity 0.2s, border-color 0.2s;
}

.gal2-thumb img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    display: block;
}

.gal2-thumb:hover,
.gal2-thumb.gal2-thumb-active {
    opacity: 1;
    border-color: var(--primary-color);
}

.gal2-arrows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}

.gal2-prev,
.gal2-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}

.gal2-prev:hover,
.gal2-next:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

@media (max-width: 767px) {
    .gal2-section { padding: 40px 0 0; }
    .gal2-heading { font-size: 24px; }
    .gal2-tabs { gap: 8px; }
    .gal2-tab { padding: 7px 14px; font-size: 11px; }
    .gal2-slide img { height: 260px; }
    .gal2-thumb img { height: 54px; }
    .gal2-prev, .gal2-next { width: 38px; height: 38px; font-size: 12px; }
    .gal2-arrows { flex-direction: row; }
    .gal2-overlay-strip { flex-wrap: wrap; padding: 10px; }
    .gal2-thumbs-box { width: 100%; }
    .gal2-arrows { justify-content: center; width: 100%; }
    .gal2-header { flex-direction: column; align-items: flex-start; }
}

.lp-ame-row {
    display: flex;
    flex-wrap: wrap;
}

.lp-ame-col {
    margin-bottom: 24px;
}

.lp-ame-category {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.25s;
}

.lp-ame-category:hover {
    box-shadow: 0 8px 28px rgba(22,140,163,0.12);
}

.lp-ame-featured {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.lp-ame-cat-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.lp-ame-cat-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(22,140,163,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-ame-featured .lp-ame-cat-icon {
    background: rgba(255,255,255,0.2);
}

.lp-ame-cat-icon i {
    font-size: 22px;
    color: var(--primary-color);
}

.lp-ame-featured .lp-ame-cat-icon i {
    color: #ffffff;
}

.lp-ame-cat-head h3 {
    
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin: 0;
    font-style: normal;
}

.lp-ame-featured .lp-ame-cat-head h3 {
    color: #ffffff;
}

.lp-ame-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-ame-list li {

    font-size: 14px;
    color: #555555;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
}

.lp-ame-featured .lp-ame-list li {
    color: rgba(255,255,255,0.9);
    border-bottom-color: rgba(255,255,255,0.15);
}

.lp-ame-list li:last-child {
    border-bottom: none;
}

.lp-ame-list li .fa {
    color: var(--primary-color);
    font-size: 14px;
    flex-shrink: 0;
}

.lp-ame-featured .lp-ame-list li .fa {
    color: rgba(255,255,255,0.8);
}

.lp-config-section {
    position: relative;
    overflow: hidden;
    background: #0e2a4a;
}

.lp-config-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/abt-beach.webp') center center / cover no-repeat;
    z-index: 0;
}

.lp-config-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(14, 42, 74, 0.82) 0%, rgba(30, 155, 174, 0.65) 100%) !important;
    z-index: 1;
}

.lp-config-section .container {
    position: relative;
    z-index: 2;
}

.lp-config-section .lp-sec-title,
.lp-config-section .lp-sec-sub,
.lp-config-section .overview-new-label,
.lp-config-section .overview-line {
    color: #ffffff;
}

.lp-config-section .overview-line {
    background: rgba(255,255,255,0.4);
}

.lp-config-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.lp-config-col {
    margin-bottom: 24px;
}

.lp-config-card {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    padding: 34px 28px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.lp-config-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    transition: transform 0.4s ease;
}

.lp-config-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.lp-config-card:hover::before {
    transform: scale(1.4);
}

.lp-config-featured {
    background: rgba(22, 140, 163, 0.45);
    border-color: rgba(30, 155, 174, 0.7);
}

.lp-config-featured:hover {
    background: rgba(22, 140, 163, 0.65);
    border-color: rgba(255,255,255,0.5);
}

.lp-config-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    font-style: normal;
    border: 1px solid rgba(255,255,255,0.25);
}

.lp-config-featured .lp-config-badge {
    background: rgba(255,255,255,0.25);
    color: #ffffff;
}

.lp-config-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15now px;
    font-style: normal;
}

.lp-config-featured .lp-config-name {
    color: #ffffff;
}

.lp-config-type {font-size: 1rem;color: #fff;margin-bottom: 20px;font-style: normal;}

.lp-config-featured .lp-config-type {
    color: #fff;
}

.lp-config-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.lp-config-featured .lp-config-detail {
    border-bottom-color: rgba(255,255,255,0.15);
}

.lp-config-label {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
}

.lp-config-featured .lp-config-label {
    color: #fff;
}

.lp-config-val {
    font-size: 1rem;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
}

.lp-config-featured .lp-config-val {
    color: #ffffff;
}

.lp-config-btn {
    display: block;
    margin-top: 24px;
    text-align: center;
    padding: 11px 20px;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease;
    font-style: normal;
    background: transparent;
}

.lp-config-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--primary-color);
    text-decoration: none;
}

.lp-config-btn-white {
    border-color: #ffffff;
    color: #ffffff;
}

.lp-config-btn-white:hover {
    background: #ffffff;
    color: var(--primary-color);
}

.lp-config-rera {
    text-align: center;

    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
    font-style: normal;
}

.lp-loc-section {
    position: relative;
    background: url('../images/ovebg.jpg') center center / cover no-repeat;
    padding: 80px 0;
    overflow: hidden;
}

.lp-loc-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(11, 34, 64, 0.88) 0%, rgba(13, 74, 94, 0.82) 60%, rgba(15, 92, 110, 0.78) 100%);
    z-index: 0;
}

.lp-loc-section .container {
    position: relative;
    z-index: 1;
}

.lp-loc-section .overview-new-label { color: #fff; }
.lp-loc-section .overview-line { background: rgba(255,255,255,0.35); }
.lp-loc-section .lp-sec-title { color: #fff; }

.lp-loc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lp-loc-left {
    padding-right: 40px;
}

.lp-loc-intro {
    font-size: 1rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 28px;
    font-style: normal;
}

.lp-loc-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lp-loc-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 14px 18px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.25s, transform 0.25s, border-color 0.25s;
}

.lp-loc-card:hover {
    background: rgba(22,140,163,0.25);
    border-color: rgba(30,155,174,0.5);
    transform: translateX(5px);
}

.lp-loc-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(22,140,163,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-loc-icon i {
    font-size: 18px;
    color: #fff;
}

.lp-loc-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lp-loc-time {
    font-size: 20px;
    color: #5ee8ff;
    font-weight: 700;
    font-style: normal;
}

.lp-loc-name {
    font-size: 1rem;
    color: #fff;
    font-style: normal;
    margin-top: 2px;
}

.lp-loc-map-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.35);
    border: 2px solid rgba(255,255,255,0.12);
}

.lp-pricing2-section {
    position: relative;
    background: linear-gradient(135deg, #0a1c37 0%, #0e465a 100%);
    padding: 90px 0 80px;
    overflow: hidden;
}

.lp-pricing2-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(22,140,163,0.12) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(14,70,90,0.15) 0%, transparent 60%);
    z-index: 1;
}

.lp-pricing2-head {
    margin-bottom: 52px;
}

.lp-pricing2-title {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin: 12px 0 10px;
    line-height: 1.2;
}

.lp-pricing2-subtitle {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.lp-pricing2-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 52px;
}

.lp-pricing2-perk {
    flex: 1;
    min-width: 210px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 36px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.3s, transform 0.3s;
}

.lp-pricing2-perk:hover {
    background: rgba(22,140,163,0.22);
    transform: translateY(-4px);
}

.lp-pricing2-perk-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-pricing2-perk-icon .fa {
    font-size: 18px;
    color: #fff;
}

.lp-pricing2-perk-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.lp-pricing2-perk-text strong {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.lp-pricing2-perk-text span {
    font-size: 1rem;
    color: #fff;
}

.lp-pricing2-cta-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
    padding: 52px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.lp-pricing2-cta-left {
    flex: 1;
    min-width: 260px;
}

.lp-pricing2-cta-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px;
}

.lp-pricing2-cta-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    margin: 0 0 12px;
    line-height: 1.7;
}

.lp-pricing2-rera {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    line-height: 1.5;
    display: block;
}

.lp-pricing2-cta-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 200px;
}

.lp-pricing2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
    color: #fff;
}

.lp-pricing2-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
    color: #fff;
    filter: brightness(1.12);
}

.lp-pricing2-btn-call {
    background: var(--primary-color);
    box-shadow: 0 6px 20px rgba(22,140,163,0.4);
}

.lp-pricing2-btn-wa {
    background: #25d366;
    box-shadow: 0 6px 20px rgba(37,211,102,0.35);
}

.lp-float-btns {
    position: fixed;
    right: 24px;
    bottom: 68px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.lp-float-btn {
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 50px;
    padding: 0;
    width: 52px;
    height: 52px;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: width 0.35s ease, padding 0.35s ease, box-shadow 0.3s;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

.lp-float-btn .fa {
    font-size: 22px;
    flex-shrink: 0;
    width: 52px;
    text-align: center;
}

.lp-float-label {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width 0.35s ease, opacity 0.25s ease;
    display: inline-block;
    white-space: nowrap;
}

.lp-float-btn:hover {
    width: auto;
    padding: 0 20px 0 0;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.lp-float-btn:hover .lp-float-label {
    max-width: 120px;
    opacity: 1;
    padding-right: 4px;
}

.lp-float-call { background: var(--primary-color); }
.lp-float-wa   { background: #25d366; }

.lp-pricing-note {
    display: block;
    font-size: 10px;
    color: #999999;
    margin-top: 14px;
    line-height: 1.5;
    font-style: normal;
}

.lp-about-section {
    position: relative;
    background: url('../images/abt-beach.webp') center center / cover no-repeat fixed;
    padding: 90px 0;
    overflow: hidden;
}

.lp-about-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 28, 55, 0.60) 0%, rgba(14, 70, 90, 0.50) 100%);
    z-index: 0;
}

.lp-about-container {
    position: relative;
    z-index: 1;
}

.lp-about-label-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 48px;
}

.lp-about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.lp-about-left {
    padding-right: 50px;
}

.lp-about-logo {
    max-width: 180px;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    padding: 10px 16px;
}

.lp-about-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.lp-about-desc {

    font-size: 1rem;
    color: #fff;
    line-height: 1.85;
    margin-bottom: 14px;
}

.lp-about-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.lp-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(22,140,163,0.25);
    border: 1px solid rgba(30,155,174,0.5);
    color: #ffffff;
    border-radius: 30px;
    padding: 7px 16px;
    font-size: 12px;
    letter-spacing: 0.4px;
    transition: background 0.25s;
}

.lp-about-badge:hover {
    background: rgba(22,140,163,0.5);
}

.lp-about-right {
    padding-left: 20px;
}

.lp-about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lp-about-stat-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 18px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.lp-about-stat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 0.4s ease;
    border-radius: 0 0 18px 18px;
}

.lp-about-stat-card:hover {
    transform: translateY(-6px);
    background: rgba(22,140,163,0.2);
    border-color: rgba(30,155,174,0.55);
}

.lp-about-stat-card:hover::after {
    width: 100%;
}

.lp-about-stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(22,140,163,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-about-stat-icon .fa {
    font-size: 20px;
    color: #fff;
}

.lp-about-stat-body {
    display: flex;
    flex-direction: column;
}

.lp-about-stat-num-wrap {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.lp-about-stat-num-wrap .lp-count,
.lp-about-stat-num-wrap span {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.lp-stat-suffix {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.lp-stat-text span {
    font-size: 22px !important;
}

.lp-about-stat-label {

    font-size: 1rem;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 0.3px;
}

.lp-dev-row { display:flex; flex-wrap:wrap; align-items:center; }
.lp-dev-logo { max-width:220px; width:100%; margin-bottom:28px; }
.lp-dev-badges { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.lp-dev-badge { display:inline-flex; align-items:center; gap:7px; background:rgba(22,140,163,0.08); border:1px solid rgba(22,140,163,0.2); color:var(--primary-color); border-radius:30px; padding:6px 14px; font-size:12px; }

.lp-faq-section {
    position: relative;
    background: linear-gradient(160deg, #071529 0%, #0b2e4a 50%, #0d3d58 100%);
    padding: 80px 0;
    overflow: hidden;
}

.lp-faq-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 30%, rgba(22,140,163,0.12) 0%, transparent 55%),
                radial-gradient(ellipse at 20% 80%, rgba(14,70,90,0.15) 0%, transparent 50%);
    z-index: 0;
}

.lp-faq-section .container {
    position: relative;
    z-index: 1;
}

.lp-faq-section .panel-group { margin-bottom: 0; }
.lp-faq-section .panel { border-radius: 14px !important; box-shadow: none !important; }
.lp-faq-section .panel-heading { padding: 0; border: none !important; border-radius: 14px !important; background: none; }
.lp-faq-section .panel-body { border-top: none !important; }
.lp-faq-section .panel-collapse.in { border-top: 1px solid rgba(255,255,255,0.08); }

.lp-faq-section .lp-faq-q a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 22px 26px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    user-select: none;
    transition: color 0.2s;
    width: 100%;
}

.lp-faq-section .lp-faq-q a:hover,
.lp-faq-section .lp-faq-q a[aria-expanded="true"] {
    color: #5ee8ff;
    text-decoration: none;
}

.lp-faq-section .lp-faq-q a[aria-expanded="true"] .lp-faq-icon {
    transform: rotate(45deg);
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.lp-faq-wrap {
    margin-top: 28px;
}

.lp-faq-item {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    margin-bottom: 14px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: border-color 0.3s, background 0.3s;
}

.lp-faq-item:hover {
    border-color: rgba(22,140,163,0.5);
    background: rgba(22,140,163,0.10);
}

.lp-faq-q {
    padding: 22px 26px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: #ffffff;
    font-style: normal;
    user-select: none;
    transition: color 0.2s;
}

.lp-faq-q:hover {
    color: #5ee8ff;
}

.lp-faq-q:not(.collapsed) {
    color: #5ee8ff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lp-faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(22,140,163,0.3);
    border: 1px solid rgba(22,140,163,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #5ee8ff;
    font-size: 12px;
    transition: transform 0.3s ease, background 0.3s;
}

.lp-faq-q:not(.collapsed) .lp-faq-icon {
    transform: rotate(45deg);
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.lp-faq-a {
    padding: 0 26px 22px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    font-style: normal;
}

.lp-faq-a p {
    margin: 0;
}

.lp-contact-section {
    position: relative;
    background: url('../images/location-advantage.jpg') center center / cover no-repeat;
    padding: 90px 0;
    overflow: hidden;
}

.lp-contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgba(7,21,41,0.94) 0%, rgba(11,46,74,0.91) 50%, rgba(13,61,88,0.89) 100%);
    z-index: 0;
}

.lp-contact-container {
    position: relative;
    z-index: 1;
}

.lp-contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.lp-contact-title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin: 14px 0 14px;
    line-height: 1.25;
}

.lp-contact-desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    margin-bottom: 28px;
}

.lp-contact-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px;
}

.lp-contact-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    background: rgba(0,0,0,0.42);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 14px;
    padding: 28px 16px 22px;
    transition: background 0.25s, transform 0.25s, border-color 0.25s;
}

.lp-contact-info-card:hover {
    background: rgba(22,140,163,0.18);
    border-color: rgba(22,140,163,0.4);
    transform: translateY(-4px);
}

.lp-contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-contact-info-icon .fa {
    color: #fff;
    font-size: 20px;
}

.lp-contact-info-card strong {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.lp-contact-info-card span {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.lp-contact-form-card {
    background: rgba(5,18,42,0.82) !important;
    border: 1px solid rgba(255,255,255,0.20) !important;
    border-radius: 20px !important;
    padding: 40px 36px !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 8px 40px rgba(0,0,0,0.50) !important;
    border-top: 3px solid var(--primary-color) !important;
}

.lp-contact-form-card .form-card-heading,
.lp-contact-form-card .lp-contact-form-title { color: #ffffff !important; }

.lp-contact-form-card .form-card-sub,
.lp-contact-form-card .lp-contact-form-sub { color: #fff !important; }

.lp-contact-form-card .ov-field-label { color: #fff !important; }

.lp-contact-form-card .ov-optional { color: rgba(255,255,255,0.35) !important; }

.lp-contact-form-card .input-group-addon {
    background: rgba(255,255,255,0.14) !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    border-right: none !important;
    color: var(--primary-color) !important;
}

.lp-contact-form-card .form-control {
    background: rgba(255,255,255,0.14) !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    border-left: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.lp-contact-form-card .form-control::placeholder { color: rgba(255,255,255,0.4) !important; }

.lp-contact-form-card .form-control:focus {
    background: rgba(22,140,163,0.15) !important;
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.lp-contact-form-card .expert-badge {
    background: rgba(22,140,163,0.2) !important;
    border-color: rgba(22,140,163,0.4) !important;
    color: #5ee8ff !important;
}

.lp-contact-badge .badge-dot { background: #5ee8ff !important; }

.lp-contact-form-card .checkbox-label,
.lp-contact-consent-label { color: #fff !important; }

.lp-contact-right { padding-left: 10px; }

.lp-footer {
    background: #071529;
    color: #ccc;
}

.lp-footer-main {
    padding: 60px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lp-footer-row > div {
    margin-bottom: 36px;
}

.lp-footer-logo {
    width: 150px;
    display: block;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.lp-footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 20px;
}

.lp-footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lp-footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.lp-footer-socials a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.lp-footer-col-title {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}

.lp-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-footer-links li {
    margin-bottom: 9px;
}

.lp-footer-links li a {
    font-size: 13px;
    color: rgba(255,255,255,0.58);
    text-decoration: none;
    -webkit-transition: color 0.2s, padding-left 0.2s;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}

.lp-footer-links li a .fa {
    color: var(--primary-color);
    margin-right: 6px;
    font-size: 11px;
}

.lp-footer-links li a:hover {
    color: var(--primary-color);
    padding-left: 4px;
}

.lp-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-footer-contact-list li {
    font-size: 13px;
    color: rgba(255,255,255,0.62);
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.lp-footer-contact-list li .fa {
    color: var(--primary-color);
    margin-top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

.lp-footer-contact-list li a {
    color: rgba(255,255,255,0.62);
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.lp-footer-contact-list li a:hover {
    color: var(--primary-color);
}

.lp-footer-rera-label {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.lp-footer-rera-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.lp-footer-rera-list li {
    font-size: 13px;
    color: rgba(255,255,255,0.78);
    margin-bottom: 7px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.lp-rera-link {
    font-size: 12px;
    color: var(--primary-color) !important;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lp-rera-link:hover {
    opacity: 0.75;
    text-decoration: underline;
}

.lp-footer-disclaimer {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.lp-footer-disclaimer p {
    font-size: 11px;
    color: rgba(255,255,255,0.38);
    line-height: 1.75;
    margin: 0;
}

.lp-footer-copy {
    padding: 16px 0;
}

.lp-footer-copy-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-footer-copy-inner span {
    font-size: 12px;
    color: rgba(255,255,255,0.32);
}

@media (max-width: 991px) {
    .lp-sec-title { font-size: 30px; }
    .lp-loc-left { padding-right: 15px; margin-bottom: 30px; }
    .lp-dev-img-col { padding-right: 15px; margin-bottom: 30px; }
    .lp-about-left { padding-right: 15px; margin-bottom: 36px; }
    .lp-about-title { font-size: 26px; }

}

@media (max-width: 767px) {
    .lp-section { padding: 50px 0; }
    .lp-sec-title { font-size: 26px; }
    
    .lp-ame-col { width: 100%; }
    .lp-config-col { width: 100%; }
    .lp-loc-left,.lp-loc-right { width: 100%; padding: 0 15px; }
    .lp-dev-img-col,.lp-dev-content { width: 100%; padding: 0 15px; }
    .lp-about-left,.lp-about-right { width: 100%; padding: 0 15px; }
    .lp-about-stats { grid-template-columns: 1fr; gap: 14px; }
    .lp-contact-info-grid { grid-template-columns: 1fr; gap: 12px; }
    .lp-about-title { font-size: 24px; }
    .lp-about-stat-num-wrap .lp-count, .lp-about-stat-num-wrap span { font-size: 24px; }
    .lp-pricing-title { font-size: 26px; }
    .lp-pricing-right { width: 100%; }
    .lp-pricing2-title { font-size: 26px; }
    .lp-pricing2-cta-card { padding: 24px 20px; flex-direction: column; }
    .lp-pricing2-cta-right { width: 100%; flex-direction: row; flex-wrap: wrap; }
    .lp-pricing2-btn { flex: 1; min-width: 140px; }
    .lp-float-btn { width: 48px; height: 48px; }
    .lp-gal-tag { font-size: 10px; padding: 4px 10px; }
    .lp-footer-brand,.lp-footer-contact,.lp-footer-rera { width: 100%; }

    .lp-contact-left {
    padding-top: 2rem;
}
}

.sbr-gallery-section {
    padding: 60px 0;
    background: #fff;
}

.sbr-gal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.sbr-gallery-nav .nav-pills {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.sbr-gallery-nav .nav-pills .nav-item { list-style: none; }

.sbr-gallery-nav .nav-pills button {
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1.5px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.sbr-gallery-nav .nav-pills button.active,
.sbr-gallery-nav .nav-pills button:hover {
    background: var(--primary-color);
    color: #fff;
}

.sbr-tab-content { position: relative; }

.sbr-tab-pane {
    display: none;
}

.sbr-tab-pane.active {
    display: block;
}

.sbr-gallery-thumb-wrap {
    position: relative;
}

.sbr-gallery-img {
    width: 100%;
    height: 65vh;
    overflow: hidden;
}

.sbr-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbr-interior-swiper .swiper-slide img,
.sbr-exterior-swiper .swiper-slide img,
.sbr-lifestyle-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbr-thumb-slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 10;
}

.sbr-thumb-slider-content {
    flex: 1;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sbr-interior-swiper-thumb .swiper-slide img,
.sbr-exterior-swiper-thumb .swiper-slide img,
.sbr-lifestyle-swiper-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbr-interior-swiper-thumb .swiper-slide,
.sbr-exterior-swiper-thumb .swiper-slide,
.sbr-lifestyle-swiper-thumb .swiper-slide {
    height: 70px !important;
    opacity: 0.45;
    transition: opacity 0.3s;
    cursor: pointer;
}

.sbr-interior-swiper-thumb .swiper-slide-thumb-active,
.sbr-exterior-swiper-thumb .swiper-slide-thumb-active,
.sbr-lifestyle-swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.sbr-swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sbr-swiper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.sbr-swiper-btn:hover {
    background: #0f6f84;
}

@media (max-width: 991px) {
    .sbr-gal-header { flex-direction: column; align-items: flex-start; }
    .sbr-gallery-img { height: 55vh; }
    .sbr-thumb-slider-container {
        position: relative;
        bottom: unset;
        left: unset;
        transform: none;
        width: 100%;
        margin-top: 14px;
        flex-direction: column;
        align-items: stretch;
    }
    .sbr-thumb-slider-content { padding: 8px 12px; }
    .sbr-swiper-nav { flex-direction: row; justify-content: center; }
}

@media (max-width: 576px) {
    .sbr-gallery-img { height: 45vh; }
    .sbr-interior-swiper-thumb .swiper-slide,
    .sbr-exterior-swiper-thumb .swiper-slide,
    .sbr-lifestyle-swiper-thumb .swiper-slide { height: 55px !important; }
}

.section-gallery {
    padding: 4rem 0;
}

.gallery-container {
    margin: 3rem auto auto auto;
}

#pills-tabContent .tab-pane {
    display: none !important;
}
#pills-tabContent .tab-pane.active {
    display: block !important;
}

.gallery-nav .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.gallery-nav .nav-pills .nav-item {
    list-style: none;
}

.gallery-nav .nav-pills button {
    border-radius: 78px;
    padding: 0.5rem 2rem;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-text-fill-color: var(--primary-color);
}

.gallery-nav .nav-pills button.active,
.gallery-nav .nav-pills button:hover {
    background: var(--primary-color);
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.gallery-thumb-swiper-container {
    position: relative;
}

.gallery-thumb-swiper-container .gallery-img {
    width: 100%;
    height: 70vh;
    height: 70dvh;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-thumb-swiper-container .gallery-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumb-slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 5%;
    z-index: 2;
    width: 90%;
}

.thumb-slider-content {
    width: 55%;
    border-radius: 14.79px;
    border: 0.555px solid var(--primary-color);
    padding: 1rem 3rem;
    background: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.thumb-slider-container .swiper-slide {
    width: 100%;
    height: 11dvh !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.thumb-slider-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumb-slider-container .swiper-nav {
    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;
    gap: 1.5rem;
}

.thumb-slider-container .swiper-nav .swiper-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.thumb-slider-container .swiper-nav .swiper-button:hover {
    background: #0f6f84;
}

.interior-swiper,
.exterior-swiper,
.lifestyle-swiper {
    width: 100%;
    height: 70vh;
    height: 70dvh;
}

.interior-swiper-thumb,
.exterior-swiper-thumb,
.lifestyle-swiper-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.interior-swiper-thumb .swiper-slide,
.exterior-swiper-thumb .swiper-slide,
.lifestyle-swiper-thumb .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.interior-swiper-thumb .swiper-slide-thumb-active,
.exterior-swiper-thumb .swiper-slide-thumb-active,
.lifestyle-swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

@media only screen and (max-width: 1400px) {
    .thumb-slider-content {
        width: 70%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

@media only screen and (max-width: 1200px) {
    .thumb-slider-container {
        width: 95%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .thumb-slider-content {
        padding: 1rem 2rem;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .thumb-slider-container .swiper-slide {
        height: 10dvh !important;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

@media only screen and (max-width: 991px) {
    .interior-swiper, .exterior-swiper, .lifestyle-swiper { height: 60vh; height: 60dvh; }
    .gallery-thumb-swiper-container .gallery-img {
        height: 60vh;
        height: 60dvh;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .thumb-slider-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: unset;
        width: 100%;
        margin: 1rem auto auto auto;
    }
    .thumb-slider-content {
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

@media only screen and (max-width: 576px) {
    .interior-swiper, .exterior-swiper, .lifestyle-swiper { height: 50vh; height: 50dvh; }
    .gallery-thumb-swiper-container .gallery-img {
        height: 50vh;
        height: 50dvh;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .thumb-slider-container .swiper-slide {
        height: 8dvh !important;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

.lp-ame2-section {
    background: #f4f7f4;
    padding: 70px 0;
}

.lp-ame2-head {
    margin-bottom: 36px;
}

.lp-ame2-title {
    font-size: 38px;
    margin: 10px 0 14px !important;
}

.lp-ame2-desc {
    color: #000;
    font-size: 15px;
    max-width: 560px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.lp-ame2-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.lp-ame2-tab {
    border: 1.5px solid var(--primary-color);
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: transparent;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-ame2-tab.active,
.lp-ame2-tab:hover {
    background: var(--primary-color);
    color: #fff;
}

.lp-ame2-panel {
    display: none;
}
.lp-ame2-panel.active {
    display: block;
}

.lp-ame2-card {
    background: #eef2ee;
    border-radius: 16px;
    padding: 36px 20px 28px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    margin: 8px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.lp-ame2-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--primary-color);
    border-radius: 3px 3px 0 0;
    transition: width 0.35s ease;
}

.lp-ame2-card:hover::after {
    width: 70%;
}

.lp-ame2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(22,140,163,0.18);
    background: #fff;
}

.lp-ame2-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.lp-ame2-icon .fa {
    font-size: 28px;
    color: #fff;
}

.lp-ame2-name {
    font-size: 14px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.4;
}

.lp-ame2-panels .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.lp-ame2-panels .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.lp-ame2-panels .owl-nav button:hover {
    background: #0f6f84 !important;
}

.lp-ame2-panels .owl-dots {
    text-align: center;
    margin-top: 14px;
}

.lp-ame2-panels .owl-dot span {
    background: #ccc !important;
    width: 28px !important;
    height: 5px !important;
    border-radius: 3px !important;
}

.lp-ame2-panels .owl-dot.active span {
    background: var(--primary-color) !important;
}

@media (max-width: 767px) {
    .lp-ame2-tabs { gap: 8px; }
    .lp-ame2-tab { padding: 8px 16px; }
    .lp-ame2-title { font-size: 28px; }
    .lp-contact-info-card strong {
    font-size: 21px;
}

.lp-contact-info-card span {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
}
}

@media (max-width: 991px) {
    .lp-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 28px;
    }
}

@media (max-width: 767px) {
    .lp-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .lp-footer-copy {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }
}

.navbar-dual-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.navbar-dual-logo .navbar-brand {
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
}
.nav-logo-sep {
    display: inline-block;
    width: 2px;
    height: 45px;
    background: #cccccc;
    margin: 0 4px;
    flex-shrink: 0;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        margin: 0 6px;
        float: none !important;
    }
    .navbar-nav {
        display: flex !important;
        align-items: center;
        float: none !important;
        width: 100%;
        justify-content: flex-end;
    }
    .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }
}

.nav-contact-btn {
    background: linear-gradient(180deg, #168ca3 50%, #001836 0) no-repeat scroll 100% 100% / 100% 210% #001836 !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    margin-left: 6px;
    transition: background-position 0.3s ease !important;
}
.nav-contact-btn:hover,
.nav-contact-btn:focus {
    background-position: 100% 0 !important;
    color: #fff !important;
}
