ol{
    list-style-type: auto;
    padding-left: 20px;
}
/* hero_section */
.hero_section{
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/service_banner_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_section h1{
    color: #000000;
    text-align: left;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0;
}
.trust_sec{
    min-height: 251px;
}
section.hero_section p{
    color: #333333;
    font-size: 22px;
    line-height: 2;  
    font-weight: 500;
    min-height: 220px;
}
section.hero_section .banner-left-img img{
    height: 100%;
}
.hero_section .d-flex .col-md-8 {
    height: 100%    ;
    width: 58%; 
}
.hero_section .d-flex{
    gap: 18px;
    justify-content: space-between;
}
.banner-left-img {
    height: auto;
    width: 420px;
    padding-top: 20px;
    object-fit: cover;
    margin: auto;
}
/* hero_section */
/* why_cloud_technologies */
section.section.impressive-numbers.dark.benefits .bg-grid{
    position: relative;
}
.impressive-numbers.benefits .bg-grid.lazy-loaded::before {
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/boost-web-bg-o.webp);
}
.impressive-numbers.benefits .bg-grid::before {
    content: "";
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    top: 0;
    opacity: 0.6;
}
.impressive-numbers.benefits .bg-grid .col-md-8,.impressive-numbers.benefits .bg-grid .col-md-4{
    z-index: 2;
}
.why_cloud_technologies .heading-area p{
    padding-top: 10px;
    text-align: center;
}
.why_cloud_technologies .technologies-bg {
    padding: 80px 55px;
    border-radius: 0px 80px 0px 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 1289px;
    /* No background image initially */

}
.why_cloud_technologies {
    transform: translateY(1px);
    transition: transform .3s 
cubic-bezier(1, -0.21, 0, 1.28);
}
.why_cloud_technologies .technologies-bg.lazy-loaded {
    background-image: url("/wp-content/themes/deskcodesolution/assets/images/Cutting-edge Technologies-bg.webp");
}
.why_cloud_technologies .technology .col{
    padding: 25px 35px;
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/why-cloud-technologies.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.technologies-bg h2{
    margin-bottom: 0;
}
.why_cloud_technologies .technology .col:last-child{
    background-position: top;
}
.why_cloud_technologies .technology{
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/why-cloud-technologies.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.why_cloud_technologies .title.col-4 {
    width: 30%;
}
.why_cloud_technologies .subtitle.col-5 {
    width: 46.5%;
}
.why_cloud_technologies .technology .icon i img{
    width: 55px;
    display: block;
    aspect-ratio: 4/4;
}
.why_cloud_technologies .technology h3{
    font-size: 21px;
    line-height: 1.57;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}
.why_cloud_technologies .technology p{
    line-height: 1.875;
}
/* why_cloud_technologies */



/* technologies */
.technologies .techs {
    padding: 0 135px;
}

.tech-cards{
    background: #ffffff;
    border-radius: 0px 30px;
    border-style: solid;
    border-color: var(--deskcode, #f43336);
    border-width: 1.2px;
    position: relative;   
    width: 230px;
    padding: 23px 0px 30px;
    text-align: center;
}
.technologies h2 {
    margin-bottom: 30px;
}
.tech-cards img {
    height: 80px;
    width: auto;
}

.tech-cards:hover{
    box-shadow: 0px 1px 2px 0px rgba(244, 51, 54, 0.1),
        0px 4px 4px 0px rgba(244, 51, 54, 0.09),
        0px 9px 5px 0px rgba(244, 51, 54, 0.05),
        0px 16px 6px 0px rgba(244, 51, 54, 0.01),
        0px 25px 7px 0px rgba(244, 51, 54, 0);
    border-color: #F43336;
}
.tech-cards h5{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 15px 0 0 0 ;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
}
.techonlogies-cards .d-grid{
    justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(5,1fr);
}
.techonlogies-cards {
    padding: 0 28px;
    position: relative;
}

.sdt .d-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.tech-cards a.btn {
    border-radius: 100px;
    border: 1px solid #F43336;
    padding: 13.22px 13px;
    line-height: 1;
    background-color: #FFE5E6;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -75px;
    visibility: hidden;
}
.tech-cards:hover a.btn {
    transition: 0.2s;
    bottom: -25px;
    opacity: 1;
    visibility: visible;
}
.tech-cards a.btn img{
    width: 16px;
    height: auto;
}
/* technologies */


.our_custom_maintenance_and_support h2 {
    margin: 0;
}

/* Cutting-edge Technologies */

.how_to_maintain .maintain-bg{
    padding: 80px 160px;
    background: rgba(144, 144, 144, 0.07);
    border-radius: 0px 60px 0px 60px;
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/hire_resouce_bg-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.maintain-bg a{
    margin: auto;
}
.tech-cards{
    background-color: #fff;
    padding: 35px;
    border-radius: 0 30px;
    border: 1px solid #fff;
    height: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 9px 5px 0px rgba(0, 0, 0, 0.05),
    0px 16px 6px 0px rgba(0, 0, 0, 0.01), 0px 25px 7px 0px rgba(0, 0, 0, 0);

}
.techs-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.tech-cards h3{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 0;
}
.tech-cards h3.box{
    left: 12px; 
}
.tech-cards h3.box::before{
    content: "";
    background-color: rgba(244, 51, 54, 0.07);
    height: 40px;
    width: 40px;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: -12px;
    top: -8px;
}
.tech-cards .line{
    height: 1px;
    width: calc(100% - 6px);
    display: block;
    background-color: #CCCCCC;
    margin: 20px 0 15px 0;
}
.tech-cards i{
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
}

.how_to_maintain .tech-cards p{
    line-height: 1.875;
}
.how_to_maintain.why_choose_us .heading-area{
    width: 100%;
}

/* How We Provide */

.impressive-numbers{
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.impressive-numbers ul {
    position: relative;
}
.impressive-numbers ul li .title{
    color: hsl(0, 0%, 100%);
    padding: 13px 16px;
    width: 470px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0;    
    transition: 0.2s;
    position: relative;
    display: flex;
    gap: 10px;
    border: 2px solid #F43336;
    margin-bottom: 35px;
}
.impressive-numbers ul li{
    position: relative;
}
.impressive-numbers ul li .title::before{
    content: "";
    border: 0px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -2px;
    left: -2px;
    transition: all .4s ease-in-out;
    border-top: none;
    border-right: none;
}
.impressive-numbers ul li .title:hover{
    animation: box_line 0.5s ease;
    top: 2px;
    left: 2px;
}
.impressive-numbers ul li:nth-child(odd) {
    left: 55% ;
    text-align: left;
    margin-left: 0;
    width: fit-content;
}


@keyframes box_line{
    0%{
        left:0;
        top:0;
    }
    100%{
       left:2px;
       top:2px;
    }
    
}
.impressive-numbers ul li .title:hover::after,
.impressive-numbers ul li .title:hover::before
{
    height: calc( 100% + 4px);
    width: calc( 100% + 4px);
    border-width: 2px;
    transition-delay: 0.5s;
}

.impressive-numbers ul li .title::after{
    content: "";
    border: 0px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    top: -2px;
    right: -2px;
    transition: all .4s ease-in-out;
    border-bottom: none;
    border-left: none;
}
.impressive-numbers .step-number{
    position: absolute;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    border: 1px solid #F43336;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    z-index: 7;
    background-color: #0F0F0F;
}

.impressive-numbers ul li:nth-child(odd) .step-number{
    left: -70px;
}
.impressive-numbers ul li:nth-child(even) .step-number{
    right: 507px;
}


.impressive-numbers ul{
    /* display: flex; */
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0 80px;
    justify-content: center;
    margin-bottom: 0;
}

.impressive-numbers ul li svg {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.impressive-numbers ul::after{
    content: "";
    width: 3px;
    display: block;
    height: 92%;
    background-color: #F433364D;
    position: absolute;
    top: 21px;
    left: 50%;
}

/* benefits */
.benefits.impressive-numbers .heading{
    letter-spacing: 0.02em;
    font-size: 50px;
    margin-bottom: 30px;
}
/* .impressive-numbers.benefits .bg-grid{
    position: relative;
    overflow: hidden;
    padding: 80px 50px; 
} */

.impressive-numbers.benefits .cnt-text{
    font-size: 20px;
    line-height: 1.94;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-right: 70px;
}
.impressive-numbers.benefits .bg-grid .phone-Image {
    height: auto;
    width: 336px;
}
.impressive-numbers.benefits .bg-grid .col-md-8 {
    width: 60%;
    z-index: 50;
}
.impressive-numbers.explore .bg-grid .heading{
    margin: 0 0 30px 0;
}

.impressive-numbers .cnt-text {
    font-size: 20px;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
}
/* Unlock the Benefits */


/* Let's Discuss Your Project */
.technology-partner .cnt-text{
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.technology-partner .heading-area h2{
    font-weight: 400;
}

/* we provide */
.support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.we_provide .support{
    padding: 0 60px;
}
.we_provide .support-grid i{
    background-color: rgba(244, 51, 54, 0.05);
    width: 70px;
    padding: 5px;
    border-radius: 15px;
}
.we_provide h2{
    margin-bottom: 0;
}
.we_provide .support-grid h3{
    font-size: 24px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}   
.we_provide .support-grid .col{
    gap: 15px;
    border-radius: 20px;
    border: 1.5px solid #F43336;
    padding: 20px;
}
/* cloud_hosting_process */

.cloud_hosting_process .sdt .card .card-content{
    background: #ffffff;
    border-radius: 0px 30px 0px 30px;
    border-style: solid;
    border-color: #f43336;
    border-width: 1.2px;
    position: relative;
    padding: 25px;    
    height: 100%;
}
.card-content:hover{overflow: hidden;}
/* .card .card-content:after {
    content: "";
    bottom: -20px;
    right: -20px;
    width: 41px;
    height: 41px;
    background: #f43336;
    border-radius: 100px;
    position: absolute;
}    */
.card .card-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/roundcuts.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 699;
    background-position: bottom right;
}
.card .card-content::before {content: '';position: absolute;bottom: 0;right: 0;width: 0%;height: 0%;background: var(--primary-color);border-radius: 0px 30px 0px 30px;z-index: -1;transition: width 0.4s ease, height 0.4s ease;}
.card .card-content:hover::before {width: 100%;height: 100%;transform: scale(1.2);}
.card-content:hover path{fill:#FFF}
.cloud_hosting_process .sdt .card .card-content:hover .steps{-webkit-text-stroke: 1.5px #FFF;opacity: 0.8}
.cloud_hosting_process .sdt .card .card-content:hover h4,.cloud_hosting_process .sdt .card:hover ul li,.cloud_hosting_process .sdt .card:hover ul li::marker{color: #FFF}
.cloud_hosting_process .sdt .card:first-child .gap-arrow::before {content: "";width: 0px;background: #f43336;position: absolute;background: url(/wp-content/themes/deskcodesolution/assets/images/ellipse-bottom.png) no-repeat;height: 5px;left: 0;margin: 0 auto;right: 0;}
.cloud_hosting_process .sdt .varrow {background: url(/wp-content/themes/deskcodesolution/assets/images/vdotline.svg) repeat-y top center;width: 20px;height: 60px;position: absolute;left: 0; right: 0;top: 100%;margin: 0 auto;}
.cloud_hosting_process .sdt .harrow {background: url(/wp-content/themes/deskcodesolution/assets/images/dot-line.svg) repeat-x top center;width: 60px;height: 10px;position: absolute;bottom: -35px;right: -60px;margin: 0 auto;transform: rotate(90deg);top: 50%;}
.cloud_hosting_process .sdt .varrow.top{bottom: 100%;top: auto;}
.cloud_hosting_process .sdt .card .card-content .round{width: 41px;height: 41px;background: #f43336;border-radius: 100px;position: absolute;right: -20px;bottom: -20px;}
.gap-arrow {opacity: 0;animation: fadeInLine 0.3s ease forwards;}
.gap-arrow img {width: auto;}
.gap-arrow.varrow img {animation: floatDown 1.5s linear infinite;}
.gap-arrow.varrow.top img {animation: floatUp 1.5s linear infinite;}
.gap-arrow.harrow img {animation: floatRight 1.5s linear infinite;position: absolute;top: -5px;}

.cloud_hosting_process h2{
    margin-bottom: 0;
}
.cloud_hosting_process .sdt .card svg{
    width: 50px;
    height: 50px;
}
.cloud_hosting_process .sdt .card h4{
    color: #111111;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    padding: 10px 0 15px;
    line-height: 1.5;
}
.cloud_hosting_process .sdt .card p li{
    color: #333333;
    font-size: 18px;
    line-height: 1.62;
    letter-spacing: 0.02em;
    font-weight: 500;
    position: relative;
    padding: 10px 0 10px 0;  
}
.cloud_hosting_process .sdt .card .steps{
    color: rgba(244, 51, 54, 0);
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 800;
    opacity: 0.3;
    position: relative;
    line-height: 1;
    -webkit-text-stroke: 1.5px #f43336;
}
.cloud_hosting_process .sdt .card ul{
    list-style-type: disc !important;
    padding-left: 20px;
    margin-bottom: 0;
}
.cloud_hosting_process .sdt .card ul li::marker{
    color: #F43336;
    width: 10px;
    height: 10px;
}
.cloud_hosting_process .sdt .card ul li{
    margin-bottom: 8px;
    font-size: 18px;
    color: #212529;
    font-weight: 400;
    line-height: 1.5;
}
.cloud_hosting_process .sdt .card ul li:last-child{
    margin-bottom: 0px;
}
@keyframes fadeInLine {
  0% { opacity: 0; height: 0; transform: translateX(-5px); }
  100% { opacity: 1;height: 60px; transform: translateX(0); }
}
@keyframes floatDown {
      0% {
        transform: translateY(-10px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(40px);
        opacity: 1;
      }
    }
    @keyframes floatUp {
      0% {
        transform: translateY(40px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(0px);
        opacity: 1;
      }
    }
    @keyframes floatRight {
      0% {
        transform: translateX(-30px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateX(20px);
        opacity: 1;
      }
    }
/* cloud_hosting_process */
/* we provide */
@media only screen and (max-width: 1919px) {
    .hero_section .d-flex .col-md-8{
        width: 62%;
    }
    .hero_section{
        padding-bottom: 35px;
        padding-top: 50px;
    }
   
    .hero_section h1{
        font-size: 50px;
    }
    
    .banner-left-img{
        height: 395px;
        width: 395px;
        margin: auto;
    }
    section.hero_section p{
        font-size: 20px;

    }

    .why_cloud_technologies .technologies-bg{
        padding: 70px 45px;
        border-radius: 0px 60px 0px 60px;
    }
    .why_cloud_technologies .technology .col {
        padding: 25px;
    }
    .why_cloud_technologies .technology .icon i img{
        width: 50px;
    }
    .why_cloud_technologies .technology h3 {
        font-size: 19px;
    }

    .how_to_maintain .maintain-bg{
        padding: 70px 125px;
    }
    
    .impressive-numbers.benefits .cnt-text{
        font-size: 18px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 306px;
    }
    .impressive-numbers .cnt-text {
        font-size: 18px;
    }
    .impressive-numbers ul{
        gap: 25px;
        padding: 0 80px;
    }
    .impressive-numbers ul li{
        line-height: 24px;
        font-size: 16px;
        gap:8px;
        position: relative;
    }
    .impressive-numbers ul li svg{
        width: 26px;
        height: 26px;
    }
    .tech-cards {
        padding: 36px 0;  
    }
    .tech-cards h3 {
        font-size: 20px;
    }
    .technology-partner .cnt-text{
        font-size: 18px;
    }
    .benefits.impressive-numbers .heading{
        letter-spacing: 0.02em;
        font-size: 40px;
    }
    .tech-cards i {
        width: 45px;
        height: 45px;
    }
    .we_provide .support {
        padding: 0 60px;
    }
    .support-grid {
        gap: 30px;
    }
    .we_provide .support-grid .col {
        gap: 12px;
        padding: 15px;  
    }
    .we_provide .support {
        padding: 0 60px;
    }
    .we_provide .support-grid h3 {
        font-size: 22px;
    }
    .impressive-numbers ul li .title{
        font-size: 16px;
        padding: 12px 13px;
        margin-bottom: 30px;
        width: 410px;
    }
    .impressive-numbers .step-number{
        width: 35px;
        height: 35px;
    }
    .impressive-numbers ul li:nth-child(odd) .step-number {
        left: -60px;
    }
    .impressive-numbers ul li:nth-child(even) .step-number{
        right: 436px;
    }
    .tech-cards img {
        height: 70px;
    }
    .tech-cards h5 {
        font-size: 18px;    
        padding: 13px 0 0 0;
    }
    .tech-cards{
        width: 193px;
    }
    .technologies .techs {
        padding: 0 0px;
    }

    .tech-cards i {
        width: 45px;
        height: 45px;
    }
    .sdt .d-grid{gap: 50px;}
    .cloud_hosting_process .sdt .card .card-content{
        padding: 20px;
        border-radius: 0px 25px 0px 25px;
    }
    .cloud_hosting_process .sdt .card svg {
        width: 40px;
        height: 40px;
    }
    .cloud_hosting_process .sdt .card .steps{
        font-size: 30px;
    }
    .cloud_hosting_process .sdt .card h4{
        font-size: 18px;
    }
    .cloud_hosting_process .sdt .card p{
        font-size: 16px;
    }
    .why_cloud_technologies .technology h3{
        font-size: 19px;
    }
    .cloud_hosting_process .sdt .card ul li{
        font-size: 16px;
    }
    .card .card-content:hover::before{border-radius: 0px 22px}
    .cloud_hosting_process .sdt .varrow{height: 50px;}
    .cloud_hosting_process .sdt .harrow{width: 50px}
    .cloud_hosting_process .sdt .harrow{right: -50px;}
    .gap-arrow.harrow img{top: -6px;}
    @keyframes fadeInLine {
      0% { opacity: 0; height: 0; transform: translateX(-5px); }
      100% { opacity: 1;height: 50px; transform: translateX(0); }
    }
    @keyframes floatDown {
      0% {transform: translateY(-10px);opacity: 0;}
      25% {opacity: 1;}
      100% {transform: translateY(30px);opacity: 1;}
    }
    @keyframes floatUp {
      0% {transform: translateY(30px);opacity: 0;}
      25% {opacity: 1;}
      100% {transform: translateY(0px);opacity: 1;}
    }
    @keyframes floatRight {
      0% {transform: translateX(-30px);opacity: 0;}
      25% {opacity: 1;}
      100% {transform: translateX(10px);opacity: 1;}
    }
}
@media (max-width: 1439px){
    .hero_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-left-img {
        width: 365px;
    }
    /*.hero_section .d-flex .col-md-8{width: 56%;}*/
    .process_steps .d-flex {
        justify-content: space-between;
    }
    
    .hero_section h1{
        font-size: 45px;
    }
    section.hero_section p {
        font-size: 18px;
    }
    .how_to_maintain .maintain-bg {
        padding: 60px 142px;
        border-radius: 0px 50px 0px 50px;
    }
    .why_cloud_technologies .technologies-bg{
        padding: 60px 35px;
        border-radius: 0px 50px 0px 50px;
    }
    .why_cloud_technologies .technology .col {
        padding: 20px;
    }
    .why_cloud_technologies .technology .icon i img{
        width: 45px;
    }
    .why_cloud_technologies .technology h3 {
        font-size: 18px;
    }
    .benefits.impressive-numbers .heading,.impressive-numbers .heading{font-size: 36px;}
    .impressive-numbers.benefits .cnt-text {font-size: 17px;}

    /* .impressive-numbers.benefits .bg-grid{padding: 60px 34px;} */
    /* .impressive-numbers.benefits .bg-grid .phone-Image{height: 430px;width: 430px; bottom: -50px;} */

    .tech-cards {
        padding:35px 0;
        border-radius: 0 25px;
    }
    .tech-cards h3 {
        font-size: 18px;
    }
    .tech-cards h3.box::before{
        height: 35px;
        width: 35px;
    }
    .tech-cards i {
        width: 40px;
        height: 40px;
    }
    .tech-cards h5 {
        font-size: 17px;
        padding-top: 10px;
    }
    .techonlogies-cards{
        padding: 0 50px;
    }
    .tech-cards {
        width: auto;
    }
    .tech-cards img {
        height: 60px;
    }
    .techonlogies-cards .d-grid{
        gap: 25px;
    }
    /* .impressive-numbers.benefits .bg-grid .col-md-8 {
        width: 60.93%;
        z-index: 50;
    } */
    .we_provide .support-grid h3 {
        font-size: 20px;
    } 
    .we_provide .support-grid i{
        width: 60px;
    }
    .we_provide .support-grid .col {
        gap: 10px;
        padding: 15px;
        border-radius: 15px;
    }
    .support-grid {
        gap: 25px;
    }
    .we_provide .support {
        padding: 0 50px;
    }
   
    .impressive-numbers ul {
        padding: 0 60px;
    }
    .impressive-numbers ul li:nth-child(even) .step-number {
        right: 457px;
    }
    .impressive-numbers ul li:nth-child(odd) .step-number {
        left: -65px;
    }
     /* .benefits.impressive-numbers .heading{
        margin-bottom: 25px;
     } */
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 286px;
    }
    .cloud_hosting_process .sdt .card{
        border-radius: 0px 20px 0px 20px;
    }
    .cloud_hosting_process .sdt .card svg {
        width: 35px;
        height: 35px;
    }
    .cloud_hosting_process .sdt .card .steps{
        font-size: 28px;
    }
    .cloud_hosting_process .sdt .card h4{
        font-size: 17px;
    }
    .cloud_hosting_process .sdt .d-grid{
        gap: 40px;
    }
    .cloud_hosting_process .sdt .card ul li{
        font-size: 15px;
    }
    .technologies h2 {
        margin-bottom: 25px;
    }
    .technology-partner .cnt-text {
        font-size: 17px;
    }
    .card .card-content:hover::before{border-radius: 0px 22px}
    .cloud_hosting_process .sdt .varrow{height: 40px;}
    .cloud_hosting_process .sdt .harrow{width: 40px}
    .cloud_hosting_process .sdt .harrow{right: -40px;}
    @keyframes fadeInLine {
      0% { opacity: 0; height: 0; transform: translateX(-5px); }
      100% { opacity: 1;height: 40px; transform: translateX(0); }
    }
    @keyframes floatDown {
      0% {
        transform: translateY(-10px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(20px);
        opacity: 1;
      }
    }
    @keyframes floatUp {
      0% {
        transform: translateY(20px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(0px);
        opacity: 1;
      }
    }
    @keyframes floatRight {
      0% {
        transform: translateX(-20px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateX(10px);
        opacity: 1;
      }
    }
}

@media (max-width: 1199px){
    .hero_section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    /* .impressive-numbers.benefits .bg-grid .phone-Image {
        right: 30px;
        height: 414px;
        width: 460.72px;
        bottom: 30px;
    } */
    
    .hero_section h1{
        font-size: 40px;
    }
    .impressive-numbers.explore .bg-grid .heading{
        font-size: 32px;
    }
    .techs-grid{gap: 20px;}    
    section.hero_section p{
        font-size: 16px;
    }
    .banner-left-img {
        height: auto;
        width: 100%;
    }
    .why_cloud_technologies .technologies-bg{
        padding: 45px 30px;
        border-radius: 0px 45px 0px 45px;
    }
   
    .why_cloud_technologies .technology .icon i img{
        width: 40px;
    }
    .why_cloud_technologies .technology h3 {
        font-size: 17px;
    }
   
    .how_to_maintain .maintain-bg {
        padding: 50px 100px;
        border-radius: 0px 45px 0px 45px;
    }
    .benefits.impressive-numbers .heading{
        font-size: 30px;
    }
    .technology-partner .cnt-text{
        font-size: 16px;
        line-height: 30px;
    }    
    /* .impressive-numbers.benefits .bg-grid .phone-Image {
        height: auto;
        width: 350px;
        bottom: 35px;
    } */
    .service_sec .col-md-6:nth-last-child(2) .service_box{
        margin-bottom: 20px;
    }
    
    /*.hero_section{
        padding-bottom: 50px;
    }*/
    .tech-cards h3 {
        font-size: 17px;
    }
    .techonlogies-cards {
        padding: 0 30px;
    }
    .tech-cards h5 {
        font-size: 15px;
    }
    .tech-cards {
        padding: 20px;
        border-radius: 0 20px;
    }
    
    .we_provide .support-grid h3 {
        font-size: 18px;
    } 
    .we_provide .support-grid i{
        width: 50px;
    }
    .we_provide .support-grid .col {
        padding: 10px;
    }
    .support-grid {
        gap: 20px;
    }
    .we_provide .support {
        padding: 0 40px;
    }
    .impressive-numbers ul {
        padding: 0;
    }
    .impressive-numbers ul li .title {
        font-size: 14px;
        padding: 11px 12px;
        width: 367px;
    }
    .impressive-numbers ul li svg {
        width: 20px;
        height: 20px;
    }
    .impressive-numbers ul li:nth-child(even) .step-number {
        right: 427px;
    }
    .impressive-numbers ul li:nth-child(odd) .step-number {
        left: -95px;
    }
     .impressive-numbers ul li:nth-child(odd) {
        left: 59%;
     }
     .benefits.impressive-numbers .heading{
        margin-bottom: 20px;
     }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 266px;
    }
    
    .cloud_hosting_process .sdt .card svg {
        width: 30px;
        height: 30px;
    }
    .cloud_hosting_process .sdt .card .steps{
        font-size: 25px;
    }
    .cloud_hosting_process .sdt .card h4{
        font-size: 18px;
        padding: 10px 0;
    }
    .cloud_hosting_process .sdt .d-grid{
        gap: 35px;
    }
    
    .tech-cards:hover a.btn{
        padding: 8px;
        bottom: -20px;
    }
    .tech-cards a.btn img {
        width: 14px;
        height: auto;
    }
     .technologies h2 {
        margin-bottom: 20px;
    }
    .cloud_hosting_process .sdt .card .card-content{padding: 15px}
    .cloud_hosting_process .sdt .varrow{height: 35px;}
    .cloud_hosting_process .sdt .harrow{width: 35px}
    .cloud_hosting_process .sdt .harrow{right: -35px;}
    @keyframes fadeInLine {
      0% { opacity: 0; height: 0; transform: translateX(-5px); }
      100% { opacity: 1;height: 35px; transform: translateX(0); }
    }
    @keyframes floatDown {
      0% {
        transform: translateY(-10px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(15px);
        opacity: 1;
      }
    }
    @keyframes floatUp {
      0% {
        transform: translateY(15px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(0px);
        opacity: 1;
      }
    }
    @keyframes floatRight {
      0% {
        transform: translateX(-15px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateX(10px);
        opacity: 1;
      }
    }
}

@media (max-width: 991px){
    .section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hero_section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero_section .d-flex {
        flex-direction: row;
        align-items: center;
    }
    .hero_section .d-flex .col-md-8 {
        width: 65%;
    }

    .why_cloud_technologies .technologies-bg{
        padding: 30px 25px;
        border-radius: 0px 35px 0px 35px;
    }
    .why_cloud_technologies .technology .icon i img{
        width: 35px;
    }
    .why_cloud_technologies .technology h3 {
        font-size: 15px;
    }
   
    .impressive-numbers.explore .bg-grid .heading{
        font-size: 30px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: auto;
    }
    .impressive-numbers.benefits .cnt-text {
        font-size: 16px;
    }
    .impressive-numbers s.bg-grid a{
        width: 100%;
        margin: auto;
    }
   
    .how_to_maintain .maintain-bg {
        padding: 40px 20px;
        border-radius: 0px 30px 0px 30px;
    }

    section.section.impressive-numbers.dark.benefits .col-md-8 {
        width: 62.66%;
    }
    
    .tech-cards {
        padding: 15px; 
    }
    .tech-cards h3 {
        font-size: 16px;
    }
    .techonlogies-cards {
        padding: 0 00px;
    }
    .techonlogies-cards .d-grid{
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .we_provide .support-grid h3 {
        font-size: 16px;
    } 
    .we_provide .support-grid i{
        width: 40px;
    }
    .support-grid{
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .we_provide .support {
        padding: 0 30px;
    }
    .we_provide .support-grid .col{
        border-radius: 10px;
    }
    .impressive-numbers ul li:nth-child(odd){
        width: auto;
    }
    .impressive-numbers ul li .title{
        width: 45%;
    }
    .impressive-numbers ul li:nth-child(odd) {
        left: 55%;
    }
    .impressive-numbers ul li:nth-child(odd) .step-number {
        left: -7.5%;
    }
    .impressive-numbers ul li:nth-child(even) .step-number {
        right: 47.1%;
    }
    .cloud_hosting_process .sdt .card .steps {
        font-size: 20px;
    }
    .gap-arrow img{width: 12px}
    .cloud_hosting_process .sdt .d-grid {gap: 20px;row-gap: 30px;}
    .cloud_hosting_process .sdt .card .card-content{padding: 13px 12px;}
    .cloud_hosting_process .sdt .card svg{width: 25px;height: 25px;}
    .cloud_hosting_process .sdt .card h4{font-size: 16px;}
    .cloud_hosting_process .sdt .card ul li{line-height: 1.5}
    .cloud_hosting_process .sdt .card .card-content .round{right: -25px;bottom: -25px;}
    .gap-arrow.harrow img{top: -5px;width: 9px;}
    @keyframes fadeInLine {
      0% { opacity: 0; height: 0; transform: translateX(-5px); }
      100% { opacity: 1;height: 30px; transform: translateX(0); }
    }
    @keyframes floatDown {
      0% {
        transform: translateY(-10px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(10px);
        opacity: 1;
      }
    }
    @keyframes floatUp {
      0% {
        transform: translateY(15px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateY(0px);
        opacity: 1;
      }
    }
    @keyframes floatRight {
      0% {
        transform: translateX(-15px);
        opacity: 0;
      }
      25% {
        opacity: 1;
      }
      75% {
        opacity: 1;
      }
      100% {
        transform: translateX(10px);
        opacity: 1;
      }
    }
}


@media (max-width: 767px){
    section.hero_section .banner-left-img img{aspect-ratio: 4/4;}
    .hero_section h1{
        font-size: 29px;
        text-align: center;
    }
    .hero_section .banner-left-img img{aspect-ratio: auto;}
    .techs-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .impressive-numbers.explore .bg-grid .heading{
        font-size: 26px;
    }
    .hero_section .d-flex {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .why_cloud_technologies .technologies-bg{
        padding: 15px 20px;
        border-radius: 0px 25px 0px 25px;
    }
    .why_cloud_technologies .technology .col{
        background-size: auto;
    }
    .why_cloud_technologies .title.col-4 {
        width: 36%;
    }
    .why_cloud_technologies .subtitle.col-5
    {
        width: 50.5%;
    }
    .why_cloud_technologies .technology {
        background-size: auto;
    }
    .why_cloud_technologies .technology .icon i img{
        width: 30px;
    }
    .why_cloud_technologies .technology .icon{
        width: 20%;
        display: flex;
        justify-content: center;
    } 
    .why_cloud_technologies .technology h3 {
        font-size: 14px;
    }
    .banner-left-img {
        width: 50%;padding-top: 0;
    }
    .hero_section .d-flex .col-md-8 {
        width: 100%;
    }
    .hero_section {
        padding-top: 0px;
        padding-bottom: 0px;background-image:none;
    }
    .hero_section a {
        width: 100%;
        margin: auto;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 50%;
        margin: 0 auto 20px auto;
    }
    section.section.impressive-numbers.dark.benefits .col-md-8 {
        width: 100%;
    }
    
    .how_to_maintain .maintain-bg {
        padding: 20px;
        border-radius: 0px 25px 0px 25px;
    }
    .impressive-numbers.benefits .bg-grid .col-12.col-sm-12.col-md-4{
        position: relative;
        z-index: 1;
    }
    .impressive-numbers.benefits .bg-grid.lazy-loaded::before {
        background-image: url(/wp-content/themes/deskcodesolution/assets/images/servicebackmobbg.webp);
    }
    .impressive-numbers.benefits .bg-grid::before{   
        left: 0%;
        top: 10%;
        width: 100%;
        height: 50%;
        background-size: 100% 100%;
        opacity: 1;
    } 
    .benefits.impressive-numbers .heading{
        font-size: 26px;
        text-align: left;
    }
    .service_sec .col-md-6:nth-last-child(2) .service_box {
        margin-bottom: 10px;
    }
    .impressive-numbers.benefits .bg-grid {
        padding: 30px 20px;
    }
    .impressive-numbers.benefits .bg-grid .d-flex{
        flex-direction: column-reverse !important;
    }
    .impressive-numbers.benefits .cnt-text {
        font-size: 16px;
        text-align: left;
    }
    
    .impressive-numbers.dark.benefits{
        padding: 0;
    }
    .impressive-numbers.benefits .bg-grid .col-md-8 {
        width: 100%;
    }
    .section{
        padding: 0 !important;
    }
    .impressive-numbers .cnt-text {
        padding: 10px 0 20px 0 !important;
        font-size: 16px;
        line-height: 1.5;
        text-align: left  !important;
    }
    .impressive-numbers s.bg-grid a{
        width: 100%;
        margin: auto;
    }
     
    .impressive-numbers s.bg-grid a{
        width: 100%;
        margin: auto;
    }
    .tech-cards {
        padding: 15px;
        margin: 0;
    }
    .techs .d-flex{
        gap: 20px;
    } 
    .we_provide .support-grid h3 {
        font-size: 14px;
    } 
    .we_provide .support-grid i{
        width: 35px;
    }
    .support-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .we_provide .support {
        padding: 0 0px;
    }
    .impressive-numbers ul li .title {
        width: 40%;
    }
    .impressive-numbers ul li:nth-child(odd) {
        left: 60%;
    }
    .impressive-numbers ul li:nth-child(odd) .step-number {
        left: -12%;
    }
    .impressive-numbers ul li:nth-child(even) .step-number {
        right: 47%;
    }
    .cloud_hosting_process .sdt .card svg {
        width: 30px;
        height: 30px;
    }
    .cloud_hosting_process .sdt .card .steps{
        font-size: 20px;
    }
    .cloud_hosting_process .sdt .card h4{
        font-size: 16px;
    }   
    .cloud_hosting_process .sdt .card ul li{
        font-size: 14px;
    } 
    .sdt .d-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .techonlogies-cards .d-grid{
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .tech-cards:hover a.btn{
        bottom: -16px;  
        padding: 8px;
    }
    .cloud_hosting_process .sdt .d-grid{gap: 30px;row-gap:30px;}
    .cloud_hosting_process .sdt .card{max-width: 400px; width: 100%; margin: 0 auto;}
    .cloud_hosting_process .sdt .harrow.left{right: 100%}
    .cloud_hosting_process .sdt .harrow {
        background: url(/wp-content/themes/deskcodesolution/assets/images/vdotline.svg) repeat-y top center;
        width: 20px;
        height: 60px;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 0 auto;
    }
    .gap-arrow.varrow.top img,.gap-arrow.harrow img {animation: floatDown 1.5s linear infinite;}
    .cloud_hosting_process .sdt .varrow.top {bottom: unset;top: 100%;}
    @keyframes floatLeft {
      0% {transform: translateX(5px);opacity: 0;}
      25% {opacity: 1;}
      100% {transform: translateX(-10px);opacity: 1;}
    }
    @keyframes floatRight {
      0% {transform: translateX(-10px);opacity: 0;}
      25% {opacity: 1;}
      100% {transform: translateX(5);opacity: 1;}
    }
}

@media (max-width: 575px){
    .techs-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .impressive-numbers ul li .title {
        width: 88%;
        padding: 7px 12px;
        align-items: center;
    }
    .impressive-numbers ul li:nth-child(odd),
    .impressive-numbers ul li:nth-child(even)
     {
        left: 12%;
    }
    .impressive-numbers ul li:nth-child(even) .step-number,
    .impressive-numbers ul li:nth-child(odd) .step-number{
        right: unset;
        left: -12%;
    }
    .impressive-numbers ul::after{
        left: 16px;
    }
    .why_cloud_technologies .technology .col .d-flex{
        flex-direction: column;
        gap: 10px;
    }
    .why_cloud_technologies .title.col-4,.why_cloud_technologies .subtitle.col-5 {
        width: 100%;
        text-align: center;
    }
    .sdt .d-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .techonlogies-cards .d-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 100%;
    }
    .banner-left-img{width: 100%;}
    .technology-partner a.btn.btn-primary {
        bottom: 30px !important;
    }
    .impressive-numbers.benefits .bg-grid::before{
        left: 0;
        top: 70px;
        width: 100%;
        height: 50%;
    } 
}
@media (max-width: 360px){
    .banner-left-img {width: 100%;}
    .impressive-numbers ul li .title {
        width: 80%;
    }
    .impressive-numbers ul li:nth-child(odd),
    .impressive-numbers ul li:nth-child(even)
     {
        left: 20%;
    }
    .impressive-numbers ul li:nth-child(even) .step-number,
    .impressive-numbers ul li:nth-child(odd) .step-number{
        right: unset;
        left: -20%;
    }
    .impressive-numbers ul::after{
        left: 6%;
    }
    .tech-cards img {
        height: 55px;
    }
    
}