/************ Posts Slider ******************/
.latest-posts-slider .post-slide { background: #fff; border-radius: 10px; padding: 15px; margin: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-align: center; height: 400px; position: relative !important; }
.latest-posts-slider .post-thumb img { width: 100%; border-radius: 8px; }
.latest-posts-slider .post-content { padding: 10px 0; }
.latest-posts-slider .post-date { font-size: 14px; color: #999; }
.latest-posts-slider .post-title { font-size: 18px; margin: 8px 0; text-align: left; }
.latest-posts-slider .post-title a { text-decoration: none; color: #333; }
.post-meta { display: flex; justify-content: space-between; }
.post-btn { position: absolute; bottom: -25px; left: 0; right: 0; text-align: center; width: fit-content; margin-inline: auto; }
.post-btn a.read-more { width: 50px; height: 50px; border: 1px solid #ccc; padding: 13px 18px; border-radius: 50px; background: #fff; color: #1F61E8; font-size: 22px; display: flex; align-items: center; justify-content: center; }
.slick-track { padding-bottom: 50px; }
.post-btn a.read-more:hover { background: #1F61E8; color: #fff; border: 1px solid #1F61E8; transition: all 0.3s ease; }
.slick-next:before, .slick-prev::before   { display: none !important; }
.slick-prev, .slick-next { background: transparent !important; font-size: 24px !important; color: #333 !important; cursor: pointer !important; height: 50px !important; width: 50px !important; border-radius: 50% !important; border: 1px solid #ccc !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.slick-next { right: -60px !important; }
.slick-prev { left: -60px !important; }
.slick-prev:hover, .slick-next:hover { color: #000; }
.skyBlue { background: #EFF7FF; }
.lightBlue { background: #1F61E8; }
.core-values .mission { align-items: start; }
.whyUsSection .topService { display: inline-block; }
.lightBlue_bg { background-color: #EFF4FE !important; }
.whyChooseBanner, .our-team { background-size: 100% 100%; min-height: 75vh; display: flex; align-items: center; justify-content: center; }
.our-team h1 { max-width: 900px; margin: 0 auto !important; width: 100%; }
.ps-15{ padding-left : 15px !important; }
.fw-container { width: 100%; margin: 0 auto; padding: 0 15px; }
.tech_stack .tabs { flex-wrap: wrap; }
.row { margin-right: 0px !important; margin-left: 0px !important; }
.we-do .sec-head { padding-right: 20px; }

/********** Blockchain Development solutions ****************/

.case-study-section { background-color: #F0F8FF; margin-top: 0 !important; }
.case-study-section .tab { overflow: auto; border: none; background-color: transparent; gap: 15px; display: flex; }
.case-study-section .tab button { background-color: #fff !important; color: #000 !important; float: left; border: none; outline: none; cursor: pointer; padding: 10px 30px; border-radius: 10px 10px 0px 0px; transition: 0.3s; font-size: 17px; white-space: nowrap;}
.case-study-section .tab button:hover { background-color: #ddd; }
.case-study-section .tab button.active { background-color: #1F61E8 !important; color: #fff !important; box-shadow: 0px 4px 14px 0px #0000004f; }
.case-study-section .tabcontent { box-shadow: 0px 0px 54px 0px #1f61e81a; background-color: #fff; border-radius: 0px 10px 10px 10px; padding: 30px; }
.case-study-section .tabcontent h3 { color: #372C7A; font-size: 24px; line-height: 42px; margin-bottom: 20px; }
.case-study-content { display: flex; width: 100%; flex-wrap: wrap; align-items: start; margin-bottom: 15px; }
.case-study-content h5 { width: 15%; font-weight: 600; font-size: 18px; color: #000; }
.case-study-content p { color: #000; font-weight: 400; width: 85%; font-size: 18px; }
.case-study-content ul li { list-style: inside; font-size: 18px; color: #000; margin-bottom: 10px; }
.case-study-content ul { width: 85%; }



.key-business-sec, .why-choose-sec, .tech-stack-sec { position: relative !important; }
.BenefitsOfBlockChain, .tech-stack-sec { background: #f0f8ff; }
.key-business-sec .sec-head h2, .why-choose-sec .sec-head h2, .tech-stack-sec .sec-head h2 { color: #1d1068; font-size: 20px; letter-spacing: 8.00px; line-height: 1.4; }
.key-row { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 48px; }
.key-column { flex: 0 0 23%; justify-content: center; border-radius: 20px; background: #FFF; box-shadow: 0 2px 44px 0 rgba(31, 97, 232, 0.15); padding: 37px 24px; }
.key-column h3 { margin-top: 18px; margin-bottom: 16px; }
.UI-UX-2 { font-weight: 600; color: #1d1068; font-size: 20px; letter-spacing: -0.86px; line-height: 1.4; }
.key-business-sec .cmn-heading h4 { color: #1D1068; }

.mainBannerContainer ul {
   list-style: none;
   padding-left: 24px;
}
.mainBannerContainer ul li {
    position: relative;
    color: #fff;
    font-size: 20px;
}

.mainBannerContainer ul li::before {
    content: "✓";
    height: 9px;
    width: 12px;
    position: absolute;
    left: -20px;
    top: 9%;
    color: #fff;
}

.stats-section {
    display: flex;
    gap: 20px; 
    align-items: center;
}
.stat-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}


.BenefitsOfBlockChain {
    padding-bottom: 60px;
}

.BenefitsOfBlockChain .sec-head {
    margin-bottom: 40px;
}

/* Row containing columns */
.BenefitsOfBlockChain .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* space between columns */
}

/* Left and Right columns */
.BenefitsOfBlockChain .col-md-6 {
    flex: 1 1 47%;
    box-sizing: border-box;
}

/* Column headings */
.BenefitsOfBlockChain h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1d1068; /* Change as needed */
}

/* Benefits items */
.BenefitsOfBlockChain .blockchainBenefitsContainer .benefits {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Icon container */
.BenefitsOfBlockChain .angularBenefitImg {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.BenefitsOfBlockChain .angularBenefitImg img {
    width: 60px;
    height: 60px;
}

/* Text inside benefits */
.BenefitsOfBlockChain .blockchainBenefitsTxt h4 {
    font-size: 24px;
    color: #1d1068;
    margin: 0 !important;
}

.BenefitsOfBlockChain .blockchainBenefitsTxt p {
    font-size: 14px;
    margin: 0;
    color: #53498a;
}


/*********** Header ***************/
.blockchain-menu{
    list-style: none;
}
nav.blockchain {
    padding: 20px 0px;
}
button.bChain-btn {
    background-color: #1F61E8 !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    padding: 14px 26px;
    transition: all ease 0.3s;
    position: relative;
    min-width: 200px;
    text-align: center;
    margin-left: 15px;
}

.bg-blockchain::before{
    background-color: unset !important;
}

.bg-blockchain .mt-40{
        margin-top: 0px !important;
    }

.blockchain_serList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
    margin-top: 80px;
}

.blockchain_itemList {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.blockchain_itemList:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

.blockchain_itemContent {
    text-align: center;
}

.blockchain_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 0px;
    margin-top: -60px;
}

.blockchain_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blockchain_title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a40;
    line-height: 1.4;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockchain_description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}


.blockchain_leadform .form-lap {
    flex: 1 0 50%;
}
.blockchain_leadform{
    margin: 80px 0;
    padding: 30px;
}

.blockchain_leadform .content {
    display: flex;
    justify-content: center;
    align-items: center;
}


.blockChain_popup_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blockChain_popup_wrap .wrap { 
    max-width: 60% !important; 
}

.blockChain_popup_wrap button.side_close { 
    z-index: 1;
}

.blockChain_popup_wrap .popup-row {
    height: 500px;
}
.blockChain_popup_wrap .popup-img {
    height: 100%;
}
.blockChain_popup_wrap .popup-img img{
    width: 100%;
}
.blockChain_popup_wrap .popup-content {
    height: 100%;
    overflow: auto;
}

/***************/
.bg-blockchain .mainBannerContainer { 
    gap: 50px;
}
.bg-blockchain .mainBannerContainer .mainBannerHeadingContainer {
    flex: 1 0 calc(50% - 40px);
}

.bg-blockchain .form-box { 
    flex: 1 0 calc(50% - 40px);
}

 

/****************/
/* Responsive Design */
@media (max-width: 1024px) {
    .blockchain_serList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blockchain_serList {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 40px;
    }
    
    .blockchain_itemList {
        padding: 16px;
    }
    
    .blockchain_title {
        min-height: auto;
        font-size: 14px;
    }
    .blockchain_icon {
    width: 40px;
    height: 40px;
    margin-top: 0px;
}
.key-column { flex: 1;}
.key-row{
    flex-direction: column;
}
.blockchain_leadform{
    margin: 0;
}
.blockchain_leadform.overlap-form-inr{
    padding: 14px !important;
}
.mainBannerContainer ul li { 
    font-size: 16px;
}
.case-study-content h5{
        width: 100%;
        margin-bottom: 12px;
    }
    .case-study-content p, .case-study-content ul li{
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    nav.blockchain {
    padding: 0px;
}
button.bChain-btn{
    padding-block: 8px;
    min-width: unset;
}
.BenefitsOfBlockChain .blockchainBenefitsTxt h4 {
    font-size: 18px; 
}
.BenefitsOfBlockChain .sec-head {
    margin-bottom: 10px;
}


.blockChain_popup_wrap .wrap { 
    max-width: 94% !important; 
}

}

@media (max-width: 480px) {
    
    .blockchain_icon {
        margin-bottom: 15px;
    }
    
    .blockchain_description {
        font-size: 13px;
    }
    .BenefitsOfBlockChain .blockchainBenefitsContainer .benefits{
        flex-wrap: nowrap !important;
    }
    
}
/****************************************/


@media (max-width: 1199px) {
    .slick-prev { bottom: -40px; top: 100% !important; left: auto !important; right: 60px; }
    .slick-next { top: 100% !important; right: 0px !important; }
}
@media (min-width: 768) and (max-width: 992px) {
    .slick-prev { right: 97%; }
    .slick-next { right: -10px !important; }  
}
@media (max-width: 992px) {
    .slick-prev, .slick-next { top: 50% !important; width: 30px !important; height: 30px !important; z-index: 9; background: #fff !important; } 
    .slick-prev { bottom:0px; left: auto !important; right: 95%; }
    .slick-next { right: -10px !important; }    
    .reviews-slider .slick-list { padding-bottom: 20px; }
    .reviews-slider .slick-track { padding-bottom: 0px; }
}
@media (max-width: 767px) {    
    .latestPostSliderSection { margin-bottom: 30px !important; }
    .latestPostSliderSection .sec-head.text-center { margin-bottom: 30px !important; }
    .reviews-top { justify-content: center; }
    
}
