.banner2-wrapper {
    min-height: 625px;
    height: calc(100vh - 300px);

    position: relative;
    border-top: 1px solid #707070;
    padding: 88px 0 28px;
}


.banner2-wrapper .carousel-inner {
    min-height: auto;
}

.banner2-wrapper .carousel-inner .textcontent-box {
    /* min-height: 348px; */
    min-height: 342px;
}

.banner2-wrapper .banner-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30.184%;
}

/* .banner2-wrapper .carousel-indicators {
    top: auto;
    bottom: 0px;
    margin: 0;
    left: 0;
    right: auto;
} */

.clientsLogo2-slider .slick-slide {
    width: 201px;
    height: 55px;
    background: #181C26;

    margin: 0 0 0 10px;
    padding: 12px;
}

.clientsLogo2-slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    aspect-ratio: auto 120 / 26;
}

.clients2-wrapper {
    padding-top: 108px;
}

.service2-wrapper {
    background-color: #181C26;
}

.service2-tabs .nav-link {
    /* width: 390px; */
    width: 100%;
    display: flex;
    min-height: 50px;
    height: auto;
    align-items: flex-start;
    padding: 14px 20px 13px;
    background-color: #1E232F;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 27px; */
    color: #DCDCDC;
    margin-bottom: 5px;
    text-transform: capitalize;
    opacity: 1;
    border-radius: 0;
    text-align: left;
    letter-spacing: 0;
    border: 0;
}



.service2-tabs .nav-link.active,
.service2-tabs .show>.nav-link {
    background-color: #2B8BE9;
    color: white;
}


.service2-content {
    position: relative;
    z-index: 1;
}

.service2-content::before {
    content: '';
    position: absolute;
    background-color: #121620;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    z-index: -1;
}

.section-subtitle {
    font: normal normal 300 34px/1.4415 'Jost';
    color: #FFFFFF;
    margin-bottom: 31px;
    text-transform: capitalize;
}

.service2-wrapper .textcontent-box {
    /* border: 1px dashed #5A5D63; */
    padding: 20px 35px 21px;
    margin-bottom: 37px;


    background: linear-gradient(90deg, #5A5D63 50%, transparent 50%),
        linear-gradient(90deg, #5A5D63 50%, transparent 50%),
        linear-gradient(0deg, #5A5D63 50%, transparent 50%),
        linear-gradient(0deg, #5A5D63 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;


    animation: dash 60s linear infinite;
}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}

.service2-wrapper .textcontent-box ul {
    margin-top: 21px;
}

.service2-wrapper ul.listing-wrapper li {
    font-size: 14px;
}

.textcontent-box p {
    font: normal normal 300 16px/28px 'Poppins';
    color: #DCDCDC;
    margin-bottom: 24px;
}



.individual-services-box .img-box {
    background-color: #1E232F;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
    border-radius: 0;
}

.individual-services-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.individual-services-box h4 {
    font: normal normal 300 14px/22px 'Poppins';
    color: #FFFFFF;
}

.explore-btn {
    margin-top: 28px;
}

.btn-animation {
    overflow: hidden;
}

.btn-animation:hover::before,
.btn-animation:hover::after {
    display: none;
}

.btn-animation::before {
    content: '';
    animation: ripple 0.8s linear infinite;
}

.btn-animation::after {
    content: '';
    animation: ripple 0.8s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07), 0 0 0 60px rgba(255, 255, 255, 0.07);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07), 0 0 0 60px rgba(255, 255, 255, 0.07), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

.service2-content .accordion-button,
.service2-content .accordion-button:not(.collapsed) {
    background-color: #1E232F;
}

.service2-content .accordion-body {
    /* background-color: #1E232F; */
    border-top: 1px solid #121620;
    background-color: #121620;
}

.service2-content .accordion-body {
    padding: 24px;
}

.milestones-wrapper .img-content {
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.milestones-wrapper .img-content .img-1 {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.milestones-wrapper .flotting-img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.3s linear;
}

.milestones-wrapper .img-content:hover .flotting-img {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
}

.milestones-wrapper .img-content::before {
    content: '';
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 5%, 0.50);
    z-index: 1;
    border: 5px solid #FFFFFF3B;
    transition: all 0.3s linear;
}

.milestones-wrapper .img-content:hover::before {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background-color: hsla(0, 0%, 5%, 0.00);
}

.milestones-wrapper .iso-badges {
    background-color: white;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.milestones-wrapper .description-text {
    /* background-color: #181C26; */
    padding: 55px 228px 58px 37px;
    position: relative;
    z-index: 1;
}

.milestones-wrapper .description-text::before {
    content: '';
    position: absolute;
    width: 85%;
    height: 100%;
    background-color: #181C26;
    z-index: -1;
    top: 0;
    left: 0;
}

.milestones-wrapper .year-badges {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 221px;
    height: 221px;
    border-radius: 100%;
}

/* .milestones-wrapper .year-badges::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #707070;
    border-radius: 100%;
    animation: 20s linear 0s infinite normal none running rotate;
    background-image: url('../images-2025/year-circle-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */

.milestones-wrapper .year-badges .circle-box {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #707070;
    border-radius: 100%;
    animation: 20s linear 0s infinite normal none running rotate;
    padding: 12px;
    /* background-image: url('../images-2025/year-circle-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
}

/* .milestones-wrapper .year-badges img {
    position: absolute;
    top: 13px;
    left: 13px;
    animation: 20s linear 0s infinite normal none running rotate;
   
    object-fit: cover;
    object-position: center center;
} */


.milestones-wrapper .year-badges>div {
    background-color: #2B8BE9;
    border-radius: 100px;
    padding: 36px 30px 30px;
    width: 142px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.milestones-wrapper .year-badges>div p {
    width: 100%;
    margin-bottom: 0;
}

.milestones-wrapper .year-badges>div p,
.milestones-wrapper .year-badges>div p span {
    font: normal normal 300 47px/25px 'Poppins';
    color: white;
}

.milestones-wrapper .year-badges>div small {
    font: normal normal 300 18px/23px 'Poppins';
    color: white;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg) translate(-50%, -50%);
    }

    to {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.description-text p {
    font: normal normal 300 16px/1.86 'Poppins';
    color: #DCDCDC;
    margin-bottom: 0;
}

.milestones-wrapper .counter-content {
    background-color: #181C26;
    padding: 28px 25px;
}

.milestones-wrapper .counter-content .number {
    font: normal normal 300 47px/60px 'Poppins';
    color: white;
}

.milestones-wrapper .counter-content p {
    font: normal normal normal 16px/1.438 'Poppins';
    color: #FFFFFF;
}

.keyIndSolInLaptop-tab {
    color: #fff;
    position: relative;
}

.keyIndSolInLaptop-tab .nav-tabs {
    border: 0;
    margin: 0 -7px 14px;
    position: relative;
    z-index: 2;
}

.keyIndSolInLaptop-tab .nav-tabs .nav-item {
    margin: 0 7px;
    flex-grow: 1;
}

.keyIndSolInLaptop-tab .nav-tabs .nav-link {
    width: 100%;
    color: #DCDCDC;
    font-size: 17px;
    line-height: 1.412;
    font-weight: normal;
    text-align: center;
    padding: 13px 10px;
    background: #1E232F;
    margin: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    /* transition: all .2s; */
}



.keyIndSolInLaptop-tab .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -23px;
    background: transparent;
    border-radius: 15px;
    z-index: -1;
    transition: all .2s;
}



.keyIndSolInLaptop-tab .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
    border-width: 11px 9px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    transition: all .2s;
}


.keyIndSolInLaptop-tab .nav-tabs .nav-link.active {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 0;
    background: transparent;
    border: 0;
}



.keyIndSolInLaptop-tab .nav-tabs .nav-link.active:before {
    background: #2B8BE9;
}



.keyIndSolInLaptop-tab .nav-tabs .nav-link.active:after {
    border-top-color: #2B8BE9;
}

.keyIndSolInLaptop-tab .tab-pane {
    background: #1E232F;
    padding: 35px 0 0 0;
}

.keyIndSolInLaptop-tab .tab-content>.tab-pane {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.keyIndSolInLaptop-tab .tab-content>.tab-pane.active {
    position: relative;
    opacity: 1;
    z-index: 1
}


.keyIndSolInLaptop-slider .slick-list {
    overflow: visible;
}

.keyIndSolInLaptop-slider .slick-slide {
    opacity: 0;
}

.keyIndSolInLaptop-slider .slick-slide.slick-current {
    opacity: 1;
}

.keyIndSolInLaptop-tab .laptop {
    width: 728px;
    margin-top: auto;
    margin-left: -110px;
    margin-bottom: -39px;
    padding: 27px 65px 53px 62px;
    background: url('../images-2025/laptop.png') top left no-repeat;
    background-size: contain;
}

.keyIndSol-laptopSlider {
    width: 601px;
    height: 379px;
}

.keyIndSol-laptopSlider * {
    height: 100%;
}

.keyIndSol-laptopSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


.keyIndSolInLaptop-slider .content {
    padding: 38px 66px 44px 22px;
    /* height: 100%; */
}

.keyIndSolInLaptop-slider .content h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.keyIndSolInLaptop-slider .content p {
    line-height: 1.875;
    margin-bottom: 20px;
}

.keyIndSolInLaptop-slider .slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 0;
    top: auto;
    left: calc(50% + 22px);
    bottom: -22px;
    transform: none;
    background: #2a8ae8;
    z-index: 1;
    opacity: .5
}


.keyIndSolInLaptop-slider .slick-next {
    left: calc(50% + 70px);
    display: block !important
}


.keyIndSolInLaptop-slider .slick-arrow:hover {
    opacity: 1;
}

/* 24-03-2025 */
/* loader css start */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: #181C26; */
    background-color: hwb(222.86deg 9.41% 85.1% / 94%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loader-wrapper .spaculus-logo {
    position: relative;
    z-index: 9;
}


/* loader css End */

#header {
    transition: all 0.3s linear;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1e232f;
    z-index: 9;
    box-shadow: 0 0px 0px hsl(223deg 23% 12% / 40%);
}

#header .navbar-logo::after {
    content: '';
    background-color: #ffF;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    transition: all 0.3s linear;
    width: 287px;
    height: 94px;
    background-image: none;
}

#header .navbar-logo,
#header .navbar,
#header .nav-link {
    transition: all 0.3s linear;
}

/* 24-03-2025 */
/* 

.ai-nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images-2025/ai-animation.gif');
    background-repeat: no-repeat;
    background-size: cover;
    animation: 3s slide-left;
    border: none;
    z-index: -1;
    color: #fff;
    opacity: 0.6;
   
}

.loader-wrapper .spaculus-logo {
    position: relative !important;
}

*/
/* background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif); */
.ai-nav-item .nav-link {
    position: relative;
    background-image: url('../images-2025/video2.gif');
    background-size: cover;
    color: rgba(255, 255, 255, 0.37);
    -moz-background-clip: text;
    -webkit-background-clip: text;
}

/* .ai-nav-item .nav-link::before {
    content: '[';
    font-family: "Font Awesome 6 Free";
}

.ai-nav-item .nav-link::after {
    content: ']';
    font-family: "Font Awesome 6 Free";
} */

.ai-nav-item2 img {
    width: 120px;
}


#contact-form-model .modal-body {
    padding: 48px 24px 63px;
}

.modal h2 {
    font: normal normal 400 34px/1.3 'Jost';
    text-transform: capitalize;
    margin-bottom: 30px;
}

.modal h2 span {
    color: #2B8BE9;
}

.modal .form-control {
    border: 1px solid #DDDDDD;
    height: 50px;
    padding: 8px 20px;
    font: normal normal 400 14px/1.2 'Poppins';
}

.modal textarea.form-control {
    padding: 12px 20px;
}

.modal .form-control::placeholder {
    color: #222222;
}

.modal .form-check .form-check-label {
    color: #222222;
    font: normal normal normal 12px/1.2 'Poppins';
}

.txt-fillattach {
    color: #2B8BE9;
    font: normal normal 500 12px/1.2 'Poppins';
}

#contact-form-model .description-text {
    /* background-color: #ECECEC; */
    /* padding: 51px 21px 55px; */
    padding: 42px 21px 42px;
    height: 100%;

}

#contact-form-model .description-text ul li {
    position: relative;
    padding-left: 34px;
}

#contact-form-model .description-text ul li:not(:last-of-type) {
    margin-bottom: 34px;
}

#contact-form-model .description-text ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #2B8BE9;
    position: absolute;
    left: 0;
    top: 0;
}

#contact-form-model .description-text ul li strong {
    font: normal normal 600 16px/1 'Poppins';
    color: #222222;
}

#contact-form-model .description-text ul li p {
    margin-top: 7px;
    font: normal normal 400 13px/1.655 'Poppins';
    color: #222222;
}

.modal-video .btn-close.btn-square-close {
    padding: 6px;
    background-color: #2B8BE9;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: white;
    background-image: none;
    font-size: 21px;
}

/* #contact-form-model .file-upload-content {
    width: auto;
    cursor: pointer;
}
https: //xd.adobe.com/view/ea3ae4ca-15a7-4f36-b3c8-04cfece785a0-bf69/screen/8e4480ea-7e3f-43d8-8e46-1e772b5509e8/specs/
#contact-form-model .file-upload-content>p {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
}

#contact-form-model .file-uploadtext {
    position: relative;
    z-index: 0;
}

#contact-form-model .file-upload-content .file-uploadtext p {
    line-height: 1.3;
    font-size: 12px;
    font-weight: 500;
}

#contact-form-model input[type="checkbox"] {
    border: 2px solid #9f9f9f;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
}

#contact-form-model .wpcf7-list-item>label {
    color: #222222;
    font: normal normal normal 12px / 1.2 'Poppins';
    display: flex;
    align-items: center;
    margin: 0;
}

#contact-form-model .wpcf7-form-control-wrap .wpcf7-form-control {
    display: flex;
    align-items: center;
}

#contact-form-model .description-text {
    display: flex;
    align-items: center;
} */

.banner2-wrapper .textcontent-box {
    display: flex;
    flex-direction: column;
}

.banner2-wrapper .textcontent-box h1 {
    flex-grow: 1;
    /* line-height: 1.2; */
    /* font: 300 55px / 1.2 'Jost'; */
    margin-bottom: 30px;
}

.banner2-wrapper .carousel-item {
    height: 100%;
}



/* blog page css */
.bannerInnerblog-wrapper {
    height: 225px;
}

.bannerInnerblog-wrapper h1 {
    margin-bottom: 35px;
}

.blog-nav {
    margin-bottom: 0;
    padding-top: 24px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.blog-nav img {
    max-height: 28px;
    margin-right: 12px;
}

.blog-nav li p {
    font: normal normal 400 16px/28px 'Poppins';
}

.blog-nav li p strong {
    font-weight: 700;
    color: #2B8BE9;
}

.blog-nav li.breadcrumb-item+.breadcrumb-item {
    padding-left: 21px;
}

.blog-nav li.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|");
    padding-right: 21px;
    font-size: 21px;
}


.blogLeft-wrapper .caseStudy-tab .nav-link {
    font-size: 18px;
    padding: 12px 24px;
}

.blogLeft-wrapper .caseStudy-tab .nav-tabs {
    margin-bottom: 25px;
}

.blog-box .img-box {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.blog-box .img-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.blog-description .breadcrumb {
    margin-bottom: 16px;
}

.blog-description .breadcrumb li {
    font-size: 14px;
}

.blog-description .breadcrumb li i {
    margin-right: 12px;
    font-size: 20px;
}

.blog-description .breadcrumb-item+.breadcrumb-item {
    padding-left: 24px;
}

.blog-description .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 24px;
    content: var(--bs-breadcrumb-divider, "|");
    color: #707070;
    font-size: 20px;
    line-height: 1;
}

.blog-description h3 {
    font: normal normal 500 24px/1.5 'Jost';
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limit to 1 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.blog-description p {
    font: normal normal 300 14px/1.715 'Poppins';
    color: #E3E3E3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.btn-alink {
    font-size: 16px;
    font-weight: 600;
    color: #2a8be9 !important;
    transition: all 0s linear;
    display: flex;
    align-items: center;
}

.btn-alink img {
    margin-left: 8px;
    transition: all 0s linear;
}

.btn-alink:hover {
    color: #fff !important;
}

.btn-alink:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(38%) saturate(602%) hue-rotate(2deg) brightness(114%) contrast(109%);
}

.main-box {
    margin-bottom: 24px;
}

.main-box .blog-description .breadcrumb {
    margin-top: 18px;
}

.listing-blog .img-box {
    max-width: 220px;
    margin-left: 24px;
}

.listing-blog>li {
    border-top: 1px solid #4A4A4A;
    padding: 24px 0;
}

.listing-blog>li:last-of-type {
    border-bottom: 1px solid #4A4A4A;
}


.search-block-blog input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 62%, 0.50);
    color: #fff;
}

.search-block-blog input::placeholder {
    color: #fff;
}

.search-block-blog i {
    color: #fff;
}

.search-block-blog input:focus {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
}

.blogInner-wrapper .blogSideN-block .blogInner-block .ratio {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 22px;
}

.blogSideN-block .blogInner-block .ratio::before {
    padding-top: 0;
    height: 55px;
}

.blogInner-wrapper .blogSideN-block h4 {
    font-size: 18px;
}

.blogSideN-block ul.categories-list li {
    margin-bottom: 18px;
}

/* .blogSide-block.blogSideN-block hr {
    margin: 20px 0;
} */

.blogSideN-block input {
    height: 66px;
    padding: 20px 22px;
}

.expert-Nwork-box {
    display: flex;
    align-items: center;
}

.expert-Nwork-box h3 {
    font: normal normal 400 24px/34px 'Jost';
    margin-bottom: 12px;
}

.expert-Nwork-box h3 a {
    color: #FFFFFF;
}

.expert-Nwork-slider .slide .expert-Nwork-box:nth-of-type(1) {
    margin-bottom: 30px;
}

.expert-Nwork-slider .slide .expert-Nwork-box:nth-of-type(1) .img-box,
.expert-Nwork-slider .slide:nth-child(even) .expert-Nwork-box:nth-of-type(2) .img-box {
    max-width: 200px;
    height: 100%;
}

.expert-Nwork-slider .slide .expert-Nwork-box .img-box {
    max-width: 250px;
    height: 100%;
    margin-right: 20px;
}

.expert-Nwork-slider .slide .expert-Nwork-box h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert-Nwork-slider .slide:nth-child(odd) .expert-Nwork-box:nth-of-type(1) h3 a {

    -webkit-line-clamp: 2;
    /* Limit to 2 lines */

}

.expert-Nwork-slider .slide:nth-child(even) .expert-Nwork-box:nth-of-type(2) h3 a {
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */

}

.expert-Nwork-slider .slide:nth-child(even) .expert-Nwork-box:nth-of-type(1) .img-box {
    max-width: 250px;
    height: 100%;
}


.expert-Nwork-slider .slide.slick-slide {
    margin-right: 30px;
}


.category-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.category-title {
    font: normal normal 500 20px/1.7 'Jost';
    color: #FFFFFF;
    text-transform: capitalize;
}

.arrow-icon {
    background-color: #2B8BE9;
    /* blue */
    border-radius: 999px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffF;
    border: 1px solid #2B8BE9;
}

.arrow-icon:hover {
    background-color: transparent;
    color: #2B8BE9;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex;
    flex-direction: column;
    flex-grow: 1; */
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    height: 100%;
    flex-grow: 1;

}

.category-list li {
    font: normal normal 300 14px/26px 'Poppins';
    color: #fff;
    line-height: 1.4;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;

}

.category-list li:not(:last-of-type) {
    margin-bottom: 27px;
}

.category-list li a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-list li a:hover {
    color: #2B8BE9;
    text-decoration: underline;
}

.blogcategory-wrapper {
    background-color: #171C26;
}

.ai-blog-wrapper .blog-block .ratio:before {
    padding-top: 0;
}

.ai-blog-wrapper .blog-block .cover {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.ai-blog-wrapper .blog-block .cover .tag {
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    background: #2a8ae8;
    border-radius: 4px;
    padding: 3px 20px;
    color: #fff;
    position: absolute;
    display: none;
}

.blog-block h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-block p {
    font: normal normal 300 14px/24px 'Poppins';
    color: #E3E3E3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-dark2 {
    background-color: #171C26 !important;
}

.expert-Nwork-wrapper .btn-default {
    padding: 9px 16px;
}

.testimonial2-slider {
    margin: auto;
    max-width: 94%;
}

.testimonial2-slider .single-testimonial {
    background-color: #181c26;
    padding: 24px;
    border-radius: 10px;
}

.testimonial2-slider .slick-slide {
    margin: 0 12px;
}

.testimonial2-slider .slick-slide span {
    color: white;
    font-weight: 300;
    font-size: .875rem;
}

.testimonial2-slider .slick-slide h4 {
    color: white;
    font-size: 18px;

}

.testimonial2-slider .star-rating {
    margin: 24px 0 16px;
}

.testimonial2-slider .img-box {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 2px solid white;
}

.testimonial2-slider .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
}

.testimonial2-slider .slick-slide p {
    line-height: 1.5;
}

.testimonial2-slider .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #2b8be9;
    opacity: 0.5;
}

.testimonial2-slider .slick-arrow:hover {
    opacity: 1;
    background: #2b8be9;
}

.testimonial2-slider .slick-prev {
    left: -30px;
}

.testimonial2-slider .slick-next {
    right: -30px;
}

.blog-detail-title{
    font: 500 39px / 1.2 Jost;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.blog-detail-wrapper{
    padding: 60px 0 100px
}
.blog-detail-wrapper a{
    color: #fff;
}
.author-info {
    background: #1E232F;
    border-radius: 10px;
    padding: 15px 20px;
}
.author-info p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.author-info span{
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px
}
.author-small-img{
    max-width: 85px;
    border-radius: 10px;
}
p.small-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;

    text-transform: uppercase;
}
.blog-detail-wrapper {
    color: #fff;
    background: #181C26;
}
.blog-detail-wrapper p{
    font-size: 16px;
    color: #D1D1D1;
}

.blog-detail-wrapper ul.listing-new li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #D1D1D1;
}

.blog-detail-wrapper ul.listing-new li:before{
    content: '';
    background: url(../images-2025/check.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    top: 8px;
    position: relative;
    left: -15px;
}
.blog-detail-wrapper h4{
    font-family: jost;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-detail-wrapper h5{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-tag{
    background: #2B8BE9;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}
.author-big .author-name{
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #fff;

}
.author-big p{
    font-weight: normal;
    line-height: 24px;
    margin: 15px 0;
}
.author-big{
    padding: 35px 70px;
}
.animated-rect{
    background: linear-gradient(90deg, #5A5D63 50%, transparent 50%), linear-gradient(90deg, #5A5D63 50%, transparent 50%), linear-gradient(0deg, #5A5D63 50%, transparent 50%), linear-gradient(0deg, #5A5D63 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    animation: dash 60s linear infinite;
    border-radius: 10px;
    padding: 1px;

}
.author-big .small-title{
    font-family: jost;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.author-big .author-img{
    max-width: 254px;
    border-radius: 10px;
    min-width: 254px;
}
.blog-testimonial-wrap{
    background: #181C26;
    padding: 100px 0;
}
.blog-testi-single{
    background: #1E232F;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.blog-testi-img{
    max-width: 70px;
    border-radius: 12px;
}
.blog-testi-single p{
    font-size: 14px;
    line-height: 24px;
}
.blog-testi-name{
    font-size: 18px;
    font-weight: 500;
    font-family: jost;
    color: #fff;
    padding-left: 20px;
}

@media (max-width: 1199px){
    .blog-detail-title{
        margin-top: 20px;
    }    
}

@media (max-width: 767px){
    .blog-detail-title{
        font-size: 22px;
    }    
    .blog-detail-wrapper .animated-rect{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog-detail-wrapper h4{
        font-size: 20px;
    }

    .author-info.author-big{
        padding: 30px;
    }
    .author-info.author-big .d-flex {
        display: block !important;
        text-align: center;
    }
    .author-info.author-big .ms-3{
        margin-left: 0 !important; 
    }
    .author-big .author-name{
        margin-top: 10px;
    }
}






/* 02 06 2025*/

.listing-check li {
    padding-left: 38px;
    position: relative;
} 
.listing-check li:before {
    content: '';
    content: "\f00c";
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #2a8be9;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free" !important;
}

.sub-title-list{
    font: 300 30px / 58px Jost;
    letter-spacing: 0;
    color: #fff;
    border-bottom: 1px solid #5e5e5e;
}

.listing-check h5{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.listing-check {
    margin-top: 20px;
}
.listing-check li{
    margin-bottom: 20px;
}

.listing-check li p{
    font: normal normal 300 16px / 28px 'Poppins';
    color: #DCDCDC
}