/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: 
Author URI:
Template: astra
Version: 1.0
*/

/* Import Parent Theme Styles */
@import url("../astra/style.css");

.menu-link{
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 600 !important;
}
.ast-builder-menu-1 .sub-menu{
	border-color: #85cef2 !important; 
}
.site-footer-primary-section-1 img{
	width: 150px;
	background: #ffffff;
}
.ast-button-wrap .menu-toggle:focus, .ast-button-wrap .menu-toggle:focus-visible{
	outline: none !important;
}
.site-below-footer-wrap{
	padding: 8px !important;
	background: #85cef2 !important;
	border-top:#0e0e0e !important;
}
.copyright-section{
	display: flex;
	justify-content:center;
	align-items: center;
}
.site-footer-primary-section-4 p{
	margin-bottom: 0px !important;
}
.copyright-section .copyright-left, .copyright-section .copyright-right{display: flex;align-items:center;width:50%;font-weight:400;color: #000000 !important;}
.copyright-section .copyright-left{justify-content:flex-start;}
.copyright-section .copyright-right{justify-content:flex-end;}

.resources-main-post-list .elementor-post__text, .resources-main-post-list .elementor-post__meta-data {
	position: absolute !important;
}
.resources-main-post-list .elementor-post__text {
	bottom: 10%;
}
.resources-grid-post-list .elementor-post__text {
	bottom: 1% !important;
}
.resources-main-post-list .elementor-post__meta-data {
	bottom: 5%;
	border-top:0px !important;
}
.resources-main-post-list .elementor-post__text h3 a, .resources-main-post-list .elementor-post__meta-data{
	color: #ffffff !important;
}
.resources-main-post-list .elementor-post__card .elementor-post__thumbnail__link{
	margin-bottom: 0px !important;
}

.resources-main-post-list .elementor-post__thumbnail img{
	filter: brightness(40%) !important;
}

.site-footer-primary-section-2 .wp-block-list li::before, .site-footer-primary-section-3 .wp-block-list li::before{
	content: "\f101";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 8px;
}

.copyright-right ul{
	list-style: none;
	padding-left:0px !important;
}
.copyright-right ul li{
	display: inline-flex !important;
}

.footer-flag-img{
	display: flex;
	justify-content: start;
	align-items:center;
}

.footer-flag-img figure img{
	width: 40px;
}

.footer-flag-img p{
	padding-left:10px;
	font-weight: 500;
}
.footer-flag-img .wp-block-media-text__content{
	padding: 0px !important;
}
.footer-email, .footer-phone, .footer-address, .footer-whatsapp{
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.footer-email i, .footer-phone i, .footer-address i, .footer-whatsapp i{
	font-size: 20px;background: rgba(255, 255, 255, 0.15);padding: 15px;border-radius: 100%;width: 50px;height: 50px;display: flex;justify-content: center;margin-right: 20px;align-items: center;}
.footer-email p, .footer-phone p, .footer-address p, .footer-whatsapp p{
	margin-bottom: 0px !important;
}
.footer-whatsapp i{
	font-size: 26px !important;
}
.footer-links .copyright-ul{
	margin: 0px !important;
}
.footer-links .copyright-ul li a{
	color: #000000 !important;
}
.footer-links .copyright-ul li:first-child a{
	margin-right: 10px !important;
}
.footer-links .copyright-ul li:not(:first-child)::before {
  content: '|';
  padding-right: 15px;
  color: #000000;
}
.social-media-footer ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.social-media-footer ul li{
    padding:0px 20px 0px 0px;
}
.social-media-footer ul li a{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #045cb4;
    font-size: 28px;
    text-align: center;
}
.social-media-footer ul li a i{
    transition: transform 0.5s ease;
}
.social-media-footer ul li a:hover i{
    transform: translateY(-3px);
    transform: rotateY(360deg);
}

/* Floating Quote Button */
.floating-quote-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.floating-quote-btn .cta-button {
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-height: 120px;
    border-radius: 25px 0 0 25px !important;
}

.floating-quote-btn .cta-button i {
    writing-mode: horizontal-tb;
    margin-bottom: 5px;
}

.floating-quote-btn .cta-button span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.cta-button {
    background: #85cef2 !important;
    color: #0c0c24 !important;
    border-radius: 50px !important;
    font-weight: 600;
    transition: all 0.3s;
    border: none !important;
}

.cta-button:hover {
    background: #85cef2 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    color: #0c0c24 !important;
}

@media only screen and (max-width:768px){
	.copyright-section .copyright-left, .copyright-section .copyright-right{
		width: 100% !important;
	}
	.site-primary-footer-wrap{
		padding-bottom: 20px !important;
	}
	.copyright-section{
		display: block !important;
	}
	.copyright-section .copyright-left, .copyright-section .copyright-right{
		justify-content: center !important;
	}
	.resources-main-post-list{
		position: relative !important;
		display: block !important;
	}
	.floating-quote-btn{
        top:65%;
    }
	.follow-us-footer-list{
		margin-bottom: 20px !important;	
	}
}
