* {margin: 0; padding: 0 }

img {
	max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

/*====================================March 2025 style==========================================*/


.top-banner {
    background-image: url('../images/downtown1.jpg'); background-repeat: no-repeat;
	background-position: center center;	background-size: cover; color: #000; height: 50vh;
	display:flex; justify-content:center; flex-direction:column;
}

.top-intro {
    background-color: #f8f9fa; 
    font-family: 'Poppins', sans-serif;
}

  .intro_title_view {
      width: 65%;
  }

.fw-bold {
    font-size: 1.2rem;
    color: #63191A !important;
}

.fw-semibold {
    font-size: 2rem;
}

.lead {
    font-size: 1.25rem;
}

.container-fluid {
    padding: 0;
}

.odd-sect, .even-sect {
    font-family: 'Poppins', sans-serif;
}

#footer {
    clear: both; 
    position: relative; 
    bottom: 0; 
    text-align: center; 
    padding: 10px; 
    background: #63191A; 
    margin: 0 auto; 
    height: auto;
}

#footer p {
    color: #FFFFFF;
}

#footer a {
    color: #f8f9fa; /* Light text color */
    text-decoration: none; /* Remove underline */
    font-weight: 500;
    transition: color 0.3s ease; /* Smooth hover effect */
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #ffd166; /* Light orange/yellow hover color */
    text-decoration: underline; /* Optional: underline on hover */
}

.btn-intro {
    background: #6E4531; /* Dark brown background */
    color: #ffffff; /* White text */
    padding: 0.6em 1.2em; /* Vertical and horizontal padding */
    font-weight: 600; /* Semi-bold */
    border: none; /* No default browser border */
    border-radius: 8px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    text-decoration: none; /* No underline if <a> */
    font-family: 'Poppins', sans-serif; /* Match your site's font */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth hover/active */
    display: inline-block; /* So padding works properly if it’s a link */
}

/* Hover and Focus states */
.btn-intro:hover,
.btn-intro:focus {
    background: #8a5b42; /* Slightly lighter on hover */
    transform: translateY(-2px); /* Lift effect */
}

/* Active (when clicked) */
.btn-intro:active {
    background: #5a392a; /* Slightly darker when clicked */
    transform: translateY(0); /* Pressed down effect */
}

/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .tablet-heading {
    font-size: 1.9em;
  }
  
  .hometitle {font-size: 1.5em !important;}
}


/*phones*/
@media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
  .landscape-heading {
    font-size: 1.7em;
  }
}


@media (max-width: 575.98px) and (orientation: portrait) {
  h2 {
    font-size: 1.6em;
  }
  

}

/* Phones and Tablets: 0px - 991px */
@media (max-width: 991.98px) {
    .intro_title_view {
        width: 100%;
    }
}

/* Desktops (992px and up) */
@media (min-width: 992px) {}

	
/*====================================End new style from 20205=========================================================*/
