  /* Custom styles */
  html {
    scroll-padding-top: 100px; /* This won't affect selection */
  }

  body {
    padding-top: 70px; /* Space for fixed navbar */
    scroll-behavior: smooth; /* Smooth scrolling */
    font-family: 'Montserrat', sans-serif;
}

/* Fixed header */
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


section {
    padding: 3rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    section {
        padding: 5rem 0;
    }
}

section:nth-child(odd) {
    background-color: #f8f9fa;
}

section:nth-child(even) {
    background: url('../img/bg.png') no-repeat center center/cover;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5FA3AC;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
} 

.scroll-to-top.active {
    opacity: 1;
}

.scroll-to-top:hover {
    background: #C6453F;
    transform: translateY(-3px);
}

/* Navbar active state */
.navbar-light .navbar-nav .nav-link.active {
    color: #C6453F !important;
    font-weight: bold;
    text-decoration: underline;
}

.nav-link{ color: #C6453F;
font-weight: bold;
text-decoration: none;
}
.navbar{

padding: 1rem;
}
 /* Custom styles */
.top-bar {
background-color: #f8f9fa;
padding: 15px 0;
border-bottom: 1px solid #e9ecef;
}

.contact-info .nav {
align-items: center;
flex-wrap: wrap;
}

.contact-info .nav-item {
margin-right: 15px;
display: flex;
align-items: center;
}

.contact-info svg {
margin-right: 8px;
flex-shrink: 0;
}

.contact-info a {
text-decoration: none;
color: #212529;
}

.contact-info .gray {
color: #6c757d;
margin-bottom: 0;
font-size: 0.9rem;
}

.header_h1{
font-size: 40px;
font-weight: bolder;
color: #000000;
}

.header_h2{
font-size: 30px;
font-weight: bold;
color: #5FA3AC;
}

.more_info{
background-color: #F26E03;
color: #ffffff;
font-weight: bold;
}

.section_heading{
color: #296771;
font-weight: bolder;
}

.about_us_txt{
color: #296771;
font-size: 20px;

}

.about_website_link{
color: #F26E03;
font-size: 24px;
font-weight: bold;
}

.services_div{
border-top-right-radius: 2rem;
border-bottom-left-radius: 2rem;
}

.services_image{
border-top-right-radius: 2rem;
}

.big_rounded_div{
border-radius: 3rem;
border: 10px solid #ffffff;
}

.vision_h1{
-webkit-text-stroke: 2px #5FA3AC; /* width and color */
color: #ffffff;
font-weight: bold;
font-size: 60px;
letter-spacing: 5px;
}

.our_team_txt{
color: #296771;
font-size: 25px;
align-content: center;

}

.header_icons{
    font-size: 35px; color: #5FA3AC;
}


@media (min-width: 768px) {
    .navbar-custom {
      background-color: #5FA3AC;
    }
  }

  @media (min-width: 992px) {
    .ps-lg-5 {
      padding-left: 8rem !important;
    }
  }

.bolder{
    font-weight: bolder;
  }