
.btn{
    display:inline-block;
    margin-top:40px;
    padding:18px 50px;
    background:#9b4b52;
    color:orrange;
    font-size:28px;
    text-decoration:none;
    border-radius:50px;
    letter-spacing:2px;
}
 .wrapper{
    max-width:900px;
    margin:30px auto;
    padding:50px 30px;
    border:3px solid red;
    text-align:center;
    color:blue;
}
 
.heading{
    font-size:36px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:50px;
}
.btn{
    display:inline-block;
    padding:22px 70px;
    background:#d2a6b9;
    color:#ffffff;
    font-size:32px;
    font-weight:700;
    border-radius:60px;
    text-decoration:none;
    box-shadow: inset 0 0 0 4px rgba(255,255,255,0.2);
    margin-bottom:45px;
}
.contact{
    font-size:22px;
    line-height:2;
    margin-bottom:30px;
}
.contact span{
    display:block;
}
.location{
    font-size:30px;
    font-weight:600;
    margin-top:10px;
}
.license{
    margin-top:50px;
    font-size:18px;
    opacity:0.9;
}





.since-area {
    padding: 80px 20px;
    background: #000;
    color: #fff;
}

.contain {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.left img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 10px;
}

.right h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f4c430;
}

.imported {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.features {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: #f4c430;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
    .contain {
        flex-direction: column;
        text-align: center;
    }

    .right h1 {
        font-size: 28px;
    }

    .features {
        font-size: 15px;
    }
}
