.about-hero{
    position: relative;
    height: 97vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}

/* VIDEO */
.bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* OVERLAY */
.about-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(104, 46, 2, 0.5);
    z-index: -1;
}

/* CURVE */
.about-hero::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 150px;
    background: white;
    border-radius: 100% 100% 0 0;
    transform: scaleX(1.1);
    z-index: 1;
}

/* CONTENT */
.about-contents{
    position: relative;
    z-index: 2;
    color: white;
    max-width: 800px;
    padding: 20px;
}

.about-contents h4{
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-contents h1{
    font-size: 60px;
    margin-bottom: 20px;
}

.about-contents-p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}
 

 @media (max-width: 1100px){
    .about-contents h1{
        font-size: 48px;
    }

    .about-contents h4{
        font-size: 18px;
    }

    .about-contents-p{
        font-size: 16px;
    }
}
@media (max-width: 800px){

    .about-hero{
        height: 85vh;
    }

    .about-contents h1{
        font-size: 36px;
    }

    .about-contents h4{
        font-size: 16px;
    }

    .about-contents-p{
        font-size: 15px;
        line-height: 1.6;
    }

    .btn{
        padding: 12px 28px;
        font-size: 14px;
    }
}
@media (max-width: 480px){

    .about-hero{
        height: 75vh;
    }

    .about-contents h1{
        font-size: 32px;
    }

    .about-contents h4{
        font-size: 17px;
        letter-spacing: 1px;
    }

    .about-contents-p{
        font-size: 16px;
        line-height: 1.5;
    }

	.about-hero::after {  transform: scaleX(1.4);}
}
/* --------------------------------text para -------------------------- */
.section-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 80px;
}

.section-heading .subtitle{
    display:inline-block;
    color:#2563eb;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    color:#111827;
    margin-bottom:20px;
    line-height:1.3;
}

.section-heading p{
    font-size:17px;
    color:#242525;
    line-height:1.8;
}

@media (max-width:1024px){

    .section-heading{
        margin:0 auto 60px;
        padding:0 20px;
    }

    .section-heading h2{
        font-size:36px;
    }

    .section-heading p{
        font-size:16px;
    }
}

@media (max-width:768px){

    .section-heading{
        margin:0 auto 50px;
        padding:0 15px;
    }

    .section-heading .subtitle{
        font-size:14px;
        letter-spacing:1.5px;
    }

    .section-heading h2{
        font-size:30px;
    }

    .section-heading p{
        font-size:15px;
        line-height:1.6;
        padding:10px;
    }
}

@media (max-width:480px){

    .section-heading{
        margin:0 auto 40px;
        padding:0 10px;
    }

    .section-heading .subtitle{
        font-size:16px;
        letter-spacing:1px;
    }

    .section-heading h2{
        font-size:24px;
        line-height:1.2;
    }
    .section-heading p{
        font-size:16px;
        padding:12px;
    }
}
/* ---------------------------------services code---------------------- */
.services-showcase{
    width:100%;
    padding:100px 10%;
    background:#f9fafa;
}

.service-item{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:100px;
}

/* Alternate Layout */
.service-item.reverse{
    flex-direction:row-reverse;
}

/* Icon Box */
.service-icon{
    flex:0 0 300px;
    height:300px;
    border-radius:30px;
    background:linear-gradient(135deg,#f57106,#fcb174);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(37,99,235,0.15);
    transition:0.4s ease;
}

.service-icon::before{
    content:'';
    position:absolute;
    width:150%;
    height:150%;
    background:rgba(255,255,255,0.08);
    transform:rotate(45deg);
    top:-100%;
    left:-100%;
    transition:0.6s;
}

.service-item:hover .service-icon::before{
    top:100%;
    left:100%;
}

.service-icon:hover{
    transform:translateY(-10px);
}
.service-icon i{
    font-size:90px;
    color:#fff;
    z-index:2;
}

/* Content Area */
.service-content{
    flex:1;
}

.service-content span{
    display:inline-block;
    color:#fa6413;
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.service-content h3{
    font-size:38px;
    color:#111827;
    margin-bottom:20px;
    position:relative;
}

.service-content h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:80px;
    height:4px;
    background:linear-gradient(85deg, #f7761a, #342105);
    border-radius:5px;
}

.service-content p{
    color:#6b7280;
    line-height:1.9;
    margin-top:25px;
    font-size:16px;
}

/* Feature Boxes */
.features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:35px;
}

.feature-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
    transition:0.4s;
    border-top:4px solid transparent;
}

.feature-box:hover{
    transform:translateY(-10px);
    border-top:4px solid #ea6411;
    box-shadow:0 20px 40px rgba(0,0,0,0.10);
}

.feature-box h4{
    font-size:20px;
    color:#111827;
    margin-bottom:12px;
}

.feature-box p{
    font-size:15px;
    color:#6b7280;
    line-height:1.7;
    margin:0;
}

 @media (max-width:1024px){
    .services-showcase{
        padding:80px 6%;
    }

    .service-item{
        gap:40px;
        margin-bottom:80px;
    }

    .service-icon{
        flex:0 0 250px;
        height:250px;
    }

    .service-icon i{
        font-size:70px;
    }

    .service-content h3{
        font-size:32px;
    }

    .features{
        gap:20px;
    }
}

@media (max-width:768px){
    .services-showcase{
        padding:70px 5%;
    }

    .service-item,
    .service-item.reverse{
        flex-direction:column;
        text-align:center;
        gap:30px;
    }

    .service-icon{
        width:220px;
        height:220px;
    }

    .service-content h3::after{
        left:50%;
        transform:translateX(-50%);
    }

    .service-content h3{
        font-size:30px;
    }

    .service-content p{
        font-size:16px;
    }

    .features{
        grid-template-columns:1fr;
    }
}

@media (max-width:480px){

    .services-showcase{
        padding:60px 15px;
    }

    .service-item{
        margin-bottom:60px;
    }

    .service-icon{
        width:180px;
        height:180px;
    }

    .service-icon i{
        font-size:55px;
    }

    .service-content span{
        font-size:15px;
    }

    .service-content h3{
        font-size:26px;
    }

    .service-content p{
        font-size:16px;
        line-height:1.6;
    }

    .features{
        gap:15px;
    }

    .feature-box{
        padding:20px;
        border-radius:15px;
    }

    .feature-box h4{
        font-size:20px;
    }

    .feature-box p{
        font-size:16px;
    }
}