/**
Theme Name: Vicarioli-Child
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: vicarioli-child
Template: astra
*/

/*=================================hero banner==================================*/
.ast-logo-title-inline .ast-site-identity {
    padding: 10px 0 0;
}
#rev_slider_1_1 rs-sbg-px::after{
    content:"";
    position:absolute;
    inset:0;
    background:#00000095;
    z-index:2;
}
rs-layer#slider-1-slide-1-layer-1 {
    display: flex;
}

#slider-1-slide-1-layer-1::before{
    content: "\25CF";
    color: #cb3c31;
    margin-right: 8px;
    display: inline-block;
}


#slider-1-slide-1-layer-3::before{
	content:"";
	width:30px;
	height:1px;
	background:#cb3c31;
	margin-right:8px;
	display:inline-block;
	
}


/*=====================================header button===========================*/
.ast-custom-button-link .ast-custom-button::after {
    content: '\2197'; /* ↗ */
	margin-left:10px;
	font-weight:600;
}

/*================================service button========================================*/

.services-button .elementor-button-content-wrapper::after{
	content: '\2197'; /* ↗ */
	margin-left:2px;
	font-weight:600;
}
.services-button .elementor-button-content-wrapper:hover{
	border-bottom:1px solid #c5392c !important;
}

/*================================founder section==============================*/
.partner-section img{
	transition:0.7s ease-in-out;
}

.partner-section:hover img{
	transform:scale(1.03);
	
}



/*========================================service accordin============================================*/

.elementor-widget-html,
.elementor-widget-container{
    width:100%;
}

/*==========================
    SERVICES ACCORDION
===========================*/

.services-accordion{
    display:flex;
    gap:16px;
    width:100%;
    height:670px;
    overflow:hidden;
}

.accordion-card{
     flex:1;
    min-width:120px;
    position:relative;
    overflow:hidden;
    border-radius:25px;
    cursor:pointer;
    transition:flex .6s ease;
}

/* Expanded Card */
.accordion-card.active{
    flex:4 1 0;
}

/* Image */

.accordion-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 1s ease-in-out;
}

/* Image Zoom */

.accordion-card.active img{
    transform:scale(1.1);
}

/*==========================
    OVERLAY
===========================*/

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85) 10%,
        rgba(0,0,0,.45) 55%,
        rgba(0,0,0,.15) 100%
    );
    z-index:1;
}

/*==========================
    CONTENT
===========================*/

.card-content{
    position:absolute;
    left:40px;
    right:40px;
    bottom:40px;
    z-index:2;
    color:#fff;

    opacity:0;
    transform:translateY(20px);
    transition:.5s ease;
}

/* Only active card shows content */

.accordion-card.active .card-content{
    opacity:1;
    transform:translateY(0);
}

/*==========================
    NUMBER
===========================*/

.number{
    display:block;
    margin-bottom:0px;
    font-family:"Cormorant Garamond";
    color:#D44A34;

    font-size:60px;

    font-weight:300;
}

/*==========================
    HEADING
===========================*/

.card-content h2{
    color:#fff;
    font-size:clamp(24px,3vw,44px);
    line-height:1;
    margin:0 0 20px;
	font-family:"Cormorant Garamond";
}
/*==========================
    DESCRIPTION
===========================*/

.card-content p{

    color:#ddd;
    font-size:16px;
    line-height:1.5;
    font-family:"Inter";
    margin-bottom:25px;
	
}


/*==========================
    VERTICAL TITLE
===========================*/

.vertical-title{
	
font-family:"Cormorant Garamond";
    position:absolute;

    bottom:40px;

    left:35px;

    color:#fff;

    font-size:22px;

    font-weight:600;

    writing-mode:vertical-rl;

    transform:rotate(180deg);

    z-index:2;

    transition:.4s ease;
}

/* Hide vertical title on active card */

.accordion-card.active .vertical-title{

    opacity:0;
}

/*==========================
    TABLET (≤1024px)
===========================*/
@media (max-width: 1024px){
    .services-accordion{
        height:550px;
        gap:12px;
    }
    .accordion-card{
        min-width:90px;
        border-radius:18px;
    }
    .card-content{
        left:28px;
        right:28px;
        bottom:28px;
    }
    .card-content h2{
        font-size:clamp(20px,4vw,32px);
        margin-bottom:14px;
    }
    .card-content p{
        font-size:14px;
        line-height:1.6;
        margin-bottom:18px;
    }
    .vertical-title{
        bottom:28px;
        left:22px;
        font-size:18px;
    }
}

/*==========================
    MOBILE (≤640px)
    Switch to vertical stack
===========================*/
@media (max-width: 640px){
    .services-accordion{
        flex-direction:column;
        height:auto;
        gap:10px;
    }
    .accordion-card{
        flex:none;
        width:100%;
        height:80px;
        min-width:unset;
        border-radius:16px;
        transition:height .6s ease;
    }
    .accordion-card.active{
        flex:none;
        height:420px;
    }
    /* Vertical title becomes horizontal, centered, collapsed-state label */
    .vertical-title{
        writing-mode:horizontal-tb;
        transform:none;
        top:0;
        bottom:0;
        left:0;
        right:0;
        display:flex;
        align-items:center;
        padding-left:20px;
        font-size:16px;
    }
    .accordion-card.active .vertical-title{
        opacity:0;
    }
    .card-content{
        left:20px;
        right:20px;
        bottom:20px;
        opacity:0;
        transform:translateY(15px);
    }
    .accordion-card.active .card-content{
        opacity:1;
        transform:translateY(0);
    }
    .card-content h2{
        font-size:22px;
        margin-bottom:10px;
    }
    .card-content p{
        font-size:13px;
        line-height:1.55;
        margin-bottom:14px;
    }
    .number{
        font-size:18px;
        margin-bottom:8px;
    }
}

/*==========================
    SMALL MOBILE (≤380px)
===========================*/
@media (max-width: 380px){
    .accordion-card{
        height:70px;
    }
    .accordion-card.active{
        height:380px;
    }
    .card-content h2{
        font-size:19px;
    }
}

/*-------------------------------------------------------------------*/


/*==================================contact form===============================================*/


.main-form form,
.wpcf7-form,
.form-row{
    width:100%;
}
.main-form{
	border: 1px solid #e5e2db91;
	padding:30px;
	margin:0;
	background:white;
	border-radius:20px;
	
}
.form-row-flex {
	display:flex;
	gap:10px;
}


.form-row-flex-submit{
	display:flex;
	gap:10px;
}
.form-row label {
	color: #6b6f7d !important;
	font-size:12px;
	font-family:"inter";
	letter-spacing:1.2px;
	font-weight:400;
}
.wpcf7 input.input-text ,textarea.input-text{
	border:none;
	background:none;
	border-bottom:1px solid #e5e2db;
	border-radius:0px;
	font-family:inter;
}
textarea.input-text{
	height:120px !important;
}
.input-area p{
	font-size:12px;
	font-family:inter;
	color: #6b6f7d !important;
}
div.submit-button{
  display:flex;
	justify-content:flex-end !important;
	
}
.main-form .wpcf7-spinner {
    visibility: hidden;
    display: none;
}
.main-form input[type="submit"]{
	background:#c5392c;
	border-radius:30px;
	font-weight:500;
	font-family:"inter";
	font-size:14px;
	letter-spacing:1px;
}

.main-form input[type="submit"]:hover{
	transition:0.4s ease-in-out;
	transform:scale(1.05);
}
 
.main-form span{
	color:#c5392c;
}

/*==========================
    FORM — TABLET (≤1024px)
===========================*/
@media (max-width: 1024px){
    .main-form{
        padding:24px;
    }
    .form-row-flex{
        gap:8px;
    }
	.form-row-flex-submit{
	flex-direction:column;
        gap:0;
}
	div.submit-button{
  display:flex;
	justify-content:flex-start!important;
	
}
}

/*==========================
    FORM — MOBILE (≤640px)
    Stack the two-column rows
===========================*/
@media (max-width: 640px){
    .main-form{
        padding:20px;
        border-radius:16px;
    }
    .form-row-flex{
        flex-direction:column;
        gap:0;
    }
	
	.form-row-flex-submit{
	flex-direction:column;
        gap:0;
}
    .form-row{
        margin-bottom:12px;
    }
    textarea.input-text{
        height:100px !important;
    }
    div.submit-button{
        justify-content:stretch !important;
    }
    .main-form input[type="submit"]{
        width:100%;
        padding-top:12px;
        padding-bottom:12px;
        font-size:12px;
    }
}

/*==========================
    FORM — SMALL MOBILE (≤380px)
===========================*/
@media (max-width: 380px){
    .main-form{
        padding:16px;
    }
	.form-row-flex-submit{
	flex-direction:column;
        gap:0;
}
    .form-row label{
        font-size:11px;
        letter-spacing:1px;
    }
	
	 .main-form input[type="submit"]{
        width:100%;
        padding-top:10px;
        padding-bottom:10px;
        font-size:10px;
    }
}
}

/*----------------------------*/
.page-id-424 .custom-logo-link img {
    background: #fff;
}

/*----------------*/

rs-layer#slider-1-slide-1-layer-1 {
    display: flex;
}

