        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        ::-webkit-scrollbar {
            width: 10px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #888;
        }

        ::-webkit-scrollbar-button {
            display: none;
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        body {
            font-family: 'Montserrat', sans-serif !important;
            background: linear-gradient(#1c413a);
        }


        h1,
        h2 {
            font-family: 'Bebas Neue', sans-serif !important;
            transform: scaleY(1.3) !important;
        }

        .header-title {
            font-family: 'NextArt', sans-serif !important;
        }

        @font-face {
            font-family: 'NextArt';
            src: url('/fonts/NextArt.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

        header {
            background: #1a1a1a;
        }

        .gradient-bg {
            opacity: 0.251;
            background-image: linear-gradient(180deg, rgba(112, 255, 196, 0.9999999999999999) 0%, rgba(112, 255, 196, 0) 100%);
        }

        .form-container {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            border-radius: 24px;
            padding: 32px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .logo-circle {
            background: linear-gradient(135deg, #00ff88 0%, #00d470 50%, #00b85c 100%);
            border: 4px solid rgba(255, 255, 255, 0.15);
            width: 420px;
            height: 420px;
            position: relative;
            box-shadow: 0 20px 60px rgba(0, 255, 136, 0.2);
        }

        .plus-icon {
            color: white;
            font-size: 6rem;
            font-weight: 100;
            line-height: 1;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }

        .inet-text {
            position: absolute;
            bottom: 16px;
            right: 20px;
            color: #000;
            font-size: 58px;
            font-weight: 800;
            text-shadow: none;
            color: #00d470;
        }

        .arrow-up {
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 35px solid #00ff88;
            position: absolute;
            top: -25px;
            left: 60%;
            transform: translateX(-50%);
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
        }

        .arrow-right {
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 35px solid #00ff88;
            position: absolute;
            right: -25px;
            top: 40%;
            transform: translateY(-50%);
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
        }

        .custom-select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 12px center;
            background-repeat: no-repeat;
            background-size: 16px 16px;
            padding-right: 40px;
        }

        .btn-order {
            background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
            transition: all 0.3s ease;
            width: 220px;
            height: 56px;
            border-radius: 14px;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 1.5px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            border: none;
            cursor: pointer;
        }

        .btn-order:hover {
            background: linear-gradient(135deg, #3a3a3a 0%, #2a2a2a 100%);
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
        }

        .main-title {
            font-size: 59px !important;
            line-height: 3.7rem !important;
            letter-spacing: normal;
            color: #ffffff !important;
            font-weight: 900;
            margin-bottom: 48px !important;
        }

        .green-text {
            color: #00ff88;
        }

        .form-input {
            height: 56px;
            border-radius: 14px;
            border: 2px solid #e5e7eb;
            padding: 0 20px;
            font-size: 15px;
            color: #1f2937;
            transition: all 0.3s ease;
            background: white;
        }

        .form-input:focus {
            border-color: #00ff88;
            outline: none;
            box-shadow: 0 0 0 4px rgba(0, 255, 136, 0.1);
        }

        .form-input::placeholder {
            color: #9ca3af;
            font-size: 14px;
        }

        .form-textarea {
            border-radius: 14px;
            border: 2px solid #e5e7eb;
            padding: 20px;
            font-size: 15px;
            color: #1f2937;
            resize: none;
            height: 130px;
            transition: all 0.3s ease;
            background: white;
        }

        @media (min-width: 640px) {
            .platform-margin {
                margin-left: -70px;
            }

        }

        .form-textarea:focus {
            border-color: #00ff88;
            outline: none;
            box-shadow: 0 0 0 4px rgba(0, 255, 136, 0.1);
        }

        .form-textarea::placeholder {
            color: #9ca3af;
            font-size: 14px;
        }

        .form-label {
            font-size: 15px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 10px;
            display: block;
        }

        .form-title {
            font-size: 20px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 32px;
        }

        @media (max-width: 630px) {
            .form_name_input {
                font-size: 10px !important;
            }
        }

        @media screen and (max-width: 480px) {
            .form_name_input {
                font-size: 0.5rem !important;
            }
        }

        @media screen and (max-width: 400px) {
            .form_name_input {
                font-size: 7px !important;
            }
        }

        @media screen and (max-width: 340px) {
            .form_name_input {
                font-size: 6px !important;
            }
        }

        .nav-link {
            font-size: 18px;
            font-weight: 600;
            color: #f1f1f1 !important;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-link:hover {
            color: #00ff88;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: #00ff88;
            transition: width 0.3s ease;
        }

        .nav-link:hover::after {
            width: 100%;
        }

        .mobile-menu {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            padding: 80px 40px;
        }

        .mobile-menu.active {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .mobile-menu a {
            color: white;
            font-size: 24px;
            font-weight: 600;
            text-decoration: none;
            margin: 20px 0;
            transition: color 0.3s ease;
        }

        .mobile-menu a:hover {
            color: #00ff88;
        }

        .close-btn {
            position: absolute;
            top: 30px;
            right: 40px;
            color: white;
            font-size: 32px;
            cursor: pointer;
            background: none;
            border: none;
        }

        main {
            background: linear-gradient(#000000, #000000, #1c413a);
        }

        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            padding: 4px;
        }

        .hamburger span {
            width: 25px;
            height: 3px;
            background: white;
            margin: 3px 0;
            transition: 0.3s;
            border-radius: 2px;
        }

        .decorative-elements {
            position: absolute;
            top: 15%;
            right: 10%;
            width: 12px;
            height: 12px;
            background: #00ff88;
            border-radius: 50%;
            opacity: 0.6;
        }

        .decorative-elements::before {
            content: '';
            position: absolute;
            top: -40px;
            left: -30px;
            width: 8px;
            height: 8px;
            background: #00ff88;
            border-radius: 50%;
            opacity: 0.4;
        }

        .decorative-elements::after {
            content: '';
            position: absolute;
            bottom: -50px;
            right: -40px;
            width: 10px;
            height: 10px;
            background: #00ff88;
            border-radius: 50%;
            opacity: 0.5;
        }

        .bg-gradient-custom {
            background: linear-gradient(135deg, #10B981 0%, #059669 100%);
        }

        .text-shadow {
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .feature-box {
            transition: all 0.3s ease;
        }

        .feature-box:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .pencil-animation {
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-10px);
            }
        }

        .notebook-animation {
            animation: tilt 4s ease-in-out infinite;
        }

        @keyframes tilt {

            0%,
            100% {
                transform: rotate(0deg);
            }

            25% {
                transform: rotate(1deg);
            }

            75% {
                transform: rotate(-1deg);
            }
        }

        .question {
            width: 100%;
            background: #f1f1f1;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 40px;

            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
            border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;
            overflow: hidden;
        }

        .question .container {
            width: 90%;
            max-width: 1000px;
            border-radius: 20px;
            padding: 10px;
            transform: scale(1.2);
        }

        .question .container .main-text h1 {
            text-align: center;
            font-size: 36px;
        }

        @media screen and (max-width: 1025px) {
            .question .card {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .question .container {
                transform: scale(1.1);
                margin-top: 50px;
            }
        }

        .question_list {
            color: #ffffff;
            font-weight: bold;
            text-align: center;
            transform: scaleY(1.6) !important;
        }

        @media screen and (max-width: 555px) {
            .question .question_list {
                font-size: 10px !important;
            }
        }

        @media screen and (max-width: 450px) {
            .question .container {
                width: 120% !important;
            }
        }

        @media screen and (max-width: 430px) {
            .question .question_list {
                font-size: 8px !important;
            }

            .question .container {
                transform: scaleX(1.5) scaleY(1.3);
            }

            .question {
                min-height: 130vh !important;
            }
        }

        @media screen and (max-width: 400px) {
            .question .question_list {
                font-size: 6px !important;
            }
        }

        .question .card {
            display: flex;
            align-items: center;
            gap: 250px;
        }

        .question .left-side img {
            width: 310px;
            max-width: 300%;
        }

        .question .features {
            padding: 20px;
            border-radius: 10px;
            margin-top: 20px;
            width: 120%;
            text-align: center;
        }

        .question .right-side h1 {
            font-size: 32px;
            margin-bottom: 30px;
            color: #222;
        }

        .question .features {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 38px;
            overflow: hidden;
            position: relative;
        }

        .question .features::after {
            overflow: hidden;
            content: "";
            position: absolute;
            inset: 0;
            width: 150%;
            background: linear-gradient(120deg,
                    transparent,
                    rgba(255, 255, 255, 0.084),
                    transparent);
            z-index: 0;
            transform: translate(-120px, 170px) rotate(145deg);

        }

        @media screen and (max-width: 665px) {
            .question .features::after {
                width: 200%;
                transform: translate(-120px, 140px) rotate(145deg);

            }

        }

        .question .features li {
            background: #1e1e1e;
            color: white;
            padding: 5px 20px;
            border-radius: 15px;
            font-weight: bold;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        }



        @media screen and (min-width: 1540px) {
            .question .container {
                scale: 1.2;
            }

        }

        @media screen and (min-width: 1440px) {
            .left-slide {
                width: 797px;
            }
        }

        @media (max-width: 1279px) {
            .right-slide {
                order: 1;
            }

            .left-slide {
                order: 2;
            }
        }

        /* Responsive fixes */
        @media (max-width: 1200px) {
            .main-title {
                font-size: 2.3rem !important;
                line-height: normal !important;
            }

            .logo-circle {
                width: 360px;
                height: 360px;
            }

            .plus-icon {
                font-size: 5rem;
            }

            .inet-text {
                font-size: 48px;
            }

            .question .card {
                gap: 150px;
            }
        }

        @media (max-width: 1024px) {
            .hamburger {
                display: flex;
            }

            .desktop-nav {
                display: none;
            }

            .main-title {
                font-size: 2rem !important;
                text-align: center;
            }

            .logo-circle {
                width: 320px;
                height: 320px;
            }

            .plus-icon {
                font-size: 4.5rem;
            }

            .inet-text {
                font-size: 42px;
            }

            .question .card {
                flex-direction: column;
                align-items: center;
                gap: 30px;
            }

            .question .left-side img {
                width: 250px;
            }

            .question .features {
                width: 100%;
                text-align: center;
            }

            .question .container {
                padding: 30px;
            }

            .question .container .main-text h1 {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 1.8rem !important;
                margin-bottom: 32px;
                line-height: 1.2;
            }

            .logo-circle {
                width: 280px;
                height: 280px;
            }

            .plus-icon {
                font-size: 4rem;
            }

            .inet-text {
                font-size: 36px;
            }

            .form-container {
                padding: 24px;
            }

            .btn-order {
                width: 180px;
                height: 48px;
                font-size: 14px;
            }

            .question .container {
                padding: 25px;
            }

            .question .container .main-text h1 {
                font-size: 24px;
            }

            .question .features li {
                font-size: 14px;
                padding: 12px 15px;
            }

            .question .left-side img {
                width: 200px;
            }
        }

        @media (max-width: 639px) {
            .form_name_input {
                width: 100% !important;
            }
        }


        @media (max-width: 625px) {
            .wrapper .container .steps-section {
                margin-left: -35px;
            }
        }


        @media (max-width: 480px) {
            .main-title {
                font-size: 1.5rem !important;
                margin-bottom: 24px;
            }

            .logo-circle {
                width: 240px;
                height: 240px;
            }

            .plus-icon {
                font-size: 3.5rem;
            }

            .inet-text {
                font-size: 28px;
            }

            .form-container {
                padding: 20px;
            }

            .form-input,
            .form-textarea {
                font-size: 14px;
            }

            .form-input {
                height: 48px;
            }

            .form-textarea {
                height: 110px;
            }

            .question .container {
                padding: 20px;
            }

            .question .container .main-text h1 {
                font-size: 20px;
            }

            .question .features li {
                font-size: 12px;
                padding: 10px 12px;
            }

        }

        @media (max-width: 400px) {
            .platform-margin select {
                font-size: 9px;
            }
        }

        @media (max-width: 350px) {
            .platform-margin select {
                font-size: 7.8px;
            }
        }

        @media (max-width: 321px) {
            .main-title {
                font-size: 1.2rem !important;
            }

            .logo-circle {
                width: 200px;
                height: 200px;
            }

            .plus-icon {
                font-size: 3rem;
            }

            .inet-text {
                font-size: 22px;
            }

            .form-container {
                padding: 16px;
            }

            .question .container {
                scale: 1.2;
            }

            .question .container .main-text h1 {
                font-size: 18px;
            }

            .question .features li {
                font-size: 11px;
                padding: 8px 10px;
            }

            .question .left-side img {
                width: 120px;
            }

            .question {
                min-height: 120vh;
            }
        }



        /*  */
        .prices {
            background: #f1f1f1;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
            margin-top: 20px;
            padding: 20px;
        }

        @media screen and (max-width: 769px) {
            .prices {
                padding: 40px 0;
            }

            .prices h1 {
                font-size: 30px !important;
            }

        }

        @media screen and (max-width: 375px) {
            .prices h1 {
                font-size: 25px !important;
            }
        }

        .prices .container {
            background-image: url(../images/галочка.png);
            background-size: 400px;
            background-repeat: no-repeat;
            background-position: right;
        }

        .prices .service-card {
            width: 450px;
            background: #333333;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .prices .content-container .item1 {
            position: relative;
            overflow: hidden;
        }

        .prices .content-container .item1::after {
            content: "";
            position: absolute;
            inset: 0;
            width: 150%;
            background: linear-gradient(120deg,
                    transparent,
                    rgba(255, 255, 255, 0.084),
                    transparent);
            z-index: 0;
            transform: translate(-120px, 70px) rotate(-12deg);
        }

        .prices .service-card_top h2 {
            font-size: 40px;
        }

        .prices .service-card_top {
            width: 600px !important;
            background: #2b2b2b;
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
        }

        .prices .service-card_top::after {
            content: "";
            position: absolute;
            inset: 0;
            width: 150%;
            height: 150%;
            background: linear-gradient(120deg,

                    rgba(255, 255, 255, 0.116),
                    transparent);
            z-index: 0;
            transform: translateY(60px) translateX(-100px) rotate(5deg);
        }

        .prices .green-text {
            color: #10b981;
        }

        .prices .green-bg {
            background-color: #10b981;
        }

        .prices .phone-container {
            position: relative;
        }

        .prices .phone-body {
            background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 100%);
            border: 8px solid #cbd5e1;
        }

        .prices .phone-screen {
            background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
        }

        .prices .decorative-circles {
            position: absolute;
            opacity: 0.3;
        }

        /* Responsive styles for devices smaller than 1024px */
        @media (max-width: 1024px) {
            .prices .container {
                background-size: 250px;
                background-position: top right;
            }

            .prices .service-card {
                width: 100%;
                max-width: 400px;
            }

            .prices .service-card_top {
                width: 100% !important;
                max-width: 500px;
                justify-content: center;
            }

            .prices .item1 {
                flex-direction: column;
                align-items: center;
                gap: 24px;
            }

            .prices .service-card_top h2 {
                font-size: 32px;
            }
        }

        @media (max-width: 768px) {
            .prices .container {
                background-image: none;
                padding: 24px;
            }

            .prices .service-card {
                max-width: 100%;
                padding: 24px;
            }

            .prices .service-card h2 {
                font-size: 24px;
            }

            .prices .service-card_top {
                padding: 20px;
            }

            .prices .service-card_top h2 {
                font-size: 24px;
            }

            .prices .item1 {
                gap: 16px;
            }

            /* Price text responsive */
            .prices .service-card .text-6xl {
                font-size: 48px;
            }

            .prices .service-card .text-3xl {
                font-size: 20px;
            }
        }

        @media (max-width: 480px) {
            .prices .container {
                background-size: 150px;
                padding: 16px;
            }

            .prices .service-card {
                padding: 20px;
            }

            .prices .service-card h2 {
                font-size: 20px;
                margin-bottom: 12px;
            }

            .prices .service-card p {
                font-size: 14px;
                margin-bottom: 24px;
            }

            .prices .service-card_top {
                padding: 16px;
            }

            .prices .service-card_top h2 {
                font-size: 20px;
            }

            /* Price text for mobile */
            .prices .service-card .text-6xl {
                font-size: 36px;
            }

            .prices .service-card .text-xl {
                font-size: 16px;
            }

            .prices .service-card .text-lg {
                font-size: 14px;
            }

            /* Header responsive */
            .prices .text-5xl {
                font-size: 32px;
            }

            .prices .md\:text-6xl {
                font-size: 36px;
            }
        }

        /*--------------------------------------------------==================================================  */
        .about_questions {
            border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;
        }

        .about_questions .scroll-container {
            scrollbar-color: #9e9e9e #545454;
        }


        .about_questions .scroll-container::-webkit-scrollbar-track {
            background-color: #545454;
            border-radius: 50px;
            margin: 0 20px;
        }

        .about_questions .scroll-container::-webkit-scrollbar-thumb {
            background: #545454;
            border-radius: 50px;
            min-width: 40px;
        }

        .about_questions .scroll-container::-webkit-scrollbar-thumb:hover {
            background: #9e9e9e;
        }

        .about_questions .card {
            min-width: 280px;
            flex-shrink: 0;
        }

        .about_questions .green-label {
            writing-mode: vertical-lr;
            text-orientation: mixed;
            transform: rotate(180deg);
        }

        .about_questions .gradient-bg {
            background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
        }

        /* Responsive styles for screens smaller than 1024px */
        @media (max-width: 1024px) {
            .about_questions .card {
                min-width: 260px;
            }

            .about_questions .main-container {
                margin: 0 1rem;
                padding: 2rem;
            }

            .about_questions .bottom-section {
                margin-left: 1rem;
                margin-right: 1rem;
            }
        }

        @media (max-width: 768px) {
            .about_questions .card {
                min-width: 220px;
            }

            .about_questions .main-container {
                margin: 0 0.75rem;
                padding: 1.5rem;
            }

            .about_questions .bottom-section {
                flex-direction: column;
                gap: 1.5rem;
                text-align: center;
                margin-left: 0.75rem;
                margin-right: 0.75rem;
                padding: 1rem;
            }

            .about_questions .bottom-text h1 {
                font-size: 1.375rem !important;
                line-height: 1.4;
            }

            .about_questions .bottom-button h1 {
                font-size: 1.25rem !important;
            }

            .about_questions .bottom-button span {
                font-size: 1.25rem !important;
            }
        }

        @media (max-width: 640px) {
            .about_questions .card {
                min-width: 200px;
            }

            .about_questions .main-container {
                margin: 0 0.5rem;
                padding: 1.25rem;
            }

            .about_questions .card-content {
                padding: 1.25rem !important;
            }

            .about_questions .bottom-section {
                margin-left: 0.5rem;
                margin-right: 0.5rem;
                padding: 0.75rem;
            }

            .about_questions .bottom-text h1 {
                font-size: 1.25rem !important;
                line-height: 1.3;
            }

            .about_questions .bottom-button {
                padding: 0.625rem 1.25rem !important;
            }

            .about_questions .bottom-button h1 {
                font-size: 1.125rem !important;
            }

            .about_questions .bottom-button span {
                font-size: 1.125rem !important;
            }
        }

        @media (max-width: 480px) {
            .about_questions .card {
                min-width: 180px;
            }

            .about_questions .main-container {
                margin: 0 0.25rem;
                padding: 1rem;
            }

            .about_questions .card-content {
                padding: 1rem !important;
            }

            .about_questions .card-header h2 {
                font-size: 1.125rem !important;
            }

            .about_questions .card-info {
                font-size: 0.8125rem !important;
            }

            .about_questions .bottom-section {
                margin-left: 0.25rem;
                margin-right: 0.25rem;
                padding: 0.5rem;
            }

            .about_questions .bottom-text h1 {
                font-size: 1.125rem !important;
                line-height: 1.3;
            }


            .about_questions .bottom-button h1 {
                font-size: 1rem !important;
            }

            .about_questions .bottom-button span {
                font-size: 1rem !important;
            }
        }

        @media (max-width: 375px) {
            .about_questions .card {
                min-width: 160px;
            }

            .about_questions .main-container {
                margin: 0 0.125rem;
                padding: 0.75rem;
            }

            .about_questions .card-content {
                padding: 0.875rem !important;
            }

            .about_questions .card-header h2 {
                font-size: 1rem !important;
            }

            .about_questions .card-info {
                font-size: 0.75rem !important;
            }

            .about_questions .bottom-section {
                margin-left: 0.125rem;
                margin-right: 0.125rem;
                padding: 0.375rem;
            }

            .about_questions .bottom-text h1 {
                font-size: 1rem !important;
                line-height: 1.2;
            }


            .about_questions .bottom-button h1 {
                font-size: 0.875rem !important;
            }

            .about_questions .bottom-button span {
                font-size: 0.875rem !important;
            }
        }

        @media (max-width: 320px) {
            .about_questions .card {
                min-width: 140px;
            }

            .about_questions .main-container {
                margin: 0;
                padding: 0.5rem;
            }

            .about_questions .card-content {
                padding: 0.75rem !important;
            }

            .about_questions .card-header {
                margin-bottom: 0.75rem !important;
            }

            .about_questions .card-header h2 {
                font-size: 0.875rem !important;
            }

            .about_questions .card-info {
                font-size: 0.6875rem !important;
            }

            .about_questions .card-info .space-y-3 {
                gap: 0.5rem;
            }

            .about_questions .green-label {
                font-size: 0.875rem !important;
            }

            .about_questions .bottom-section {
                margin-left: 0;
                margin-right: 0;
                padding: 0.25rem;
            }

            .about_questions .bottom-text h1 {
                font-size: 0.875rem !important;
                line-height: 1.2;
            }

            .about_questions .bottom-button {
                width: 250px;
            }

            .about_questions .bottom-button h1 {
                font-size: 0.75rem !important;
            }

            .about_questions .bottom-button span {
                font-size: 0.75rem !important;
            }

            .about_questions .telegram-icon {
                width: 1.5rem !important;
                height: 1.5rem !important;
            }
        }

        /*  ==========================================================================================*/
        .main_bg {
            background: linear-gradient(#1a3c2e, #1a3c2e, #224b39, #0e1d17, #101c16, #010202);
        }

        .wrapper {
            position: relative;
            padding: 40px 20px;
            overflow: hidden;
            margin-left: 20px !important;
            margin-bottom: 50px;
        }

        .wrapper .background-text {
            position: absolute;
            top: 10px;
            left: 63%;
            transform: translateX(-50%);
            font-size: 80px;
            font-weight: 900;
            color: black;
            text-transform: uppercase;
            z-index: 0;
            font-weight: bold;
        }


        @media (min-width: 1840px) {
            .wrapper .background-text {
                left: 58% !important;
            }

            .wrapper {
                margin-left: 120px !important;
            }
        }

        @media (min-width: 1417px) {
            .wrapper .background-text {
                left: 62%;
            }

            .wrapper {
                margin-left: 100px;
            }
        }

        @media screen and (max-width: 1279px) {
            .wrapper .background-text {
                font-size: 40px;
                justify-content: center;
                left: 50%;
                padding-top: 20px;
            }

            .wrapper .container {
                padding-top: 50px;
            }
        }



        @media screen and (max-width: 828px) {
            .wrapper .background-text {
                width: 100%;
                z-index: 1;
                text-align: center;
            }
        }

        @media screen and (max-width: 485px) {
            .wrapper .background-text {
                font-size: 30px;
                top: 50px;
            }
        }


        @media screen and (max-width: 464px) {
            .wrapper .wrapper_main-text {
                font-size: 30px !important;
            }

            .wrapper .wrapper_main-text span {
                font-size: 40px !important;
            }

            .wrapper .background-text {
                font-size: 26px;
                padding-top: 30px;
            }

        }


        @media screen and (max-width: 383px) {
            .wrapper .wrapper_main-text {
                font-size: 25px !important;
            }

            .wrapper .wrapper_main-text span {
                font-size: 30px !important;
            }
        }

        @media screen and (max-width: 383px) {
            .wrapper .wrapper_main-text {
                font-size: 25px !important;
            }

            .wrapper .wrapper_main-text span {
                font-size: 30px !important;
            }
        }

        @media screen and (max-width: 383px) {
            .wrapper .background-text {
                font-size: 23px;
            }
        }

        .wrapper .container {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: center;
            gap: 40px;
            z-index: 1;
            position: relative;
            flex-wrap: wrap;
        }

        .wrapper .image-section img {
            width: 320px;
            max-width: 100%;
            border-radius: 10px;
            padding-top: 20px;
            text-shadow: 0px 6px 0px rgba(0, 0, 0, 0.4);
        }

        .wrapper .steps-section {
            max-width: 600px;
            padding-top: 50px;
        }

        .wrapper .steps-section h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .wrapper .steps-section .green {
            color: #00ff94;
        }

        .wrapper .step {
            background-color: #f1f1f1;
            color: #000000;
            border-radius: 20px;
            padding: 20px;
            margin-bottom: 20px;
        }

        @media screen and (min-width: 1440px) {
            .wrapper .step h3 {
                font-weight: 900 !important;
                font-family: "Montserrat" !important;
            }

            .wrapper .step {
                font-family: "Montserrat" !important;
                width: 700px;
                margin-top: 20px;
                margin-left: 20px;
            }

            .wrapper .step1 {
                padding-right: 180px;
            }

            .wrapper .step2 {
                padding-right: 210px;
            }

            .wrapper .step3 {
                padding-right: 110px;
            }

            .wrapper .step4 {
                padding-right: 110px;
            }
        }

        .wrapper .step h3 {
            font-size: 18px;
            margin-bottom: 10px;
            font-family: Montserrat !important;
            font-weight: 900;
        }

        .wrapper .step p {
            font-size: 15px;
            line-height: 1.4;
        }

        /*  */

        /* Responsive */
        @media (max-width: 768px) {
            .wrapper .container {
                flex-direction: column;
                align-items: center;
            }

            .wrapper .steps-section h2 {
                text-align: center;
            }

            .wrapper .step {
                width: 100%;
            }
        }

        /*  */
        .faq-section {
            padding: 40px 40px;

        }

        .faq-title {
            font-size: 50px;
            font-weight: 900;
            color: #70ffc3;
            margin-bottom: 30px;
            text-transform: uppercase;
            margin-left: 20%;
        }

        .faq-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            background: white;
            color: black;
            padding: 30px;
            border-radius: 20px;
            gap: 30px;
        }

        .faq-left .item {
            margin-bottom: 10px;
        }

        .faq-left .item.active {
            background: #d1d1d1 !important;
            border-radius: 10px;
        }

        .faq-left .item p {
            display: none;
        }

        .faq-left .item p.active {
            display: block;
            padding-left: 20px;
            padding-bottom: 10px;
            margin-top: -5px;
            color: #292929;
        }

        .faq-left {
            flex: 1 1 400px;
            max-width: 600px;
        }

        .faq-btn span {
            transform: scaleY(3);
        }

        .faq-btn {
            width: 100%;
            background: #b5b5b5;
            color: white;
            border: none;
            border-radius: 10px;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 12px;
            text-align: left;
            cursor: pointer;
        }


        .faq-btn.active {
            background: #3a3a3a;
            color: #ffffff;
        }

        @media screen and (max-width: 516px) {
            .faq-btn {
                font-size: 12px;
            }
        }

        .faq-answer {
            font-size: 12px;
            margin-top: 10px;
            color: #333;
        }

        .faq-answer b {
            color: black;
        }

        .faq-right {
            flex: 1 1 250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .bell-wrapper {
            position: relative;
            width: 280px;
        }

        @media screen and (min-width: 1440px) {
            .bell-wrapper {
                margin-left: 200px;
            }

            .faq-right {
                margin-top: -100px;
            }
        }

        .bell-wrapper img {
            width: 300%;
            margin: -180px 0 0 -100px;
        }

        .contact-box {
            margin-top: 30px;
            text-align: center;
        }

        .contact-box p {
            font-size: 14px;
            color: #333;
            margin-bottom: 8px;
        }

        .tg-link {
            background: #00ff94;
            color: black;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 10px;
            text-decoration: none;
            display: inline-block;
        }

        @media screen and (max-width: 1125px) {
            .about_questions_btn {
                width: 400px;
                transform: scale(0.8);
            }

            .about_questions .bottom-text h4 {
                width: auto !important;
            }

            .about_questions .bottom-text {
                transform: scale(0.9);
                margin-left: -30px;
            }
        }

        @media (max-width: 1059px) {
            .about_questions .bottom-text {
                margin-left: 20px;
            }

            .about_questions_btn {
                transform: scale(0.7);
            }
        }

        @media (max-width: 1024px) {
            .faq-section {
                padding: 30px 20px;
            }

            .faq-title {
                font-size: 32px;
                margin-left: 0;
                text-align: center;
            }

            .faq-container {
                flex-direction: column;
                padding: 20px;
                gap: 20px;
            }

            .faq-left {
                flex: 1;
                max-width: 100%;
            }

            .faq-right {
                flex: 1;
                order: -1;
            }

            .faq-title {
                text-align: start;
                font-size: 20px;
            }

            .bell-wrapper img {
                margin-left: auto;
            }

            .contact-box {
                margin-top: 20px;
            }
        }

        @media screen and (max-width: 976px) {
            .about_questions .bottom-text h4 {
                font-size: 20px;
            }
        }

        @media screen and (max-width: 877px) {
            .about_questions .bottom-text h4 {
                font-size: 15px;
            }
        }

        @media (max-width: 768px) {
            .faq-section {
                padding: 20px 15px;
            }

            .faq-title {
                font-size: 28px;
            }

            .faq-container {
                padding: 15px;
            }

            .faq-btn {
                padding: 12px 15px;
                font-size: 14px;
            }


            .bell-wrapper img {
                margin: -60px 0 0 -25px;
            }

            .contact-box p {
                font-size: 12px;
            }

            .tg-link {
                padding: 8px 16px;
                font-size: 14px;
            }

            .about_questions_btn {
                width: 350px;
            }
        }

        @media screen and (max-width: 622px) {
            .faq-btn {
                font-size: 14px !important;
            }
        }

        @media screen and (max-width: 504px) {
            .faq-btn {
                font-size: 12px !important;
            }
        }

        @media (max-width: 480px) {
            .faq-section {
                padding: 15px 10px;
            }

            .faq-title {
                font-size: 24px;
            }

            .faq-container {
                padding: 10px;
            }

            .faq-btn {
                padding: 10px 12px;
                font-size: 13px;
            }

            .faq-answer {
                font-size: 12px;
            }


            .bell-wrapper img {
                margin: -40px 0 0 -12px;
            }

            .contact-box p {
                font-size: 11px;
            }

            .tg-link {
                padding: 6px 12px;
                font-size: 12px;
            }

            .about_questions_btn {
                width: 300px;
            }
        }

        @media (max-width: 388px) {
            .bell-wrapper {
                width: 200px;
            }

            .faq-title {
                font-size: 17px;
            }
        }

        @media screen and (max-width: 345px) {
            .tg-link {
                padding: 5px 10px;
                scale: 0.9;
            }
        }

        /*  =============================faq end=====================================================*/
        /* Footer styles for inet+ */
        .footer {
            background: #292929;
            color: #fff;
            padding: 48px 0 24px 0;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
        }

        .footer-container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 32px;
        }

        .footer-col {
            flex: 1 1 280px;
            min-width: 220px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 18px;
        }

        .footer-col h3 {
            font-size: 1.35rem;
            font-weight: 900;
            letter-spacing: 1px;
            color: #fff;
        }

        .payment-icons {
            display: flex;
            gap: 16px;
            margin-bottom: 8px;
        }

        .payment-icons img {
            width: 38px;
            height: 38px;
        }

        .gray-text {
            color: #a1a1a1;
            font-size: 1rem;
            margin-top: 4px;
        }

        .info-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .info-links li {
            margin-bottom: 8px;
        }

        .info-links a {
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
            transition: color 0.2s;
        }

        .info-links a:hover {
            color: #00ff94;
        }

        .social-icons {
            display: flex;
            gap: 16px;
            margin-bottom: 18px;
        }

        .social-icons img {
            width: 38px;
            height: 38px;
            object-fit: contain;
            background: #181818;
            box-shadow: 0 2px 8px #0002;
        }

        .support-btn {
            background: #00ffc1;
            color: #232323;
            font-weight: bold;
            padding: 12px 28px;
            border-radius: 12px;
            text-decoration: none;
            font-size: 1.08rem;
            display: inline-block;
            margin-top: 8px;
            transition: background 0.2s, color 0.2s;
        }

        @media (max-width: 900px) {
            .footer-container {
                flex-direction: column;
                gap: 24px;
                padding: 0 12px;
            }

            .footer-col {
                align-items: center;
                text-align: center;
            }
        }

        @media screen and (max-width: 428px) {
            .support-btn {
                font-size: 12px;
            }
        }