
.awardsSection-outer,
.migrationWhy-outer, .migrationWhy-inner,
.globeFaq-outer, .globeFaq-inner,
.globeCTA-outer, .globeCTA-inner, .globeCTA-heading{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Home Page */

.homeHero-heading-button{
    margin-top: 30px !important;
    font-size: 16px !important;
    padding: 16px 40px !important;
}


/* Service Section */

.homeServie-heading{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeServie-para-sec{
    width: 450px;
}

.homeServie-heading-h2{
    font-size: 64px;
    line-height: 75px;
    font-weight: 400;
}


.homeServie-card-outer{
    width: 100%;
    margin-top: 130px;
    display: flex;
    gap: 20px;
}

.homeServie-card{
    width: 100%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 35px;
    background-color: white;
    z-index: 1;
    transition: transform 0.3s ease;
}

.homeServie-card-h3{
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
}

.homeServie-card-para{
    margin-top: 30px;
    font-size: 18px;
}

.homeServie-card-link-outer{
    display: flex;
    align-items: center;
    gap: 15px;
}

.homeServie-card-link{
    display: none;
}

.homeServie-card:hover .homeServie-card-link{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.fa-arrow-right-long{
    font-size: 15px;
}




/* Migration Page */

.migrationWhy-outer{
    padding: 200px 0px;
    background-color: #f5f5f5;
}

.migrationWhy-inner{
    width: 80%;
    flex-direction: column;
}

.migratoin-card-outer{
    width: 100%;
    margin-top: 130px;
    display: flex;
    gap: 20px;
}

.cardGrid-innerCard{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 28px 28px;
}

.migrationWhy-card-h5,
.dev-Why-card-h5,
.cardGrid-heading{
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
}

.cardGrid-no{
    font-size: 32px;
    line-height: 45px;
}

.migrationWhy-card-para,
.cardGrid-para{
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
}

.cardGrid-para{
    margin-top: 10px;
}

.migrationProcess-outer, 
.migration-aboutMe-outer,
.homeServie-outer{
    padding: 200px 0px;
}


.migration-globeCTA-outer, .migrationProcess-outer,
.migration-tableSec-outer,
.dev-FAQ-outer,
.main-dropDown-outer, .maint-aboutMe-outer, .maintenance-FAQ-outer,
.dev-testiSlider-outer, .dev-aboutMe-outer,
.aboutHome-outer,
.home-globeCTA-outer{
    background-color: #f5f5f5;
}

.migration-aboutImage-block{
    background-color: #f5f5f5 !important;
}


.contact-Hero-outer{
    padding: 100px 0px;
    padding-bottom: 150px;
}




/* Contact Us */

.calendly-inline-widget{
    margin-top: 100px;
    width: 100vw !important;
    height: 700px;
}


/* Development */

.dev-Why-outer{
    padding: 200px 0px;
    background-color: #f5f5f5;
}

.dev-card-outer,
.main-card-outer{
    width: 100%;
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.dev-card-outer{
    overflow-x: scroll;
    padding-bottom: 4rem;
}

.dev-Why-card-h5Wrap{
    margin-top: 40px;
}

.cardGridOuter-inner{
    width: 100%;
    min-width: 1450px;
    display: flex;
    gap: 20px;
}

.dev-cardGridOuter-inner{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 2fr) !important;
    gap: 16px;
}

.maint-aboutMe-outer, 
.dev-aboutMe-outer,
.aboutHome-outer{
    padding: 200px 0px;
}


/* About Us Sec */

.aboutHome-outer{
    margin-top: 130px;
    flex-direction: column;
}

.logoHero-inner{
    width: 100%;
}

.serviceLogoHero-inner{
    margin-top: 60px;
    width: 100%;
    gap: 30px;
}

.aboutHomeLogo-img{
    height: 100px;
}

.aboutHomeLogo-aq{
    height: 50px;
}

.aboutHome-inner{
    flex-direction: row !important;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.aboutSec-heading{
    width: 60%;
}

.aboutSec-h2{
    font-size: 64px;
    line-height: 75px;
    font-weight: 900;
}

.aboutSec-content{
    margin-top: 30px;
}

.aboutSec-imgOuter{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutSec-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Logo Sec */

.serviceLogoHero-outer{
    padding-bottom: 100px;
}


.logoHero-inner{
    gap: 30px;
}

.logoHero-logo{
    width: 100%;  
    display: grid;
    grid-template-columns: repeat(10, 2fr);
    column-gap: 10px;
    row-gap: 30px;
}

.logoHero-img{
    height: 50px;
}



/* Card animation */

.animateCard-outer {
    width: 100%;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animatedCard-bgGlow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    filter: blur(10px);
    transition: 
      opacity 0.2s ease, 
      visibility 0.2s ease, 
      transform 0.2s ease;
    transform: scale(0.8);
    border-radius: 6px;
    background: radial-gradient(circle at center, #75cfff, #009CDE, #017ee4);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    z-index: 0;
}

.animationEffect:hover ~ .animatedCard-bgGlow {
    opacity: 1;
    visibility: visible;
    transform: scale(1); /* Grow to full size */
    animation: rotateBackground 6s linear infinite;
}


@keyframes rotateBackground {
    0%   { background-position: 0% 50%; }
    25%  { background-position: 50% 100%; }
    50%  { background-position: 100% 50%; }
    75%  { background-position: 50% 0%; }
    100% { background-position: 0% 50%; }
}


.navMobile-menu{
    display: none;
}


/* Insight Page */
.blogSec-inner{
    width: 80%;
    padding-bottom: 50px;
    margin-top: 100px;
}

.blogCard-outer{
    margin-bottom: 100px;
}

.blogHero-catOuter{
    margin-top: 36px;
    width: 100%;
}

.blogHero-cat-ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
}

.blogHero-cat-li{
    list-style: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.blogHero-cat-li:hover{
    background-color: #75cfff;
}

.blogHero-heading-h1{
    font-size: 72px !important;
}

.blogHero-heading-para{
    width: 100% !important;
}

.blogCard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 100%;
}

@media (min-width: 1400px) {
    .blogCard-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.blogCard-item {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #dddddd;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.blogCard-item:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.blogCard-content {
    padding: 25px;
}

.blogCard-category {
    display: inline-block;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background-color: #75cfff;
}

.blogCard-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.blogCard-item:hover .blogCard-title {
    color: #3498db;
}

.blogCard-excerpt {
    color: #7f8c8d;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blogCard-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.blogCard-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogCard-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(45deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.blogCard-authorName {
    font-size: 13px;
    color: #2c3e50;
    font-weight: 600;
}

.blogCard-date {
    font-size: 12px;
    color: #95a5a6;
}

.blogCard-readMore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.blogCard-readMore:hover {
    color: #3498db;
    transform: translateX(5px);
}

.blogCard-readMore::after {
    content: '→';
    transition: transform 0.3s ease;
}

.blogCard-readMore:hover::after {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .blogCard-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blogCard-content {
        padding: 20px;
    }
    
    .blogCard-title {
        font-size: 18px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .blogCard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .blogCard-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* Blog Page */

.blogPage-inner{
    width: 100%;
    display: flex;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 50px;
}

.blogPage-outer{
    margin-bottom: 50px;
}

.blogPage-image,
.blogPage-thumbImage{
    width: 100%;
    height: 100%;
}

.blogHero-catBlock{
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blogHero-heading-span a{
    font-size: 14px;
    color: #5A5A5A;
}

.blogHero-cat{
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
}

.blogHero-authorOut{
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogHero-authImage{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.blogHero-authDet{
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}

.blogHero-author,
.blogHero-authorExp{
    font-weight: 600;
    font-size: 14px;
}

.blogHero-authorExp{
    color: #5A5A5A;
}

.blogHero-heading h1{
    font-size: 48px !important;
    line-height: 62px !important;
    font-weight: 900;
}

.blogPage-content h2{
    font-size: 38px;
    font-weight: 900;
    line-height: 48px;
    margin-top: 50px;
}

.blogPage-content h3{
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    margin-top: 30px;
}

.blogPage-tableContent h3,
.blogPage-relatedContent h3{
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
}

.blogPage-content h4{
    font-size: 26px;
    font-weight: 900;
    line-height: 38px;
    margin-top: 20px;
}

.blogPage-content h5{
    font-size: 22px;
    font-weight: 900;
    line-height: 34px;
    margin-top: 20px;
}

.blogPage-content h6{
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    margin-top: 16px;
}

.blogPage-content p{
    margin-top: 16px;
}

.blogPage-content p,
.blogPage-content li,
.blogPage-authSec p{
    font-size: 16px;
    line-height: 28px;
}

.blogPage-content ul{
    margin: 16px 0px;
}

.blogPage-tableContent ul,
.blogPage-relatedContent ul{
    margin-top: 20px;
}

.blogPage-content li{
    margin: 5px 0px;
    margin-left: 30px;
}

.blogPage-sideBar{
    min-width: 320px;
    height: 850px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 30px;
    overflow-y: scroll;
    padding-right: 20px;
}

.blogPage-tableContent,
.blogPage-relatedContent{
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 6px;
}

.blogPage-tableContent li,
.blogPage-relatedContent li{
    margin-left: 30px;
    font-size: 14px;
    padding: 8px 0px;
    font-weight: 600;
}

.blogPage-tableContent li:hover
.blogPage-relatedContent li:hover{
    color: #009CDE;
    cursor: pointer;
}

.blogPage-authSec{
    margin: 30px 0px;
    border-radius: 6px;
    padding: 40px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.blogPage-tableCMob{
    display: none;
}





/* Media Query */


/* Globe */

@media (max-width:1280px) {
    .section-inner, 
    .heroSec-inner,
    .migrationWhy-inner,
    .globeFaq-inner,
    .swiper,
    .blogSec-inner{
        width: 85% !important;
        flex-direction: column;
    }
    nav{
        width: 85% !important;
    }
}


@media (max-width: 720px) {
    .section-inner, 
    .heroSec-inner,
    .migrationWhy-inner,
    .globeFaq-inner,
    .swiper,
    .blogSec-inner{
        width: 90% !important;
        flex-direction: column;
    }
    nav{
        width: 90% !important;
    }
}





/* Homepage */

@media(max-width: 1700px) {
    .logoHero-img{
        height: 46px;
    }
}

@media(max-width: 1480px) {
    
    .logoHero-logo{
        grid-template-columns: repeat(5, 4fr);
        justify-items: center;
    }

    .awardsSection-img {
        height: 80px;
    }
    
    .awardsSection-aq {
        height: 35px;
    }
}

@media(max-width: 980px) {
    
    .logoHero-logo{
        grid-template-columns: repeat(4, 5fr);
    }
}

@media(max-width: 720px) {

    .logoHero-img{
        height: 55px;
    }
    
    .logoHero-logo{
        grid-template-columns: repeat(2, 10fr);
    }

    .blogHero-heading h1{
        font-size: 42px !important;
        line-height: 58px !important;
    }

    .blogPage-content h2{
        font-size: 32px;
        line-height: 44px;
        margin-top: 40px;
    }

    .blogPage-content h3{
        font-size: 28px;
        line-height: 38px;
        margin-top: 25px;
    }

    .blogPage-tableContent h3,
    .blogPage-relatedContent h3{
        font-size: 18px;
        line-height: 28px;
    }

    .blogPage-content h4{
        font-size: 24px;
        line-height: 36px;
        margin-top: 16px;
    }

    .blogPage-content h5{
        font-size: 20px;
        line-height: 32px;
        margin-top: 16px;
    }

    .blogPage-content h6{
        font-size: 16px;
        line-height: 28px;
    }
}


@media(max-width: 1340px) {
    .heroSec-h1{
        font-size: 65px !important;
        line-height: 80px !important;
    }
}

@media(max-width: 1240px) {
    .aboutSec-h2,
    .headingCon-h2{
        font-size: 48px !important;
        line-height: 65px !important;
    }
    .headingCon-para{
        font-size: 20px !important;
        line-height: 32px !important;
    }
    .aboutHome-inner{
        gap: 25px;
    }
    .aboutSec-heading,
    .aboutSec-imgOuter{
        width: 50%;
    }

    .awardsSection-card-outer{
        grid-template-columns: repeat(4, 2fr) !important;
    }

    .awardsSection-img {
        height: 70px;
    }

}

@media (max-width: 1040px) {
    .headingCon-outer{
        width: 100%;
        flex-direction: column;
    }
    .headingCon-h2
    .headingCon-para,
    .headingCon-sh,
    .headingCon-pb{
        width: 100% !important;
    }
    .headingCon-pb{
        margin-top: 20px;
    }
    
}


@media(max-width: 920px) {
    .heroSec-h1{
        font-size: 48px !important;
        line-height: 65px !important;
    }
    .aboutHome-inner{
        flex-direction: column-reverse !important;
    }
    .aboutSec-heading,
    .aboutSec-imgOuter{
        width: 100%;
    }
    .heroSec-para {
        margin-top: 30px;
        width: 560px;
        font-size: 18px;
        line-height: 28px;
    }

    .homeServie-card-outer {
        margin-top: 100px;
        gap: 16px;
    }
    .animateCard-outer {
        height: 420px;
    }

    .homeServie-card {
        height: 420px;
        padding: 22px;
    }

    .homeServie-card-h3{
        font-size: 24px;
        line-height: 35px;
        font-weight: 800;
    }

    .homeServie-card-para {
        margin-top: 20px;
    }   
    .globeCTA-heading-para{
        width: 100% !important;
    }

}

@media (max-width:980px){
    
    header {
        height: 75px;
    }
    
    .navMobile-menu{
        display: block;
    }
    .navLink-ul{
        display: none !important;
    }
}


@media (max-width: 720px){

    .migrationProcess-outer, 
    .migration-aboutMe-outer, 
    .homeServie-outer,
    .testimonialSlider-outer,
    .tableSec-outer,
    .dev-Why-outer,
    .globeFaq-outer,
    .maintPackage-outer{
        padding: 100px 0px !important;
    }   

    .testimonialSlider-sec,
    .table-container,
    .globeFAQList-inner, 
    .globeDropDownList-inner,
    .aboutImageText-inner,
    .dev-card-outer,
    .section-sec-inner,
    .package-card-wrapper {
        margin-top: 75px !important;
    }
    
    .globeCTA-inner{
        width: 90% !important;
    }

    .homeServie-card-outer {
        flex-direction: column;
    }
    .animateCard-outer,
    .homeServie-card  {
        height: 320px;
    }
    .globeCTA-h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .faq-question h3, .dropDown-question h3{
        font-size: 28px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 680px) {
    .awardsSection-card-outer{
        grid-template-columns: repeat(3, 3fr) !important;
    }
    .heroSec-para {
        width: 100% !important;
    }

}


@media (max-width: 430px) { 
    .migrationProcess-outer, 
    .migration-aboutMe-outer, 
    .homeServie-outer,
    .aboutHome-outer,
    .globeCTA-outer,
    .awardsSection-outer,
    .testimonialSlider-outer,
    .tableSec-outer,
    .dev-Why-outer,
    .globeFaq-outer,
    .maintPackage-outer{
        padding: 75px 0px !important;
    }

    .testimonialSlider-sec,
    .table-container,
    .globeFAQList-inner, 
    .globeDropDownList-inner,
    .aboutImageText-inner,
    .dev-card-outer,
    .section-sec-inner,
    .package-card-wrapper {
        margin-top: 50px !important;
    }
    
    .homeServie-card-outer{
        margin-top: 50px;
    }

    .awardsSection-card-outer{
        grid-template-columns: repeat(2, 4fr) !important;
    }    
    .awardsSection-aq {
        height: 30px !important;
    }
    .heroSec-h1 {
        font-size: 38px !important;
        line-height: 50px !important;
    }
    .aboutSec-h2, .headingCon-h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    .globeCTA-h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}



/* Service */

@media (max-width: 1400px) {
    .serviceHero-inner{
        align-items: center !important;
    }
    .serviceHero-inner{
        gap: 30px;
    }
    .testimonialSlider-card-para{
        font-size: 20px !important;
        line-height: 32px !important;
    }
    .dev-Why-card{
        padding: 20px !important;
    }
    .dev-Why-card-h5{
        font-size: 28px;
        font-weight: 400;
        line-height: 40px;
    }
}

@media (max-width: 1200px) {
    .content-item-h3 {
        font-size: 26px !important;
        line-height: 35px !important;
    }
    .content-item-para, .servHero-para {
        margin-top: 20px !important;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media (min-width: 820px) and (max-width: 1200px) {
    .sticky-section{
        min-height: 100vh !important;
    }
    .image-block{
        top: 25% !important;
        height: 50vw !important;
    }
    .aboutImage-item {
        left: 40% !important;
    }
    .migration-aboutImage-block{
        background-color: #ffffff !important;
    }
    .content-item {
        height: 60vh !important;
        padding: 0px !important;
    }
}

@media (max-width:820px) {

    .blogPage-inner {
        flex-direction: column !important;
    }

    .blogPage-tableCDesk{
        display: none;
    }

    .blogPage-tableCMob{
        display: block;
        margin-bottom: 30px;
    }

    .blogPage-sideBar{
        height: 100%;
    }

    .image-block{
        display: none;
    }
    .content-block {
        width: 100% !important;
    }
    .content-item{
        padding: 0 !important;
    }
    .content-itemImg-block{
        margin: 15px 0px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60%;
        overflow: hidden;
    }
    .content-item-img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 975px) {
    .servHero-h1{
        font-size: 4vw !important;
        line-height: 5.2vw !important;
    }
    .testimonialSlider-sec-card{
        padding: 20px !important;   
    }
    .testimonialSlider-para-sec {
        justify-content: flex-start !important;
    }

    .dropDownItem-answer p{
        width: 100% !important;   
    }
    .dev-cardGridOuter-inner{
        grid-template-columns: repeat(3, 3fr) !important;
    }

}

@media(max-width: 740px) {
    .serviceHero-inner {
        flex-direction: column !important;
    }
    .servHero-h1{
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .servHero-heading {
        width: 100% !important;
    }
    .servHero-formInner, .servHero-formOuter {
        min-width: 100% !important;
    }
    .serviceHero-outer{
        padding: 20px !important;
    }
    .dev-cardGridOuter-inner{
        grid-template-columns: repeat(2, 4fr) !important;
    }
}


@media (max-width: 520px) {
    
    .faq-question h3, .dropDown-question h3{
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .faq-question, .dropDown-question{
        padding: 15px 20px !important;
    }
    .faq-item.active .faq-answer, 
    .dropDown-item.active .dropDownItem-answer{
        padding: 0px 20px 20px !important;
    }
    .testimonialSlider-userImg {
        width: 50px !important;
        height: 50px !important;
    }
    .testimonialSlider-userImgC{
        gap:15px !important;
    }
    .testimonialSlider-card-h6 {
        margin-top: 5px !important;
    }
    .content-block{
        gap: 50px !important;
    }
    .dev-cardGridOuter-inner{
        grid-template-columns: repeat(1, 8fr) !important;
    }
}