        
        :root {
            --orange-color: rgb(255, 127, 73);
            --dark-color: rgb(10, 17, 40);
            --white-color: rgb(255, 255, 255);
            --gray-color: rgb(89, 89, 89);
            --light-orange-color: rgb(251, 241, 236);
/* Root style for Service Section */
             --dark-color: #0a1128;
            --text-dark: #001726;
            --orange-color: #ff7f49;
            --light-bg: #f8fafc;
            --gray-color: #64748b;
            --white-color: #ffffff;

            /* Feature Section Root Color */
--orange-color: #ff7f49;
            --dark-text: #0a1128;
            --gray-text: #64748b;
            --light-bg: #f8fafc;
--primary-color: #FF7F49;
            --text-dark: #001726;
            --white: #FFFFFF;
            --light-bg: #FFF8F5;
            --border-color: rgba(10, 17, 40, 0.1);
            --font-family:"Work Sans", "Work Sans Placeholder", sans-serif;

        }
        
        body {
            font-family: var(--font-family);
            background-color: #f8f9fa;
        }
        h1{
            font-size: 56px;
            font-family: var(--font-family);
        }
.container{
    max-width: 1114px;
     margin: 0 auto;
}



/* Navbar Styling */
        .navbar {
            padding: 15px 0;
            background-color: var(--white);
            border-bottom: 1px solid var(--border-color);
        }
        .navbar .container{
            align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    /* justify-content: center; */
    max-width: 1336px;
    overflow: visible;
    padding: 0 43px;
    position: relative;
    width: 100%;
        }
        .navbar-brand img {
            height: 40px;
            width: auto;
        }
        .navbar-nav {
            gap: 20px;
        }
        .navbar-nav .nav-link {
            color: var(--text-dark);
            font-weight: 600;
            font-size: 16px;
            padding: 8px 16px;
            position: relative;
        }
        
        .navbar-nav .nav-link:hover {
            color: var(--primary-color);
        }
        
        .dropdown-toggle::after {
            vertical-align: middle;
            margin-left: 5px;
        }
        
        .dropdown-menu {
            border-radius: 8px;
            border: 1px solid var(--border-color);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 10px 0;
            min-width: 220px;
            margin-top: 10px;
        }
        
        .dropdown-item {
            color: var(--text-dark);
            font-weight: 500;
            padding: 8px 20px;
            font-size: 15px;
        }
        
        .dropdown-item:hover, 
        .dropdown-item:focus {
            background-color: rgba(255, 127, 73, 0.1);
            color: var(--primary-color);
        }
        
        /* Get Started Button */
        .btn-get-started {
            background-color: var(--primary-color);
            color: var(--white);
            border-radius: 20px;
            padding: 10px 24px;
            font-weight: 600;
            font-size: 15px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            border: none;
        }
        
        .btn-get-started:hover {
            background-color: #e86b35;
            color: var(--white);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 127, 73, 0.25);
        }
        
        .btn-get-started i {
            transform: rotate(-45deg);
        }
        
        /* Mobile Responsive Adjustments */
        @media (max-width: 991.98px) {

            .container{
                padding: 0 20px;
                overflow: hidden;
            }
            .navbar-collapse {
                background-color: var(--white);
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                margin-top: 15px;
                max-height: 80vh;
                overflow-y: auto;
                    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 999;
            }
            
            .navbar-nav {
                padding-bottom: 10px;
            }
            
            .navbar-nav .nav-item {
                margin-bottom: 5px;
            }
            
            .navbar-nav .nav-link {
                padding: 12px 5px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            }
            
            .dropdown-menu {
                border: none;
                box-shadow: none;
                background-color: rgba(0, 0, 0, 0.02);
                padding: 0;
                margin-top: 0;
            }
            
            .dropdown-item {
                padding: 12px 20px;
            }
            
            .btn-get-started {
                width: 100%;
                justify-content: center;
                margin-top: 15px;
            }
            
            .navbar-toggler {
                border: none;
                padding: 0;
            }
            
            .navbar-toggler:focus {
                box-shadow: none;
            }
        }





        /* End Navbar */
        .hero-section {
            padding: 80px 0;
            overflow: hidden;
            position: relative;
            background-color: var(--light-orange-color);
        }
        
        .greeting {
            color: var(--orange-color);
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .hero-title {
            color: var(--dark-color);
            font-weight: 600;
            font-size: 56px;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .hero-description {
            color: rgb(89, 89, 89);
          /*font-weight: 500;*/
            margin-bottom: 30px;
            font-size: 1.1rem;
            font-family:var(--font-family) ;
        }
        
        .btn-primary-custom {
                        font-family: var(--font-family);
font-weight: 600;
            background-color: var(--orange-color);
            color: var(--white-color);
            border: 2px solid var(--orange-color);
            border-radius: 20px;
            padding: 18px 32px;
         
            transition: all 0.3s ease;
            display: inline-flex;
    align-items: center;
    text-decoration: none;
        }
        
        .btn-outline-custom {
            background-color: var(--white-color);
            color: var(--dark-color);
            border: 2px solid rgba(10, 17, 40, 0.1);
            border-radius: 20px;
            padding: 18px 32px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
        text-decoration: none;
        }
        .btn-outline-custom:hover{
            background-color: var(--light-bg);
        }
        
        .btn-icon {
            transform: rotate(-45deg);
            display: inline-block;
            margin-left: 5px;
            transition: ease 0.5s;
        }
        .btn-outline-custom:hover .btn-icon , .btn-primary-custom:hover .btn-icon {
    transform: rotate(0deg);
}

        .hero-image-container {
            position: relative;
            height: 100%;
        }
        
        .hero-image {
            position: relative;
            z-index: 2;
            max-width: 100%;
            height: auto;
        }
        
        .background-pattern {
            background:  url('https://splashsol.com/wp-content/uploads/2026/01/Background-img.png');
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        .avatar-block {
            background-color: var(--white-color);
            border-radius: 15px;
            padding: 10px 15px;
            display: inline-flex;
            align-items: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: absolute;
            top: 35%;
            left: -5%;
            transform: translateY(-50%);
            z-index: 3;
        }
        
        .avatar-text {
            color: var(--dark-color);
            font-weight: 600;
            margin-right: 10px;
        }
        
        .avatar-stack {
            display: flex;
            margin-left: 10px;
        }
        
        .avatar-stack img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 2px solid white;
            margin-left: -10px;
        }
        
        .review-block {
            background-color: var(--white-color);
            border-radius: 40px;
            padding: 0 45px 0 35px;
            display: inline-flex;
            align-items: center;
            box-shadow: 0 10px 60px #0000001a;
            position: absolute;
            bottom: 20%;
            right: 0;
            z-index: 3;
            min-width: 200px;
            height: 66px;
        }
        
        .google-logo {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
        
        .star {
            color: #FF9900;
            font-size: 14px;
        }
        
        .review-text {
            color: var(--gray-color);
            font-size: 14px;
            margin-left: 5px;
        }
        
        @media (max-width: 991.98px) {
            .hero-content {
                text-align: center;
                margin-bottom: 40px;
            }
            
            .avatar-block, .review-block {
                /* position: static; */
                /* margin: 20px auto; */
                transform: none;
            }
            
            .hero-image-container {
                margin-top: 40px;
            }
        }
        @media (max-width: 575.98px) {

            .avatar-block{
                    padding: 3px 5px;
                    left: 0;

            }
            .review-block{
                padding: 3px 5px;
            }
        }



/* **********************************************************END Hero Section Style******************************************************* */


/* **********************************************************Service Section Style******************************************************* */
  .service-section {
            padding: 80px 0;
            background-color: var(--light-orange-color);
        }
        
        .service-wrapper {
            background-color: var(--white-color);
            border-radius: 16px;
            padding: 80px;
            max-width: 1140px;
            margin: 0 auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
            border: 1px solid var(--gray-text);
        }
        
       .service-wrapper .section-title {
            color: var(--dark-color);
            font-weight: 700;
            font-size: 2.2rem;
            text-align: center;
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.3;
        }
        
        .service-wrapper .service-card {
            padding: 20px;
            transition: all 0.3s ease;
            border-radius: 7px;
            height: 100%;
        }
        
        /* .service-card:hover {
            background-color: rgba(0, 0, 0, 0.02);
        } */
        
        .service-wrapper .service-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 20px;
        }
        
        .service-wrapper .service-title {
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 12px;
            font-size: 1.4rem;
        }
        
        .service-wrapper .service-description {
            color: var(--gray-color);
            margin-bottom: 16px;
            font-size: 0.95rem;
            line-height: 1.5;
        }
        
        .service-wrapper .read-more-link {
            color: var(--dark-color);
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            font-size: 1rem;
            margin-top: 10px;
        }
        
       .service-wrapper  .read-more-link:hover {
            color: var(--orange-color);
        }
        
       .service-wrapper  .arrow-icon {
            margin-left: 5px;
            transform: rotate(-45deg);
            transition: ease all 0.5s;
        }
        .service-wrapper .read-more-link:hover .arrow-icon{
            transform: rotate(0deg);
        }
        @media (max-width: 767.98px) {
            .service-card {
                margin-bottom: 20px;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
        }
/* ***********************************************END Service Style Section**************************************************************/


/* < **********************************Brand Style Section*************************************  */
 .brand-section {
            padding: 60px 0;
            background-color: var(--light-orange-color);
        }
        
        .brand-content-wrapper {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .brand-heading {
            text-align: center;
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--dark-text);
            margin-bottom: 40px;
        }
        
        .brand-carousel {
            position: relative;
            overflow: hidden;
            padding: 10px 0;
            width: 100%;
        }
        
        .brand-slider {
            display: flex;
            animation: scroll 30s linear infinite;
            gap: 124px;
        }
        
        .brand-item {
            flex-shrink: 0;
            position: relative;
            height: 40px;
            display: flex;
            align-items: center;
        }
        
        .brand-item img {
            max-height: 40px;
            width: auto;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }
        
        .brand-item img:hover {
            opacity: 1;
        }
        
        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-124px * 6 - 100%));
            }
        }
        
        @media (max-width: 768px) {
            .brand-slider {
                gap: 60px;
            }
            
            @keyframes scroll {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(-60px * 6 - 100%));
                }
            }
        }


/* < **********************************End Brand Style Section*************************************  */




/* < **********************************Feature Style Section*************************************  */

        .feature-section {
            padding: 80px 0;
            background-color: var(--light-orange-color);
        }
        
        .feature-content-wrapper {
            max-width: 1140px;
            margin: 0 auto;
        }
        
       .feature-section .image-block {
            position: relative;
            border-radius: 12px;
            /* overflow: hidden; */
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        }
        
        .feature-section .main-image {
            width: 100%;
            height: 505px;
            object-fit: cover;
            border-radius: 12px;
        }
        
        .feature-section .stats-card {
            position: absolute;
            bottom: 30px;
            right: -20px;
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            width: 220px;
        }
        
        .feature-section .stats-title {
            font-size: 14px;
            color: var(--gray-text);
            margin-bottom: 10px;
        }
        
        .feature-section .stats-chart {
            display: flex;
            align-items: flex-end;
            height: 120px;
            gap: 5px;
            margin-bottom: 5px;
        }
        
        .feature-section .chart-bar {
            flex: 1;
            background-color: var(--light-orange-color);
            border-radius: 4px 4px 0 0;
        }
        
       .feature-section .chart-bar.active {
            background-color: var(--orange-color);
            position: relative;
        }
        
       .feature-section .chart-bar-value {
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #0a1128;
            color: white;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
        }
        
       .feature-section .feature-tag {
            color: var(--orange-color);
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
      .feature-section .feature-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--dark-text);
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
      .feature-section .feature-description {
            color: var(--gray-text);
            font-size: 1.1rem;
            margin-bottom: 40px;
            line-height: 1.6;
        }
        
       .feature-section .feature-card {
            display: flex;
            margin-bottom: 30px;
            flex-direction: column;
    gap: 1rem;
        }
        
       .feature-section .feature-icon {
            width: 42px;
            height: 42px;
            margin-right: 16px;
            flex-shrink: 0;
        }
        
       .feature-section .feature-card-content {
            flex: 1;
        }
        
       .feature-section .feature-card-title {
            font-weight: 600;
            font-size: 18px;
            color: var(--dark-text);
            margin-bottom: 8px;
        }
        
       .feature-section .feature-card-text {
            color: var(--gray-text);
            font-size: 16px;
            line-height: 1.5;
        }
        
        @media (max-width: 991.98px) {
         .feature-section  .feature-title {
                font-size: 2rem;
            }
            
           .feature-section .image-block {
                margin-bottom: 40px;
            }
        }
        
        @media (max-width: 767.98px) {
          .feature-section  .feature-section {
                padding: 60px 0;
            }
            
          .feature-section  .feature-title {
                font-size: 1.8rem;
            }
            
         .feature-section   .stats-card {
                bottom: 20px;
                right: 20px;
                width: 180px;
            }
        }

/* < **********************************End Feature Style Section*************************************  */


/* < **********************************100+ Projects Style Section*************************************  */
.project-cards{
    padding: 5rem 0;
    background-color: var(--light-orange-color);
}
.project-cards .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--dark-text);
            text-align: center;
            margin-bottom: 40px;
        }
        
      .project-cards .filter-buttons {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
       .project-cards .filter-button-group {
            background-color: var(--white-color);
            border-radius: 10px;
               padding: 4px;
            display: inline-flex;
            border: 1px solid rgba(10, 17, 40, 0.1);
            flex-wrap: wrap;
            justify-content: center;
        }
        
       .project-cards .filter-button {
            padding: 10px 20px;
            font-size: 0.9rem;
            font-weight: 600;
            border: none;
            background: transparent;
            color: var(--gray-text);
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
       .project-cards .filter-button.active {
            color: var(--orange-color);
        }
        
       .project-cards .filter-button:hover:not(.active) {
            background-color: rgba(0, 0, 0, 0.05);
        }
        
       .project-cards .project-card {
            background-color: var(--white-color);
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid rgba(10, 17, 40, 0.4);
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: block;
            padding: 5px 5px;
        }
        
       .project-cards .project-card:hover .project-image {
        transform: scale(1.1);
            /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-decoration: none; */
        }
        
       .project-cards .project-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: transform 0.5s ease;
            border-radius: 10px;
            overflow: hidden;
        }
        
       .project-cards .project-info {
            padding: 20px;
        }
        
       .project-cards .project-category {
            color: var(--orange-color);
            font-size: 0.9rem;
            font-weight: 700;
            margin-bottom: 8px;
        }
        
       .project-cards .project-title {
            color: var(--dark-text);
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0;
        }
        
       .project-cards .load-more-btn {
            background-color: rgb(243, 109, 60);
            color: var(--white-color);
            border: none;
            border-radius: 10px;
            padding: 12px 16px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-top: 10px;
        }
        .project-card-img{
            border-radius: 10px;
            overflow: hidden;
        }
        
       .project-cards .load-more-btn:hover {
            background-color: var(--orange-color);
        }
        
       .project-cards .project-item {
            margin-bottom: 30px;
            transition: opacity 0.4s ease, transform 0.4s ease;
        }
        
       .project-cards .project-item.hidden {
            display: none;
        }
        
       .project-cards .project-item.fade {
            opacity: 0;
            transform: translateY(20px);
        }
        
        @media (max-width: 767.98px) {
         .project-cards   .filter-button {
                padding: 8px 12px;
                font-size: 0.8rem;
            }
            
          .project-cards  .project-image {
                height: 250px;
            }
        }

/* ***************************************100+ Projects Style Section*************************************************************** */
/* *********************Testimonials*************************************** */
 /* Testimonial Section Styling */
  .testimonial-section {
   background-color: var(--light-orange-color);
    padding: 80px 0; /* Adjust padding as needed */
  }
.testimonial-section .container{
    background-color: rgb(10, 17, 40);
    background-image: url('https://framerusercontent.com/images/iUkuuFXoH89XKWlu0LXtdpzNlA.png?scale-down-to=1024'); /* Subtle pattern */
    color: #fff;
        padding: 80px 80px;
        border-radius: 20px;
}
.testimonial-section h2 {
    /*font-size: 48px;*/
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

 .testimonial-section .testimonial-section .lead {
    font-size: 1.25rem;
    color: #f8f9fa;
  }

  .testimonial-section .star-rating i {
    color: #fdfcfa;
    font-size: 0.8rem;
    background-color: var(--orange-color);
    padding: 4px;
  }

  /* Testimonial Image Card Specific Styling */
 .testimonial-section .testimonial-image-card {
    position: relative;
    width: 100%;
    max-width: 396px; /* Adjust max-width as needed */
    height: 457px; /* Fixed height for the image card */
    border-radius: 20px;
   
  }

 .testimonial-section .testimonial-image-card img.img-fluid {
    object-fit: cover; /* Ensure image covers the area without distortion */
     border-radius: 20px;
  }

 .testimonial-section .avatar-group img {
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1); /* Subtle border for overlapping effect */
  }

  .testimonial-section.avatar-group img:not(:first-child) {
    margin-left: -10px; /* Overlap avatars */
  }
  
  /* Quote icon */
  .testimonial-section .d-flex.align-items-center.mb-3:before {
      content: url("https://framerusercontent.com/images/5vRN2heqplc0cL3RSmnwJLbqCEk.svg");
   
    /* color: #ff6f61; */
    background-color: var(--orange-color);
    line-height: 0;
    margin-right: 16px;
   text-align: center !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    
  }
.testimonial-section .test-img-white-box{
        right: -50px;
    bottom: 50px;
   
}
.testimonial-section .avatar-block {
            background-color: var(--orange-color);
            color: var(--white-color);
            border-radius: 15px;
            padding: 5px 10px;
            display: inline-flex;
            align-items: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: absolute;
            top: 25%;
            left: -5%;
            transform: translateY(-50%);
            z-index: 3;
        }
        
       .testimonial-section .avatar-text {
            color: var(--white-color);
            font-weight: 600;
            margin-right: 10px;
        }
        
       .testimonial-section .avatar-stack {
            display: flex;
            margin-left: 10px;
        }
        
       .testimonial-section .avatar-stack img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 2px solid white;
            margin-left: -10px;
        }
  @media (min-width: 992px) {
    .testimonial-section .d-flex.align-items-center.mb-3:before {
   font-size: 5.2rem;
    }
  }

   @media (max-width:600px) {
.testimonial-section .test-img-white-box {
    right: 0px;
    bottom: 50px;
}
.testimonial-section .avatar-block {
    left: 0;
}
.testimonial-section .d-flex.align-items-center.mb-3:before{
    padding-top: 12px;
}
   }

/* **********************End Testimonialsa***************************************************** */

/* Pricing Section */
.pricing-section{
    padding: 5rem 0;
}
 .pricing-section .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 65px;
        }
        
       .pricing-section .title {
            font-size: 36px;
            font-weight: 700;
            max-width: 500px;
            line-height: 1.2;
        }
        
       .pricing-section .toggle-container {
            display: flex;
            align-items: center;
            gap: 15px;
            position: relative;
        }
        
       .pricing-section .save-badge {
            position: relative;
            color: #595959;
            font-weight: 500;
            z-index: 1;
        }
        
       .pricing-section .save-curve {
            position: absolute;
            width: 96px;
            height: 16px;
            bottom: -8px;
            left: -10px;
            z-index: -1;
        }
        
       .pricing-section .toggle-switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 24px;
        }
        
       .pricing-section .toggle-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        
       .pricing-section .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ff7f49;
            transition: .4s;
            border-radius: 34px;
        }
        
       .pricing-section .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }
        
        input:checked + .slider:before {
            transform: translateX(26px);
        }
        
       .pricing-section .toggle-label {
            font-weight: 600;
            font-size: 16px;
        }
        
       .pricing-section .toggle-label.inactive {
            color: #595959;
        }
        
       .pricing-section .pricing-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
       .pricing-section .card {
            background-color: #ffffff;
            border-radius: 16px;
            border: 1px solid #e0e0e0;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }
        
       .pricing-section .card.popular {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            border: none;
        }
        
       .pricing-section .popular-badge {
            position: absolute;
            top: -50px;
            left: 0;
            right: 0;
            background-color: #0a1128;
            color: white;
            text-align: center;
            padding: 15px 10px 26px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            font-weight: 700;
        }
        
       .pricing-section .card-content {
            padding: 30px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
      .pricing-section .popular .card-content {
            padding-top: 40px;
        }
        
       .pricing-section .plan-badge {
            display: inline-block;
             padding: 2.5px 12.5px;
            border-radius: 8px;
            font-weight: 600;
            margin-bottom: 10px;
            width: fit-content;
        }
        
       .pricing-section .regular-badge {
            background-color: rgba(255, 128, 74, 0.2);
            color: #ff7f49;
        }
        
       .pricing-section .standard-badge {
            background-color: #ff7f49;
            color: white;
        }
        
       .pricing-section .premium-badge {
            background-color: rgba(255, 128, 74, 0.2);
            color: #ff7f49;
        }
        
       .pricing-section .card-subtitle {
            color: #595959;
            margin-bottom: 25px;
        }
        
       .pricing-section .features {
            list-style: none;
            margin-bottom: 30px;
            flex-grow: 1;
        }
        
       .pricing-section .feature {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            color: #0a1128;
        }
        
       .pricing-section .feature.disabled {
            opacity: 0.4;
        }
        
      .pricing-section  .feature-dot {
            color: #ff7f49;
            margin-right: 10px;
            font-size: 20px;
            line-height: 1;
        }
        
       .pricing-section .divider {
            height: 1px;
            background-color: rgba(10, 17, 40, 0.1);
            /* margin: 20px 0; */
        }
        
       .pricing-section .price-container {
            margin-top: 20px;
        }
        
       .pricing-section .price {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 5px;
        }
        
       .pricing-section .price-period {
            color: #595959;
            font-size: 16px;
        }
        
       .pricing-section .pricing-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 16px 40px;
            border-radius: 20px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            margin-top: 20px;
            border: 1px solid #e0e0e0;
            color: #0a1128;
            transition: all 0.3s ease;
            width: 100%;
        }
        
       .pricing-section .pricing-btn:hover {
            background-color: #fffbf3;
        }
        
      .pricing-section .pricing-btn.pricing-btn-dark {
            background-color: #0a1128;
            color: white;
            border: none;
        }
        
       .pricing-section .pricing-btn.pricing-btn-dark:hover {
            background-color: #1a2540;
        }
        

       .pricing-section .pricing-btn.pricing-btn-dark:hover .btn-icon, .pricing-btn:hover .btn-icon{
            transform: rotate(0deg);
        }
       .pricing-section .btn-icon {
            margin-left: 8px;
            transform: rotate(-45deg);
        }
        
       .pricing-section .price-yearly {
            display: none;
        }
        
        @media (max-width: 900px) {
           .pricing-section .pricing-cards {
                grid-template-columns: 1fr;
            }
            
           .pricing-section .header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            
           .pricing-section .toggle-container {
                align-self: flex-start;
            }
        }

@media (max-width: 600px) {
        .standard-plan{
            margin-top: 3rem !important;
        }
        }

/* End Pricing Section */



/* Blog Section Styling */

/*     .blog-section h2 {*/
/*  font-size: 2rem;*/
  
/*}*/

.blog-section .blog-card {

  border-radius: 12px;
  border: 1px solid #afacac;
  background-color: #fff;
}



.blog-section .blog-card img {
  transition: transform 0.4s ease;
  border-radius: 12px 12px 0 0;
}
.blog-section .card-img-top{
     transition: transform 0.4s ease;
}
.blog-section .blog-card:hover .card-img-top {
   transform: scale(1.1);
}
.blog-card-title{
      transition: transform 0.4s ease;
}
.blog-section .blog-card:hover .blog-card-title{
    color: var(--orange-color);
}

.blog-section .date-badge {
  position: absolute;
  bottom: -30px;
  right: 15px;
  background: rgb(255, 127, 73);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 14px 20px;
  text-align: center;
  border-radius: 8px;
  line-height: 0.8;
}

.blog-section .date-badge span {
  font-size: 18px;
  display: block;
}
.blog-card-body{
   display: flex;
    padding: 10px 19px 5px;
    gap: 15px;
    flex-direction: column;

}
.blog-card-footer{
    border-top: 1px;
}
/* Blog Section END */






/* Footer Section */
 .footer-section {
            padding: 80px 0 20px;
            background-color: var(--light-orange-color);
        }
        
        .cta-card {
            background-color: var(--white-color);
            border-radius: 20px;
            padding: 40px;
            position: relative;
            margin-bottom: 60px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .cta-card h2 {
            font-weight: 700;
            font-size: 36px;
            color: var(--text-dark);
            margin-bottom: 15px;
            line-height: 1.2;
        }
        
        .cta-card p {
            color: var(--text-gray);
            margin-bottom: 25px;
            font-size: 16px;
        }
        
       
        .no-credit {
            font-size: 14px;
            color: var(--text-dark);
            margin-top: 15px;
        }
        
        .footer-logo {
            margin-bottom: 15px;
        }
        
        .footer-title {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--text-dark);
            position: relative;
        }
        
        .footer-title:after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 30px;
            height: 2px;
            background-color: var(--primary-color);
        }
        
        .footer-links {
            list-style: none;
            padding-left: 0;
            margin-bottom: 30px;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: var(--text-gray);
            text-decoration: none;
            transition: color 0.3s;
            font-size: 15px;
            position: relative;
            padding-left: 0;
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }
        
        .email-form {
            display: flex;
            margin-top: 15px;
        }
        
        .email-input {
            border-radius: 10px 0 0 10px;
            padding: 5px 15px;
            border: none;
            flex-grow: 1;
          
        }
         .email-input:focus{
           border-color: var(--white-color) !important;
         }
        
        .submit-btn {
           background-color: var(--orange-color);
            color: var(--white-color);
            border: 2px solid var(--orange-color);
            border-radius: 10px;
            padding: 16px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            border-top-left-radius: 10px !important; 
            border-bottom-left-radius: 10px !important; 
        }
        
         .submit-btn:hover .btn-icon {
          transform: rotate(0deg);
}
        .input-group{
          padding: 4px;
          background-color: var(--white);
          border-radius: 10px;
        }
      
        
        .contact-info {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .contact-info i {
            color: var(--primary-color);
            margin-right: 10px;
        }
        
        .contact-info a {
            color: var(--text-gray);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .contact-info a:hover {
            color: var(--primary-color);
        }
        
        .divider {
            height: 1px;
            background-color: rgba(10, 17, 40, 0.1);
            margin: 30px 0;
        }
        
        .copyright {
            text-align: center;
            padding: 15px 0;
            color: var(--text-gray);
            font-size: 14px;
        }
        
        .back-to-top {
            top: -34px;position: absolute;z-index: 999;left: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            background-color: var(--white);
            border-radius: 10px;
            border: 1px solid rgba(10, 17, 40, 0.1);
            margin: 0 auto 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            padding: 18px 20px;
        }
        .back-to-top img {
  animation: floatUpDown 3s ease-in-out infinite;
  width: 100%;
  height: 100%;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-2px); /* adjust the px for more/less movement */
  }
}
       
       
        .pattern-bg {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 40%;
            background-image: linear-gradient(45deg, rgba(255,127,73,0.05) 25%, transparent 25%, transparent 50%, rgba(255,127,73,0.05) 50%, rgba(255,127,73,0.05) 75%, transparent 75%, transparent);
            background-size: 20px 20px;
            border-radius: 0 20px 20px 0;
        }
        
        @media (max-width: 768px) {
            .cta-card {
                padding: 30px;
            }
            
            .cta-card h2 {
                font-size: 28px;
            }
            
            .pattern-bg {
                opacity: 0.1;
            }
        }

/* Footer Section End */




.top-about-sec{
    background-image: url(https://splashsol.com/wp-content/uploads/2026/01/Background-img.png);
        padding: 100px 0px 100px;
        position: relative;
  background-position: center -180px;
}
.top-about-sec h1{
    font-weight: 600;

}







 .feature-section-CWI{
            padding: 100px 0;
        }
        
       .feature-section-CWI .stats-container {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            margin-top: 2.5rem;
            justify-content: center;
        }
        
       .feature-section-CWI .stats-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #FF7F49;
            line-height: 1;
            margin-bottom: 0.5rem;
        }
        
       .feature-section-CWI .stats-label {
            font-size: 0.95rem;
            font-weight: 600;
            color: #0F172A;
        }
        
       .feature-section-CWI .feature-image {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            height: 100%;
        }
        
       .feature-section-CWI .feature-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



        /* FAQS */
         .faq-section {
        
           background-color: var(--dark-color); /* your background color */
         
        }
       

         .faq-bg{
            background-image: url(https://splashsol.com/wp-content/uploads/2026/01/Faqs-trans-bg.svg);
            background-position: center center; 
            background-size: 130%;
               padding: 80px 20px;
         }
        .faq-title {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .faq-title h2 {
            color: #fff;
            font-size: 36px;
            font-weight: 700;
        }
        
        .faq-items {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        
        .faq-item {
            border: 1px solid rgba(10, 17, 40, 0.1);
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .faq-item.active {
            background-color: #FBF1EC;
        }
        
        .faq-item:not(.active) {
            background-color: #fff;
        }
        
        .faq-question-block {
            padding: 20px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        
        .faq-question {
            font-size: 18px;
            font-weight: 600;
            color: #0A1128;
            flex: 1;
        }
        
        .icon-wrapper {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }
        
        .faq-item.active .icon-wrapper {
            background-color: #FF7F49;
        }
        
        .faq-item:not(.active) .icon-wrapper {
            background-color: transparent;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .icon-wrapper svg {
            width: 24px;
            height: 24px;
            transition: all 0.3s ease;
        }
        
        .faq-item.active .icon-wrapper svg {
            stroke: #fff;
            transform: rotate(90deg);
        }
        
        .faq-item:not(.active) .icon-wrapper svg {
            stroke: #696969;
        }
        
        .faq-answer {
            padding: 0 24px 20px;
            color: #555;
            font-size: 16px;
            line-height: 1.6;
            display: none;
        }
        
        .faq-item.active .faq-answer {
            display: block;
        }
        
        @media (max-width: 768px) {
            .faq-question {
                font-size: 16px;
            }
            
            .faq-answer {
                font-size: 14px;
            }
            
            .icon-wrapper {
                width: 32px;
                height: 32px;
            }
            
            .icon-wrapper svg {
                width: 20px;
                height: 20px;
            }
        }














        /* TEAM------------------------------- */

          .team-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        
        .team-card {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(10, 17, 40, 0.2);
            padding: 32px 0 0;
        }
        
        .team-member-info {
            padding: 16px 16px 12px;
            text-align: center;
        }
        
        .team-member-name {
            font-weight: 700;
            font-size: 18px;
            margin: 0 0 4px;
            color: #001726;
        }
        
        .team-member-position {
            color: #666;
            font-size: 14px;
            margin: 0;
            font-weight: 400;
        }
        
        .team-member-image {
            position: relative;
            height: 240px;
            overflow: hidden;
        }
        
        .team-member-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
        }
        
        .social-links {
            position: absolute;
            bottom: 8px;
            left: 15%;
            right: 15%;
            background-color: #FF7F49;
            display: flex;
            justify-content: center;
            padding: 5px 0;
            border-radius: 5px;
        }
        
        .social-links a {
            color: white;
            margin: 0 10px;
            font-size: 14px;
            text-decoration: none;
        }
        
        .social-links a:hover {
           color: black;
        }
        
        @media (max-width: 1024px) {
            .team-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .team-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .team-grid {
                grid-template-columns: 1fr;
            }
        }
        .service-card{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }







        /* --------------------MEDIA QUERY------------------------------ */
        @media (max-width: 768px) {
h1{
    font-size: 40px;
}
.hero-title {
    font-size: 40px !important;
}
.service-wrapper{
    padding: 40px 20px;
}
h2, .service-wrapper .section-title, .project-cards .section-title, .testimonial-section h2{
    font-size: 30px;
    font-weight: 600;
}
.service-wrapper .service-icon{
    width: 30px;
    height: 30px;
}
.service-wrapper .service-title{
    font-size: 18px;
}
.testimonial-section .container{
padding: 80px 20px;
}

.feature-section-CWI .stats-number{
    font-size: 2rem;
    text-align: center;
}
.feature-section-CWI .stats-container{
    gap: 2rem;
}
.feature-section-CWI{
    padding: 20px 0;
}
}
