.navbar .navbar-brand {
  max-width: 150px !important;
}

#top-banner .hero {
    max-width: 1440px;
    margin: 0 auto;
}

body {
  font-family: "Inter-Regular", sans-serif;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 20px 50px 20px 20px;
  position: relative;
}

.hero-content p{
    padding: 0 60px;
}

.hero-content {
  position: relative;
  z-index: 2; 
}

.hero-content {
  flex: 1;
  text-align: center;
  padding: 2rem;
  color: #838383; 
}

.hero-content h1 {
  font-size: 5.5rem;
  margin-bottom: 1rem;
  line-height: 0.9;
  color: #00a0c6;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.hero-content .cta {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #00a0c6;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.hero-content .cta:hover {
    background-color: #0088a9;
}

/* Footer */
#footer .social-icon a{
    border:none;
}

/* Hero Banner Responsive layout */
@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 4rem;
  }
  
  .hero {
  padding: 2rem;
      
  }
}

@media all and (min-width: 769px) {
#top-banner .hero {
    margin-top: 80px;
    }
}

@media (max-width: 768px) {
    #top-banner .carousel-item .carousel-caption {
        position: static;
    }
    .hero {
        /*flex-direction: column;*/
        text-align: center;
        /*justify-content: end;*/
        justify-content: center;
        min-height: 38vh;
        /*padding:0;*/
    }
    #top-banner .hero {
      padding-bottom: 50px;
    }
  
    .hero-content {
        flex: 1;
        text-align: center;
        padding: 0;
        color: #838383; 
    }
  .hero-image, .hero-content {
    flex: unset;
    width: 100%;
  }
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-content p {
  padding: 0 0;
}
}

#top-banner .slick-arrow.left-nav, #top-banner .slick-arrow.right-nav{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#top-banner .right-nav .fal.fa-angle-right.fa-lg::before{
   content: "\f061";
  font-size: 16px;
  color: black;
  font-weight: normal;
  line-height: 10px;  
}

#top-banner .left-nav .fal.fa-angle-left.fa-lg::before {
  content: "\f060";
  font-size: 16px;
  color: black;
  font-weight: normal;
  line-height: 10px;
}

/* ABOUT US PAGE */

/* Intro section two-column */
.intro {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}

.intro-text {
  flex: 1;
}

.intro-text h2 {
  margin-bottom: 1rem;
}

.intro-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

.intro-text ul {
  padding-left: 1.2rem;
  text-align: left;
}

.intro-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
    
.intro-image {
  display: flex;
  justify-content: center;  /* centers horizontally */
  align-items: center;      /* centers vertically if needed */
  text-align: center;       /* centers caption text */
}

.intro-image figure {
  margin: 0; /* remove default figure margins */
}

.intro-image figcaption {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #555;
}

/* Values section */
.values {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.value-pill {
  flex: 1 1 250px;
}

/* Modern browsers only */
.values {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden; /* clear floats */
}

.value-pill {
  float: left;
  width: 100%;        /* default full width */
  max-width: 300px;   /* cap width */
  margin: 0.75rem;
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
}

.value-pill {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.value-pill h5 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}



/* Responsive adjustments */
@media (max-width: 768px) {
.intro {
  flex-direction: column;
  text-align: center;
}

.intro-image figure {
  margin: 0 auto;
}
}

@media (min-width: 768px) and (max-width: 1500px) {
    #top-banner .slick-slide .caption_banner
    /*#top-banner .carousel-item, #top-banner .banner,*/
    /*#top-banner .slick-slide */
    {
        position: static;
    }
    .hero-content {
        padding: 0rem;
    }
    #top-banner .carousel-item, #top-banner .banner > img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    #top-banner .hero {
        margin-top: 145px;
        min-height: 40vh;
    }
}

/* ----------------------------------- Sitewide CSS ---------------------------------------*/
.nyw-custom-page .container {
    max-width: 1300px;
}

.nyw-custom-page .row > div {
    align-content: center;
}

.nyw-bg-sky-blue {
    background-color: #00a7cb;
}

.nyw-bg-light-blue {
    background-color: #e3f2fe;
}

.nyw-bg-light-gray {
 background-color: #f3f3f5;
}

.nyw-custom-page h2 {
    font-family: Oswald;
}

.nyw-custom-page h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.nyw-custom-page .nyw-inner-hero h2 {
    font-size: 4.5rem;
}

.nyw-custom-page h2 {
    font-size: 3rem;
    color: #3c3c3c;
}

.nyw-bg-sky-blue h2,
.nyw-bg-sky-blue p,
.nyw-custom-page .nyw-bg-sky-blue p {
    color: #eafeff;
}

.nyw-custom-page h3 {
    color: #00a7cb;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.nyw-custom-page p {
 font-size: 1.4rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #3c3c3c;
}

.nyw-custom-page p.nyw-hww-prg {
    font-size: 1.4rem;
    line-height: 1.3;
}

.nyw-custom-page p.nyw-emp-pr {
    max-width: 826px;
    padding: 50px;
    background-color: #e3f2fe;
    color: #00a7cb;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 20px;
}

.nyw-row p {
    max-width: 550px;
}

.nyw-row-xlong p {
    max-width: 850px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.nyw-py-large {
 padding-top: 90px;
 padding-bottom: 90px;
}

.nyw-pt-large {
 padding-top: 90px;
}

.nyw-pb-large {
 padding-bottom: 90px;
}

.nyw-img-cont {
    max-width: 550px;
    position: relative;
}

.nyw-img-cont img {
    width: 100%;
    min-height: 370px;
    object-fit: cover;
}

.nyw-img-cont img.nyw-img-sm {
    min-height: 280px;
}

.nyw-img-rad {
 border-radius: 20px;
}

.nyw-img-shape {
    content: "";
    width: 70%;
    height: 100%;
    background: #e3f2fe;
    display: block;
    position: absolute;
    top: 23px;
    right: -15px;
    z-index: -1;
    border-radius: 18px;
}

.nyw-accent-shape {
    width: 50px;
    height: 5px;
    content: "";
    display: block;
    background-color: #00a7cb;
    margin-top: 12px;
    margin-bottom: 35px;
}

.nyw-center-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nyw-2btn {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.nyw-2btn a {
    background-color: #fff;
    font-size: 1.2rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 700;
    color: #00a7cb;
}

.nyw-2btn a:hover {
    color: #fff;
    text-decoration: none;
    background: #00a7cb;
    border: 1px solid #fff;
}

@media all and (max-width: 480px) {
 .nyw-py-large {
     padding-top: 50px;
     padding-bottom: 50px;
 }

 .nyw-pt-large {
  padding-top: 50px;
 }

 .nyw-pb-large {
  padding-bottom: 50px;
 }

 .nyw-custom-page h2 {
     font-size: 2rem;
 }

 .nyw-custom-page .nyw-inner-hero h2 {
     font-size: 2.5rem;
 }

 .nyw-custom-page h3 {
     font-size: 1.5rem;
     text-align: center;
 }

 .nyw-custom-page p {
     font-size: 1rem;
 }

 .nyw-custom-page p.nyw-emp-pr {
     font-size: 1.125rem;
     padding: 40px 30px;
 }

 .nyw-custom-page p.nyw-hww-prg {
     font-size: 1.2rem;
 }

 .nyw-2btn a {
     width: 100%;
     max-width: 220px;
 }

 .nyw-img-cont img {
     min-height: 250px;
     margin-top: 40px;
     margin-bottom: 10px;
 }

 .nyw-img-cont img.nyw-img-sm {
     min-height: 230px;
 }

 .nyw-accent-shape {
     margin-bottom: 25px;
 }
}
/*End of Sitewide CSS */

/* Hero */
.nyw-inner-hero h2 {
    color: #fff;
}
/* End of Hero */

/* How We Work Section */
.nyw-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.nyw-icon svg {
    width: 80px;
    height: 80px;
    padding: 5px;
}

.nyw-card {
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
    min-height: 280px;
    align-content: center;
    text-align: center;
    transition: 0.5s;
}

.nyw-card:hover {
    background-color: #00a7cb;
}

.nyw-card:hover .nyw-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(183deg) brightness(102%) contrast(105%);
}

.nyw-custom-page .nyw-card:hover p.nyw-hww-prg {
    color: #fff;
}



/* -------------------------  End of How We Work Section -----------------------------*/