/* Removed :root section and replaced variables with real colors */

.blogs-hero-section {
    position      : relative;
    text-shadow   : 2px 2px 6px rgba(0, 0, 0, 0.3);
    background    : linear-gradient(135deg, #0d6efd, #6610f2);
    /* min-height : 70vh;
    display       : flex;
    align-items   : center;
    overflow      : hidden; */
}

.blogs-hero-section::before {
    content            : '';
    position           : absolute;
    top                : 0;
    left               : 0;
    width              : 100%;
    height             : 100%;
    background         : url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" fill-opacity="1" d="M0,128L48,138.7C96,149,192,171,288,165.3C384,160,480,128,576,138.7C672,149,768,203,864,213.3C960,224,1056,192,1152,165.3C1248,139,1344,117,1392,106.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size    : cover;
    background-position: bottom;
}

.blogs-banner-img img {
    width: 60%;
}

.leaf-icon {
    color: #00a085;
}

.blogs-hero-content {
    position: relative;
    z-index : 1;
    padding : 150px 0 50px;
}

.btn-how-outline-light {
    color       : #fff;
    border-color: #ffffff;
}

.blogs-section-title {
    position     : relative;
    padding-left : 20px;
    margin-top   : 3rem;
    margin-bottom: 1.5rem;
    color        : #f17729;
    font-weight  : 700;
}

.blogs-section-title::before {
    content         : '';
    position        : absolute;
    left            : 0;
    top             : 0;
    height          : 100%;
    width           : 6px;
    background-color: #16a68c;
    border-radius   : 10px;
}

.hover-card {
    transition   : all 0.4s ease;
    cursor       : pointer;
    border-radius: 12px;
    height       : 100%;
    background   : white;
    border       : none;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
}

.hover-card:hover {
    transform : translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.benefit-card {
    text-align   : center;
    padding      : 2rem 1rem;
    border-radius: 16px;
    background   : white;
    height       : 100%;
    transition   : all 0.4s ease;
    border       : none;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
}

.benefit-card:hover {
    transform : translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 16, 242, 0.1));
}

.benefit-icon {
    font-size              : 3rem;
    margin-bottom          : 1rem;
    color                  : #00a085;
    -webkit-background-clip: text;
    background-clip        : text;

}

.btn-gradient {
    background-color: #f17729;
    color           : white;
    border          : none;
    border-radius   : 50px;
    padding         : 12px 30px;
    font-weight     : 600;
    transition      : all 0.3s ease;
    box-shadow      : 0 5px 15px rgba(13, 110, 253, 0.3);
}

.btn-how-outline-light:hover {
    color       : #fff;
    border-color: #fff;
}

.btn-gradient:hover {
    background-color: #00a085;
    color           : white;
    transform       : translateY(-3px);
    box-shadow      : 0 8px 20px rgba(13, 110, 253, 0.4);
}

.table-comparison {
    border-radius: 12px;
    overflow     : hidden;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
}

.table-comparison thead th {
    background-color: #f17729;
    color           : white;
    border          : none;
    padding         : 1rem;
    font-weight     : 600;
}

.table-comparison tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-comparison tbody td {
    padding     : 1rem;
    border-color: rgba(0, 0, 0, 0.05);
}

.toc-card {
    border-radius: 16px;
    border       : none;
    box-shadow   : 0 10px 30px rgba(0, 0, 0, 0.08);
    background   : white;
    overflow     : hidden;
}

.toc-card .card-header {
    background-color: #f17729;
    color           : white;
    border          : none;
    padding         : 1.2rem 1.5rem;
}

.toc-link {
    display        : block;
    padding        : 12px 15px;
    color          : #212529;
    text-decoration: none;
    border-left    : 3px solid transparent;
    transition     : all 0.3s ease;
    margin-bottom  : 5px;
}

.toc-link:hover,
.toc-link.active {
    background : linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 16, 242, 0.1));
    color      : #0d6efd;
    border-left: 3px solid #0d6efd;
}

.eco-badge {
    display      : inline-flex;
    align-items  : center;
    background   : rgba(0, 201, 167, 0.1);
    color        : #00a085;
    padding      : 8px 16px;
    border-radius: 50px;
    font-weight  : 600;
    margin       : 10px 0;
}

.floating-shapes {
    position: absolute;
    width   : 100%;
    height  : 100%;
    top     : 0;
    left    : 0;
    overflow: hidden;
    z-index : 0;
}

.shape {
    position     : absolute;
    opacity      : 0.1;
    border-radius: 50%;
}

.shape-1 {
    width     : 300px;
    height    : 300px;
    background: #00c9a7;
    top       : -150px;
    right     : -100px;
}

.shape-2 {
    width     : 200px;
    height    : 200px;
    background: #0d6efd;
    bottom    : -80px;
    left      : -80px;
}

.stat-card {
    text-align   : center;
    padding      : 1.5rem;
    border-radius: 12px;
    background   : white;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.blogs-stat-number {
    font-size              : 2.5rem;
    font-weight            : 700;
    color                  : #f17729;
    -webkit-background-clip: text;
    background-clip        : text;
    margin-bottom          : 0.5rem;
}

.feature-list {
    list-style  : none;
    padding-left: 0;
}

.feature-list li {
    padding     : 10px 0;
    padding-left: 40px;
    position    : relative;
}

.feature-list li:before {
    content         : '✓';
    position        : absolute;
    left            : 0;
    top             : 10px;
    width           : 25px;
    height          : 25px;
    background-color: #16a68c;
    color           : white;
    border-radius   : 50%;
    display         : flex;
    align-items     : center;
    justify-content : center;
    font-size       : 14px;
}

.step-card {
    text-align   : center;
    padding      : 2rem 1rem;
    border-radius: 16px;
    background   : white;
    height       : 100%;
    transition   : all 0.3s ease;
    border       : none;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
    position     : relative;
    overflow     : hidden;
}

.step-number {
    position       : absolute;
    top            : 15px;
    right          : 15px;
    width          : 40px;
    height         : 40px;
    background     : #f17729;
    color          : white;
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-weight    : 700;
    font-size      : 1.2rem;
}

.step-icon {
    font-size              : 3rem;
    margin-bottom          : 1rem;
    color                  : #00a085;
    -webkit-background-clip: text;
    background-clip        : text;

}

.animate-on-scroll {
    opacity   : 0;
    transform : translateY(30px);
    transition: all 0.6s ease;
}

.animate-on-scroll.animated {
    opacity  : 1;
    transform: translateY(0);
}

/* ------------ Second Blog css--------------------- */

.comparison-card {
    transition   : all 0.4s ease;
    cursor       : pointer;
    border-radius: 12px;
    height       : 100%;
    background   : white;
    border       : none;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow     : hidden;
}

.comparison-card:hover {
    transform : translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-header-custom {
    background-color: #f17729;
    color           : white;
    padding         : 1.5rem;
    border          : none;
}

.feature-card {
    text-align   : center;
    padding      : 2rem 1rem;
    border-radius: 16px;
    background   : white;
    height       : 100%;
    transition   : all 0.4s ease;
    border       : none;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform : translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 16, 242, 0.1));
}

.feature-icon {
    font-size              : 3rem;
    margin-bottom          : 1rem;
    color                  : #00a085;
    -webkit-background-clip: text;
    background-clip        : text;

}

.problem-list {
    list-style  : none;
    padding-left: 0;
}

.problem-list li {
    padding     : 10px 0;
    padding-left: 40px;
    position    : relative;
}

.problem-list li:before {
    content        : '✗';
    position       : absolute;
    left           : 0;
    top            : 10px;
    width          : 25px;
    height         : 25px;
    background     : #ff4757;
    color          : white;
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size      : 14px;
}

.solution-list {
    list-style  : none;
    padding-left: 0;
}

.solution-list li {
    padding     : 10px 0;
    padding-left: 40px;
    position    : relative;
}

.solution-list li:before {
    content        : '✓';
    position       : absolute;
    left           : 0;
    top            : 10px;
    width          : 25px;
    height         : 25px;
    background     : #00c9a7;
    color          : white;
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size      : 14px;
}

.nfc-demo {
    position: relative;
    display : inline-block;
}

.blogs-nfc-card{
    width        : 300px;
    height       : 180px;
    background   : linear-gradient(135deg, #2c3e50, #4a6491);
    border-radius: 12px;
    padding      : 20px;
    color        : white;
    box-shadow   : 0 10px 30px rgba(0, 0, 0, 0.2);
    position     : relative;
    overflow     : hidden;
}

.blogs-nfc-card::before {
    content      : '';
    position     : absolute;
    top          : -50%;
    right        : -50%;
    width        : 200px;
    height       : 200px;
    background   : rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.nfc-chip {
    width        : 40px;
    height       : 40px;
    background   : gold;
    border-radius: 5px;
    margin-bottom: 15px;
}

.nfc-tap {
    position : absolute;
    top      : 50%;
    right    : -80px;
    transform: translateY(-50%);
    animation: tap 2s infinite;
}

@keyframes tap {

    0%,
    100% {
        transform: translateY(-50%) scale(1);
    }

    50% {
        transform: translateY(-50%) scale(1.1);
    }
}

.testimonial-card {
    background   : white;
    border-radius: 12px;
    padding      : 2rem;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    border-left  : 4px solid #00a085;
}

.testimonial-text {
    font-style   : italic;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-weight: 600;
    color      : #0d6efd;
}

.call-action-bg {
    background-color: #00a085;
    border-radius   : 20px;
    color           : #fff;
}

.call-action-bg h3 {
    color: #ffff;
}

.btn-blog-two {
    background-color: #f17729;
    color           : #fff;
}

/* -------------Blogs Three Csss--------------------- */
.problem-card {
    transition   : all 0.4s ease;
    cursor       : pointer;
    border-radius: 12px;
    height       : 100%;
    background   : white;
    border       : none;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
    padding      : 1.5rem;
}

.problem-card:hover {
    transform : translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.problem-icon {
    font-size    : 2.5rem;
    margin-bottom: 1rem;
}

.profession-card {
    text-align   : center;
    padding      : 1.5rem;
    border-radius: 12px;
    background   : white;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    transition   : all 0.3s ease;
}

.profession-card:hover {
    transform : translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.profession-icon {
    font-size    : 2.5rem;
    margin-bottom: 1rem;
    color        : #00a085;
}

.demo-section {
    background   : linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 16, 242, 0.1));
    border-radius: 16px;
    padding      : 3rem 2rem;
    margin       : 3rem 0;
}

.qr-demo {
    width          : 200px;
    height         : 200px;
    background     : #333;
    border-radius  : 12px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin         : 0 auto;
    color          : white;
    font-weight    : bold;
}
.benefit-list {
    list-style  : none;
    padding-left: 0;
}

.benefit-list li {
    padding     : 10px 0;
    padding-left: 40px;
    position    : relative;
}

.benefit-list li:before {
    content        : '✓';
    position       : absolute;
    left           : 0;
    top            : 10px;
    width          : 25px;
    height         : 25px;
    background     : #00c9a7;
    color          : white;
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size      : 14px;
}


@media (max-width: 768px) {
    .blogs-hero-section {
        min-height: 60vh;
        text-align: center;
    }

    .blogs-hero-section h1 {
        font-size: 2.2rem;
    }

    .nfc-demo {
        transform: scale(0.8);
    }
}