/* Theme Name: bardiyagroup - HTML Template */

/* 1. Theme default css */

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Raleway:wght@100;400&display=swap");

p,
li,
a,
button,
span,
h5,
h6,
h3,
h1,
h2,
h4 {
  font-family: "Jost", sans-serif;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat";
  background-color: #fff;
  overflow-x: hidden;
}
body ul li {
  list-style-type: none;
}

.nav {
  /*background-color: #183f66;*/
  width: 100%;
  /* height: 0vh; */
  z-index: 10;

  display: block !important;
}
section.main-slider {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.metis.tparrows {
  display: none !important;
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

ul#menu li a {
  width: 100%;
  display: block;
  background-color: #043361;
  color: #fff;
  font-size: 1em;
  padding: 1.5em 1.6em;
  transition: background 0.2s;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
}
nav > ul > li:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  width: 1px;
  height: 24px;
  background-color: #043361;
  z-index: 1;
}

@media screen and (min-width: 2000px) {
  .hamburger-container {
    display: none;
  }

  /*.nav ul#menu {*/
  /*  display: inline;*/
  /*}*/
  .nav ul#menu li {
    display: inline-block;
    margin-right: -5px;
  }
}
ul.hamburger li {
  height: 5px;
  background: #e3b85a;
  content: "";
  position: relative;
  transition: 0.25s ease-in-out;
}

.hidden {
  opacity: 0;
}
.rot45deg {
  transform: rotate(45deg);
  top: 10px !important;
  background-color: #fff !important;
}

.rot-45deg {
  transform: rotate(-45deg);
  background-color: #fff !important;
}

ul.hamburger {
  display: block;
  margin-top: 15px;
}
ul.hamburger li:nth-child(1) {
  top: 0;
}
ul.hamburger li:nth-child(2) {
  top: 5px;
}
ul.hamburger li:nth-child(3) {
  top: 10px;
}

.hamburger-container {
  width: 39px;
  margin: 1.2em 1.6em;
  height: 30px;
  cursor: pointer;
  float: right;
  display: block;
}

ul#menu {
  display: none;
  margin: 0px 0 0 0;
  background: #043361;
  height: 80vh;
  width: 100%;
}

.nav-logo-wrap {
  text-align: center;
  margin: 0px 0 10px 0px;
}

ul.name-list li {
  display: inline-block;
}

ul.name-list {
  display: block;
  text-align: center;
}
.nav-address {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  color: #fff;
}

.nav-address-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 81px;
  margin-bottom: 32px;
  text-align: center;
}
.nav-address h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
}
nav.nav.heat {
  position: absolute;
}

.dropbtn {
  background-color: #043361;
  color: white;
  padding: 16px;
  font-size: 30px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;

  z-index: 1;
}
#about {
  display: flex;
}
div#about a {
  font-size: 15px !important;
  padding: 8px !important;
  margin: 0 !important;
}

.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.mobile-video {
  display: none;
}
/*.home-intro video {
    width: 100%;
    position: absolute;
    left: 0;
}*/
.home-intro video {
  width: 100%;
  position: fixed;
  left: 0;
}
.home-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}

.home-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the color and opacity as needed */
  z-index: 0; /* Set the z-index to be below the content of .home-intro */
}

section.about-us {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 80px 0 40px 0;
  text-align: center;
  margin-top: 600px;
  padding: 40px 0 40px 0;
  top: 150px;
}
.aboutus-content {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 295px;
  padding-right: 295px;
  /* width: 50%; */
}
.aboutus-content p {
  margin: 20px 0;
  font-size: 16px;
  text-align: center;
  color: #858384;
}
.home-aboutus a {
  position: relative;
  display: inline-table;
  padding: 10px 65px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  color: #333132;
  font-size: 12px;
  border: 1px solid #333132;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.home-aboutus a:hover {
  color: white;
  background-color: #043361;
}
.project-detail.right-panel {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 50px;
  z-index: 9999;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-detail.right-panel ul li {
  height: 50px;
  background-color: #183f66;
  line-height: 50px;
  width: 50px;
  float: left;
  margin-bottom: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-detail.right-panel ul li a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.project-detail.right-panel ul li a b {
  text-align: center;
  width: auto;
  float: left;
  position: absolute;
  right: -250px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #183f66;
  font-weight: 500;
  padding: 0 10px;
  display: block;
  color: #fff;
  z-index: -1;
}
.project-detail.right-panel ul li a span {
  width: 50px;
  height: 50px;
  background-color: #183f66;
  position: relative;
  z-index: 5;
  display: inline-block;
}
.project-detail.right-panel ul li a span img {
  display: block;
  margin: 12px auto 0;
}
.project-detail.right-panel ul li:hover a b {
  right: 50px;
}
section.our-business {
  position: relative;
  padding-top: 20px;
  z-index: 1;
  background-color: white;
}

.our-business h2 {
  text-align: center;
  padding: 0;
  text-decoration: underline;
  padding-top: 30px;
}
.business-img img {
  width: 100%;
  height: 300px;
  filter: grayscale(100%);
  transition: transform ease-in 0.25s;
}
.business-img {
  /* padding-bottom: 40px; */
  opacity: 1;
  margin-bottom: 40px;
  padding: 0;
  display: block;
  /* padding-top: 40px; */
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  position: relative;
  box-shadow: 1px 5px 5px 5px #0000001f;
}
.business-img:hover img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  filter: grayscale(0);
  opacity: 0.9;

  filter: drop-shadow(10px 10px 10px #0000002b);
}
.business-img:hover img .middle {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  filter: grayscale(0);
}
.middle a:hover {
  color: white !important;
}

.business-img:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: underline;
  width: 100%;
}
.middle {
  position: absolute;
  top: -14px;
  bottom: -14px;
  left: -17px;
  right: -17px;
  /* height: 100%; */
  /* width: 100%; */
  opacity: 0;
  /* transition: .5s ease; */
}
.overview {
  background-color: white;
  padding: 91px 0;
  text-align: center;
}

.overview h2 {
  text-align: center;
  text-decoration: underline;
}
.wrap-content img {
  width: 100%;
  border-radius: 0 100px 0 100px;
}
.octagon {
  -moz-box-shadow: inset 0 0 10px #b4b4b4;
  -webkit-box-shadow: inset 0 0 10px #b4b4b4;
  box-shadow: inset 0 0 10px #b4b4b4;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 0 100px 0 100px;
  height: 65%;
}
.wrap-text {
  padding-top: 20px;
  color: white;
  font-weight: 700;
}
.wrap-content:hover img {
  scale: 1.2;
  border-radius: 0 100px 0 100px;
}
.abc {
  background-color: #183f66;
  padding: 30px 15px;
}
.ab {
  background-color: #d2ae6d;
  padding: 30px 15px;
}
.bc {
  background-color: #3b8dba;
  padding: 30px 15px;
}
.dc {
  background-color: #183f66;
  padding: 30px 15px;
}
/*.grahite {


  background-image: url(../images/banner6.jpg);
  background-size: cover;
  height: 100vh;
}*/
.graphite-home-img img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}
.graphite1 {
  background-color: white;
}
ul.icon-list {
  padding: 40px 0 0 0;
  margin: 0;
  display: inline-flex;
}
.icon-list li {
  padding: 0 10px 0 15px;
}
.icon-footer:before {
  top: 45px;
  background: #fff;
  content: "";
  position: absolute;
  left: 43%;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 1px;
}
.icon-footer {
  position: relative;
}
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 14px;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
  text-decoration: underline;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  color: white;

  border-top: none;
  float: left;
}
.fotter-second {
  background-image: url(../images/misc-purple-pattern.jpg);
  background-size: cover;
  background-color: #183f66;
}
.footer-part {
  background-color: #0a2a4a;
  text-align: center;
  color: white;
}
.footer-copy {
  background-size: cover;
  background-color: #183f66;
}
.footer_copy .container {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
h4 {
  color: white;
}
ul.footer-link {
  color: white;
}
.footer-link li {
  padding: 15px 0 0px 0;
}
.box {
  height: 100vh;
  display: flex;
  width: 100%;
}

.firstbox,
.secondbox {
  width: 50%;
  height: 100%;
}
.secondbox {
  display: flex;
  flex-direction: column;
}

.secondbox-1 {
  height: 100%;

  width: 50%;
  color: white;
  background-color: #d2ae6d;
}
.secondbox-1.green h2 {
  color: #ffd040;
  text-align: center;
  padding: 30px 0px;
}
.fifty {
  height: 100%;
  width: 100%;
  display: flex;
}
.green {
  background-color: #0c3259;
}
.firstbox img {
  width: 100%;
  height: 100%;
}
.blue p {
  padding: 30px 30px;
}
.secondbox-1 img {
  height: 100%;
  width: 100%;
}
.green p {
  padding: 0px 20px;
}
section.gemstones-home {
  background-color: white;
}
.stone-img img {
  width: 100%;
  height: 577px;
}
.gemstone-img img {
  width: 100%;
}
.gem {
  padding: 0;
}
.gem a {
  color: #183f66 !important;
}
.gems-content {
  padding: 30px;
  text-align: justify;
  background-color: #183f66;
  margin: 0 15px 0 0px;
  color: white;
}
.gems-content1 {
  padding: 30px;
  text-align: justify;
}
.space {
  background-color: #183f66;
  color: white;
}
.space1 {
  background-color: #d2ae6d;
  color: white;
}
.graphite1 h2 {
  background-color: #eee;
  color: #183f66;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid;
  font-size: 30px;
  transition: 0.4s;
  margin-bottom: 30px;
  margin-top: 20px;
}
.gemstones-home h2 {
  background-color: #eee;
  color: #183f66;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid;
  font-size: 30px;
  transition: 0.4s;
  margin-bottom: 30px;
  margin-top: 20px;
}

.gt-tower {
  background-image: url(../images/Gaurav-Tower.png);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}
ul.hamburger.sign li {
  height: 5px;
  background: red;
  content: "";
  position: relative;
  transition: 0.25s ease-in-out;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid;
  font-size: 30px;
  transition: 0.4s;
  margin-bottom: 30px;
  margin-top: 20px;
}

.actives,
.accordion:hover {
  background-color: #ccc;
  color: #183f66;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.actives:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
  background-color: #183f66;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: white;
}
section.gt-details {
  background-color: #fff;
  z-index: 2;
  margin-top: 700px;
  padding: 35px 0;
}
button.accordion:hover {
  color: #183f66;
}
button.accordion:focus {
  outline: none;
}
.panel-para {
  padding: 30px 30px;
  text-align: justify;
}
.accordion:hover::after {
  transform: rotate(360deg);
}

.brand {
  padding: 0;
  margin: 0;
  margin-top: 0;
}
.brand h1 {
  background: #f5b017;
  color: #000;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 5px;
  font-family: "Palatino Linotype";
  display: flex;
  margin-bottom: 5px;
}
marquee {
  border: 1px solid white;
  padding: 10px 0;
}
.section.bg2 {
  background-color: white;
}
.brand img {
  border: 1px solid white;
  width: 200px !important;
  margin: 1px 2px;
  height: 101px;
}

/*@keyframes marquee {
  0% { left: 100%; }
  
  100% {left: -100%}
}
*/

.section.bg2 {
  background-color: #183f66;
}
.owl-nav {
  display: none;
}

.gt-central {
  background-image: url(../images/GT-Central.png);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}
.gt-galleria {
  background-image: url(../images/gt-gallieria.png);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}

.gt-square {
  background-image: url(../images/gt-square.png);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}

.the-legend {
  background-image: url(../images/13414_catbanner_the_legendbanner.jpg);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}
.panel1 img {
  width: 100%;
}
.facilities-img {
  padding: 20px 10px;
}
.panel1 {
  padding: 0px 18px;
  /* background-color: #183f66; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: white;
}

.empyreal-club {
  background-image: url(../images/1035961525Photo1.jpg);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}

.graphite {
  background-image: url(../images/23677_catbanner_banner6.jpg);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}
.graphite-img img {
  width: 100%;
}
.graphite-img {
  border: 1px solid white;
  padding: 8px;
}

.graphite-slider .owl-nav {
  display: block !important;
}
.graphite-slider {
  padding: 30px 15px;
}
.graphite-slider .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: -27px;
  outline: none;
}
.graphite-slider .owl-next {
  float: right;
  position: relative;
  top: -115px;
  left: 27px;
  right: 0px;
  outline: none;
}

.gemstones {
  background-image: url(../images/32025_catbanner_banner5.jpg);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}
.gt-downtown {
  background-image: url(../images/downtown.jpeg);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}
.graphite1 a {
  color: #183f66;
}
.gt-landmark {
  background-image: url(../images/GTLandmark7.jpg);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

  background-position: center center;

  background-position: center center;
  z-index: -1;
}

.safe-deposit {
  background-image: url(../images/5461_catbanner_safe-depositbanner.jpg);
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
  background-position: center center;
  z-index: -1;
}
.career-head {
  height: 200px;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-head-content {
  height: 150px;
  background-color: white;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  color: #183f66;
  font-weight: 400;
  font-size: 50px;
  justify-content: center;
}
.management-team h2 {
  font-size: 45px;
}
.career-content {
  height: 400px;
  background-color: #183f66;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-para {
  color: white;
  font-size: 12px;
  text-align: justify;
  padding: 20px 35px 0 0px;
}
.career-content-data {
  height: 300px;
  width: 60%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.justify {
  overflow: hidden;
  text-align: center;
  justify-content: center;
  display: flex;
}

.career-content-data h2 {
  font-size: 25px;
  color: black;
}
.career-content-data p {
  color: black;
  margin: 20px 0;
  padding: 0 70px;
  text-align: justify;
}

.forms {
  width: 100%;
  padding: 30px;
  background: url(../images/download.jpg);
  background-position: center;
  background-repeat: no-repeat;
  justify-content: flex-end;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.form-content {
  width: 60%;
  /* background-color: #fb7bbb; */
}
.form-row {
  display: flex;
  justify-content: center;
}

.form-row-data {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  width: 300px;
}
label {
  font-size: 14px;
  font-weight: bold;
  color: #053d50;
}
input {
  padding: 6px;
}
input:focus,
input::selection {
  outline: none;
}
.files {
  font-size: 12px;
  background-color: black;
  color: white;
  padding: 9px;
}
.submit {
  outline: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 15px;
  border: 2px solid black;
}
.submit:hover {
  background-color: #053d50;
  color: white;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.direction {
  outline: none;
  background: #053d50;
  color: white;
  padding: 10px;
  margin: 20px;
  text-decoration: none;
}
.direction:hover {
  background-color: white;
  color: black;
  text-decoration: none;
  border: 2px solid #053d50;
}

/* Contact Us page */

.details {
  background-color: #183f66;
  color: white;
}
.details h2 {
  text-align: center;

  padding: 50px 0 0;
}

.details-data {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.details-data-left,
.details-data-right {
  padding: 40px;
}
.detail-content {
  text-align: center;
  border: 2px solid white;
  margin: 15px 0;
  cursor: pointer;
  padding: 10px;
  transition: background 0.4s ease-in;
  width: 370px;
  height: 120px;
}
.detail-content:hover {
  background-color: white;
  color: #053d50;
}
.detail-content h3 {
  font-size: 20px;
}
.detail-content p {
  margin: 4px;
}

/* about us page */
/* about us head hero  */
.about-head:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #0000008f;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.about-head {
  height: 500px;
  width: 100%;
  background: url(../images/abo-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  z-index: -1;
  align-items: center;
  position: relative;
}
.about-head-container {
  text-align: center;
  color: white;
  padding: 0 100px;
  width: 70%;
}
.about-head-container h2 {
  margin-bottom: 30px;
  font-size: 50px;
  position: relative;
}
.about-second {
  height: 400px;
  width: 100%;
  background: url(../images/abo-2.jpg);
}
.about-second-container {
  height: 520px;
  width: 100%;
  margin-top: -185px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.management-content-text {
  text-align: justify;
}
.about-head-container p {
  text-align: justify;
  color: white;
  font-weight: 700;

  position: relative;
}
.atjust-about {
  margin-top: 50px;
}
.about-second-data {
  width: 70%;
  /* height: 100%; */
  background-color: white;
  box-shadow: 0 0 6px #858384;
  padding: 30px;
  text-align: justify;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: as;
  justify-content: center;
}
.f-para p {
  padding: 0 20px 0 0;
}
.footer-info h4:before {
  content: "";
  position: absolute;
  right: 0;
  left: 66px;
  width: 30%;
  top: 35px;
  bottom: 0;
  height: 1px;
  background-color: white;
}
.footer-info {
  position: relative;
  padding: 0 26px 0 65px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
ul.dropdown-menu {
  display: none;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  display: none;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav,
  .navbar-inverse .navbar-nav {
    display: inline;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-default .navbar-brand,
  .navbar-inverse .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar,
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .dropdown-menu > li > a,
  .navbar-inverse .dropdown-menu > li > a {
    color: red;
  }
  .navbar-default .dropdown-menu > li > a:hover,
  .navbar-inverse .dropdown-menu > li > a:hover {
    background-color: #ccc;
  }
  .navbar-default .dropdown-menu > li > a:focus,
  .navbar-inverse .dropdown-menu > li > a:focus {
    background-color: #ccc;
  }
  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
  .dropdown-menu {
    padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  li.dropdown.open {
    border: 0px solid red;
  }
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
/* DEMO STYLES */
h1 {
  font-size: 4vw;
}
h1 small {
  color: #fff;
  opacity: 0.5;
}

.navbar {
  display: block;
  text-align: center;
  margin: 19px 0;
}

.navbar a {
  font-size: 13px;
  color: white;
  /* height: 32px; */
  text-align: center;
  padding: 0 11px 0 11px;
  /* padding: 14px 12px; */
  text-decoration: none;
  margin: 14px 0 0 0;
}

.subnav {
  display: inline-block;
}

.subnav .subnavbtn {
  font-size: 30px;
  border: none;
  outline: none;
  color: white !important;
  padding: 20px 25px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-family: sans-serif;
  text-transform: uppercase;
}

.subnav-content {
  display: none;
  position: absolute;
  top: 67px;
  width: 40%;
  z-index: 1;
  text-transform: uppercase;
}

.subnav-content a {
  float: left;
  color: white !important;
  text-decoration: none;
  border-right: 1px solid white !important;
}
.subnav-content a:last-of-type {
  border-right: none;
}

.subnav:hover .subnav-content {
  display: block;
}

.subnav-two:hover .subnav-content-two {
  display: block;
}
.subnav-content-two {
  display: none;
}

.subnav-content-two {
  display: none;
  position: absolute;
  top: 32px;
}
.subnav-content-two a {
  font-size: 12px;
}
.detail-content p:hover {
  text-decoration: underline;
}
.subnavbtn:hover {
  color: #fada7e !important;
}
.subnav-content a:hover {
  color: #fada7e !important;
}
.management-team:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000047;
}
.management-team {
  background: url(../images/bard.png);
  background-size: cover;
  color: white;
  width: 100%;
  justify-content: center;
  display: grid;
  height: 700px;
  position: relative;
}
.management-team-img img {
  vertical-align: middle;
  width: 100%;
  border-style: none;
}
.management-team-head {
  text-align: center;
}
.gaurav-bardiya img {
  width: 100%;
}
.gaurav-bardiya h2 {
  background-color: #eee;
  color: #183f66;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid;
  font-size: 30px;
  transition: 0.4s;
  margin-bottom: 30px;
  margin-top: 20px;
}
.management-team-bardiya h2 {
  background-color: #eee;
  color: #183f66;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid;
  font-size: 30px;
  transition: 0.4s;
  margin-bottom: 30px;
  margin-top: 20px;
}
.footer-link a {
  color: white;
  text-decoration: none;
}
a.gemstone-link {
  text-decoration: none;
}
.accordion img {
  width: 100px;
}
.panel-para img {
  width: 100%;
}
img#nn {
  display: block;
}

.footer-info li {
  color: white;
  list-style: none;
  padding: 22px 0 2px 0;
  display: flex;
}
.footer-info i.fa.fa-phone {
  padding: 4px 20px 0 0;
}

.footer-logo h4 {
  padding-bottom: 20px;
}
.footer-info i.fa.fa-envelope {
  padding: 4px 20px 0 0;
}
.footer-info i.fa.fa.fa-map {
  padding: 8px 20px 0 0;
}
.footer-logo img {
  width: 175px;
}

.business-tab .tab button {
  background-color: inherit;
  /* float: left; */
  color: black;
  border: none;
  background-color: #eee;
  color: #183f66;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: center;
  outline: none;
  border-bottom: 1px solid;
  font-size: 30px;
  transition: 0.4s;
  margin-bottom: 30px;
  /* margin-top: 20px; */
  outline: none;
  cursor: pointer;
  /* padding: 12px 14px; */
  transition: 0.3s;
  font-size: 20px;
  width: 33%;
}
.business-tab .tabcontent {
  display: none;
  padding: 6px 12px;
  color: black;
  border-top: none;
  float: left;
  width: 100%;
}
.panel-para a {
  color: white;
  font-weight: 700;
  box-shadow: 5px 5px 5px 5px #1d4b79fc;
  border: 1px solid #ffffff1f;
  padding: 8px;
}
.business-tab .tab button:hover {
  background-color: #183f66;
  color: white;
}
.business-tab .tab button.active {
  text-decoration: underline;
  background-color: #183f66 !important;
  color: white !important;
}
.aaa {
  justify-content: center;
}
section.gt-details1 {
  background-color: #183f66;
  z-index: 2;

  padding: 100px 0;
}
.management-team-text {
  text-align: justify;
}
.bardiya-member {
  text-align: justify;
}
.panel-para p {
  padding-top: 20px;
}
.panel-para h4 {
  text-align: center;
}
.about-head-container p {
  text-align: justify;
}

.gt-details1 .panel {
  padding: 0px 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #183f66;
}
.gt-details1 h2 {
  color: white;
  text-align: center;
}
.subnav-content-two.asd {
  padding-left: 102px;
  margin: -7px 0 0 0;
}
.subnav-content-two.awd {
  padding: 0 0 0 194px;
  margin: -7px 0 0 0;
}
.subnav-content-two.www {
  padding: 0 0 0 290px;
  margin: -7px 0 0 0;
}
.map iframe {
  width: 100%;
}

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: none;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 25px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cta-btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;

  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;

  display: inline-block;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.cta-btn:hover {
  background: #0062cc;
}

.cta-btn:focus {
  outline: none;
}

/* Responsive styles */
@media (max-width: 768px) {
  .modal-content {
    width: 75%; /* Modal takes more width on smaller screens */
    margin: 70% auto; /* Adjust top margin for better visibility */
  }

  .close {
    top: 15px;
    right: 25px; /* Adjust close button position for smaller screens */
  }
}

@media (max-width: 480px) {
  .modal-content {
    width: 70%; /* Modal takes even more width on very small screens */
    margin: 60% auto; /* Slightly adjust top margin */
  }

  .close {
    font-size: 24px; /* Adjust close button size for very small screens */
  }
}
/* color variable style --------- */
:root {
  --secondary-color: #978158;
  --white-color: #fff;
  --dark: #000;
}

main {
  background: #183f66;
}

/* common button style --------- */
.theme-btn {
  padding: 10px 20px;
  &.transparent-border-btn {
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
  }
}

/* common header style */
.common-header {
  text-align: center;
  margin: 30px 0;
  h3 {
    color: #e3b85a;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
  }
}

/* main banner section style -------- */
.main-banner {
  background: url("../images/main-banner.jpg") no-repeat center/cover;
  position: relative;
  padding: 350px 0;
  & > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    h1 {
      color: var(--white-color);
    }
  }
}

/* Responsive styles for screens less than 768px wide */
@media (max-width: 767px) {
  .main-banner {
    padding: 150px 0; /* Smaller padding for mobile */
  }

  .main-banner > div {
    flex-direction: column; /* Stack items vertically on small screens */
  }

  .main-banner h1 {
    font-size: 24px; /* Smaller font size for the heading */
  }
}

.highlight-img-lux {
  border: 5px solid #e3b85a;
  position: relative;
  img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  p {
    background-color: #e3b85a;
    border-radius: 0 30px 30px 0px;
    padding: 5px 30px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--dark);
    text-transform: uppercase;
    font-size: 14px;
  }
}

/* highlight banner style -------- */
.highlight-section {
  .highlight-card {
    margin-bottom: 30px;
    .highlight-img {
      border: 5px solid #e3b85a;
      position: relative;
      img {
        width: 100%;
        height: 300px;
        object-fit: cover;
      }
      p {
        background-color: #e3b85a;
        border-radius: 0 30px 30px 0px;
        padding: 5px 30px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        color: var(--dark);
        text-transform: uppercase;
        font-size: 14px;
      }
    }
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      color: var(--white-color);
      margin-top: 15px;
      li {
        padding-bottom: 5px;
      }
    }
  }
}
.highlight-section {
  margin-top: 15vh;
}

/* expiernce section style ------- */
.experience-center {
  background-color: rgb(2, 2, 31);
  padding-bottom: 10vh;
  p {
    color: var(--white-color);
    font-weight: 400;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 28px;
  }
  img {
    width: 100vw;
    object-fit: cover;
  }
}

/* property management style ---------- */
.property-managament {
  .property-details {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 30px 0 100px;
    h2 {
      font-size: 3rem;
      font-family: "Times New Roman", Times, serif;
      padding: 15px 0;
      margin-bottom: 15px;
    }
    h2,
    p {
      margin-top: 3vh;
      color: var(--white-color);
    }
  }
  .contact-details {
    .social-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
  img {
    width: 100%;
    object-fit: cover;
  }
}
.learn-more-btn {
  margin-top: 2vh;
}

/* modified */
.logob {
  margin-left: 5vw;
  height: 15vh;
  padding: 10px;
}

.main-heading-2 {
  font-size: 3rem;
}
.mall-side-banner {
  height: 100%;
  margin-top: 10vh;
  margin-left: -2vw;
  width: 100%;
  object-fit: cover;
}
.side-banner-heading {
  margin-top: 15vh;
  width: 40vw;
  color: #e3b85a;
  font-size: 28px;
}
.side-banner-para {
  width: 45vw;
  color: black;
  margin-top: 2vh;
  font-size: 18px;
}
.highlights-heading {
  color: #e3b85a;
}
.heading-seeIt {
  padding-left: 3vw;
  font-size: 3rem;
  color: #e3b85a;
  font-weight: lighter;
  margin-top: 10vh;
}
.experience-images {
  padding-left: 3vw;
  padding-right: 10vw;
  display: flex;
  justify-items: center;
  align-items: center;
}
.property-img {
  height: 100vh;
}
.white-bottom-line {
  width: 100%;
  background: white;
  height: 2px;
  margin-top: -3vh;
}
.experience-center-img {
  height: 80vh;
}

.image-container {
  display: flex;
  padding-left: 3vw;
  margin-top: 10vh;
}

.image-container img {
  width: 32%; /* Ensure each image takes up the full width of its container */
  margin-right: 20px; /* Adjust the spacing between images as needed */
}
.contact-details {
  margin-top: 10vh;
  color: white;
  margin-left: 5vw;
}
.contactus-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
}
.white-bottom-line2 {
  width: 90%;
  height: 2px;
  background: white;
}
.address,
.appointment-notice {
  margin-top: 5vh;
}
.officeHours {
  margin-top: 7vh;
  font-size: 1.5rem;
}
.officeDays,
.officeTiming,
.timing,
.saturday {
  margin-top: -2vh;
}
.social {
  margin-top: 5vh;
  font-size: 1.5rem;
  font-weight: bold;
}

.why-work-with-us {
  background-image: url("../images/exper-centre.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.why-work-with-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the color and opacity as needed */
}

.boxes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
}

.box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  height: 250px;
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1; /* Include padding in the total width and height */
}
.headings-why-us,
.para-why-us {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  z-index: 10;
}

.why-us-mainHeading {
  padding: 150px 0px 10px 0px;
  color: white;
  font-family: "Times New Roman", Times, serif;
  padding-left: 3vw;
  z-index: 10;
  position: relative;
}

.white-bottom-line3 {
  background: white;
  height: 1px;
  margin-left: 3vw;
  margin-top: 2vh;
  margin-right: 3vw;
  z-index: 10;
  position: relative;
}
.testimonials {
  height: 100vh;
  background: white;
  position: relative;
}
.testimonials-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
  margin-top: 15vh;
  position: absolute;
  margin-left: 5vw;
  color: #000; /* Add text color for better visibility */
}

.black-line {
  background: #000;
  height: 1px;
  margin-left: 5vw;
  width: 82vw;
  position: absolute;
  margin-top: 25vh;
}

.testimonials-boxes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.testimonials-box {
  height: 60vh;
  width: 20vw;
  border: 1px solid #000;
  background-color: #fff;
  margin-top: 30vh;
  position: relative; /* Ensure relative positioning for absolute positioning inside */
}

.testimonial-para1,
.testimonial-para {
  padding: 10px;
  color: black;
}

.testimonial-para1 {
  margin-top: 5vh;
}

.client-name {
  color: white;
  background: #043361;
  position: absolute;
  bottom: -3vh;
  padding: 10px;
  width: 100%; /* Make the client-name div take 100% width of the testimonials-box */
}

.icons {
  height: 4rem;
}
.icon-text {
  font-size: 16px;
  color: black;
  text-align: center;
  margin-top: 0.5rem;
}
.icon-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 2rem;
}
.icon-container02 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 1rem;
}
.parent-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 14vh;
}
.separator {
  height: 5rem;
  width: 1px;
  background: #e3b85a;
}
.icon-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gmap {
  background: white;
}

.hidden {
  display: none;
}

#popupForm {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  border-radius: 8px;
}

/* Input field styling */
#popupForm input[type="text"],
#popupForm input[type="tel"],
#popupForm input[type="email"],
#popupForm button[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

/* Submit button styling */
#popupForm button[type="submit"] {
  background-color: #4caf50;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

#popupForm button[type="submit"]:hover {
  background-color: #45a049;
}

/* Label styling */
#popupForm label {
  font-weight: bold;
  margin-bottom: 5px;
}

#closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.video-container {
  display: flex;
  justify-content: center;
  padding: 50px; /* Adjust as needed for spacing */
  background-color: #fff;
  padding-top: 0px;
}

.highlights-heading {
  color: #e3b85a;
}
.heading-seeIt {
  padding-left: 3vw;
  font-size: 3rem;
  color: #e3b85a;
  font-weight: lighter;
  margin-top: 10vh;
}
.experience-images {
  padding-left: 3vw;
  padding-right: 10vw;
  display: flex;
  justify-items: center;
  align-items: center;
}
.property-img {
  margin-top: 10vh;
  height: 100vh;
}
.white-bottom-line {
  width: 100%;
  background: white;
  height: 2px;
  margin-top: -3vh;
}
.experience-center-img {
  height: 70vh;
}

.image-container {
  display: flex;
  padding-left: 3vw;
  margin-top: 10vh;
}

.image-container img {
  width: 28%; /* Ensure each image takes up the full width of its container */
  margin-right: 20px; /* Adjust the spacing between images as needed */
}
.contact-details {
  margin-top: 10vh;
  color: white;
  margin-left: 5vw;
}
.contactus-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
}
.white-bottom-line2 {
  width: 90%;
  height: 2px;
  background: white;
}
.address,
.appointment-notice {
  margin-top: 5vh;
}
.officeHours {
  margin-top: 7vh;
  font-size: 1.5rem;
}
.officeDays,
.officeTiming,
.timing,
.saturday {
  margin-top: -2vh;
}
.social {
  margin-top: 5vh;
  font-size: 1.5rem;
  font-weight: bold;
}

.why-work-with-us {
  background-image: url("../images/experience-center.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding-bottom: 10%;
  position: relative;
}

.why-work-with-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the color and opacity as needed */
}

.boxes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
}

.box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  height: 250px;
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1; /* Include padding in the total width and height */
}
.headings-why-us,
.para-why-us {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  z-index: 10;
}

.why-us-mainHeading {
  padding: 20px 0px 10px 0px;
  color: white;
  font-family: "Times New Roman", Times, serif;
  padding-left: 3vw;
  z-index: 10;
  position: relative;
}

.white-bottom-line3 {
  background: white;
  height: 1px;
  margin-left: 3vw;
  margin-top: 2vh;
  margin-right: 3vw;
  z-index: 10;
  position: relative;
}
.testimonials {
  height: 100vh;
  background: white;
  position: relative;
}
.testimonials-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
  margin-top: 15vh;
  position: absolute;
  margin-left: 5vw;
  color: #000; /* Add text color for better visibility */
}

.black-line {
  background: #000;
  height: 1px;
  margin-left: 5vw;
  width: 82vw;
  position: absolute;
  margin-top: 25vh;
}

.testimonials-boxes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin-top: 35vh;
  margin-right: 7vw;
}

.testimonials-box {
  height: 60vh;
  width: 20vw;
  border: 1px solid #000;
  background-color: #fff;
  margin-top: 30vh;
  position: relative; /* Ensure relative positioning for absolute positioning inside */
}

.testimonial-para1,
.testimonial-para {
  padding: 10px;
  color: black;
}

.testimonial-para1 {
  margin-top: 5vh;
}

.client-name {
  color: white;
  background: #043361;
  position: absolute;
  bottom: -3vh;
  padding: 10px;
  width: 100%; /* Make the client-name div take 100% width of the testimonials-box */
}

.main-heading {
  background: white;
  height: 50vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15vw;
}
.hero-heading1,
.hero-heading2 {
  color: #05172a;
  font-family: Arial, Helvetica, sans-serif;
}

.logo {
  height: 40vh;
  width: 20vw;
}
.building-image {
  max-height: 780px;
  width: 100%;
}

.second-section {
  display: flex;
  justify-content: space-evenly;

  background: #183f66;
  padding: 5% 0;
}
.couple-img {
  width: 100%;
  height: 500px;
}
.style-statement {
  color: #e3b85a;
}
.style-statement-para {
  color: white;
  width: 100%;
  max-width: 800px;
  margin-top: 2%;
  padding-right: 5%;
  font-size: 22px;
}

.section-third {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: white;
  padding: 30px 30px;
}
.fourth-section {
  background: #183f66;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}
.features-heading {
  color: #e3b85a;
  font-size: 2rem;
  width: 100%;
}
.features-para {
  color: white;
  margin-top: 2%;
  width: 100%;
  max-width: 900px;
}
.features-main {
  display: flex;
  align-items: center;
  margin-top: 2%;
}
.features-subheading1 {
  color: #e3b85a;
  font-size: 2rem;
  width: 300px;
  text-align: center;
}
.features-subheading2 {
  color: #e3b85a;
  font-size: 2rem;
  width: 300px;
  text-align: center;
}

.f-mains {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.yellow-line {
  height: 500px;
  width: 1px;
  background: #e3b85a;
  margin: 0px 100px;
}
.f-mains02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-items01,
.list-items02,
.list-items03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 10%;
}
.list-item-heading {
  font-size: 12px;
  text-align: center;
  margin-top: 2%;
}
.list-item-img {
  height: 3rem;
  width: 3rem;
}
.f-mains-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.section-eighth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #183f66;
  height: 80%;
  padding: 5rem 7rem;
}
.layout03 {
  width: 500px;
  height: 300px;
}
.layout04 {
  width: 500px;
  height: 300px;
}

.gmap {
  background: white;
  padding-bottom: 5%;
}
.surroundings-text {
  background: #043361;
  padding: 10px;
  color: white;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.surroundings {
  display: flex;
  justify-content: space-evenly;
}
.surroundings-div {
  display: flex;
  margin-top: 5%;
  justify-content: center;
}
.surroundings-icon {
  height: 4rem;
}
.surroundings-icon-text {
  color: #000;
  font-size: 1rem;
  margin: 0 5px;
}
.specification-section {
  background: #183f66;
  padding: 5% 0;
}
.bottom-line {
  background: #e3b85a;
  height: 2px;
  width: 100%;
  margin-bottom: 20px;
}

.list-of-specifications li {
  color: white;
  list-style: none;
}
.specification-heading {
  color: #e3b85a;
  font-size: 2rem;
}
.layout-text {
  color: white;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
.side-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10%;
}
.side-images-div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.side-images-container {
  display: flex;
  justify-content: space-evenly;
}

.disclaimer {
  color: rgb(166, 163, 163);
  font-size: 16px;
  width: 75%;
  margin-left: 10%;
  padding-bottom: 10%;
  margin-top: 5%;
}
.who-for-section {
  padding: 10%;
}

.luxe-who-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.luxe-who-listheading {
  color: #e3b85a;
  font-size: 1.5rem;
  text-align: center;
}
.luxe-who-list {
  margin-top: 10%;
}
.luxe-who-list li {
  color: white;
  list-style: disc;
  margin-left: 5%;
  margin-top: 2%;
  list-style-type: none;
}
.luxe-who-box01 {
  background: #05172a;
  padding: 15px;
  width: 300px;
  height: 300px;
}
.luxe-who-box011 {
  background: #05172a;
  padding: 15px;
  width: 300px;
  height: 300px;
  margin: 0 8px;
}
.luxe-who-box {
  width: 300px;
  height: 300px;
  padding: 15px;
}

.who-for-section {
  background: #183f66;
}
.who-heading {
  color: white;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10%;
}
.images-parent-container {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 5%;
}
.min-image-div {
  width: 120px;
  height: 140px;
  p {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.min-images {
  width: 100px;
  height: 100px;
}
.min-images-container {
  display: flex;
}
.legacy-text {
  color: #183f66;
  font-size: 1rem;
}
.left-div-s8 {
  width: 500px;
  height: 355px;
  background: white;
}
.logoo {
  height: 70px;
}
.s8-logo-div {
  display: flex;
  justify-content: space-between;
  padding: 5%;
}
.s8-div2 {
  text-align: right;
}
.s8-div2 h4 {
  font-size: 1rem;
  color: #e3b85a;
}
.s8-div2 h2 {
  font-size: 1.5rem;
  color: #e3b85a;
}
.para-div p {
  padding: 10px 20px;
  font-size: 12px;
}
.layout01,
.layout02 {
  width: 100%;
  height: 500px;
}
.fourth-section-text-div {
  margin: 20px;
}
@media screen and (max-width: 992px) {
  .section-third {
    flex-direction: column;
  }
  .luxe-who-box-container {
    flex-direction: column;
    justify-content: center;
  }
  .layout02 {
    margin-top: 5%;
  }
  .yellow-line {
    margin: 0 30px;
  }
  .list-of-specifications li {
    list-style-type: none;
    font-size: 14px;
  }
  .specification-heading {
    font-size: 1.5rem;
  }
  .box {
    margin: 5%;
    width: 200px;
    height: 200px;
  }
  .boxes {
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
  }
  .why-work-with-us {
    height: 100%;
    padding-bottom: 10%;
  }
  .surroundings-icon {
    height: 3rem;
  }
  .surroundings-icon-text {
    font-size: 0.8rem;
    padding-left: 10px;
  }
  .surroundings-parent {
    display: flex;
    justify-content: center;
    margin-left: 40px;
  }
  .surroundings {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-right: 10%;
  }
  .surroundings-div {
    margin-bottom: 5%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .why-us-mainHeading {
    font-size: 2rem;
  }
  .second-section {
    flex-direction: column;
    align-items: left;
    padding-left: 10%;
  }
  .couple-img {
    height: 100%;
    width: 100%;
    padding-right: 5%;
  }
  .style-statement-div {
    margin-top: 5%;
  }
  .style-statement-para {
    width: 100%;
    max-width: 800px;
  }
  .luxe-who-box {
    height: 250px;
    width: 250px;
  }
  .luxe-who-box01 {
    height: 250px;
    width: 250px;
  }
  .luxe-who-box011 {
    height: 275px;
    width: 250px;
    margin: 25px;
    padding: 10px;
  }

  .specification-image {
    height: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 648px) {
  .surroundings {
    margin-right: 5%;
  }
  .specification-image {
    height: 350px;
    width: 80%;
  }
  .side-images-container {
    margin: 0px 10px;
  }
  .layout-text h3 {
    font-size: 1rem;
  }
  .layout-text p {
    font-size: 12px;
  }
  .layout-text {
    flex-direction: column;
  }
  .features-main {
    flex-direction: column;
    padding: 5px;
  }
  .yellow-line {
    height: 1px;
    width: 300px;
    margin: 50px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .section-eighth {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    height: auto;
  }
  .left-div-s8 {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .logoo {
    height: 75px;
  }
  .s8-logo-div {
    flex-direction: column;
    align-items: flex-start;
  }
  .s8-div2 h4,
  .s8-div2 h2 {
    font-size: 1rem;
  }
  .para-div p {
    font-size: 14px;
  }
  .legacy-text {
    font-size: 1.2rem;
  }
  .images-parent-container {
    padding: 10px;
    align-items: center;
  }
  .min-images-container {
    flex-direction: column;
  }
  .min-image-div {
    width: auto;
    height: auto;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }
  .min-images {
    width: 80%;
    height: auto;
  }
  .min-image-div p {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .fourth-section {
    padding: 2rem 1rem;
  }
  .features-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .features-para {
    padding: 0 1rem;
    text-align: center;
    font-size: 22px;
  }
  .features-main {
    flex-direction: column;
  }
  .yellow-line {
    height: 1px;
    width: 80%;
    margin: 20px auto;
  }

  .f-mains,
  .f-mains02 {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .list-items01,
  .list-items02,
  .list-items03 {
    width: 22%;
    margin: 8% 1% 8% 1%;
  }
  .list-item-img {
    height: auto;
    width: 70%;
    margin-bottom: 10px;
  }
  .list-item-heading {
    font-size: 0.8rem;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 600px) {
  .specification-section {
    padding: 2% 1%;
  }
  .who-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .side-images-container {
    flex-direction: row;
    align-items: center;
  }
  .side-images-div {
    width: 45%;
    margin-bottom: 20px;
  }
  .specification-image {
    width: 100%;
    height: auto;
  }
  .layout-text {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .h3-text {
    margin-top: 5px;
  }
  .container {
    padding: 0 5%;
  }
  .list-of-specifications {
    width: 100%;
    padding: 0 5%;
    margin-left: 0;
  }
  .specification-heading {
    margin: 20px 0;
    font-size: 1.5rem;
  }
  .disclaimer {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .section-third {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .highlight-img-lux {
    width: 100%;
    margin-bottom: 20px;

    img {
      max-height: 240px;
    }
  }
  .layout01,
  .layout02 {
    width: 100%;
    height: auto;
  }
  .highlight-img-lux p {
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .video-container {
    iframe {
      height: 216px;
    }
  }
  .common-header h3 {
    font-size: 26px;
  }
  .why-us-mainHeading {
    text-align: center;
    font-size: 26px;
  }
  .property-details {
    padding: 20px !important;
  }
}

/* Responsive styles */

@media (max-width: 768px) {
  .col-md-5,
  .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mall-side-banner {
    margin-top: 5vh; /* Adjusted for smaller screens */
    margin-left: 0; /* Adjust to align properly on smaller screens */
    height: auto; /* Change height to auto for better aspect ratio maintenance */
  }

  .side-banner-heading,
  .side-banner-para {
    width: auto;
    margin-top: 4vh;
    text-align: center; /* Center align text for smaller screens */
  }

  .side-banner-heading {
    font-size: 22px; /* Smaller font size for heading */
  }

  .side-banner-para {
    font-size: 16px; /* Smaller font size for paragraph */
  }

  .icon-container,
  .icon-container02 {
    flex-wrap: wrap; /* Allow icons to wrap on small screens */
    margin-right: 0;
  }

  .icon-div {
    margin-bottom: 1rem; /* Space out icons vertically on small screens */
  }

  .parent-container {
    margin-bottom: 8vh;
  }

  .icons {
    height: 3rem; /* Smaller icons */
  }

  .icon-text {
    font-size: 14px; /* Smaller text for icons */
  }

  .separator {
    display: none; /* Hide separators on small screens */
  }
}

@media (max-width: 768px) {
  .highlights-heading,
  .heading-seeIt {
    font-size: 2rem; /* Smaller font size for headings */
  }

  .experience-center p {
    font-size: 18px; /* Smaller font size for text */
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .experience-center-img {
    height: 60vh; /* Adjust image height */
  }

  .image-container {
    display: flex;
    flex-direction: column; /* Stack images vertically */
  }

  .image-container img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%; /* Add some space between the images */
  }

  /* Adjustments for property management section */
  .property-managament .property-details h2 {
    font-size: 2rem; /* Smaller font size for property details heading */
  }
}

@media (max-width: 480px) {
  .highlights-heading,
  .heading-seeIt {
    font-size: 1.5rem; /* Even smaller font size for headings */
  }

  .experience-center p {
    font-size: 16px; /* Smaller font size for text */
  }

  .experience-center-img {
    height: 50vh; /* Further adjust image height */
  }

  .image-container img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%; /* Adjust space between images for mobile phones */
  }

  /* Further adjustments for property management section */
  .property-managament .property-details {
    padding: 0 15px; /* Adjust padding */
  }

  .property-managament .property-details h2 {
    font-size: 1.5rem; /* Even smaller font size for property details heading */
  }
}

/* Base styles for property management section */
.property-managament .property-details {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 30px 0 100px;
}

.property-managament .property-details h2 {
  font-size: 3rem;
  font-family: "Times New Roman", Times, serif;
  padding: 15px 0;
  margin-bottom: 15px;
  margin-top: 3vh;
  color: var(--white-color);
}

.property-managament .property-details p {
  margin-top: 3vh;
  color: var(--white-color);
}

.property-managament img {
  width: 100%;
  object-fit: cover;
}

.property-img {
  height: 100vh;
}

/* Responsive styles */
@media (max-width: 768px) {
  .property-managament .property-details {
    padding: 0 15px; /* Adjust padding for smaller screens */
    align-items: center; /* Center align items */
  }

  .property-managament .property-details h2 {
    font-size: 40px; /* Smaller font size for headings */
  }

  .property-managament .property-details p {
    text-align: center;
    font-size: 18px; /* Smaller font size for paragraph */
  }

  .property-img {
    height: 60vh; /* Adjust image height for smaller screens */
  }

  .style-statement {
    font-size: 28px;
  }

  .contact-image {
    display: contents;
  }
}

@media (max-width: 480px) {
  .property-managament .property-details h2 {
    font-size: 35px; /* Even smaller font size for headings on mobile */
  }

  .property-managament .property-details p {
    text-align: center;
    font-size: 16px; /* Smaller font size for paragraph on mobile */
  }

  .property-img {
    height: 50vh; /* Further adjust image height for very small screens */
  }

  .style-statement {
    font-size: 26px;
  }

  .contact-image {
    display: contents;
  }
}

.property-managament .property-details .logo-container {
  display: flex;
  align-items: center; /* Align logo and text vertically */
  flex-direction: column; /* Stack logo above text for desktop */
}

.property-managament .property-details .property-logo {
  width: 200px; /* Increased size of the logo */
  height: auto; /* Maintain aspect ratio */
  margin-top: 15px; /* Space between logo and heading */
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
  .property-managament .property-details .logo-container {
    flex-direction: row; /* Logo next to text for mobile */
  }

  .property-managament .property-details h2 {
    margin-left: 15px; /* Increased space between logo and heading on mobile */
  }
}
