/*
Theme Name: Codmi Child
Template: codmi
Theme URI: https://codmi.pl
Author: Codmi
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
body {
  max-width: 100%;
}
@media(max-width:768px){
	body{
		overflow-x: hidden;
		max-width: 100%;
		width: 100%;
	}
}
/* Typo - start */
h1,.h1{
	line-height: 109%;
	letter-spacing: -0.04em !important;
}
h2,.h2{
	line-height: 124%;
	letter-spacing: -4%;
}
h3,.h3{
	line-height: 124%;
	letter-spacing: -4%;
}
h4,.h4{
	line-height: 124%;
	letter-spacing: -4%;
}
.text-xs{
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 22px;
}
.text-l {
	font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: -0.02em;
  }
@media(max-width:576px){
	.text-xs {
		font-size: 13px;
	  }
	.text-l {
		font-size: 16px;
		font-weight: 600;
	  }
}
/* Typo - end */
/*Main Website setting*/
.container {
    max-width: 1340px !important;    
 	/* background: linear-gradient(109.51deg, #3A2862 5.52%, #25124E 30.96%, #201931 67.97%, #26144A 98.04%); */
}
/*Main Website setting - END*/

/* Colours - start */
:root {
   /* --maincolor: #151B39;   */
   /* --secondarycolor: #E4FF43; /* */
  /*  --accent-color: #7E95FF; /*  */
  /*  --themecolor: #F8F7F6; /*  */
	--light: #F7F4FB;

  }
.light-text {
	color: var(--light) !important;
}
.light-bg {
	background: var(--light) !important;
}
.dark-bg{
	background: #251D36;
}
.violet-500{
color: #7659EB !important;
}
/* Colours - end */
/* Button - start */ 
.big-btn{
	padding: 34px 34px 34px 40px;
	border-radius: 12px;
	background: rgba(0, 255, 194, 1);
}
.big-btn .h3{
	margin-bottom: 0;
  	margin-right: 30px;
}
.btn-primary{
  	background: #00FFC2 !important;
 	padding: 14px 30px !important;
  	color: #28213D !important;
	border-color: #28213D !important;
  	border-radius: 12px;
  	font-size: 19px;
  	text-transform: uppercase;
  	font-weight: 500;
	cursor: pointer;
}
.btn-primary:hover{
  	text-decoration: underline;
	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%) !important;
	border-color: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%) !important;
}
.btn-default{
  	background: rgba(118, 89, 235, 1) !important;
 	padding: 14px 30px !important;
  	color: rgba(247, 244, 251, 1) !important;
	border-color: rgba(118, 89, 235, 1) !important;
  	border-radius: 12px;
  	font-size: 19px;
  	text-transform: uppercase;
  	font-weight: 500;
}
.btn-default:hover{
  	text-decoration: underline;
	color: rgba(0, 255, 194, 1);
}
/* Button - end */
/* Spacing - start */ 
.mb-40{
	margin-bottom: 40px;
}
.mt-64{
	margin-top: 64px;
}
.mt-34{
	margin-top: 34px;
}
.mt-12{
	margin-top: 12px;
}
.mt-20{
	margin-top: 20px;
}
.mb-64{
	margin-bottom: 64px;
}
.mb-16{
	margin-bottom: 16px;
}
.mt-74{
	margin-top: 74px;
}
.mb-22{
	margin-bottom: 22px;
}
.mb-40{
	margin-bottom: 40px;
}
.mt-40{
	margin-top: 40px;
}
.mb-122{
	margin-bottom: 122px;
}
.ml-10{
	margin-left: 10px;
}
.ml-15{
	margin-left: 15px;
}
.py-127{
	padding-top: 127px;
	padding-bottom: 127px;
}
.pt-96{
	padding-top: 96px
}
.pt-48{
	padding-top: 48px;
}
.pb-48{
	padding-bottom: 48px;
}
.mt-80{
	margin-top: 80px;
}
.br-12{
	border-radius: 12px;
}
/* Spacing - end */ 
/* Font - start */
.text-L-bold{
font-family: Space Grotesk;
font-size: 21px;
font-weight: 700;
line-height: 34px;
letter-spacing: -0.02em;
text-align: left;
}
/* Font - end */
/* Footer - start */
.sub-footer-copyright {
  border-top: none;
}
.icon-footer img {
  margin-right: 8px;
}
.icon-footer {
  margin-right: 36px;
}
.container-footer-widgets {
  border-top: 1px solid #000;
  padding-top: 48px;
}
/* Footer - end */
/* Header - start */
.nav_top {
  background-color: transparent;
}
.top_nav_bar_wrap {
  background: #fff;
  margin-top: 16px;
  border-radius: 12px;
  padding: 14px 21px;
}
.navbar-nav-css .dropdown-menu {
  padding: 24px 23px 24px 24px;
  top: 25px;
  background: #F7F4FB;
  border: 1px solid #F7F4FB;
  box-shadow: 0px 4px 33.2px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  left: -50px;
}
.top_nav_bar_wrap_s {
background: #251D36;
  border: 1px solid rgba(148, 145, 181, 0.5);
  border-radius: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;

margin-left: auto;
  margin-top: 16px;
  padding: 14px 21px;
}
.top_nav_bar_wrap_s a {
  color: #F7F4FB;
}
.clickable-div {
    cursor: pointer;
    position: relative;
}

.clickable-div a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;
}
/* Header - end */
/* Subheader - start */
#breadcrumbs a,
#breadcrumbs {
  color: var(--light);
}
.sub-header-title h1 {
  color: var(--light);
  text-wrap: wrap;
  line-height: 76px;
  letter-spacing: -0.06em;
}

.subheader-wrapper {
  padding: 120px 0;
}
/* Subheader - end */
/*Realisations - start */
@media(max-width:768px){
.container-form-realisation {
  padding: 0px 15px;
}
}

#realisations-section {
  background: #F7F4FB;

}
.realisations-tab {
  padding: 8px 21px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0px 6px;
  color: #40374D;
}
.active-realisation {
  background: #28213D !important;
  color: #F7F4FB;
}
.filter-buttons {
  margin-bottom: 64px;
}
.active-realisation:hover {
  color: #F7F4FB !important;
}
.sub-catalog.sub-realisations {
  display: flex;
  flex-direction: column;
}
.sub-realisations .content{
  position: unset!important;
}
  .realisation-box-img{
	height: 100%;
  }

  .realisation-box-img{
	border-radius: 12px;
    transition: all 0.4s ease;
	position: relative;
	background-size: 100%;
  }
  .sub-realisations:hover .realisation-box-img {
	background-size: 115%;
  }

  .sub-realisations .realistion-text {
	font-size: 21px;
	line-height: 34px;
	padding: 13px 12px 0px 12px;
  }
.im-realistaion {
	max-height: 413px;
}
@media screen and (max-width: 498px){
	  .realisations-tab {
		margin: 5px 0px;
	  }
}

.realisation-box-img .btn-ghost {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: none;
	color: #F7F4FB;
	z-index: 100;
  }
  .realisation-box-img span:hover {
text-decoration: underline;
  }
  .sub-realisations:hover .realisation-box-img span {
	display: flex;
  	align-items: center;
  }
  .btn-ghost{
	display: flex;
 	align-items: center;
	text-transform: uppercase;
	width: fit-content;
  }
  .btn-image {
	background: #7659EB;
	width: 48px;
	height: 48px;
	border-radius: 99px;
	display: grid;
	place-content: center;
	margin-left: 12px!important;
  }
  .btn-image svg {
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 0px !important;
	border-radius: 0px !important;
	transition: all 0.2s ease-out;
	fill: white;
  }
  .btn-ghost:hover .btn-image svg {
	transform: rotate(45deg); 
	fill: #00FFC2;
  }
  .tech-icon {
	width: 71px;
	height: 71px;
	display: grid;
	place-content: center;
	border: 1px solid #9491B5;
	margin-left: 16px;
	background: #F7F4FB;
	border-radius: 8px;
  }
  .image-realisation-box img {
	border-radius: 18px;
  }
body.archive, body.single-post{
    padding-top: unset!important;
  }
  .colors-box{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	grid-auto-flow: dense; 
  }
  .single-box-color-sec,.single-box-color {
	grid-column: span 6;
  	grid-row: span 12;
	border-radius: 12px;
	position: relative;
  }
  .single-box-color-sec p,.single-box-color p {
	position: absolute;
	bottom: 0;
	margin-bottom: 16px;
	left: 12px;
  }
  .font-visual {
	text-align: center;
	font-size: 100px;
	margin-bottom: 0;
	font-weight: 700;
  }
  .font-description {
	text-align: center;
	font-size: 20px;

  }
  .gallery_website_box {
	background-size: cover;
  }
  .typography-item {
	border: 1px solid #F7F4FB;
	border-radius: 12px;
  }
  .icon-gallery .icon-item {
	display: flex;
	align-items: center;
	border: 1px solid #F7F4FB;
	grid-column: span 2;
	grid-row: span 8;
	border-radius: 12px;
	position: relative;
	place-content: center;
  }
  .client-box img {
	height: 100%;
	margin-right: 21px;
  }
  .client-box {
	align-items: center;
  }
  .client-content {
	background: #F7F4FB;
	padding: 8px 12px;
  	border-radius: 12px;
	width: 100%;
  }
  .client-content p{
	margin: 0px;
  }
  .icon-gallery {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	grid-auto-flow: dense;
  }
  .client-content-tech {
	margin-bottom: 64px;
  }
  .hero-realisation-content{
	color: #F7F4FB;
  }
  .show-btn {
	padding: 17px 54px;
	border-radius: 12px;
	background: rgba(0, 255, 194, 1);
	width: max-content;
	font-size: 19px;
  	font-weight: 500;
	text-transform: uppercase;
  }
  .hero-realisation-heading {
	font-size: 72px;
  }
  .archive #breadcrumbs, .single-realisations #breadcrumbs {
	text-align: unset;
  }
  .archive .subheader-wrapper, .single-realisations .subheader-wrapper{
	height: 458px!important;
  }
  .hero-realisation-box {
	padding-left: 100px;
  }
  @media (max-width:768px){
	.hero-realisation-heading {
		font-size: 36px;
		line-height: 42px!important;
	  }
	  .archive .subheader-mask.mylazy, .single-realisations .subheader-mask.mylazy  {
		left: unset !important;
	  }
	  .archive .subheader-wrapper, .single-realisations .subheader-wrapper{
		height: auto !important;
	  }
	  .hero-realisation-box {
		padding: 24px 15px;
	  }
	  .single-realisations .subheader-wrapper {
		padding: 0px;
	  }
	  .show-btn{
		font-size: 17px;
		padding: 9px 22px;
	  }
	  

	
  }
  @media (max-width:1040px){
	.tech-icon{
	margin-left: 10px;
  }
}
  @media(max-width:992px){
	.mobile-container-column{
		flex-direction: column;
	  }
	  .tech-icon{
		margin-left: 14px;
	  }
	  .client-content-tech {
		margin-bottom: 44px !important;
	  }
	  .single-realisations .description {
		margin-bottom: 44px;
	  }
	  .single-realisations .image-realisation-box img {
		width: 100%;
	  }
	  .single-realisations .center-image{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		margin: 22px 0px;
	  }
	  .icon-gallery {
		grid-template-columns: repeat(10, 1fr);
	  }
	  .mobile-px-0{
		padding-left: 0px!important;
		padding-right: 0px!important;
	  }
	  .colors,.typo{
		margin-top: 24px;
	  }
	  
  }
  @media(max-width:768px){
	.md-container-column{
		flex-direction: column;
	}

  }
  @media(max-width:576px){
	.sm-container-column{
		flex-direction: column;
	  }
	.technologies-icons {
		margin-top: 14px;
	  }
	  .tech-icon:nth-child(1) {
		margin-left: 0px;
	}
	.tech-icon {
		width: 60px;
		height: 60px;
	  }
	  .typo{
		padding: 0px;
	  }
	  .single-box-color-sec, .single-box-color {
		grid-row: span 9!important;
	  }
	  .icon-item {
		width: 71px;
		height: 71px;
	  }
	  .icon-gallery {
		display: flex !important;
		justify-content: space-between;
		flex-wrap: wrap;
	  }
  }
  @media(max-width:390px){
	.tech-icon {
		margin-left: 10px;
	  }
  }
  .single-realisations {
	padding: 0;
  }
  .contact_box{
	background: linear-gradient(109.51deg, #402281 5.52%, #25124E 30.96%, #180F33 67.97%, #1D0D40 98.04%);
  }
  .contact_box .sub-catalog {
	border: 0px;
  }
  .contact_box .sub-realisations .realistion-text{
	color: #FFFFFF;
  }
  .contact_box .col-catalog {
	padding: 15px;
	margin-bottom: 0px;
  }
  .slick-arrow::before {
	display: none;
  }
  .slick-prev {
	left: -15px;
  }
  .slick-next {
	right: -15px;
  }
  .see-other {
	color: #FFF;
	text-align: center;
	padding-top: 105px;
  }
  @media (max-width:1410px){
	.contact_box .col-catalog {
		padding: 25px;
	  }
	  .slick-prev {
		left: -10px;
	  }
	  .slick-next {
		right: -10px;
	  }
  }
  .realisations-form {
	padding: 43px 59px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid #40374D;
	backdrop-filter: blur(100px);
	border-radius: 12px;
  }
  .contact_box .container {
	padding-bottom: 96px !important;
  }
  .realisations-form h1 {
	margin-bottom: 37px;
	color: #F7F4FB;
  }
  .double-input p {
	display: flex;
	gap: 23px;
  }
  .double-input br {
	display: none;
  }
.double-input input {
	width: 100%;
	width: 100%;
	border-radius: 12px;
	padding: 17px 30px;
	color: #40374D;
	border: 2px solid rgba(148, 145, 181, 0.5);
	font-size: 18px;
  }
  .realisations-form textarea {
	width: 100%;
	border: 2px solid rgba(148, 145, 181, 0.5);
	border-radius: 12px;
	padding: 14px 30px;
	color: #40374D;
	height: 155px;

  }
  .form-content {
	padding-right: 70px;
  }
  .company-person {
	text-align: center;
	color: #9491B580;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 30px;
  }
  .company-position {
	font-size: 17px;
	line-height: 27px;
	text-align: center;
	color: #9491B580;
  }
  .policy label {
	padding: 0;
  }
  .policy label span {
	padding-left: 16px;
	color: #9491B580;
	font-size: 12px !important;
	line-height: 18px !important;
	padding-right: 75px;
  }
 .realisations-form [type="submit"]{
	background: #7659EB;
	border: 0;
	padding: 17px 122px;
	border-radius: 12px;
	color: #F7F4FB;
	font-size: 19px;
	font-weight: 500;
	margin-top: 48px;
  }
  .container-checkbox br {
	display: none;
  }
  input:focus, textarea:focus {
	border: 2px solid #00FFC2;
	outline: none; 
  }
  .wpcf7 form.sent .wpcf7-response-output {
	color: white;
	border: 0px;
	margin-left: 0;
	padding-left: 0;
  }
  .container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	left: 7px;
  }
   /* Custome checkbox */
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #9491B580;
  	padding-right: 100px;
	line-height: 18px;
	font-size: 12px;
  }
  .container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .checkmark {
	position: absolute;
	top: 7px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #9491B580;
  }
  .container-checkbox input:checked ~ .checkmark {
	background-color: rgb(0, 255, 194);
  }
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .container-checkbox input:checked ~ .checkmark:after {
	display: block;
  }
  .container-checkbox .checkmark:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  } 
/* Custome checkbox - end*/

@media(max-width:992px){
.form-content {
	padding-right: 0px !important;
    padding-left: 0px!important;
	}
	.realisations-form .image-box p {
		text-align: center;
	  }
	  .realisations-form [type="submit"] {
		width: 100% !important;
		padding: 17px 10px !important;
	  }
	  .container-checkbox{
		padding-right: 0px!important;
	  }
	  .realisations-form .row {
		margin: unset !important;
	  }
}
@media(max-width:768px){
	.double-input p {
		flex-direction: column;
	  }
	  .realisations-form {
		padding: 32px 12px;
	  }
	  .contact_box .container {
		padding: 0px;
	  }
	  .slick-prev {
		left: 8%;
	  }
	  .slick-next {
		right: 8%;
	  }
	  .contact_box .col-catalog {
		padding: 50px;
	  }
	  .contact_box .container {
		padding-bottom: 20px !important;
	  }
}
  .slide-realisation{
	padding: 0px 30px;
  }
  .slide-realisation img {
	outline: 8px solid #FFF;
	border-radius: 12px;
	filter: drop-shadow(1px 8px 5px rgba(0, 0, 0, 0.08));
  }
  .slider-realisation .slick-track {
	padding: 95px 0px !important;
  }
  .next-realisation {
	right: calc(25% - 10px);
	padding: 15px;
	border-radius: 99px;
	backdrop-filter: blur(50px);
  }
  .prev-realisation {
	left: calc(25% - 10px);
	padding: 15px;
	border-radius: 99px;
	backdrop-filter: blur(50px);
  }
  @media(max-width:992px){
	.next-realisation {
		right: 20px
	  }
	  .prev-realisation {
		left: 8%;
	  }
	  .slide-realisation{
		padding: 0px 50px;
	  }
	  .slider-realisation .slick-track {
		padding: 33px 0px !important;
	  }
  }

.single-date {
  color: white;
}
.single-date span {
  margin-left: 12px;
}
/*Realisations - end*/

/*Home Page - start*/
.mobileWrapHamb {
  width: auto;
  top: 15px;
  left: 15px;
  right: 15px;
  border-radius: 6px;
}
.bg-grid-wartosc{
	background: rgba(247, 244, 251, 1);
  border-radius: 12px;
  padding: 16px 24px;
}
.hero-sg{
	font-size: 90px;
	line-height: 105px !important;
	letter-spacing: -6%;
	font-weight: 500;
	width: auto !important;
}
.icon-technology{
  border: 0.78px solid #9491B5;
  border-radius: 10px;
  color: #F7F4FB;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 15px;
  background: rgba(251, 249, 255, 0.05);
  backdrop-filter: blur(5px);
}
.border-b{
	border-bottom: 1px solid rgba(64, 55, 77, 1);
}
.section-work{
	background: linear-gradient(109.51deg, #3A2862 5.52%, #22143F 30.96%, #1B1727 67.97%, #3F1C6B 98.04%);
}
.number-realisations {
  height: 48px;
  width: 48px;
  background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
  display: block;
  border-radius: 99px;
  text-align: center;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  align-content: center;
}
.realisations-grid {
  padding: 20px 14px;
  border: 2px solid #F7F4FB;
  border-radius: 12px;
}
.section-team-info{
	background: linear-gradient(109.51deg, #402281 5.52%, #25124E 30.96%, #180F33 67.97%, #1D0D40 98.04%);
}
.team-end-section{
	padding-bottom: 80px;
	border-bottom: 1px solid; 
	border-bottom-color: rgba(148, 145, 181, 0.5);
}
.slick-current div.slider-opinion-grid{
	background-color: #F7F4FB;
	border-radius: 12px;
	color: #40374D !important;
}
.slider-opinion-grid{
	padding: 42px;
	padding-bottom: 57px;
	border: 1px solid #9491B580;
	margin: 5px 15px;
	border-radius: 12px;
}
.slick-slide {
  filter: grayscale(100%);
  opacity: 0.3;
  transform: scale(0.90);
}
.slick-active{
  filter: grayscale(0%) brightness(100%);
  opacity: 1;
  transform: scale(1);
}
.slider-opinion-grid .h4{
	color: #F7F4FB;
}
.slick-current div.slider-opinion-grid .h4 {
  color: #28213D;
}
.next-opinion{
	right: 10%;
}
.prev-opinion{
	left: 10%;
}
.prev-opinion, .next-opinion{
  padding: 15px;
  background: #FFFFFF05;
  border-radius: 99px;
}
.next-opinion, .prev-opinion img {
    transition: opacity 0.3s ease;
}
.next-opinion:hover img {
    content: url('/wp-content/uploads/2025/03/arrows-right-green.png');
}
.prev-opinion:hover img {
    content: url('/wp-content/uploads/2025/03/arrows-left-green.png');
}
h4.light-text a{
	color: #F7F4FB;
}
.opinion-mb{
	margin-bottom: 24px;
}
.opinion-h-mt{
	margin-top: 24px;
}
.sub-catalog {
  border: none;
}
.section-realisations {
  	border-bottom: 1px solid #767382;
	border-top: 1px solid #767382;
}
.technology {
  margin-top: 140px;
  margin-bottom: 160px;
}
.work-text:hover h2{
	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
    background-clip: border-box;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  background-clip: text;
	  color: transparent;
}
.offer-img:hover img {
    content: url('/wp-content/uploads/2025/03/Oferta-wiecej.webp');
	transition: 0.5s ease-in-out; 
}
.mobileWrapHamb .nav-icon-5 {
  width: 48px;
  height: 48px;
  background: #7659EB;
  border-radius: 4px;
  padding: 13px 10px;
}
.mobile-menu:hover svg path {
  fill: #00FFC2 !important;
}
.mobileMenuWrap {
	background: linear-gradient(109.51deg, #402281 5.52%, #25124E 30.96%, #180F33 67.97%, #1D0D40 98.04%);
	width: 100%;
}
.navbar-nav-css a{
	color: #24124B !important;
}
@media (min-width: 576px) {
  .d-sm-block-offer {
    display: initial !important;
  }
}
@media(max-width:768px){
	.hero-sg {
  		font-size: 40px;
  		line-height: 61px !important;
		text-align: center !important;
	}
	.mb-64 {
	  margin-bottom: 54px;
	}
	.bg-grid-wartosc {
	  margin-bottom: 20px;
	}
	.mb-122 {
	  margin-bottom: 74px;
	}
	.realisations-grid {
	  margin-bottom: 20px;
	}
	.sub-news .im-wr {
	  width: 100% !important;
	}
	.border-post-sg {
	  border-right: none !important;
	}
	.prev-opinion, .next-opinion {
	  background: rgba(64, 34, 129, .4);
	}
	.prev-opinion {
	  left: 1%;
	}
	.next-opinion {
	  right: 1%;
	}
	.icon-technology {
	  margin-bottom: 20px;
	}
	.technology {
	  margin-top: 60px;
	  margin-bottom: 80px;
	}
	.big-btn img {
	  width: 36px;
	  height: 36px;
	}
	.big-btn {
	  padding: 26px 34px 26px 34px;
	}
	.featured-post-info {
	  padding-left: 15px !important;
	}
	.read-post-sg, .featured-post-info {
	  margin-top: 24px !important;
	}
	.blog-slider div.slick-list, .col-realisations div.slick-list {
	  padding: 0px 35px 0 0px !important;
	}
	.col-news, .col-realisations {
	  opacity: 1 !important;
	  filter: grayscale(0%);
	}
	.py-127 {
	  padding-top: 60px;
	  padding-bottom: 40px;
	}
	.cta-mb{
		margin-bottom: 24px;
	}
	.form-contact {
	  padding: 24px 20px !important;
	}
}
/*Home Page - end*/

/* =======================================
   Offer - start
   ======================================= */
.service-image {
  background: #F7F4FB;
  border-radius: 20px;
}
.offer-grid {
margin-bottom: 54px;
  flex-direction: column;
  display: flex;
}
.service-name{
	margin-top: 34px; 
}
.service-description {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #40374D;
}
/* =======================================
   Offer - end
   ======================================= */

/* Blog */
.selected-post{
	padding: 99px 0px;
}
.main-post img {
	width: 100%;
	border-radius: 12px;
  }
  .main-post-cat{
	position: absolute;
	left: 35px;
	top: 20px;
  }
  .blog-post-cat{
	color:#28213D;
	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
	border-radius: 6px;
	font-size: 14px;
	padding: 6px 8px;
	line-height: 17px;
  }
  .spacer {
	padding-left: 12px;
  }
  .main-post-title{
	margin-top: 24px;
	font-weight: 600;
	font-size: 36px;
	line-height: 45px;
  }
  .main-post p {
	margin-bottom: 20px !important;
  }
  a:hover .btn-ghost{
	text-decoration: underline;
  }
  .main-post  a:hover .btn-ghost{
	color: #28213D;
  }
  .vertical-line {
	width: 1px;
	background: #40374D;
	height: 100%;
	margin: 8px 0px;
  }
  .recommended h3{
	color: #28213D;
	margin-bottom: 24px!important;
  }
  .recommended hr {
	background: #40374D;
	margin-bottom: 24px;
  }
  .hr-separator {
	background: #40374D;
	margin-bottom: 24px;
	width: 100%;
  }

  .single-recommended .text-xs {
	margin-top: 20px;
	margin-bottom: 20px;
  }
.sub-news .date, .featured-post-info .date {
  	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
  	border-radius: 6px;
	padding: 6px 8px;
	width: 100px;
  	text-align: center;
}
.featured-post .h5, .featured-post h2{
	margin-bottom: 24px;
}
.featured-post-info{
	padding-left: 30px;
}
.sub-news {
	background: transparent;
	border: none;
}
.sub-news .content {
  padding: 20px 0px 0px 0px;
}
.sub-news .im-wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.date-mr{
	margin-right: 12px;
}
.sub-news .im-wr {
  width: 60%;
}
.featured-post img {
  border-radius: 12px;
}
.py-featured-post{
	padding-top: 80px;
	padding-bottom: 66px;
}
.col-news:nth-of-type(-n+2) .border-post-sg {
    border-right: 1px solid #000;
    border-right: 1px solid #9491B580;
  	border-radius: 0;
}
.featured-post{
	padding-top: 60px;
	padding-bottom: 32px;
	border-bottom: 1px solid #9491B580;
}
.row-news{
	padding-top: 32px;
}
.read-post-sg a{
	color: #F7F4FB;
}
  @media (max-width:992px){
	.selected-post{
		flex-direction: column;
	}
	.selected-post {
		padding: 24px 0px;
	  }
	  .subheader-wrapper #breadcrumbs {
		text-align: left!important;
	  }
	  .sub-header-title h1 {
		text-align: left !important;
	  }
	  body{
		padding-top: 0px;
	  }
  }
  #blog-section {
  background: linear-gradient(109.51deg, #402281 5.52%, #25124E 30.96%, #180F33 67.97%, #1D0D40 98.04%);
}
#blog-section .blog-tab {
  font-size: 16px;
  color: #F7F4FB;
  text-transform: uppercase;
  padding: 8px 21px;
  border: 1px solid #F7F4FB;
  border-radius: 8px;
}
#blog-section .filter-buttons{
  gap: 7px;
  display: flex;
  justify-content: center;
  padding: 0px 15px;
}
.sub-card_blog_v3 .post-meta {
  color: #F7F4FB;
  font-size: 14px;
  gap: 12px;
  display: flex;
  margin: 12px 0px;
}
.sub-card_blog_v3 h2{
 color: #F7F4FB;
}
.sub-card_blog_v3 .post-excerpt {
  color: #9491B5;
  line-height: 24px;
}
.sub-card_blog_v3 .post-categories {
  color: #28213D;
  width: fit-content;
  background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
  list-style: none;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 6px 8px;
}
.sub-card_blog_v3 .realisation-box-img {
  background-repeat: unset !important;
  background-size: cover !important;
  border-radius: 12px;
}
.sub-card_blog_v3 .read-more {
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 10;
}
.sub-card_blog_v3 .read-more a {
  color: #D8DCDF;
}
.sub-card_blog_v3 .content{
  padding-left: 48px !important;
}
.sub-card_blog_v3 hr{
  height: 1px;
  background: rgba(148, 145, 181, 0.5);
  margin: 59px 0px;
}
.sub-card_blog_v3 .read-more:hover{
  text-decoration: underline;
}
.sub-card_blog_v3 {
  max-height: 313px;
}
#blog-section hr {
  background: rgba(148, 145, 181, 0.5)!important;
  height: 1px!important;
  margin: 59px 0px!important;
}
#blog-section hr:last-child {
  display: none !important;
}
#blog-section .page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
}
#blog-section .page-numbers li {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(150px);
  width: 50px;
  height: 50px;
  border-radius: 99px;
}
#blog-section .page-numbers li span, #blog-section .page-numbers a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9491B580;
}
#blog-section .pagination-wrapper {
  margin-top: 64px !important;
  justify-content: center;
  display: flex;
}
#blog-section .page-numbers.current {
  color: #FFF !important;
  border: 1px solid #FFF;
  border-radius: 99px;
}
@media(max-width:1330px){
.col-catalog.blog-col-catalog {
  padding: 0px 15px !important;
}
}
@media(max-width:992px){
.sub-card_blog_v3 {
  flex-direction: column;
  max-height: unset;
}
.im-realistaion {
  max-height: unset;
}
.sub-card_blog_v3 .content {
	padding-left: 0px !important;
	padding-top: 16px;
}
.filter-buttons {
  margin-bottom: 44px;
}
#blog-section hr {
  margin: 30px 0px !important;
}
}
.blog-single-post{
	padding: 64px 0px;
}
.rightbar ul li {
  flex-direction: column;
  display: flex;
  padding: 24px 0px;
  border-top: 1px solid #40374D;
}
.rightbar .blog-post-cat {
  width: fit-content;
  margin-bottom: 16px;
}
.rightbar {
  padding: 24px;
  background: #F7F4FB;
  border-radius: 12px;
  margin-bottom: 44px;
}
.right-section ul {
  list-style: none;
}
.right-section hr {
  background: #40374D;
  margin: 0;
  height: 1px;
}
.cat-list {
  padding-top: 40px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.rightbar-sec {
  padding: 0px 24px;
}
@media(max-width:1360px){
.blog-single-post {
  padding-left: 15px;
  padding-right: 15px;

}
}
@media(max-width:992px){
.right-section {
  margin-top: 70px;
}	
.rightbar ul li {
  padding: 16px 0px;
}
.rightbar {
  margin-bottom: 36px;
}
.cat-list {
  padding-top: 24px;
}
}
.posts-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 44px;
  grid-row-gap: 0px;
}
.posts-wrapper .post-item {
  grid-column: span 4;
}
.container-fluid.see-more-posts {
  background: linear-gradient(109.51deg, #402281 5.52%, #25124E 30.96%, #180F33 67.97%, #1D0D40 98.04%);
}
.container-fluid.see-more-posts  {
  padding: 95px 0px;
  color: #F7F4FB;
}
.container-fluid.see-more-posts .container h2 {
  color: #F7F4FB;
  margin-bottom: 48px;
}
.container-fluid.see-more-posts .container .post-thumbnail img {
  border-radius: 12px;
  width: 100%;
}
.container-fluid.see-more-posts .container .post-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 27px;
}
.container-fluid.see-more-posts .container .post-title a {
  color: #F7F4FB;
}
@media(max-width:992px){
#blog-section .filter-buttons {
  overflow: auto;
  justify-content: left;
  margin-left: 15px;
  padding: 0;
}
#blog-section .blog-tab {
  padding: 9px 14px;
  white-space: nowrap;
}
}
.blog-tab.active-category.active-tab {
  color: #28213D !important;
  background: #F7F4FB;
}
.archive.category .selected-post {
  display: none !important;
}
.archive.category #blog-section {
  background: #F7F4FB;
}
.archive.category .sub-card_blog_v3 h2,.archive.category .sub-card_blog_v3 .post-meta,.archive.category .sub-card_blog_v3 .post-excerpt,.archive.category .read-more .btn-ghost {
  color: #28213D;
}
.archive.category #blog-section .page-numbers.current {
  color: #28213D!important;
  border: 1px solid #28213D;
}
.archive.category #blog-section .page-numbers li {
  background: white!important;
}
.archive.category #blog-section .blog-tab {
  border: 1px solid #28213D;
  color: #28213D;
}
.archive.category #blog-section .filter-buttons {
  display: none;
}
@media(min-width:992px){
.right-together {
  position: sticky;
  top: 120px;
}

}
@media(min-width:1200px){
.right-together {
  position: sticky;
  top: 80px;
}
}
.see-more-posts .post-item .post-meta .category {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #28213D;
  padding: 6px 8px;
  border-radius: 6px;
  background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
  font-size: 14px;
}
@media(max-width:992px){
	.posts-wrapper{
		display: unset!important;
	}
	.container-fluid.see-more-posts {
  padding: 35px 0px;
}
}
.post-badges {
  display: flex;
  gap: 12px;
  margin-left: 0;
  margin-right: 0;
}
/* Blog - end*/
/* Contact - start*/
.form-contact{
	padding: 51px 48px;
}
.info-contact{
	padding: 30px;
}
textarea {
  	width: 100%;
  	border-radius: 12px;
	padding: 17px 30px;
}
/* Contact - start*/
/* About us - start */
.aboutus-info{
	padding: 16px 24px;
  	border-radius: 12px;
  	background: #fff;
	margin-bottom: 21px;
	height: 100%;
}
.team-section{
	background: linear-gradient(109.51deg, #402281 5.52%, #25124E 30.96%, #180F33 67.97%, #1D0D40 98.04%);
}
.team-text {
	color:rgba(148, 145, 181, 0.5);
}
.team-employee div.team-position, .team-employee div.team-sociale{
	visibility: hidden; 
  	opacity: 0; 
  	transition: opacity 0.3s ease-in-out; 
}
.team-employee:hover div.team-position, .team-employee:hover div.team-sociale {
	visibility: visible;
  	opacity: 1;
}
.team-employee:hover div.team-name{
	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
  	-webkit-background-clip: text;
  	background-clip: text;
  	display: inline-block;
	color: transparent !important;
	transition: color 0.4s ease-in-out;
}
.img-employee{
	width: 304px;
	height: 304px;
	border-radius: 12px;
	overflow: hidden;
  	position: relative;
}
.img-employee img.employee {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.img-employee:hover img.employee {
  transform: scale(1.1);
}
.cta-career{
	border: 1px solid rgba(148, 145, 181, 0.5);
	padding: 45px;
}
.cta-career-bg{
	background: url('/wp-content/uploads/2025/07/cta-career.png');
	background-repeat: no-repeat;
}
.left-col-aboutus{
	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
	left: 0; 
	z-index: 2;
	padding: 24px;
	top: 50%;
  	transform: translateY(-50%);
}
.right-col-aboutus{
	background: rgba(247, 244, 251, 1);
	right: 0; 
	z-index: 2;
	padding: 24px;
	margin-top: -70px;
}
.center-col-aboutus{
	z-index: 1;
}
.h-sticky{
	position: sticky;
	top:100px;
}
.aboutus-green{
	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
	padding: 16px 24px;
  	border-radius: 12px;
  	margin-bottom: 21px;
  	height: 100%;
}
.section-work h1{
	color: #fff;
}
.shop-grid{
	padding: 20px 14px;
	color: #fff;
	border: 1px solid rgba(148, 145, 181, 0.5);
	border-radius: 12px;
	height: 100%;
	background: rgba(247, 244, 251, 0.06);
}
.shop-grid p.h4{
	color: #fff;
}
.shop-grid span.number-realisations{
	color: #000;
}
.section-work form {
  padding: 43px 59px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #40374D;
  backdrop-filter: blur(100px);
  border-radius: 12px;
  margin-bottom: 96px;
  margin-top: 88px;
}
@media(max-width:768px){
	.left-col-aboutus, .right-col-aboutus, .center-col-aboutus {
		position: relative !important;
	}
	.right-col-aboutus{
		margin-top: 20px;
	}
	.left-col-aboutus{
		top: unset;
		transform: unset;
		margin-bottom: 20px
	}
	.section-work form {
  		padding: 32px;
	}
}
/* About us - end */
/* Support - start */
.section-support {
  background: #F7F4FB;
  padding: 21px;
  border-radius: 12px;
  bottom: 0;
  position: absolute;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background: transparent;
}
.wys_accordion_wrap {
	background: linear-gradient(78.49deg, rgba(252, 248, 255, 0.06) 15.8%, rgba(216, 216, 223, 0.06) 111.33%);
	border-radius: 12px;
	display: block;
  	width: 100%;
}
.wys_collapse {
  	border: unset;
	color: rgb(173, 171, 192);
}
.accordion-button {
  	 background: linear-gradient(78.49deg, rgba(252, 248, 255, 0.06) 15.8%, rgba(216, 216, 223, 0.06) 111.33%);
	border-radius: 12px;
  	color: #fff;
}
.bg-support-custom{
	background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
}
.btn-support{
	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
}
.support-info-package {
  border: 1px solid #ADABC099;
}
.support-info-package ul {
  margin-bottom: 70px;
}
@media(max-width:768px){
	.section-support {
	  position: relative;
	  margin-bottom: 15px;
	}
	.accordion-button svg {
  		max-width: 25px;
	}
	.icon-footer span {
	  display: none;
	}
	.fc1 {
	  justify-content: center;
	  display: flex;
	}
	.icon-footer {
	  margin-right: 10px;
	}
}
/* Support - end */
/* Form - start */
#upload-file, #upload-file-cv {
  	display: none;
}
.custom-file-upload {
  	display: inline-flex;
  	align-items: center;
  	gap: 8px; 
  	cursor: pointer;
  	color: #fff;
  	transition: background 0.3s;
	width: 100%;
}
.custom-file-upload span.wpcf7-form-control-wrap {
  width: 20%;
}
/* Form - end */
.slider-realisation .slide-realisation img {
  max-width: 930px;
  max-height: 580px;
}
.slider-realisation .slick-track {
  align-items: center;
  display: flex;
}
.custom-file-upload:hover span {
  color: #00ffc2;
}
.sub-news .post-badges {
  position: absolute;
  top: 8px;
  left: 8px;
}
.sub-news .post-badges .post-categories {
  color: #28213D;
  width: fit-content;
  background: linear-gradient(96.21deg, #24FFCA 4.91%, #49FF92 85.97%);
  list-style: none;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 6px 8px;
  margin-bottom: 0px;
}
@media(max-width:1330px){
	.row.row-catalog {
  padding-left: 15px;
  padding-right: 15px;
}
}
@media(max-width:768px){
.filter-buttons {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slider-realisation .slide-realisation img {
  max-width: 100%;
}
.team-employee {
  display: flex!important;
  flex-direction: column;
  align-items: center;
}
.section-work .row .row div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bg-support-custom a {
  position: relative;
  bottom: -16px;
}
.top_nav_bar_wrap_s.clickable-div {
  margin: 0;
  margin-top: 20px;
}
.nav-link.dropdown-toggle {
    pointer-events: auto;
}

.nav-link.dropdown-toggle:hover {
    all: unset;
}

}
@media(max-width:1199px){
.clickable-div a{
	position: relative;
}
.top_nav_bar_wrap_s.clickable-div {
  height: max-content;
}
}
.mobile-toggle-x {
  color: white;
}