section {
            padding: 10rem 0
        }

        .blue {
            color: #136eab
        }

        * {
            letter-spacing: 0
        }

        *,
        :after,
        :before,
        html {
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        html {
            height: 100%;
            font-size: 62.5%
        }

        body {
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400;
            margin: 0;
            background: #f2f1f1;
            color: #1b1b1b
        }

        body {
            font-size: 1.4rem;
            background-image: url("{{ asset('images/bkg-hero-09e3cabd17711148737b.png') }}");
            background-repeat: no-repeat;
        }

        a {
            text-decoration: none
        }

        a:hover {
            text-decoration: underline;
            color: inherit
        }

        .h1,
        .h2,
        .h3,
        .h4,
        h1,
        h2,
        h3,
        h4 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        ol,
        ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

        .header {
            padding: 5rem 0
        }

        .header .nav-item {
            margin-right: 1.7rem
        }

        .header .nav-item:nth-child(2) {
            position: relative
        }

        .header .nav-item:nth-child(2):after {
            position: absolute;
            content: "";
            top: 50%;
            right: 50%;
            width: 1px;
            height: 3.2rem;
            -webkit-transform: translateY(-50%) rotate(22.22deg);
            transform: translateY(-50%) rotate(22.22deg);
            background: #1b1b1b
        }

        .header .nav-item:last-child {
            margin-right: 0
        }

        .header .nav-link {
            font-family: 'Noto Sans', sans-serif;
            font-weight: 600;
            font-size: 1.4rem;
            line-height: 1.925;
            color: #1b1b1b;
            text-transform: uppercase
        }

        .section-hero {
            position: relative
        }

        .section-hero .title {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 7.4rem;
            margin-bottom: 3.1rem
        }

        .section-hero .subtitle {
            font-family: 'Noto Sans', sans-serif;
            font-weight: 600;
            font-size: 2rem;
            line-height: 1.85
        }

        .section-hero .description {
            font-size: 1.6rem;
            line-height: 2.375
        }

        .section-hero__image {
            position: absolute;
            top: -18.5rem;
            left: -8.2rem;
            z-index: -1
        }

        .section-feature {
            background-color: #1c1c1e;
            padding: 11.5rem 13.4rem;
            color: hsla(0, 0%, 100%, .5)
        }

        .section-feature .form {
            margin-bottom: 8.8rem
        }

        .section-feature input[type=text] {
            color: #fff;
            background-color: #1c1c1e;
            border-color: #1c1c1e #1c1c1e hsla(0, 0%, 100%, .5);
            font-size: 2rem;
            line-height: 1.85;
            padding: 0 0 1.3rem;
            margin-bottom: 1.5rem
        }

        .section-feature input[type=text]:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .section-feature input[type=text]::-webkit-input-placeholder {
            color: hsla(0, 0%, 100%, .5)
        }

        .section-feature input[type=text]::-moz-placeholder {
            color: hsla(0, 0%, 100%, .5)
        }

        .section-feature input[type=text]:-ms-input-placeholder {
            color: hsla(0, 0%, 100%, .5)
        }

        .section-feature input[type=text]::-ms-input-placeholder {
            color: hsla(0, 0%, 100%, .5)
        }

        .section-feature input[type=text]::placeholder {
            color: hsla(0, 0%, 100%, .5)
        }

        .section-feature input[type=checkbox] {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 0;
            margin: 0;
            opacity: 0;
            overflow: hidden;
            padding: 0;
            width: 0;
            position: absolute
        }

        .section-feature input[type=checkbox]+.form-check-label {
            position: relative;
            padding-left: 3.3rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 1.85;
            cursor: pointer;
            -webkit-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

        .section-feature input[type=checkbox]+.form-check-label:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 2rem;
            height: 2rem;
            border-radius: 2px;
            border: 1px solid hsla(0, 0%, 100%, .5)
        }

        .section-feature input[type=checkbox]+.form-check-label:after {
            position: absolute;
            content: "\2714";
            top: 0;
            left: 0.2rem;
            width: 2rem;
            height: 2rem;
            font-size: 1.8rem;
            line-height: 2rem;
            color: #FFD401;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out;
        }

        .section-feature input[type=checkbox]:checked+.form-check-label {
            color: #fff
        }

        .section-feature input[type=checkbox]:checked+.form-check-label:after {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .section-feature .btn {
            padding: 0;
            color: hsla(0, 0%, 100%, .5);
            font-size: 1.8rem;
            -webkit-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
            text-decoration: 0;
        }

        .section-feature .btn img {
            opacity: .5;
            margin-right: 1rem;
            -webkit-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out
        }

        .section-feature .btn span {
            text-decoration: underline
        }

        .section-feature .btn:hover {
            color: #fff
        }

        .section-feature .btn:hover img {
            opacity: 1
        }

        .section-feature .btn-generate {
            top: .5rem
        }

        .section-feature .btn-generate img {
            margin-right: 0
        }

        .section-feature .form-check {
            padding-left: 0
        }

        .section-feature .generated-slug label {
            color: hsla(0, 0%, 100%, .5);
            font-size: 2rem;
            line-height: 1.85
        }

        .section-feature .generated-slug [type=text] {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 5rem;
            line-height: 1.095;
            padding: 0
        }

        .section-feature .generated-slug [type=text].generated {
            border-bottom: none
        }

        .footer {
            background-color: #1c1c1e;
            color: #fff;
            padding: 6.2rem 0 0;
            border-top: 1px solid #49494B
        }

        .footer-links__title {
            font-family: 'Montserrat', sans-serif;
            font-size: 3rem;
            line-height: 1.095;
            padding: 0 1rem;
            margin-bottom: 1.8rem;
            font-weight: 600;
        }

        .footer-links .nav-item {
            position: relative;
            margin-right: 5rem
        }

        .footer-links .nav-item:after {
            content: "//";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
            right: -2.5rem;
            font-size: 1.4rem;
            line-height: 1.925;
            color: hsla(0, 0%, 100%, .5)
        }

        .footer-links .nav-item:last-child {
            margin-right: 0
        }

        .footer-links .nav-item:last-child:after {
            content: ""
        }

        .footer-links .nav-link {
            font-size: 1.4rem;
            line-height: 1.925;
            color: hsla(0, 0%, 100%, .5);
            text-transform: uppercase;
            text-align: center
        }

        .footer-links .nav-link:hover {
            color: inherit
        }

        .footer-copy {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 1.4rem;
            line-height: 1.925;
            color: #fff;
            background-color: #136eab
        }

        .header-logo__link {
            display: block;
        }

        .header-logo__link img {
            max-width: 210px
        }

        .footer-copy {
            margin-top: 6.8rem;
        }

        .footer-copy .text-center p {
            padding: 10px 0;
            margin: 0
        }

        .navbar-toggler-icon {
            width: 2.4em;
            height: 2.4em;
        }

        .navbar {
            padding-top: 0;
            --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819,110,171, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }


        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .section-hero .title {
                font-size: 5em;
            }

            .header {
                padding: 3rem 0;
            }

            .section-feature {
                padding: 15px
            }

            .header .nav-item:nth-child(2):after {
                background: none;
            }

            .section-feature .generated-slug [type=text] {
                font-size: 4em;
            }

            .subtitle {
                padding-bottom: 15px
            }

            .header .offcanvas-collapse .nav-link {
                color: #fff;
            }

            .footer-links .nav-item:after {
                content: "";
                right: 0;
            }

            .footer-links .nav-item {
                margin-right: 0;
            }
        }



        @media (max-width: 768px) {

            .section-hero .title {
                font-size: 4em;
            }

            section {
                padding: 4rem 0;
            }

            .header {
                padding: 2rem 0;
            }

            .section-feature {
                padding: 15px
            }

            .footer-links__title {
                margin-bottom: 0;
                margin-top: 1.8rem;
            }

            .footer-copy .text-center {
                padding: 10px;
            }

            .header .nav-item:nth-child(2):after {
                background: none;
            }

            .section-feature .generated-slug [type=text] {
                font-size: 1.2em;
            }

            .subtitle {
                padding-bottom: 15px
            }

            .header .offcanvas-collapse .nav-link {
                color: #fff;
            }

            .footer-links .nav-item:after {
                content: "";
                right: 0;
            }

            .footer-links .nav-item {
                margin-right: 0;
            }

        }

        /* Overlay styles */
        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            z-index: 9999; /* Ensure it appears on top */
            display: flex;
            align-items: center;
            justify-content: center;
          }
          
          .spinner-container {
            text-align: center;
          }
          
          .spinner {
            width: 50px;
            height: 50px;
            border: 5px solid #f3f3f3; /* Light grey */
            border-top: 5px solid #3498db; /* Blue */
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto; /* Center horizontally */
          }
          
          .loader-text {
            color: white;
            font-size: 16px;
            margin-top: 10px;
          }
          
          @keyframes spin {
            0% {
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
            }
          }
          



