@media (max-width:768px)  {
    nav{
        width: 100%;
        gap: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 20px;
    }
    nav ul li a{
        font-size: 14px;
    }
    nav ul{
        gap: 10px;
    }
    nav .logo{
        width: 150px;
    }
    header {
        top: 20px;
        padding: 0 15px;
    }
    
    .hamburger {
        display: block;
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #eee;
        border-radius: 30px;
        padding: 20px;
        margin-top: 10px;
        gap: 20px;
        display: none;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid #ddd;
        margin: 0 15px;
    }
    
    nav ul {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        text-align: center;
    }
    
    nav .signin-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .banner-content h1{
        font-size: 35px;
        line-height: 45px;
    }
    .banner, .banner-wrapper{
        height: auto;
    }
    .banner-wrapper{
        padding: 150px 0 70px 0;
    }
    .banner-content p{
        max-width: 100%;
    }
    .smart-writing .container, .testimonials .container{
        padding-left: 15px;
    }
    .smart-writing-right{
        margin-top: 20px;
    }
    .what-we-create{
        padding: 0;
    }
    .write-header{
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .common-heading h2{
        font-size: 25px;
        line-height: 30px;
    }
    .single-dark-card, .single-gray-card{
        margin-bottom: 15px;
        height: auto;
    }
    .dark-card-content h3, .gray-card-content h4{
        font-size: 20px;
    }
    .dark-card-content p, .gray-card-content p{
        max-width: 100%;
    }
    .works-heading h2{
        font-size: 35px;
        line-height: 45px;
        max-width: 100%;
    }
    .how-it-works{
        padding: 60px 10px;
    }
    .works-row-two{
        margin: 30px 0;
    }
    .works-row-one .working-step{
        margin-top: 30px;
    }
    .dotted-arrow-one,.dotted-arrow-two{
        display: none;
    }
    .works-row-three .row{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .working-step-border{
        transform: none;
    }
    .cta-content{
        max-width: 100%;
    }
    .cta-content h2{
        font-size: 30px;
    }
    .working-step{
        padding: 20px 30px;
        min-height: 350px;
        max-width: 100%;
    }
}
@media (min-width: 769px) and (max-width:1024px)  {
   nav, .nav-menu{
    gap: 10px;
   }
    nav ul{
        gap: 15px;
    }
    nav ul li a{
    font-size: 14px;
    }
    .smart-writing .container, .testimonials .container{
        padding-left: 15px;
    }
    .dark-card-content p, .gray-card-content p{
        max-width: 100%;
    }
    .gray-card-content h4{
        font-size: 18px;
        line-height: 25px;
    }
    .gray-card-content p{
        font-size: 14px;
        line-height: 20px;
    }
    .banner, .banner-wrapper{
        height: auto;
    }
    .banner-wrapper{
        padding: 150px 0 70px 0;
    }
    .works-heading h2{
        font-size: 35px;
        line-height: 45px;
        max-width: 100%;
    }
    .dotted-arrow-one {
        position: absolute;
        top: 61%;
        left: 6%;
    }
    .dotted-arrow-one img {
        width: 350px;
    }
    .dotted-arrow-two {
        position: absolute;
        top: 100%;
        left: 25%;
    }
    .dotted-arrow-two img {
        width: 200px;
    }
    .working-step-border{
        transform: none;
    }
    .cta-content{
        max-width: 100%;
        text-align: center;
    }
    .cta-content h2{
        font-size: 30px;
    }
}
@media (min-width: 1025px) and (max-width:1200px)  {
   nav, .nav-menu{
    gap: 10px;
   }
    nav ul{
        gap: 15px;
    }
    nav ul li a{
    font-size: 14px;
    }
    .smart-writing .container, .testimonials .container{
        padding-left: 15px;
    }
    .dark-card-content p, .gray-card-content p{
        max-width: 100%;
    }
    .gray-card-content h4{
        font-size: 18px;
        line-height: 25px;
    }
    .gray-card-content p{
        font-size: 14px;
        line-height: 20px;
    }
    .banner, .banner-wrapper{
        height: auto;
    }
    .banner-wrapper{
        padding: 150px 0 70px 0;
    }
    .works-heading h2{
        font-size: 35px;
        line-height: 45px;
        max-width: 100%;
    }
    .dotted-arrow-one {
        position: absolute;
        top: 40%;
        left: 24%;
    }
    .dotted-arrow-one img {
        width: 450px;
    }
    .dotted-arrow-two {
        position: absolute;
        top: 78%;
        left: 41%;
    }
    .dotted-arrow-two img {
        width: 300px;
    }
    .working-step-border{
        transform: none;
    }
    .cta-content{
        max-width: 100%;
        text-align: center;
    }
    .cta-content h2{
        font-size: 30px;
    }
}
@media (min-width: 1201px) and (max-width:1450px)  {
    .smart-writing .container, .testimonials .container{
        padding-left: 15px;
    }
}