/**
Theme Name: peta
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: peta
Template: astra
*/
.m-0 p {margin:0px!important;}
.elementor-kit-7 h1 {font-size: clamp(1.953rem, 1.7736rem + 0.8971vw, 3.052rem); font-weight: 700;}
.elementor-kit-7 h2 {font-size: clamp(1.563rem, 1.4197rem + 0.7167vw, 2.441rem); font-weight: 700;}
.elementor-kit-7 h3 {font-size: clamp(1.25rem, 1.1352rem + 0.5739vw, 1.953rem); font-weight: 700;}
.elementor-kit-7 h4 {font-size: clamp(1.15rem, 1.0826rem + 0.3371vw, 1.563rem); font-weight: 700;}
.elementor-kit-7 h5 {font-size: clamp(1.1rem, 1.0755rem + 0.1224vw, 1.25rem); font-weight: 700;}
.elementor-kit-7 h6 {font-size: clamp(1.01rem, 1.0455rem + 0.1024vw, 1.15rem); font-weight: 700;}

.elementor img.circle-image, .circle-image img {
    width: 300px; /* Adjust the size as needed */
    height: 300px; /* Adjust the size as needed */
    border-radius: 50%;
    border: 15px solid var( --e-global-color-secondary ); /* Change the color as needed */
    object-fit: cover;
    overflow: hidden;
}
@media (max-width: 768px) {
.elementor img.circle-image, .circle-image img {width: 200px;height: 200px; border: 10px solid var( --e-global-color-secondary );}
}

.page-header{border-bottom: 5px solid #CCC; border-top: 5px solid #384045;}

/* Sub page menus */
.sub-page-menu .elementor-icon-list-item{
    padding-bottom: 0px !important;
    padding: 10px 10px !important;
}
.sub-page-menu .elementor-icon-list-item{
    cursor: pointer;
    background-color: var(--e-global-color-secondary);
    border-radius: 4px;
}
.sub-page-menu .elementor-icon-list-item:hover{
    cursor: pointer;
    background-color: var(--e-global-color-primary);
}
    
/* Initial style for the icon */
.icon-box-animation .box-content .icon-featured {
    font-size: 32px; /* Set font size */
    color: var(--e-global-color-primary); /* Set icon color */
    background-color: white; /* Set background color */
    border: 2px solid var(--e-global-color-primary); /* Set border color */
    border-radius: 50%; /* Make it a circle */
    width: 84px; /* Set width */
    height: 84px; /* Set height */
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    transition: all 0.3s ease; /* Smooth transition */
}

/* Hover effect for the container */
.icon-box-animation:hover .box-content .icon-featured {
    background-color: var(--e-global-color-primary); /* Change background color on hover */
    color: white; /* Change icon color on hover */
    border: 8px solid #ef5e56;
}
