 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Jost', sans-serif;
 }

 /* preloader  */
 #preloader {
     background: #4c44b9 url(../images/spinner.gif) no-repeat center;
     background-size: 5%;
     height: 100vh;
     width: 100%;
     position: fixed;
     z-index: 99999999;
 }

 .section_area {
     margin-top: 100px;
 }

 .i4KUU2NZHE {
     background: #444;
     color: #fff;
     padding: 6px;
     font-size: 13px;
     text-align: center;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 10;
     transition: opacity 0.3s ease-in-out;
 }

 .comentarios-financieros {
     padding: 50px 15px;
     background: linear-gradient(135deg, #eef6fc, #d9e9f9);
     font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     color: #1a1a1a;
 }

 .container {
     max-width: 1200px;
     margin: 0 auto;
 }

 .comentarios-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .comentario {
     background: white;
     border-radius: 16px;
     box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
     padding: 28px 32px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .comentario:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
 }

 .comentario h4 {
     font-weight: 700;
     font-size: 1.25rem;
     margin-bottom: 8px;
     color: #0b3d91;
 }

 .rating {
     color: #f5c518;
     font-size: 1.15rem;
     margin-bottom: 14px;
 }

 .comentario p {
     font-size: 1rem;
     line-height: 1.6;
     color: #444444;
 }

 /* Адаптивність */
 @media (max-width: 992px) {
     .comentarios-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 24px;
     }
 }

 @media (max-width: 600px) {
     .comentarios-grid {
         grid-template-columns: 1fr;
     }

     .comentario {
         padding: 24px 20px;
     }
 }

 .i4KUU2NZHE .d37gagszbU {
     display: none;
 }

 .i4KUU2NZHE .accept-btn {
     display: inline-block;
     background: #222;
     color: #fff;
     border: 1px solid #000;
     cursor: pointer;
     padding: 4px 7px;
     margin: 2px 0;
     font-size: 13px;
     font-weight: 700;
     transition: background 0.07s, color 0.07s, border-color 0.07s;
 }

 .i4KUU2NZHE .accept-btn:hover {
     background: #fff;
     color: #222;
 }

 .d37gagszbU:checked+.cookies-content {
     display: none;
 }

 .o3Nx1IMXDz {
     background: #000;
     color: #fff;
     padding: 20px 24px;
     font-family: 'Orbitron', sans-serif;
     box-shadow: 0 2px 10px #0ff;
     position: relative;
     z-index: 1000;
 }

 .hdr-wrap-dmn-neon {
     display: flex;
     justify-content: space-between;
     align-items: center;
     max-width: 1200px;
     margin: auto;
 }

 .logo-dmn-neon {
     font-size: 2rem;
     font-weight: 700;
     color: #0ff;
     text-shadow: 0 0 10px #0ff;
     letter-spacing: 1.5px;
 }

 .nav-dmn-neon {
     display: flex;
     gap: 28px;
 }

 .nav-dmn-neon a {
     color: #fff;
     text-decoration: none;
     font-weight: 600;
     transition: 0.3s;
 }

 .nav-dmn-neon a:hover {
     color: #0ff;
     text-shadow: 0 0 8px #0ff;
 }

 .nav-toggle-dmn-neon {
     display: none;
 }

 .Oa2Z137wNu {
     display: none;
     flex-direction: column;
     gap: 5px;
     cursor: pointer;
     z-index: 1101;
 }

 .Oa2Z137wNu span {
     width: 26px;
     height: 3px;
     background: #0ff;
     border-radius: 2px;
     transition: all 0.3s ease;
 }

 .mobile-nav-dmn-neon {
     display: none;
 }

 @media (max-width: 768px) {
     .Oa2Z137wNu {
         display: flex;
     }

     .nav-dmn-neon {
         display: none;
     }

     .mobile-nav-dmn-neon {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         background: rgba(0, 0, 0, 0.9);
         backdrop-filter: blur(8px);
         padding: 100px 30px 40px;
         display: flex;
         flex-direction: column;
         align-items: center;
         gap: 28px;
         transform: translateY(-100%);
         transition: transform 0.4s ease;
         z-index: 1100;
         border-bottom: 2px solid #0ff;
     }

     .nav-toggle-dmn-neon:checked~.mobile-nav-dmn-neon {
         transform: translateY(0);
     }

     .mobile-nav-dmn-neon a {
         color: #fff;
         font-size: 1.3rem;
         font-weight: 600;
         text-decoration: none;
         transition: 0.3s;
     }

     .mobile-nav-dmn-neon a:hover {
         color: #0ff;
         text-shadow: 0 0 6px #0ff;
     }

     .nav-toggle-dmn-neon:checked+.Oa2Z137wNu span:nth-child(1) {
         transform: rotate(45deg) translate(5px, 5px);
     }

     .nav-toggle-dmn-neon:checked+.Oa2Z137wNu span:nth-child(2) {
         opacity: 0;
     }

     .nav-toggle-dmn-neon:checked+.Oa2Z137wNu span:nth-child(3) {
         transform: rotate(-45deg) translate(5px, -5px);
     }
 }

 h1 {
     font-size: 36px;
     line-height: 1.2;
     font-weight: 600;
     color: white;
 }

 h2 {
     font-size: 57px;
     line-height: 1.2;
     font-weight: 600;
     color: #0D0C52;
 }

 h3 {
     font-size: 43px;
     line-height: 1.2;
     font-weight: 600;
     color: #0D0C52;
 }

 h4 {
     font-size: 32px;
     line-height: 1.2;
     font-weight: 600;
     color: #0D0C52;
 }

 h5 {
     font-size: 24px;
     line-height: 1.2;
     font-weight: 600;
     color: #0D0C52;
 }

 h2 span {
     color: #76b852;
 }

 p {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
     color: #0D0C52;
 }

 /*-- navbar area ---*/
 .navbar {
     background: linear-gradient(90.25deg, #4F47B8 4.11%, #76b852 102.67%);
 }

 .navbar-toggler:focus {
     box-shadow: none;
 }

 .navbar-toggler {
     border: none;
     font-size: 25px;
 }

 .navbar a {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 600px;
     text-decoration: none;
 }

 @media only screen and (min-width: 991px) {
     .dropdown:hover .dropdown-menu {
         display: block;
     }
 }

 .dropdown-menu li a:hover {
     background-color: #76b852;
     color: #FFFFFF;
     transition: .3s;
 }

 /* inner page banner */
 .IxUwHVI9cP {
     height: 100%;
     background-color: #000;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 100px;
 }

 .banner_image {
     max-height: 450px;
 }


 .fa-circle-check {
     color: #76b852;
 }

 /* divider css  */
 .divider-list {
     padding: 0;
     margin: 20px 0px 30px;
     list-style: none;
     display: flex;
 }

 .divider-list li {
     position: relative;
     isolation: isolate;
 }

 .divider-list li+li {
     padding-left: 15px;
     margin-left: 15px;
 }

 .divider-list li+li::before {
     content: '';
     position: absolute;
     left: 0;
     top: 50%;
     width: 1px;
     height: 60%;
     transform: translateY(-50%);
     background-color: #0D0C52;
 }

 /* common button  */
 .button_contact {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 600;
     background: white;
     color: #76b852;
     border: 1px solid white;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_contact:hover {
     background: #4c44b9;
     color: white;
     transition: .3s;
 }

 .button_service {
     font-size: 18px;
     line-height: 1.5;
     background: #4F47B8;
     color: white;
     border: 1px solid white;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_service:hover {
     background: white;
     color: #76b852;
     transition: .3s;
 }

 .button_first {
     font-size: 18px;
     line-height: 1.5;
     background: white;
     color: #76b852;
     border: 1px solid #76b852;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_first:hover {
     background: #76b852;
     color: white;
     transition: .3s;
 }

 .G83RXuw3Jy {
     font-size: 18px;
     line-height: 1.5;
     background: #76b852;
     color: white;
     border: 1px solid #76b852;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .G83RXuw3Jy:hover {
     color: #76b852;
     background-color: white;
     transition: .3s;
 }

 .button_third {
     font-size: 18px;
     line-height: 1.5;
     background: transparent;
     color: #76b852;
     border: 1px solid #76b852;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_third:hover {
     background-color: #76b852;
     color: white;
     transition: .3s;
 }

 .button_fourth {
     font-size: 18px;
     line-height: 1.5;
     background: #76b852;
     color: white;
     border: 1px solid #76b852;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_fourth:hover {
     color: #76b852;
     background-color: transparent;
     transition: .3s;
 }

 /* card title  */
 .card_title {
     font-size: 24px;
     line-height: 1.2;
     font-weight: 600;
     color: #0D0C52;
     text-decoration: none;
 }

 .card_title:hover {
     color: #76b852;
 }

 /* modal  */
 .modal-content {
     height: 300px;
 }

 /* not found page  */
 .not_found_page img {
     max-width: 100%;
     max-width: 100%;
 }

 /*=================================
            home page 
========== ======================== */
 /*-----banner area css---*/
 .banner_home {
     height: 100%;
     width: 100%;
     background: linear-gradient(90.25deg, #4F47B8 4.11%, #76b852 102.67%);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding-bottom: 25px;
 }

 .g9YjtGIgRc p {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
 }

 .banner_photo img {
     max-height: 100%;
     max-width: 100%;
     margin-left: 15%;
     margin-top: 130px;
     position: relative;
 }

 .bottom_photo {
     margin-top: -240px;
     width: 100%;
 }

 /*----professional development css------*/
 .WUGUHKJtGu {
     background: #FFFFFF;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     border-radius: 20px;
 }

 .LOcBaqaMmI {
     background-color: #76b852;
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     overflow: hidden;
 }

 .LOcBaqaMmI img {
     height: 240px;
     max-width: 300px;
     transition: .5s;
 }

 .LOcBaqaMmI:hover img {
     transform: scale(1.07);
 }

 .IsLUfWwQos {
     padding: 25px 20px 20px 20px;
 }

 .IsLUfWwQos p {
     margin-top: 15px;
 }


 /* decicated developers area  */
 .dedicated_developer img {
     max-width: 100%;
     max-height: 100%;
     margin-left: -135px;
 }

 .developers_info ul {
     padding-left: 0;
 }

 .developers_info ul li {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 500;
     margin-bottom: 20px;
     list-style-type: none;
 }

 /* simple technique area  */
 #technique_development {
     margin-top: 50px;
 }

 #technique_launch {
     margin-top: 100px;
 }

 /* team work css */
 .team_work_area {
     background-image: url(../images/team-work-bg.jpg);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     border-radius: 20px;
 }

 /* find out media css  */
 .find_out_media {
     background: #FFFFFF;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     border-radius: 20px;
     padding: 30px;
     border: 1px solid;
     border-color: transparent;
     transition: .3s;
 }

 .find_out_icon {
     font-size: 133px;
     color: #A0AABD;
 }

 .find_out_media h4 {
     margin-top: -40px;
     font-weight: 600;
     margin-bottom: 33px;
 }

 .find_out_media a {
     font-size: 18px;
     line-height: 23px;
     font-weight: 600;
     color: #0D0C52;
     text-decoration: none;
     cursor: pointer;
 }

 .find_out_media:hover {
     border-color: #76b852;

 }

 .find_out_media:hover .find_out_icon {
     color: #76b852;
 }

 .find_out_media:hover a {
     color: #76b852;
 }

 .arrow_icon {
     transition: .5s;
 }

 .find_out_media a:hover .arrow_icon {
     margin-left: 10px;
 }

 /* latest blog & article css  */
 .blog_card {
     background: #FFFFFF;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     border-radius: 20px;
 }

 .item_menue ul li {
     font-size: 18px;
     line-height: 1.5;
     background: white;
     color: #76b852;
     border: 1px solid #76b852;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     list-style: none;
     display: inline-block;
     cursor: pointer;
     margin-right: 10px;
     margin-bottom: 13px;
     transition: .3s;
 }

 .item_menue ul li:hover,
 .item_menue ul li.active {
     background-color: #76b852;
     color: white;
 }

 .image_blog {
     height: 220px;
     background-color: #76b852;
     border-radius: 20px 20px 0px 0px;
 }

 .blog_info {
     padding: 30px;
 }

 .learn_more {
     text-decoration: none;
     font-size: 18px;
     line-height: 1.5;
     font-weight: 600;
     color: #0D0C52;
 }

 .learn_more i {
     transition: .5s;
 }

 .learn_more:hover {
     color: #76b852;
 }

 .learn_more:hover i {
     margin-left: 15px;
 }

 /* clients comments css  */
 .clients_card {
     background-color: #ffffff;
     border-radius: 15px;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     margin-top: 50px;
     margin-bottom: 20px;
     padding: 30px;
     padding-bottom: 10px;
     border: 1px solid transparent;
 }

 .clients_img {
     width: 60px;
     height: 60px;
     border-radius: 30px;
 }

 .client_name h6 {
     font-size: 18px;
     line-height: 1.2;
     font-weight: 600;
     color: #0D0C52;
 }

 .client_name p {
     font-size: 16px;
     line-height: 1;
     margin-bottom: 0;
     ;
 }

 .icon_clients i {
     font-size: 19px;
     color: #0D0C52;
 }

 .social_icon_clients i {
     font-size: 20px;
     padding-top: 5px;
     color: #0D0C52;
 }

 .icon_clients .fa-star {
     color: #AEAEC1;
 }

 .social_icon_clients a i {
     color: #AEAEC1;
 }

 .swiper-wrapper {
     padding-bottom: 60px;
 }

 .swiper-slide.swiper-slide-active .clients_card {
     border-color: #76b852;
 }

 .swiper-slide.swiper-slide-active .icon_clients i {
     color: #76b852;
 }

 .swiper-slide.swiper-slide-active .social_icon_clients a i {
     color: #76b852;
 }

 .swiper-button-next:after {
     content: '\f178';
     font-family: "Font Awesome 6 Free";
     font-size: 22px;
     font-weight: 600;
 }

 .swiper-button-prev:after {
     content: '\f177';
     font-family: "Font Awesome 6 Free";
     font-size: 22px;
     font-weight: 600;
 }

 .swiper-button-next {
     right: calc(50% - 170px);
     z-index: 15;
 }

 .swiper-button-prev {
     z-index: 15;
     left: calc(50% - 170px);
 }

 .swiper-button-next,
 .swiper-button-prev {
     height: 40px;
     width: 60px;
     padding: 15px 15px;
     border-radius: 10px;
     background: transparent;
     text-align: center;
     font-size: 16px;
     line-height: 1.5;
     color: #76b852;
     border: 1px solid #76b852;
     opacity: 1;
     bottom: 10px;
     top: initial;
 }

 .swiper-button-next:hover,
 .swiper-button-prev:hover {
     color: #FFFFFF;
     background-color: #76b852;
     transition: .3s;
 }

 .swiper-pagination-bullet {
     height: 40px;
     width: 40px;
     padding: 15px 5px;
     border-radius: 10px;
     background: transparent;
     text-align: center;
     font-size: 24px;
     line-height: 5px;
     font-weight: 600;
     color: #000;
     border: 1px solid #76b852;
     opacity: 1;
 }

 .swiper-pagination-bullet-active {
     color: #fff;
     background: #76b852;
 }

 /* footer css  */
 .footer_section {
     position: relative;
     margin-top: 120px;
 }

 .footer_section::before {
     content: '';
     position: absolute;
     width: 100%;
     height: 80%;
     bottom: 0;
     left: 0;
     background: linear-gradient(225deg, #DAEEFF 0%, #F1F7FF 100%);
     z-index: -1;
 }

 footer h4 {
     font-size: 24px;
     line-height: 1.5;
     font-weight: 600;
 }

 .subscribe {
     min-height: 338px;
     background-image: url(../images/subscribe.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     margin-bottom: 100px;
     border: 1px solid #76b852;
     border-radius: 20px;
     box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
 }

 .section_header {
     max-width: 800px;
     margin: auto;
     text-align: center;
 }

 .button_subscribe {
     font-size: 18px;
     line-height: 1.5;
     background: #76b852;
     color: white;
     border: 1px solid #76b852;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
 }

 .button_subscribe:hover {
     color: #76b852;
     background-color: white;
     transition: .3s;
 }

 .footer_description {
     margin: 20px 50px 40px 0px;
 }

 .footer_section ul {
     padding-left: 0;
 }

 .email_input {
     border-radius: 30px;
     border: 1px solid #76b852;
     width: 100%;
     outline: none;
     padding: 2px 2px 2px 20px;
 }

 .email_input input {
     border: none;
     background-color: transparent;
 }

 .email_input input:focus-visible {
     outline: none;
 }

 .social_icon ul {
     list-style-type: none;
 }

 .social_icon ul li {
     display: inline-block;
 }

 .social_icon i {
     height: 30px;
     width: 30px;
     border-radius: 50%;
     text-align: center;
     margin-right: 7px;
     padding-top: 5px;
     color: #76b852;
     border: 1px solid #76b852;
     transition: .3s;
 }

 .social_icon i:hover {
     background: #4134fb;
     color: white;
     transition: .3s;
 }

 .service_support li {
     list-style: none;
     margin-bottom: 10px;
     position: relative;
     display: flex;
     align-items: center;
     padding-left: 3px;
     transition: .3s;
 }

 /* Container and typography */
 .family-finance-services {
     background: #fffefc;
     padding: 60px 20px;
     font-family: 'Poppins', sans-serif;
     color: #1a1a1a;
 }

 .section-title {
     text-align: center;
     font-size: 2.8rem;
     font-weight: 800;
     margin-bottom: 50px;
     color: #334d5c;
     letter-spacing: 1.5px;
     user-select: none;
 }

 /* Services Grid */
 .services-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 32px;
 }

 /* Service Card */
 .service-card {
     background: #f9fafb;
     border-radius: 18px;
     box-shadow: 0 10px 25px rgb(51 77 92 / 0.15);
     padding: 25px;
     transition: transform 0.35s ease, box-shadow 0.35s ease;
     display: flex;
     flex-direction: column;
     align-items: center;
     opacity: 0;
     animation: slideFadeInUp 0.7s forwards;
     cursor: default;
 }

 .service-card:hover {
     transform: translateY(-12px);
     box-shadow: 0 18px 35px rgb(51 77 92 / 0.3);
 }

 /* Service Image */
 .GfFiwqkWZu {
     width: 100%;
     height: 180px;
     border-radius: 15px;
     object-fit: cover;
     margin-bottom: 20px;
     user-select: none;
 }

 /* Title */
 .zfJ3w1IX2j {
     font-size: 1.6rem;
     font-weight: 700;
     margin-bottom: 18px;
     color: #23515f;
     text-align: center;
 }

 /* Description */
 .service-card p {
     font-size: 1rem;
     line-height: 1.6;
     color: #444444;
     margin-bottom: 14px;
     text-align: center;
 }

 /* Price */
 .AFA9S36kjp {
     font-weight: 700;
     font-size: 1.3rem;
     color: #4a8c66;
     margin-bottom: 16px;
     user-select: none;
 }

 /* Button */
 .btn-service {
     background-color: #4a8c66;
     color: white;
     padding: 13px 26px;
     border-radius: 35px;
     font-weight: 600;
     font-size: 1.05rem;
     text-decoration: none;
     transition: background-color 0.3s ease;
     user-select: none;
     box-shadow: 0 5px 15px rgb(74 140 102 / 0.35);
 }

 .btn-service:hover {
     background-color: #366944;
 }

 /* Pricing Plans Container */
 .eXNa8DUe6u {
     margin-top: 70px;
     display: flex;
     justify-content: space-between;
     gap: 36px;
     flex-wrap: wrap;
 }

 /* Plan Card */
 .W7gcRaPjhk {
     background: linear-gradient(135deg, #76b852 0%, #8DC26F 100%);
     border-radius: 28px;
     box-shadow: 0 22px 48px rgb(118 184 82 / 0.45);
     padding: 32px 26px;
     width: 320px;
     color: white;
     text-align: center;
     font-weight: 600;
     cursor: pointer;
     opacity: 0;
     animation: slideFadeInUp 0.7s forwards;
 }

 .W7gcRaPjhk:hover {
     box-shadow: 0 35px 70px rgb(118 184 82 / 0.7);
     transform: scale(1.05);
 }

 .h3WncraRpO {
     font-size: 2.2rem;
     font-weight: 900;
     margin-bottom: 28px;
     text-transform: uppercase;
     letter-spacing: 2.5px;
     user-select: none;
 }

 .plan-features {
     list-style: none;
     padding: 0;
     margin: 0 0 32px 0;
     text-align: left;
     font-size: 1.05rem;
     user-select: none;
 }

 .plan-features li {
     margin-bottom: 18px;
     position: relative;
     padding-left: 28px;
 }

 .plan-features li::before {
     content: "✔";
     position: absolute;
     left: 0;
     top: 2px;
     color: #d6f2d6;
     font-weight: 800;
     font-size: 1.3rem;
 }

 .Wni7sv1PpD {
     font-size: 2.5rem;
     font-weight: 900;
     margin-bottom: 22px;
     user-select: none;
 }

 .btn-plan {
     background-color: #3a663a;
     color: white;
     padding: 16px 36px;
     font-size: 1.15rem;
     border-radius: 45px;
     font-weight: 700;
     text-decoration: none;
     transition: background-color 0.3s ease;
     user-select: none;
 }

 .btn-plan:hover {
     background-color: #2e4d2e;
 }

 /* Responsive */
 @media (max-width: 992px) {
     .services-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .eXNa8DUe6u {
         justify-content: center;
     }
 }

 @media (max-width: 600px) {
     .services-grid {
         grid-template-columns: 1fr;
     }

     .eXNa8DUe6u {
         flex-direction: column;
         align-items: center;
     }
 }

 /* Animations */
 @keyframes slideFadeInUp {
     from {
         opacity: 0;
         transform: translateY(24px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .service_support a {
     text-decoration: none;
     color: #0D0C52;
     list-style: none;
     font-weight: 400;
     font-size: 18px;
     line-height: 30px;
 }

 .service_support li:hover::before {
     opacity: 1;
 }

 .service_support li:hover {
     margin-left: 15px;

 }

 .service_support li:hover a {
     color: #76b852
 }

 .footer_contact li {
     list-style: none;
     margin-bottom: 20px;
 }

 .footer_contact li p {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
     text-decoration: none;
     color: #0D0C52;
     margin-bottom: 0;
 }

 .footer_contact li p a {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
     text-decoration: none;
     color: #0D0C52;
 }

 .footer_contact li p a:hover {
     color: #76b852
 }

 .footer_contact i {
     color: #76b852;
 }

 .service_info {
     margin-bottom: 120px;
 }

 hr {
     color: #76b852;
 }

 .privacy_area ul li {
     font-size: 18px;
     line-height: 1.5;
 }

 .copyright_area ul li a {
     color: #76b852;
     text-decoration: none;
 }

 .condition_area ul li a {
     text-decoration: none;
     color: #0D0C52;
 }

 .condition_area ul li a:hover {
     color: #76b852;
 }

 /* ===============================
         inner page css
================================*/
 /* about page */
 .progress_bar_area {
     padding-right: 70px;
 }

 .progress_bar_area h2 {
     margin-bottom: 60px;
 }

 .progress_box span {
     font-size: 18px;
     line-height: 1.5;
     color: #76b852;
     font-weight: 500;
 }

 .progress {
     height: 8px;
 }

 .progress-bar {
     background-color: #76b852;
     height: 8px;
     opacity: 0;
     animation: progressor 2s ease-in-out forwards;
 }

 @keyframes progressor {
     0% {
         width: 0;
         opacity: 1;
     }

     100% {
         opacity: 1;
     }
 }

 .experiences_area {
     position: relative;
 }

 .experiences_area img {
     width: 100%;
     padding-left: 60px;
 }

 .text_experiences {
     max-width: 217px;
     max-height: 115px;
     background-color: white;
     box-shadow: 0px 12px 20px rgba(40, 38, 126, 0.25);
     border-radius: 15px;
     position: absolute;
     top: 90px;
     margin-left: 100px;
 }

 .text_experiences h6 {
     font-size: 32px;
     line-height: 1.2;
     padding: 10px;
     font-weight: 600;
 }

 /* case studiea css  */
 .find_out_media h5 {
     margin-top: -40px;
     margin-bottom: 25px;
 }

 /* case study & single */
 .case_studies_img {
     margin-right: -150px;
 }

 .facebook img {
     width: 132px;
     height: 25px;
     margin-bottom: 20px;
 }

 .case_single_img {
     max-width: 100%;
     border-radius: 20px;
 }

 .case_single ul li {
     font-size: 18px;
     line-height: 1.5;
     margin-bottom: 10px;
 }

 /* pricing page */
 .pricing_card {
     background: #FFFFFF;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     border-radius: 20px;
     padding: 30px 30px 40px;
 }


 .pricing_area h3 {
     color: #76b852;
 }

 .pricing_card h5 {
     margin-bottom: 10px;
 }

 .pricing_area ul {
     padding-bottom: 10px;
     padding-left: 0px;
 }

 .pricing_area ul li {
     font-size: 18px;
     line-height: 1.5;
     margin-bottom: 15px;
     font-weight: 500;
     list-style: none;
     font-family: 'Jost', sans-serif;
     padding-left: 0px;
 }

 /* accordion  */
 .accordion-item {
     background: #FFFFFF;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     border-radius: 10px;
     margin-bottom: 20px;
     border: none;
 }

 .accordion-button {
     font-size: 24px;
     border-radius: 10px 10px 10px 10px;
     line-height: 1.5;
     border: none;
     font-weight: 600;
     color: #0D0C52;
 }

 .accordion-button::after {
     background-image: url(../images/icon-after.png);
 }

 .accordion-button:not(.collapsed)::after {
     background-image: url(../images/icon-before.png);
 }

 .accordion-button:not(.collapsed) {
     background-color: #FFFFFF;
     color: #0D0C52;
     border-radius: 10px 10px 0px 0px;
 }

 .accordion-button:focus {
     box-shadow: none;
 }

 .accordion-body {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
     color: #0D0C52;
 }

 /* career page  */
 .card_body {
     border: 1px solid;
     border-color: transparent;
     border-radius: 17px;
     background: #FFFFFF;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     border-radius: 20px;
     padding: 30px;
     padding-bottom: 20px;
 }

 .careers_icon {
     width: 100px;
     height: 100px;
     background-color: #DBEFFF;
     border-radius: 50px;
 }

 .careers_icon img {
     width: 60px;
     height: 60px;
 }

 .advantage_section .WUGUHKJtGu {
     padding: 30px;
 }

 .advantage_info h5 {
     margin-top: 30px;
     margin-bottom: 0;
 }

 .advantage_info p {
     margin-bottom: 0;
 }

 .vacancies_area h5 a {
     color: #0D0C52;
     text-decoration: none;
 }

 .vacancies_area h5 a:hover {
     color: #76b852;
 }

 /* careers single page */
 .description {
     max-width: 856px;
 }

 .career_single_area ul li {
     font-size: 18px;
     line-height: 1.5;
     margin-bottom: 10px;
 }

 .posted_date {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
 }

 .career_single_button {
     margin-top: 40px;
 }

 /* blog page  */
 .newsletter_card {
     margin-bottom: 30px;
     padding: 24px;
     background: #FFFFFF;
     box-shadow: 0px 4px 12px rgba(70, 54, 195, 0.2);
     border-radius: 20px;
 }

 .lewsletter_input {
     border: 1px solid #76b852;
     border-radius: 30px;
     width: 100%;
     padding: 2px 2px 2px 20px;
 }

 .lewsletter_input input {
     border: none;
 }

 .lewsletter_input input:focus-visible {
     outline: none;
 }

 .card-header {
     background-color: #76b852;
 }

 .card-header h6 {
     padding: 10px;
     margin-bottom: 0;
 }

 .card-header:first-child {
     border-radius: 5px;
 }

 .blog_tag a {
     display: inline-block;
     margin-bottom: 10px;
     font-size: 17px;
 }

 .recent_post,
 .blog_categories,
 ul li a {
     text-decoration: none;
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
     color: #0D0C52;
 }

 /* blog post page */
 .blog_post_img {
     background-color: #76b852;
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     overflow: hidden;
 }

 .blog_post_img img {
     transition: .5s;
 }

 .blog_post_img:hover img {
     transform: scale(1.07);
 }

 .blog_date {
     font-size: 16px;
     line-height: 22px;
 }

 .quatation {
     background: linear-gradient(225deg, #DAEEFF 0%, #F1F7FF 100%);
 }

 .quatation p {
     font-size: 26px;
     line-height: 1.5;
     font-weight: 600;
 }

 .help_area {
     background: linear-gradient(225deg, #DAEEFF 0%, #F1F7FF 100%);
 }

 .blog_post ul li {
     font-size: 18px;
     line-height: 30px;
     margin-bottom: 10px;
     color: #0D0C52;
 }

 .blog_post_hr {
     margin-top: 80px;
     border-top: 2px solid #76b852;
 }

 /* contact us page  */
 .contact_info a {
     text-decoration: none;
     color: #0D0C52;
 }

 .contact_info a:hover {
     color: #76b852;
 }

 .contact_info i {
     color: #76b852;
 }

 .ZXkPzluctw form {
     max-width: 636px;
     margin-left: 120px;
     padding: 30px;
     background: #FFFFFF;
     box-shadow: 0px 4px 20px rgba(79, 71, 184, 0.2);
     border-radius: 20px;
 }

 .form-label {
     font-size: 18px;
     line-height: 30px;
     font-weight: 500;
     color: #0D0C52;
 }

 .form-control {
     font-size: 16px;
     line-height: 22px;
     font-weight: 400;
     padding: 15px 30px;
     border-radius: 10px;
     border-color: #C1BCFF;
 }

 .form_submit_button {
     margin-top: 40px;
 }

 /*----Scrolling Top To Bottom -----*/
 #scroll {
     background-color: #76b852;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     border: 1px solid #76b852;
     border-radius: 20px;
     position: fixed;
     right: 20px;
     z-index: 9999;
     opacity: 0;
     visibility: hidden;
     transition: 0.3s;
     bottom: 20px;
     cursor: pointer;
 }

 #click i {
     color: #FFFFFF;
 }

 #scroll:hover {
     background: #fff;
     transition: .3s;
 }

 #scroll:hover #click i {
     color: #76b852
 }

 #scroll.show {
     opacity: 1;
     visibility: visible;
 }

 /* ================================
            Media Query
===================================*/
 /*--mobile device--*/
 /* common css */
 @media only screen and (min-width:320px) and (max-width:480px) {
     .section_area {
         margin-top: 60px;
     }

     .navbar-collapse {
         padding-bottom: 50px;
     }

     .navbar .navbar-nav {
         overflow-x: scroll;
         max-height: 65vh;
     }


     .banner_title {
         padding-top: 100px;
     }

     .sfHfHHbMdL {
         padding: 20px 0px 50px 20px;
     }

     h1 {
         font-size: 40px;
         line-height: 1.2;
     }

     h2 {
         font-size: 30px;
         line-height: 1.5;
     }

     h3 {
         font-size: 24px;
         line-height: 1.5;
     }

     h4 {
         font-size: 22px;
         line-height: 1.5;
     }

     h5 {
         font-size: 20px;
         line-height: 1.5;
     }

     p {
         font-size: 16px;
         line-height: 1.5;
     }

     .button_contact {
         padding: 10px 17px;

     }

     .button_service {
         padding: 10px 17px;
     }

     /* divider */
     .divider-list {
         padding: 0;
         margin: 15px 0px 15px;
         list-style: none;
         display: flex;
     }

     .divider-list li+li {
         padding-left: 10px;
         margin-left: 10px;
     }

     /* card title  */
     .card_title {
         font-size: 20px;
         line-height: 1.5;
     }

     /*========= Home page ==============*/
     /* ----banner area ---*/
     .g9YjtGIgRc {
         margin-right: 0px;
     }

     .g9YjtGIgRc p {
         font-size: 18px;
         line-height: 1.5;
         font-weight: 400;
     }

     .banner_photo img {
         max-height: 100%;
         max-width: 100%;
         margin-left: 0%;
         margin-top: 40px;
     }

     /* professional area  */
     .IsLUfWwQos {
         padding: 15px 20px 20px 20px;
     }

     .IsLUfWwQos p {
         margin-top: 10px;
     }

     /* decicated developers css */
     .dedicated_developer img {
         max-width: 100%;
         max-height: 100%;
         margin-left: 0px;
     }

     .developers_info {
         margin-left: 0px;
     }

     .developers_info ul {
         padding-left: 0;
     }

     .developers_info ul li {
         font-size: 16px;
         line-height: 1.5;
         margin-bottom: 10px;
     }

     /* simple technique area */
     #technique_development {
         margin-top: 0px;
     }

     #technique_launch {
         margin-top: 0px;
     }

     /* find out media css */
     .find_out_media {
         padding: 20px;
     }

     .find_out_media h4 {
         font-size: 20px;
         line-height: 1.5;
         margin-bottom: 20px;
     }

     .find_out_media h5 {
         font-size: 20px;
         line-height: 1.5;
         margin-bottom: 20px;
     }


     /*  blog & blog post */
     .item_menue ul {
         padding: 0px;
     }

     /* .item_menue ul li {
        margin-bottom: 12px;
    } */
     .item_menue ul li {
         font-size: 15px;
         line-height: 1.5;
         padding: 8px 13px;
         margin-right: 0px;
         margin-bottom: 13px;
     }

     .newsletter_card {
         padding: 20px;
     }

     .blog_post_hr {
         margin-top: 50px;
     }

     .blog_tag a {
         font-size: 15px;
     }

     /* clients comments css */
     .clients_card {
         background-color: #ffffff;
         border-radius: 15px;
         box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
         margin-top: 20px;
         margin-bottom: 30px;
         padding: 10px;
         padding-bottom: 0px;
         border: 1px solid transparent;
     }

     .clients_img {
         width: 60px;
         height: 60px;
         border-radius: 30px;
     }

     .client_name h6 {
         font-size: 16px;
         line-height: 1.5;
         font-weight: 700;
         color: #0D0C52;
     }

     .client_name p {
         font-size: 16px;
         line-height: 1;
         margin-bottom: 0;
     }

     .icon_clients i {
         font-size: 13px;
         line-height: 1.5;
         color: #0D0C52;
     }

     .social_icon_clients i {
         font-size: 16px;
         line-height: 1.5;
         padding-top: 5px;
         color: #0D0C52;
     }

     .swiper-button-next,
     .swiper-button-prev {
         height: 40px;
         width: 45px;
     }

     .swiper-button-next,
     .swiper-button-prev {
         right: calc(50% - 143px);
         z-index: 15;
     }

     .swiper-button-prev {
         z-index: 15;
         left: calc(50% - 143px);
     }

     /* footer css */
     .footer_section {
         position: relative;
         margin-top: 70px;
     }

     .footer_section::before {
         height: 102%;
     }

     .subscribe {
         min-height: 238px;
         margin: 0px 5px 40px;
         background: #e9f4ff;
     }

     .button_subscribe {
         padding: 5px 17px;
     }

     .email_input {
         padding: 2px 2px 2px 20px;
     }

     .footer_description {
         margin: 20px 0px 20px 0px;
         text-align: justify;
     }

     .service_info {
         margin-bottom: 30px;
     }

     .service_support li {
         margin-bottom: 5px;

     }

     .privacy_area ul li,
     .privacy_area ul li a {
         font-size: 14px;
         line-height: 1.5;
     }

     /*=========================
             inner page
     =========================  */
     /* about page */
     .progress_bar_area {
         padding-right: 10px;
     }

     .experiences_area img {
         padding-left: 0px;
     }

     .text_experiences {
         max-width: 120px;
         top: 50px;
         margin-left: 40px;
     }

     .text_experiences h6 {
         font-size: 14px;
         line-height: 1.5;
         margin-bottom: 0;
     }

     /* case studiea page */
     .find_out_media h5 {
         font-size: 20px;
         line-height: 1.5;
     }

     /* pricing page */
     .pricing_area ul li {
         font-size: 16px;
         line-height: 1.5;
         margin-bottom: 10px;
     }

     .accordion-button {
         font-size: 20px;
         line-height: 1.5;
     }

     /* contact page  */
     .ZXkPzluctw form {
         margin: 0px;
         padding: 5px 5px 30px 5px;
     }

     /* career page */
     .vacancies_area .card_body {
         padding: 20px 20px 5px 20px;
     }

     .vacancies_area .card_body hr {
         margin-bottom: 5px;
     }


     /* not found page */
     .not_found_page h3 {
         font-size: 20px;
         line-height: 1.5;
     }
 }

 /* tablet */
 @media only screen and (min-width:481px) and (max-width:991px) {

     .section_area {
         margin-top: 70px;
     }

     .navbar-collapse {
         padding-bottom: 80px;
     }

     .navbar .navbar-nav {
         overflow-x: scroll;
         max-height: 65vh;
     }

     .banner_title {
         font-size: 60px;
         padding-top: 120px;
     }

     .sfHfHHbMdL {
         padding-top: 70px;
         padding-bottom: 100px;
     }

     h1 {
         font-size: 50px;
         line-height: 1.2;
         font-weight: 600;
         color: white;
     }

     h2 {
         font-size: 40px;
         line-height: 1.5;
         font-weight: 600;
         color: #0D0C52;
     }

     h5 {
         font-size: 24px;
         line-height: 1.5;
         font-weight: 600;
         color: #0D0C52;
     }

     .section_header {
         max-width: 100%;
     }

     /*========= Home page ==========*/
     /*---banner area css---*/
     .g9YjtGIgRc {
         margin-right: 0px;
     }

     .g9YjtGIgRc p {
         font-size: 20px;
         line-height: 1.5;
         font-weight: 400;
     }

     .banner_photo img {
         max-height: 100%;
         max-width: 100%;
         margin-left: 0%;
         margin-top: 40px;
     }

     /* decicated developers css */

     .dedicated_developer img {
         max-width: 100%;
         max-height: 100%;
         margin-left: 0px;
     }

     .dedicated_img {
         margin-left: 0px;
     }

     .developers_info {
         margin-left: 0px;
     }

     .developers_info ul {
         padding-left: 0;
     }

     .developers_info ul li {
         font-size: 18px;
         line-height: 30px;
         font-weight: 600;
         margin-bottom: 20px;
         list-style-type: none;
     }

     /* simple technique area */
     #technique_development {
         margin-top: 0px;
     }

     #technique_launch {
         margin-top: 0px;
     }

     /* find out area */
     .find_out_media h4 {
         font-size: 23px;
         line-height: 1.5;
         margin-bottom: 20px;
     }


     /* clients comments css */
     .clients_card {
         background-color: #ffffff;
         border-radius: 15px;
         box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
         margin-top: 20px;
         margin-bottom: 30px;
         padding: 10px;
         padding-bottom: 0px;
         border: 1px solid transparent;
     }

     .clients_img {
         width: 60px;
         height: 60px;
         border-radius: 30px;
     }

     .client_name h6 {
         font-size: 16px;
         line-height: 1;
         font-weight: 700;
         color: #0D0C52;
     }

     .client_name p {
         font-size: 16px;
         line-height: 1;
         margin-bottom: 0;
     }

     .icon_clients i {
         font-size: 16px;
         color: #0D0C52;
     }

     .social_icon_clients i {
         font-size: 16px;
         padding-top: 5px;
         color: #0D0C52;
     }

     /* footer css  */
     .footer_section {
         position: relative;
         margin-top: 70px;
     }

     .footer_section::before {
         height: 102%;
     }

     .subscribe {
         background: #e9f4ff;
         min-height: 238px;
         margin-bottom: 40px;
     }

     .subscribe_title {
         font-size: 30px;
     }

     .email_input {
         padding: 2px 2px 2px 20px;
     }

     .footer_description {
         margin: 20px 0px 20px 0px;
         text-align: justify;
     }

     .service_info {
         margin-bottom: 40px;
     }

     /*=========================
             inner page
     ==========================  */
     /* about page */
     .progress_bar_area {
         padding-right: 5px;
     }

     .progress_bar_area h2 {
         margin-bottom: 50px;
     }

     .text_experiences {
         max-width: 180px;
         top: 60px;
         margin-left: 50px;
     }

     .experiences_area img {
         padding-left: 0px;
     }

     .text_experiences h6 {
         font-size: 24px;
         line-height: 1.5;
     }

     /* case studies */
     .find_out_media h5 {
         font-size: 20px;
         line-height: 1.5;
         margin-bottom: 20px;
     }

     /* career page */
     .vacancies_area .card_body {
         padding: 20px 20px 5px 20px;
     }

     .vacancies_area .card_body hr {
         margin-bottom: 5px;
     }

     /* contact page */
     .ZXkPzluctw form {
         margin: 20px 0px 0px 0px;
     }
 }

 /*===== laptop======*/
 @media only screen and (min-width:992px) and (max-width:1400px) {

     /* common css */
     h1 {
         font-size: 60px;
         line-height: 1.2;
         font-weight: 600;
         color: white;
     }

     h2 {
         font-size: 40px;
         line-height: 1.5;
         font-weight: 600;
         color: #0D0C52;
     }

     /* divider */
     .divider-list {
         padding: 0;
         margin: 15px 0px 15px;
         list-style: none;
         display: flex;
     }

     .divider-list li+li {
         padding-left: 10px;
         margin-left: 10px;
     }

     /*========= Home page ==========*/
     /* ---banner area---*/
     .g9YjtGIgRc p {
         font-size: 20px;
         line-height: 1.5;
         font-weight: 400;
     }

     .banner_photo img {
         max-height: 100%;
         max-width: 100%;
         margin-left: 3%;
         margin-top: 110px;
     }

     .bottom_photo {
         margin-top: -150px;
         width: 100%;
     }

     /* professional area */
     .IsLUfWwQos {
         padding: 15px 20px 20px 20px;
     }

     /* decicated developers css */
     .dedicated_developer img {
         max-width: 100%;
         max-height: 100%;
         margin-left: -3%;
     }

     .developers_info {
         padding-left: 20px;
     }

     /* clients comments css */
     .clients_card {
         background-color: #ffffff;
         border-radius: 15px;
         box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
         margin-top: 20px;
         margin-bottom: 30px;
         padding: 10px;
         padding-bottom: 0px;
         border: 1px solid transparent;
     }

     .clients_img {
         width: 60px;
         height: 60px;
         border-radius: 30px;
     }

     .client_name h6 {
         font-size: 16px;
         line-height: 1;
         font-weight: 700;
         color: #0D0C52;
     }

     .client_name p {
         font-size: 16px;
         line-height: 1;
         margin-bottom: 0;
     }

     .icon_clients i {
         font-size: 16px;
         color: #0D0C52;
     }

     .social_icon_clients i {
         font-size: 16px;
         padding-top: 5px;
         color: #0D0C52;
     }

     .swiper-button-next,
     .swiper-button-prev {
         height: 40px;
         width: 50px;
     }

     .swiper-button-next {
         right: calc(50% - 150px);
         z-index: 15;
     }

     .swiper-button-prev {
         z-index: 15;
         left: calc(50% - 150px);
     }

     /*about page */
     .progress_bar_area {
         padding-right: 20px;
     }

     .experiences_area img {
         width: 100%;
         padding-left: 70px;
     }

     .text_experiences {
         max-width: 150px;
         top: 40px;
         margin-left: 90px;
     }

     .text_experiences h6 {
         font-size: 22px;
         line-height: 1.4;
     }

     /* blog css */
     .newsletter_card {
         padding: 20px;
     }

     /* case study */
     .case_studies_img {
         margin-right: 0px;
         min-height: 350px;
         max-width: 400px;
     }

     /* survice */
     .survice_img {
         min-height: 500px;
         max-width: 500px;
     }

 }

 /*====== laptop-large screen ======*/
 @media only screen and (min-width:1401px) and (max-width:1800px) {

     /* ---banner area css---*/
     .banner_photo img {
         max-height: 100%;
         max-width: 100%;
         margin-left: 5%;
         margin-top: 130px;
     }

     /* decicated developers area */
     .dedicated_developer img {
         max-width: 100%;
         max-height: 100%;
         margin-left: -7%;
     }

     .developers_info {
         padding-left: 60px;
     }

     /* divider */
     .divider-list li+li {
         padding-left: 10px;
         margin-left: 10px;
     }

     /* progress & experiences area */
     .progress_bar_area {
         padding-right: 20px;
     }

     .experiences_area img {
         width: 100%;
         padding-left: 60px;
     }

     .text_experiences {
         max-width: 200px;
         top: 60px;
         margin-left: 80px;
     }

     .text_experiences h6 {
         font-size: 26px;
         line-height: 1.4;
     }

     /* case study & single */
     .case_studies_img {
         margin-right: 0px;
         height: 350px;
         width: 500px;

     }


 }