/*
Theme Name: Astra Child
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* About Page Style */

:root {
    --ast-global-color-0: #012b28 !important;
    --ast-global-color-1: #fdc700 !important;
    --ast-global-color-2: #012b28 !important;
    --ast-global-color-3: #012b28 !important;
    --ast-global-color-4: #f2f4f0 !important;
    --ast-global-color-5: #FFFFFF !important;
    --ast-global-color-6: #fceaab !important;
    --ast-global-color-7: #fdc700 !important;
    --ast-global-color-8: #ddbfa7 !important;
}


.eyebrow h6 {
    font-family: Inter;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

.our-value-box {
    min-height: 300px;
}

.our-value-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/09/our-value-bg-img.svg);
    top: 10px;
    left: 0;
    width: 240px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.our-value-wrapper:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/09/our-values-bg-02.svg);
    right: 0;
    width: 319px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 279px;
}

.uagb-counter-block-suffix {
    font-size: 40px;
    font-weight: 400;
}


/* Consulting Page Style */

.img-cstm-w img {
    width: 84%;
}

.img-cstm-w-2 img {
    width: 90%;
}

.extenibility-box img {
    width: 70%;
}

.seat-cost img {
    width: 80%;
}

.text-link-line a {
    text-decoration: underline;
}

.our-value-wrapper.trust-sec::before {
    background-image: url(/wp-content/uploads/2025/09/trust-img-01.svg);
}

.our-value-wrapper.trust-sec:after {
    background-image: url(/wp-content/uploads/2025/09/trust-img-02.svg);
    width: 289px;
    top: 73px;
}



/* Responsive Style */

@media (max-width:1024px){
	.our-value-wrapper:before{
		width: 100px;
	}
	.our-value-wrapper:after {
    width: 140px;
    height: 119px;
}

}

@media (max-width:981px){
	.img-cstm-w img {
    width: 100%;
}
	.img-cstm-w-2 img {
    width: 100%;
}
	.extenibility-box img {
    width: 100%;
}
	
.seat-cost img {
    width: 100%;
}
}


@media (max-width:768px){
	.our-value-wrapper:before{
		width: 70px;
	}
	.our-value-wrapper:after {
    width: 70px !important;
    height: 70px;
}

}

@media (max-width:640px){
	.our-value-box {
    min-height: 233px;
}


}