html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #FFF;
}

body.scrolling {
  overflow-y: hidden;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
	width: 100%;
	display: table;
	height: auto;
	position: absolute;
	z-index: 5;
	top: 20px;
}

.head {
	width: 95%;
	height: auto;
	display: table;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background: linear-gradient(to bottom, #e6ebf0, #fcfbec, #fbeef4);
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	/*background-image: url("../img/bg/header-bg.png");
	background-repeat: no-repeat;
    background-position: 80% 0;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 2px 5px #555;
}

.head-contact {
	width: 20%;
	height: auto;
	display: table;
	float: right;
	padding: 28px 15px;
}

.sticky .head-contact {
	padding: 0px 15px;
}

.head-contact .call-icon-bg {
	/*background-color: rgba(136, 88, 66, 0.9);*/
	border-radius: 100%;
    padding: 0 5px;
	margin: 0 10px;
}

.head-contact .call-icon {
	background: transparent url(../img/icons/call.svg) no-repeat 0 5px;
    border: none;
    padding: 0 0 0 22px;
	background-size: 22px 25px;
    cursor: pointer;
	background-repeat: no-repeat;
	border: none;
	filter: brightness(0.1) sepia(9) hue-rotate(340deg) saturate(7);
	
	/*background-repeat: no-repeat;
    background-size: 22px 33px;
    border: none;
    padding: 0 0 0 33px;
    cursor: pointer;
	background-image: url(../img/icons/call.svg);
    filter: brightness(0.25) sepia(9) hue-rotate(-40deg) saturate(1);*/
}

.head-contact h2 {
	text-align: center;
}

.head-contact a {
	color: #391006;
}

.head-contact a:hover {
	color: #333;
}

.head-logo {
	width: 20%;
	height: auto;
	display: table;
	float: left;
	position: relative;	
}

.head-logo img.h-logo-1 {
	margin: 5px auto;
	width: 100%;
	background: transparent;
	display: block;
	/*box-shadow: 0px 2px 5px #999;*/
}

.sticky .head-logo img.h-logo-1 {
	width: 70%;
}

.head-logo img.h-logo-2 {
	display: none;
}

.sticky .head-logo img.h-logo-2 {
	margin: 0 auto;
	width: 80%;
	background: #FFF;
	padding: 10px;
	display: block;
	box-shadow: none;
}

.head-menu {
	width: 60%;
	height: auto;
	display: table;
	float: right;
	padding: 26px 30px 18px 50px;
}

/* Menu */

.topnav {
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  color: #391006;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 17px;
  margin: 0 10px;
  font-weight: 500;
}

.topnav a:hover { 
  background-color: rgba(252, 219, 188, 0.5);  
  border-radius: 10px;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.frame {
	width: 1230px;
	display: table;
	margin: 0 auto;
}

::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}


.top-form {
	width: 90%;
    height: auto;
	margin: -20px auto 0 auto;
    background-color: rgba(57, 16, 6, 0.9);	
    color: #000;
    font-size: 24px;
    text-align: center;
    position: relative;
    bottom: 8px;
    left: 0;
    z-index: 1;
	padding: 30px 0 80px 0;
	border-radius: 10px;
}

.top-form-sec {
	width: 90%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.form-col-top {
	width: 25%;
	padding: 0 10px;
	float: left;
	position: relative;
}

.top-form-cb {
    width: 100%;
    display: table;
	padding: 0 10px;
	position: absolute;
    bottom: -60px;
}

.top-form-cb-inner {
    padding: 5px 0;
    width: 100%;
    display: table;
}

.top-form-cb-col {
    width: 5%;
    float: left;
}

.top-form-cb-content-col {
    width: 95%;
    float: left;
	padding: 10px 0;
}

.top-form-cb-content-col p {
    font-size: 0.8rem;
	text-align: left;
	font-weight: 300;
	color:#CCC;
}

.top-form h2 { 
	font-weight: 700;
	padding-top: 8px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.image-container {
    display: flex;
    align-items: center;
	width: 20%;
	margin: 0 auto;
}

.image-container::before,
.image-container::after {
    content: "";
    width: 6rem; /* Set the width of the lines */
    height: 1px; /* Adjust the thickness of the line */
    background-color: #391006; /* Adjust the color of the line */
    margin: 0 0 8px 0; /* Adjust the space between the line and the image */
    flex: none; /* Prevent the lines from stretching */
}

.image-container img {
	margin: 10px auto 20px auto;
	display: block;
}

.top-form-control {
    width: 100%;
    height: 45px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(252, 219, 188, 0.9);
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0 5px 0;
	border-radius: 10px;
}

.top-form-field-icon i {
    position: absolute;
    margin-top: 24px;
    margin-left: 20px;
    color: #391006;
	left: 0;
	font-size: 1.1rem;
	z-index: 1;
}

.top-form-butn {
    border: none;
    padding: 10px;
    width: 100%;
    background-image: linear-gradient(to right, #9e4e20 , #9e4e20);
    background-origin: border-box;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 10px;
	transition: background-image 0.3s ease, color 0.3s ease; /* Add this line */
}

.top-form-butn:hover {
    background-image: linear-gradient(to right, #9e4e20 , #9e4e20);
    color: #FFF;
}


.about {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0 30px 0;
	background: linear-gradient(to bottom, #fbeef4, #fcfbec, #e6ebf0);
}

.about-main {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.about-col-left {
	width: 50%;
	height: auto;
	display: table;
	float: left;
}

.about-col-left img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -30px;
}

.about-col-right {
	width: 50%;
	height: auto;
	display: table;
	float: left;
	padding: 0 20px;
}

.about-col-right h4 {
	font-weight: normal;
	margin: -10px 0 25px 0;
	font-size: 1.5rem;
}

.about-col-right h1 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 20px 0;
	position: relative;
	color: #391006;
}

.about-col-right h1 span {
	text-transform: none;
	font-weight: normal;
	font-size: 1.5rem;	
}

.about-col-right h2 {
	margin-bottom: 20px;
	font-weight: normal;
	text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: dotted;
	text-decoration-color: #9d0a0e;
	text-underline-position: under;

}

.about-col-right p {
	line-height: 2rem;
	font-weight: 300;
}

.about-col-right details summary {
	margin: 0 0 20px 0;
	cursor: pointer;
	border: 1px solid #000;
    padding: 8px 10px;
    width: fit-content;
    border-radius: 10px;
	font-size: 0.8rem;
}

.about-col-right details summary i {
	margin: 0 0 0 10px;
}

.about-col-right details[open] summary i {
	transform: rotate(180deg);
}

.about-col-right details[open] {
	margin-bottom: 20px;
}

.highlights {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	background: linear-gradient(to bottom, #e6ebf0, #fcfbec, #fbeef4);
}

.highlights-main {
	width: 90%;
	height: auto;
	display: flex;
    justify-content: center; /* Horizontally center the child divs */
    align-items: center; /* Vertically center the child divs (if parent has height) */
    flex-wrap: wrap; /* Allows wrapping if the children overflow */
	margin: 0 auto;
}

.highlights h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.highlights-col {
	width: 25%;
	height: auto;
	display: table;
	padding: 10px;
	margin: 0 auto;
}

.highlights-col-in {
	width: 100%;
	height: auto;
	display: table;
}

.highlights-icon {
	width: 80%;
	margin: 0 auto 20px auto;
	/*background-color: rgba(252, 219, 188, 0.5);*/
	border-radius: 100%;
	background: url(../img/icons/pearl.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.highlights-col-in img {
	filter: brightness(0.1) sepia(9) hue-rotate(340deg) saturate(7);
	width: 90%;
	display: block;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
	cursor: pointer;
	padding: 55px 60px;
    position: relative;
    top: 5px;
	margin: 0 auto;
}

.highlights-col-in img:hover {
	/*transform: scale(1.5);*/
}

.highlights-col-in p {
	font-weight: 500;
	text-align: center;
	color: #391006;
}

/* Advantages */
.advantage {
	width: 100%;
	height: auto;
	display: table;
	padding: 80px 0 80px 0;
	background: linear-gradient(to bottom, #fbeef4, #fcfbec, #e6ebf0);
}

.advantage-heading {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.advantage-heading h2 {
	font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/*.advantage-heading p {
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
	width: 70%;
	margin: 0 auto;
}*/

.advantage-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  padding: 50px 0 10px 0;
}

.advantage-left {
  width: 50%;
  padding: 0 50px;
}

.advantage-left ul {
  list-style: none;
  padding: 0;
}

.advantage-left li {
  cursor: pointer;
  padding: 15px 10px;
  margin-bottom: 8px;
  transition: background-color 0.3s, transform 0.3s;
  color: #555;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.advantage-left li:hover {
  color: #ddd;
}

/* Add active class for zoom effect */
.advantage-left li.active {
  transform: scale(1.5); /* Zoom effect */
  padding-left: 70px;
  color: #000;
  border-bottom: none;
  border-top: none;
  padding: 30px 10px 30px 70px;
}

.advantage-left li:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    margin: -5px 10px 0 0;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    cursor: pointer;
    filter: brightness(0.1) sepia(9) hue-rotate(340deg) saturate(7);
}

.advantage-left .connectivity:before {    
    background-image: url(../img/icons/connectivity.svg);
}

.advantage-left .infra:before {    
    background-image: url(../img/icons/infra.svg);
}

.advantage-left .metro:before {    
    background-image: url(../img/icons/metro.svg);
}

.advantage-left .appreciation:before {    
    background-image: url(../img/icons/appreciation.svg);
}

.advantage-left .upcomingproject:before {    
    background-image: url(../img/icons/upcomingproject.png);
}

.advantage-right {
  width: 50%;
  position: relative;
}

.advantage-right .advantage-right-view {
  position: absolute; /* Position all images on top of each other */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.9); /* Start zoomed out */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition for opacity and zoom */
  visibility: hidden; /* Hide the element visually without removing it from the document flow */
}

.advantage-right .advantage-right-view.active {
  opacity: 1;
  transform: scale(1); /* Zoom in to normal size */
  visibility: visible; /* Make the element visible */
  position: relative; /* Reset position of the active element */
  z-index: 1; /* Ensure the active image is on top */
}

.advantage-right img {
  width: 100%;
  height: 400px;
}

.advantage-right-view .summary-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 50px 25px 20px 25px;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
	cursor: pointer;
}

.advantage-right-view .summary-details h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}

.advantage-right-view .summary-details p {
	text-align: center;
	font-weight: 300;
	cursor: pointer;
	font-size: 0.9rem;
}


@media screen and (max-width: 768px) {
  .advantage {
	  padding: 30px 0;
  }
  
  .advantage-heading {
	  width: 100%;
  }
  
  .advantage-heading h2 {
	  font-size: 1.6rem;
  }
  
  .advantage-main {
    flex-direction: column;
    align-items: center;
	max-width: 100%;
	padding: 10px 0;
  }

  .advantage-left,
  .advantage-right {
    width: 100%;
  }

  .advantage-left {
    padding: 0;
  }

  .advantage-left li {
    padding: 20px 10px 10px 10px;
    font-size: 0.8em;
	width: 50%;
	float: left;
	margin-bottom: 0;
	border-top: none;
  }
  
  .advantage-left li.active {
	  transform: scale(1);
	  padding: 20px 10px 10px 10px;
	  border-top: none;
	  border-bottom: 1px solid #eee;
	  color: #9d0a0e;
  }
  
  .advantage-left li:before {
	  margin: -5px 10px 0 0;
	  width: 35px;
	  height: 35px;
	  background-size: 30px 30px;
  }
}


.infra {
	position: relative;
	z-index: 0;
	padding: 30px 0;
}


.slider-container {
    position: relative;
    width: 100%; /* Adjusted for responsiveness */
    max-width: 1150px;  /*Limiting the maximum width for larger screens */
    margin: 25px auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px; /* Added padding for better appearance */
	z-index: 0;
}

.slider-container h2 {
	margin: 0 0 20px 20px;
	font-size: 1.3rem;
}

.slider-infra {
    display: flex;
    transition: transform 0.3s ease;
    width: 400%; /* Adjusted to fit three slides side by side */
}

.slide-infra {
    flex: 0 0 25%; /* Adjusted for three slides */
    padding: 20px;
    box-sizing: border-box;
}

.infra-left {
	width: 35%;
	height: auto;
	display: table;
	float: left;
}

.infra-left img {
	width: 100%;
	height: auto;
	display: block;
}

.infra-right {
	width: 65%;
	height: auto;
	display: table;
	float: left;
	padding: 0 0 0 50px;
}

.infra-right h4 {
	margin: 0 0 20px 0;
	font-weight: 500;
}

.infra-right p {
    line-height: 2rem;
    font-weight: 300;
}

.infra-butn {
    border: none;
    padding: 8px;
    width: 20%;
    background-image: linear-gradient(to right, transparent , transparent);
    background-origin: border-box;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin-top: 30px;
	border: 1px solid #333;
	border-radius: 5px;
}

.infra-butn:hover {
    background-image: linear-gradient(to right, #fecc09 , #fecc09);
    color: #000;
}

.arrow-infra {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #333;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    padding: 10px 15px;
	border: 1px solid #CCC;
    z-index: 2; /* Ensure arrows are above the slides */
}

.prev-btn {
    left: 60px;
}

.next-btn {
    right: 60px;
}


.amenities {
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0 50px 0;
	background: linear-gradient(to bottom, #e6ebf0, #fcfbec, #fbeef4);
}

.amenities h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.amenities .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.amenities .carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.amenities .carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.amenities .carousel-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    height: auto;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    text-align: center;
    padding: 5px;
}

.amenities .carousel-item-inner {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.amenities .carousel-item-inner img {
    width: 100%;
    height: 400px;
    display: block;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    cursor: pointer;
    border-radius: 10px;
}

.carousel-item-inner .summary-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
}

.carousel-item-inner .summary-details h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

.amenities button {
    background-color: rgba(57, 16, 6, 0.8);
    color: white;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 100%;
    margin: 0 10px;

}

.amenities button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
	.amenities .carousel-container {
		margin: 0;
		position: relative;
	}
	
    .amenities .carousel-item {
        flex: 0 0 100%; /* One item per row for mobile */
        max-width: 100%;
    }

    .amenities .carousel {        
        max-width: none; /* No maximum width */
        width: 100%;
    }
	
	.amenities button {
		position: absolute;
		z-index: 3;
	}
	
	.prev-btn {left: -20px;}
	.next-btn {right: -20px;}
}

.locadv-col-right {
    width: 65%;
	height: auto;
	display: table;
	float: left;
	padding: 0 0 0 30px;
}

.type-btn-col {
	width: 100%;
	height: auto;
	display: table;
}

.bton.activia {
    background-color: #391006;
    color: #FFF;
	font-weight: 300;
}

.bton {
    display: inline-block;
    border-radius: 50px;
    background-color: transparent;
    border: none;
    color: #000;
    text-align: center;
    font-size: 1rem;
	font-weight: 500;
    padding: 15px;
    width: 20%;
	margin: 5px;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    text-decoration: none;
	border: 0 solid #391006;
	font-size: 0.9rem;
}

.bton:hover {
	background-color: transparent;
	color: #391006;
	border: 1px solid #391006;
	font-weight: 300;
}

.column-inner {
    display: none;
    width: 100%;
}

.column-inner-content {
	display: table;
    width: 100%;
}

.column-inner-content-col {
	width: 100%;
	float: left;
	padding: 30px;
}

.column-inner-content-col ul {
	width: 80%;
}

.column-inner-content-col ul li {
	list-style-position: outside;
	list-style: circle;
	margin-left: 10px;
	line-height: 2.5rem;
	cursor: pointer;
	color: #391006;
}

.column-inner-content-col ul li span {
	position: relative;
	left: 10px;
	color: #000;
	font-weight: 300;
}

.column-inner-content-col ul li span span {
	float: right;
}

.column-inner-content-col ul li:hover {
	color: #ff3110;
}

/*.column-inner-content-col ul li::before {
	content: "";
	width: 13px;
    height: 13px;
    background-color: #075d87;
    float: left;
    margin: 13px 20px 0 10px;
	border-radius: 50%;
}

.column-inner-content-col ul li:hover::before {	
    background-color: #ff3110;    
}*/

.column-inner-content-col img {
	width: 100%;
	height: auto;
	display: block;
}

.show {
    display: block;
}





.amenities2 {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 30px 0;
}

.amenities2 h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.amenities2 .carousel2-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.amenities2 .carousel2 {
    position: relative;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.amenities2 .carousel2-inner {
    display: flex;
    transition: transform 0.3s ease;
}

.amenities2 .carousel2-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    height: auto;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    text-align: center;
    padding: 10px;
}

.amenities2 .carousel2-item-inner {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.amenities2 .carousel2-item-inner img {
    width: 100%;
    height: 320px;
    display: block;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    cursor: pointer;
    border-radius: 10px;
}

.carousel2-item-inner .summary-details {
    margin: 0 auto;
    position: absolute;
    color: #FFF;
    padding: 35px 0 20px 0;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    width: 100%;
    z-index: 1;
    bottom: 0;
    cursor: pointer;
}

.carousel2-item-inner .summary-details h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

.amenities2 button {
    background-color: rgba(57, 16, 6, 0.8);
    color: white;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 100%;
    margin: 0 10px;
}

.amenities2 button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
	.amenities2 .carousel2-container {
		margin: 0;
		position: relative;
	}
	
    .amenities2 .carousel2-item {
        flex: 0 0 100%; /* One item per row for mobile */
        max-width: 100%;
    }

    .amenities2 .carousel2 {        
        max-width: none; /* No maximum width */
        width: 100%;
    }
	
	.amenities2 button {
		position: absolute;
		z-index: 3;
	}
	
	.prev2-btn {left: -20px;}
	.next2-btn {right: -20px;}
}




.gallery-section {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	background: linear-gradient(to bottom, #fbeef4, #fcfbec, #e6ebf0);
}

.gallery-section h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.gallery-main {
	width: 80%;
	height: auto;
	display: table;
	/*background: #fcdbbc;*/
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
}

.gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 560px;
	overflow:hidden;
  }
  .gallery img {
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
    max-width: 75%;
    max-height: 100%;
	border-radius: 10px;
  }
  .gallery img.active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 3;
	/*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 30px;*/
  }
  .gallery img.left {
    transform: translateX(-26%) scale(0.8);
    opacity: 0.8;
    z-index: 2;
  }
  .gallery img.right {
    transform: translateX(26%) scale(0.8);
    opacity: 0.8;
    z-index: 2;
  }
  .gallery img.hidden {
    opacity: 0;
    z-index: 1;
  }
  .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
	z-index: 2;
  }
  .controls button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0 -50px;
    background-color: rgba(57, 16, 6, 0.8);
    color: white;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 100%;
    margin: 0 -50px;
  }
  

.plan {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	background: linear-gradient(to bottom, #fbeef4, #fcfbec, #e6ebf0);
}

.plan h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.plan-main {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
}

.master-plan {
	width: 80%;
	height: auto;
	display: table;
	margin: 0 auto;
	position: relative;
}

.master-plan img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	border-radius: 10px;
}

.plan .plan-butn {
	border: none;
    padding: 10px;
    width: fit-content;
    background-image: linear-gradient(to right, #9e4e20, #391006);
    background-origin: border-box;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-image 0.3s ease, color 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plan .plan-butn:hover {
    background-image: linear-gradient(to right, #391006 , #9e4e20);
    color: #FFF;
}

.plan .plan-butn i {
    position: absolute;
    margin-top: 3px;
    margin-left: 10px;
    color: #FFF;
    z-index: 1;
}


.location {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0 0 0;
	background: linear-gradient(to bottom, #e6ebf0, #fcfbec, #fbeef4);
}

.location h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.location-main {
	width: 100%;
	height: auto;
	display: table;
	margin: 20px auto;	
	padding: 30px 0 0 0;
}


.loc-col-left {
	width: 50%;
	height: auto;
	display: table;
	float: right;
}

#accordian {
  position: relative;
  width: 100%;
  margin: 15px auto;
}

#accordian ul li {
    list-style-position: outside;
    list-style: square;
    margin-left: 35px;
    line-height: 2.5rem;
    cursor: pointer;
    color: #391006;
}

#accordian ul li span {
    position: relative;
    left: 10px;
    color: #000;
    font-weight: 300;
}

.filter-option-heading {
	padding: 15px;
	background: #FFF;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.filter-option-heading:before {
  content: "+";
  color: #000;
  font-size: 18px;
  right: 20px;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.6s ease;
}

.filter-option-heading.activeFilter:before {
  display: none;
}

#accordian .filter-option-heading.activeFilter:after {
  content: "-";
  color: #000;
  font-size: 18px;
  transform: rotate(180deg);
  right: 20px;
  position: absolute;
  transition: all 0.6s ease;
}

.filter-option-content {
  display: none;
  padding: 20px 0;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.filter-option-heading .school-icon {
	background: transparent url(../img/icons/school.svg) no-repeat 0 5px;
}

.filter-option-heading .college-icon {
	background: transparent url(../img/icons/college.svg) no-repeat 0 5px;
}

.filter-option-heading .hospital-icon {
	background: transparent url(../img/icons/hospital.svg) no-repeat 0 5px;
}

.filter-option-heading .company-icon {
	background: transparent url(../img/icons/company.svg) no-repeat 0 5px;
}

.filter-option-heading .movie-icon {
	background: transparent url(../img/icons/movie.svg) no-repeat 0 5px;
}

.filter-option-heading .shopping-icon {
	background: transparent url(../img/icons/shopping.svg) no-repeat 0 5px;
}

.filter-option-heading .icon {
    border: none;
    padding: 5px 40px 0 0;
	background-size: 24px 24px;
    cursor: pointer;
	background-repeat: no-repeat;
    filter: brightness(0.25) sepia(9) hue-rotate(340deg) saturate(7);
}


.loc-col-right {
	width: 50%;
	height: auto;
	display: table;
	float: left;
	position: relative;
}

.loc-col-right img {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}



.map {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	background: linear-gradient(to bottom, #e6ebf0, #fcfbec, #fbeef4);
}

.map h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.map-main {
	width: 100%;
	height: auto;
	display: table;
	margin: 20px 0;
}

.map-col {
	width: 80%;
	height: auto;
	display: table;
	padding: 0 10px;
	margin: 0 auto;
	border-radius: 10px;
}

.map-col h4 {
	margin: 20px 0 0 0;
	font-weight: 500;
	text-align: center;
}

.map-col h4:before {
  content: "+";
  color: #000;
  font-size: 18px;
  right: 15px;
  position: relative;
  transform: rotate(90deg);
  transition: all 0.6s ease;
}

.map-col a {
	color: #391006;
}

.map-col img {
	width: 100%;
	height: auto;
	display: block;
}

.map-col iframe {
	width: 100%;
	height: 425px;
	display: block;
	border-radius: 10px;
}



.vrhighlights {
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0 50px 0;
	background: linear-gradient(to bottom, #fbeef4, #fcfbec, #e6ebf0);
}

.vrhighlights-main {
	width: 100%;
	height: auto;
	display: flex;
    justify-content: center; /* Horizontally center the child divs */
    align-items: center; /* Vertically center the child divs (if parent has height) */
    flex-wrap: wrap; /* Allows wrapping if the children overflow */
	margin: 0 auto;
}

.vrhighlights h2 {
    font-weight: 700;
    padding-top: 8px;
    color: #391006;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.vrhighlights-col {
	width: 16.666%;
	height: auto;
	display: table;
	padding: 10px;
	margin: 0 auto;
}

.vrhighlights-col-in {
	width: 100%;
	height: auto;
	display: table;
	padding: 20px;
}

.vrhighlights-icon {
	width: 100%;
	margin: 0 auto 20px auto;
	/*background-color: rgba(252, 219, 188, 0.5);
	border-radius: 100%;
	background: url(../img/icons/pearl.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.vrhighlights-col-in img {
	/*filter: brightness(0.1) sepia(9) hue-rotate(340deg) saturate(7);*/
	width: 80%;
	display: block;
	transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
	cursor: pointer;
	padding: 20px;
    position: relative;
    top: 5px;
	margin: 0 auto;
}

.vrhighlights-col-in img:hover {
	/*transform: scale(1.5);*/
}

.vrhighlights-col-in p {
	font-weight: 500;
	text-align: center;
	color: #391006;
	font-size: 0.9rem;
}





.footer-form {
	width: 100%;
	height: auto;
	display: table;
	background: linear-gradient(to bottom, #e6ebf0, #fcfbec, #fbeef4);
}

.footer-form-main {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.footer-form-left {
	width: 40%;
	height: auto;
	display: table;
	float: left;
	padding: 20px 0 0 0;
}

.footer-form-left img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-form-right {
	width: 60%;
	height: auto;
	display: table;
	float: left;
	padding: 40px 0 120px 50px;
}

.footer-form-right h2 {
	font-weight: 500;
	margin-bottom: 10px;
	color: #391006;
	/*font-weight: normal;
	text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: dotted;
	text-decoration-color: #9d0a0e;
	text-underline-position: under;*/

}

.footer-form-right p {
	line-height: 2rem;
	font-weight: 300;
}

.form {
    width: 100%;
	position: relative;
	height: auto;
	display: table;
}

.form-col {
    width: 50%;
	float: left;
	padding: 10px 20px 0 0;
}

.foot-form-cb {
    width: 100%;
    display: table;
	padding: 0 10px;
	position: absolute;
    bottom: -100px;
}

.foot-form-cb-inner {
    padding: 5px 0;
    width: 100%;
    display: table;
}

.foot-form-cb-col {
    width: 5%;
    float: left;
	padding: 15px 0;
}

.foot-form-cb-content-col {
    width: 95%;
    float: left;
	padding: 10px 0;
}

.foot-form-cb-content-col p {
    font-size: 0.8rem;
	text-align: left;
	font-weight: 300;
}

.popup-form-cb {
    width: 100%;
    display: table;
	padding: 0 10px;
}

.popup-form-cb-inner {
    padding: 5px 0;
    width: 100%;
    display: table;
}

.popup-form-cb-col {
    width: 10%;
    float: left;
	padding: 15px 0;
}

.popup-form-cb-content-col {
    width: 90%;
    float: left;
	padding: 15px 0;
}

.popup-form-cb-content-col p {
    font-size: 0.8rem;
	text-align: left;
	font-weight: 300;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 0px dotted #CCC;
    margin: 10px 0;
	border-radius: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.butn {
    border: none;
    padding: 12px;
    width: 100%;
    background-image: linear-gradient(to right, #391006 , #391006);
    background-origin: border-box;
	color: #FFF;
    font-size: 16px;
    cursor: pointer;
	margin-top: 10px;
	border-radius: 10px;
}

.butn:hover {
	background-image: linear-gradient(to right, #391006 , #391006);
	color: #FFF;
}

.error {
    color: red;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
	text-align: left;
}

.error1 {
    color: #9d0a0e;
    font-size: 0.7rem;
    position: relative;
	margin-top: 5px;
	text-align: left;
}

.form-field-icon {
	position: relative;
}

.form-field-icon i {
    position: absolute;
    margin-top: 26px;
    margin-left: 10px;
    color: #391006;
	z-index: 1;
}

footer {
	width: 100%;
	height: auto;
	display: table;
	background: linear-gradient(to bottom, #fbeef4, #fcfbec, #e6ebf0);
	/*background-image: url(../img/footer.png);*/
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.3) 0px 0px 8px;
}

.footer-main {
	width: 100%;
	height: auto;
	display: table;
}

.footer-col-left {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}

.footer-col-bg {
	/*background: #ff3110;*/
	padding: 40px 10px;	
	z-index: 1;
	position: relative;
	color: #391006;
	width: 100%;
    margin: 0 auto;
}

/*.footer-col-left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f49d1e;
    opacity: .8;
    z-index: 0;
}*/

.footer-col-bg h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #391006 ;
	text-align: center;
	text-transform: uppercase;
}

.footer-col-bg p {
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #391006;
	text-align: center;
	font-weight: 300;
}

.footer-col-bg p span {
	color: #391006;
	font-weight: 500;
}

.footer-col-bg p a {
	color: #391006;
}

.base {
	width: 100%;
	height: auto;
	display: table;
	background: linear-gradient(to bottom, #e6ebf0, #e6ebf0, #e6ebf0);
	padding: 20px 0;
	/*box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
}

.base p {
	color: #000;
	text-align: center;
	font-weight: 300;
	line-height: 1.8rem;
	font-size: 0.9rem;
}

.base a {
	color: #333;
	font-weight: 500;
}

.wa {
    z-index: 99999;
    position: fixed;
    bottom: 5px;
    right: 0;
}

.cal {
    z-index: 99999;
    position: fixed;
    bottom: 15%;
    right: 0;
	display: block;
}

.cal img {
    width: 90%;
}

.pencil {
    z-index: 99999;
    position: fixed;
    bottom: 50%;
    left: 0;
	display: block;
}

.pencil img {
    width: 70%;
}

.pdf {
    z-index: 99999;
    position: fixed;
    bottom: 40%;
    left: 0;
}

.pdf img {
    width: 70%;
}

.cookie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.95);
	display: none;
}
  
.cookie-form img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 70%;
  height: auto;
  z-index: 9999999;
}
  
  
 .pop-btn {
	position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
 }
 
 
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999999;
}

.modal-content {
	position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    height: auto;
    max-width: 1200px;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content1 {    
    margin: auto;
    padding: 20px;
    width: 60%;	
}

.modal-content1 h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #FFF;
    text-align: center;
}

.closebtn {
    color: #DDD;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: normal;
    cursor: pointer;
}

.modal-content-popup-form {
	margin-top: 10%;
	padding: 0;	
}

.brochure-form-inner {
	padding: 20px;
	background-color: #1d3e73;
	display: table;
	background: url(../img/gallery-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin: 0 auto;
}

.modal-content-popup-form h3 {
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.modal-content-popup-form p {
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.modal-content-popup-form img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.form-col-mob {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.btn-pkg {
	padding: 10px 15px;
}

.error-pkg {
    color: #F0C311;
    font-size: 0.7rem;
    position: absolute;
    margin-top: -7px;
}

select {
  /* styling */
  background-color: #FFF;
  color:#000;
  border: thin solid blue;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.3em;
    background-repeat: no-repeat;
}

/*Popup Banner Changeable*/

.dazzle-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.dazzle-cookie-banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    width: 60%;
    height: auto;
    z-index: 9999999;
}

.desktop-hide {
    display: none;
}

.pop-butn {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    cursor: pointer;
	font-family: inherit;
	line-height: inherit;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-decoration: none;
}

.pop-butn:hover {
	color: #cc262c;
}


		.thanks {
			background-color: transparent;
			color: #000;
			width: 100%;
			display: table;
			position: absolute;
		}

		.md {
			padding: 20px;
		}

		.company h1 {
			font-size: 1.8rem;
			text-transform: uppercase;
			line-height: 3rem;	
		}

		.w-80 {
			width: 80% !important;
		}

		.text-center {
			text-align: center !important;
		}

		.company {
			display: block;
			margin: 0 auto;
			top: 650%;
			left: 50%;
			transform: translate(-50%, -50%);
			position: absolute;
		}

.entry-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 5;
}

.entry-popup .popup {
    background: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 80%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	position: relative;
}

/*.entry-popup .popup::before{
	content: '';
    background: url(../img/dazzle.png) no-repeat;
    height: 300px;
    width: 300px;
    background-size: 120px 120px;
    position: absolute;
    left: -63px;
    top: -63px;
	z-index: -1;
}*/

.entry-popup .popup h2 {
	font-weight: 500;
    margin-bottom: 10px;
    color: #391006;
	font-size: 1.5rem;
}

.entry-popup .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.entry-popup form {
    display: flex;
    flex-direction: column;
}

.entry-popup .form-col {
	width: 100%;
	padding: 0;
}

.entry-popup input {    
    background-color: #fcdbbc;
    background-image: none;
    border: 0px dotted #CCC;
    border-radius: 4px;
}

.entry-popup .hidden {
    visibility: hidden;
    opacity: 0;
}

