/******************* Media for 1800 ************************/
@media  (max-width: 1800px) {
  .container-full{
    max-width: 98.5%;
}
.container {
    max-width: 80%;
}
.container-md {
    max-width: 85%;
}
}


/******************* Media for 1600 ************************/

@media (max-width: 1600px) {

    .web-services-cards-outer .web-services-cards-inner {
        display: flex;
        column-gap: 0px;
        row-gap: 20px;
        justify-content: space-between;
    }
    .web-services-card {
        min-width: calc(100% - 84.32%);
    }
    .web-service-image {
        width: 24vw;
    }
    .pricing-content ul {
        padding-inline-end: 0%;
    }
    .footer-inner-main {
        gap: 44px;
        width: 47%;
    }
}


/******************* Media for 1400 to 1600 ************************/

@media (min-width: 1440px) and (max-width: 1600px) {
  
    
    
}

/******************* Media for 1500 ************************/

@media (max-width: 1500px) {

:root {
   --h2-font-size: 58px; 
}

.container {
    max-width: 89%;
}
.web-image {
    width: 540px;
    height: 100%;
}
    
}

/******************* Media for 1300 to 1439 ************************/


@media (min-width: 1300px) and (max-width: 1439px) {
    .web-outer-main {
        padding: 60px 50px 65px;
    }
    .showcase-slide {
        padding: 55px 50px;
    }
    .process-card-item {
        padding: 54px 50px;
    }
    .modal-content .wpcf7 {
    width: 45%;
}
}

/******************* Media for 1299 ************************/

@media (max-width: 1299px) {
    :root {
        --h2-font-size: 48px; 
    }
    .web-outer-main {
        padding: 60px 50px 65px;
    }
    .showcase-slide {
        padding: 55px 50px;
    }
    .process-card-item {
        padding: 54px 50px;
    }
    .process-card-item .process-card-left {
        gap: 45px;
    }
    .web-image {
        width: 490px;
        height: 100%;
    }
    .pricing-inner-main {
        gap: 68px;
    }
    .web-content {
        padding-inline-start: 0;
    }
	.web-services-cards-outer .web-services-cards-inner {
        margin-top: 30px;
    }
	.footer-bg-pattern {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -2;
	}
	.modal-content .wpcf7 {
    width: 45%;
}
}
/******************* Media for 1024 to 1299 ************************/


@media (min-width: 1024px) and (max-width: 1299px) {

   
}

/******************* Media for 992 to 1190 ************************/


@media (min-width: 992px) and (max-width: 1190px) {

    .web-image {
        width: 420px;
        height: 100%;
    }
    .web-image img {
        object-fit: cover;
    }
    .team-slider-main {
        width: calc(100% + 0%);
    }
    .request-card {
        width: 33%;
    }
    .web-image {
        width: 318px;
        height: 100%;
    }
    .web-box-item {
        padding: 20px;
    }
    .web-content ul {
        gap: 20px;
        padding-inline-end: 0%;
    }
    .process-card-item .process-card-left {
        gap: 25px;
    }
    .process-card-item {
        padding: 54px 40px;
    }
    .process-card-item .process-content h3 {
        font-size: calc(var(--h4-font-size) - 5px);
    }
}


/******************* Media for 1024  ************************/

@media (max-width: 1024px){

    .container {
        max-width: 95%;
    }
    .menu-list-desktop{
        display: none;
    }
    .header-main  .mobile-menu{
        display: block;
    }
    .process-card-item {
        padding: 40px;
    }
    .animation-inner-main {
        grid-template-columns: 1fr 1fr;
    }
    .pricing-card {
        padding: 40px 30px;
    }
    .team-content-right {
        width: 386px;
    }
    .request-card {
        width: 45%;
    }
    .banner-main {
        padding: 223px 0 140px;
    }
    .banner-card-outer {
        padding: 0 0%;
    }
    .gradient-highlight::before{
        height: 80%;
    }
    .banner-main .banner-head h1 {
        line-height: 1.2;
    }
	.modal-thumbnail-outer .splide__slide img {
		height: 130px;
		border-radius: 12px;
	}
	.modal-content {
		width: 80%;
	}
	.modal-quote .modal-content {
		width: 100%;
	}
    .modal-content .wpcf7 {
    width: 66%;
}
}


/******************* Media for 991 ************************/

@media (max-width: 991px) {

    :root {
        --h1-font-size: 65px;
        --h2-font-size: 40px;
    }
    .process-card-item .process-card-left {
        gap: 25px;
    }
    .process-card-item {
        padding: 30px;
    }
    .process-card-item .process-content h3 {
        font-size: calc(var(--h4-font-size) - 6px);
    }

    .web-row {
        grid-template-columns: auto;
        gap: 48px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .web-row.web-row-boxes {
        flex-direction: column-reverse;
		overflow:hidden
    }
    .web-services-card.card-image {
        flex-basis: 48%;
    }
    .web-services-card {
        min-width: calc(100% - 76.32%);
        max-width: 100%;
        flex-basis: 20%;
    }
    .web-service-image {
        width: 100%;
        height: 100%;
    }
    .showcase-slide {
        padding: 36px 30px;
    }
    .showcase-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .animation-inner-main {
        grid-template-columns: 1fr;
    }
    .app-item {
        display: flex;
        grid-template-columns: 1fr;
        gap: 40px;
        flex-direction: column-reverse;
    }
    
    .showcase-image {
        aspect-ratio: auto;
        height: 27rem;
    }
    .showcase-image img{
        object-fit: cover;
    }

    .pricing-inner-main {
        grid-template-columns: 1fr;
    }
    .pricing-image {
        height: auto;
    }

    .pricing-content p {
        font-size: calc(var(--body-font-size) + 10px);
    }
    .pricing-content ul li {
        font-size: calc(var(--body-font-size) + 4px);
    }
    .team-inner-main {
        display: flex;
        flex-direction: column-reverse;
		margin-top: 25px;
    }
    .team-content-right {
        width: 100%;
        position: static;
    }
    .team-slider-main {
        width: 100%;
    }
    .team-content-left {
        gap: 40px;
    }
    .team-slider-main p {
        font-size: calc(var(--body-font-size) + 8px);
    }
    .team-content-right {
        aspect-ratio: auto;
        height: 50vh;
        width: max-content;
        margin: 0px auto;
    }
    .team-content-right img{
        object-fit: cover;
        object-position: top;
    }
    .team-card p {
        font-size: calc(var(--body-font-size) + 2px);
    }
    .testimonial-item p {
        font-size: calc(var(--body-font-size) + 6px);
    }
    .author-info p{
        font-size: calc(var(--body-font-size) - 2px);
    }
    .request-card {
        width: 65%;
    }
    .footer-main {
        gap: 18%;
    }
    .footer-inner-main {
        gap: 63px;
        width: auto;
    }
    .footer-contact-info h6 {
        font-size: calc(var(--h6-font-size) + 2px);
    }
	.team-inner-content{
		width: 100%;
	}
	.team-content-left p {
		width: 100%;
	}
    
}


/******************* Media for 820 ************************/

@media (max-width: 820px) {

    .footer-main {
        gap: 48px;
    }
	.sec-inner-header {
		grid-template-columns: 1fr;
		margin-top: 20px;
		gap: 20px;
		justify-items: start;
	}
    .web-solution-info {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}
}




/******************* Media for 767 ************************/

@media  (max-width: 767px) {
    :root {
        --h1-font-size: 42px;
        --h2-font-size: 32px;
    }
    header.sticky{
        background-color: rgb(44 73 78 / 80%);
        animation: stick_mobile 0.3s ease-in-out forwards;
    }
    @keyframes stick_mobile {
    from {
            padding: 16px 0px 25px;
    }
    to {
            padding: 0px;
    }
    }
    .container {
        max-width: 93%;
    }
    
    section {
        padding-bottom: 70px;
    }
    .header-main {
        padding: 14px 0px;
        padding-left: 0;
        background-color: transparent;
    }
    .banner-main {
        padding: 116px 0 120px;
    }
    .banner-bg-pattern {
        height: 34vh;
    }
    .banner-bg-pattern:before {
        /* content: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2560' height='1156' viewBox='0 0 2560 1156' fill='none'%3E%3Cg filter='url(%23filter0_f_908_5057)'%3E%3Ccircle cx='960' cy='-30' r='1022' fill='url(%23paint0_linear_908_5057)' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_908_5057' x='-226' y='-1216' width='2372' height='2372' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82' result='effect1_foregroundBlur_908_5057'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_908_5057' x1='960' y1='-1052' x2='960' y2='992' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23185963'/%3E%3Cstop offset='1' stop-color='%23122022'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E); */
        content: '';
        width: 100%;
        height: 100vh;
        position: absolute;
        top: -610px;
        left: 0;
        z-index: -1;
        opacity: 30%;
        background: #185963;
        background: radial-gradient(circle, rgba(24, 89, 99, 1) 50%, #12202200 79%);
    }
    .banner-bg-pattern img {
        width: 100%;
        height: 100%;
        transform: scale(1.4);
    }
    .btn-header{
        display: none;
    }
	.menu-popup-inner .btn-header{
		display: inline-flex;
        justify-content: center;
        width: fit-content;
		margin-top: 20px;
	}
    .banner-card-item:hover {
        transform: scale(1);
        border: 1px solid transparent;
        background: var(--primary-dark);
        border-radius: 30px;
    }
    .banner-card-outer .splide__slide{
        transform: scale(0.9);
    }
    .banner-card-outer .splide__slide.is-active .banner-card-item{

        border: 1px solid transparent;
        background: linear-gradient(var(--primary-dark), var(--primary-dark)) padding-box, linear-gradient(128deg, rgba(42, 214, 241, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(42, 214, 241, 1) 100%) border-box;
    }
    .banner-card-item{
        padding: 33px 0;
    }
    .banner-card-outer .splide__slide.is-active{
        transform: scale(1);
    }
    .banner-main .banner-head p {
        font-size: var(--body-font-size);
        padding: 0 2px;
		margin-top: 12px;
    }
    .banner-card-item .icon-box {
       width: 62px;
        height: 62px;
    }
    .banner-card-item a {
        gap: 27px;
    }
	.banner-main .banner-head {
		margin-bottom: 45px;
	}
	.banner-card-item h5 {
		font-size: calc(var(--h5-font-size) - 2px);
	}
    .banner-card-item .icon-box:before {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    .process-card-item .process-card-left {
        gap: 22px;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .process-card-icon {
        width: 50px;
        height: 50px;
    }
    .process-card-item {
        padding: 25px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .process-card-item .process-content h3 {
        font-size: var(--h6-font-size);
    }
    .process-cards-inner {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    .web-image {
        width: 100%;
        height: 100%;
    }
    .web-outer-main {
        padding: 20px 0px;
		margin-top: 30px;
    }
     .web-content h3 {
        font-size: calc(var(--h6-font-size) + 2px);
        margin-top: 20px;
        text-align: center;
    }
    .web-row {
        gap: 0;
        padding: 0 10px;
    }
    .web-content ul {
        margin-top: 15px;
        padding-inline-start: 30px;
        gap: 15px;
		padding-inline-end: 0;
    }
    .web-content ul li {
        font-size: calc(var(--body-font-size) - 2px);
        font-weight: 400;
    }
    .web-inner-main {
        gap: 30px;
    }
    .web-extra-info p {
        font-size: var(--body-font-size);
    }
    .web-services-card.card-image {
        flex-basis: 100%;
        gap: 15px;
		height: 230px;
    }
    .web-services-card {
        min-width: calc(100% - 73.32%);
        flex-basis: 48%;
        padding: 20px 16px;
        gap: 10px;
		height: 185px;
    }
    .web-boxes-outer{
        display: flex !important;
        gap: 0;
    }
    #web-boxes .splide__slide {
    box-sizing: border-box;
    height: auto; /* Allow box to grow with text */
    }
    .web-box-item {
        padding: 26px 0px 23px;
		height: 100%;
    }
	.web-service-section {
		padding-top: 10px;
	}
    .web-content-boxes h3{
        font-size: calc(var(--h6-font-size) + 2px);
        margin-bottom: 0;
        text-align: center;
    }
     .web-service-section .sec-head h3 {
        line-height:normal
    }
    .web-content-boxes {
        margin-top: 20px;
		width: 100%;
    }
    .web-content-boxes  .showcase-slider-outer .splide__pagination {
        margin-top: 20px;
    }
    .web-extra-info {
        margin-top: 20px;
    }
	.web-services-bottom:not(:has(*)):not(:has(text)) {
		margin-top:0
	}
	.web-services-bottom {
		margin-top: 40px;
	}
	.showcase-slider-outer {
		margin-top: 18px;
	}
	
    .showcase-content {
        gap: 45px;
    }
    .showcase-slide {
        padding: 20px 16px 30px;
    }
    .showcase-content-bottom ul li h6, .showcase-content-top h4{
        font-size: calc(var(--body-font-size) + 2px);
    }
    .showcase-content-bottom ul li p, .showcase-content-top p {
        font-size: calc(var(--body-font-size) - 2px);
        font-weight: 400;
		line-height: 26px;
    }
    .showcase-content-bottom {
        justify-items: center;
    }
    .showcase-slider-outer .splide__pagination {
        bottom: -2.6em;
        gap: 28px;
        position: static;
        margin-top: 2.6em;
    }
	.animation-section {
		padding-top: 0;
	}
    .animation-content-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }
	.animation-outer-main {
		margin-top: 35px;
	}
    .animation-left {
        padding: 33px 40px;
    }
    .animation-right {
        padding: 30px 20px;
        justify-items: start;
        gap: 30px;
    }
    .animation-info p{
        font-size: calc(var(--body-font-size) - 2px);
    }
    .animation-info h6 {
        font-size:var(--h6-font-size);
    }
    .animation-slider-outer {
        margin-top: 25px;
		margin-bottom:60px
    }
	
	.animation-slider-outer .custom-nav{
		display:none
	}
	.animation-slider-outer .splide__pagination {
    bottom: -2.6em;
    gap: 10px;
	}
	.animation-slider-outer  .splide__pagination__page{
		opacity: 1;
		background: #fff;
		transform: scale(1) !important;
	}
	.animation-slider-outer .splide__pagination__page.is-active::before{
		content: '';
		border: 1px solid transparent;
		background: linear-gradient(var(--primary-dark2), var(--primary-dark2)) padding-box, linear-gradient(90deg, rgba(42, 214, 241, 1) 0%, rgba(193, 191, 237, 1) 25%, rgba(169, 245, 233, 1) 47%, rgba(151, 157, 237, 1) 75%, rgba(248, 226, 154, 1) 100%) border-box;
		width: calc(100% + 0.84vw);
		height: calc(100% + 0.84vw);
		border-radius: 50%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.animation-slider-outer .splide__pagination__page.is-active::after{
		content: '';
		background: var(--white);
		width: 8px;
		height:8px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

    .animation-slider-head {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
    .animation-slider-head .custom-nav {
        display: none;
    }
    .animation-slider-head h4 {
        font-size: var(--h6-font-size) ;
        text-align: center;
    }
    .animation-slide-image {
        height: 172px;
    }
    .animation-slide-image img{
        object-fit: cover;
        object-position: top;
    }
    .animation-bottom-info {
        margin-top: 25px;
    }
	.pricing-outer-main {
    margin-top: 20px;
}
    .sec-inner-header {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
         margin-top: 25px;
        gap: 20px;
        justify-items: center;
    }
    .sec-inner-header h4 {
        font-size: var(--h6-font-size);
        text-align: center;
        line-height: 1.5;
    }
    .showcase-image {
        aspect-ratio: auto;
		height: 391px;
			width:100%
    }
	.request-outer-main img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
	    .showcase-image img {
        width:100%;
			height:100%;
    }
    .pricing-content ul {
        margin-top: 10px;
        padding-inline-start: 30px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding-inline-end: 0%;
    }
    .pricing-image {
        height: 22vh;
    }
    .pricing-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pricing-content p {
        font-size: calc(var(--body-font-size) - 2px);
        margin-top: 20px;
		font-weight: 400;
        line-height: 1.6;
    }
    .pricing-content ul li {
        font-size: calc(var(--body-font-size) - 2px);
    }
    .pricing-inner-main {
        gap: 25px;
    }
    .pricing-card h4 {
        font-size: var(--h6-font-size);
        line-height: normal;
    }
    .pricing-card {
        padding: 30px 16px;
        gap: 25px;
    }
    .team-content-left p {
        font-size: calc(var(--body-font-size) - 2px);
        width: 100%;
    }
    .team-inner-main {
        margin-top: 20px;
        gap: 20px;
    }
    .team-content-right {
        aspect-ratio: auto;
    }
    .testimonial-item p {
        font-size: var(--body-font-size);
		font-weight: 500;
    }
    .author-info h6{
        font-size: calc(var(--body-font-size) - 2px);
    }
     .author-info p{
        font-size: calc(var(--body-font-size) - 4px);
     }
    .testimonail-author img {
        width: 36px;
        height: 36px;
    }
    .testimonial-item {
        padding: 20px 16px;
    }
    .testimonial-slider-outer .custom-nav {
        margin-top: 20px;
        justify-content: center;
    }
    .splide-progress {
        margin-top: 30px;
    }
    .request-bg-ico {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
        height: 440px;
    }
    .request-outer-main {
        overflow: visible;
    }
    .request-card {
        width: 95%;
        transform: none;
        position: static;
        margin-top: -35%;
        margin-inline: auto;
        padding: 25px 16px;
        background: rgb(42 214 241 / 5%);
    }
    .request-btn {
        margin-top: 25px;
        justify-content: center;
    }
    .request-content {
        text-align: center;
    }
    .request-content h4 {
        font-size:var(--h6-font-size);
    }
    .request-content p {
        font-size: calc(var(--body-font-size) - 2px);
        line-height: normal;
    }
    .footer-main {
        gap: 30px;
        flex-direction: column;
    }
    .footer-inner-main {
        gap: 25px;
        width: auto;
        flex-direction: column;
        justify-content: flex-start;
    }
    .footer-contact-info h6 {
        font-size: var(--h6-font-size);
    }
    .inline-content {
        display: grid;
        margin-top: 12px;
    }
    .contact-content {
        margin-top: 12px;
		gap: 15px;
    }
    .footer-bottom {
        flex-direction: column;
		align-items: center;
        font-size: calc(var(--body-font-size) - 4px);
        gap: 7px;
    }
    .footer-bg-pattern .mobile-p{
        display: flex;
        width: 100vw;
		height:900vh;
    }
    .footer-bg-pattern .desktop-p{
        display: none;
    }
	.footer-logo p {
		line-height: normal;
		font-weight: 400;
	}
	.team-card {
		height: 160px;
		gap: 16px;
		width:230px;
	}
	.team-content-right {
        aspect-ratio: auto;
        height: 100%;
        width: 100%;
        margin: 0px auto;
    }
	.web-solution-right ul {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.web-solution-right ul li img {
		width: 48px;
	}
	.web-solution-right ul li h6 {
		font-size: calc(var(--h6-font-size) - 4px);
	}
	.web-solution-info {
		margin-top: 20px;
	}
	.modal-thumbnail-outer .custom-nav {
		justify-content: center;
		position: relative;
		width: calc(100% + 2%);
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.modal-thumbnail-outer .splide__slide img {
        height: 90px;
        border-radius: 12px;
    }
	.footer-bg-pattern {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -2;
	}
	.modal-content .wpcf7 {
		width: 94%;
	}
	.page-content h4 {
    font-size: calc(var(--h4-font-size) - 8px);
	}
	.page-content h3, .page-content h2, .page-content h4 {
		margin-top: 38px;
		margin-bottom: 10px;
	}
	.page-template-legal_page .banner-main {
		padding: 172px 0 60px;
		position: relative;
	}
	.loader {
		gap: 0px;
	}
	.loader-info{
		gap: 15px;
	}
	.loader-info h2{
		font-size:20px;
		letter-spacing:10px;
		line-height:normal;
	}
	#loaderLogo {
	  width: 50%;
	  height: 35%;
	}
}

@media (max-width:400px){
    .header-main .login-header-info .dropdown-selected .user-name{
        display: none;
    }
    .mobile-menu-inner {
        grid-template-columns: 1fr 0.3fr 1fr;
    }
}
