/*
Theme Name: Modave Child
Theme URI: https://www.artisanbandhani.com
Description: Child theme for Modave — Artisan Bandhani customizations
Author: Artisan Bandhani
Author URI: https://www.artisanbandhani.com
Template: modave
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modave-child
*/


/* ============================================
   CUSTOM CSS GOES BELOW THIS LINE
   ============================================ */


/* Example: Change site title color */


/*
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 22px;
    padding: 14px 16px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: 0.3s;
}
.whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
}

#arif-khatri-section {
  font-family: 'DM Sans', sans-serif;
}

/* Card */

#arif-khatri-section .ak-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


/* Profile Image */

#arif-khatri-section .ak-profile-img {
    /*width: 220px;
  height: 220px;*/
    border-radius: 50%;
    object-fit: cover;
}


/* Title */

#arif-khatri-section .ak-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}


/* Subtitle */

#arif-khatri-section .ak-subtitle {
    font-size: 12px;
    font-weight: 600;
    color: #6c7ae0;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* Quote Box */

#arif-khatri-section .ak-quote-box {
    border-left: 3px solid #ff7a45;
    padding-left: 16px;
    margin-bottom: 20px;
}

#arif-khatri-section .ak-quote-box p {
    font-size: 16px;
    font-style: italic;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}


/* Description */

#arif-khatri-section .ak-description {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin: 0;
}


/* Responsive */

@media (max-width: 768px) {
    #arif-khatri-section .ak-card {
        padding: 25px;
        text-align: center;
    }
    #arif-khatri-section .ak-profile-img {
        width: 180px;
        height: 180px;
    }
    #arif-khatri-section .ak-quote-box {
        border-left: none;
        border-top: 3px solid #ff7a45;
        padding-left: 0;
        padding-top: 12px;
    }
}


/*about artisan section*/

#kt-artisan-section {
    background-color: #1a1c22;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    overflow: hidden
}

#kt-artisan-section .kt-badge {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #fff3;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 500
}

#kt-artisan-section .kt-heading {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff
}

.kt-stat-item.mt-8 {
    margin-right: 50px
}

#kt-artisan-section .kt-description {
    color: #a0a0a0;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 90%
}

#kt-artisan-section .kt-stat-number {
    color: #e69171;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1
}

#kt-artisan-section .kt-stat-label {
    color: #6c757d;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .05em;
    margin-top: 8px
}

#kt-artisan-section .kt-btn-white {
    background: #fff;
    color: #1a1c22;
    border-radius: 4px;
    font-weight: 700;
    font-size: .9rem;
    transition: all .3s ease
}

#kt-artisan-section .kt-btn-white:hover {
    background: #f0f0f0;
    transform: translateY(-2px)
}

#kt-artisan-section .kt-caption {
    font-size: .65rem;
    color: #6c757d;
    letter-spacing: .1em
}

#kt-artisan-section .kt-img-wrapper-2 {
    margin-top: 40px
}

@media (max-width: 991px) {
    #kt-artisan-section .kt-heading {
        font-size: 2.2rem
    }
    #kt-artisan-section .kt-img-wrapper-2 {
        margin-top: 0
    }
}


/**/

.artisan-action-buttons {
    display: flex;
    gap: 12px;
    margin-left: 15px
}

.artisan-action-buttons a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: var(--pls-radius-round);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.artisan-whatsapp-btn {
    background: #25D366;
    color: #fff;
}

.artisan-whatsapp-btn:hover {
    background: #1EBE5D;
    color: #fff;
}

.artisan-call-btn {
    background: #2563EB;
    color: #fff;
}

.artisan-call-btn:hover {
    background: #0c3897;
    color: #fff;
}

@media (max-width:768px) {
    .artisan-action-buttons {
        flex-direction: column;
        flex: 1
    }
}