/*
Theme Name: Digital Theme
Theme URI: https://bicoressoft.com/m
Author: Asad Ali, +92 324 2429144
Author URI: https://bicoressoft.com/
Description: A custom WordPress theme for bicoressoft.
Version: 1.0
License: Nil
Text Domain: bicoressoft
*/

body{
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif !important;
}

.service-carousel {
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 25px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/*.service-card {*/
/*    min-width: 33.33%;*/
/*    flex-shrink: 0;*/
/*}*/

/* buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.prev { left: 0; }
.next { right: 0; }

/* dots */
.carousel-dots {
    text-align: center;
    margin-top: 20px;
}

.carousel-dots span {
    height:10px;
    width:10px;
    margin:5px;
    background:#ccc;
    display:inline-block;
    border-radius:50%;
    cursor:pointer;
}

.carousel-dots .active {
    background:#333;
}
.ec-input { padding: 10px 16px !important; font-size: 16px; }
