/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.p0, .p0 .vc_column-inner{
    padding:0 !important;
}
.mke-rounded-lg img,
.mke-rounded-lg .wpex-card-backdrop{
    border-radius:20px;
}

/* Hero Section */
.hero-heading {
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.hero-subtitle {
    color: rgba(255,255,255,0.9);
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
    .hero-heading {
        font-size: 1.8rem !important;
    }
    .hero-subtitle {
        font-size: 1rem !important;
    }
    video.wpex-video-bg {
        object-fit: cover !important;
    }
}


/* TA TA TA */
.TA-box {
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    padding: 20px;
    border-left: 3px solid #34e0a1;
    background: linear-gradient(135deg, #f0faf4 0%, #ffffff 100%);
}

.TA-box .vcex-page-title__heading{
    font-size: var(--wpex-text-lg);
    font-weight: 600;
}

.TA-box .TA-middlecontent{
    min-height: 160px;
    overflow: hidden;
}

.TA-comment-logo .vcex-image-img {
    border-radius: var(--wpex-rounded-full);
    height: 48px;
    max-width: 48px;
}

.TA-commenter .vcex-image-img {
    border-radius: var(--wpex-rounded-full);
    width: auto;
    max-width: 72px;
}

#footer-callout-right .footer-callout-button-icon {
    padding-right: 10px !important;
}
#footer-callout-right .wpex-icon svg {
    height: 30px !important;
}
#footer-callout .theme-button{
    font-size: 16px;
}

.carousel-categories .wpex-carousel__item {
    padding: 0;
}
.carousel-categories {
    padding: 30px 0 40px 0;
}