/* =========================
   SWIPER
========================= */

.product-swiper{
    padding-bottom:60px;
    overflow:visible !important;
}
.industrySwiper{
    overflow:hidden !important;
}
@media(max-width:991px){
    .product-swiper{
        overflow:hidden !important;
    }
}

/* =========================
   CARD
========================= */

.product-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    height:585px;
}

.product-card:hover{
    transform:translateY(-6px);
}
.product-top {
    background: #eef2f7;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    border: 7px solid #FFF;
    border-radius: 20px;
    height: 140px;
}

.product-top.dark{
    background:linear-gradient(135deg,#0b3a69,#1563b8);
}

.product-top img{
    max-width:180px;
    height:auto;
}
.product-tag {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: #1f7be8;
    color: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .5px;
}

/* CONTENT */

.product-content{
    padding:35px 20px 30px;
    text-align:center;
}
.product-content h3 {
    margin-bottom: 5px;
    color: #262626;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-content p {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 1.6;
    height: 200px;
 }
.car-blue
{
        color: #1F7BCA;
    text-align: center;
    font-family: Poppins;
    height: 65px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
.learn-btn{
    text-decoration:none;
    font-weight:600;
    color:#222;
    transition:.3s;
}

.learn-btn:hover{
    color:#1f7be8;
}

/* =========================
   SWIPER PAGINATION
========================= */

.swiper-pagination{
    position:relative;
    margin-top:0px;
}

.swiper-pagination-progressbar{
    background:#dce3ee;
    height:4px !important;
    border-radius:30px;
}

.swiper-pagination-progressbar-fill{
    background:#1f7be8 !important;
    border-radius:30px;
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute;
    left: 0 !important;
    bottom: -51px !important;
    top: auto !important;
}

/* =========================
   RESPONSIVE
========================= */






/*  Start Other Industries Code CSS */
 

/* SECTION */
.industry-section{
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 50px 0 90px;
}
 
 
/* Content */
.industry-section .container{
    position: relative;
    z-index: 2;
}

/* Subtitle */
.industry-subtitle{
   color: #262626;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 600;
text-align: center;
line-height: normal;
letter-spacing: 1.9px;
text-transform: uppercase;
}
.industry-title {
    text-align: center;
    font-size: 43px;
    line-height: 1;
    font-weight: 500;
    color: #262626;
    margin-bottom: 40px;
}

/* Slider Wrap */
.industry-slider-wrapper{
    position: relative;
    padding: 0 70px;
}
.industry-card {
    padding: 40px 20px;
    text-align: center;
    height: 400px;
    transition: 0.3s ease;
    border-radius: 20px;
    border: 1px solid rgba(29, 111, 192, 0.19);
    background: #F4F8FC;
}

.industry-card:hover{
    transform: translateY(-5px);
}

/* Icon */
.industry-icon{
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    background-color: #123d70;
    justify-content: center;
}
.industry-card:hover .industry-icon
{
  background-color: #2583eb;
}
.industry-card:hover a 
{
    color: #2583eb;
}
.industry-icon img{
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.dark-icon{
    background: #0e3767;
}

.blue-icon{
    background: #2583eb;
}
.industry-card h3 {
color: #262626;
text-align: center;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 128% */
letter-spacing: -0.85px;
margin-bottom: 10px;
}
.industry-card p {
    margin-bottom: 26px;
    color: #494949;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    height: 100px;
    font-weight: 400;
    line-height: 25px;
}

/* Link */
.industry-card a{
    text-decoration: none;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.industry-card a.active-link{
    color: #2583eb;
}

/* Arrows */
.industry-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
}

.industry-arrow:hover{
    transform: translateY(-50%) scale(1.05);
}

.industry-prev{
    left: 0;
}

.industry-next{
    right: 0;
}

.industry-arrow i{
    color: #2583eb;
    font-size: 14px;
}

/* Pagination */
.industry-pagination{
    position: relative;
    margin-top: 0px;
    text-align: center;
        bottom: var(--swiper-pagination-bottom, -51px) !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.industry-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #c2c2c2;
    opacity: 1;
}

.industry-pagination .swiper-pagination-bullet-active{
    background: #2583eb;
    outline: 2px dashed #2583eb;
    outline-offset: 4px;
}

/* Responsive */
@media(max-width:1200px){

    .industry-card h3{
        font-size: 26px;
    }

    .industry-title{
        font-size: 48px;
    }
}

@media(max-width:991px){

    .industry-slider-wrapper{
        padding: 0;
    }

    .industry-arrow{
        display: none;
    }

    .industry-section{
        padding: 70px 0 80px;
    }

    .industry-title{
        font-size: 40px;
    }

    .industry-card{
        min-height: auto;
    }
}

@media(max-width:576px){

    .industry-title{
        font-size: 32px;
    }

    .industry-card{
        padding: 35px 24px;
    }

    .industry-card h3{
        font-size: 24px;
    }

    .industry-card p{
        font-size: 14px;
    }

    .industry-top-shape{
        width: 140px;
        height: 50px;
    }

    .industry-bottom-shape{
        width: 140px;
        height: 50px;
    }
}
/*  End Other Industries Code CSS */