       .py-vh-2 {
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .py-vh-3 {
            padding-top: 120px;
            padding-bottom: 120px;
        }

        .pt-100{
            padding-top: 100px;
        }

        .navbar.scrolled {
            backdrop-filter: blur(25px);
        }

        .hero-banner {
            height: 100vh;
        }

        .dropdown-toggle::after {
            display: none;
        }

        .number-result{
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 60px 100px;
        }

        @media (max-width: 991.98px) {
            .py-vh-2 {
                padding-top: 50px;
                padding-bottom: 50px;
            }

            .pt-100{
                padding-top: 50px;
            }

            .py-vh-3 {
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .navbar {
                background-color: var(--bs-card-bg);
                border-bottom: 2px solid var(--bs-primary);
            }

            .navbar .navbar-nav {
                flex-direction: row;
                gap: 20px;
                justify-content: space-between;
                margin-top: 1rem;
            }

            .hero-banner {
                height: auto;
                padding: 100px 0;
            }
        }

        @media (max-width: 767.98px) {
            .hero-banner {
                padding: 80px 0;
            }

            .navbar .navbar-nav {
                flex-direction: column;
            }

            .hero-banner .btn,
            #Features .btn,
            #workwithus .btn,
            .grouped-inputs .btn {
                width: 100%;
            }
        }

        .contact-details {
            position: relative;
        }

        .contact-details:before {
            position: absolute;
            top: 12px;
            left: 0;
            right: 0;
            height: 1px;
            background: rgba(0, 0, 0, 0.12);
            content: "";
        }

        .contact-info {
            margin-bottom: 40px;
        }

        .contact-info span {
            position: relative;
            z-index: 1;
            font-size: 1.4rem;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            color: #546274;
            text-transform: uppercase;
        }

        .contact-info span:before {
            position: absolute;
            top: 0;
            left: -15px;
            right: -15px;
            bottom: 0;
            background: #ffffff;
            content: "";
            z-index: -1;
        }

        .contact-info p {
            font-size: 1.8rem;
            font-weight: 500;
            color: #1c2437;
            font-family: "Roboto", sans-serif;
            margin-top: 10px;
        }

        .contact-info ul {
            padding: 0;
            margin: 0;
            margin-top: 10px;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .contact-info ul li+li {
            margin-left: 20px;
        }

        .contact-info ul li a {
            font-size: 2rem;
            color: #000000;
        }

        .contact-info ul li a:hover {
            color: #1e85ff;
        }

        .footer-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 25px;
        }

        .footer-wrap .copyright {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .footer-wrap .copyright p {
            font-size: 1.4rem;
            font-weight: 400;
            color: #546274;
            font-family: "Roboto", sans-serif;
        }

        .footer-wrap .copyright p a:hover {
            color: #1e85ff;
        }

        .footer-wrap .footer-nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .footer-wrap .footer-nav li+li {
            margin-left: 20px;
        }

        .footer-wrap .footer-nav li a {
            font-size: 1.4rem;
            font-weight: 400;
            color: #546274;
            font-family: "Roboto", sans-serif;
        }

        .footer-wrap .footer-nav li a:hover {
            color: #1e85ff;
        }
        .header-margin{
            margin-top: 108px;
        }

        @media (max-width:991px) {
            .header-margin{
                margin-top: 75px;
            }
        }
        @media (max-width: 468px){
            .right-banner-image{
                max-width: 360px;
            }
        }