@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


/*
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/


button::-moz-focus-inner {
  border: 0;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

:focus,
:active {
  outline: 0;
  border: 0;
}



select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(../images/small-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 85% center;
}




body {
  color: #666;
  margin: 0px;
  font-family: poppins;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  margin: 0px 0px 0px 0px;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h2 {
  font-size: 28px;
  color: #000;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}


a {
  transition: all 0.5s ease-in 0s;
  text-decoration: none !important;
  outline: none;
  color: #000;
}

a:focus,
a:active,
a,
focus,
select {
  outline: none;
}

.clear {
  clear: both;
}

p {
  margin-top: 0px;
  text-align: left;
}

img {
  border: 0px;
}

form {
  margin: 0px;
}

input {
  outline: none;
}

* {
  box-sizing: border-box;
}




header {
  background-color: #fff;
  display: table;
  width: 100%;
  position: fixed;
  z-index: 100
}

.header-logo {
  float: left;
  display: inline-block;
  padding: 7px 10px;
}

.header-logo img {
  display: block;
  width: 58px;
}

.header-icon {
  float: left;
  display: inline-block;
  padding: 0px;
}

.header-icon:hover {
  background-color: #fff;
}

.header-icon img {
  display: block;
}






.search-area {
  display: block;
  position: absolute;
  top: 50px;
  left: -309px;
  transition: all 0.5s ease-in 0s;
}

.search-textbox {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  font-family: poppins;
  font-size: 14px;
  display: inline-block;
  float: left;
  height: 50px;
  min-width: 309px;
}

.go-button {
  display: inline-block;
  float: left;
  background-color: #000;
  transition: all 0.5s ease-in 0s;
  border: 0px;
}

.go-button:hover {
  background-color: #d1b776;
  transition: all 0.5s ease-in 0s;
}

.search-area:hover {
  left: 0px;
  transition: all 0.5s ease-in 0s;
}



.map-table {
  width: 100%;
  height: 100%;
  background-image: url(../images/map.jpg);
  background-size: cover;
  background-position: center center;
}

.top-navigation {
  display: inline-block;
  float: right;
  margin-top: 0px;
}

.top-navigation a {
  display: inline-block;
  padding: 10px 15px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: .25px;
}

.top-navigation img {
  display: block;
}

.bottom-slider-1 {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
}

.top-navigation ul {
  margin: 0px;
  padding: 0px;
}

.top-navigation ul li {
  display: inline-block;
  float: left;
  height: 50px;
}

.mobile-menu {
  display: none;
}

.home-icon {
  width: 80px;
  height: 50px;
  display: block;
  background-image: url(../images/home-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.btn.home-icon.active.home-icon {
  width: 80px;
  height: 50px;
  display: block;
  background-image: url(../images/home-icon2.png);
  background-position: center center;
  background-repeat: no-repeat;
}



/* Style the buttons */
.btn {
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}

/* Style the active class, and buttons on mouse-over */
.active,
.btn:hover {
  background-color: #d1b776;
  color: #fff;
}






/* Menu */

.dropbtn:hover,
.dropbtn:focus {
  background-color: #d1b776;
  color: #fff;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 128px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 6px 10px !important;
  text-decoration: none;
  display: block;
  border-top: 1px solid #fff;
  text-transform: capitalize;
  font-size: 14px;
}

.dropdown-content a.active,
.dropdown-content a:hover,
.dropdown-content a:active {
  background-color: #d1b776;
  color: #fff;
}

.dropdown a:hover {
  background-color: #0b823c;
}

.show {
  display: block;
}

/* Menu */

.collapse-arrow {
  z-index: 2;
  position: fixed;
  right: 0px;
  top: 80px;
}


#about-ril-modal,
#about-met-modal,
#about-metropolis-modal,
#about-us-modal,
#key-feature-Modal {
  background-color: rgb(0, 0, 0.0, 0.5)
}








.location {
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
  border-bottom: 1px solid #777;
  color: #000;
  border-radius: 0px;
  padding: 5px 7px !important;
  line-height: 140%;
}

.location:active {
  border-bottom: 1px solid #777;
}

.location:last-child {
  border-bottom: 0px solid #777;
}

a.location.active:after {
  content: "";
}

.location:hover,
.location.active {
  background-color: rgb(0, 0, 0, 0.5) !important;
}

.location img {
  float: left;
  width: 16px !important;
  margin: 3px 5px 0px 0px !important;
  padding: 0px !important;
}

#bottom-slider-2 #mixedSlider1 .MS-controls button {
  height: 50px;
}













.full-screen-button-area {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  background-color: #d1b776;
  border: 0px;
  border: 1px solid #fff;
}

.full-screen-button-area button {
  border: 0px;
  padding: 0px;
  background-color: transparent;
  display: block;
  height: 32px;
  width: 32px;
  padding: 5px;
}

.full-screen-button-area button img {
  width: 100%;
  height: 100%;
  display: block;
}

.js-toggle-fullscreen-btn.toggle-fullscreen-btn.on {
  background-image: url(../images/fullscreen-icon2.png);
  background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.js-toggle-fullscreen-btn.toggle-fullscreen-btn {
  background-image: url(../images/fullscreen-icon1.png);
  background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
}









.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  color: #000;
  background-color: #fff;
}

.modal-window>div h2 {
  color: #000;
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #fff;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: black;
}

.modal-window strong {
  font-weight: 600;
}



#about-ril-modal>div,
#about-met-modal>div,
#about-metropolis-modal>div,
#about-us-modal>div {
  width: 800px;
}

#about-ril-modal .modal-close,
#about-met-modal .modal-close,
#about-metropolis-modal .modal-close,
#about-us-modal .modal-close {
  background-color: #d1b776;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0px;
}


#key-feature-Modal>div {
  width: 800px;
}

#key-feature-Modal .modal-close {
  background-color: #d1b776;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0px;
}





/* accordion */


.accordion {
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-color: transparent;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 1000px;
  margin-bottom: 6px;
}

.accordion.active,
.accordion:hover {
  border: 1px solid #fff;
  background-color: rgb(0, 0, 0, 0.6) !important;
  color: #fff;
}

.accordion.active:after {
  color: #fff;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.sidebar--infrastructure .active:after {
  content: "\2212";
}

.panel {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.panel div {
  border: 1px solid #777;
  border-radius: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}



/* accordion */












/* sidebar */

.sidebar--propsed_development {
  width: 320px;
  height: 100%;
  position: fixed;
  right: -320px;
  left: auto;
  top: 51px;
  z-index: 1;
  background-color: #d1b776;
}

.close2 {
  right: auto;
  left: 0;
  cursor: pointer;
}

.sidebar--propsed_development .close {
  margin: 0px;
  font-size: 15px;
  background-color: transparent;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}


.sidebar--infrastructure {
  width: 207px;
  height: 100%;
  position: fixed;
  right: -207px;
  left: auto;
  top: 51px;
  z-index: 1;
  background-color: #d1b776;
}

.close3 {
  right: auto;
  left: 0;
  cursor: pointer;
}

.sidebar--connectivity .close,
.sidebar--infrastructure .close {
  margin: 0px;
  font-size: 15px;
  background-color: transparent;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}


.project-holder {
  display: block;
  width: 100%;
  padding: 0px 20px;
  height: calc(100vh - 100px);
  overflow-y: scroll
}

.project-holder .btn {
  background-color: transparent;
}

.project-holder .btn.active {
  border: 2px solid #fff;
  background-color: rgb(0, 0, 0, 0.5);
}

.project-holder a {
  display: block;
  border: 2px solid #ccc;
  line-height: 18px;
  color: #000;
  border-radius: 15px;
  padding: 3px 15px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
}

.project-holder a span {
  display: inline-block;
  float: right;
  text-align: right;
}

.project-holder a:hover {
  border: 2px solid #fff;
  background-color: rgb(0, 0, 0, 0.5);
}

.location-holder {
  display: block;
  width: 100%;
  padding: 0px 15px;
  height: calc(100vh - 100px);
  overflow-y: scroll
}

.location-holder .btn {
  background-color: #fff;
}

.location-holder .btn.active {
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 7px;
  color: #fff;
}


.location-holder a {
  display: block;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.location-holder a img {
  float: left;
  width: 16px;
  margin: 0px 5px 20px 0px;
  padding: 0px;
}

.sidebar--connectivity {
  width: 290px;
  height: 100%;
  position: fixed;
  right: -290px;
  left: auto;
  top: 51px;
  z-index: 1;
  background-color: #d1b776;
}

.project-holder.location-holder .btn {
  background-color: transparent;
  margin-bottom: 6px;
  color: #000;
}

.location-holder .panel .btn {
  background-color: #fff;
}

.project-holder.location-holder .panel a {
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #777;
  border-radius: 0px;
  margin-bottom: 0px;
}

.project-holder.location-holder .panel a:hover {
  border: 1px solid #777;
  color: #fff;
}

/* sidebar */
.footer-caption {
  position: absolute;
  left: 70px;
  bottom: 10px;
  z-index: 100;
}

@media all and (max-width: 768px) {
  .footer-caption {
    left: 10px;
    bottom: 55px;
  }
}

.footer-caption div {
  display: inline-block;
}

.footer-caption span {
  display: block;
  background-color: #d1b776;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px 5px 8px;
  line-height: 25px;
  margin-left: 5px;
}

.footer-caption span img {
  float: left;
  padding: 0px;
  margin-top: 3px;
  margin-right: 5px;
}

.footer-caption a {
  display: block;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #000 !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 15px 3px 15px;
  line-height: 25px;
}

.footer-caption a:hover {
  border: 2px solid #fff;
  background-color: rgb(0, 0, 0, 0.7);
  color: #fff !important;
}



.location-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: none;
}

.location-caption div {
  display: inline-block;
}

.location-caption span {
  display: block;
  background-color: #d1b776;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px 5px 8px;
  line-height: 25px;
}

.location-caption span img {
  float: left;
  padding: 0px;
  margin-top: 3px;
  margin-right: 5px;
}



/* responsive menu */

.responsive-menu-icon {
  display: none;
}


.responsive-menu-icon {
  display: block;
  cursor: pointer;
  background-color: #000;
  width: 51px;
  height: 51px;
  position: fixed;
  right: 0;
  top: 0px;
  padding: 15px;
  box-sizing: border-box;
  z-index: 10000;
  display: none;
  z-index: 1000;
}

.bar1,
.bar2,
.bar3 {
  width: 23px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-4px, -5px);
}


/* responsive menu */

#submenu a,
#mobile-submenu a {
  background-color: #fff;
  color: #000;
}

#submenu a.active,
#mobile-submenu a.active {
  background-color: #d1b776;
  color: #fff;
}

#photo-gallery-icon {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 100px;
  left: 0px;
  z-index: 100;
}

#photo-gallery-icon img {
  height: 60px;
}

/* Image Gallery Container */
#image-gallery {
  background-color: #323232;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10000;
}

/* Main Carousel Styles */
#main-carousel .splide__slide img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  #main-carousel .splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .splide__track {
    width: 220px;
  }

}

#main-carousel {
  margin-bottom: 20px;
  height: 80%;
}

#main-carousel .splide__track {
  width: 100%;
  height: 100%
}

.splide__slide img {
  display: block;
  transform: scale(.95);
  transform-origin: center center;
}

/* Thumbnail Carousel Styles */
#thumbnail-carousel {
  height: calc(15% - 1rem);
}

#thumbnail-carousel {
  margin-left: 80px;
  margin-right: 80px;
}

.splide__arrow.splide__arrow--prev {
  left: -40px;
}

.splide__arrow.splide__arrow--next {
  right: -40px;
}

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

  #main-carousel .splide__list {
    align-items: center;
  }
}

#thumbnail-carousel .splide__slide img {
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

/* #thumbnail-carousel .splide__slide.is-active {
  border-color: #007bff;
} */

#thumbnail-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Close Button Positioning */
#close-gallery {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 150px;
  cursor: pointer;
  z-index: 100000;
  padding: 10px;
}

#close-gallery>img {
  height: 20px;
  display: flex;
}

#close-gallery:hover {
  background-color: #00bfff;
}


.colorful-menu-holder {
  display: block;
  height: 100%;
  width: 207px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  float: right;
}

.colorful-menu-holder strong {
  display: block;
  color: #000;
}


.colorful-menu-1 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.colorful-menu-1 a {
  background-color: #ffe500;
  display: block;
  padding: 5px 8px;
  margin-bottom: 1px;
  line-height: 20px;
}

.colorful-menu-1 a:nth-child(1) {
  border-radius: 7px 7px 0px 0px;
}

.colorful-menu-1 a:last-child {
  border-radius: 0px 0px 7px 7px;
}



.colorful-menu-2 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.colorful-menu-2 a {
  background-color: #f94ea7;
  display: block;
  padding: 5px 8px;
  margin-bottom: 1px;
  line-height: 20px;
}

.colorful-menu-2 a:nth-child(1) {
  border-radius: 7px 7px 0px 0px;
}

.colorful-menu-2 a:last-child {
  border-radius: 0px 0px 7px 7px;
}



.colorful-menu-3 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.colorful-menu-3 a {
  background-color: #39b8fc;
  display: block;
  padding: 5px 8px;
  margin-bottom: 1px;
  line-height: 20px;
}

.colorful-menu-3 a:first-child {
  border-radius: 7px 7px 7px 7px;
}




.colorful-menu-4 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.colorful-menu-4 a {
  background-color: #0ad4c2;
  display: block;
  padding: 5px 8px;
  margin-bottom: 1px;
  line-height: 20px;
}

.colorful-menu-4 a:nth-child(1) {
  border-radius: 7px 7px 0px 0px;
}

.colorful-menu-4 a:last-child {
  border-radius: 0px 0px 7px 7px;
}



.colorful-menu-5 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.colorful-menu-5 a {
  background-color: #fc3d4c;
  display: block;
  padding: 5px 8px;
  margin-bottom: 1px;
  line-height: 20px;
}

.colorful-menu-5 a:nth-child(1) {
  border-radius: 7px 7px 0px 0px;
}

.colorful-menu-5 a:last-child {
  border-radius: 0px 0px 7px 7px;
}



.colorful-menu-6 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.colorful-menu-6 a {
  background-color: #cf79fc;
  display: block;
  padding: 5px 8px;
  margin-bottom: 1px;
  line-height: 20px;
}

.colorful-menu-6 a:nth-child(1) {
  border-radius: 7px 7px 7px 7px;
}

.marker {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
}



#cat--yellow {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #ffe500;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--yellow li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--yellow li:last-child {
  border: 0px;
}




#cat--pink {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #fa91c8;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--pink li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--pink li:last-child {
  border: 0px;
}





#cat--blue {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #39b8fc;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--blue li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--blue li:last-child {
  border: 0px;
}





#cat--violet {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #0ad4c2;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--violet li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--violet li:last-child {
  border: 0px;
}




#cat--orangered {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #fc3d4c;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--orangered li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--orangered li:last-child {
  border: 0px;
}




#cat--purple {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #cf79fc;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--purple li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--purple li:last-child {
  border: 0px;
}

#cat--green {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #88D498;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--green li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--green li:last-child {
  border: 0px;
}

#cat--golden {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #EDBF85;
  border-radius: 5px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

#cat--golden li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  color: #000;
  padding: 3px 5px;
  border-bottom: 1px solid #666;
  line-height: 140%;
  cursor: pointer;
}

#cat--golden li:last-child {
  border: 0px;
}






.menu-heading {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.sidebar--infrastructure {
  background-color: #fff;
}

.sidebar--connectivity .close,
.sidebar--infrastructure .close {
  color: #000;
}

#checkbox-area {
  width: 200px;
  position: fixed;
  left: 0px;
  top: 50px;
  z-index: 10;
}

.sidebar--infrastructure.bg--blue {
  background-color: #d1b776 !important;
  width: 207px !important;
}

.sidebar--infrastructure.bg--blue .project-holder.location-holder .btn {
  color: #fff !important;
}

.sidebar--connectivity.bg--blue .close,
.sidebar--infrastructure .close {
  color: #fff !important;
}

.sidebar--infrastructure.bg--blue .project-holder a:hover {
  border: 2px solid #d6c69e !important;
  background-color: #d6c69e !important;
}

.sidebar--infrastructure.bg--blue .accordion {
  color: #fff;
  border: 2px solid #fff;
  font-weight: 500;
  font-family: poppins;
}

.sidebar--infrastructure.bg--blue .accordion::after {
  color: #fff;
}

.sidebar--infrastructure.bg--blue .project-holder.location-holder .panel a {
  color: #000 !important;
}

.sidebar--infrastructure.bg--blue .project-holder.location-holder .panel a:hover {
  border: 0px !important;
  border-bottom: 1px solid #777 !important;
  background-color: #f7f7f7 !important;
}

.sidebar--infrastructure.bg--blue .accordion.active,
.accordion:hover {
  border: 2px solid #d6c69e !important;
  background-color: #d6c69e !important;
}

#photo-gallery-icon {
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: 100;
}

#photo-gallery-icon img {
  height: 60px;
}

/* Image Gallery Container */
#image-gallery {
  background-color: #323232;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10000;
}

/* Main Carousel Styles */
#main-carousel .splide__slide img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  #main-carousel .splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .splide__track {
    width: 220px;
  }

}

#main-carousel {
  margin-bottom: 20px;
  height: 80%;
}

#main-carousel .splide__track {
  width: 100%;
  height: 100%
}

.splide__slide img {
  display: block;
  transform: scale(.95);
  transform-origin: center center;
}

/* Thumbnail Carousel Styles */
#thumbnail-carousel {
  height: calc(15% - 1rem);
}

#thumbnail-carousel {
  margin-left: 80px;
  margin-right: 80px;
}

.splide__arrow.splide__arrow--prev {
  left: -40px;
}

.splide__arrow.splide__arrow--next {
  right: -40px;
}

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

  #main-carousel .splide__list {
    align-items: center;
  }
}

#thumbnail-carousel .splide__slide img {
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}


#thumbnail-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Close Button Positioning */
#close-gallery {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 150px;
  cursor: pointer;
  z-index: 100000;
  padding: 10px;
}

#close-gallery>img {
  height: 20px;
  display: flex;
}

#close-gallery:hover {
  background-color: #00bfff;
}