/********** Template CSS **********/
:root {
    --primary: #977a54;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #977a54;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #fff;
    font-family: 'mangiola';
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Navbar ***/
@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .left-menu, 
    .right-menu {
        display: flex;
        align-items: center;
        gap: 7px;
    }
    .navbar-brand.d-lg-block {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}
.left-menu, .right-menu {
    display: flex;
    align-items: center;
    gap: 7px;
}
.navbar-brand img {
    max-height: 60px;
}
/* Center logo properly */
.navbar-brand.d-lg-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* Mobile fix */
@media only screen and (max-width: 767px){
    .left-menu,
    .right-menu {
        display: block;
        width: 100%; 
    }

    .right-menu .btn {
        margin-top: 10px;
    }
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar .navbar-nav .nav-link {
   margin-left: 24px;
    padding: 25px 0;
    color: #272324;
    text-transform: uppercase;
    outline: none;
    font-size: 16px;
    font-family: 'mangiola', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #a76332;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        margin-top: 9px;
        border-top: 1px solid #fff;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    /*background-color: var(--dark);
    border: 15px solid var(--dark);*/
    border-radius: 50px;
}
.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}
.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}
/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8efe673 !important;
    border-radius: 50%;
    border: 1px solid #a7633299;
}
/*** Appointment ***/
.appointment {
    background-color: #f8efe6;
}
.appointment2 {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .5)), url(../img/ctaimg2.jpg) center center no-repeat;
    background-size: cover;
}
/*** CTA ***/
.cta {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65)), url(../img/ea3.webp) center center no-repeat;
    background-size: cover;
}
/*** CTA ***/
.cta2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65)), url(../img/hansa-cta.webp) center center no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    padding:190px 0;
}
/*** Floor ***/
.floor-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.floor-carousel .owl-nav .owl-prev,
.floor-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.floor-carousel .owl-nav .owl-prev:hover,
.floor-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
.floor-item .floor-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(34, 36, 41, 0.4);
    /* semi-transparent dark */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: .5s;
    opacity: 1;
}
/*** Connectivity ***/
.connectivity-carousel .owl-item img {
    width: 64px;
    height: 64px;
}
.connectivity-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}
.connectivity-carousel .owl-nav .owl-prev,
.connectivity-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.connectivity-carousel .owl-nav .owl-prev:hover,
.connectivity-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
/*** Footer ***/
.footer {
    color: #999999;
}
.footer .copyright {
    padding: 5px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
    color: var(--light);
}
.footer .copyright a:hover {
    color: var(--primary);
}
.fadeclass {
    display: inline-block;
    animation: fadeZoom 3s ease-in-out infinite;
}
@keyframes fadeZoom {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}
/*new css */
/*whats app start*/
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 6px 14px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 999;
    text-align: center;
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}
@media (max-width: 767px) {
    .whatsapp-float {
        display: none;
    }
}
/*whats app end*/
/*modal form start*/
/* Limit modal width and center it */
@media (max-width: 576px) {
    .modal-dialog.modal-custom-width {
        max-width: 90%;
    }
}
.modal-backdrop.show {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog.modal-custom-width {
    max-width: 750px;
}
.img-fluid.object-fit-cover {
    object-fit: cover;
    height: 100%;
}
/* Icon Styling */
.input-icon {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    color: #a76332;
    font-size: 16px;
    z-index: 2;
}
.input-with-icon {
    padding-left: 11px;
    border: none;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.modal.show .modal-dialog {
    transform: translateY(0);
}
.input-with-icon:focus {
    box-shadow: 0 0 0 4px rgba(81, 45, 168, 0.15);
}
.input-with-icon1{
padding-left: 39px;
    border: none;
}
.input-with-icon1:focus {
    box-shadow: 0 0 0 4px rgba(81, 45, 168, 0.15);
}
.logoclass {
    width: 120px;
}
.table tbody td {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
    border: 1px solid #dee2e6;
}
.table thead tr {
       background-color: #ad6d3f;
}
.table thead th {
    background: transparent;
    color: #fff;
    border: 1px solid #dee2e6;
}
.table {
    border-collapse: collapse;
}
.table th,
.table td {
    border: 1px solid #dee2e6;
}
.table tbody tr:nth-of-type(odd) td {
    background-color: rgba(255, 255, 255, 0.9);
}
/*end*/
.mouse-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e31e25;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.ring1 {
    width: 10px;
    height: 10px;
    border: 2px solid #977a54;
    transition: transform 0.1s ease-out;
}
.ring2 {
    width: 15px;
    height: 15px;
    border: 2px solid #977a54b8;
    transition: transform 0.15s ease-out;
}
/*sticky button start*/
.container-box1 {
    display: inline-block;
    position: fixed;
    top: 80%;
    right: -140px;
    z-index: 30;
}
.rotated1 {
    -webkit-transform: rotate(-90deg);
    transform-origin: top left;
}
.bgimg {
    background-image: url(../img/about-bk-image2.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.pulseanimation {
    animation: pulse-cust 2s infinite;
}
@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px #a99a85;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }
}
@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}
@media (max-width: 767px) {
    h5.eameh5 {
        font-size: 12px;
    }
    .project-item .project-title {
        height: 5px;
    }
    .project-item:hover .project-title,
    .project-carousel .owl-item.center .project-title {
        bottom: -20px;
    }
    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    .project-item .project-title::before {
        display: none;
    }
    p.footercontactp {
    font-size: 20px;
    }
    .project-item:hover img, .project-carousel .owl-item.center img {
    margin-top: -30px;
    }
}
/*abt arrow*/
.animate-up-down {
    position: relative;
    animation: animateUpDown 1s ease infinite;
}
@keyframes animateUpDown { 
    0% { 
        top: 0px;
    }
    50% { 
        top: 10px;
    }
    100% { 
        top: 0px;
    } 
}
.animate-rotate {
    position: absolute;
    animation: animateRotate 8s linear infinite;
}
@keyframes animateRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}
/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 150px 150px 0px 0px;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}
.testimonial-img {
    position: relative;
    padding: 45px 5px 45px 90px;
}
.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: #f3e9dd;
    z-index: -1;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #977a54;
    border: 2px solid #977a54;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: #977a54;
    background: #fff;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
}
img.iconimg {
    filter: invert(48%) sepia(62%) saturate(257%) hue-rotate(354deg) brightness(90%) contrast(90%);
    width: 39px;
}
h2.ambh2 {
font-size: 35px;
font-weight: 300;
}
.sideimg {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px; /* space between text and images */

}
.sideimg::before,
.sideimg::after {
  content: "";
  width: 40px;              /* image width */
  height: 40px;             /* image height */
  background: url("../img/sideimg.webp") no-repeat center;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}
.sideimg::before {
  transform: rotate(360deg);
}
.sideimg2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px; /* space between text and images */
}
.sideimg2::before,
.sideimg2::after {
  content: "";
  width: 40px;              /* image width */
  height: 40px;             /* image height */
  background: url("../img/sideimgwhite.webp") no-repeat center;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}
.sideimg2::before {
  transform: rotate(360deg);
}
@media (max-width: 767px) {
    
    .overlay-text {
    margin-right: 5px;
}
h2.ambh2 {
    font-size: 25px;
    margin-top: 40px;
}
.artimg::after {
  right: 35px!important;
  font-size: 5px!important;
}
.overlay-text {
    font-size: 10px!important;
}
}
/* Tab nav active state */
.event .tab-class .nav-item a.active {
  background: #977a54 !important;
}
/* FORCE span text to white when active */
.event .tab-class .nav-item a.active .textchng {
  color: #fff !important;
}
.textchng {
  color: #907148;
}
.artimg {
  position: relative;
}
/* Text overlay */
.artimg::after {
  content: "Artistic Image";
  position: absolute;
  top: 100px;
  right: 105px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 3;
}
@media (min-width: 1920px) and (max-width: 2560px) {
    .artimg::after {
    right: 125px;
}
}
/************************************hansa web*******************************/
.content {
    padding-top: 22px;
    padding-left: 15px;
}
ul.usp{
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
.clr2 {
   color: #000;
    font-size: 14px;
    padding-top: 12px;
}
ul.usp li.lisst{
    height: 100px;
    max-height: 100px;
    width: 245px;
    max-width: 245px;    
}
li.lisst img {
    width: 44px;
}
.line {
    position: relative;
    display: inline-block; 
}
.line::after{
    content: "";
    width: 110%;
    height: 13px;
    background: url(../img/line1.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin-top: 8px;
    position: relative;
}
.line-white {
    position: relative;
    display: inline-block; 
}
.line-white::after{
    content: "";
    width: 110%;
    height: 13px;
    background: url(../img/line1.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin-top: 8px;
    position: relative;
}
/**************amenities slider***********/
.marquee-wrapper {
  position: relative;
}
.marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
}
.marquee-item {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.member {
  width: 100%;
}
.member-link {
  display: block;
  color:#000;
}
.member-img-wrapper {
  margin: 0;
}
.member-img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: filter 0.3s;
}
.member-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0 4px 0;
  text-align: center;
  background: rgb(231 231 231 / 73%);
}
.member-title {
  margin: 0 0 5px;
}
.member-subtitle {
  margin: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
p.member-title{
font-weight:500;
font-size:18px;
}
.member-link:hover .member-details {
  transform: none;
}
.member-link:hover .member-img {
  filter: grayscale(0);
}
.marquee-arrow {
  position: absolute;
  bottom: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #a96535;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.marquee-arrow.arrow-prev {
  left: calc(50% - 50px);
}
.marquee-arrow.arrow-next {
  right: calc(50% - 50px);
}
@media (min-width: 850px) {
  .marquee-item {
    width: 500px;
  }
  .member-img {
    height: 500px;
  }
  .member-title {
    font-size: 1.6em;
  }
  .marquee-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .marquee-arrow.arrow-prev {
    left: 40px;
  }
  .marquee-arrow.arrow-next {
    right: 40px;
  }
}
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  font-size: 14px;
  color: black;
  background: white;
}
.page-footer a {
  display: flex;
  margin-left: 4px;
}
.p-1 {
    display: flex;
}
.p-1 p {
    padding-top: 25px;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
}
/***************connectivity***********/
.locc {
   padding: 60px 60px 60px 60px;
    background-color: #f8efe6;
} 
a.btn-other
 {
    text-align: center;
    align-items: center;
    padding: 10px 10px !important;
    border-radius: 10px;
    width: 166px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #a76332;
}
.locatn {
    text-align: center;
}
.locatn h4 {
    font-size: 34px;
    padding-bottom: 27px;
}
.loc2 {
    display: inline-flex;
}
.accordion .accordion-item {
  border-bottom: 1px solid #000;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #000;
}
.accordion button {
  position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.loc-img {
    display: contents;
}
.location-accordin {
    padding-left: 50px!important;
        padding-top: 40px;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #ad8e53;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #ad8e53;
  border: 1px solid #ad8e53;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
      color: #000;
}
.accordion-content ul li {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    list-style-type: none;
}
.accordion-content ul {
    padding-top: 10px;
    padding-left: 0px;
}
.image p {
    font-size: 21px;
    background-color: #bb9569;
    top: 440px;
    position: relative;
    margin-left: 300px;
    color: #ffffff;
    padding: 8px 7px 6px 15px;
    width: 245px;
    text-align: center;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 22px;
  background-color: #f8efe6db !important;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 14px;
   left: 10px;
  width: 10px;
  height: 2px;
  background: #000;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 14px;
  width: 2px;
  height: 10px;
  background: #000;
}
.accordion button[aria-expanded=true] {
  color: #fff;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 160px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.loc-img {
    display: contents;
}
.loc-img img {
    width: 800px;
    margin-left: -151px;
    height: 442px;
    max-height: 442px;
}
.form-bg {
    background-color: #a76332;
    padding: 50px 50px 0px 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 450px;
}
.mapp {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.abo {
    padding: 20px 0px 20px 0;
    justify-content: center;
}
.ab p {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding-top: 11px;
    color: #000;
}
.ab img {
    height: 75px;
    display: inline-block;
    width: 64px;
}
.ab {
    text-align: center;
    border-right: 2px #000 dotted;
}
p.title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    color:#fff;
}
.col-12.contact-button {
    text-align: right;
}
.form-floating>.form-select{
    color: #000;
}
.projj {
   text-align: center;
}
.footer-bottom-area {
    background: #282425;
    padding: 10px 0 0px 0;
    text-align: center;
    color:#fff;    
}
.proj2 {
    padding-left: 40px;
    border-left: 1px solid #000;
}
.proj1{
    padding-right: 70px;
}
p.footer-text{
font-size: 10px;
    line-height: 15px;
    margin-bottom: 0px;
    padding: 12px 60px 12px 70px;
    color: #fff;
    text-align: center;
}
.copyright  p{
    font-size: 12px;
}
footer.footer-area{
    border-top: 1px solid #ffffffbd;
}
.plans {
    position: relative;
}
.floor-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: .5s;
    /* background: rgb(34 36 41 / 2%); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.tree{
    background-image: url(../img/tree-bk.webp);
    background-size: cover;
    padding: 200px 0;
    background-position: center;
}
h4.tree-abt{
    color: #a76332;
    font-size: 21px;
    padding-top: 45px;
}
.location-sectn{
    background-color: #f8efe6;
}
.map{
    background-color: #f8efe6;
    padding: 50px 0 30px 0;
} 
h3.contact-hdn{
padding-bottom: 35px;
}     
article.member a:hover{
color:#a76332;
}
.enquiebtn {
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 999;
}
.enquiebtn ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}
.enquiebtn ul li {
    background-color: #ad6d3f;
    list-style-type: none; 
    border: 1px solid #ad6d3f;
    border-radius: 50px;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
}
.enquiebtn ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    position: relative;
}
.enquiebtn ul li a .img {
    position: relative;
    z-index: 1;
    transition: all 0.6s ease;
}
.enquiebtn ul li a p {
    position: absolute;
    left: 55px;
    color: #fff;
    white-space: nowrap;
    transition: all 0.2s ease;
} 
.enquiebtn ul li:hover {
    margin-left: -130px; 
    cursor: pointer;
}
li.lisst.wow.fadeInUp.car {
    padding: 0px 20px;
border-left: 1px solid #d5d5d5;
}
li.lisst.wow.fadeInUp.cctv {
    padding-right: 11px;
padding-left: 25px;
}
li.lisst.wow.fadeInUp.tower{
    padding-left: 20px;
padding-right: 20px;
}
li.lisst.wow.fadeInUp.rooftop{
padding-left: 20px;border-left: 1px solid #d5d5d5;
}
li.lisst.wow.fadeInUp.space{
    border-left: 1px solid #d5d5d5;padding-left: 20px;padding-right: 20px;
}
li.lisst.wow.fadeInUp.lift{
    padding-left: 20px;padding-right: 48px;
    border-right: 1px solid #d5d5d5;
} 
.form-container .col-12 {
    padding-bottom: 20px;
}
.form-container .col-sm-12{
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px)
{
.loc2 {
    display: block;
}
.loc-img img{
    width: 100%;
height:100%;
margin-left:0px;
}    
.location-accordin {
    padding-left: 10px !important;
    padding-top: 25px;
}
iframe{
    width: 100%;
}
.tree{
     padding: 25px 0 38px 0;   
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 42%); 
}
.tree p{
    font-size: 12px!important;
color:#fff;
}
h4.tree-abt {
    color: #ffffff;
    font-size: 15px;
}
.tree .line::after {
    background: url(../img/line-white.png) no-repeat center;
}
section.section-wrapper{
    display: flex;
    flex-direction: column-reverse;
}
.bgimg img.bldg-img{
    padding-left: 30px!important;
}
.line {
    font-size: 18px;
    padding-left: 16px;
}
.clr2 {
    font-size: 11px;
}
p.content-abt{
    font-size: 11px;
    line-height: 22px;
    padding-left: 13px;
}
.cta2 {
    padding: 40px 0;
}
.cta2 h4{
    font-size: 20px!important;
}
.rooftop{
    margin-bottom: 45px;
}
.marquee-arrow{
bottom: -68px;
width: 40px;
height: 40px;
}
.marquee-arrow.arrow-next {
    right: calc(50% - 77px);
}
.locatn h4 {
    font-size: 23px;
}
.locc {
    padding: 30px 45px 45px 30px;
}
.accordion button{
    font-size: 14px;
}
.accordion button .icon{
    top: 9px;
}
.icon{
    padding: 15px;
}
.accordion button .icon::before{
    left: 10px;
    top: 13px;
}
.accordion button .icon::after{
    top: 9px;
    left: 14px;
}
.internl .col-lg-2 {
    display: none;
}
.imagbg2{   
 padding: 30px 0 20px 0!important;
}
.projj img{
    width: 95px;
}
.address-wrap p{    
font-size: 12px;
padding: 0 18px 0 12px;
}
.abo {
    display: inline-block;
    column-count: 2;
}
.ab p {
    font-size: 13px;
}
.complete p{
font-size: 13px!important;
}
.complete img{   
 width: 40px;
   height: 40px;
}
.ab img {
   height: 60px;
    width: 50px;
}
.reraa p{  
    font-size: 10px!important;
    line-height: 15px!important;
    padding-top: 11px!important;
    padding-left: 8px!important;
}
.reraa img{
    width: 55px;
    height: 55px;
}
.map {
    padding: 30px 0 15px 0!important;
}
p.site{
    font-size: 12px!important;
}
p.footer-text {
    font-size: 11px;
    padding: 18px 10px 16px 10px;
}
.form-bg {
    padding: 35px 34px 0px 34px;
}
.table tbody td{
font-size: 11px;
}
p.member-title {
    font-size: 15px;
    font-weight: 500;
}
.p-1 p {
    padding-top: 15px;
    font-size: 10px;
    padding-left: 6px;
    text-align: left;
}
#about {
    padding: 40px 0 50px 0px!important;
}
a.btn.btn-secondary.py-2{
font-size: 7px;
padding-left: 5px;
padding-right: 5px;
}
.table thead th {
    font-size: 12px;
    font-weight: 600;
}
.internl h4.display-7.mb-5.line.wow.fadeInUp {
    margin-bottom: 28px !important;
}
.content {
    padding-top: 36px;
   padding-left: 10px;
}
p.con{
    font-size: 14px!important;
}
h3.mb-4.popup-hdn{
    font-size: 18px!important;
    line-height: 22px!important;
}
li.lisst.wow.fadeInUp.lift {
    padding-right: 11px !important;
}
ul.usp {
    margin: 0px 0 0!important;
}
.appointment{
padding-top:35px!important;
padding-bottom: 30px !important;
}
.appointment .text-center.mb-5 {
    margin-bottom: 30px !important;
}
.internl{
padding: 30px 0 20px 0!important;
}
.col-md-3.col-sm-6.col-xs-6.ab.cd {
    border-right: none !important; 
}
}
.formWrap.col-md-12 {
    margin-top: 20px;
}
.sb-btn{   
 background-color: #2a2627;
    color: #fff;
    padding: 4px 16px;
}
.form-btn{   
 background-color: #a76332;
    color: #fff;
    padding: 4px 16px;
}
/* =========================
   ABOUT SLIDER
========================= */
.wrapper2 {
    position: relative;
    overflow: hidden;
}
.slider-wrapper {
    overflow: hidden;
}
.inner {
    display: flex;
    transition: transform 0.5s ease;
}
.inner article {
    min-width: 100%;
}
.inner img {
    width:100%;
    display:block;
}
.slider-prev-next-control {
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
    display:flex;
    justify-content:space-between;
    padding:0 20px;
    z-index:10;
}
.slider-prev-next-control button {
       width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #ad6d3f;
    color: #ffffffeb;
    font-size: 19px;
    cursor: pointer;
}
@media only screen and (max-width: 767px)
{
 .member-img-wrapper {
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .member-img {
     height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }    
 .glightbox-container .gprev,
    .glightbox-container .gnext {
        display: flex !important;
        position: fixed !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 99999 !important;
} 
.wrapper2 {
    padding-top: 10px;
      padding-left: 20px;
}
}