/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.txt-hding p {
  text-indent: 260px;
  overflow-wrap: break-word;
  word-break: break-all;
}

.txt-hding.animate.left p {
    text-indent: 0;
}

.txt-hding-second p {
  text-indent: 200px;
}

/* .animate h2  {
    display: inline-block;
} */



.home-btn-service a.elementor-button:hover {
  background: #181c3a !important;
}
.what-we-do-content a.button:hover,
.home-btn a.elementor-button:hover {
  border-color: #6abd46 !important;
  background: transparent !important;
}
.home-logo-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.home-logo-slider .elementor-widget-container {
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    black 20%,
    black 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* .animate {
  color: #6ABD46; 
} */

.home-top-banner  {
  position: relative;
}
/* .home-top-banner:before {
    content: "";
    position: absolute;
    background: url(https://acodely.se/wp-content/uploads/2025/07/Ellipse-4.png);
    background-size: 270px;
    left: 0;
    background-repeat: no-repeat;
}
.home-top-banner:after {
    content: "";
    position: absolute;
    background: url(https://acodely.se/wp-content/uploads/2025/07/hom-top-right-g.png);
    background-repeat: no-repeat;
    background-size: 300px;
    right: 0;
    bottom: 0;
} */
.home-top-banner, .gogle-pg-bannr , .med-gogle-ads, .branding-tab-banner {
  position: relative;
  overflow: hidden;
}
.home-top-banner:before {
  content: "";
  position: absolute;
  background: url(https://acodely.se/wp-content/uploads/2025/07/Ellipse-4.png);
  background-size: 270px;
  background-repeat: no-repeat;
  left: 0;
  z-index: 2;
}
.gogle-pg-bannr:before {
  content: "";
  position: absolute;
  background: url(https://acodely.se/wp-content/uploads/2025/07/Ellipse-ecomm.webp);
  background-size: 358px;
  background-repeat: no-repeat;
  background-position-y: center;
  left: 0;
  z-index: 1;
}
.home-top-banner:after {
  content: "";
  position: absolute;
  background: url(https://acodely.se/wp-content/uploads/2025/10/hom-top-right-g.webp);
  background-size: 500px;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.gogle-pg-bannr:after {
  content: "";
  position: absolute;
  background: url(https://acodely.se/wp-content/uploads/2025/10/hom-top-right-g.webp);
  background-size: 512px;
  background-repeat: no-repeat;
  width: 512px;
  height: 512px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.med-gogle-ads:after {
    content: "";
    position: absolute;
    background: url(https://acodely.se/wp-content/uploads/2025/07/Ellipse-3.webp);
    background-repeat: no-repeat;
    width: 290px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
}

.home-top-banner video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.casestudy-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.casestudy-image img {
  	width: 100%;
  	height: auto;
  	display: block;
	border-radius: 19px;
}

.casestudy-meta, .casestudies-meta, .blog-meta {
  font-size: 15px;
  color: #10132c;
  margin-top: 28px;
}

.casestudy-title {
  margin: 10px 0 5px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}

.casestudy-title a {
	color: #10132C;
}

.casestudy-description {
  font-size: 16px;
  line-height: 27px;
  color: #10132c;
  font-weight: 500;
}

/* project slider css  */

.project-swiper {
  width: 100%;
  padding: 80px 0 !important;
}

.project-swiper-slide img.thumbnail {
  width: 100%;
}

.brand-logo {
  position: absolute;
  bottom: 72px;
  left: 10px;
  max-width: 85px;
  max-height: 85px;
  border-radius: 4px;
}

.project-swiper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.project-swiper-content h4 {
  margin: 0;
  font-size: 16px;
  flex: 1;
}

.project-swiper-content p {
  margin: 0;
  font-size: 14px;
  flex: 1;
  text-align: right;
}

.project-nevigation {
  width: 10px !important;
  position: absolute;
  left: 50%;
  padding-top: 80px;
}
.project-nevigation .swiper-button-next,
.project-nevigation .swiper-button-prev {
  width: 40px;
  max-width: 40px;
  display: block;
}
.project-nevigation .swiper-button-next:after,
.project-nevigation .swiper-button-prev:after {
  display: none;
}
.pagi-what-we {
  display: none;
}
.pagi-what-we .swiper-button-prev:after,
.pagi-what-we .swiper-button-next:after {
  color: white;
}
.mobile-navigation-cstm .mobile-custom-prev:after,
.mobile-navigation-cstm .mobile-custom-next:after {
  color: white;
  font-size: 18px;
}
.mobile-navigation-ecomm .mobile-ecomm-next:after,
.mobile-navigation-ecomm .mobile-ecomm-prev:after {
  color: white;
  font-size: 18px;
}

/*  ------------------*/

.project-swiper-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 10px;
  color: #0b0c2a;
}

.slide-title {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  color: #0b0c2a;
}

.slide-line {
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  opacity: 0.6;
}
.slide-line-second {
  max-width: 90px;
  width: 100%;
  height: 1px;
  background: #ccc;
  opacity: 0.6;
}
.right-icn {
  margin-bottom: 1px;
}

.slide-link a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #0b0c2a;
  text-decoration: none;
}

/* .swiper-pagination {
  display: none;
} */

/* hover css */
.ecom-hover:hover {
  background: #6abd46 !important;
  border-color: white !important;
}
.ecom-hover:hover p.elementor-icon-box-title {
  color: #fff;
}

.ecom-hover:hover h3.elementor-icon-box-title {
    color: #fff;
}

.ecom-hover:hover p.elementor-icon-box-description {
  color: white !important;
}
.ecom-hover:hover svg path {
	fill: #ffffff;
}


.seo-hover:hover {
  background: #6abd46 !important;
  border-color: white !important;
}
.seo-hover:hover h3.elementor-icon-box-title {
  color: white !important;
}
.seo-hover:hover p.elementor-icon-box-description {
  color: white !important;
}

.seo-hover:hover svg path {
	fill: #ffffff;
}

.seo-hover:hover svg mask path {
	fill: #ffffff;
}

.seo-hover:hover svg path {
    fill: transparent;
    stroke: #fff;  
}










.portfolio-hover-sec {
  position: relative;
}
.portfolio-hover-sec:hover {
  background: linear-gradient(-65deg, #b4dea2, #ffffff, #ffffff) !important;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  /* 	border-radius: 20px 0 0 20px; */
  border-color: transparent !important;
  transition: all 3s;
}
/* .portfolio-hover-sec:hover {
    background: url(https://acodely.se/wp-content/uploads/2025/07/hover-one.png);
	 background: linear-gradient(-65deg, #b4dea2, #ffffff, #ffffff) !important;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
	border-radius: 20px 0 0 20px;
	border-color:transparent !important;
	transition: all 4s;
} */
/* hide till for updated content */
/* .portfolio-hover-sec:hover::before {
    content: "";
    position: absolute;
    background: url(https://acodely.se/wp-content/uploads/2025/07/hover-img.jpg);
    background-size: cover;
    bottom: 0;
    width: 44vw;
    transition: all 4s;
    background-repeat: no-repeat;
    left: auto;
    border-radius: 0;
    border: 1px solid transparent;
    border-left: 0;	
} */
.portfolio-hover-sec:hover .port-data .elementor-icon-list-text {
  color: black;
}
.portfolio-hover-sec:hover .port-desc p {
  color: black;
}
.portfolio-hover-sec:hover .port-li-data .elementor-icon-list-text {
  color: black;
}

.vaxa-box {
  position: sticky;
  top: 100px;
}

.portfolio-hover-sec {
  background: linear-gradient(to left, #181c3a, #282e58);
}

/* .box-scroller {
    height: 1311px;
    overflow-y: scroll;
    overflow-x: visible !important;
}
.box-scroller::-webkit-scrollbar {
    display: none;
}
.box-scroller {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
} */

.whatwedo-swiper {
  width: 100%;
  padding: 50px 0;
}
.what-we-do-content {
  color: #bdbeca;
}
.what-wedo-slide .slide-inner {
  display: flex;
  flex-direction: row;
  column-gap: 67px;
  justify-content: center;
/*   padding: 60px 70px; */
	padding: 60px 30px;
	max-width:1050px;
	width:100%;
}

.what-we-do-video {
  text-align: center;
}
.what-we-do-content h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 43px;
  color: #ffffff;
  max-width: 389px;
  width: 100%;
  display:inline;	
  overflow-wrap: break-word;
  word-break: break-all;
}
.ecom-data-box-inner {
  overflow-wrap: break-word;
}

.what-we-do-content a.button {
  font-family: Golos Text;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #6abd46;
  padding: 14px 21px;
  border-radius: 5px;
  border: 1px solid #6abd46;
}
.what-we-btn {
  margin-top: 35px;
}
.what-we-do-content {
  /*     max-width: 427px; */
  width: 100%;
}
.what-we-do-video {
  /* 	max-width: 467px; */
  width: 100%;
}
.what-we-do-video video {
  border-radius: 10px;
}
.what-we-do-content ul li {
/*   list-style: none; */
  border-top: 1px solid #bdbeca;
  padding: 10px 0;
  color: #ffffff;
  margin-left: 14px;	
}
.what-we-do-content p {
    padding-top: 10px;
}

.what-we-do-content ul li:last-child,
.ecom-data-box-bottom ul li:last-child {
  border-bottom: 1px solid #bdbeca;
}
.what-we-do-content ul {
  padding: 0;
}

/* scrolling reveiws section css */

.review-main {
  height: 400px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    black 20%,
    black 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100px * 7));
  }
}
@-webkit-keyframes scroll-down {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(calc(-100px * 7));
  }
}

@keyframes scroll-down {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(calc(-100px * 7));
  }
}

.review-scroller::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
review-scrollerr::before {
  left: 0;
  top: 0;
}
.review-scroller .scrl-container {
  -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
  display: flex;
  flex-direction: column;
}
.review-scroller .scrl-container-down {
  -webkit-animation: scroll-down 50s linear infinite;
  animation: scroll-down 50s linear infinite;
  display: flex;
  flex-direction: column;
}

/* cursor css  */

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  z-index: 2;
  pointer-events: none;
}
.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}
.cursor div div {
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
  box-shadow: 0 0 60px 49px rgba(106, 189, 70, 1);
}
.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}
.cursor div:nth-child(1) {
  transition: transform 0.2s ease-out;
}
.cursor div:nth-child(2) {
  transition: transform 0.1s ease-out;
}
.cursor div:nth-child(2) div {
  background: rgba(106, 189, 70, 1);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

#cursor-second,
#cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  display: none;
}
/*   border: 1px solid #fff;
  box-shadow: 0 0 50px 20px rgba(106, 189, 70, 1);
 */

.logo-home-section,
.logo-home-section-second,
.hover-vi-section-ani,
.hover-vi-main-box-section,
.port-top-main-box,
.hover-vi-section-ani-ecommerce ,
.google-pg-box-animation ,
.gogle-ad-pg {
  position: relative;
}
.hover-vi-main-box-section {
  overflow: hidden;
}

/* background: linear-gradient(-50deg, #FFFFFF, #EFF2ED, #DAE5F7); */

.logo-home-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-50deg, #dae5f7, #eff2ed);
  background-size: 150% 150%;
  animation: gradient-animation 3s ease infinite;
  z-index: -1;
/*       border-radius: 25px; */
}
.hover-vi-section-ani-ecommerce:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    -50deg,
    rgba(77, 131, 66, 1),
    rgba(40, 46, 88, 1),
    rgba(24, 28, 58, 1)
  );
  background-size: 150% 150%;
  animation: gradient-animation 3s ease infinite;
  z-index: -1;
	border-radius:20px;
}
.hover-vi-section-ani:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    -50deg,
    rgba(77, 131, 66, 1),
    rgba(40, 46, 88, 1),
    rgba(24, 28, 58, 1)
  );
  background-size: 150% 150%;
  animation: gradient-animation 3s ease infinite;
  z-index: -1;
  border-radius: 20px;
}
.logo-home-section-second:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-50deg, #dae5f7, #eff2ed);
  background-size: 150% 150%;
  animation: gradient-animation 3s ease infinite;
  z-index: -1;
  border-radius: 20px;
}
.gogle-ad-pg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-158deg,#fafaf9, #f9fafe, #e7effe);
  background-size: 150% 150%;
  animation: gradient-animation 3s ease infinite;
  z-index: -1;
}


@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hover-vi-section-ani {
  background-color: transparent !important;
  background-image: none !important;
  border-radius: 20px;
}

/* ecommerce service page slider css */

.ecom-data-box-top h3 {
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

.ecom-data-box-bottom p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.ecom-data-box {
  border: 1px solid #ffffff21;
  padding: 43px 44px;
  border-radius: 20px;
}
.ecom-data-box-bottom ul li {
  color: white;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 18px;
  border-top: 1px solid #bdbeca;
  padding: 10px 0;
  color: #ffffff;
}

.ecom-data-box-bottom {
  margin-top: 26px;
}
.ecom-data-box-bottom ul {
  padding: 0px 0px 0px 16px;
  margin-top: 26px;
}
.ecom-data-box {
  min-height: 512px;
  transition: all 0.5s ease;
}
.ecom-data-box:hover {
  background: linear-gradient(-65deg, #b4dea2, #ffffff, #ffffff) !important;
  color: #10132c;
  border: none;
}
.ecom-data-box:hover .ecom-data-box-bottom p,
.ecom-data-box:hover .ecom-data-box-bottom ul li,
.ecom-data-box:hover .ecom-data-box-top h3 {
  color: #10132c;
}

.service-box-ecompg {
  padding-left: 380px;
}
.swiper-button-next,
.swiper-button-prev,
.mobile-navigation {
  display: none;
}

.mga-mnu nav ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
	width:100%;
}
.mga-mnu nav .hfe-nav-menu:before {
	content:none !important;
}
.mga-mnu nav ul .hfe-has-submenu-container {
	position:relative;
}
.mga-mnu .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: none !important;
}

.mga-mnu nav ul .hfe-has-submenu-container:after {
    content: none;
    position: absolute;
    right: 75px;
    top: 4px;
    background: url(https://acodely.se/wp-content/uploads/2025/07/drop-down.png);
    width: 52px;
    height: 50px;
    background-size: 60px;
}


div#my-hidden-section {
    display: none;
	position: fixed;
    top: 0;
}
#my-hidden-section {
	animation: fadeIn 1s ease-in both;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}



/* .mga-mnu nav ul li a.hfe-menu-item {
    color: #6ABD46 !important;
    font-weight: bold;
} */


.hed-animate-mnu a.hfe-menu-item {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    column-gap: 10px;
}
/* .hed-animate-mnu .hfe-menu-item span {
color: #6ABD46 !important;
} */
/* .hdr-logo-animate img {
	border:3px solid white;
}
 */

/* Blog */

.blog header.page-header.hideheadr {
    display: none;
}

.post-hero h1, .casestudies-hero h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
}

.blog .post-content {
	padding: 145px 0 100px;
	z-index: 2;
}

.blog .post-content p a {
	color: #6ABD46;
}

.post-hero p, .casestudies-hero p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #BABBC4;
    max-width: 990px;
}

.blog-main, .casestudies-main {
    display: flex;
    gap: 30px;
    padding: 32px 0;
    max-width: 1140px;
    margin: auto;
}

.blog-grid, .casestudies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
    width: 75%;
    margin-bottom: 40px;
	height: 100%;
}

.side-panel {
    width: 25%;
}

.blog-card, .casestudies-card {
    background: #fff;
    /*   overflow: hidden; */
}

.post .wp-post-image {
    aspect-ratio: 16 / 9;
	object-fit: cover;
    border-radius: 19px;
}

.blog-card-content h3, 
.casestudies-card-content h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
	margin: 10px 0px 5px;
}

.blog-card-content h3 a, .casestudies-card-content h3 a {
    color: #10132C;
    text-decoration: none;
}

.add-banner-img {
    padding-bottom: 20px;
}

.add-banner-img img {
    border-radius: 19px;
	
}

.blog .recent-posts-list,
.blog .popular-posts-list,
.single-post .recent-posts-list,
.single-post .popular-posts-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.recent-post-item,
.popular-post-item {
    margin-bottom: 10px;  /* space between posts */
}

.recent-post-item a,
.popular-post-item a {
    text-decoration: none;
    color: #333333;          
    transition: color 0.3s ease;
    font-weight: 500;
}

.recent-post-item a:hover,
.popular-post-item a:hover {
    text-decoration: underline;
}

.blog main#content, 
.post-type-archive-casestudies main#content {
    max-width: 100%;
}

.blog-rw .post-hero, 
.casestudies-rw .casestudies-hero {
    background-color: #181C3A;
    border-radius: 19px;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 10px;
}

.blog-rw .container-post,
.casestudies-rw .container-casestudies {
    padding: 12px;
}

.blog-rw .post-hero h1,
.casestudies-rw .casestudies-hero h1 {
    color: #fff;
    max-width: 1140px;
}

.post-hero, .casestudies-hero {
    position: relative;
    overflow: hidden;
}

.post-hero:before, 
.casestudies-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
    height: 100%;  
    background: url(https://acodely.se/wp-content/uploads/2025/07/Ellipse-ecomm.webp) no-repeat left;
    background-size: 358px;
    z-index: 2;
}

.post-hero:after,
.casestudies-hero:after {
    content: "";
    position: absolute;
    background: url(https://acodely.se/wp-content/uploads/2025/10/hom-top-right-g.webp);
    background-size: 512px;
    background-repeat: no-repeat;
    width: 512px;
    height: 512px;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.blog .recent-post-item a img,
.post-type-archive-casestudies .recent-post-item a img,
.single-casestudies .recent-post-item a img{
	aspect-ratio: 16 / 9;
    border-radius: 19px;
	object-fit: cover;
    width: 100%;
	max-height: 500px;
}

.post-type-archive-casestudies ul.recent-posts-list,
.post-type-archive-casestudies ul.popular-posts-list,
.single-casestudies ul.recent-posts-list,
.single-casestudies ul.popular-posts-list,
.blog ul.recent-posts-list,
.blog ul.popular-posts-list,
.single-post ul.recent-posts-list,
.single-post ul.popular-posts-list {
	list-style-type: none;
	padding: 10px 0;
	display: grid;
    grid-template-columns: 1fr; 
    gap: 20px; 
}

ul.popular-posts-list li, 
ul.recent-posts-list li {
    margin-bottom: 0;
}

.blog .pt-top-post.bordertopline h2 {
	letter-spacing: -0.32px;
    color: #181c3a;
    font-weight: 600;
}


/* Single-post------------------------------------  */

.single main#content {
    max-width: 100%;
    padding: 12px;
}

.single .blog-header-area {
    background-color: #181c3a;
    border-radius: 19px;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.single .blog-header-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
    height: 100%;  
    background: url(https://acodely.se/wp-content/uploads/2025/07/Ellipse-ecomm.webp) no-repeat left;
    background-size: 358px;
    z-index: 2;
}

.single .blog-header-area:after {
    content: "";
    position: absolute;
    background: url(https://acodely.se/wp-content/uploads/2025/10/hom-top-right-g.webp);
    background-size: 512px;
    background-repeat: no-repeat;
    width: 512px;
    height: 512px;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.single h1.entry-title {
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    margin: 0;
}

.single .blog-header-content {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.single article {
    display: flex;
    max-width: 1140px;
    margin: auto;
    margin: 40px auto;
    width: 100%;
    gap: 30px;
}

.single .post-content-body {
    width: 75%;
}

.single nav.breadcrumbs {
    color: #fff;
}

.single nav.breadcrumbs a {
    color: #fff;
    text-decoration: underline;
}

.single .post-meta div a {
    color: #fff;
}

.single .post-meta div.post-author , .post-date, .post-categories, .post-reading-time {
    color: #fff;
}

.single .post-meta div i {
    margin-right: 4px;
}

.single-post .post-content-body img.wp-post-image, 
.single-casestudies .post-content-body img.wp-post-image {
    margin-bottom: 24px;
    border-radius: 19px;
    width: 100%;
}

/* ----------------------------- */
/* Headings */
/* ----------------------------- */
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6,
.post-type-archive-casestudies h2,
.post-type-archive-casestudies h3,
.post-type-archive-casestudies h4,
.post-type-archive-casestudies h5,
.post-type-archive-casestudies h6,
.single-post h2, 
.single-post h3, 
.single-post h4, 
.single-post h5, 
.single-post h6,
.single-casestudies h2, 
.single-casestudies h3, 
.single-casestudies h4, 
.single-casestudies h5, 
.single-casestudies h6 {
    letter-spacing: -0.32px;
    color: #181c3a;
    font-weight: 600;
}

.single-post h2.wp-block-heading,
.single-casestudies h2.wp-block-heading {
    font-size: 34px;
    line-height: 44px;
}

.single-post h3.wp-block-heading,
.single-casestudies h3.wp-block-heading {
    font-size: 28px;
    line-height: 34px;
}

.single-post h4.wp-block-heading,
.single-casestudies h4.wp-block-heading {
    font-size: 22px;
    line-height: 28px;
}

/* ----------------------------- */
/* Paragraphs */
/* ----------------------------- */
.single .post-content-body > p,
.single-casestudies .post-content-body > p {
    color: #181C3A;
    font-size: 16px;
    line-height: 25px;
}

/* ----------------------------- */
/* Lists */
/* ----------------------------- */
.single-post ul.wp-block-list,
.single-post ol.wp-block-list,
.single-casestudies ul.wp-block-list,
.single-casestudies ol.wp-block-list {
    margin-bottom: 0.9rem;
}

.single-post ul.wp-block-list li,
.single-post ol.wp-block-list li,
.single-casestudies ul.wp-block-list li,
.single-casestudies ol.wp-block-list li {
    color: #181C3A;
    font-size: 16px;
    line-height: 25px;
}

/* ----------------------------- */
/* FAQ Accordion */
/* ----------------------------- */
.single-post section.wp-block-group.faq-accordion,
.single-casestudies section.wp-block-group.faq-accordion {
    width: 100%;
}

.single-post section.wp-block-group.faq-accordion details,
.single-casestudies section.wp-block-group.faq-accordion details {
    width: 100%;
}

.single-post .faq-accordion details.wp-block-details summary,
.single-casestudies .faq-accordion details.wp-block-details summary {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #181c3a;
    border-bottom: 1px solid #d5d8dc;
    padding: 10px 0;
}

/* Paragraphs inside FAQ */
.single-post .faq-accordion details.wp-block-details p,
.single-casestudies .faq-accordion details.wp-block-details p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}

/* Remove default marker */
.single-post .faq-accordion details summary,
.single-casestudies .faq-accordion details summary {
    list-style: none;          
}

.single-post .faq-accordion details summary::-webkit-details-marker,
.single-casestudies .faq-accordion details summary::-webkit-details-marker {
    display: none;             
}

/* Icon on the right */
.single-post .faq-accordion details summary::after,
.single-casestudies .faq-accordion details summary::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url('https://acodely.se/wp-content/uploads/2025/09/plus-svgrepo-com.svg') no-repeat center / contain;
    position: absolute;
    right: 0;
}

/* Change icon when open */
.single-post .faq-accordion details[open] summary::after,
.single-casestudies .faq-accordion details[open] summary::after {
    background: url('https://acodely.se/wp-content/uploads/2025/09/minus-svgrepo-com.svg') no-repeat center / contain;
}

/* FAQ group container */
.single-post .wp-block-group.faq-group,
.single-casestudies .wp-block-group.faq-group {
    position: relative;
    margin-bottom: 20px;
}

/* ----------------------------- */
/* Post Meta */
/* ----------------------------- */
.single-post section.post-meta,
.single-casestudies section.post-meta {
    display: flex;
    gap: 16px;
    margin-top: 10px;
    flex-wrap: wrap; 
}

.single-post .post-meta-item,
.single-casestudies .post-meta-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 6px; 
}

.single-post .post-meta-item .meta-text,
.single-casestudies .post-meta-item .meta-text {
    font-weight: 600;
    font-size: 17px;
}

.single-post .post-content-body a,
.single-casestudies .post-content-body a {
    color: #6ABD46;
}

/* ------Contact Us form layout----- */

/* Container */
.contact .form-field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20.87px;
}

/* Default field → half width */
.contact .form-field {
  flex: 1 1 calc(50% - 18px); /* 50% minus the gap */
}

/* Textarea always full width */
.contact .form-field.form-textarea {
  flex: 1 1 100%;
}

/* Select Styling */
.contact .form-field-group .form-field p span select.wpcf7-form-control {
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 19.92px 19.7px 17.92px;
  color: rgba(0, 0, 0, 1);
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

/* Inputs & Textarea Styling */
.contact .form-field-group .form-field p span input.wpcf7-form-control,
.contact .form-field-group .form-field p span textarea.wpcf7-form-control {
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 19.92px 19.7px 17.92px;
  color: rgba(0, 0, 0, 1);
  width: 100%;
  box-sizing: border-box;
}

.contact .form-field-group .form-field p {
  margin: 0;
}

/* Placeholder */
.contact input::placeholder,
.contact textarea::placeholder {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}

/* Submit Button Container */
.contact .contact-form-submit {
  display: flex;
  margin-top: 30px;
  flex: 1 1 100%; /* full width row */
}

/* Submit Button Styling */
.contact input.wpcf7-form-control.contact-form-submit {
  background: rgba(106, 189, 70, 1);
  color: #ffffff;
  padding: 14px 21px;
  border: 1px solid #6ABD46;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Golos Text", sans-serif;
  line-height: 20px;
  transition: background 0.3s ease, color 0.3s ease;
  width: auto;
  margin-top: 0;
}

/* Hover effect */
.contact input.wpcf7-form-control.contact-form-submit:hover {
  border: 1px solid #6ABD46;
  background-color: transparent;
  color: #000000;
}

/* Focus Outline */
.contact input.wpcf7-form-control:focus-visible,
.contact textarea.wpcf7-form-control:focus-visible,
.contact select.wpcf7-form-control:focus-visible {
  outline: 1px solid #6ABD46;
}

/* Footer section  */
footer p.elementor-heading-title a {
    color: #ffffff;
}

.heroBan .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    flex-direction: row;
    justify-content: center;
}

.heroBan span.swiper-pagination-bullet {
    border-radius: 100px;
    max-width: 43px;
    width: 100%;
    height: 4px;
	background: rgba(255, 255, 255, 0.3);

}

.heroBan span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.heroBan .swiper-slide {
  flex: 0 0 100%;
	display: flex;
	justify-content: center;
	align-items: end;
}

.work-do h3.elementor-image-box-title {
    word-break: break-word;
}

.meta-accordion span.sno:first-child{
    font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: −0.4px;
	margin-right: 20px;
}

.meta-accordion span.sno{
    font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: −0.4px;
	margin-right: 9px;
}

.meta-accordion svg path {
    fill: #ffffff;
}

.icon-branding svg path,
.icon-branding svg circle {
    stroke: #ffffff;
}

.mySeo .swiper-wrapper .swiper-slide {
    min-width: 488px;
	min-height: 472px;
}

.swiper.mySeo .swiper-pagination {
  	flex-direction: row;
    justify-content: center;    
	display: none;
}

.nav-primary .hfe-nav-menu > li:last-child {
  margin-left: 61px;
}

.swiper.mySeo {
    overflow-x: scroll;
}

.swiper.mySeo::-webkit-scrollbar {
    display: none;
}

.work-do .elementor-image-box-img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.work-do .elementor-image-box-img img {
  transition: transform 0.5s ease;
  transform-origin: center center;
}

.work-do:hover .elementor-image-box-img img {
  transform: scale(1.08); /* zoom in */
}

.work-do h3.elementor-image-box-title a:hover {
    text-decoration: underline;
}


/* Ensure the container hides overflow */
.indust-help {
    overflow: hidden;
    border-radius: 19px 19px 0 0;
}

/* Image styling with transition */
.indust-help img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Scale effect with subtle shadow on hover */
.indust-help:hover img {
    transform: scale(1.1);
}




/* Footer */

.last-list li a span.elementor-icon-list-text {
    height: 32px;
}




/* media query  start ------------------------------------------------------------------ */

@media (max-width: 1800px) {
  .service-box-ecompg {
    padding-left: 340px;
  }
/*   .mga-mnu {
    padding-top: 220px;
} */
}
@media (max-width: 1700px) {
  .service-box-ecompg {
    padding-left: 340px;
  }
}
@media (max-width: 1600px) {
  .service-box-ecompg {
    padding-left: 229px;
  }
.cstm-mnu-rigt-box h3 {
    font-size: 26px !important;
    line-height: 35px !important;
}
.hed-animate-mnu a.hfe-menu-item {
    font-size: 26px !important;
    line-height: 30px !important;
}
}
@media (max-width: 1440px) {
  .service-box-ecompg {
    padding-left: 130px;
  }
  .what-we-do-content {
    max-width: 427px;
    width: 100%;
  }
	.what-wedo-slide .slide-inner {
	max-width:100%;
	width:100%;
	padding: 60px 70px;
}	
.menu-content-box {
	padding-top:60px;
}
/* 	.mySeo .box-scroller {
    transform: translate3d(152px, 0px, 0px) !important;
} */

}
@media (max-width: 1400px) {
  .service-box-ecompg {
    padding-left: 10px;
  }
}

/*----------------*/

@media (max-width: 1200px) {
  .slide-line-second {
    max-width: 60px;
  }
  .what-wedo-slide .slide-inner {
    column-gap: 30px;
    padding: 30px 30px;
  }
  .txt-hding p {
    text-indent: 120px;
  }
	.mga-mnu nav ul a.hfe-menu-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	.blog-card-content {
    height: auto;
}
/* 	.hed-animate-mnu .hfe-menu-item span {
		font-size:18px;
	} */
	.single .blog-header-content {
    padding: 0 10px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

}

@media (max-width: 1080px) {
  .ecom-data-box-top h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .ecom-data-box {
    padding: 30px 30px;
  }
  .ecom-data-box-bottom {
    margin-top: 20px;
  }
	.gogle-pg-bannr:before {
  background-size: 223px;
}
	.gogle-pg-bannr:after {
    background-size: 400px;
    width: 400px;
    height: 400px;
}
}

@media (max-width: 1024px) {
  .what-we-do-content h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .what-we-do-content {
    font-size: 15px;
  }
  .what-we-do-content ul li {
    padding: 8px 0;
  }
  .what-we-do-content a.button {
    font-size: 15px;
    line-height: 20px;
  }
  .project-swiper {
    padding: 40px 0 80px 0 !important;
  }
  .slide-title {
    font-size: 15px;
  }
  .project-swiper-wrapper {
    margin: 10px;
  }
  .project-nevigation {
    padding-top: 60px;
  }
  .portfolio-hover-sec:hover::before {
    width: 43vw;
  }
  .casestudy-title {
    font-size: 20px;
    line-height: 28px;
  }
  .casestudy-description {
    font-size: 15px;
    line-height: 25px;
  }
	.ecom-hover p.elementor-icon-box-title span br {
    display: none !important;
	}
	
	.seo-hover p.elementor-icon-box-title span br {
    display: none !important;
	}
	
	.blog-card-content h3, .casestudies-card-content h3 {
		font-size: 20px;
        line-height: 28px;
		margin: 10px 0px 5px;
	}
	
	.mga-mnu nav ul a.hfe-menu-item {
    padding-left: 0 !important;
}
.single .blog-header-area:before {
    background-size: 280px;
}
.single .blog-header-area:after {
    background-size: 350px;
    width: 350px;
    height: 350px;
}
.single h1.entry-title {
    font-size: 36px;
    line-height: 45px;
}
.meta-accordion span.sno:first-of-type {
  font-size: 34px;
  line-height: 42px;
  margin-right: 16px;
}

	
	
	.box-scroller > .horizon-scroll {
    flex: 0 0 calc(100% / 2);
  }
	.single article {
		flex-direction: column;
	}
	.single .post-content-body {
		width: 100%;
	}
	.side-panel {
		width: 100%;
	}
	
/* 	.recent-posts-list,
	.popular-posts-list {
		grid-template-columns: repeat(3, 1fr);
	} */
	
	.blog ul.recent-posts-list,
	.blog ul.popular-posts-list,
	.single-post ul.recent-posts-list,
	.single-post ul.popular-posts-list
	{
		grid-template-columns: repeat(2, 1fr);
	}
	.blog-main, .casestudies-main {
		flex-direction: column;
	}
	.blog-grid, .casestudies-grid {
		width: 100%;
	}

}

@media (max-width: 880px) {
	.blog-rw .post-hero, 
	.casestudies-rw .casestudies-hero {
		min-height: 500px;
	}
}


@media (max-width: 768px) {
  .home-top-banner:after {
    background-size: 250px;
    width: 250px;
    height: 250px;
  }
  .home-top-banner:before {
    background-size: 130px;
    background-position-y: center;
  }
  .portfolio-hover-sec:hover::before {
    content: none !important;
  }
  .portfolio-hover-sec:hover {
    background: none !important;
    background-size: initial !important;
    background-repeat: no-repeat !important;
    border-color: inherit !important;
    width: auto !important;
    /*     height: auto !important; */
  }
  .casestudy-wrapper {
    grid-template-columns: 1fr;
  }
  .what-wedo-slide .slide-inner {
    flex-direction: column-reverse;
  }
  .what-we-do-content {
    max-width: 100%;
    width: 100%;
  }
  .what-we-do-video {
    width: 100%;
  }
  .what-wedo-slide .slide-inner {
    padding: 10px 10px 30px 10px;
  }
  .portfolio-hover-sec:hover {
    background: linear-gradient(-65deg, #b4dea2, #ffffff, #ffffff) !important;
    color: #10132c;
    border-radius: 20px;
    width: 100% !important;
  }

  .pagi-what-we {
    display: block;
  }
  .pagi-what-we .swiper-button-prev:after,
  .pagi-what-we .swiper-button-next:after {
    font-size: 20px;
  }
  .what-next {
    margin-right: -16px;
  }
  .what-prev {
    margin-left: -8px;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .mobile-navigation {
    display: block;
  }
  .mobile-wrapper {
    height: 450px;
  }
  .what-we-do-mobile,
  .ecom-service-swiper {
    position: relative;
  }
  /* 	.custom-mobile-navigatin {
		position:unset;
	} */
  .custom-mobile-navigatin {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .mobile-custom-next,
  .mobile-ecomm-next {
    margin-right: -18px;
    position: absolute;
    left: 10px;
  }
  .mobile-custom-prev,
  .mobile-ecomm-prev {
    margin-left: -35px;
    position: absolute;
  }
  .cursor div div {
    border-radius: 50%;
    box-shadow: 0 0 40px 20px rgba(106, 189, 70, 1);
  }
  .ecom-service-swiper {
    padding-top: 50px;
  }
  .mobile-navigation-ecomm {
    position: absolute;
    top: 25px;
    right: 30px;
  }
	.gogle-pg-bannr:before {
    background-size: 160px;
}
 .gogle-pg-bannr:after {
    background-size: 250px;
    width: 250px;
    height: 250px;
}
	.hed-animate-mnu a.hfe-menu-item {
    font-size: 22px !important;
    line-height: 25px !important;
}
 .menu-content-box{
		padding-top:20px;
	}
 .cstm-mnu-rigt-box h3 {
    font-size: 22px !important;
    line-height: 30px !important;
	}
	.blog-box {
		grid-template-columns: 1fr; /* 1 column */
	  }
	.blog-main ,
	.casestudies-main
	.single article {
		flex-direction:column;
	}
	.side-panel,
	.blog-grid,
	.casestudies-grid,
	.single .post-content-body {
    width: 100%;
}
.blog-grid, .casestudies-grid {
		margin-bottom:0;
}

	.single .blog-header-area:before {
    background-size: 150px;
}
.single .blog-header-area:after {
    background-size: 150px;
    width: 150px;
    height: 150px;
}
.single h1.entry-title {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
}
.single .blog-header-area {
    min-height: 500px;
}
	
	.meta-accordion details[open] .meta-acc-img.e-flex.e-con.e-child {
  margin-top: 0;
}
	.box-scroller > .horizon-scroll {
    flex: 0 0 calc(100% / 1.2);
  }
	.single-post h2.wp-block-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .single-post h3.wp-block-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .single-post h4.wp-block-heading {
        font-size: 20px;
        line-height: 26px;
    }
	
/* 	.single-post ul.wp-block-list li,
    .single-post ol.wp-block-list li {
        font-size: 15px;
        line-height: 22px;
    } */

    .faq-accordion details.wp-block-details summary {
        font-size: 20px;
        line-height: 26px;
    }

	
}




@media (max-width: 575px) {
  .ecom-data-box {
    min-height: 470px;
  }
 .what-we-do-content h3 , .ecom-data-box-top h3 {
    font-size: 22px;
    line-height: 28px;
}
	.what-we-do-content p {
    padding-top: 10px;
}
  .what-we-do-content {
    font-size: 14px;
    margin:10px 10px 0 10px;
  }
  .project-swiper {
    padding: 25px 15px 55px 0 !important;
  }
  .project-nevigation {
    padding-top: 35px;
  }
  .project-nevigation .swiper-button-next,
  .project-nevigation .swiper-button-prev {
    width: 30px;
    max-width: 30px;
  }

  .slide-line-second {
    max-width: 30px;
  }
  .home-top-banner:after {
    background-size: 150px;
    width: 150px;
    height: 150px;
  }
  .home-top-banner:before {
    background-size: 97px;
  }
  .r-slide .elementor-image-box-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .r-slide .elementor-image-box-content {
    text-align: start;
  }
  .r-slide .elementor-image-box-img {
    width: 16% !important;
    padding-top: 3px !important;
  }
  .txt-hding p {
    text-indent: 30px;
  }
  .vaxa-box {
    position: relative;
    top: auto;
  }
  .review-scroller .scrl-container {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
  }
	.ecom-hover p.elementor-icon-box-title span br {
    display: none !important;
}
	.gogle-icn-sub-bx h3 span br {
    display: none !important;
}
 .ecom-data-box-bottom p {
    font-size: 15px;
    line-height: 23px;
}
.ecom-data-box-bottom {
    margin-top: 10px;
}
.ecom-data-box-bottom ul {
    margin-top: 20px;
}	
	.contact-us p {
		width: 100%;
	}
	.blog-main , .casestudies-main {
		flex-wrap: wrap;
	}
	.blog-grid, .casestudies-grid {
		width: 100%;
	}
	.side-panel {
    width: 100%;
	}
/* 	.blog-rw .container-post {
    padding: 10px;
	} */

	.blog-grid, .casestudies-grid{
    grid-template-columns: repeat(1, 1fr);
}
/* 	.blog-timline, .casestudies-timeline {
    margin-top: 5px;
} */
	.blog .post-hero {
		border-radius: 0 0 19px 19px;
	}
	
	
	.post-hero:before, .casestudies-hero:before {
    background-size: 152px;
}
	.post-hero:after, .casestudies-hero:after {
    background-size: 300px;
    width: 300px;
    height: 300px;
}
	
	.post-hero h1, .casestudies-hero h1{
    font-size: 24px;
    line-height: 30px;
}

/* .blog-timline p, 
.casestudies-timeline p {  
    margin: 5px 0 5px 0;
} */
.bordertopline h2 {
    font-size: 24px;
	margin-bottom: 20px
	color: #181c3a;
}	
	
	.blog-rw .container-post, .casestudies-rw .container-post {
    padding: 0;
}
.single main#content {
    max-width: 100%;
    padding: 10px;
}
.single h1.entry-title {
    font-size: 24px;
    line-height: 36px;   
}
.frm-cnt-flx {
    flex-direction: column;
}
	.meta-accordion span.sno {
    font-size: 22px;
    line-height: 28px;
}
	.meta-accordion details:first-of-type .sno {
  margin-right: 12px;
}
	.box-scroller > .horizon-scroll {
    flex: 0 0 100%;
  }
	.single-post h2.wp-block-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .single-post h3.wp-block-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .single-post h4.wp-block-heading {
        font-size: 18px;
        line-height: 24px;
    }
/* 	.single-post ul.wp-block-list li,
    .single-post ol.wp-block-list li {
        font-size: 14px;
        line-height: 20px;
    } */

    .faq-accordion details.wp-block-details summary {
        font-size: 18px;
        line-height: 24px;
    }
	
	.blog ul.recent-posts-list,
	.blog ul.popular-posts-list,
	.single-post ul.recent-posts-list,
	.single-post ul.popular-posts-list {
		grid-template-columns: 1fr; 
	}

	
}

@media (max-width: 410px) {
	.contact-us input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
		width: 100%;
		font-size: 15px;
		line-height: 18px;
	}
	.blog-grid, .casestudies-grid {
		grid-template-columns: 1fr;
	}
}





