@font-face {
    font-family: 'tech';
    src: url('../icons/fonts/tech.eot?83edom');
    src: url('../icons/fonts/tech.eot?83edom#iefix') format('embedded-opentype'),
        url('../icons/fonts/tech.ttf?83edom') format('truetype'),
        url('../icons/fonts/tech.woff?83edom') format('woff'),
        url('../icons/fonts/tech.svg?83edom#tech') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'techmob';
    src: url('../icons/fonts/techmob.eot?axsg6u');
    src: url('../icons/fonts/techmob.eot?axsg6u#iefix') format('embedded-opentype'),
        url('../icons/fonts/techmob.ttf?axsg6u') format('truetype'),
        url('../icons/fonts/techmob.woff?axsg6u') format('woff'),
        url('../icons/fonts/techmob.svg?axsg6u#techmob') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'techdatabase';
    src: url('../icons/fonts/techdatabse.eot?nvm2bh');
    src: url('../icons/fonts/techdatabse.eot?nvm2bh#iefix') format('embedded-opentype'),
        url('../icons/fonts/techdatabse.ttf?nvm2bh') format('truetype'),
        url('../icons/fonts/techdatabse.woff?nvm2bh') format('woff'),
        url('../icons/fonts/techdatabse.svg?nvm2bh#techdatabse') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



.icon-tech {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tech' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mobile {
    font-family: 'techmob' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
    
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    
}

.icon-database {
    font-family: 'techdatabase' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


.icon-strapi:before {
    content: "\e900";
}



.icon-tailwind:before {
    content: "\e903";
}

.icon-titanum:before {
    content: "\e900";
}

.icon-c:before {
    content: "\e901";
}

.icon-java:before {
    content: "\e902";
}

.icon-sqlite:before {
    content: "\e903";
}

.icon-couch:before {
    content: "\e90a";
}

.icon-mariadb:before {
    content: "\e90b";
}

.nav-item a.active p:first-child{
    color: #006BFE;
}

.shrink-0 {
    flex-shrink: 0;
}

.company li a:hover {
    color: #006bfe;
}

.trim-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }

 .trim-2-lines {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .client-logo img {
     max-height: 60px;
 }
  .client-logo img:hover {
 
      max-height: 60px;
  }

 @include media-breakpoint-down(md) {
    .client-logo img {
            max-height: 40px;
        }
 }


.client-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.client-swiper .swiper-slide {
    width: auto !important;
    /* Required for slidesPerView: 'auto' */
    display: flex;
    align-items: center;
    opacity: 1 !important;
}

/* Maintain your grayscale design */
.client-swiper img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s ease;
}

.client-swiper img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Contact Form 7 Fixes */
.wpcf7-form-control-wrap {
    display: contents; 
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
    left: 0px;
    font-size: 13px;
    color: #dc3545; /* Bootstrap danger color */
    margin: 0 !important;
    display: block;
    width: 100%;
}
.form-floating {
    margin-bottom: 2rem !important;
}
.form-check .wpcf7-list-item {
    margin: 0 !important;
    display: block !important;
}
.form-check .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form-check .wpcf7-list-item input[type="checkbox"] {
    margin: 0 12px 0 0 !important;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.form-floating > label {
    z-index: 2;
    pointer-events: none;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* Blog Advanced Features */
.search-filter input {
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
}
.search-filter input:focus {
    border-color: #006BFE;
    box-shadow: 0 0 0 0.25rem rgba(0, 107, 254, 0.1);
}
.form-select.rounded-pill {
    cursor: pointer;
}
.entry-meta {
    margin-top: 10px;
}
.entry-meta div {
    color: #6c757d;
}
.text-grey-500 {
    color: #64748b;
}

#blog-grid {
    transition: opacity 0.3s ease;
}

.animate-in {
    animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#blog-pagination {
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
}
#blog-next:hover, #blog-prev:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

