/* Manrope-font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
  }

  .main-section h1,
  .main-section h2,
  .main-section h3,
  .main-section h4,
  .main-section h5,
  .main-section h6 {
    margin: 0;
  }
  .blog-container{
    max-width: 1504px;
    margin: auto;
    padding-inline: 10px;

  }
  .header-section {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.blog-arrow {
    display: flex;
    align-items: center;
}
.home-icon {
    width: 60px;
}
.blog-arrow p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #111111;
}
.blog-arrow h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #272E34;
    padding-right: 8px;

}
.printing-header h1 {
    font-size: clamp(18px, 3vw, 48px);
    font-weight: 700;
    line-height: 1.5;
    color: #272E34;
    max-width: 1115px;
}

.table-section {
    width: 18%;
    max-width: 260px;
}
.featured-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.development-section {
    width: 55%;
    max-width: 827px;
}
.unlock-section {
    width: 24%;
    position: sticky;
    max-width: 369px;
    background-color: #F5F5F7;
    height: 100%;
    border-radius: 10px;
    left: 0;
    padding: 24px;
    top: 30px;
}
.last-update h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #585858;
}
span.min-second {
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
    margin-inline: 2px;
    padding-inline: 5px;
}
.last-update {
    padding-block: 16px 30px;
}
.printing-header {
    padding-block: clamp(20px,3.8vw,60px) clamp(20px,3vw,40px);
}
.table-content {
    border-radius: 10px;
    border: 1px solid #F5F5F7;
    position: sticky;
    top: 20px;
    border: none;
}
.table-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 16px;
    color: #272E34;
}
.benefits {
    display: flex;
    gap: 14px;
}
.benefits {
    display: flex;
    gap: 10px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #101010;
    padding-bottom: 18px;
}
.benefits span {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #72B63B;
	min-width: 10%;
}
.featured-section img {
    width: 100%;
    height: 100%;
}
.table-content h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #72B63B;
}
.social-media h4 {
    font-size: 20px;
    padding-bottom: 16px;
    line-height: 24px;
    color: #1D1D1D;
    font-weight: 700;
}
.social-media .logo {
    display: flex;
    gap: 10px;
}.social-media {
    padding-top: 24px;
}
.business-insight h3 {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700;
    line-height: 29px;
    color: #000000;
}
.business-insight p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    padding-block: 12px 19px;
}
input[type="text"] {
    width: 100%;
    padding: clamp(15px, 1.5vw, 20px) 16px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    color: #52606D;
    line-height: 20px;
    margin-block: 12px;
}

.input-container {
    display: flex;
    align-items: center;
    width:100%;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    padding: clamp(15px, 1.5vw, 20px) 16px;
 margin-bottom:24px ;
}

.flag-dropdown {
    display: flex;
    align-items: center;


    cursor: pointer;
}

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.country-code {
    font-weight:600;
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
    color: #000000  ;
}

.dropdown-arrow {
    font-size: 12px;

}

.mobile-input {
    flex: 1;
    border: none;
    outline: none;
    font-weight:600;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    color: #52606D;
}

.mobile-input::placeholder {
    color: #aaa;
}
.send-btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
}

.send-btn {
    background-color: #72B63B;
    border: 1px solid #72B63B;
    padding: 13px;
    border-radius: 8px;
    text-align: center;
}
.simply-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #52606D;
    padding-block: 8px;
}
.simply-content h2 {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    padding-block: 8px;
}
span.num-type {
    color: #72B63B;
}
.artical-section  {
    padding-block:  clamp(20px,3.8vw,60px)
}
.artical-section {
    text-align: center;
}
.artical-logo {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.artical-section h3 {
    padding-bottom: clamp(20px, 3vw, 53px);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #221B26;
}
.artical-section p {
padding-top: 38px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}
.login-section {
    background-color: #72B63B1A;
    border-radius: 10px;
    padding: clamp(20px,4vw,60px) clamp(15px,2.8vw,40px);
    text-align: center;
}

.email-container {
    display: flex;
    align-items: center;
width: 100%;
    height: 60px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background-color: #ffffff;
}

.email-input {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: none;
    outline: none;
    color: #333;
    width: 100%;
}

.email-input::placeholder {
    color: #a0a0a0;
}

.submit-button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #72B63B;
    border: none;
    border-radius:8px;
    cursor: pointer;
    max-width: 147px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #519945;
}
.login-section h2 {
    font-size: clamp(20px,2.8vw,40px);
    font-weight: 700;
    line-height: 38px;
    color: #000000;
}
span.login-header {
    color: #72B63B;
}
.login-section p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #52606D;
    padding-block: 24px 21px;
}
.technical-page {
    padding-block: clamp(20px,4.3vw,81px) clamp(10px,2vw,30px);
}
.technical-page p{
    font-size: clamp(14px, 1.3vw, 17px);
    font-weight: 400;
    line-height: 28px;
    color: #101010;
}
.experience-content span {
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    padding-left: 20px;
}
.experience-content {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
}

.mobile-point h3 {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 23px;
    color: #72B63B !important;
    background-color: #6F6F6F1A;
    padding: 3px 5px !important;
    border-radius: 3px;
    margin: 5px;
}
.developer-page h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 16px;
}
.mobile-point {
    display: flex;



}
.mobile-point span{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.prev-site-img span {
    max-width: 290px;
    margin-left: auto;
}
.prev-site-img {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: center;
}
.prev-site-img span {
    max-width: 290px;
    margin-left: 20px;
}
.slider-page {
    display: flex;
    justify-content: space-between;
}
span.left-txt {
    text-align: right;
    margin-right: 20px;
}
.slider-page {
    display: flex;
    justify-content: space-between;
    border-top: 2px #CECECE dashed;
    border-bottom: 2px #CECECE dashed;
    padding: 22px 5px;
   

}
.developer-page {
    padding-bottom: clamp(20px,4.5vw,80px);
}
.business-cart {
    margin: 10px;
    width: 33%;

    box-shadow: 0px 12px 16px -4px #10182814;
    border-radius: 10px;
}
.business-cart    img {
    width: 100%;
}
.develop-content {
    padding: 20px 15px;
}
.related-post-section h2 {
    font-size: clamp(20px,2vw,30px);
    line-height: 32px;
    padding-bottom: clamp(15px,2vw,30px);
    font-weight: 700;
    padding-inline: 5px;
}
.businesss-related {
    display: flex;
    justify-content: space-between;
}
.business-cart h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #111111;
}
.business-cart p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #52606D;
    padding-block: 18px clamp(10px,1.5vw,20px);
}
.business-cart span{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #52606D;
   
}
.related-post-section {
    padding-block: clamp(20px,3.2vw,60px) clamp(30px,5.3vw,100px);
}


.service-section{
    background-color: #111111;
    
}
.transformation{
    max-width: 1624px;
    margin: auto;
}
.transformation {
    max-width: 1624px;
    margin: auto;
    display: flex;

    align-items: center;
    justify-content: center;
  
}
.roadmap-content {
    max-width: 869px;
    padding-inline: 30px;
    padding-block: clamp(40px,3.6vw,64px) clamp(30px,4vw,67px);
    margin: auto;
}

.roadmap-content h2 {
    font-size: clamp(20px,3vw,48px);
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    padding-bottom: clamp(20px,2.5vw,40px);
}
.roadmap-content span{
color:#72B63B !important;
}
.roadmap-content a {
    font-size: clamp(15px,1.5vw,20px);
    font-weight: 600;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #72B63B;
    padding: 14px clamp(10px,1.6vw,22px);
    display: block;
    width: 100%;
    text-align: center;
    max-width: 358px;
    border-radius: 8px;
    text-decoration: none;
}
.service-img {
    margin-top: -55px;
}
.service-img img {
    width: 100%;
}
.service-img {
    padding-inline: 10px;
}
input.email-input {
    border: none;
}

@media only screen and (max-width:1352px) {
    .unlock-section {
        width: 100%;
        max-width: unset !important;
    }
    .table-section {
        width: 100%;
     }
 
}
@media only screen and (max-width:767px) {
    .businesss-related {
        flex-wrap: wrap !important;
    }
    .business-cart {
 
        width: 46%;
    }
  .benefits span{
		min-width: 5%;
	}

}
@media only screen and (max-width:600px) {
    .business-cart {
    
        width: 100%;
    }
    .slider-page {
        flex-wrap: wrap;
    }
	
}
@media only screen and (max-width:999px) {
 
    .development-section {
        width: 100%;
        max-width: unset !important;
    }
    .table-section {
        max-width: unset !important;
     }
     .social-media {
        text-align: center;
    }
    .social-media .logo {
   justify-content: center;
    }
    .transformation {
        flex-wrap: wrap;
    }
    .service-img {
        margin-top: -28px;
        order: 1;
    }
    .roadmap-content {
        order: 2;
    }

}
@media only screen and (max-width:400px) {
    span.left-txt {
    text-align: left;
        margin-right:0;
    }
    .prev-site-img {
        padding-top: 10px;
    }
    .mobile-point {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile-point h3 {
        width: 100%;
    }
}

.blog-arrow p {
    margin: 0;
}
.social-media {
    position: sticky;
    top: 300px;
}

input.mobile-input {
    border: 0;
}

span.m-second  {
    padding-left: 5px;
}

.table-inner {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F5F5F7;
}
