body
{
    font-family: Arial, Helvetica, sans-serif;

}
.bg-red
{
    background-color: #d8232a;
}
.text-style
{
    font-family: cursive;
    color: #ebbd27;
}
.text-red
{
    color: #d8232a;
}
.bg-gold
{
    background-color: #ebbd27;
}
.text-gold
{
    color: #ebbd27;
}
.border-gold
{
    border: px solid #ebbd27;
}
.card-container
{
    position: relative;
    overflow: hidden;
}
.card:hover
{
    transform: scale(1.1);
    transition: 1s ease;

}
.card-anchor
{
    text-decoration: none;
    color: black;
    transition: 1s ease;
}
a
{
    text-decoration: none !important;
}
.project-btn
{
    color: white;
    display: block;
    background-color: #fff;
    transition: 0.5s ease;
}
.card-anchor:hover .project-btn
{
    color: white;
    background-color: #ebbd27;
}
.property-img
{
    height: 200px;
}
/* Dropdown Button */
.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
  }
  @media (max-width: 768px) {
    .dropdown-content {
        max-width: 90vw; /* Full width on small screens */
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.card
{
    text-decoration: none;
}
.bg-img
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .login-option
  {
    list-style-type:circle;
  }
  .login-option li a
  {
    color: black;
    font-weight: 500;
  }
  .login-option li:hover a
  {
    color: red;
  }
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: max-content !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 20px !important; 
  }
  .city-list
  {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four items per row */
    gap: 10px; /* Spacing between items */
    text-align: justify; /* Justify text */
    list-style-type: none;
  }
  

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {color: red;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}


  /* overlay effected images  */
  .container {
    position: relative;
    width: 50%;
  }
  @media (max-width: 768px) {
    .card-container {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .container {
        margin-top: 20px;
    }
}
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .container:hover .overlay {
    height: 100%;
  }
  
  .text {
    color: black;
    position: absolute;
    top: 10px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    padding: 5px;
    text-align: justify;
  }
  .font
  {
    font-family: Arial, Helvetica, sans-serif;
  }
.transparent
{
    background-color: rgba(0,0,0,0.2);
}
.splide {
    position: relative;
    overflow: visible; /* Allows arrows to sit outside the image */
}

.splide__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px; /* Adjust padding as needed to move arrows farther from the image */
    z-index: 10;
}

.splide__arrow {
    background-color: rgba(0, 0, 0, 0.5); /* Optional: add background color to improve visibility */
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.text-justify
{
    text-align: justify;
}
.footer
{
  background-color: #f5f5f5;
}
.foot-li ul li
{
  display: inline;
  list-style-type: none;
  padding: 0 15px;
} 
.foot-li ul li a
{
  color: #212529;
}
.foot-li ul li:hover a
{
  text-decoration: underline !important;
}
.foot-li-2 ul li 
{
  display: inline;
  list-style-type: none;
  padding: 0 8px;
}
.foot-li-2 ul li a
{
  color: #212529;
}
.foot-li-2 ul li:hover a
{
  text-decoration: underline !important;
}
.foot-btn
{
  font-size: xx-small;
}
.fa-brands {
  padding: 5px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-brands:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: linear-gradient(#cf36a3,#f05748);
  color: white;
}
.footer-btns
{
  background-color: #e8e8e8;
}
.foot-bottom-txt
{
  font-size: smaller;
}
.updates ul 
{
  padding: 0;
  list-style-type: none;
}
.updates ul li img
{
  height: 80px;
  width: 100px;
  margin-top: 27px;
  border-radius: 10px;
}
.post-prop
{
  background: #fdf8e7;
}
.login-list
{
  list-style-type: none;
  padding-left: 30px;
}
/* Style tab links */
.tablink {
  background-color: #ebbd27;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
  margin-left: 30px;
  font-size: 17px;
  width: 40%;
}
@media  (max-width: 768px){
  .tablink
  {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  
}
.tablink:hover {
  background-color: #bb0000;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  padding: 100px 20px;
  height: 100%;
}
