@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0 auto;
}
       
a, a:hover{
    text-decoration: none;
}


body {
    font-family: "Montserrat"  !important;
    font-weight: 400;
}

.hidden {
  display: none !Important;
}


@font-face {
  font-family: 'Bharti';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/AlbraTextRegular.eot');
    src: url('../fonts/AlbraTextRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlbraTextRegular.woff2') format('woff2'),
        url('../fonts/AlbraTextRegular.woff') format('woff'),
        url('../fonts/AlbraTextRegular.ttf') format('truetype'),
        url('../fonts/AlbraTextRegular.svg#Bharti') format('svg');
}


@font-face {
    font-family: 'Bharti';
    font-style: italic;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/Albra-LightItalic.eot');
    src: url('../fonts/Albra-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Albra-LightItalic.woff2') format('woff2'),
        url('../fonts/Albra-LightItalic.woff') format('woff'),
        url('../fonts/Albra-LightItalic.ttf') format('truetype'),
        url('../fonts/Albra-LightItalic.svg#Bharti') format('svg');
}

@font-face {
    font-family: 'Square721ExBT';
    src: url('../fonts/Square721BT-RomanExtended.eot');
    src: url('../fonts/Square721BT-RomanExtended.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Square721BT-RomanExtended.woff2') format('woff2'),
        url('../fonts/Square721BT-RomanExtended.woff') format('woff'),
        url('../fonts/Square721BT-RomanExtended.ttf') format('truetype'),
        url('../fonts/Square721BT-RomanExtended.svg#Square721BT-RomanExtended') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Bharti' !important;
        color:#000;
}

.navbar-brand img {
    /* width: 200px; */
    /* max-width: 200px; */
    width: 142px;
    max-width: 142px;
}
nav .nav-item {
    margin-left: 40px;
}

nav .nav-link.btns:after {
    content:none;
}
nav.navbar.navbar-expand-lg.navbar-default {
    /* background: #872727cc; */
    backdrop-filter: blur(3px);
    background: linear-gradient(180deg, #0000003b, #00000057, #00000040);
}
/*nav.navbar.navbar-expand-lg.fixed .nav-link.btns, nav.navbar.navbar-expand-lg.fixed2 .nav-link.btns {*/
/*    border: solid 1px #000;*/
/*}*/
/*nav.navbar.navbar-expand-lg.fixed .nav-link, nav.navbar.navbar-expand-lg.fixed2 .nav-link {*/
/*    color: #000;*/
/*}*/
/*nav.navbar.navbar-expand-lg.fixed, nav.navbar.navbar-expand-lg.fixed2 {*/
/*    background: #000;*/
/*    box-shadow: 10px 10px 10px #b7b7b721;*/
/*    -webkit-animation: slide-down 1.0s;*/
/*    animation: slide-down 1.0s;*/
/*}*/
/*@-webkit-keyframes slide-down {*/
/*    0% {*/
/*        opacity: 0;*/
/*        -webkit-transform: translateY(-100%);*/
/*        transform: translateY(-100%)*/
/*    }*/

/*    100% {*/
/*        opacity: .9;*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0)*/
/*    }*/
/*}*/

/*@keyframes slide-down {*/
/*    0% {*/
/*        opacity: 0;*/
/*        -webkit-transform: translateY(-100%);*/
/*        transform: translateY(-100%)*/
/*    }*/

/*    100% {*/
/*        opacity: .9;*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0)*/
/*    }*/
/*}*/

nav {
    padding: 8px 0 !important;
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    border-bottom: solid 1px #ffffff24;
    transition: all ease-in-out 0.5s;
}
nav .nav-link:hover {
    color:#fff;
}
nav .nav-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0 !important;
    position: relative;
}
nav .nav-link.btns:hover {
    background: #fbbc1c;
    color: #000;
}
.btns {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 9px 18px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    z-index: 9;
    overflow: hidden;
}
nav .nav-link:hover:after {
    width: 100%;
}
nav .nav-link.btns {
    position: initial;
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background: #fff;
}
nav .nav-link:after {
    content: "";
    background: #fbbc1c;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

/**/

.main-brand {
    gap: 12px;
    align-items: center;
}
.Vline{
   height: 57px;
   width: 1px;
   background:#ffffff45;
}


.banner{
    height:auto;
    background-size:cover !important;
}
.banner img{
    height: 100vh;
    object-fit: cover;
}
.banner .container{
       position: absolute;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
}

.banner-text{
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: #ffffff;
    font-size: 17px;
    /* background: #00000012; */
    /* backdrop-filter: blur(8px); */
    padding: 0px;
    border-radius: 5px;
    max-width: 60%;
    margin: 0;
    z-index:1;
}
.banner.slick-dotted.slick-slider{
    margin-bottom:0;
}

.banner .slick-slide::after{
   content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #0000008c 30%, transparent 100%);
    pointer-events: none;
}

/*.banner .slick-dots{*/
/*    bottom:110px;*/
/*}*/
/*.banner .slick-dots li{*/
/*        border: 1px solid #fff;*/
/*}*/
.edge-slider .slick-dots li button:before{
    color:#000;
    border: 1px solid #000;
    font-size: 7px;
}
.edge-slider .slick-dots li.slick-active button:before{
    color:#000;
    
}
.edge-slider.slick-dotted.slick-slider {
    margin-bottom: 36px;
}
.edge-slider .slick-dots {
    
    bottom: -35px;
}
.pt50{
    padding-top: 50px;
}
.banner .caption-home {
    z-index: 2;
    position: relative;
}
.banner .slick-arrow i{
    color:#0091d3 ;
}
.banner .slick-arrow{
    border:none !important;
}
.banner .slick-prev, .banner .slick-next {
    top: unset;
    background: #fff;
}
.banner .slick-arrow:hover{
    background:#0091d3 ;
}
.banner .slick-arrow:hover i{
    color:#fff;
}
 .slick-prev, .slick-next{
   
    bottom: 20px;
    width: 40px;
    height: 40px;
    transform: unset;
    border:solid 1px  #0091d3 !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.slick-prev:hover, .slick-next:hover{
    /*background: #000!important;*/
}
.slick-prev i, .slick-next i{
    font-size: 16px;
    color:#fff;
    padding-top: 3px;
}
.banner .slick-prev{
    left: unset;
    right: 105px;
   
}
.banner .slick-next{
    right: 60px;
 
}
.slick-prev:before, .slick-next:before{
    content: unset !important;
}
/*.banner:after {*/
/*    content: "";*/
/*    background: #0000005c;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*}*/
.caption-home .h4 {
    margin: 0;
    color:#fff;
}
.caption-home img {
    width: 320px;
}

.pad80{
    padding:80px 0;
}
.h4 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom:30px;
}
.about-worldmark p {
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}
.edge_slide_icon {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    transition: all 0.85s ease;
    position: relative;
    border: 0.5px solid #45454512;
    min-height: 256px;
}
.edge-slider .slick-arrow:hover i {
    color:#fff;
}
.edge-slider .slick-arrow:hover{
    background:#0091d3 ;
}
.edge-slider .slick-prev {
    left: -20px;
    bottom:0;
    top: 40%;
      background: #fff;
}
.edge-slider i{
    color:#0091d3;
}
.edge-slider .slick-next {
    right: -20px;
    bottom: 0;
    top: 40%;
    background: #fff;
}
/*
Source - https://stackoverflow.com/a/31635875
Posted by Dishan TD, modified by community. See post 'Timeline' for change history
Retrieved 2026-02-18, License - CC BY-SA 4.0
*/

  /* the slides */
 .edge-slider .slick-slide {
      margin: 0 8px;
  }

  /* the parent */
.edge-slider  .slick-list {
      margin: 0 -8px;
  }

.edge_slide_icon img {
    width: 150px;
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
    transition: all 0.85s ease;
    transform: scale(1);
}

.edge_slide_icon p {
    font-weight: 600;
    margin-bottom:0;
    font-size: 1rem;
}

.about-worldmark .col-lg-3{
    margin:0;
}

.map iframe {
    width:100%;
    height:450px;
    margin-bottom:-8px;
}

footer {
    background: #2d2d2d
}

.footer-logo img {
    width: 150px
}
.footer-logo{
    margin-bottom: 20px;
}

footer .quick-links h3 {
    font-family:"Montserrat" !important;
    font-size: 15px;
    font-weight: 700;
    color: #6F6F6F;
    border-bottom: solid 1px #6F6F6F;
    padding-bottom: 9px;
    margin-bottom: 18px;
}

footer .quick-links ul {
    padding:0;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    gap: 0px;
}

footer .quick-links li {
    margin: 0;
    margin-bottom: 10px;
        width: 48%;
}

footer .quick-links li a {
    font-size: 13px;
    color: #fff;
}

footer svg {
    width: 28px;
    height: 28px;
    margin-right: 10px
}

.linkden a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.linkden {
    position: absolute;
    bottom: 0;
    left: 0
}

.img-comp-container {
    position: relative
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    border-right: solid 4px #fff
}

.img-comp-slider:after {
    content: "";
    background: url(../images/right.svg) no-repeat;
    position: absolute;
    right: 5px;
    bottom: -7px;
    margin: auto;
    font-size: 31px;
    width: 20px;
    height: 20px;
    z-index: 999999;
    top: 0
}

.img-comp-slider:before {
    content: "";
    background: url(../images/left.svg) no-repeat;
    position: absolute;
    left: 17px;
    bottom: -7px;
    margin: auto;
    font-size: 31px;
    width: 20px;
    height: 20px;
    z-index: 999999;
    top: 0
}

.img-comp-img img {
    display: block;
    vertical-align: middle
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%
}
.wma-logo {
    width: 150px !important;
    border-left: solid 1px #565656;
    margin-left: 20px;
    padding-left: 20px;
}
.linkden a {
    margin-right: 60px;
}
.copyright {
    border-top: solid 1px #535353
}
.linkden {
    display: flex;
}
.myContent {
    padding: 60px 0 40px;
}
.copyright {
    border-top: solid 1px #535353;
    padding: 15px 0;
    background: #2d2d2d
}
.flex-box img {
    width: 20px;
    position: relative;
    top: -1px;
}
.copyright p,.copyright a,.copyright .map {
    font-size: 11px;
    color: #fff;
    margin-bottom: 0
}

.map a, .map{
    font-size: 13px;
    color: #fff;
     margin-bottom: 0;
     line-height: 26px;
     
}

.map {
    position: relative;
}
.flex-box img {
    margin-right: 10px;
}
.address {
    background: #f5f5f5;
    padding: 40px 0;
}
.flex-box a {
    margin: 0;
    color: #000;
    font-size: 14px;
}
.flex-box {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    max-width: 400px;
    padding: 30px;
}

.navbar-toggle .icon-bar {
    width: 25px;
    height: .8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    background-color: #fff
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px
}

.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0)
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}
.navbar-toggle {
    border: none;
    background: transparent !important;
    display: none;
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.simple-btn{
    display: inline-block;
    padding: 8px 30px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    transition: all 0.3s ease;
}

/* Hover Effect */
.simple-btn:hover{
    background-color: #000;  /* brand color */
    color: #fff;
    border-color: #000;
}
/* Custom Premium Modal Styles */
.b-modal-container {
    border-radius: 0;
    border: none;
    box-shadow: 0 25px 80px rgba(0,0,0,0.15);
}

.b-modal-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

/* Close Button Styling */
.b-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    font-size: 30px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}
.b-close-btn:hover {
    transform: rotate(90deg);
}

/* Minimalist Input Styling */
.b-form-group {
    margin-bottom: 25px;
    position: relative;
}

.b-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0; /* Thin light line */
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    background: transparent;
    transition: border-color 0.4s ease;
}

.b-input:focus {
    outline: none;
    border-bottom: 1px solid #000; /* Turns black on focus */
}

/* Fix for textarea */
textarea.b-input {
    resize: none;
}

/* Placeholder color */
.b-input::placeholder {
    color: #b5b5b5;
    font-weight: 300;
    font-size: 14px;
}

/* Button override to match your existing style perfectly */
#contactModal .simple-btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
}

#contactModal .simple-btn:hover {
    background: #000;
    color: #fff;
}

.error {
    font-size: 14px;
    color: red;
    margin-top: 3px;
}


.spinner-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000078;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.spinner-hide {
     display:none
}

.spinner-border {
    --bs-spinner-width: 6rem;
    --bs-spinner-height: 6rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid rgb(255 255 255);
    border-right-color: transparent;
}