body
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.bg-red
{
    background-color: #d8232a;
}
.text-style
{
    font-family: cursive;
    color: #362905;
}
.text-red
{
    color: #d8232a;
}
.bg-gold
{
    background-color: #c97508 !important;
}
.text-gold
{
    color: #c97508;
}
.border-gold
{
    border: px solid #c97508;
}
.btn.search-btn
{
  border: 1px solid #c97508;
  margin-left: 10px;
}
.btn.search-btn:hover
{
  background-color: #c97508;
  color: white;
}
.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;
    cursor: pointer;
}
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: #c97508 !important;
}
.property-img
{
    height: 200px;
}
.card-img-top
{
  height: 300px !important;
}
/* 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;
    }
}
.reg-btn
{
  font-family: 'Times New Roman', Times, serif;
}
.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: #c97508;
  }
  /* 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: #c97508;}

  /* 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 !important;
}
.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;
}
.footer-btns .btn
{
  padding: 10px;
}
.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;
}

.form-control.submit-btn
{
  background-color: black;
  color: white;
}
.form-control.submit-btn:hover
{
  background-color: #ab6306;
}

/* Set color of the accordion dropdown icon */
.accordion-button::after {
  color: #c97508; /* Change to any color you prefer */
  filter: brightness(0) invert(1); /* Inverts color for dark themes */
}
.card.plan-card
{
  border: 1px solid #dbdee0;
  transition: 0s;
}
.card.plan-card:hover
{
  border: 1px solid #c97508;
  transform: scale(1);
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
}
