/**
* Template Name: IndextoScale
* Template URL: https://indextoscale.com/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: IndextoScale.com
* License: https://indextocale.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #1d61c5;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin: 0px 0px 160px 0px;
  transition: all 0.3s;
  position: relative; /* Ensures the pseudo-element is positioned correctly */
}

#main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  filter: brightness(12%);
  z-index: -1; /* Keeps the overlay behind the content */
}



@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

.internalSection{
    padding: 70px 30px;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}


/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 13px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-title, .index-header > .card-title {
  padding: 23px 0 6px 4px;
  font-size: 21px;
  font-weight: 600;
  color: #848584;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-tabs-bordered {
  background: black;
  border-bottom: none;
  display: flex !important;
  flex-wrap: nowrap; 
  justify-content: space-between;
  /* width: calc(100% - 0%); */
  width: 100%;
  gap: 0;
}

.nav-tabs-bordered .nav-item{
  flex-grow: 0 !important;
  white-space: nowrap;
  width: max-content;
}

.nav-tabs-bordered .nav-link {
  padding: 10px 15px;
  margin-left: -2px;
  border: none;
  color: #5e5e5e;
  text-align: center;
  font-size: 10px;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #ffffff;
}

.nav-tabs-bordered .nav-link.active {
  background: none !important;
  color: #ffffff !important;
  border-bottom: 2px solid #11b511;
}



/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.dashboard .info-card h6 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .info-card h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
}



.desktopView{
  display: block;
}
.mainPropertyHead{
  display: flex;
  align-items: center !important;
}
.mobileView, .mainPropertyHead-sm, .center-box-sm{
  display: none !important;
}

/* PROPERTY IMAGE  - START */
#PropertyImage:hover {
  opacity: 0.7;
}

.myCarousel{
  margin:25px;
}

/* The Modal (background) */
.mainImageModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.property-image-modal {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 80px;
  right: 150px;
  color: #f1f1f1;
  font-size: 45px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .property-image-modal {
    width: 100%;
  }
}
/* PROPERTY IMAGE  - END */



.sec-opacity {
  background-color: #6c757d29;
}

.side-box, .side-box-sm{
  width:13%;
  height:101px;
  padding:0px;
}


.side-box > img{
  height:100px;
  width:100px;
}

.center-box{
  width: 74%;
  justify-content: space-between;
  text-align: center;
  display: block;
}

.bell-icon{
  font-size: 18px;
  -webkit-text-stroke: 1px;
}
.follow, .follow-sm, .followed-sm{
  font-size: 16px;
  font-family: 'Poppins';
  color: rgb(17 181 17);
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 2px;
}
.followers, .followers-sm {
  color:#383838;
  font-size: 13px;
}

.follow-box{
  background-color: #ffffff;
  color:black;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}
.features {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-add{
  font-size: 13px;
}


.followed-box {
  background-color: rgb(17 181 17);
  color: black;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

.followed {
  font-size: 14px;
  font-family: 'Poppins';
  color: rgb(240 249 240);
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 2px;
}

.followersed {
  color: #ffffff;
  font-size: 13px;
}



/* TOOLTIP - START  */
.tooltiptext {
  visibility: hidden;
  background-color: #c6c3c3;
  color: #101010;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 107%;
  left: 50%;
  margin-left: -55px;
  font-size:12px !important;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #c6c3c3 transparent;
}

.toolhead:hover .tooltiptext {
  visibility: visible;
}

.toolhead{
  position: relative;
  display: inline-block;
}
/* TOOLTIP - END  */



.feature-item {
  flex:1;
  text-align: center;
  padding: 0px;
}

.feature-item h6 {
  margin-bottom: -1px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.feature-item div {
  color: #fff;
  font-size: 12px;
  font-stretch: 50%;
  overflow: hidden;
  white-space: nowrap;
}

.features-2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-item .feature-content{
  visibility: visible;
  color: #ffffff;
}

.indexes{
  color: #ffffff;
  padding: 0px 30px 30px 30px;
}

.index-input{
  height: 30px !important;
  width: 125px !important;
  text-align: center !important;
  margin-bottom: -5px !important;
}

.hexagon-1 {
	width: 45px;
	height: 52px;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	color: #fff;
	background: rgb(124 127 124 / 48%);
    margin-top: 4px;
    position:relative;
}
.hexagon-1.green{
	background: rgb(17 181 17) !important;
}

.hexagon-1 span{
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px !important;
}
.d-flex .ast-label{
  /*margin:6px 0px 0px 6px;*/
  font-size:17px;
  margin: auto 6px;
  padding-top: 3px;
  font-family: sans-serif;
}

.ads{
  margin: 36px;
  padding: 20px;
  color: #fff;
}
.ads h1{
  text-align: center;
  font-size: xxx-large;
  font-weight: 600;
}

.ads-second{
  margin: 80px;
  padding: 55px;
  color: #fff;
}

.ads-second h1{
  text-align: center;
  font-size: xxx-large;
  font-weight: 600;
}


.location h6{
  color: #fff;
  font-family: inherit;
}

.location-hexagon {
  width: 24px;
  height: 20px;
  background: #ffffff;
  transform: rotate(30deg); 
  position: relative;
}

.location-hexagon-shaded {
  width: 24px;
  height: 20px;
  background: #9791915c;
  transform: rotate(30deg); 
  position: relative;
}

.location-hexagon-trans {
  width: 24px;
  height: 20px;
  transform: rotate(30deg); 
  background-color: #9791915c;
  position: relative;
}
.location-hexagon-trans::before{
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background: #000000c2;
}
.location-hexagon, .location-hexagon-shaded, .location-hexagon-trans, .location-hexagon-trans::before {
	-webkit-clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}


.location .d-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.side-hexagon{
  justify-content: right !important;
}


#mapWrap, #mapWrap1 {
  width: 100%;
  height: 170px;
  background: transparent !important;
  /*filter: grayscale(1) contrast(1.2) brightness(0.8);*/
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px !important;
}

.leaflet-container {
  background: transparent !important;
}

.leaflet-control-attribution, .leaflet-control-zoom {
  display: none !important;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive{
  /*filter: grayscale(1) contrast(1.2) brightness(0.8);*/
}



/* COMMENTS SECTION - START */
.comment-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-header h5 {
  padding: 22px 0 6px 4px;
  font-size: 19px;
  font-weight: 600;
  color: #c3c4c5;
  font-family: "Poppins", sans-serif;
}
.version-dropdown {
  background-color: #434141b0;
  color: #7f7e7e;
  padding: 8px 0px 5px 5px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  width: 183px;
  margin-top: 7px;
}
.version-dropdown option{
  color:#101010;
}
.version-dropdown:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}


.comment-input-bg {
  display: flex;
  align-items: center;
  background-color: #6e686882;
  padding: 0px;
  border-radius: 40px;
  margin-top: 26px;
}
.profile-img {
  width: 40px;
  height: 40px;
  clip-path:circle();
}
.comment-input-bg .comment-input {
  flex-grow: 1;
  margin-left: 10px;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
}

.comment-content{
  padding: 10px 50px;
}
.comment-sort {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 8px 0px 5px 5px;
  border-radius: 4px;
  font-size: 10px;
  cursor: pointer;
  width: 150px;
  margin-top: 8px;
  margin-bottom: 18px;
}
.comment-sort option{
  color:#575555;
}
.comment-sort:hover {
  background-color: #434141b0;
  color: #101010;
  border: 1px solid #101010;
}


.comment-box {
  display: flex;
  padding: 15px 0;
}
.user-comment {
  padding-left: 20px;
  flex-grow: 1;
  color: #ffffff;
}
.user-comment h6{
  font-size: 13px;
  font-weight: bolder;
  color: #ffffff;
}
.comment-time{
  padding-left: 15px;
  font-size: 12px;
  color:#b5b0b0;
}
.user-comment p{
  font-size: 11px;
  color: #ffffff;
}
.comment-actions{
  font-size: 12px;
  margin-top:-15px;
}
.reply-text{
  color:#b5b0b0;
}
.user-like-dislike{
  padding-left:40px;
  color:#9a9797;
}
.user-like-dislike i{
  font-size: 15px !important;
}
.view-replies{
  color: #1d61c5;
  font-size: 12px;
}
.reply-comment-box{
  display: flex;
  border-bottom: 1px solid #5f5d5d;
  padding: 0;
  margin-top: 5px;
}
#sort-comments{
  margin-left: 5rem;
}
/* COMMENTS SECTION - END */

/*  UPDATE COMMENT SECTION */
.comment-container {
  max-width: 800px;
  margin: 20px auto;
}

.comment-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 5px 10px;
  background-color: #ffffff00;
  position: relative;
}

.comment-input-wrapper.mobile {
  display: flex;
  align-items: center;
  border: 0px solid #ccc;
  border-radius: 25px;
  padding: 5px 10px;
  background-color: #ffffff00;
  position: relative;
}

.comment-input-wrapper img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.comment-input-wrapper input[type="text"] {
  border: none;
  flex: 1;
  padding: 10px;
  font-size: 14px;
  background-color: #ffffff00;
  color:#fff;
  outline: none;
}

.comment-input-wrapper button {
  background-color: #065fd4;
  color: #fff;
  border: none;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}

.comment-input-wrapper button:hover {
  background-color: #054cb5;
}

.user-like-dislike.like.active i {
  color: #1d61c5; /* blue for like */
}

.user-like-dislike.unlike.active i.ri-thumb-down-fill {
  color: #1d61c5; /* red for dislike */
}

/*  UPDATE COMMENT SECTION  END*/


@media screen and (max-width: 780px){
  #main {
    padding: 0;
  }
  .internalSection{
      padding: 30px 30px !important;
  }
   
  .close{
    right: 24px !important;
  }

  .side-box-sm{
    flex-grow: 1;
    width:70px;
  }
  .side-box-sm > img {
    height: 90px !important;
    width: 82px !important;
  }
  .mainPropertyHead-sm, .mobileView{
    display: block !important;
  }

  .center-box, .mainPropertyHead, .desktopView{
    display: none !important;
  }

  .p-head{
    display: flex !important;
  }
  .p-address{
    font-size: 10px !important;
  }

  .center-box-sm{
    flex-grow: 9;
    display: block !important;
    margin: 15px 0 7px 20px !important;
  }

  .center-box-sm h6{
    font-size: 20px !important;
  }

  .follow-box-sm{
    background-color: #ffffff;
    color:black;
    padding: 2px 32px 2px 17px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: -5px;
    margin-top: -11px;
  }
  .follow-sm{
    font-size: 14px !important;
  }
  .followers-sm{
    font-size: 14px !important;
    margin-top: 2px !important;
  }

  .followed-box-sm{
    background-color: rgb(17 181 17);
    color:#ffffff;
    padding: 2px 32px 2px 17px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: -5px;
    margin-top: -11px;
  }
  .followed-sm{
    font-size: 14px !important;
    color: rgb(240 249 240);
  }

  .content-header ul li{
    color: white !important;
    background: none !important;
  }
  
  .features-2{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px !important;
  }
  
  .feature-item img{
    height: 50px !important;
    width: 47px !important;
  }
  
  .toolhead{
    padding-left: 0px;
  }
  .d-flex .ast-label{
    font-size: 16px !important;
  }
  .d-flex .flex-fill{
    width: 50% !important;
  }
  
  .comment-input-bg {
    border-radius: 7px !important;
  }
  /* .profile-img{
    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  } */
  .comment-content{
    padding: 10px 2px !important;
  }
  .user-comment{
    padding: 5px 2px !important;
  }
}

