:root {
    --bs-link-color: #000;
    --bs-link-color-rgb: 0, 0, 0;
}

h1,h2,h3,h4,h5,h6{
    text-transform:capitalize;
}
.h4 {
        font-size: 19px;
    font-weight: 800;
}
.mt1 {
    padding-top:5px;
}

 
.article-card {
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.pdf-icon {
    position: absolute;
    bottom: 20px;
    right: 35px;
    width: 40px;
    height: 40px;
    background-color: #dc3545;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10; /* optional: to ensure it's above */
}
 .accordion-card {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.hero-style-2 .swiper-button-prev,.swiper-button-next{
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.equal-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.equal-card > div {
    flex: 1 1 48%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.cardss {
    display: flex;
    flex-wrap: wrap;
}

/* Equal height for cards */
.feature-equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Ensures parent col fills same height */
.cardss {
    display: flex;
}

    .cardss {
        flex-direction: column;
    }
 
 .banner {
   background-attachment:fixed;
      background-size:cover;
   background-repeat:no-repeat;
   width:100%;
 
}

/* @media (max-width: 1024px) {
 .banner {
   background-attachment:fixed;
      background-size:cover;
   background-repeat:no-repeat;
   width:100%;
 
}
}
@media (max-width: 1200px) {
 .banner {
   background-attachment:fixed;
      background-size:cover;
   background-repeat:no-repeat;
   width:100%;
 
}
}
@media (max-width: 1400px) {
 .banner {
   background-attachment:fixed;
      background-size:cover;
   background-repeat:no-repeat;
   width:100%;
 
}
} */
 




/* Stretch the card to full column height */
.hm2-feature-card {
    flex: 1;
}
.pt-30 {
    padding-top:30px;
}
.mt-10 {
    margin-top:10px;
}
.ds-bg {
    background: #fffef9;
}
.pb-20{
    padding-bottom: 20px;
}
.payment-list {
        text-align: center;
    position: relative;
    padding: 18px 12px;
}
.payment-lists {
        text-align: center;
    position: relative;
    padding: 10px 12px;
}
.footer-widget .ft-payment-method .payment-list li {
    background-color: #001042;
    width: 82px;
    height: 50px;
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chart {
        text-align: center;
    justify-content: center;
    padding-top: 30px;
    height:"550px";
}
.accordion-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.logo {
    max-width: 221px;
    height: 100px;
}

.sticky-header.header-two {
    background-color: #001042;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   content: "prev";
    font-size: 18px;
     color:#000;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 18px;
    color:#000;
}

.hm2-feature-card .icon-wrapper{
    padding:8px;
}

.hm2-feature-card:hover .icon-wrapper {
    background-color: #c2ccff;
    color: #fff;
}
.hm2-app-item {
    padding: 40px 20px;
    height: 100%;
}
.hm2-applications {
     margin-top: 10px; 
    position: relative;
    z-index: 10;
}

.icon-wrapper img

 {
    max-width: 30px;
}


 .breadcrumb-area {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    color: #fff;
}

/* For ≥ 1400px screens */
@media (min-width: 1400px) {
    .breadcrumb-area {
        min-height: 500px;
        padding: 80px 0;
    }
}

/* For ≥ 1200px and < 1400px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .breadcrumb-area {
        min-height: 450px;
        padding: 70px 0;
    }
}

/* For ≥ 1024px and < 1200px */
@media (min-width: 1024px) and (max-width: 1199.98px) {
    .breadcrumb-area {
        min-height: 400px;
        padding: 60px 0;
    }
}





.bg-primary-gradient {
    /*background: linear-gradient(278.54deg, #001042 15.93%, #000F57 98.7%);*/
        background: linear-gradient(278.54deg, #000000 15.93%, #000F57 98.7%);
}

.hm2-feature-card h3{
    color:#001042;
}

.hm2-server-tab-control li button::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #001042;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
}

.hm-contact-form .input-field input, .hm-contact-form .input-field textarea {
    width: 100%;
    padding: 22px 20px 18px 20px;
    font-size: 14px;
    color: #656565;
    border: 1px solid #6c6c6c;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
}
.breadcrumb-area {
    padding: 150px 0 90px 0;
    /*margin-top: -78px;*/
    /*height:350px;*/
       
} 

.breadbg li a{
    color:#fff;
}

.contmr{
    margin-top: -78px;
}


.app-content a{
    color:#000;
}

.breadbg li:last-child{
    color:#fff89c;
}


.img-wrp img {border-radius:20px;}

.hm2-pricing-single > h3 {
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    -webkit-background-clip: text;
    color:#0000;
        font-size: 20px;
    }
   
    .pricing-amount .price-title{
        color:#001862;
        font-size: 35px;
    }
    
    .pricing-amount .price-title span{
        font-size:10px;
    }
    
    .hm2-pricing-single {
    padding: 40px 25px 30px;
     /*background: linear-gradient(26deg, #cbf0fb00 30%, #b541ff21 50%);*/
     background: linear-gradient(340deg, #cbf0fb00 30%, #b541ff21 50%);
}
.bg-gray-c{
    background-color:#fff;
}
.icon-wrapper img{
    width:64px;
}

.title-area mark{
     background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    -webkit-background-clip: text;
    color:#0000; 
}

.h5-service-box {
    padding: 40px 25px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: linear-gradient(316deg, #bbefff00 50%, #0248f836 95.32%);
    height:100%;
}
.h5-service-box p{
    text-align:justify;
}

.ulwrp ul li{
      border-bottom: 1px solid #0000002e;
    padding: 8px 7px;
   
    font-weight: 600;
}

.ulwrp ul li::marker {
    content: "⭕"; /* Custom marker */
    font-size: 12px;
    color: gold;
    width:8px;
    height:8px; 
}

.section-title p{
    text-align:justify;
}




.ulwrp ul li p{
    margin-bottom:0px;
}

.h5-service-boxx {
    padding: 40px 25px;
    height:100%;}
.h5-service-boxx p{text-align:justify;}

.hm2-pricing-single-1{
     padding: 40px 25px;
    height:100%;
}
.hm2-pricing-single-1 p{
   text-align: justify;
}

.hm2-pricing-single .pricing-feature-list li {
    color: #001042;
    list-style: none;
}

.reseller .h5-about-right img{
    width:64px;
    margin-bottom:10px;
}
.hm2-footer {
    background: #001042;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.newplans .hm2-pricing-single .popular-badge {
   width: 80px;
    font-size: 14px;
    color: #fff;
    padding: 7px 0;
    left: -11px;
    top: 12px;
    text-align: center;
    background: url(../img/home2/badge.);
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg);
    transform: rotate(0deg);
    background-color: #00c500;
    border-radius: 10px;
}

.conwrp p{
    text-align:justify;
}




.hm2-pricing-single .pricing-feature-list li {
    margin-top: 8px;
    margin-left: 9px;
    list-style:disc;
}
.hm2-pricing-single  h3{
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    -webkit-background-clip: text;
    color: #0000;
    font-size: 20px;
}


@media screen and (max-width:767px){
    .hero-style-2 .hero-right{
        display:block;
    }
    
      .hero-style-2 .hero-right img{
        width:400px;
    }
}

.header-two {
    background-color: #001042;
    padding: 3px 0px;}
    
    .hero-style-2 {
    padding: 80px 0 10px 0;}
    
    /*----------25-6-25--*/
    .contact-hero .hero-area {
     padding-bottom: 0px !important; 
}
.hero-style-1 .hero-area {
     padding-bottom: 0px !important; 
}
.contact-hero .hero-area {
    padding-bottom: 0px !important;
}
.header-two .nav-wrapper ul li.has-submenu .submenu-wrapper {
    background-color: #001042;}