/*
Theme Name: Astra Child Theme
Theme URI: https://interioo.in/astra-child-theme/
Description: A child theme of the parent theme
Author: Akshay D
Author URI: https://example.com/
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Base style for all buttons */
.c-btn {
    border: 2px solid #000000;
    border-radius: 12px;
    transition: border-color 0.3s ease;
    width: 80%;
}

/* Hover styles for each platform */
.c-wbtn:hover {
    border-color: #25D366; /* WhatsApp Green */
}

.c-fbtn:hover {
    border-color: #2A55E5; /* Flipkart Blue */
}

.c-abtn:hover {
    border-color: #FF6200; /* Amazon Orange */
}

.cbtn-grp {
    display: flex;
    /*flex-wrap: wrap;*/
}

#tab-description {
    text-align: justify;
}



