#ec{
    margin: 0 !Important;
}
html{
    scroll-padding-top: 200px;
}
.text-justify{
    text-align: justify;
}
.bg-purple-light{
    background: #FAF9FD;
}
.bg-blue-light{
    background-color: #f7f9fa !Important;  
}
.clamped-text-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bg-common{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-blend{
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.btn-gap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.outline-btn {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-clr);
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 16px;
    padding: 16px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--primary-clr);
    transition: all 0.4s ease-in-out;
}
.outline-btn:hover{
    background: var(--primary-clr);
    color: #fff;
}
.tabs-morebtn .outline-btn{
    border: 1px solid #fff;
    color: #fff;
}
.tabs-morebtn .outline-btn:hover{
    border: 1px solid var(--primary-clr);
}
.rounded-border{
    border-radius: 5px;
    border: 10px solid #4b24ee61;
}
.welcome5-images-area .img1 img {
    opacity: 1;
    transition: opacity 500ms linear;
}
/* Datils button */

.learn-more {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid var(--primary-clr);
    border-radius: 25px;
    color: var(--primary-clr);
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}

.learn-more:hover {
    background-color: var(--primary-clr);
    color: #fff;
}

.learn-more i {
    margin-left: 10px;
    transition: transform 0.3s;
}

.learn-more:hover i {
    transform: translateX(5px);
}

.link-block i{
    color: var(--primary-clr);
    font-size: 17px;
    margin-top: 8px;
}
.link-block{
    color: #676879;
}

/* Page Header */
.page-banner{
    position: relative;
    background-image: url('/Content/img/bg/hero-pattern-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f4f2fb;
    background-blend-mode: soft-light;
}
.left-img-layer{
    position: absolute;
    top:0;
    left:0;
    height: 400px;
}

/* Blur Page Header */
.blur-page-header {
    position: relative;
    overflow: hidden;
    background: url(/Content/img/pageheader/graident-bg-purple.svg) no-repeat center center / cover;
    padding-top: 60px;
}

.blur-page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;        
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}
/* Banner Slider */
.banner-slider {
    overflow: hidden;
    max-height: 395px;
}
.banner-slider .slide{
    min-height: 395px;
    max-height: 395px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner-slider .slick-list{
    overflow: hidden;
}

.banner-slider .banner-title{
    font-size: 65px;
    line-height: 1.1;
}
.blur-page-header .welcome5-header-area p{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.contact-list li {
    position: relative;
    padding-left: 25px;
    color: #676879;
    font-family: "Figtree", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
}
/* Page Banner */
.page-banner .page-title .big-words{
    font-size: 65px;
    display: block;
}
.page-banner .page-title{
    font-size: 24px;
}
/* Contact */
.contact-list li i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #4b24ee87;
    font-size: 18px;
}
.contact-list li span a {
    font-size: 17px !important;
    margin-top: 0 !important;
} 
.contact-list li a:hover{
    color: #4B24EE;
}
/* Portfolio */
.portfolio-item {
    position: relative;
    margin-bottom: 85px;
}
.portfolio-item a{
    display: block;
}
.portfolio-item img{
    border-radius: 5px;
}
.portfolio-item .portfolio-content h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.portfolio-item .portfolio-content h4 a{
    color: var(--Text-Color, #0D0E10);
}
.portfolio-item .portfolio-content h4 a:hover{
    color: #0a58ca;
}
.portfolio-item .portfolio-content h4 a.domain{
    font-size: 16px;
}
.portfolio-item .portfolio-content{
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -80px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 20px 46px 20px 20px;
    margin-bottom: 30px;
}
.portfolio-item .portfolio-content .more-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 20px;
    color: var(--primary-clr);
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 5px;
    background-color: #d0c8f254;
    transition: .5s;
}
img.mfp-img {
    width: 100%;
    max-height: initial !important;
}
.list-disc{
    list-style: disc;
}
/* blog */
.blog-content p{
    text-align: justify;
    margin-bottom: 16px;
}
.blog-content ul, .blog-content ol, .list-disc{
    padding-left: 30px;
}
.blog-content ul li {
    list-style: disc !important;
}
.blog-content ol li{
    list-style: decimal;
}
.blog-content ul li, .blog-content ol li{
    text-align: justify;
    margin-bottom: 10px;
}

#sticky-sidebar {
    position: sticky;
    top: 105px;
    overflow-y: auto;
}

/* Services */
.service-box {
    margin-top: 40px;
    margin-bottom: 30px;
}
.service-box .inner-box {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    background-image: url('/Content/img/bg/dots-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.service-box .inner-box .content-box {
    padding: 60px 20px 25px;
    position: relative;
}
.service-box .inner-box .content-box .icon-box {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #fff2e2;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-box .inner-box .content-box .icon-box img{
    width: 54px;
    height: 54px;
}
.service-box .inner-box .content-box .title {
    font-size: 24px;
    margin-bottom: 10px;
}
.service-box .inner-box .content-box .title a{
    color: var(--Text-Color, #0D0E10);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-box .inner-box .content-box .title a:hover{
    color: var(--primary-clr);
}
.service-box .inner-box .content-box .text {
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.service-box .inner-box .content-box .read-more {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: var(--Text-Color, #0D0E10);;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-box .inner-box .content-box .read-more:hover {
    color: var(--primary-clr);
}
.service-box .inner-box .content-box .read-more i {
    position: relative;
    top: 0px;
    margin-left: 10px;
}

/* about us */
.wavy-bg{
    background: url('/Content/img/bg/wavy-bg.svg') no-repeat center/cover;
}
.img-layer{
    width: 200px;
    position: absolute;
    bottom:0;
    right: 40px;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgb(229 223 255);
}

/* Counter */
.counter1-section-area {
    padding: 70px 0 70px;
    background: url(/Content/img/bg/cta-bg.jpg) no-repeat center center / cover;
}

/* Industry We Serve */
.industry-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 20px;
}
.industry-card {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #565f761a;
    display: block;
    overflow: hidden;
}

.industry-card .industry-icon {
    width: 100%;
    background: #eee;
    padding: 30px 10px;
    text-align: center;
}

.industry-card h4 {
    font-weight: 500;
    font-size: 18px;
    padding: 15px 10px;
    text-align: center;
}

.industry-card:hover h4{
    color: var(--primary-color);
}

.industry-card h4 a:hover {
    color: var(--primary-clr);
}
/* Industry Parent */
.industry-parent-card{
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.parent-card-header {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
}

.parent-card-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.industry-parent-card .card-content {
    padding: 30px 25px;
    height: 100%;
}
.industry-parent-card .features-list li{
    margin-bottom: 10px;
}

.view-details {
    display: block;
    color: #fff;
    background-color: var(--primary-clr);
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.2s;
    text-align: center;
}

.view-details:hover {
    background-color: #2921d3;
    color: #fff;
}
.view-details i {
    margin-left: 5px;
    transition: transform 0.2s;
}

.view-details:hover i {
    transform: translateX(3px);
}
/* Reviews */
.review-box{
    position: relative;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.testimonial3-section-area .testimonial3-slider-area .review-box:hover .client-img img{
    border: 1px solid var(--primary-clr);
}
.review-box .client-img {
    position: absolute;
    left: 50%;
    top: -28%;
    transform: translate(-50%, 20%);
}
.review-box .client-img img{
    width: 220px;
    height: 75px;
    object-fit: contain;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #565f761a;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}
.review-box .review-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    z-index: 3;
}
.review-box .review-content::before,
.review-box .review-content::after {
    font-family:"FontAwesome";
    font-size: 30px;
    color: #efebff;
    position: absolute;
    z-index: -1;
}
.review-box .review-content::before{
    content: '\f10d';
    top: 15px;
    left: -10px;
}
.review-box .review-content::after{
    content: '\f10e';
    bottom: -20px;
    right: -10px;
}
.works4-section-area .sticky-section-area .sticky-text p{
    text-align: justify;
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 a{
    color: #fff;
}
/* Recent Posts */
.sidebar-widget{
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #e4e4d4;
}
.recent-posts li{
    padding: 10px;
    border: 1px solid #e4e4d4;
    border-radius: 5px;
    margin-bottom: 10px;
}
.recent-posts li:last-child{
    margin-bottom: 0;
}
.recent-posts li a{
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}
.recent-posts li a img{
    border-radius: 4px;
    width: 90px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
}
.recent-posts li a .post-info h4{
    font-size: 18px;
}
.recent-posts li a .post-info h4:hover{
    color: var(--bs-link-color);
}
/* menu active */
.header-area.homepage3 .header-elements .main-menu ul li > a.active, 
.header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a.active{
    color: var(--primary-clr);
}
.industry-web{
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: linear-gradient(to bottom right, #fff, #f1eeffb8);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.industry-web .industry-title{
    font-size: 24px;
}
.industry-web .industry-title a{
    color: #0d0e10;
}
.industry-web .industry-title a:hover{
    color: var(--bs-link-color);
}
.features-list li{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e5e7;
    padding-bottom: 5px;
}
.features-list li:last-child{
    border: none;
}
.features-list li i{
    flex-shrink: 0;
    width: 20px;
    color: var(--primary-clr);
}
.industry-web a.header-btn{
    padding: 12px 24px;
    text-align: center;
}

/* CTA Form  */
.cta-form-sec {
    padding: 100px 0;
    background-color: #faf9ff;
    background-size: 20px 20px;
}
.cta-form {
    background-color: #f6ebe3;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.object-fit-cover {
    object-fit: cover;
}
.custom-input {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 16px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-input:focus {
    border-color: var(--primary-clr);
    box-shadow: 0 0 0 3px rgba(75, 36, 238, 0.05);
    outline: none;
}
.send-btn {
    background: var(--primary-clr);
    color: #fff;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    transition: background 0.3s;
}

.send-btn:hover {
    background: #4420d6;
    color: #fff;
}
.blog-content h2{font-size: 25px}
.blog-content h3{font-size: 20px}
.blog-content h4{font-size: 17px}
.social-share a {
    background-color: #ef7b39;
    color: #ffffff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.social-share a:hover {
    background-color: #d96827;
}
/* Consultation Form */
.consultation-sec {
    background-image: linear-gradient(to bottom right, #eff6ff, #ffffff, #f5f3ff);
}

.free-consultation {
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
}

.consultation-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 24px;
    background: linear-gradient(to right, #4b24ee, #6f50f1);
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.consultation-header h1 {
    font-size: 36px;
    color: #fff;
}

.consultation-header p {
    font-size: 18px;
    color: #fff;
}

.consultation-form-body {
    padding: 32px;
}

.form-part {
    margin-bottom: 40px;
}

.consultation-form .form-step {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.consultation-form .form-step img {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.form-step h2 {
    font-size: 20px;
    font-weight: 500;
}

.cform-label {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight:500;
}

.consultation-form .consultation-input,
.consultation-form .consultation-select,
.consultation-form .consultation-textarea {
    font-size: 16px;
    border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
    padding: 15px 13px;
    border-radius: 4px;
    background: rgb(77 38 239 / 1%);
}

.consultation-form .form-control:focus {
    box-shadow: none;
}

.consultation-form .consultation-textarea {
    height: 85px;
}

.consultation-form .consultation-input[type=file] {
    border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
    padding: 13px 10px 10px 10px;
    border-radius: 4px;
    height: 50px;
}

.consultation-input::file-selector-button {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    transition: 0.5s;
    margin-left: 0px;
    border-radius: 4px;
}

.consultation-input[type=file]:hover::file-selector-button {
    background: var(--primary-clr) !important;
    color: #fff;
}

.consultation-form .form-check-input:checked {
    background-color: var(--primary-clr);
    border-color: var(--primary-clr);
}

.consultation-input::placeholder {
    color: #9ca3af;
}

.form-divider {
    border: 1px solid #636363;
}

.webtype-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 15px 13px;
    border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.webtype-check.type-checked,
.webtype-check:hover {
    background: #f8f6ff;
    color: #000;
    border-color: var(--primary-clr);
}

.webtype-check.type-checked .form-check-input:checked {
    background-color: #330fc7;
    border-color: #330fc7;
}

.consultation-form .form-check-input:focus {
    border-color: #6f50f1;
}

.webtype-check:hover i,
.webtype-check.type-checked i {
    color: #fff !important;
}

.consultation-submit-btn {
    background: linear-gradient(to right, #4b24ee, #6f50f1);
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    color: #fff;
}

.consultation-submit-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(to right, #4420d6, #4b24ee);
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.2), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
}

.consultation-submit-btn:disabled {
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.pricing-container {
    font-size: 16px;
}
.last-price span, .from-price span{
    font-weight: 700;}

.slider-container {
    margin-top: -20px;
}

@@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.consultation-section {
    animation: fadeInUp 0.6s ease-out;
}

.consultation-form .irs--round .irs-line,
.consultation-form .irs--round .irs-bar {
    height: 12px;
}

.irs--round .irs-handle {
    border: 4px solid var(--primary-clr);
    top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--primary-clr);
    padding: 5px 6px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--primary-clr);
}

.irs--round .irs-bar {
    background-color: var(--primary-clr);
}

.irs--round .irs-min,
.irs--round .irs-max {
    padding: 5px 6px;
    background-color: #ede9fd;
}
/* Responsive adjustments */
@media (max-width: 992px) {
    .industry-tab .nav-link {
        font-size: 20px;
        padding: 15px 5px;
    }
}

@media (max-width: 768px) {
    .industry-tab .nav-link {
        font-size: 16px;
        padding: 10px 5px;
    }
}
/* Responsive */
@media only screen and (max-width: 1400px){
    .banner-slider .banner-title {
        font-size: 55px;
    }
    .industry-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }
    .site-logo img{
        width: 200px;
    }
}

@media only screen and (max-width: 1200px){
    .banner-slider .banner-title {
        font-size: 48px;
    }
    .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu ul.small-dropdown{
        left: -230px;
    }
    .page-banner .page-title .big-words{
        font-size: 45px;
    }
    .page-banner .page-title{
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-slider .banner-title {
        font-size: 36px;
    }
    .blur-page-header{
        padding-top: 100px;
    }
    .blur-page-header .welcome5-header-area p {
        font-size: 18px;
    }
    #sticky-sidebar{
        position: static;
    }
    .about-welcome-section-area.about2, .welcome3-section-area {
        padding: 140px 0 70px;
    }
    .testimonial3-section-area{
        background-position: right;
        background-size: auto;
    }
    .counter1-section-area .counter-auhtor-area .col-lg-3:nth-child(2) .counter-box1::after {
        display: none;
    }
    .cta3-header-area h2 {
        font-size: 34px;
    }
}
@media (max-width: 576px) { 
    .banner-slider .banner-title {
        font-size: 32px;
    }
    .cta3-header-area h2 {
        font-size: 28px;
    }
    .page-banner .page-title .big-words{
        font-size: 36px;
    }
    .page-banner .page-title{
        font-size: 20px;
    }
}
@media (max-width: 400px) { 
    .industry-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    }
    .industry-card .industry-icon {
        padding: 20px 10px;
    }
    .industry-card .industry-icon img{
        width: 50px;
        height: 50px;
    }
    .industry-card h4{
        font-size: 16px;
    }
    .recent-posts li a .post-info h4{
        font-size: 16px;
    }
}