.txt ul {
    padding: 10px 20px !important;
    background: #2f94f212;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
}

.txt h2:before {
    content: "";
    height: 1px;
    width: 150px;
    background-color: #acacac;
    display: inline-block;
    position: absolute;
    bottom: -9px;
    left: 0;
    margin-left: 0;
}

.txt h2:after {
    content: "";
    height: 4px;
    width: 30px;
    background-color: #2f94f2;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 70px;
    margin-left: -15px;
}

.txt h2 {
    font-size: 25px !important;
    position: relative;
    margin-bottom: 20px;
}

.txt h3:after {
    content: "";
    height: 4px;
    width: 50px;
    background-color: #dab114;
    display: inline-block;
    transform: skew(-30deg);
    position: absolute;
    bottom: -6px;
    left: 0;
    margin-left: 0;
}

.txt h3 {
    font-size: 20px !important;
    position: relative;
    margin-bottom: 10px;
    margin-top: 50px;
}

.seo-reseller-partner-form h2 {
    color: #fff !important;
    font-size: 40px;
    font-family: poppinsbold;
    margin-bottom: 0;
}

.seo-reseller-partner-form {
    text-align: center;
}

#our_reseller_partner input.form-control.effect-8 {
    color: #fff;
}

.seo-reseller-partner-form .form-control,
.seo-reseller-partner-form input.btn.btn-info {
    border-radius: 10px !important;
}

.seo-reseller-partner-form .form-control {
    background: 0;
    color: #444;
    border: 1px solid #fff !important;
    height: 50px;
}

.seo-reseller-partner-form input.btn.btn-info {
    background: #f3d049;
    text-transform: uppercase;
    color: #444;
    padding: 10px 28px;
    font-family: poppinssemibold;
    border-color: transparent;
    width: 100% !important;
}

.seo-reseller-partner-form p {
    color: #fff !important;
    font-size: 20px;
}

.seo-reseller-partner-form input::placeholder {
    color: #fff;
}

 /* Tab Styling */
 .new-multi-tab-wrapper .tabs-container {

     border-radius: 16px;
     overflow: hidden;

     position: relative;
     z-index: 10;
 }

 .new-multi-tab-wrapper .fa-chevron-left:before {
     content: "\f053"
 }

 .new-multi-tab-wrapper button.tab-btn.active {

     background: #ffc107;
     color: #0c0c0c !important;
 }

 .new-multi-tab-wrapper button.tab-btn {
     flex: 1;
     padding: 13px 11px;
     border: none;
     background: #ffffff;
     font-size: 1.1rem;
     font-weight: 600;
     color: #0c0c0c !important;
     cursor: pointer;
     transition: all 0.3s ease;
     position: relative;
     border-radius: 100px;
     border: 1px solid #ddd;
 }

 .new-multi-tab-wrapper button.tab-btn:hover {
     background: #ffc107;
     color: #000;
 }

 .new-multi-tab-wrapper .fa-chevron-right:before {
     content: "\f054"
 }

 .new-multi-tab-wrapper .tabs {
     display: flex;
     flex-wrap: wrap;
     padding: 0;
     position: relative;
     gap: 20px;
 }

 .new-multi-tab-wrapper .tab-btn {
     background: transparent;
     border: none;
     padding: 20px 30px;
     font-size: 1.1rem;
     font-weight: 600;
     color: rgba(255, 255, 255, 0.85);
     cursor: pointer;
     position: relative;
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
     z-index: 2;
 }

 .new-multi-tab-wrapper .tab-btn:hover {
     color: white;
 }

 .new-multi-tab-wrapper .tab-btn.active {
     color: white;
 }


 /* Tab Content */
 .new-multi-tab-wrapper .tab-content {
     display: none;
     padding: 0;
     background: #ffffff00;
     box-shadow: none !important;
     margin-top: 30px;
     border: 1px solid #ddd;
     border-radius: 20px;
 }

 .new-multi-tab-wrapper .graph-placeholder img {
     height: 271px;
     width: 100%;
     object-fit: contain;
 }

 section#ProvenSuccess {
     background: #f2f7fa;
 }

 .new-multi-tab-wrapper .tab-content.active {
     display: block;
     animation: fadeIn 0.6s ease;
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(10px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 /* Custom Slider */
 .new-multi-tab-wrapper .custom-slider {
     position: relative;
     overflow: hidden;
     border-radius: 20px;
     background: #fff;
 }

 .new-multi-tab-wrapper .slides-container {
     display: flex;
     transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
 }

 .new-multi-tab-wrapper .slide {
     min-width: 100%;
     padding: 20px;
     display: flex;
     flex-direction: column;
     gap: 30px;
 }

 @media (min-width: 992px) {
     .new-multi-tab-wrapper .slide {
         flex-direction: row;
         align-items: center;
         padding: 15px;
     }
 }

 .new-multi-tab-wrapper .content-wrap {
     flex: 1;
     padding: 20px;
 }

 .new-multi-tab-wrapper .industry-box {
     border-radius: 12px;
     padding: 30px;
     position: relative;
     overflow: hidden;
     background: #f6f6f6;
     border-radius: 10px;
     padding: 25px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
 }

 .new-multi-tab-wrapper .industry-box::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 5px;
     height: 100%;
     background: linear-gradient(to bottom, #2563eb, #f9cf2f);
 }

 .new-multi-tab-wrapper .industry-title {
     font-size: 1.6rem;
     margin-bottom: 25px;
     color: #000000;
     display: flex;
     flex-wrap: wrap;
     gap: 5px;
     font-weight: bold;
 }

 .new-multi-tab-wrapper .industry-title span {
     color: #64748b;
     font-weight: 500;
 }

 .new-multi-tab-wrapper .industry-box h6 {
     color: #2563eb;
     font-size: 1.2rem;
     margin-bottom: 20px;
     font-weight: 600;
 }

 .new-multi-tab-wrapper .results-list {
     list-style: none;
 }

 .new-multi-tab-wrapper .results-list li {
     padding: 14px 0;
     border-bottom: 1px dashed #e2e8f0;
     display: flex;

     align-items: center;
     font-size: 1.1rem;
     position: relative;
     padding-left: 30px;
 }

 .new-multi-tab-wrapper .results-list li::before {
     content: '✓';
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 24px;
     height: 24px;
     background: #f4d13f;
     color: #000000;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 0.9rem;
 }

 .new-multi-tab-wrapper .results-list li:last-child {
     border-bottom: none;
 }

 .new-multi-tab-wrapper .growth-arrow {
     color: #10b981;
     font-weight: bold;
     font-size: 1.3rem;
     margin-left: 10px;
 }

 .new-multi-tab-wrapper .graph-container {
     flex: 1;
     min-height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: white;
     border-radius: 12px;

     position: relative;
     overflow: hidden;
     border: 1px solid #e2e8f0;
 }

 .new-multi-tab-wrapper .graph-placeholder {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 30px;
     text-align: center;
     width: 100%;
     height: 100%;
 }

 .new-multi-tab-wrapper .graph-placeholder i {
     font-size: 4rem;
     color: #2563eb;
     margin-bottom: 20px;
     background: linear-gradient(135deg, #2563eb 0%, #f59e0b 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .new-multi-tab-wrapper .graph-placeholder p {
     color: #64748b;
     font-size: 1.1rem;
     max-width: 300px;
 }

 /* Slider Navigation */
 .new-multi-tab-wrapper .slider-nav {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 25px;
     margin-top: -21px;
     margin-bottom: 24px;
 }

 section#ProvenSuccess {
     overflow: hidden;
     position: relative;
 }

 section.results-section {
     padding: 0;
     padding-top: 30px;
 }

 .new-multi-tab-wrapper .slider-arrow {
     width: 46px;
     height: 45px;
     border-radius: 50%;
     background: #f9cf2f;
     color: #000000;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.3rem;
     cursor: pointer;
     border: navajowhite;
 }

 .new-multi-tab-wrapper .slider-arrow:hover {
     background: #2563eb;
     color: white;
     border-color: #2563eb;
     transform: translateY(-3px);
 }

 .new-multi-tab-wrapper .slider-arrow:disabled {
     background: #e2e8f0;
     color: #64748b;
     cursor: not-allowed;
     transform: none;
     opacity: 0.5;
 }

 .new-multi-tab-wrapper .slider-dots {
     display: flex;
     gap: 12px;
 }

 .new-multi-tab-wrapper .slider-dot {
     width: 14px;
     height: 14px;
     border-radius: 50%;
     background: #e2e8f0;
     cursor: pointer;
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
 }

 .new-multi-tab-wrapper .slider-dot.active Specificity: (0, 3, 0) {
     background: #f9cf2f;
     transform: scale(1.3);
 }

 /* Progress Bar */
 .new-multi-tab-wrapper .progress-bar {
     height: 4px;
     background: #e2e8f0;
     border-radius: 2px;
     margin-top: 20px;
     overflow: hidden;
     position: relative;
 }

 .new-multi-tab-wrapper .progress {
     height: 100%;
     width: 100%;
     background: #2563eb;
     transform-origin: left;
     transform: scaleX(0);
     transition: transform 4s linear;
 }

 .new-multi-tab-wrapper .progress-bar.active,
 .new-multi-tab-wrapper .progress {
     transform: scaleX(1);
 }

 /* Responsive */
 @media (max-width: 992px) {
     .new-multi-tab-wrapper .tabs {
         overflow-x: auto;
         flex-wrap: nowrap;
         padding: 0;
     }

     .new-multi-tab-wrapper .tab-btn {
         padding: 8px 16px !important;
         white-space: nowrap;
         font-size: 1rem;
         margin-bottom: 10px;
     }

     .new-multi-tab-wrapper .section-header h2 {
         font-size: 2.3rem;
     }

     .new-multi-tab-wrapper .tab-content {
         padding: 0;
     }

     .new-multi-tab-wrapper .content-wrap {
         flex: 1;
         padding: 0;
     }

     .new-multi-tab-wrapper .graph-placeholder img {
         height: auto;
         width: 100%;
         object-fit: contain;
     }

     .new-multi-tab-wrapper .graph-placeholder {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 11px;
         text-align: center;
         width: 100%;
         height: 100%;
     }

     .new-multi-tab-wrapper .slider-nav {
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 25px;
         margin-top: -4px;
         margin-bottom: 24px;
     }

     .section-header p {
         font-size: 1.1rem;
     }
 }

 @media (max-width: 768px) {
     .new-multi-tab-wrapper .section-header h2 {
         font-size: 2rem;
     }

     .new-multi-tab-wrapper .graph-container {
         min-height: 250px;
     }

     .new-multi-tab-wrapper .slider-arrow {
         width: 45px;
         height: 45px;
     }
 }

 /* Floating Elements */
 .new-multi-tab-wrapper .floating-element {
     position: absolute;
     z-index: 1;
     opacity: 0.05;
 }

 .new-multi-tab-wrapper .circle {
     width: 300px;
     height: 300px;
     border-radius: 50%;
     background: linear-gradient(135deg, #2563eb 0%, #f59e0b 100%);
     top: 10%;
     right: -100px;
 }

 .new-multi-tab-wrapper .square {
     width: 200px;
     height: 200px;
     background: linear-gradient(135deg, #2563eb 0%, #f59e0b 100%);
     bottom: 10%;
     left: -80px;
     transform: rotate(45deg);
 }

 .new-multi-tab-wrapper .tabs::-webkit-scrollbar-track {
     background: #000;
     /* track color */
 }

 .new-multi-tab-wrapper .tabs::-webkit-scrollbar-thumb {
     background-color: #ffc107;
     /* thumb color */
     border-radius: 4px;
     /* rounded corners */
 }

 .new-multi-tab-wrapper .tabs::-webkit-scrollbar-thumb:hover {
     background-color: #ffc107;
     /* hover color */
 }

 /* For Firefox */
 .new-multi-tab-wrapper .tabs {
     scrollbar-width: thin;
     /* auto | thin | none */
     scrollbar-color: #ffc107 #000;
     /* thumb color track color */
 }section.seo-reseller-pro .left a.join-us {
    background: #f9cf2f;
    padding: 16px 43px;
    border-radius: 50px;
    font-size: 19px;
    color: #000;
    transition: .3s;
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px;
}

/* start */

       section.signup-with-ez {
    padding: 60px 0;
}
.signup-with-ez {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
        .signup-with-ez header {
            text-align: center;
            margin-bottom: 50px;
            padding: 20px;
        }

        .signup-with-ez h1 {
            font-size: 2.8rem;
            color: #000;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .signup-with-ez h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #f9cf2f;
            border-radius: 2px;
        }

        .signup-with-ez .subtitle {
            font-size: 1.2rem;
            color: #555;
            max-width: 700px;
            margin: 0 auto;
        }

     .signup-with-ez .services-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
}
        .signup-with-ez .service-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
            border: 1px solid #eaeaea;
        }

        .signup-with-ez .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .signup-with-ez .card-header {
            padding: 25px 7px 14px;
            background: #000;
            color: #f9cf2f;
            display: flex;
            align-items: center;
            gap: 15px;
        }

    .signup-with-ez .card-header i {
    font-size: 2.2rem;
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #f9cf2f;
    color: #000;
    border-radius: 50%;
    flex-shrink: 0;
}

      .signup-with-ez .card-header h2 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

        .signup-with-ez .card-content {
            padding: 25px;
            flex-grow: 1;
        }

        .signup-with-ez .card-content ul {
            list-style: none;
        }

        .signup-with-ez .card-content li {
    margin-bottom: 1px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}

        .signup-with-ez .card-content li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #3498db;
            font-weight: bold;
        }

        .signup-with-ez .card-footer {
            padding: 20px 25px;
            background: #f9f9f9;
            border-top: 1px solid #eee;
            text-align: center;
        }

      .signup-with-ez .btn {
    display: inline-block;
    padding: 10px 25px;
    background: #f4d13f;
    color: #000000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s 
ease;
}

        .signup-with-ez .btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
        }

        @media (max-width: 768px) {
            .signup-with-ez .services-grid {
                grid-template-columns: 1fr;
            }
            
            .signup-with-ez h1 {
                font-size: 2.2rem;
            }
            
            .signup-with-ez .card-header {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .signup-with-ez h1 {
                font-size: 1.8rem;
            }
            
            .signup-with-ez .card-header h2 {
                font-size: 1.3rem;
            }
            
            .signup-with-ez .card-content {
                padding: 20px;
            }
        }
/* End */
/* Start */
 section.why-choose-ez-sec .why-choose-card {
     background: #fff;
     border-radius: 41px;
     padding: 20px;
     margin-bottom: 20px;
     transition: .4s;
     box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
     min-height: 270px;
     margin-top: 51px;
 }

 section.why-choose-ez-sec .why-choose-card:hover {
     box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0
 }

 section.why-choose-ez-sec .row .col-sm-4.col-md-4:nth-child(even) .why-choose-card {
     background: #f9cf2f;
 }

 section.why-choose-ez-sec .row .col-sm-4.col-md-4:nth-child(even) .why-choose-card h4 {
     color: #000;
 }

 section.why-choose-ez-sec .why-choose-card .icon-text h3 {
     font-size: 21px;
     font-weight: 700;
     color: #000;
     padding: 20px 0 7px;
     text-align: center;
     border-bottom: 1px dashed rgb(243 243 243);
 }

 section.why-choose-ez-sec .why-choose-card .icon-text h4 {
     font-family: poppinsregular, sans-serif;
     font-size: 18px;
     color: #616161;
     text-align: center;
     line-height: 33px;
 }
/* End */

 /* Start */
 .industries-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
     gap: 30px;
     margin-top: 30px;
 }

 .industries-grid .card-header h3 {
     text-align: left;
     font-size: 20px;
     font-family: poppinsbold;
     padding-bottom: 0;
 }

 .industries-grid .industry-card {
     background: white;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     transition: all 0.3s ease;
     display: flex;
     flex-direction: column;
     height: 100%;
 }

 .industries-grid .industry-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
 }

 .industries-grid .card-header {
     padding: 20px;
     display: flex;
     align-items: center;
 }

 .industries-grid .icon-container img {
     width: 50px !important;
 }

 section.what-industries-sec {
     background: #f9cf2f;
 }

 .industries-grid .icon-container {
     width: 70px;
     height: 70px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 20px;
     flex-shrink: 0;
 }

 .industries-grid .card-content {
     padding: 20px 25px 30px;
 }



 .industries-grid .card-content p {
     color: #7f8c8d;
     font-size: 1rem;
     line-height: 1.7;
 }

 /* Individual industry card colors */
 .industries-grid .manufacturing .icon-container {
     background: rgba(52, 152, 219, 0.15);
 }

 .industries-grid .manufacturing i {
     color: #3498db;
 }

 .industries-grid .saas .icon-container {
     background: rgba(155, 89, 182, 0.15);
 }

 .industries-grid .saas i {
     color: #9b59b6;
 }

 .industries-grid .industrial .icon-container {
     background: rgba(231, 76, 60, 0.15);
 }

 .industries-grid .industrial i {
     color: #e74c3c;
 }

 .industries-grid .ecommerce .icon-container {
     background: rgba(46, 204, 113, 0.15);
 }

 .industries-grid .ecommerce i {
     color: #2ecc71;
 }

 .industries-grid .logistics .icon-container {
     background: rgba(241, 196, 15, 0.15);
 }

 .industries-grid .logistics i {
     color: #f1c40f;
 }

 .industries-grid .services .icon-container {
     background: rgba(26, 188, 156, 0.15);
 }

 .industries-grid .services i {
     color: #1abc9c;
 }

 section.blog-faq.faq-wrapper {
     background: #f7f7f7 !important;
 }

 section.what-make-diffrent .col.col-n {
     height: 380px;
 }

 .industries-grid .icon-container i {
     font-size: 26px;
 }

 /* End */