:root{
    --ink:#14141a;
    --muted:#6b6b76;
    --line:#e6e6ec;
    --accent:#2c3df0;       /* placeholder — swap for your real brand colour */
    --accent-tint:#eef0ff;
  }


.header__logo-2{
	width: 220px;
}
.header__logo-2 a{
	width: 100%;
}
.header__logo-2 a img{
	width: 100%;
}

.last-item a{
	background: var(--black-2);
    border-radius: 60px;
    color: var(--white) !important;
    padding: 15px 30px !important;
}
.last-item a .menu-text{
	text-shadow: 0 16px 0 var(--white) !important;
}

.hero__area-3 .sec-title>div{
	    background: linear-gradient(-90deg, #162556 25%, #a11aad 41%, #59168b 56%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.bg-gradient-to-t{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#59168b+0,162556+100 */
background: linear-gradient(to bottom,  rgba(89,22,139,1) 0%,rgba(22,37,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.about__area-3 .sec-title-wrapper{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#511885+0,3c1c74+100 */
background: linear-gradient(to bottom,  rgba(81,24,133,1) 0%,rgba(60,28,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

.about__area-3 .wc-btn-light{
	    border-color: var(--white);
}

.portfolio__area-3{
	background: linear-gradient(168deg, #039 0%, #939 49%, #36c 100%);
}

.solution__content h3.sec-title-6{
	    color: var(--black-2);
}
.solution__content ul{
	    border-top: 1px solid var(--black-14);
    grid-template-columns: 270px auto;
    margin-top: 16px;
    padding-top: 24px;
    display: grid;
}
.solution__content ul li{
   font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-2);
    padding-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.solution__content ul li:before{
	    position: absolute;
    content: "+";
    left: 0;
    font-size: 20px;
}

.footer__logo-3 img{
	width: 288px;
}

.portfolio__service .sec-text p{
	padding-top: 0;
}
.development__wrapper p{
	padding-bottom: 20px;
}

.service__detail .sec-title{
	max-width: 630px;
    font-size: 36px;
    line-height: 1.3;
    padding-bottom: 25px;
}
.service__detail .workflow__slide-6{
	padding-top: 40px;
    padding-bottom: 50px;
}
.workflow__slide-6::before{
	    top: 0;
}

.service__detail .workflow__wrapper-6{
	    padding-top: 0;
}
.service__detail-content{
	display:block;
	}

.service__detail-content ul{
	margin-top: 25px;
}
.service__detail-content ul li{
	padding: 6px 0;
	color: var(--black-3);
}	

.development__wrapper h3{
	padding-bottom: 15px;
}
.career__top .sec-title-2{
	color: var(--black-2);
}
.contact__form select{
	width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-2);
    border: none;
    border-bottom: 1px solid var(--gray);
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    margin-bottom: 35px;
}

v.upload-container{
    max-width:700px;
    margin:auto;
}

.upload-box{
    position:relative;
    border:2px dashed #cfcfcf;
    border-radius:8px;
    background:#f7f7f7;
    padding:35px 20px;
    text-align:center;
    color:#9a9a9a;
}

.upload-box p{
    margin-bottom:10px;
}

.upload-box strong{
    font-weight:600;
}

.upload-box span{
    color:#7d7d7d;
    cursor:pointer;
}

.file-info{
    font-size:14px;
}

#fileUpload{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:pointer;
}
.iso-banner {
    background-color: #1f3b67; /* Dark blue */
    padding: 35px 20px 40px;
    text-align: center;
}

.banner-content {
    max-width: 1000px;
    margin: 0 auto;
}

.banner-content h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}

.banner-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
}

.banner-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.banner-link:hover {
    opacity: 0.8;
}


.recent-posts {
    max-width: 350px;
    width: 100%;
}

.recent-posts h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

.post-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.post-thumb {
    flex-shrink: 0;
}

.post-thumb img {
    width: 102px;
    height: 72px;
    object-fit: cover;
    display: block;
}

.post-content {
    flex: 1;
}

.post-date {
    display: block;
        color: #102fa4;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.post-content h3 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.post-content h3 a {
    color: #111827;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.post-content h3 a:hover {
   color: #9009c8;
}


.category-section{
    max-width:350px;
    width:100%;

}

.category-section h2{
    font-size:32px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:25px;
}

.category-list{
    list-style:none;
}

.category-list li{
    margin-bottom:22px;
}

.category-list li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:#222;
    font-size:18px;
    font-weight:400;
    transition:all .3s ease;
}

.category-list li a:hover{
    color:#000;
    padding-left:8px;
}

.arrow{
    font-size:32px;
    line-height:1;
    transition:transform .3s ease;
}

.category-list li a:hover .arrow{
    transform:translateX(6px);
}
.rightsidebar{
    padding-top: 55px;
}
.iso-banner{
    margin-top:55px;
    background: linear-gradient(to bottom, rgba(89, 22, 139, 1) 0%, rgba(22, 37, 86, 1) 100%);
}
.iso-banner h2{
    color: #fff;
}

.sidebar-box h3{
    padding-bottom:25px;
}

.blog__detail-form{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(89, 22, 139, 1) 0%, rgba(22, 37, 86, 1) 100%);
}

.blog__detail-form h2{
	color:#fff;
}
.blog__detail-form label{
	color:#fff;
}







.service-wrapper{
    display:flex;
    gap:80px;
}

.service-sidebar{
    width:320px;
}

.service-nav{
    list-style:none;
}

.service-nav li{
    margin-bottom:45px;
}

.service-nav li a{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
    color:#333;
    transition:.3s;
}

.service-nav li.active a{
       color: #102fa4;
    font-weight: 400;
}

.service-nav img{
        width: 45px;
    height: 45px;
    border-radius:10px;
}

.service-content{
    flex:1;
}

.service-section{
    min-height:100vh;
    padding-bottom:120px;
}

.service-section img{
    width:100%;
    border-radius:16px;
    margin-bottom:30px;
}

.service-section h2{
      font-size: 40px;
    margin-bottom: 0;
    color: #000;
}

.service-section p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:30px;
}

.service-section ul{
    padding-left:0px;
    margin-bottom:30px;
}

.service-section ul li{
    margin-bottom:12px;
}

.service-section ul li a{
    color:#111;
    text-decoration:none;
}

.btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
}

.service-nav li a{
    color: var(--black-2);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

.service-content .price__btn.btn_wrapper{
    padding-top: 0;
}

.service-nav li a img{
    filter: invert(.8);
   
}


.services-grid{
    padding:60px 0;
        height: 95vh;
    overflow: scroll;
     /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.container-menu{
    max-width:1400px;
    margin:auto;
    padding:0 20px;

    display:grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap:40px;
}

.column{
    padding-right:25px;
    border-right:1px solid rgba(255,255,255,.25);
}

.column:last-child{
    border-right:none;
}

.service-group{
    margin-bottom:45px;
}

.service-group h3,
.service-group h4{
    color:#fff;
    font-size:18px;
    font-weight:400;
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,.25);
}

.service-group ul{
    list-style:none;
}

.service-group ul li{
    color:#fff;
    font-size:16px;
    line-height:1.7;
    margin-bottom:14px;
    transition:.3s;
    cursor:pointer;
    font-weight: 300;
}

.service-group ul li:hover{
    color:#f8d000;
    transform:translateX(5px);
}

.sub-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.inline-list{
    display:flex;
    gap:60px;
}

.sub-grid ul{
    display: flex;
    flex-flow: row wrap;
}
.sub-grid ul li{
    width: 50%;
}

.service-group img{
    width: 20px;
}

.mega-menu, .mega-menu-2{
    grid-template-columns: repeat(1, 1fr);
}


.filter-wrap{
    padding: 45px;
}
.filter-wrap ul {
    display: flex;
    flex-flow: row wrap;
    gap:35px;
}

.filter-wrap ul li a{
    font-size: 20px;
    color: #000;
}
.filter-wrap ul li.p-active a{
    color: #7a0ec3;
}
.filter-wrap ul li a:hover{
    color: #7a0ec3;
}

.p-screen-laptop{
    width: 1100px;
    position: relative;
}
.p-screen-laptop img{
    width: 100%;
}
.p-screen-laptop .website-box{
        width: 888px;
    height: 540px;
    position: absolute;
    top: 40px;
    left: 106px;
    background: #000;
    z-index: 99;
    overflow: scroll;
}
.p-screen-laptop .website-box img{
    width: 100%;
}
#p-screen{
    background-size: cover !important;
    position: relative;
}
#p-screen:after{
    width: 100%;
    height: 325px;
    background: #fff;
    position: absolute;
    left:0;
    bottom: 0;
    display: block;
    content: '';
}

#p-screen:before{
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    left:0;
    top: 0;
    display: block;
    content: '';
}

.p-screen-text{
    position: relative;
    z-index: 99;
}

.destop-text{
    color: #DDDDDD;
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 199px;
    bottom: -139px;
}
.and-text{
        color: #C1C1C7;
    font-size: 300px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 200px;
    position: absolute;
    left: 685px;
    bottom: -193px;
}

.p-screen-mobile{
       position: absolute;
    right: 124px;
    bottom: -130px;
    width: 258px;
    z-index: 99;
}
.p-screen-mobile img{
    width: 100%;
}
#p-screen .container{
    position: relative;
}

.website-box-mobile{
       width: 226px;
    height: 493px;
    position: absolute;
    top: 16px;
    left: 17px;
    background: #000;
    z-index: 99;
    overflow: scroll;
    border-radius: 20px;
    overflow: hidden;

}

.p-screenOverlay{
    padding-bottom: 230px;
}

.website-box-mobile-inner{
    width: 100%;
    height: 100%;
    overflow-y: scroll;

}
.website-box-mobile-inner::-webkit-scrollbar{
    display: none;
}
.website-box::-webkit-scrollbar{
    display: none;
}

.mobile-text{
    color: #C1C1C7;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 22px;
    bottom: -81px;
}


#p-deatils .service-nav li a{
    font-size: 33px;
    font-weight: 500;
    color: #CFCFCF;
}
#p-deatils .service-nav li{
    margin-bottom: 5px;
}

#p-deatils .service-nav li.active a{
    color: #000;
}

#p-deatils .service-section{
        min-height: 68vh;
    padding-bottom: 60px;
}

#p-stat{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003309+0,253f00+100 */
background: linear-gradient(to bottom,  rgba(0,51,9,1) 0%,rgba(37,63,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#p-stat .counter__number{
        color: #ffffff;
}
#p-stat .counter__item p{
    color: #fff;
}

.fonts-gap-no{
    padding-bottom: 0 !important;
}



.brandguidewrapInner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.brandguideleft {
    width: 40%;
    position: sticky;
    top: 100px; /* distance from top when sticky */
    height: fit-content;
}

.brandguideRight {
    width: 60%;
}

#brandguidewrap,
#brandguidewrap .container,
.brandguidewrapInner {
    overflow: visible;
}

.portfolio-content{
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.90);
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 50px;
    color: #fff;
    flex-direction: column;
    z-index: 9;
    display: none;
}
.portfolio-content p{
    color: #fff;
    padding-top: 25px;
}
.portfolio__item-5 a{
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio__item-5:hover .portfolio-content{
    display: flex;
}
.container-menu svg{
    width: 20px;
    color: #fec70f;
}
.offcanvas__logo img{
	width:200px;
}











.hero{
height:1000px;
position:relative;
overflow:hidden;
display:flex;

}

.hero .price__btn{
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 99;
}

.circle{
position:absolute;
border:1px solid rgba(0,0,0,.05);
border-radius:50%;
}

.circle1{
width:1200px;
height:1200px;
}

.circle2{
width:800px;
height:800px;
}

.hero-content{
position:relative;
z-index:10;
text-align:center;
    left: 36%;
    top: 20%;
    width: 1000px;
}

.service-title{
font-size:110px;
font-weight:500;
line-height:0.95;
text-transform:uppercase;
transition:.8s;
text-align: left;
color: #000;
}

.service-title span{
    padding-left: 100px;
}

.service-title.fade{
opacity:0;
transform:translateY(30px);
}

.description{
margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
    max-width: 356px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.card{
position:absolute;
overflow:hidden;
background:#fff;
box-shadow:0 20px 50px rgba(0,0,0,.12);
transition:1s;
animation:float 5s ease-in-out infinite;
}

.card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.card.fade{
opacity:0;
transform:scale(.8);
}

.card1{
top: 154px;
left: 6%;
width:240px;
height:240px;
}

.card2{
top: 409px;
    left: 15%;
    width: 240px;
    height: 240px;
}

.card3{
bottom:90px;
left:8%;
width:240px;
height:240px;
}

.card4{
bottom:198px;
left:29%;
width:240px;
height:240px;
}

@keyframes float{
0%,100%{
transform:translateY(0px);
}
50%{
transform:translateY(-15px);
}
}

.scroll{
position:absolute;
bottom:40px;
left:50%;
transform:translateX(-50%);
font-size:40px;
animation:bounce 2s infinite;
}

@keyframes bounce{
50%{
transform:translate(-50%,10px);
}
}

 .card1{
    background:#fff;
    
  }
  .grid{
    display:grid;
    grid-template-columns:50% 1fr;
    gap:72px;
    align-items:start;
  }
  .intro h2{
    font-family:'Plus Jakarta Sans',Arial,sans-serif;
    font-weight:800;
    font-size:34px;
    line-height:1.22;
    letter-spacing:-0.01em;
    margin:0 0 20px;
  }
  .intro p{
    font-size:15.5px;
    line-height:1.75;
    color: var(--black-3);
    margin:0;
  }
  .intro-visual{margin-top:36px;}
  .intro-visual svg{width:100%;height:auto;display:block;}
  .perk-list{border-top:1px solid var(--line);}
  .perk-item{
    display:grid;
    grid-template-columns:60px 1fr;
    align-items:baseline;
    gap:22px;
    padding:25px 4px;
    border-bottom:1px solid var(--line);
    transition:padding-left .25s ease;
  }
  .perk-item:hover{padding-left:14px;}
  .perk-num{
    font-family:'Plus Jakarta Sans',Arial,sans-serif;
    font-weight:700;
    font-size:14px;
    color:var(--muted);
    transition:color .25s ease;
  }
  .perk-item:hover .perk-num{color:var(--accent);}
  .perk-text{
    font-family:'Plus Jakarta Sans',Arial,sans-serif;
    font-weight:600;
    font-size:16px;
    letter-spacing:-0.01em;
	color: var(--black-3);
  }
  .summary{
    margin-top:48px;
    padding:26px 30px;
    border-left:3px solid var(--accent);
    background:var(--accent-tint);
  }
  .summary p{
    margin:0;
    font-size:15.5px;
    line-height:1.75;
    color:#2b2b38;
  }
  @media (max-width:860px){
    .card{padding:48px 28px;}
    .grid{grid-template-columns:1fr;gap:36px;}
  }

.development__wrapper ul{
	gap:0px;
	display:flex;
	flex-direction:column;
	margin-top:30px;
}

.development__content.prose{
	border-bottom:0 !important;
	padding-bottom:0 !important;
}

#servivelist{
	background:none;
}

.service__detail-content p{
	padding-bottom:15px;
}

.service__detail-content p:last-child{
	padding-bottom:0;
}

.service-group ul li a{
	color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    transition: .3s;
    cursor: pointer;
    font-weight: 300;
	padding-left:0;
}

.service-group h3 a{
	color:#fff;
}

.service-group h4 a{
	color:#fff;
}

.servive-inner-list ul {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}

.servive-inner-list ul li{
	width:48%;
}

.servive-inner-list{
	    border-top: 1px solid #000;
}

.portfolio__service-list .row{
	    --bs-gutter-y: 1.5rem;
}

.portfolio__service-list .portfolio__service-item{
	height:100%;
	background:#fff;
}

.portfolio__service-list .portfolio__service-item h3 a{
	    color: var(--black-2);
}

.portfolio__service-list .portfolio__service-item ul li a{
	color: var(--black-2);
}

.portfolio__service-item:hover h3 a{
	color:#fff;
}

.portfolio__service-item:hover ul li a{
	color:#fff;
}


ul#table-of-contents {
	margin-bottom:20px;
}

#table-of-contents li a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #222;
    font-size: 18px;
    font-weight: 400;
	padding:15px;
}

#table-of-contents li a.active{
	    background: #d8d9fd;
}

.col-md-3.rightsidebar{
	 position: sticky;
    top: 60px;
    height: fit-content;
    align-self: flex-start;
}


.single.single-post main, .single.single-post .blog__detail{
	    overflow: visible;
}

.blog__detail-form{
	padding:15px;
}

.blog__detail-form input[type="text"], .blog__detail-form input[type="email"], .blog__detail-form select{
	width:100%;
}

.blog__detail-form textarea{
	width:100%;
}
.blog__detail-form.contact__form input, .blog__detail-form.contact__form textarea,  .blog__detail-form.contact__form select{
	margin-bottom: 15px;
	padding: 9px 0;
	color:#fff;
}
.blog__detail-form.contact__form select option{
	color:var(--black-2);
}

.blog__detail-form.contact__form label{
	display:block;
}

.blog__detail-form.contact__form h2{
	margin-bottom:25px;
}

.blog__detail-form.contact__form input[type="submit"]{
	
    border-radius: 50%;
     width: 120px;
    height: 120px;
	border:1px solid #fff;
	margin-top:25px;
	color:#fff;
}
.blog__detail-form.contact__form input[type="submit"]:hover{
	background-color:#fff ;
	color:var(--black-2);
}
.blog__detail-thumb{
	height:100% !important;
}



.blog__detail-form.contact__form  .wpcf7 form.invalid .wpcf7-response-output, .blog__detail-form.contact__form  .wpcf7 form.unaccepted .wpcf7-response-output, .blog__detail-form.contact__form  .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #ffb900;
    color: #ffb900;
}

#smooth-wrapper.smooth-wrapper-post{
	 overflow: visible !important;
}

.price__area .solution__content h2.sec-title-6{
	    color: var(--black-2);
}

.story__img-wrapper img{
	    max-width: 100%;
    margin-bottom: 30px;
    width: 100% !important;
}

a.job-apply-btn{
	position:relative !important;
}

.filterhead{
	display:none;
}

.contact__form input[type="submit"]{
	width:170px;
	height:170px;
	border: 1px solid var(--gray);
	color: var(--black-3);
}

.contact__form input[type="submit"]:hover{
	background:#000;
	color: #fff;
}

.custom-file-upload {
    position: relative;
    min-height: 100px;
    border: 2px dashed #d4dbe3;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.file-upload-text {
    text-align: center;
    pointer-events: none;
    z-index: 1;
}

.file-upload-text strong,
.file-upload-text span {
    display: block;
}

.file-upload-text strong {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #9ca5b1;
}

.file-upload-text span {
    font-size: 14px;
    color: #a5adb8;
}

.custom-file-input {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 99 !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.file-upload-box{
	    width: 100%;
    height: 100%;
    position: absolute;
}
.file-upload-box p{
	 width: 100%;
    height: 100%;
}
.file-upload-box p span{
	width: 100%;
    height: 100%;
	display:block;
}

.contact__form.Lets_Collaborate textarea{
	height:125px;
}

.main-menu-3 > li > a .menu-text span, .offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span{
	width:auto !important;
}

.selected-file-name {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    word-break: break-word;
}

.selected-file-name:empty {
    display: none;
}

.custom-file-upload.file-selected {
    border-color: #999;
}

       .portfolio__item-5 {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.portfolio__item-5.portfolio-show {
  opacity: 1;
}

.sec-title-wrapper-service h2{
	font-size:1.5rem;
}

h3.text-2xl-h3head{
	padding-top:20px;
}

.portfolio__service-item:hover p{
	color: var(--white);
}

.development__area_inner{
	border-top: 1px solid #e7e7e7;
}
.page_inner_service{
	border-top: 1px solid #e7e7e7;
}

.services-grid ul li.active-menu a{
	color:#ffde2f !important;
}

.services-grid h4 a.active-menu{
	color:#ffde2f !important;
}

.services-grid h3 a.active-menu{
	color:#ffde2f !important;
}

.mean-nav ul li.active-menu > a{
	color:#ffde2f !important;
}





/* filler content so the scroll-reveal effect has room to play out */
  .filler {
    max-width: 720px;
    margin: 0 auto;
    padding: 120px 24px;
    text-align: center;
  }

  .filler h1 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    margin: 0 0 16px;
  }

  .filler p {
    color: #6b6b6b;
    font-size: 1.05rem;
    line-height: 1.6;
  }

.video-banner-wrap {
  position: relative;
  width: 100%;
}

/*
  No `position: sticky` here on purpose — GSAP ScrollTrigger's `pin`
  option handles the pinning in JS below. Native CSS sticky breaks the
  moment any ancestor has a `transform` on it (which is exactly what
  GSAP ScrollSmoother does to the page for its smooth-scroll effect),
  so ScrollTrigger is used instead since it's designed to work with it.
*/
.video-banner-sticky {
  height: 100vh;
  width: 100%;
  background: var(--ink);
  overflow: hidden;
  clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%);
}

.video-frame {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-frame iframe {
  border: 0;
  display: block;
}

.banner-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.banner-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 55%);
}

.banner-caption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.banner-caption p {
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.banner-badge {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.625rem 1.25rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
  white-space: nowrap;
}






.party-marquee {
    width: 100%;
    overflow: hidden;
    background: #551788;
    padding: 24px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 25s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.marquee-content span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 45px;
    line-height: 1;
}

.marquee-content h2 {
    margin: 0;
    white-space: nowrap;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.party-marquee:hover .marquee-track {
    animation-play-state: paused;
}


.youtube-video {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.youtube-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}



.page-id-2644 #bannerWrap{
	display:none;
}


.blogPagination{
	display:flex;
	justify-content:center;
	gap:10px;
}

.blogPagination .page-numbers{
	   width: 45px;
    height: 45px;
    background: #ffffff;
    display: block;
    line-height: 45px;
    border: 1px solid #b5b2b2;
    color: #444444;
	border-radius:50%;
}

.blogPagination .page-numbers.current{
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.blogPagination .page-numbers:hover{
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.blog__detail-tags{
	    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.blog__detail-tags a{
	    border: 1px solid #c5c5c5;
    padding: 7px 16px;
    color: #403f3f;
}

.blog__detail-form.contact__form .wpcf7 form.sent .wpcf7-response-output{
	border-color: #46b450 !important;
    color: #6ce777 !important;
}











@media only screen and (max-width: 1680px) {
    .service-nav li{
        margin-bottom: 32px;
    }
    .main-menu-3 > li{
            padding: 0 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .p-screen-mobile{
        right: 16px;
    }
    .destop-text{
        left: 145px;
    }
    .and-text{
        left: 639px;
    }
    .mobile-text{
            font-size: 56px;
    left: 37px;
    }
    .service-title{
        font-size: 90px;
    }
    .hero{
        height: 800px;
    }
    .card1{
        width: 200px;
        height: 200px;
    }
    .card2{
        width: 200px;
        height: 200px;
            top: 366px;
    left: 17%;
    }
    .card3{
        width: 200px;
        height: 200px;
    }
    .card4{
        width: 200px;
        height: 200px;
            bottom: 124px;
    left: 33%;
    }
    .hero-content{
            left: 36%;
    top: 17%;
    }
    .hero .price__btn{
            right: 6%;
    bottom: 7%;
    }
    }

    @media only screen and (max-width: 1365px) {
         .header__logo-2{
            width: 180px;
    }
    .main-menu-3 > li{
                padding: 0 12px;
    }
    }


@media only screen and (max-width: 1199px) {
    .post-thumb img, .post-thumb{
      width: 100%;
    }
    .post-item{
        flex-flow: row wrap;
    }
    .service-sidebar{
        display: none;
    }
	.service-sidebar.service-sidebar-blog{
        display: block;
    }
    .service-section{
            padding-bottom: 100px;
    }
    .filter-wrap{
        padding: 45px 0;
    }
    .p-screen-laptop{
            width: 880px;
    }
    .p-screen-laptop .website-box{
            width: 708px;
    height: 427px;
    top: 33px;
    left: 87px;
    }
    .p-screen-mobile{
        bottom: -100px;
    width: 238px;
    }
    .website-box-mobile{
               width: 206px;
        height: 455px;
        top: 14px;
        left: 16px;
    }
    .and-text{
        left: 520px;
        font-size: 255px;
    }
    .destop-text{
        left: 76px;
            font-size: 100px;
                bottom: -147px;
    }
    .mobile-text{
                font-size: 47px;
        left: 37px;
    }
    .service-title{
        font-size: 75px;
    }
    .hero-content{
        left: 33%;
        top: 13%;
        width: 840px;
    }
    .service__hero-2 .shape-1{
        top: 135px;
    }
	.service-wrapper.service-wrapper-blog{
		flex-flow:row wrap;
	}
	.service-content.blog__detail-content.entry-content{
		width:100% !important;
	}
	.service-sidebar.service-sidebar-blog{
		width:100% !important;
	}
	.sidebar-box-category{
		display:none;
	}
	.blog-toc h3 {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .blog-toc h3::after {
        content: "+";
        font-size: 20px;
        transition: transform 0.3s ease;
    }

    .blog-toc.active h3::after {
        content: "−";
    }
	.sidebar-box-toc{
		
    position: relative;
    background: #f7f8ff;
	}
	.sidebar-box-toc h3{
		padding:15px;
	}
}


@media only screen and (max-width: 991px) {

     .container{
        grid-template-columns:1fr;
    }

    .column{
        border-right:none;
        padding-right:0;
    }

    .sub-grid{
        grid-template-columns:1fr;
    }

    .inline-list{
        flex-direction:column;
        gap:15px;
    }

.contact__area-6 .counter__wrapper-3{
	display: none;
	}
	.footer__logo-3 img{
		width: 220px;
	}

     .card1{
        width: 130px;
        height: 130px;
    }
    .card2{
        width: 130px;
        height: 130px;
            top: 302px;
    left: 17%;
    }
    .card3{
        width: 130px;
        height: 130px;
    }
    .card4{
        width: 130px;
        height: 130px;
            bottom: 124px;
    left: 31%;
    }

    .service-title{
        font-size: 60px;
    }
    .service-title span{
        padding-left: 65px;
    }
    .hero{
        height: 670px;
    }
    .service__hero-2 .shape-1{
        right: 50px;
    }
    .hero-content{
        width: 652px;
    }
	
	.service-wrapper{
		    gap: 25px;
	}
	.service-sidebar.service-sidebar-blog{
		width: 280px;
	}
	
	.blogPagination{
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.service__detail .sec-title{
	
    font-size: 30px;
 
}
.service__detail .workflow__slide-6{
	    padding-top: 15px;
    padding-bottom: 15px;
}
.contact__text{
	max-width: 100%;
}
.header__logo-2{
	    width: 165px;
}
.footer__logo-3 img{
		width: 180px;
	}

.service-section{
            padding-bottom: 50px;
    }

    .card1{
       display: none;
    }
    .card2{
        display: none;
    }
    .card3{
       display: none;
    }
    .card4{
         display: none;
    }
    .hero-content{
        left: 2%;
        top: 0;
    }
    .hero-content h1 span{
        display: block;
    }
    .hero .price__btn{
        right: 11%;
        bottom: 6%;
    }
    .hero{
        height: 600px;
    }
    .service__hero-2{
        padding-top: 100px;
    }
    .service__hero-2 .shape-1{
        right: inherit;
        left: 5%;
        top: inherit;
        bottom: 16%;
    }
    .scroll{
        display: none;
    }
	
	.col-md-3.rightsidebar{
		z-index:99;
	}
	.sidebar-box-toc{
		
    position: relative;
    background: #f7f8ff;
	}
	.sidebar-box-toc h3{
		padding:15px;
	}
	.col-md-3.rightsidebar {
		    top: 24px;
	}
	
	.blog-toc h3 {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .blog-toc h3::after {
        content: "+";
        font-size: 20px;
        transition: transform 0.3s ease;
    }

    .blog-toc.active h3::after {
        content: "−";
    }
	.blog__detail-thumb{
	height:350px !important;
}

.sidebar-box-category{
	display:none;
}

.sidebar-box-toc{
	z-index:999;
}
	
	 .youtube-video {
        height: 400px;
    }
}

@media only screen and (max-width: 640px) {

    .service-title span{
        padding-left: 40px;
    }
	.sec-title-wrapper-service h2{
	font-size:1.3rem;
}

    }

@media only screen and (max-width: 480px) {
    .service-title{
        font-size: 48px;
    }
}    