@charset "utf-8";

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

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

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

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

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

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

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("../fonts/CenturyGothic-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Italic.woff2") format("woff2"),
    url("../fonts/CenturyGothic-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

a {
  text-decoration: none;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

::-moz-selection {
  background-color: #46b298;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #46b298;
  color: #fff;
  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Century Gothic";
  background-color: #021a3c;
}

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

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
/* ul, */
/* li, */
figure {
  margin: 0;
  padding: 0;
  font-family: "MoonTime";
  font-size: 80px;
  color: #ff6300;
  font-weight: 400;
}

h1 {
  font-size: 56px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "MoonTime";
}

img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

section {
  padding: 10px 0;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.headingPart h3 {
  position: relative;
  display: flex;
  margin-right: 15px;
  text-transform: capitalize;
  justify-content: center;
  z-index: -1;
}

.headingPart h3::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  height: 3px;
}

.headingPart h3 .headingSpan {
  position: relative;
  z-index: 1;
  color: #ff6300;
  font-size: 80px;
  font-weight: 400;
  padding-left: 15px;
  display: inline-block;
}

.headingPart h3 .headingSpan::after {
  background-color: #021a3c;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btnDetails {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  background-color: #021a3c;
  padding: 9px 15px 9px;
  border: 2px solid #021a3c;
  transition: all 0.9s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  gap: 12px;
  z-index: 1;
}

.btnDetails span i {
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.btnDetails:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #fff;
}

.subheading {
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 3px;
  color: #ff6300;
  margin-bottom: 20px !important;
}

.btnSubmit {
  margin-top: 15px;
  display: block;
  padding: 9px 20px 9px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ff6300;
  text-transform: capitalize;
  transition: 0.6s ease-in-out;
  border-radius: 10px;
  font-size: 21px;
  font-weight: 400;
}

.btnSubmit:hover {
  background: #ff6300;
  color: #fff;
}

/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

/*=================== Breadcrumb =================== */

.breadCrumb {
  padding: 100px 0 0;
}

.breadCrumb ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.breadCrumb ul li a,
.breadCrumb ul li {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  transition: all 0.9s ease-in-out;
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: 400;
}

.breadCrumb ul li+li {
  padding-left: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.breadCrumb ul>li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.breadCrumb .headingPart h3 {
  display: block;
  text-transform: initial;
}

.breadCrumb .headingPart h3::before {
  background-color: #ff6300;
  width: 100%;
}

.breadCrumb .headingPart h3 .headingSpan {
  padding-right: 15px;
  padding-left: 0;
}

/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #fff;
  text-align: center;
  background: #0059cd;
  border: 1px solid #0059cd;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 0;
}

.scroll-top.cta {
  min-width: 0;
}

.scroll-top.cta i {
  margin-left: 0;
}

.scroll-top:hover {
  background: #aeebc9;
  border: 1px solid #aeebc9;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 0.6);
}

.scroll-top.open {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=================== Home Page =================== */

/* Header */
.header .forMob {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background-color: transparent;
  z-index: 99;
  transition: all 0.6s ease-in-out;
}

.header.stickyHeader {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #021a3c;
  padding: 20px 0;
}

.logo img {
  max-width: 200px;
}

.menu-icons {
  display: flex;
  align-items: center;
  justify-content: end;
}

.menu-icons i {
  margin: 0 25px;
  font-size: 32px;
  cursor: pointer;
  color: #ff6300;
  transition: 0.7s ease-in-out;
}

.menu-icons a img {
  max-width: 32px;
  transition: 0.7s ease-in-out;
}

.menu-icons a:hover img {
  filter: brightness(0) invert(1);
}

.menu-icons i.bi-list {
  margin: 0 0 0 25px;
  font-size: 40px;
}

.menu-icons .insta {
  border-radius: 50px;
  background: transparent;
  border: 1px solid #ff6300;
  background-color: #ff6300;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-icons .insta i {
  color: #000;
}

.menu-icons i:hover {
  color: #ffffff;
}

.menu-icons i.bx-menu-alt-left {
  font-size: 40px;
  rotate: 180deg;
}

.menuWrapper {
  position: relative;
}

.overlay-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100vh;
  background-color: #021a3c;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  transition: right 0.7s ease;
  z-index: 200;
}

.overlay-menu ul {
  list-style-type: none;
  display: block;
  padding: 140px 0 0 30px;
}
.overlay-menu ul ul{
  display: none;
}

.overlay-menu ul li {
  padding: 15px 0;
  /*font-size: 24px;*/
  /* Arunava added code to increase the menu item font size*/
  font-size: 32px;
  cursor: pointer;
  transition: 0.7s ease-in-out;
}

.overlay-menu ul li:hover a {
  color: #ff6300;
}

.overlay-menu.active {
  right: 0;
}

.overlay {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  color: #ffffff;
  cursor: pointer;
}

.header .adminButton {
  padding: 6px 27px 6px;
  margin-right: 20px;
}

/* Banner */

.banner {
  position: relative;
  /* overflow: hidden;
  height: 100vh; */
  padding: 0;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
}

.homeContent {
  /* color: #ff6300;
  position: absolute;
  top: 50%; */
  /*left: 40%;*/
  /*Arunava added code to bring the home banner text to center*/
  /* left: 50%; */
  /*Arunava added code to increase  the home banner text to size*/
  /* font-size: 20px !important;
  transform: translate(-50%, -50%); */

  color: #ff6300;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homeContent p {
  font-size: 24px !important;
}

.video-bg-player,
.video-bg-overlay,
.video-bg video {
  position: absolute;
}

.video-bg-player {
    top: 0%;
    left: 0%;
    width: 100%;
  object-fit: cover;
}

.video-bg-overlay {
  transition: all 0.25s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-bg-overlay--fadeOut {
  visibility: hidden;
  opacity: 0;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About us */

.aboutImageContent {
  position: relative;
}

.aboutContent {
  position: absolute;
  top: 15%;
  left: 4%;
  width: 50%;
  text-align: justify;
}

.aboutContent p {
  font-size: 15px;
}

.onboardingpart {
  overflow: visible;
}

.onboardingpart .row {
  --bs-gutter-x: 100px;
  --bs-gutter-y: 100px;
}

.onboardingpart .eachOnboard {
  overflow: visible;
}

.onboardingpart .col-lg-4:not(:last-child) .eachOnboard::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 26px;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}

.onboardingpart .col-lg-4:nth-child(3n) .eachOnboard::after,
.onboardingpart .col-lg-4:nth-child(4n) .eachOnboard::after {
  bottom: -60px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: auto;
  right: auto;
}

.onboardingpart .col-lg-4:nth-child(4n) .eachOnboard::after {
  transform: translateX(-50%) rotate(90deg) rotateX(180deg);
}

.onboardingpart .col-lg-4:nth-child(5n) .eachOnboard::after,
.aboutSwiper .col-lg-4:nth-child(6n) .eachOnboard::after {
  transform: rotate(180deg);
  left: -90px;
  top: 50%;
}

.onboardingpart .col-lg-4:nth-child(8n) .eachOnboard::after {
  right: -90px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}

/* OUR SERVICES */

.con_service h2 {
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.con_service .btnDetails {
  text-align: center;
  margin: 30px auto 0;
  display: block;
  max-width: 200px;
}

.each_service {
  position: relative;
  overflow: hidden;
}

.each_service::before {
  position: absolute;
  content: "";
  background: linear-gradient(183deg,
      rgba(246, 192, 0, 0) 50%,
      rgba(2, 26, 60, 1) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.each_service:hover::before {
  background: linear-gradient(183deg,
      rgba(246, 192, 0, 0) 60%,
      rgba(2, 26, 60, 1) 100%);
  opacity: 1;
  visibility: visible;
}

.service_title {
  font-size: 16px;
  flex: 0 0 auto;
  z-index: 9;
  text-transform: uppercase;
  font-family: "Century Gothic";
  color: #fff;
  font-weight: bold;
}

.serviceSeparator {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  position: absolute;
  bottom: 8%;
  padding: 0 15px 0 10px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.separator {
  background-color: #ff6300;
  width: 100%;
  height: 1px;
}

.each_service:hover .service_desc {
  background: #00000085;
}

.service_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  bottom: -100%;
  padding: 0 10px;
}

.service_desc p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.each_service:hover .serviceSeparator {
  opacity: 0;
  visibility: hidden;
}

.each_service:hover .service_desc {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.con_service .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.con_service .btnDetails:hover {
  color: #021a3c;
}

/* Prime location */

.primeLocation {
  padding: 30px 0;
}

.primeLocation h2 {
  text-align: center;
  border-top: 3px solid #fff;
  width: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 20px;
}

.aboutSwiper {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.aboutSwiperSlider {
  overflow: visible;
}

.aboutSwiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
}

.aboutSwiper .swiper-slide-active {
  transform: scale(1.1);
}

.aboutSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 0;
}

.aboutSwiper .slider-content {
  position: absolute;
  bottom: 8%;
  left: 5%;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.primeLocation .slider-content h3,
.primeLocation .slider-content a {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ff6300;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Century Gothic";
  font-weight: bold;
  background: #808080a3;
  color: #fff;
}

/* Luxury Conceirge Services */

.luxuryConceirge {
  padding: 30px 0;
}

.luxuryConceirge .headingPart h3 {
  display: block;
}

.luxuryConceirge .headingPart h3::before {
  width: 100%;
}

.luxuryConceirge .headingPart h3 .headingSpan {
  padding-right: 15px;
  padding-left: 0;
}

.luxuryConceirge p {
  color: #fff;
  font-size: 22px;
}

.luxuryPart {
  margin-top: 30px;
}

.eachLuxury {
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 25px;
}

.eachLuxury::before {
  position: absolute;
  content: "";
  background: linear-gradient(183deg,
      rgba(246, 192, 0, 0) 50%,
      rgba(2, 26, 60, 1) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.eachLuxury .luxuryContent {
  position: absolute;
  bottom: 3%;
  left: 5%;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.eachLuxury .luxuryContent h4 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ff6300;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Century Gothic";
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* footer */

.footer {
  background-color: #021a3c;
  padding: 30px 0;
}

.footer .logo img {
  width: 100%;
}

.footerList {
  padding-top: 40px;
}

.mainFooter {
  color: #fff;
  border-top: 1px solid;
  padding-top: 40px;
}

.mainFooter a:hover {
  color: #ff6300;
}

.mainFooter a,
.mainFooter li {
  display: flex;
  color: #fff;
  transition: all 0.7s ease-in-out;
  margin-bottom: 10px;
  font-size: 16px;
  align-items: center;
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 16px;
}

.mainFooter a i,
.mainFooter li i {
  margin-right: 10px;
  font-size: 25px;
}

.emailForm {
  margin-top: 40px;
}

.emailForm label {
  font-size: 21px;
  font-weight: 400;
}

.emailForm input::placeholder {
  color: #fff;
  font-size: 18px;
}

.emailForm input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  max-width: 100%;
  height: 50px;
  margin-top: 15px;
  color: #fff;
}

.emailForm input:focus {
  border: 1px solid #ff6300;
  background: transparent;
}

.form-group {
  display: block;
  margin-bottom: 0;
  margin-top: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.form-group label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ff6300;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid #ff6300;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.footerBottom {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-size: 14px;
}

.footer h5 {
  font-size: 30px;
  font-family: "Century Gothic";
  font-weight: bold;
  margin-bottom: 15px;
}

.footer p {
  font-size: 16px;
  font-weight: 400;
}

/* floating Button */

.adminActions {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999;
  display: none;
  /* Arunava added code to display none for floating Book Now Button */
}

.adminButton {
  display: block;
  padding: 8px 17px 8px;
  background-color: #ff6300;
  color: #ffffff;
  border: 2px solid #ff6300;
  text-transform: capitalize;
  transition: 0.6s ease-in-out;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.adminButton:hover {
  background: transparent;
}

/*=================== About Us Page =================== */

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

.image {
  width: 100%;
  transition: transform 0.25s ease;
}

.circle {
  background-color: #00000042;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 19px;
}

.magnify {
  color: #fff;
  font-size: 30px;
}

.imageMagnify::before {
  position: absolute;
  content: "";
  background: rgb(2, 26, 60);
  background: linear-gradient(0deg,
      rgba(2, 26, 60, 1) 20%,
      rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

/* Modal styling */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  width: auto;
  height: auto;
}

.close-circle {
  background-color: #ffffff42;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 8%;
  z-index: 10;
}

.modalclose {
  color: #fff;
  font-size: 30px;
}

/* about us page content */

.aboutUspageContent {
  margin-top: -130px;
  position: relative;
}

.aboutUspageContent p {
  color: #fff;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* keyFeatures */

.allKeysFeature {
  border-top: 4px solid #fff;
  padding-top: 40px;
}

.keyFeatures h2 {
  text-align: center;
  margin-bottom: 10px;
}

.allKeys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}

.eachKey {
  flex: 1 1 15%;
  text-align: center;
  margin: 10px 20px;
}

.keyicon {
  max-width: 70px;
  width: 100%;
  margin: 0 auto;
}

.eachKey p {
  color: #fff;
  margin-top: 10px;
  height: 81px;
}

@media (max-width: 768px) {
  .eachKey {
    flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .eachKey {
    flex: 1 1 100%;
  }
}

/*=================== List With Us =================== */

.listwithUs h2 {
  font-size: 65px;
  text-align: center;
}

.listwithUs p {
  color: #ff6300;
  font-size: 25px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.listwithUs p .redefined {
  font-family: "MoonTime";
  font-size: 40px;
  margin-left: 10px;
}

.listwithUs .subTitle {
  color: #fff;
  font-size: 16px;
  text-align: center;
  max-width: 100%;
  margin-top: 15px;
}

.listForm {
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  max-width: 740px;
  margin: 20px auto 0;
}

.listForm input,
.listForm textarea {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  max-width: 100%;
  height: 50px;
  margin-top: 15px;
  color: #fff !important;
  /* arunava added important to make the text area typing text color to white */
}

.listForm input::placeholder {
  color: #fff;
  font-size: 15px;
}

.listForm input:focus {
  border: 1px solid #ff6300;
  background: transparent;
}

#exampleFormControlInput1 {
  color: #ffffff;
}

.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 5px;
  height: 50px;
  margin-top: 15px;
}

#phone-number {
  border: none;
  height: auto;
  margin: 0;
}

.guest-select{
  color: #ffffff;
}

.room-select {
  color: #ffffff;
}
select {
  background: none;
  border: none;
  font-size: 16px;
  padding: 5px;
  /* color: #ffffff; */
  margin-right: 10px;
}

input {
  border: none;
  background: none;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  flex-grow: 1;
}

select:focus,
input:focus {
  outline: none;
}

.phone-input select,
.phone-input input {
  background-color: transparent;
  border: none;
  height: auto;
  margin: 0;
}

.phone-input select option {
  background-color: white;
  color: black;
}

.eachInput .selectRoom {
  background: transparent;
  color: #fff;
  height: 50px;
  margin-top: 15px;
}

.form-control:focus {
  background: transparent;
}
.emailForm .form-control:focus{
  color: #ffffff;
}
.listForm textarea {
  min-height: 162px;
  color: #fff;
}

#exampleFormControlTextarea1::placeholder {
  color: #ffffff;
}

.listwithUs .btnSubmit {
  border: 1px solid #ff6300;
}

.totallistPart {
  border-bottom: 2px solid #fff;
  padding-bottom: 50px;
}

/* Onboarding Process */

.onboarding h4 {
  text-align: center;
  width: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.eachOnboard {
  position: relative;
  overflow: hidden;
}

.eachOnboard::before {
  position: absolute;
  content: "";
  background: linear-gradient(183deg, rgba(246, 192, 0, 0) 50%, rgba(2, 26, 60, 1) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

/*=================== Contat us =================== */

/* Contat us banner */

.breadcrumbImage {
  position: relative;
}

.breadcrumbImage::before {
  position: absolute;
  content: "";
  background: rgb(2, 26, 60);
  background: linear-gradient(0deg,
      rgba(2, 26, 60, 1) 20%,
      rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

/* Contact Email */

.callWhatsapp {
  text-align: center;
}

.callWhatsapp h5 {
  font-size: 60px;
}

.callWhatsapp p,
.callWhatsapp a {
  color: #fff;
  max-width: 470px;
  font-size: 16px;
  margin: 0 auto;
}

/*=================== concierge service =================== */

/* .concierge service content */

.conciergecontent {
  margin-top: -130px;
  position: relative;
}

.conciergecontent {
  margin-bottom: 30px;
}

.conciergecontent p {
  color: #fff;
  text-align: center;
  max-width: 2093.376px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
}

/*=================== Blogs =================== */

.eachBlogImage {
  position: relative;
}

.eachBlogImage::before {
  position: absolute;
  content: "";
  background: linear-gradient(183deg,
      rgba(246, 192, 0, 0) 50%,
      rgba(2, 26, 60, 1) 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.eachBlogContent {
  margin-top: 15px;
}

.eachBlogContent p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 30px;
}
.eachBlogContent h5{
font-size: 23px;
font-family: "Century Gothic";
font-weight: bold;
margin-bottom: 15px;
padding-top: 15px;
}

.eachBlogContent h5 a {
    font-style: normal;
    color: #ff6300;
}
.eachBlogContent a {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  transition: all 0.7s ease-in-out;
}

.eachBlogContent a:hover {
  color: #ff6300;
}

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

/*=================== Blog Details =================== */

/* Blog details Content */
.blogDetailsContent h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px !important;
  margin-bottom: 5px;
}
.blogDetailsContent h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 40px !important;
}
.blogDetailsContent h1 {
  color: #ff6300;
  font-size: 26px;
  font-weight: 600;
  text-transform: inherit;
  margin-bottom: 20px;
}
.blogDetailsContent h1, .blogDetailsContent h2, .blogDetailsContent h3 {
  font-family: 'Century Gothic' !important;
}
.blogDetailsContent p a {
  color: #ff6300;
  text-decoration: underline !important;
}
.blogDetailsContent {
  background-color: #fff;
  padding: 60px 0;
}

.blogDetailsContent p {
  margin-bottom: 20px;
}

.blogDetailsContent p:last-child {
  margin-bottom: 0;
}
.blogDetailsContent h5 {
  font-size: 18px;
  font-family: "Century Gothic";
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px !important;
}
.blogDetailsContent h6{
font-size: 23px;
font-family: "Century Gothic";
font-weight: bold;
margin-bottom: 15px;
color: #000;
}

.blogs .row {
--bs-gutter-y: 30px;
}
/* .blogDetailsContent h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px !important;
  margin-bottom: 5px;
}
.blogDetailsContent h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 40px !important;
}
.blogDetailsContent h1 {
  color: #ff6300;
  font-size: 26px;
  font-weight: 600;
  text-transform: inherit;
  margin-bottom: 20px;
}
.blogDetailsContent h1, .blogDetailsContent h2, .blogDetailsContent h3 {
  font-family: 'Century Gothic' !important;
} */

/*=================== Login =================== */

.loginPart {
  padding: 70px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.loginBanner {
  position: relative;
}

.loginlogo {
  max-width: 200px;
  margin: 0 auto;
}

.loginform {
  margin-top: 30px;
}

.eachButton {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-top: 30px;
}

.eachpart {
  margin-bottom: 20px;
}

.loginPart .adminButton {
  background-color: #021a3c;
  border: 1px solid #021a3c;
}

.loginPart .adminButton:hover {
  color: #000;
  background: transparent;
}

.loginPart a {
  color: #021a3c;
  text-transform: capitalize;
}

.loginPart a:hover {
  color: #ff6300;
}


/*=================== coomingsoon =================== */

.coomingsoon {
  padding: 150px 0;
}

.coomingsoon h5 {
  text-align: center;
}
.pagination {
  --bs-pagination-padding-x: 20px;
  --bs-pagination-padding-y: 6px;
  background-color: #aeebc9;
}
.disabled>.page-link, .page-item:first-child .page-link  {
  color: #0f0f0f;
  font-size: 25px;
}
.active>.page-link, .page-link.active {
  background-color: #f25f03;
  
}
.page-link {
  border: none;
}
.page-item:not(:first-child) .page-link {
  color: #0f0f0f;
  font-size: 25px;
}
/*=================== Responsive Css =================== */

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }

  .close-circle {
    top: 30%;
    right: 8%;
  }

  .eachLuxury .luxuryContent h4 {
    font-size: 20px;
  }

  .primeLocation .slider-content h3,
  .primeLocation .slider-content a {
    font-size: 20px;
  }

  .onboarding .service_title {
    font-size: 12px;
  }

  .con_service .service_title {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .aboutSwiper .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 100px;
  }

  .aboutSwiper .col-lg-4:not(:last-child) .eachOnboard::after {
    bottom: -65px !important;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%) rotate(96deg);
  }

  .mobileProcess {
    display: block;
  }

  .desktopProcess {
    display: none;
  }

  .processList {
    margin-top: 15px;
  }

  .processList li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
  }

  .processList span {
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    background: #ff6300;
  }

  .eachKey {
    flex: 1 1 25%;
  }

  .header .adminButton {
    padding: 6px 15px 6px;
  }

  .aboutSwiper .slider-content {
    bottom: 12%;
  }

  .eachLuxury .luxuryContent h4 {
    font-size: 15px;
  }

  h4 {
    font-size: 60px;
  }

  .loginPart {
    margin-top: 10%;
  }

}


@media (max-width: 840px) {
  .loginPart {
    margin-top: 16%;
    width: 60%;
  }
}

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

  .onboarding .service_title {
    font-size: 20px;
  }

  .header .adminButton {
    display: none;
  }

  .header .forMob {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
  }

  .primeLocation h2 {
    font-size: 60px;
  }

  .headingPart h3 .headingSpan {
    font-size: 45px;
  }

  .onboarding h4 {
    font-size: 46px;
  }

  .con_service .service_title {
    font-size: 18px;
  }

  /* .menuWrapper .mcLogin .forMob {
    display: none;
  } */

}


@media (max-width: 575px) {

  .service_title {
    font-size: 14px;
  }

  .eachLuxury .luxuryContent h4 {
    font-size: 17px;
  }

  .overlay-menu {
    right: -110%;
  }

  .header .menu-icons i {
    font-size: 24px;
    font-size: 24px;
    color: #f25f03;
  }

  .header .adminButton {
    margin-right: 0;
    padding: 6px 16px 6px;
  }

  .aboutUspageContent {
    margin-top: 0;
  }

  .conciergecontent {
    margin-bottom: 0;
  }

  .menu-icons i.bi-list {
    margin: 0 0 0 5px;
    font-size: 34px;
  }

  .menu-icons i {
    margin: 0 5px;
  }

  .aboutContent {
    position: static;
    color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  h2 {
    font-size: 60px;
  }

  .headingPart h3 .headingSpan {
    font-size: 50px;
  }

  .onboarding h4 {
    font-size: 52px;
  }

  .primeLocation .slider-content a {
    font-size: 20px;
  }

  .addressPart {
    margin-top: 15px;
  }

  .footer h5 {
    font-size: 26px;
  }

  .service_desc p {
    font-size: 13px;
  }

  .homeContent {
    top: 50%;
    left: 50%;
    font-size: 19px !important;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .homeContent p {
    font-size: 19px !important;
  }

  .banner {
    height: 60vh;
    object-fit: cover;
  }

  .banner img {
    height: 100%;
    object-fit: cover;
  }

  .loginPart {
    margin-top: 27%;
    width: 100%;
  }
}


/*====== manish =====*/
.mcpart .eachLuxury {
  z-index: 1;
}

.mcpart .eachLuxury .luxuryContent a {
  color: #fff;
}

.mcpart .eachLuxury figure {
  height: 315px;
}

.mcpart .eachLuxury figure img {
  height: 100%;
  object-fit: cover;
}

/* concierge page */
.mcBanner .breadcrumbImage img {
  margin-top: -150px;
}
.breadcrumbImage img {
    height: 700px;
    object-fit: cover;
    background-position: top center;
}
@media(max-width: 2199.98px) {
  .mcBanner .breadcrumbImage img {
    margin-top: -111px;
  }
}

@media(max-width: 1699.98px) {
  .mcBanner .breadcrumbImage img {
    margin-top: -90px;
  }
}

@media(max-width: 1599.98px) {
  .mcBanner .breadcrumbImage img {
    margin-top: -80px;
  }
}

@media (max-width: 1299.98px) {
  .mcBanner .breadcrumbImage img {
    margin-top: -65px;
  }
}

@media (max-width: 991.98px) {
  .mcBanner .breadcrumbImage img {
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {
  .mcBanner .breadcrumbImage img {
    margin-top: -30px;
  }
}

.mcLogin {
  padding-left: 30px;
}

.mcLogin .forDesk {
  max-width: 180px;
  width: 100%;
  margin-right: 0;
}

.mcLogin .forMob {
  max-width: fit-content;
  width: 100%;
  text-align: center;
  margin-right: 0;
  padding: 0;
  font-size: 30px;
  color: #ff6300;
}

.mc-overly-logo {
  position: absolute;
  top: 20px;
  left: 35px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}

.mc-overly-logo .close-icon {
  position: relative;
  top: 0;
  right: 0;
}

.mc-overly-logo .logo img {
  max-width: 155px;
}

@media (max-width: 767px) {
  .mc-overly-logo {
    left: 29px;
    right: 29px;
    width: auto;
  }

  .mc-overly-logo .logo img {
    max-width: 140px;
  }

  .loginPart {
    margin-top: 20%;
  }
}

@media (max-width: 575px) {
  .conciergecontent {
    margin-top: 0;
  }
}


@media screen and (max-width:490px) {
  .loginPart {
    margin-top: 30%;
  }

  .primeLocation h2 {
    font-size: 50px;
  }

  .onboarding h4 {
    font-size: 40px;
  }
}

@media screen and (max-width:420px) {
  .con_service .service_title {
    font-size: 13px;
  }

  .primeLocation h2 {
    font-size: 40px;
  }

  .headingPart h3 .headingSpan {
    font-size: 35px;
  }

  .onboarding h4 {
    font-size: 30px;
  }

  .loginPart {
    margin-top: 35%;
  }

  .loginPart a {
    font-size: 15px;
  }

  .eachLuxury .luxuryContent h4 {
    font-size: 15px;
  }
}


@media (max-width: 360px) {

  .overlay-menu ul,
  .mcLogin {
    padding-left: 70px;
  }

  .mc-overly-logo {
    left: 70px;
  }

  .overlay-menu {
    right: -130%;
  }
}

@media (max-width: 350px) {
  .eachLuxury .luxuryContent h4 {
    font-size: 15px;
  }

  .btnSubmit {
    margin-bottom: 20px;
  }

  .loginPart {
    left: 51%;
  }

}

@media (max-width: 329px) {
  .mc-overly-logo {
    left: 100px;
  }

  .overlay-menu ul,
  .mcLogin {
    padding-left: 100px;
  }
}

.back-button {

  background-color: #ff6300;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50% ;
  font-size: 16px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.bckbtn {
  display: flex;
  justify-content: flex-end;
}

/*  property list section design start************************************ */

.property-listsec .nav-item button{
  font-size: 17px;
  font-family: "Century Gothic";
}
.property-listsec .nav-tabs .nav-link {
  border: none;
}
.property-listsec .nav-link {
  color: #fff;
}
.property-listsec .nav-tabs {
  border-bottom: none;
}

.property-listsec .nav-tabs .nav-link.active {
  background: none;
  color: #f25f03;
}

.property-listsec .imgtextt h5{
  font-size: 15px;
  color: #fff;
  font-family: "Century Gothic";
  padding-top: 10px;
}
.property-listsec .imgtextt span{
  font-size: 14px;
  color: #b9b9b9;
  font-family: "Century Gothic";
  padding-top: 10px;
  padding-right: 5px;
}



.property-listsec .imgbx {
  position: relative;
  overflow: hidden;
   margin-top: 20px;
}

.property-listsec .imgbx::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.property-listsec .imgbx:hover::before {
  
  opacity: 1;
}
.property-listsec .imgbx img {
  width: 100%;
  height: 242px;
  transition: transform 0.5s ease;
  display: block;
  border-radius: 12px;
 
 }
 .property-listsec .view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff6300;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  opacity: 0;
  font-weight: 700;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 4;
}
.property-listsec .imgbx:hover .view-btn {
      opacity: 1;
    }
/* Zoom effect */
.property-listsec .imgbx:hover img {
  transform: scale(1.1);

}

.imgtextt h4 {
  font-size: 23px;
  font-family: "Century Gothic";
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 15px;
}
.rightsideimgbx img{
border-radius: 12px;
}
.rightsideimgbx{
  margin-bottom: 10px;
}
.detailimgbox img{
  border-radius: 12px;
}
.detailstextt p{
  color: #fff;
  padding-top: 15px;
  font-size: 15px;
}
.benfiticonWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-row {
  display: flex;
  gap: 15px;
}
.form-row .form-group {
  flex: 1;
}
.simple-form span{
  color: #ff6300;
  font-size: 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); 
  cursor: pointer;
}
.benfitisec{
  padding: 30px 0;
}
.benfiticon img{
  filter: invert(1); 
  cursor: pointer;
}
.benfiticon img{
  height: 50px;
  width: 50px;
}
.benfiticon span{
  color: #fff;
  font-size: 13px;
}
.benfiticon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.simple-form {
  margin-top: 15px;
  max-width: 500px;
  background: transparent;
  padding: 20px;
  border: 1px solid #464545;
  border-radius: 5px;
}

.simple-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.simple-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}
.simple-form::placeholder{
  font-size: 15px;
}
.simple-form input,
.simple-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #464545;
  border-radius: 4px;
  font-size: 15px;
}

.simple-form button {

  padding: 12px;
  background-color: #ff6300;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.simple-form button:hover {
  background-color: #0056b3;
}

.rightextt span{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.rightextt p{
  color: #b9b9b9;
  font-size: 15px;
}


/* .concierge service content */

.conciergecontent {
  margin-top: -130px;
  position: relative;
}

.conciergecontent {
  margin-bottom: 30px;
}

.conciergecontent p {
  color: #fff;
  text-align: center;
  max-width: 2093.376px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
}

.submenu-wrap{
  padding: 0 !important;
}
.service-sec p {
  color: #fff;
  text-align: left;
  max-width: 2093.376px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
}

.service_text{
  color: #fff;
  text-align: left; 
}
.each_servicewrap{
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  min-height: 370px;
  margin-bottom: 20px;
}
.service-subtitle h5{
  font-family: "Century Gothic";
    color: #ff6300;
    font-size: 20px;
    font-weight: 700;
}
.service_text{
  padding-top: 20px;
}





.serviceSectiomn {
  width: 100%;
  display: grid;
  place-items: center;
}
.mainserviceWrap {
  display: flex;
 
}
.serviceWrap {
  width: 100%;
 
  text-align: center;
}
.card-box{
  width: 100%;
  height: 100%;
  padding: 2em 1rem;
  background: linear-gradient(#042047 50%, #ffffff27 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
}

.icon-wrapper {
  
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card-box:hover {
  background-position: 0 100%;
}

.card-box h3 {
  font-family: "Century Gothic";
    color: #ff6300;
    font-size: 20px;
    font-weight: 700;
    padding-top: 12px;
}
.card-box p {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}

.card-box:hover h3 {
  color: #ffffff;
}

.pd-right{
  padding-right: 22px;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.service-content h3{
  font-family: "Century Gothic";
  color: #ff6300;
  font-size: 20px;
  font-weight: 700;
}

.service-content p{
  color: #fff;
  padding-top: 19px;
}
.whychoose-section{
  
  max-width: 900px;
  margin:40px  auto;
  background-color: #ffffff0d;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}





.service-list .accordion {
  background: transparent;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.service-list .accordion-item {
  border: 1px solid #535050;
 background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.service-list .accordion-item:first-child {
  border-top: none;
}
.service-list .accordion-header {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}
.service-list .accordion-header:hover {
  background: transparent;
  color: #fff;
}
.service-list .accordion-content {
  display: none;
  padding: 0 20px 20px;
  background:transparent;
  font-size: 14px;
  color: #fff;
}
.service-list .accordion-item.active .accordion-content {
  display: block;
}
.service-list .imgboxx{
  margin-top: 20px;
}
.service-list{
  margin-top: 40px;
}


.process-section {
  padding: 60px 0px;
  max-width: 1200px;
  margin: auto;
}



.box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.process-box {
  background-color: rgba(255, 255, 255, 0.05); /* Transparent box */
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.process-box:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.process-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #f25f03;
  font-family: "Century Gothic";
  font-weight: 600;
}

.process-box p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 600px) {
  .section-title {
    font-size: 26px;
  }
}


/*  */
.faq-section {
  max-width: 900px;
  margin: auto;
  padding: 60px 20px;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: white;
}

.faq-timeline {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.faq-block {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
}

.faq-block::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.faq-block h4 {
  margin: 0 0 10px;
  font-size: 20px;
  margin-bottom: 10px;
  color: #f25f03;
  font-family: "Century Gothic";
  font-weight: 600;
}

.faq-block p {
  margin: 0;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.6;
}

.cta-box {
  margin-top: 60px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
  border-radius: 10px;
}

.cta-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.cta-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.cta-box a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.cta-box a:hover {
  color: #ccc;
}
@media (max-width: 600px) {
  .faq-title {
    font-size: 26px;
  }
}

.testimonial-section {
  max-width: 900px;
  margin: 20px auto;
  padding: 10px 20px;
  text-align: center;
  position: relative;
}



.testimonial-carousel {
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
   border-radius: 10px;
}

.testimonial p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.testimonial .author {
  margin-top: 15px;
  font-weight: bold;
  color: white;
}

.carousel-controls {
  margin-top: 30px;
}

.carousel-button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.carousel-button:hover {
  background: rgba(255, 255, 255, 0.2);
}



/*   08/05/2025 */
.toggle {
    
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .arrow {
  cursor: pointer;
  font-size: 1.2rem;
  color: #ffffff; 
  transition: transform 0.3s ease, color 0.3s ease;
  padding-left: 10px;
}

.arrow:hover {
 
  padding-left: 10px;
}

.arrow.open {
  transform: rotate(180deg);
  margin-bottom: 5px;
  margin-left: 10px;
  color: #ff6300; 
}
  .submenu {
      display: none;
    
    } */
     .arrow {
  cursor: pointer;
  font-size: 1.2rem;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
  padding-left: 10px;
  display: inline-block; /* Ensures the icon behaves like an inline element */
  vertical-align: middle;
}

.arrow:hover {
  color: #ff6300;
}

.arrow.open {
  transform: rotate(180deg);
  color: #ff6300;
  /* Remove margins that might shift or hide the element */
  margin: 0;
}

.submenu {
  display: none;
}

.submenu.pdNone {
  padding: 0;
  margin: 0;
}


/* responsive service section */
@media(max-width:580px){
  .mainserviceWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;

  }
  .cta-box {
    margin-top: 0;
}
.pd-right{
  padding-right: 0;
}
.overlay-menu {
  overflow: scroll;
}
.faq-section {
  padding: 5px 5px;
}
}




.overlay-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100vh;
  background-color: #021a3c;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  transition: right 0.7s ease;
  z-index: 200;
}

.overlay-menu ul {
  list-style-type: none;
  /* display: block; */
  padding: 140px 0 0 30px;
}
.pdNone{
  padding: 0 !important;
}


.overlay-menu ul li {
  padding: 10px 0;
  /*font-size: 24px;*/
  /* Arunava added code to increase the menu item font size*/
  font-size: 30px;
  line-height: normal;
  cursor: pointer;
  transition: 0.7s ease-in-out;
}

.overlay-menu ul li a {
  color: #fff;
  transition: 0.7s ease-in-out;
  /*font-family: "Century Gothic";*/
  /* Arunava aded code to change the Menu Font Family*/
  font-family: "MoonTime";
  text-transform: capitalize;
}

.submenu li a{
  padding-left: 15px;
}

.overlay-menu ul li:hover a {
  color: #ff6300;
}

.overlay-menu.active {
  right: 0;
}

.overlay {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  color: #ffffff;
  cursor: pointer;
}

.header .adminButton {
  padding: 6px 27px 6px;
  margin-right: 20px;
}