/*
Theme Name: Cassia Child
Theme URI: https://cassia.qodeinteractive.com
Description: A child theme of Cassia
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: cassia
Template: cassia
*/

.qodef-side-area--opened #qodef-side-area,.foogallery-album-gallery-list .foogallery-pile:before, .foogallery-album-gallery-list .foogallery-pile:after{
	display:none;
}
.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner {
    border: none;
    box-shadow: none;
}
.foogallery-album-gallery-list .foogallery-pile {
    position: relative;
    z-index: 10;
    float: left;
    margin: 0 !important;
}
.foogallery-album-gallery-list.alignment-left {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner {
    border: none;
    box-shadow: none;
}
.foogallery-album-gallery-list .foogallery-pile h3 {
    color: #000000 !important;
    opacity: 0;
    transition: all 0.3s ease;
    bottom: -30px;
}
.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner a:hover h3 {
    opacity: 1;
    bottom: 0;
}
.foogallery-album-gallery-list .foogallery-pile img {
    transform: scale(1) translateY(0);
    transition: all 1s ease;
}
.foogallery-album-gallery-list .foogallery-pile a:hover img {
    transform: scale(1.1) translateY(-50px);
}
div#entrepreneurs.foogallery-album-header a {
    font-family: 'Cormorant Infant';
    font-size: 24px;
    line-height: 24px;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    display: none;
}
.qodef-pricing-table .qodef-m-content ul li {
    color: #333;
    margin-bottom: 8px;
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
}
.qodef-pricing-table .qodef-m-content ul li:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px;
    background-image: url(/wp-content/uploads/2026/06/check.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    margin-right: 8px;
	display:none;
}
#qodef-page-header .qodef-widget-holder {
	opacity: 0;
}
/* TESTTIMONIALS */
.elementor-widget-cassia_core_testimonials_list h4.qodef-e-text {
    text-transform: none;
}
/* PORTFOLIO HOME */
section#portfolio-home,.elementor-widget-image-carousel .swiper-slide {
    padding: 0 20px;
}
section#portfolio-home .swiper-pagination-bullets.swiper-pagination {
    margin-top: 30px;
    position: relative;
}
/* FLOATING WHATSAPP */
.contact-link {
    position: fixed;
    right: 30px;
    z-index: 2;
    bottom: 120px;
}
.contact-link a {
    color: #FFF;
    transition: all 0.3s ease;
    padding: 20px;
    display: flex;
    border: none;
    background: #52984e;
    /* line-height: normal; */
    align-items: center;
    background-size: contain;
    justify-content: center;
    text-align: center;
    animation: pulse-animation 2s infinite;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    width: 60px;
    height: 60px;
    border-radius: 100% 100% 100% 0;
}
.contact-link a:before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    color: #FFF;
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
}
.contact-link a:hover {
    transform:scale(1.1)
}
.contact-link img {
    width: 50px;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
/* FOOTER */

#qodef-content-bottom {
    background-color: #f2f1ef;
    text-align: center;
}
#qodef-content-bottom .widget a {
    color: #a9a6a1;
}
footer .qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 100%;
    text-align: center;
}
.logo-text {
    margin-top: 25px;
    font-family: "Cormorant Infant",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 23px;
    line-height: 1.2608695652em;
    transition: color .2s ease-out;
}
.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: 0 !important;
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
#motto h2,.qodef-section-title .qodef-m-title-inner {
    font-size: 22px;
}
section#portfolio-home, .elementor-widget-image-carousel .swiper-slide {
    padding: 0;
}
.logo-text {
    font-size: 18px;
}
#qodef-page-inner.qodef-content-grid {
    padding-top: 40px;
}	
.foogallery-album-gallery-list.alignment-left {
    grid-template-columns: repeat(1,1fr);
}	
}
