 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Jost', sans-serif;
 }

 .header-ccwindowwash-unique {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 15px 40px;
     background: linear-gradient(135deg, #87cefa, #f0f8ff);
     font-family: 'Segoe UI', sans-serif;
     position: relative;
     overflow: hidden;
 }

 /* Логотип */
 .logo-box {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 10px 20px;
     background: rgba(255, 255, 255, 0.1);
     border-radius: 12px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }

 .logo-box img {
     width: 60px;
     height: 60px;
     border-radius: 8px;
 }

 .logo-box span {
     font-weight: 800;
     font-size: 1.3rem;
     color: #004466;
 }

 /* ПК меню горизонтальне */
 .EUJPsS4uBf ul {
     display: flex;
     gap: 20px;
     list-style: none;
 }

 .EUJPsS4uBf ul li a {
     padding: 10px 18px;
     text-decoration: none;
     font-weight: 700;
     border-radius: 10px;
     transition: 0.3s;
     color: #004466;
     background: rgba(255, 255, 255, 0.2);
 }

 .EUJPsS4uBf ul li a:hover {
     background: linear-gradient(45deg, #00ced1, #1e90ff);
     color: #fff;
 }

 /* Hamburger для мобільного меню */
 .hamburger {
     display: none;
     flex-direction: column;
     gap: 5px;
     cursor: pointer;
 }

 .hamburger span {
     width: 28px;
     height: 3px;
     background: #004466;
     border-radius: 2px;
 }

 /* Мобільне меню */
 .TnGluqghod {
     position: fixed;
     top: 0;
     right: 0;
     width: 70%;
     height: 100%;
     background: rgba(0, 79, 120, 0.95);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 25px;
     transform: translateX(100%);
     transition: transform 0.4s ease;
     z-index: 999;
 }

 #menu-toggle:checked~.TnGluqghod {
     transform: translateX(0);
 }

 .TnGluqghod label.close-menu {
     position: absolute;
     top: 20px;
     right: 25px;
     font-size: 2.5rem;
     cursor: pointer;
     color: #00ced1;
 }

 .TnGluqghod a {
     font-size: 1.8rem;
     font-weight: 700;
     color: #fff;
     text-decoration: none;
 }

 .TnGluqghod a:hover {
     color: #00ffff;
 }

 .menu-toggle {
     position: absolute;
     opacity: 0;
     width: 0;
     height: 0;
 }

 @media screen and (max-width: 950px) {
     .EUJPsS4uBf ul {
         display: none;
     }

     .hamburger {
         display: flex;
     }
 }

 /* preloader  */
 #preloader {
     background: #4c44b9 url(../images/spinner.gif) no-repeat center;
     background-size: 5%;
     height: 100vh;
     width: 100%;
     position: fixed;
     z-index: 99999999;
 }

 .LlTbqDK7oz {
     margin-top: 100px;
 }


 h1 {
     font-size: 76px;
     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: #5D51FF;
 }

 p {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 400;
     color: #0D0C52;
 }

 /*-- navbar area ---*/
 .navbar {
     background: linear-gradient(90.25deg, #4F47B8 4.11%, #4036BF 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: #5D51FF;
     color: #FFFFFF;
     transition: .3s;
 }

 /* inner page banner */
 .hero_section {
     height: 100%;
     background: var(--gradient-blue);

     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 100px;
 }

 .banner_image {
     max-height: 450px;
 }


 .fa-circle-check {
     color: #5D51FF;
 }

 /* 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: #5D51FF;
     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: #5D51FF;
     transition: .3s;
 }

 .button_first {
     font-size: 18px;
     line-height: 1.5;
     background: white;
     color: #5D51FF;
     border: 1px solid #5D51FF;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_first:hover {
     background: #5D51FF;
     color: white;
     transition: .3s;
 }

 .button_second {
     font-size: 18px;
     line-height: 1.5;
     background: var(--gradient-blue);
     ;
     color: white;
     border: 1px solid #5D51FF;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_second:hover {
     color: #0ed522;
     background-color: white;
     transition: .3s;
 }

 .button_third {
     font-size: 18px;
     line-height: 1.5;
     background: transparent;
     color: #5D51FF;
     border: 1px solid #5D51FF;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_third:hover {
     background-color: #5D51FF;
     color: white;
     transition: .3s;
 }

 .button_fourth {
     font-size: 18px;
     line-height: 1.5;
     background: #5D51FF;
     color: white;
     border: 1px solid #5D51FF;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
     transition: .3s;
 }

 .button_fourth:hover {
     color: #5D51FF;
     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: #5D51FF;
 }

 /* 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%, #4036BF 102.67%);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .home_banner_text p {
     font-size: 24px;
     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------*/
 .card_item {
     background: #FFFFFF;
     box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
     border-radius: 20px;
 }

 .product_img {
     background-color: #D5D5F9;
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     overflow: hidden;
 }

 .product_img img {
     height: 240px;
     max-width: 300px;
     transition: .5s;
 }

 .product_img:hover img {
     transform: scale(1.07);
 }

 .card-body {
     padding: 25px 20px 20px 20px;
 }

 .card-body 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: #5D51FF;

 }

 .find_out_media:hover .find_out_icon {
     color: #5D51FF;
 }

 .find_out_media:hover a {
     color: #5D51FF;
 }

 .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: #5D51FF;
     border: 1px solid #5D51FF;
     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: #5D51FF;
     color: white;
 }

 .image_blog {
     height: 220px;
     background-color: #D5D5F9;
     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: #5D51FF;
 }

 .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: #5D51FF;
 }

 .swiper-slide.swiper-slide-active .icon_clients i {
     color: #5D51FF;
 }

 .swiper-slide.swiper-slide-active .social_icon_clients a i {
     color: #5D51FF;
 }

 .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: #5D51FF;
     border: 1px solid #5D51FF;
     opacity: 1;
     bottom: 10px;
     top: initial;
 }

 .swiper-button-next:hover,
 .swiper-button-prev:hover {
     color: #FFFFFF;
     background-color: #5D51FF;
     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 #5D51FF;
     opacity: 1;
 }

 .swiper-pagination-bullet-active {
     color: #fff;
     background: #5D51FF;
 }

 /* 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 #5D51FF;
     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: #5D51FF;
     color: white;
     border: 1px solid #5D51FF;
     padding: 10px 20px;
     text-decoration: none;
     border-radius: 25px;
     font-weight: bold;
 }

 .button_subscribe:hover {
     color: #5D51FF;
     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 #5D51FF;
     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: #5D51FF;
     border: 1px solid #5D51FF;
     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;
 }

 .service_support li::before {
     position: absolute;
     content: "\f101";
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     width: 20px;
     height: 20px;
     color: #5D51FF;
     left: -15px;
     transition: .3s;
     opacity: 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: #5D51FF
 }

 .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: #5D51FF
 }

 .footer_contact i {
     color: #5D51FF;
 }

 .service_info {
     margin-bottom: 120px;
 }

 hr {
     color: #5D51FF;
 }

 .privacy_area ul li {
     font-size: 18px;
     line-height: 1.5;
 }

 .copyright_area ul li a {
     color: #5D51FF;
     text-decoration: none;
 }

 .condition_area ul li a {
     text-decoration: none;
     color: #0D0C52;
 }

 .condition_area ul li a:hover {
     color: #5D51FF;
 }

 /* ===============================
         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: #5D51FF;
     font-weight: 500;
 }

 .progress {
     height: 8px;
 }

 .progress-bar {
     background-color: #5D51FF;
     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: #5D51FF;
 }

 .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 .card_item {
     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: #5D51FF;
 }

 /* 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 #5D51FF;
     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: #5D51FF;
 }

 .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: #D5D5F9;
     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 #5D51FF;
 }

 /* contact us page  */
 .contact_info a {
     text-decoration: none;
     color: #0D0C52;
 }

 .contact_info a:hover {
     color: #5D51FF;
 }

 .contact_info i {
     color: #5D51FF;
 }

 .contact_form 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: #5D51FF;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     border: 1px solid #5D51FF;
     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: #5D51FF
 }

 #scroll.show {
     opacity: 1;
     visibility: visible;
 }

 /* ================================
            Media Query
===================================*/
 /*--mobile device--*/
 /* common css */
 @media only screen and (min-width:320px) and (max-width:480px) {
     .LlTbqDK7oz {
         margin-top: 60px;
     }

     .navbar-collapse {
         padding-bottom: 50px;
     }

     .navbar .navbar-nav {
         overflow-x: scroll;
         max-height: 65vh;
     }


     .banner_title {
         padding-top: 100px;
     }

     .JmqVl5D8q2 {
         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 ---*/
     .home_banner_text {
         margin-right: 0px;
     }

     .home_banner_text 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  */
     .card-body {
         padding: 15px 20px 20px 20px;
     }

     .card-body 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  */
     .contact_form 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) {

     .LlTbqDK7oz {
         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;
     }

     .JmqVl5D8q2 {
         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---*/
     .home_banner_text {
         margin-right: 0px;
     }

     .home_banner_text 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;
     }

     .Ewl49HRvu7 {
         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 */
     .contact_form 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---*/
     .home_banner_text 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 */
     .card-body {
         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;

     }


 }



 :root {
     --color-primary: #1a53ff;
     --color-secondary: #002d72;
     --color-light-bg: #f5f8fc;
     --color-dark-bg: #141c30;
     --color-text-dark: #2a2a2a;
     --color-text-light: #707e94;
     --color-white: #ffffff;
     --gradient-blue: linear-gradient(135deg, #4c71ff, #1a53ff);
     --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.08);
     --shadow-bold: 0 10px 40px rgba(0, 0, 0, 0.12);
     --transition-main: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     --border-radius-card: 25px;
 }

 body {
     font-family: 'Poppins', sans-serif;
     color: var(--color-text-dark);
     background-color: var(--color-light-bg);
     line-height: 1.7;
     overflow-x: hidden;
 }

 h1,
 h2,
 h3,
 h4,
 h5 {
     font-family: 'Montserrat', sans-serif;
     color: var(--color-text-dark);
     line-height: 1.3;
 }

 h1 {
     font-size: clamp(2.5rem, 5vw, 2rem);
     font-weight: 700;
 }

 h2 {
     font-size: clamp(2rem, 4vw, 2.8rem);
     font-weight: 600;
 }

 .section-spacing {
     padding: 80px 0;
 }

 /* --- Hero Banner Section --- */
 .JdF1Q6JNtQ {
     background: var(--gradient-blue);
     color: var(--color-white);
     padding: 120px 0;
     position: relative;
     overflow: hidden;
     border-bottom-left-radius: 70px;
     border-bottom-right-radius: 70px;
 }

 .JdF1Q6JNtQ::before {
     content: '';
     position: absolute;
     top: -20px;
     right: -20px;
     bottom: -20px;
     left: -20px;
     background: url(../../img/vXaKN85E2d.jpg) no-repeat center center/cover;
     opacity: 0.1;
     filter: blur(5px);
     z-index: 0;
 }

 .hero-banner-content {
     position: relative;
     z-index: 1;
 }

 .hero-image-wrapper {
     position: relative;
     z-index: 1;
     margin-top: 50px;
 }

 .hero-image-wrapper img {
     border-radius: var(--border-radius-card);
     box-shadow: var(--shadow-bold);
     transform: scale(1.02) rotate(-2deg);
     transition: var(--transition-main);
 }

 .hero-image-wrapper img:hover {
     transform: scale(1.05) rotate(0deg);
 }

 .hero-buttons .btn {
     font-family: 'Montserrat', sans-serif;
     font-weight: 600;
     padding: 12px 30px;
     border-radius: 50px;
     box-shadow: var(--shadow-subtle);
     transition: var(--transition-main);
 }

 .btn-cta-primary {
     background-color: var(--color-white);
     color: var(--color-primary);
     border: 2px solid var(--color-white);
 }

 .btn-cta-primary:hover {
     background-color: var(--color-primary);
     color: var(--color-white);
     border-color: var(--color-white);
     transform: translateY(-3px) scale(1.03);
     box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
 }

 .btn-cta-secondary {
     background-color: transparent;
     color: var(--color-white);
     border: 2px solid var(--color-white);
 }

 .btn-cta-secondary:hover {
     background-color: var(--color-white);
     color: var(--color-primary);
     transform: translateY(-3px) scale(1.03);
     box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
 }

 /* --- Services & Blog Sections --- */
 .sue2Qyhc7p {
     background-color: var(--color-white);
     border-radius: var(--border-radius-card);
     box-shadow: var(--shadow-subtle);
     transition: var(--transition-main);
     overflow: hidden;
     height: 100%;
     display: flex;
     flex-direction: column;
     border: 2px solid transparent;
 }

 .sue2Qyhc7p:hover {
     transform: translateY(-12px) scale(1.02);
     box-shadow: var(--shadow-bold);
     border-color: var(--color-primary);
 }

 .MNDfTIxkv2 {
     height: 250px;
     overflow: hidden;
     position: relative;
 }

 .MNDfTIxkv2 img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.6s ease-in-out;
 }

 .sue2Qyhc7p:hover .MNDfTIxkv2 img {
     transform: scale(1.1);
 }

 .card-content {
     padding: 30px;
     flex-grow: 1;
     display: flex;
     flex-direction: column;
 }

 .card-title {
     color: var(--color-secondary);
     text-decoration: none;
     transition: color 0.3s;
 }

 .card-title:hover {
     color: var(--color-primary);
 }

 .card-text {
     color: var(--color-text-light);
     margin-top: 15px;
 }

 /* --- About Us & CTA Sections --- */
 .about-section {
     background-color: var(--color-white);
     padding: 80px 0;
 }

 .about-image {
     border-radius: var(--border-radius-card);
     box-shadow: var(--shadow-subtle);
     transition: var(--transition-main);
 }

 .about-image:hover {
     transform: scale(1.02);
     box-shadow: var(--shadow-bold);
 }

 .about-text {
     color: var(--color-text-light);
 }

 .cta-section-container {
     background: var(--color-secondary);
     color: var(--color-white);
     padding: 60px;
     border-radius: var(--border-radius-card);
     box-shadow: var(--shadow-bold);
     margin: 60px 0;
     transform: scale(0.98);
     transition: var(--transition-main);
 }

 .cta-section-container:hover {
     transform: scale(1);
 }

 .cta-section-container h2 {
     color: var(--color-white);
     margin-bottom: 20px;
 }

 .cta-button-final {
     background-color: var(--color-primary);
     color: var(--color-white);
     font-family: 'Montserrat', sans-serif;
     font-weight: 600;
     padding: 12px 30px;
     border-radius: 50px;
     text-decoration: none;
     transition: var(--transition-main);
     box-shadow: var(--shadow-subtle);
 }

 .cta-button-final:hover {
     background-color: #004d99;
     transform: translateY(-3px) scale(1.05);
     box-shadow: 0 10px 30px rgba(0, 77, 153, 0.3);
 }

 /* Responsive */
 @media (max-width: 991.98px) {
     .hero-image-wrapper {
         margin-top: 40px;
     }

     .about-image {
         margin-bottom: 25px;
     }

     .cta-section-container {
         padding: 40px;
     }

     .cta-section-container .row {
         text-align: center;
     }
 }



 .scandi-clean-footer {
     background: linear-gradient(135deg, #f6f9fc, #e8f0f2);
     position: relative;
     overflow: hidden;
 }

 .scandi-clean-footer::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: radial-gradient(circle at 30% 20%, rgba(52, 152, 219, 0.15), transparent 70%);
     opacity: 0.7;
     z-index: 0;
 }

 .scandi-clean-footer .container {
     position: relative;
     z-index: 1;
 }

 .OOSD5vXnuz {
     font-size: 2.5rem !important;
     line-height: 1.2;
 }

 .Si3bf5F7cE,
 .scandi-nav-title,
 .NEeqL0NCYH {
     font-size: 2rem !important;
     line-height: 1.3;
 }

 .scandi-text,
 .scandi-nav-link,
 .scandi-contact-text,
 .scandi-contact-link {
     font-size: 1.2rem !important;
     line-height: 1.6;
     text-decoration: none;
 }

 .scandi-contact-label {
     font-size: 1.3rem !important;
     line-height: 1.5;
 }

 .scandi-nav-link,
 .scandi-contact-link {
     color: #6c757d;
     transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
 }

 .scandi-nav-link:hover,
 .scandi-contact-link:hover {
     color: #3498db !important;
     transform: translateX(5px);
     text-shadow: 0 0 8px rgba(52, 152, 219, 0.5);
 }

 .scandi-social-block {
     align-items: center;
 }

 .scandi-social-icon {
     width: 40px;
     height: 40px;
     transition: transform 0.3s ease, filter 0.3s ease;
     filter: drop-shadow(0 0 6px rgba(52, 152, 219, 0.4));
 }

 .scandi-social-icon:hover {
     transform: scale(1.2);
     filter: drop-shadow(0 0 10px rgba(52, 152, 219, 0.7));
 }

 .GIe0WoozzT {
     border-top: 1px dashed rgba(52, 152, 219, 0.3);
     margin: 2rem 0;
 }

 .scandi-copyright-text {
     font-size: 1.1rem !important;
     line-height: 1.5;
 }

 .scandi-copyright-link {
     color: #6c757d;
     text-decoration: none;
     transition: color 0.3s ease, text-shadow 0.3s ease;
 }

 .scandi-copyright-link:hover {
     color: #3498db !important;
     text-shadow: 0 0 8px rgba(52, 152, 219, 0.5);
 }

 /* Section layout */
 .crystal-contact {
     padding: 80px 20px;
     background: linear-gradient(135deg, #f0faff, #e6f0ff);
     display: flex;
     flex-direction: column;
     gap: 40px;
     font-family: 'Segoe UI', sans-serif;
 }

 /* Info + form container */
 .crystal-container {
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
     justify-content: center;
 }

 /* Info block */
 .b4mvtDiSwY {
     flex: 1 1 300px;
     padding: 30px;
     background: rgba(255, 255, 255, 0.6);
     border-radius: 25px;
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(12px);
 }

 .b4mvtDiSwY h2 {
     font-size: 2rem;
     margin-bottom: 20px;
     color: #1a73e8;
 }

 .b4mvtDiSwY p {
     margin-bottom: 20px;
     color: #444;
 }

 .b4mvtDiSwY-item {
     margin-bottom: 15px;
 }

 .b4mvtDiSwY-item h4 {
     margin-bottom: 5px;
     color: #1a73e8;
     font-size: 1rem;
 }

 .b4mvtDiSwY-item a {
     text-decoration: none;
     color: #333;
     font-weight: 500;
     transition: color 0.3s ease;
 }

 .b4mvtDiSwY-item a:hover {
     color: #1a73e8;
 }

 /* Form */
 .crystal-form {
     flex: 1 1 400px;
     padding: 30px;
     background: rgba(255, 255, 255, 0.8);
     border-radius: 25px;
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
     backdrop-filter: blur(10px);
 }

 .crystal-form label {
     display: block;
     font-weight: 600;
     margin-top: 15px;
     margin-bottom: 5px;
     color: #222;
 }

 .crystal-form input,
 .crystal-form textarea {
     width: 100%;
     padding: 12px 15px;
     border-radius: 12px;
     border: 1px solid #ddd;
     font-size: 1rem;
     transition: all 0.3s ease;
 }

 .crystal-form input:focus,
 .crystal-form textarea:focus {
     border-color: #1a73e8;
     box-shadow: 0 0 10px rgba(26, 115, 232, 0.2);
     outline: none;
 }

 .crystal-btn {
     margin-top: 20px;
     background: #1a73e8;
     color: #fff;
     padding: 12px 30px;
     border: none;
     border-radius: 25px;
     cursor: pointer;
     font-size: 1rem;
     transition: all 0.3s ease;
 }

 .crystal-btn:hover {
     background: #155ab6;
 }

 /* Map */
 .crystal-map {
     width: 100%;
     height: 400px;
     border-radius: 25px;
     overflow: hidden;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
 }

 .crystal-map iframe {
     width: 100%;
     height: 100%;
     border: 0;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .crystal-container {
         flex-direction: column;
     }
 }

 @font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3I6URvU_yEwa1rv.woff2) format('woff2');
     unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
 }



 .crystal-services-hero-banner {
     position: relative;
     padding: 8rem 1rem;
     text-align: center;
     border-bottom-left-radius: 2rem;
     border-bottom-right-radius: 2rem;
     margin-bottom: 4rem;
     box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
     overflow: hidden;
     background: linear-gradient(145deg, #1f2937, #111827);
 }

 .crystal-services-hero-banner::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, rgba(75, 85, 99, 0.1) 25%, transparent 25%) -50px 0,
         linear-gradient(225deg, rgba(75, 85, 99, 0.1) 25%, transparent 25%) -50px 0,
         linear-gradient(315deg, rgba(75, 85, 99, 0.1) 25%, transparent 25%) 0px -50px,
         linear-gradient(45deg, rgba(75, 85, 99, 0.1) 25%, transparent 25%) 0px -50px;
     background-size: 100px 100px;
     opacity: 0.2;
 }

 .sparkling-title {
     color: #a3e635;
     font-size: 4.5rem;
     font-weight: 800;
     letter-spacing: -0.05em;
     text-shadow: 0 0 10px rgba(163, 230, 53, 0.3), 0 0 20px rgba(163, 230, 53, 0.2);
     margin-bottom: 1rem;
 }

 .services-content-main {
     max-width: 100rem;
     margin: 0 auto;
     padding: 2rem;
 }

 .services-block-heading {
     font-size: 3rem;
     font-weight: 700;
     text-align: center;
     margin-bottom: 4rem;
     color: #a3e635;
     letter-spacing: -0.025em;
 }

 .nOYE9AzJd8 {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
     gap: 2rem;
 }

 .service-detail-box {
     background-color: #1a202c;
     padding: 1.5rem;
     border-radius: 1.5rem;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     border: 1px solid #374151;
     transition: all 0.3s ease-in-out;
     display: flex;
     flex-direction: column;
 }

 .service-detail-box:hover {
     border-color: #a3e635;
     transform: scale(1.03);
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 }

 .service-media-placeholder {
     width: 100%;
     height: 10rem;
     object-fit: cover;
     border-radius: 0.75rem;
     margin-bottom: 1.5rem;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .H4rySt8Nz6 {
     font-size: 1.5rem;
     font-weight: 600;
     color: #fff;
     margin-bottom: 0.5rem;
 }

 .QsYC3RnMJF {
     font-size: 0.875rem;
     color: #9ca3af;
     margin-bottom: 1rem;
     line-height: 1.6;
 }

 .service-pricing-display {
     font-size: 1.25rem;
     font-weight: 700;
     color: #a3e635;
     margin-bottom: 1rem;
 }

 .order-cta-button {
     display: inline-block;
     width: 100%;
     text-align: center;
     padding: 0.75rem 1.5rem;
     background-color: #a3e635;
     color: #1f2937;
     font-weight: 700;
     border-radius: 9999px;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     transition: background-color 0.3s ease;
 }

 .order-cta-button:hover {
     background-color: #84cc16;
 }

 .pricing-plans-layout {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 2rem;
     margin-bottom: 6rem;
 }

 .ZFc1hTY8HU {
     background-color: #1a202c;
     padding: 2rem;
     border-radius: 1.5rem;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     border: 1px solid #374151;
     transition: all 0.3s ease-in-out;
     text-align: center;
 }

 .ZFc1hTY8HU:hover {
     border-color: #a3e635;
     transform: scale(1.05);
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 }

 .plan-package-highlight {
     border-color: #a3e635;
     transform: scale(1.05);
 }

 .ZFc1hTY8HU h3 {
     font-size: 1.875rem;
     font-weight: 700;
     color: #a3e635;
     margin-bottom: 1rem;
 }

 .ZFc1hTY8HU .price {
     font-size: 2.5rem;
     font-weight: 800;
     color: #fff;
     margin-bottom: 1.5rem;
 }

 .ZFc1hTY8HU .price span {
     font-size: 0.875rem;
     font-weight: 400;
     color: #9ca3af;
 }

 .ZFc1hTY8HU ul {
     text-align: left;
     margin-bottom: 2rem;
 }

 .ZFc1hTY8HU li {
     display: flex;
     align-items: flex-start;
     margin-bottom: 0.75rem;
     font-size: 0.875rem;
     color: #d1d5db;
 }

 .ZFc1hTY8HU li svg {
     height: 1.25rem;
     width: 1.25rem;
     color: #a3e635;
     margin-right: 0.75rem;
     margin-top: 0.25rem;
 }

 .iSfesmJhRs {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 2rem;
 }

 .testimonial-entry-box {
     background-color: #1a202c;
     padding: 1.5rem;
     border-radius: 1.5rem;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     border: 1px solid #374151;
 }

 .review-star-visuals {
     color: #a3e635;
 }

 .testimonial-entry-box .SrBJnLE4Ke {
     display: flex;
     align-items: center;
     margin-bottom: 1rem;
 }

 .testimonial-entry-box .SrBJnLE4Ke span {
     font-weight: 700;
     font-size: 1.125rem;
     margin-left: 0.5rem;
 }

 .testimonial-entry-box .text {
     font-size: 1rem;
     color: #9ca3af;
     font-style: italic;
     margin-bottom: 1rem;
     line-height: 1.6;
 }

 .testimonial-entry-box .author {
     font-weight: 600;
     color: #fff;
 }

 .page-bottom-info {
     background-color: #1f2937;
     text-align: center;
     padding: 2rem;
     margin-top: 4rem;
 }

 .page-bottom-info-text {
     font-size: 0.875rem;
     color: #6b7280;
 }


 .service-img {
     width: 100%;
     height: 200px;

     display: block;
 }