

/* header.experiencefragment {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364); 
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: background-color 0.5s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); 
}


header.experiencefragment.headerActive {
    background: #111; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
} */


.navbar {
   background-color: #151955;
    box-shadow: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    padding: 10px 0;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
     text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f8f9fa;
    text-decoration: none;
}

.navbar-light .navbar-toggler-icon {
    background-color: #fff;
}

.inc-header__section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    padding: 10px 20px;
}

.inc-header__section-left {
     flex-grow: 1;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    padding-top: 0;
}


.navbar-nav {
  justify-content: flex-end;
  width: 100%;
}

.inc-header__section-center {
    padding-top: 15px;
    padding-bottom: 15px;
}

.inc-hero-banner-wrapper img {
  width: 100% !important;
  height: 100% !important;
  max-height: 700px !important;
}

/* .inc-hero-banner-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    padding: 0;
    display: block;
    background-color: transparent;
} */
.inc-hero-banner-wrapper {
    width: 100%;
    margin-left: calc(-50vw + 50%);
    position: relative;
    /* left: 50%;
    right: 50%; */
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    display: block;
    background-color: transparent;
}

.inc-hero-banner-slide {
    position: relative;
}

.inc-city-hero-banner-img {
    width: 100vw !important;
    height: auto;
    object-fit: cover;
    display: block;
}


.inc-hero-banner-content-wrapper h2 {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 20px;
}

.inc-container-text {
    background-color: white;
    padding: 30px;
}

.inc-container-text h2 {
    font-size: 24px;
    font-weight: bold;
}

.inc-container-text p {
    font-size: 16px;
    color: #333;
}

.readMore {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.readMore:hover {
    background-color: #0056b3;
}
.inc-logo img {
    max-width: 120px;
    height: auto;
}
@media (max-width: 1199.98px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .inc-logo img {
        width: 90px;
    }
}

@media (max-width: 991.98px) {
    .footer .col-md-2 {
        width: 50%;
    }

  .navbar-nav {
    align-items: flex-end !important;
    text-align: right;
    width: 100%;
  }

  .navbar-collapse {
    justify-content: flex-end !important;
  }
}

@media (max-width: 767.98px) {
 .inc-hero-banner-wrapper img {
    width: 100% !important;
    height: 200px !important;
    margin-top: 38px;
  }
    .navbar-collapse {
    position: absolute;
    top: 56px;
    right: 0;
    width: auto;
    min-width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    z-index: 1050;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center !important;
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .dropdown-menu {
    position: static !important;
    float: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }

  .dropdown-item {
    padding-left: 40px;
  }

    .footer .col-md-2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .inc-header__section-left {
        justify-content: center
        /* text-align: center; */
    }

    .inc-logo img {
        width: 80px;
    }

}
