/* @font-face {
  font-family: "MontRegular";
  src: url('../fonts/Mont-Trial-Regular.ttf');
} */
/* @font-face {
  font-family: "MontBook";
  src: url('../fonts/mont-book.ttf');
} */
@font-face {
  font-family: "Merriweather";
  src: url('../fonts/Merriweather-Regular.ttf');
}

@font-face {
  font-family: "Raleway";
  src: url('../fonts/Raleway-Regular.ttf');
}

a:hover {
  text-decoration: none !important;
}


.move.clickhere {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #2a1c5a;
  color: #2a1c5a;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

.slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.slider-arrows .slick-arrow img {
  width: 40px;
  height: 40px;
  filter: invert(20%) sepia(30%) saturate(1500%) hue-rotate(230deg) brightness(70%) contrast(120%);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.slider-arrows .slick-arrow img:hover {
  transform: scale(1.2);
}


.move.clickhere::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2a1c5a;
  z-index: -1;
  transition: left 0.4s ease;
}

.maplocation {
  font-size: 18px;
  /* font-weight: 500; */
  padding: 8px;
  color: #2a1c5a;
  background-color: #ffffff;
  border: 1px solid #2a1c5a !important;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  margin: 3px;
  border-radius: 4px;
}

.maplocation::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2a1c5a;
  z-index: -1;
  transition: left 0.4s ease;
}

.maplocation:hover::before {
  left: 0;
}

.maplocation:hover {
  color: #fff;
}


.move.clickhere:hover::before {
  left: 0;
  /* left → right fill animation */
}

.move.clickhere:hover {
  color: #fff;
  transform: translateY(-3px);
}



/* .header a:hover {
  color: #fff !important;
  text-decoration: none !important;
} */

body {
  font-size: 14px;
  /* font-family: 'MontBook', sans-serif !important; */
  font-family: 'Raleway', sans-serif !important;
}

section {
  position: relative;
}

.section-head {
  font-family: 'Merriweather', sans-serif !important;
  color: #000;
  padding: 16px 0px;
  font-size: 30px;
  margin: 10px 0px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
}

.nopadding.form {
  padding: 5px;
}

.nomargin {
  margin: 0;
}

#lock {
  display: none;
}

.text-center {
  text-align: center;
}

#home {
  margin-top: 80px;
}

#home img {
  width: 100%;
}

/* 
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 10rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 560px;
} */

/* .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 40px;
} */
/* .carousel-control-next-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 40px;
} */
.carousel-control-next,
.carousel-control-prev {
  width: 9%;
  opacity: 0.9;
}

.carousel-inner>.item>img {
  width: 100%;
}

/* =============== Navbar start =============== */
.navbar-default {
  background-color: #fff;
  position: fixed;
  margin-bottom: 0;
  height: 60px !important;
}

.nav>li>a {
  color: #000 !important;
  padding: 14px 22px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.navbar-nav>li {
  padding: 0px;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
  width: 100%;
}

.navbar-brand>img {
  margin: 0 auto;
  width: 100px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  background-color: #fff;
  color: #000 !important;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: inherit;
  text-align: center;
  padding: 0px;
}

#dropdownMenuButton {
  background: inherit;
  color: #424242;
  font-weight: bold;
  padding: 6px 12px;
  border-bottom: 1px solid #424242;
  border-radius: inherit;
}

.dropdown-menu {
  background-color: #424242;
  min-height: 100px;
  border-radius: inherit;
}

.dropdown-item {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  color: #fff;
}

.dropdown-menu {
  min-width: 120px;
}

.dropbtn {
  background-color: inherit;
  text-transform: uppercase;
  color: #424242;
  padding: 4px 0;
  border-bottom: 1px solid #424242;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #424242;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #424242;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 30px;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #424242;
  color: #A68749;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: inherit;
}

.imagelogo {
  width: 160px;
}

.current a.smoothScroll {
  color: #fff !important;
  background: #794925;
}

.current a.smoothScroll {
  color: #000;
  font-weight: bold;
}

/* =============== Navbar End =============== */
/* =============== Slider Start =============== */
/* #slider {
  margin-top: 60px;
} */
/* =============== Slider End =============== */
.inneraboutOverview {
  text-align: center;
}

/* =============== About Us Start =============== */
.inneraboutus {
  padding: 30px 0px;
  background-color: #ddd;
}

.Overview {
  background-color: #2a1c5a;
}

/* =============== About Us End =============== */
footer {
  margin: 0;
  padding-bottom: 8px;
  /* background-color: #000;
  color: #ffffff; */
}

.footerQR {
  display: flex;
  justify-content: center;
  padding: 23px;
}

.footerlogoinner {
  text-align: center;
}

#Overview {
  padding-top: 2%;
  padding-bottom: 3%;
}

/* =============== Projects Start =============== */
.innerprojects {
  padding: 30px 0px;
  /*background-color: #ddd;*/
}

.slick-arrow {
  font-size: 40px;
}

.innerprojects .nav>li>a {
  color: #000 !important;
  background-color: #fff;
  border: 1px solid#000;
  padding: 5px 15px;
}

.innerprojects .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff !important;
  background-color: #000;
}

.nav-pills>li {
  width: 19%;
  text-align: center;
  color: #000 !important;
  border-radius: 4px;
  padding: 5px;
}

.innerprojects .nav.nav-pills {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.prop-div {
  box-shadow: 2px 2px 11px #2a1c5a;
  margin-bottom: 5%;
}

.prop-div {
  position: relative;
  overflow: hidden;
  transition: ease all 1s;
  border-radius: 10px;
  margin: 20px;
}

.prop-img-div {
  position: relative;
  overflow: hidden;
  transition: ease all 1s;
  border-radius: 10px;
}

.move {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.prop-div,
.prop-img-div {
  position: relative;
  overflow: hidden;
  transition: ease all 1s;
}

.prop-img-div img {
  transition: ease all 1s;
  /*height: 283px;*/
}

.prop-img-div:hover img {
  transform: scale(1.3);
  transition: ease all 1s;
}

.projectlogo {
  position: absolute;
  /* Position it absolutely inside the parent */
  top: 10px;
  /* Distance from the top */
  right: 10px;
  /* Distance from the right */
  width: 120px;
  /* Width of the logo */
  background-color: #fff;
  /* Background color to make it stand out */
  border-bottom-left-radius: 15px;
  /* Rounded corner for the bottom-left side */
  padding: 5px;
  transition: none !important;
  /* Disable any transition effects */
  transform: none !important;
  /* Prevent transformation effects */
  filter: invert(1);
  /* Optional: inverts the colors of the logo */
  z-index: 10;
  /* Ensure it sits on top of the image */
}

.prop-img-div {
  position: relative;
  /* Needed for absolute positioning of the logo */
}

.img-responsive {
  max-width: 100%;
  /* Ensure the image scales responsively */
  height: auto;
}



p.prop-name {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: black;
  padding: 1%;
  font-size: 12px;
}

p.prop-price {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #000;
  border-top-right-radius: 10px;
  padding: 1%;
  margin: 0;
  font-size: 12px;
}

p.prop-undercon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 59%, rgba(83, 33, 122, 0.10127801120448177) 90%);
  border-bottom-right-radius: 10px;
  padding: 1%;
  margin: 0;
  font-size: 12px;
}

.prop-details {
  padding: 2%;
  /*background-color: white;*/
}

p.rera {
  font-size: 9px;
  color: #000;
  text-align: center;
  line-height: 15px;
}

.prop-inner {
  /*border-bottom: 1px solid lightgray;*/
  color: #191919;
  text-align: center;
}

.offer-txt {
  padding: 4px 0;
  background: #424242;
  display: none;
}

.offer-txt p {
  margin-bottom: 0;
  color: #000;
  text-align: center;
}

.prop-inner .prop-title {
  margin-bottom: 5px;
}

p.prop-title {
  float: left;
}

.prop-inner .prop-desc {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  color: #000000;
  text-align: start;
  border-bottom: 1px solid #969696;
  padding: 5px;
}

/*p.prop-desc {
    text-align: right;
}*/
/* .clickhere {
  background-color: #2a1c5a;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 38%;
  padding: 5px;

} */

/*.slick-initialized .slick-slide { 
  margin: 20px;
 }
*/
/* =============== Projects End =============== */
/* ======================= Contact Form Start ======================= */
.innerContact {
  padding: 30px 0px;
  background: #2a1c5a;

}

.headContact {
  text-align: center;
}

.Contactbox {
  border: 3px solid #ffffff;
  padding: 15px 30px;
}

.ContactSubbox {
  border: 1px solid #b29d78;
}

.ContactSubbox img {
  width: 100%;
}

/*.ContactSubbox1 {
  border: 1px solid #b29d78;
}*/

.count {
  padding-left: 11px;
}

/*label {
    margin-left: 10px;
}*/
#pricepopup .input-group {
  width: 100% !important;
  text-align: justify !important;
  /* border-bottom: 1px solid #bfac85;*/
  margin-bottom: 5px;
}

.innerContact button#submitf {
  background: #2a1c5a;
  color: #fff;
  padding: 5px 20px;
  margin-top: 20px;
}

.innerContact button#submitf:hover {
  background: #160e30;
}

button#submitf p {
  margin-bottom: 0px;
}

label.error {
  font-size: 13px;
  color: #fb0303;
}

/* ======================= Contact Form End ======================= */
/* =============== Contact Us Start =============== */
.innercontactus {
  background-color: #2a1c5a !important;
  color: #fff;
  /* padding: 50px 0px; */
  padding-bottom: 50px;
}

#Contact {
  background-color: #2a1c5a;
}

section#footer {
  background-color: #2a1c5a;
  color: #fff;
}

#footer h5.text-center.wow.fadeInUp {
  cursor: pointer;
  display: inline;
  text-align: center;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.innercontactus .input-group {
  margin: 5px auto !important;
}

.input-group {
  position: relative;
  display: table;
  text-align: left;
  margin: 7px auto;
  width: 100%;
}

.input-group-pop {
  text-align: center;
}

.innercontactus h3 {
  color: #fff !important;
}

.innercontactus h5 {
  color: #fff !important;
  cursor: pointer;
}

/* =============== Contact Us End =============== */
/* =============== About Developer Start =============== */
.inneraboutproject {
  padding: 30px 0px;
}

/* =============== About Developer End =============== */
/* =============== Disclaimer popup Start =============== */
#disclaimerpopup .modal-dialog {
  width: 90%;
  font-size: 11px;
}

#disclaimerpopup .modal-header .close2 {
  margin-top: 0px;
  position: absolute;
  right: 15px;
  top: 15px;
}

/* =============== Disclaimer popup End =============== */
/* =============== Popup Form Start =============== */
#popupModal .modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}

#popupModal .modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #fff;
  text-align: center;

}

#popupModal .modal-header .close2 {
  margin-top: 0px;
  position: absolute;
  right: 15px;
  top: 10px;
  /* color: #fff; */
  text-align: center;
}

.close2 {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 2 !important;
  filter: alpha(opacity=20);
}

/* =============== Popup Form End =============== */
button.btn.btn-danger.interested {
  font-size: 16px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: 0.4s ease-in;
  z-index: 9999;
  background-color: #2a1c5a;
  border: 2px solid #fff;
  font-weight: 600;
  padding: 7px 10px 6px 10px;
}

.header {
  overflow: hidden;
  position: relative;
}

.menu {
  background-color: #ffffff;
  color: #000;
  font-size: 2.4rem;
  padding: 0 .4rem;
  position: fixed;
  top: 16px;
  right: 2.5rem;
  z-index: 9999;
}

.close {
  background-color: #ffffff;
  color: #000;
  font-size: 2.4rem;
  padding: 0 .5rem;
  position: fixed;
  top: 20px;
  right: 2.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.cus-navbar.active .close {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.menu,
.close {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
}

.header .cus-navbar {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  height: 100vh;
  right: 0;
  left: 0;
  top: 0;
  transition: ease 1s all;
  transform: translateX(100%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .cus-navbar.active {
  transform: translateX(0);
}

.close.active {
  opacity: 1;
  visibility: visible;
  padding-top: 7px;
}

.header .navlist {
  width: 20%;
}

.header .navlist li {
  display: block;
  margin-top: 2rem;
  margin-left: 0;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.header .navlist li a {
  color: #fff;
}


.mlgroup {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.project-overly {
  background: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
  display: none;
  cursor: pointer;
}

.project-overly.active {
  display: block;
}

.project-popup {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  z-index: 99999999;
  display: none;
}

.project-popup p {
  border-top: 1px solid #A68749;
  padding-top: 10px;
  margin-top: 10px;
}

.project-popup.active {
  display: block;
}

.project-close {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9;
  font-size: 20px;
  cursor: pointer;
}

/* .viewAboutDiv p{font-family: 'cambria', sans-serif !important;} */
.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.modal-header .btn-close {
  filter: brightness(0) saturate(100%);
}

.form-check-label {
  position: relative;
  font-size: 10px;
}

.form-check-label label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
}

.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 99;
  left: -5px;
}

.serviceBox {
  margin-bottom: 30px;
}


.boximg4 img {
  display: block;
  margin: 0px auto;
  width: 245px;
}

.box5 h4 {
  text-align: center;
  margin: 12px auto;
}

.bord4 {
  border-right: 1px solid;
}

.box6 p {
  text-align: center;
  letter-spacing: 2px;
  height: 63px;
}

.box6 h3 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.bordbottom {
  border-bottom: 1px solid #000;
}

#about-us6 {
  padding: 50px 0px;
  /*background: #f3f3f3;*/
}

.descriptionover {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: center;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.tab {
  font-family: "futura";
  padding: 15px;
}

.tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 3px solid #a48636;
}

.tab .nav-tabs li a {
  color: #222;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 7px 20px 6px;
  margin: 0 2px 1px 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover {
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
}

.tab .nav-tabs li a:before {
  content: "";
  background: #a48636;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
  opacity: 1;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.tab .tab-content {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 10px;
}

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  /* margin-top: 50
px
; */
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
  /* margin-left: -6px; */
  margin-right: 15px;
}

.abt22 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}
  @keyframes pulseZoom {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
  }
  .pulse-zoom {
    animation: pulseZoom 1.5s infinite;
  }
.abtwrap {
  transition: ease all 1s;
}
.abt22 {
  display: flex;
  flex-direction: column; /* icon upar, text neeche */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
 

  height: 140px; /* common height for all */
  box-sizing: border-box; /* padding include ho height me */
}


  .abt22 img {
    width: 60px;  /* icon size */
  
    margin-bottom: 10px; /* gap between icon & text */
  }

  .abt22 p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
.abt22 img {
  display: block;
  margin: 0px auto;
  width: 66px;
}

.abtcontent {
  text-align: center;
  background: #2a1c5a;
  padding: 10px;
  margin: 20px 0;
  transition: ease all 0.5s;
  border: 2px solid rgb(240, 76, 0) !important;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 4px 15px rgb(240, 76, 0);
}

.abtcontent:hover {
  box-shadow: 0 6px 20px rgba(240, 76, 0, 0.9);
  transform: translateY(-3px);
}

.abt22 img {
  filter: brightness(0) invert(1);
}


.abtcontent {
  min-height: 80px;
  background: #2a1c5a !important;
}

.tranhover:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.tranhover:before {
  content: "";
  position: absolute;
  bottom: -34px;
  width: 210px;
  left: 50%;
  margin-left: -105px;
  height: 34px;
  border-radius: 50%;
  transform: scale(1.15);
  background: radial-gradient(rgba(0, 0, 0, 0.1), transparent, transparent);
  transition: ease all 0.5s;
}

#projects {
  background: #ffffff;
  color: #000000;
}

#legacy {
  padding-top: 2%;
  padding-bottom: 3%;
}



.text-center {
  align-items: center;
}

.underline-black {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.underline {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.underline-white {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.btn-default {
  color: #fff;
  background-color: #2a1c5a;
  ;
  border-color: #ccc;
  margin-top: 5px;
}

.btn-default:hover {
  background-color: #170f33;
  color: #ffffff;
}

.modal {
  z-index: 9999;
}

.largersizetextdesk {
  display: block;
}

.largersizetextmob {
  display: none;
}

.scrollup {
  background: #2a1c5a;
  text-align: center;
  padding: 0px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 6%;
  right: 3%;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  z-index: 999;
  display: none;
}

#pricepopup .form-control,
#pricepopup .form-control {
  display: block;
  width: 100%;
  /* height: 30px; */
  color: #b5b0b0;
  /* background-image: none; */
  border: 1px solid white !important;
  border-radius: 4px;
  box-shadow: none;
  background-color: #2a1c5a;
}

i.fa.fa-arrow-circle-up {
  font-size: 36px;
  padding: 2px;
}

/* ========================== */

.select-container {
  position: relative;
  /* margin: 10px 0; */
  width: 100%;
  /* full width inside card */
  /* max-width: 400px; */
  /* optional limit */

  overflow: hidden;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
  padding: 0px;

}

/* main select box */
.select-container .select {
  position: relative;
  background: #ffffff;
  /* height: 50px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
}


/* arrow */
/* .select-container .select::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
 
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  cursor: pointer;
  transition: 0.3s;
} */

.select-container.active .select::after {
  transform: translateY(-50%) rotate(-135deg);
  /* flip arrow up */
}

/* input field (used as display) */
.select-container .select input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: none;
  outline: none;
  border: none;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

/* dropdown options */
.select-container .option-container {
  background: #ffffff;
  max-height: 0;
  overflow-y: auto;
  transition: max-height 0.6s ease;

}

.select-container.active .option-container {
  max-height: 200px;
}

.select-container .option-container::-webkit-scrollbar {
  width: 8px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 4px;
}

/* option styles */
.select-container .option-container .option {
  padding: 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.2s;
  color: #000000;
  font-size: 1.3rem;
  background-color: #ffffff;
  text-align: start;
  padding-left: 20px;
}

.select-container .option-container .option:hover {
  background: rgba(255, 255, 255, 0.15);
  padding-left: 20px;
}

.select-container .option-container .option.selected {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.prop-desc1 {
  text-align: right;
  margin: 0px !important;
}

.price-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.logo img {
  height: 70px;
  max-width: 100%;

}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  /* or use your background color */
  box-shadow: 0 2px 5px #2a1c5a;
  /* optional
   for subtle shadow */
}

.ourLegacy {
  background-color: #2a1c5a;
}

.carousel-indicators .active {
  margin: 0;
  width: 0px !important;
  height: 12px;
  background-color: #fff;
}

.locationname {
  padding: 10px;
  text-align: center;
  font-weight: 700;
}

.locationgb {
  /* background-color: #d6d6d6; */
  border: 1px solid #d2d1d4;
}

.fade {
  opacity: 1 !important;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (max-width: 700px) {
  .maplocation {
    font-size: 12px !important;
    font-weight: 500;
    padding: 7px;
  }
}

/* .maplocation {
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  color: #2a1c5a;
  background-color: #ffffff;
  border: 1px solid #2a1c5a !important;
  margin: 5px;
  border-radius: 2px;
}

.maplocation:hover {
  color: #ffffff;
  background-color: #2a1c5a;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} */

.nav-link.active {
  background-color: #2a1c5a !important;
  color: #ffffff !important;

}

#banner-cta-CountryCode,
#mobile1,
#banner-cta-CountryCode option {
  font-size: 16px !important;
  background-color: #2a1c5a;
  color: white;
}


.form-label {
  font-size: 16px !important;
  background-color: #2a1c5a;
  color: white;
}

#banner-cta-CountryCode4,
#banner-cta-CountryCode4 option,
#mobile3,
#telephone_error {
  color: rgb(0, 0, 0);
  font-size: 16px !important;

}

.formbtn {
  background-color: #2a1c5a !important;
  color: white;
  border: 1px solid white;
}

.formbtn:hover {
  background-color: #2a1c5a !important;
  color: white;
  border: 1px solid white;
}

.leftbtn img,
.rightbtn img {
  filter: invert(13%) sepia(21%) saturate(2000%) hue-rotate(230deg) brightness(65%) contrast(120%);

  width: 60px;

}


.modal.fade .modal-dialog {
  transform: translateY(-100px);
  transition: transform 0.4s ease-out;
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
}

.modal-backdrop.show {
  background-color: transparent !important;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.89) !important;
}

.btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 3rem;
  height: 3rem;
  background-color: #ffffff;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}

.carousel-control-prev-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11 1L3 8l8 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11 1L3 8l8 7'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7'/%3E%3C/svg%3E");
}

.nav-tabs {
  border-bottom: 1px solid #ffffff;
}

.prop-div {
  border: 5px solid #d8cef8;
  border-radius: 10px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
}