html, body {
    overflow-x: hidden;
    font-size: 1rem;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #783DD6;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}


/* NYATech styling */

.header {
    padding-top: 68px;
}

.section-banner {
    background-color: #FFFAF5;
    min-height: 1003px;
}

.section-what-we-do {
    background-color: #000000;
    min-height: 761px;
}

.primary-button {
    min-width: 268px;
    min-height: 59px;
    font-family: 'Avenir Book';
    font-size: 30px;
    color: #783DD5;
}

.primary-button:hover {
    color: #38E3BA;
    border: 2px solid #38E3BA;
}

.accent-border {
    border: 2px solid #783DD5;
    border-radius: 50px;
}

.image-banner-stroke {
    max-width: 100%;
    height: auto;
}

.image-banner {
    max-width: 100%;
    height: auto;
}


.banner {
    margin-top: 65px;
}

.banner-slogan {
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
}

.banner-slogan h1 {
  /* font-size: 6vw;  */
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
}

@font-face {
    font-family: 'Avenir Black';
    src: url('../fonts/avenir-black.ttf');
}

@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir.ttc');
}

@font-face {
    font-family: 'Diversal Brush';
    src: url('../fonts/Diversal\ Brush.otf');
}

.body-font {
    font-family: 'Avenir Book';
    font-weight: 400;
}

.body-font-size {
    font-size: 22px;
}

.light-font {
    color: #FEF9F6 !important;
}

.review-company-name {
    color: #FFDC4A;
}

.dark-font {
    color: #000000;
}

.bold-font { 
    font-family: 'Avenir Black';
}

.underline-font {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: 'Avenir Black' !important;
    font-weight: 900 !important;
}

h1 {
    font-size: 6.25rem !important;
    line-height: 1em !important;
}

/* Media query for smaller screens */
@media (max-width: 500px) {
  h1 {
    font-size: 4rem !important;  /* Smaller font size for mobile */
    line-height: 1.2em !important; /* Slightly taller line height for readability */
  }
}

h2 {
    font-size: 34px !important;
}

h3 {
    font-size: 27px !important;
}

h4 {
    font-family: 'Avenir Book' !important;
    font-size: 34px !important;
}

.banner-middle-line {
    font-family: 'Avenir Black' !important;
    font-weight: 900 !important;
    font-size: 0.6em !important;
}
@media (max-width: 1200px) {
    .header {
        justify-content: center;
    }

    .header-call-to-action {
        text-align: center;
        margin-top: 31px;
    }

    .what-we-do-points {
        padding-left: 100px;
        padding-right: 100px;
    }

    .what-we-do-points .cell:last-child {
        margin-bottom: 95px;
    }

    @media (max-width: 500px) {
    .what-we-do-points {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    }

    .theres-more-description {
        margin-bottom: 88px;
    }

    /* we are different styling */
    .we-are-different-title {
        text-align: center;
    }

    .we-are-different-points .we-are-different-point:last-child {
        margin-bottom: 113px;
    }

    .we-are-different-point{
        text-align: center;
    }

    .we-are-different-point-title {
        margin-top: 44px;
        text-align: center;
    }

    /* Section: our world styling */
    .our-world-welcome {
        text-align: center;
        justify-content: center;
    }

    .our-world-description {
        margin-top: 31px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .testimonials {
        margin-bottom: 144px;
    }
    
    /* Section: expeirence styling */
    .experience-sectors .cell:nth-child(n+2) {
        margin-top: 31px;
    }

    .experience-sectors .cell:last-child {
        margin-bottom: 130px;
    }

    /* Section: call to action styling */
    .lets-chat-content {
        /* flex-flow: column-reverse !important; */
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .lets-chat-image {
        margin-top: 59px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* .lets-chat-image img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
    } */

    .lets-chat-image {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
    }
    /* .lets-chat-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
} */

    @media screen and (max-width: 640px) {
        .lets-chat-image img {
            padding: 20px;
        }
    }
    .lets-chat-content-call-to-action {
        margin-top: 31px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lets-chat-call-to-action-text {
        text-align: center;
    }

    .lets-chat-button {
        text-align: center;
        margin-top: 33px;
        margin-bottom: 33px;
    }

    /* Section: footer styling */
    .footer-content {
        margin-top: 56px;
        margin-bottom: 58px;
    }

    .footer-info {
        text-align: center;
    }

    .footer-info-contact, .footer-info-follow {
        margin-top: 31px;
    }

    .footer-links {
        padding-top: 22px;
        padding-bottom: 21px;
    }
}

@media (min-width: 1200px) {
    .header-call-to-action {
        text-align: right;
    }
}

@media (max-width: 768px) {
  .lets-chat-content {
    flex-direction: column-reverse;
  }
}


/* Section: What we do styling */
.what-we-do-content {
    margin-top: 104px;
}

.what-we-do-accent {
    margin-top: 41px;
}

.what-we-do-point {
    margin-top: 74px;
        margin-bottom: 95px;
    padding-left: 3rem;
    padding-right: 3rem;

}

.what-we-do-point-image {
    /* width: auto;
    max-height: 91px; */
    height: 64px;   /* or 72px / 80px depending on your layout */
    width: auto;
    display: block;
    margin: 0 auto; /* center it horizontally if needed */
}

.what-we-do-point-title {
    margin-top: 44px;
}

.what-we-do-point-description {
    margin-top: 19px;
}

.what-we-do-point-sub-heading {
    margin-top: 19px;
    font-weight: bolder;
}

/* Section: Theres more styling */
.section-theres-more {
    background-color: #783DD6;
    min-height: 280px;
}

.theres-more-title {
    margin-top: 83px;
}

/* Section: We are different styling */
.section-we-are-different {
    background-color: #FEF9F6;
    min-height: 991px;
}

.we-are-different-title {
    margin-top: 115px;
}

.we-are-different-points .we-are-different-point:nth-child(2) {
    margin-top: 31px !important;
}

.we-are-different-points .we-are-different-point:nth-of-type(n+1) {
    margin-top: 59px;
}

.we-are-different-point-icon {
    width: auto;
    max-height: 89px;
}

.we-are-different-image {
    width: 100%;
    height: auto;
}

/*Section: experience styling */
.section-experience {
    background-color: #E1E1E1;
    min-height: 426px;
}

.experience-title {
    margin-top: 71px;
}

.experience-sectors {
    margin-top: 12px;
}

.sector {
    height: 141px;
    max-width: 320px;
    background-color: #783DD5;
    border-radius: 16px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.sector-name {
    font-family: 'Diversal Brush' !important;
    font-size: 52px;
}

.industry-marquee-fade-wrapper {
  position: relative;
}

.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(225,225,225,1), rgba(225,225,225,0));
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(225,225,225,1), rgba(225,225,225,0));
}

.industry-marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100vw; /* Constrains to visible screen width */
  padding: 1rem 0;
}

.industry-marquee {
  display: flex;
  width: 100%;
}

.industry-track {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

.industry-tile {
  width: 320px;
  height: 141px;
  background-color: #783DD5;
  border-radius: 16px;
  margin: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Diversal Brush', sans-serif;
  font-size: 52px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Animation keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}




/* Section: our world styling */
.section-our-world {
    min-height: 1383px;
    background-color: #FEF9F6;
}

.our-world-welcome {
    margin-top: 140px;
}

.our-world-globe-image {
    width: 442px;
    height: auto;
}

.our-world-review-separator {
    margin-top: 93px;
}

.testimonials {
    margin-top: 67px;
}

/* Section: lets chat */
.section-lets-chat {
    background-color: #FEF9F6;
    min-height: 867px;
}

.lets-chat-background {
    background-color: #783DD6;
    min-height: 642px;
    width: auto;
    border-radius: 23px;
    margin-top: 105px;
    margin-bottom: 120px;

    min-height: 100%;
    display: flex;
    align-items: center;
}

.lets-chat-content {
    height: 100%;
}

.lets-chat-image {
    text-align: center;
}

/* .lets-chat-content-call-to-action-cell {
    display: flex;
    justify-content: center;
} */


.lets-chat-call-to-action-text {
    font-family: 'Avenir Black';
    font-size: 50px;
    padding-left: 4rem; /* or try 1rem / 40px / etc. */
    line-height: 0.8; /* try 1.1–1.3 depending on how tight you want it */
}

@media (max-width: 500px) {
    .lets-chat-call-to-action-text {
        font-family: 'Avenir Black';
        font-size: 50px;
        padding-left: 0px; /* or try 1rem / 40px / etc. */
        line-height: 0.8; /* try 1.1–1.3 depending on how tight you want it */
    }
}

.lets-chat-button {
  display: flex;
  justify-content: center;
}

.lets-chat-call-to-action-button {
    background-color: #FFDB4A;
    color: #783DD6;
    width: 268px;
    height: 59px;
    font-family: 'Avenir Book';
    font-size: 30px;
    border-radius: 50px;
}

.lets-chat-call-to-action-button:hover {
    background-color: #38E3BA;
}

/* Section: footer styling */
.section-footer {
    min-height: 297px;
    background-color: #000000;
    position: relative;
}

.footer-edge {
    position: absolute;
    top: -24px;
    min-height: 49px;
    width: 100%;
}

.footer-content {
    position: relative;
    margin-top: 56px;
    margin-bottom: 58px;
}

.section-footer-legal {
    min-height: 80px;
    background-color: #783DD6;
}

.footer-nya-logo {
    width: 310px;
    height: auto;
}