@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

@media (max-width: 1440px) {
    .HandSilde2{
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 1400px) {
    .AutoRes{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .AutoResNoGap{
        display: flex;
        flex-direction: column;
    }

    .ProcsesNav h2{
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .Hand1{
        transform: rotate(10deg);
    }

    .AutoRes1200{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .Font16Auto1200{
        font-size: 16px;
    }

    .W100Auto1200{
        width: 100%;
    }

    .HandSilde2{
        width: 100%;
        max-width: 500px;
    }

    .subscriptionCard:nth-last-child(-n+2) {
        flex: 0 0 46%; /* دو کارت آخر عرض بیشتری می‌گیرند و به خط بعد می‌روند */
      }
    
    .subscriptionCard {
        flex: 0 0 30%; /* بقیه کارت‌ها عرض کمتر بگیرند */
    }

    .ProcsesNav h2{
        font-size: 18px;
    }
}

@media (max-width:1050px) {
    .line-top , .line-bottom{
        display: none;
    }
}

@media (max-width: 992px) {

    .MarkUp{
        grid-template-columns: repeat(2, 1fr);
    }

    .full-height {
        height: auto; /* یا مقدار دلخواه */
      }

    .DisplayNone{
        display: none;
    }

    .ProductHeaderTitle{
        transform: translateY(-60px) translateX(-20px);
    }

    .ProcsesNav{
        border-radius: 25px;
    }

    .ProcsesNav h2{
        font-size: 22px;
    }

    .Text18{
        font-size: 18px;
    }

    .FlexColumn {
        flex-direction: row;       /* تبدیل به ردیفی */
        flex-wrap: wrap;           /* اگر جا کم بود، به خط بعد بره */
        justify-content: center;   /* مرکز چین شدن آیتم‌ها */
        gap: 20px;                 /* فاصله بین آیتم‌ها حفظ بشه */
    }

    .MakeCenter992{
        justify-content: center;
    }

    .MakeRightText992{
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: start;
        align-items: start;
    }

    .MainItems{
        gap: 15px;
    }

    .Hand1{
        width: 350px;
    }

    .HandSilde2{
        width: 100%;
        max-width: 400px;
    }

    .HeaderEarth{
        transform: rotate(-90deg) translateX(150px);
    }

    .MoveUp280{
        transform: translateY(-280px);
    }

    .MoveUp150{
        transform: translateY(-150px);
    }

    .AutoRes992{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 20px;
    }

    .AutoRes992pxz{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .AutoResCenteral{
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .Make100Width992{
        width: 100%;
    }

    .MakeImageLower{
        display: none;
    }

    .HeightAuto992{
        height: auto;
    }

    .NourontaDataField{
        height: 500px;
    }

}


@media (max-width: 768px) {

    .CloudContainerHead{
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .CloudContainerBody{
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .CallToUs{
        display: none;
    }

    .ProcsesDivData , .LinerGradiantColor{
        border-radius: 25px;
    }

    .LinerGradiantColor{
        padding-bottom: 20px !important;
    }

    .posetive{
        transform: scale(1);
    }

    .ProcsesDivNav , .CloumedNavProcses{
        width: 100%;
    }

    .NumberRow{
        display: none;
    }

    .DataRow{
        transform: translateX(0);
        width: 100%; height: 70px;
    }

    .LinerGradiantColor{
        padding-left: 0;
        padding-right: 0;
    }

    .MarkUp{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .WhyAdakCard{
        margin-top: 20px;
    }

    .slider-btn , .NotHover{
        display: none;
    }

    .AdakSplashdd{
        display: none;
    }

    .w10{
        width: 100px;
    }

    .SocialIconsNav {
      display: none !important;
    }

    .burger {
        display: flex;
    }

    .MainItems{
        display: none !important;
    }

    .BottomNav , .TopNavGreen{
        justify-content: center;
    }

    .Hand1 , .Hand2 , .HandSilde2{
        display: none !important;
    }

    .subscriptionCard {
        flex: 0 0 100% !important; /* override همه قوانین قبلی */
        max-width: 100%; /* مطمئن شو که کارت پرعرض شود */
        height: 200px;
    }

    .subscriptionCard p{
        display: none;
    }

    .subscriptionCard div{
        transform: translateY(-8px);
    }

    .MakeRow786{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .TitleSubs{
        position: absolute;
        top: 10px;
    }

    .ButtonSubs{
        position: absolute;
        bottom: 10px;
        width: 250px;
    }

    table {
        font-size: 0.9rem;
      }
    
    .AutoRes768pxz{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .Make100Width786{
        width: 100%;
    }

    .MakeHighteLower786{
        height: 80px;
    }
  }

@media (max-width : 436px) {

    h1 { font-size: 22px !important; }
    h2 { font-size: 20px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 16px !important; }
    p , a  { font-size: 14px !important; }

    .DataRow{
        font-size: 14px;
    }

    .MakeSmaller{
        font-size: 25px;
    }

    .borderRadius50{
        border-radius: 15px;
    }

    .NourontaDataField{
        height: 620px;
    }
}