@media (max-width:767px) {
.hero-content h1 {
    font-size: 42px;
}

.hero-content p {
    font-size: 16px;
}

.yellow-btn, .white-btn {
    font-size: 16px;
}

.white-btn {
    border: solid 1 #F5F5F5;
}
.arrow-right, .arrow-right::after, .arrow-white, .arrow-white::after {
    display: none;
}

.trusted {
    display: none;
}

.solution {
    display: flex;
    flex-direction: column;
    padding: 60px 16px;
    gap: 16px;
}

.solution-heading{
    gap:16px;
}

.solution-tag {
    font-size:14px;
    padding:8px 18px;
}

.solution-heading h2 {
    font-size:34px;
    line-height:1.25;
}

.solution-heading p {
    font-size: 16px;
    line-height:1.6;
}
.solution-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px;
}

.solution-content img {
    width:100%;
    max-width:500px;
    height:auto;
}

.feature-grid{
    width:100%;
    position:static;         
    inset:auto;
    padding:0;                
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
}

.feature-card1,
.feature-card2,
.feature-card3,
.feature-card4{
    width:100%;
    height:auto;
    padding:24px;
    border-radius:20px;
    gap:14px;
    box-sizing:border-box;

    transform:none;
}

.feature-card1:hover,
.feature-card2:hover,
.feature-card3:hover,
.feature-card4:hover{
    transform:translateY(-4px);
}

.feature-content{
    gap:12px;
}

.feature-content>img{
    width:30px;
    height:30px;
}

.feature-content h3{
    font-size:18px;
}

.feature-card1 p,
.feature-card2 p,
.feature-card3 p,
.feature-card4 p{
    font-size:15px;
    line-height:1.6;
}

.all-service {
    padding: 60px 20px;
}

.service-tag {
    font-size:14px;
    padding:8px 18px;
}

.all-service h2 {
    max-width: 210px;
    font-size:34px;
    line-height:1.25;
}

.all-service p {
    font-size: 16px;
    line-height:1.6;
}

.service-grid {
    grid-template-columns: 1fr;
}

.our-work{
    padding:60px 20px;
}

.our-work-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-work-card{
    width: auto;
    flex-shrink:0;
}

.our-work-heading h2 {
    font-size:34px;
    line-height:1.25;
}

.our-work-heading p {
    font-size: 16px;
    line-height:1.6;
}

.faq-home {
    width: 100%;
    padding: 60px 20px;
}

.faq-home h2 {
    font-size:34px;
    line-height:1.25;
}

.home-question h4 {
    max-width: 350px;
    font-size: 20px;
    line-height: 1.4;
}

.home-question p {
    font-size: 16px;
    line-height: 1.6;
}

.contact-form {
    padding: 60px 20px;
}

.contact-tag {
    font-size:14px;
    padding:8px 18px;
}

.contact-heading h2 {
    font-size:34px;
    line-height:1.25;
}

.contact-heading p {
    font-size: 16px;
    line-height:1.6;
}

.contact-grid {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
}

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row{
    flex-direction:column;
}

.form-group label, .form-group input {
    font-size: 16px;
}

.form-group select {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-btn {
    font-size: 16px;
    border-radius: 16px;
}

.contact-form {
    width: 100%;
}

.contact-right h3 {
    max-width: 200px;
    font-size: 22px;
}

.contact-row {
    align-items: center;
}

.contact-row img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.contact-row p {
    font-size: 16px;
}

.alert-box h5 {
    font-size: 16px;
}

.alert-box p {
    font-size: 14px;
}
}