/*
	Theme Name:   XTRA Child
	Theme URI:    https://xtratheme.com/
	Template: xtra
	Description:  Fast, lightweight and powerful Multipurpose theme for any kind of websites such as business, commerce, services, niche, portfolio, blog, etc.
	Version:      4.6.2
	Author:       Codevz
	Author URI:   https://codevz.com/
	Text Domain:  xtra
	Tested up to: 6.4
	Requires PHP: 5.6
	License:      GPLv2
	License URI:  http://gnu.org/licenses/gpl-2.0.html
	Tags:         custom-menu, custom-logo, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/

.mycontainer{
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}
.padd{
    padding: 100px 12px;
}
.step {
    display: none;
}
.step.active {
    display: block;
    animation: slideIn .4s ease;
}
.step.leaving {
    animation: slideOut .4s ease forwards;
}
.radio-group{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:15px;
}
.radio-item{
    display:flex;
    align-items:center;
    gap:6px;
    padding:10px 15px;
    border:1px solid #b1c4e3;
    border-radius:10px;
    background: #fff;
    cursor:pointer;
}
.radio-item input[type=radio]{
    display: none!important;
}
.radio-item input{
    margin:0;
}
.radio-item:has(input:checked){
    border-color: #2870fa;
    color: #2870fa;
    position: relative;
}
.radio-item:has(input:checked)::after{
    content: url(img/done.png);
    position: absolute;
    left: 5px;
    top: calc(50% + 4px);
    transform: translateY(-50%) scale(0.6);
}
#glass_type,#glass_model,#glass_profile{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

@keyframes slideIn {
    from{
        opacity:0;
        transform:translateX(50px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes slideOut {
    from{
        opacity:1;
        transform:translateX(0);
    }
    to{
        opacity:0;
        transform:translateX(-50px);
    }
}
.steps{
    display: flex;
    margin: 0 auto 50px;
}
.steps li{
    list-style: none;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}
.step-number{
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 999px;
    background: #ebf2fe;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    align-items: center;
}
.steps li::after{
    content: "";
    height: 1px;
    width: 100%;
    top: 20px;
    background: #ebf2fe;
    left: 0;
    position: absolute;
}
.steps li:first-child:after,.steps li:last-child:after{
    width: 50%;
}
.steps li:last-child::after{
    left: inherit;
    right: 0;
}
.tcen{
    text-align: center;
}
.steps li.active::after{
    background: #2870fa;
}
.steps li.active .step-number{
    background: #2870fa;
    color: #fff;
}
.quote-form{
    background: linear-gradient(to top , #ebf2fe , rgb(255, 255, 255));
    border-radius: 24px;
    border: 1px solid #ebf2fe;
    padding: 30px;
}
.quote-form h3{
    font-weight: 500;
    margin-bottom: 0;
}
.step-text{
    background: #dae7fc;
    color: #2870fa;
    border-radius: 999px;
    padding: 5px 25px;
    text-align: center;
    width: fit-content;
    margin-bottom: 20px;
}
.quote-form button{
    background: #2870fa;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    width: 200px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s all!important;
}
.quote-form button:hover{
    background: #1c55c0;
}
.quote-box{
    display: flex;
    gap: 10px;
    align-items: center;
    border:1px solid #b1c4e3;
    padding: 10px 20px;
    background: #fff;
    flex: 1;
    border-radius: 10px!important;
}
.quote-box input{
    background: none!important;
    border: 0!important;
    padding: 0!important;
}
.quote-box span{
    flex: none;
    color: #b1c4e3;
    font-size: 15px;
}
.quote-area{
    display: flex;
    gap: 10px;
}
.step p{
    font-size: 15px;
}
.customer-info input{
    background: #fff!important;
    border:1px solid #b1c4e3!important;
    padding: 15px 20px!important; 
    border-radius: 10px!important;
    text-align: right;
}
.customer-info input:focus{
    border:1px solid #b1c4e3!important;
}
.step-error{
    margin-top: 30px!important;
}
.summary-box p{
    margin: 0;
}
.summary-box h4{
    color: #2870fa;
    font-size: 30px;
    margin: 0;
}
.summary-box span{
    color: #000;
    font-size: 15px;
    font-weight: normal!important;
}
@media(max-width:992px){
    .steps li span{
        font-size: 10px;
    }
    .step-number{
        width: 35px;
    }
    .steps li::after{
        top: 17px;
    }
    .quote-area,#glass_type, #glass_model,#glass_profile{
        flex-direction: column;
        display: flex;
    }
    .quote-form button{
        width: 100%;
    }
    .summary-box h4{
        font-size: 22px;
    }
}