:root {
--primary-dark: #0e0e0e;
--white: white;
--paragraph-gray: #444;
--text-contrast: #7063c2;
--primary: #9588e8;
--black: black;
--gray: #e9e9e9;
--light-gray: #f9f9fa;
--primary-light: #f6f7ff;
--white-50: #ffffff80;
--dark-gray-50: #afafaf80;
--dark-gray: #afafaf;
}
/* *********COMMON CSS FOR SECTION COLOR CHANGE ON  SCROLL START ----------------> */
.sectionColorChange {
transition: background-color 0.7s ease-in-out;
}

/* #section2 { background-color: var(--primary-dark); color: var(--white); } */
#section3 {
background-color: var(--white);
color: var(--primary-dark);
}
#sectionIndustry {
background-color: var(--white);
color: var(--primary-dark);
}
/* For Case study section  */
#Scroll {
background-color: var(--white);
color: var(--primary-dark);
border-color: var(--primary-dark);
}
/* #sectionTechnology { background-color: var(--white); color: var(--primary-dark) } */
#card1 {
background-color: var(--white);
color: var(--primary-dark);
}
#viewAll {
background-color: var(--primary-dark);
color: var(--white);
}

/* .scrolled#section2 { background-color: var(--white); color: var(--primary-dark); } */
.scrolled#section3 {
background-color: var(--primary-dark);
color: var(--white);
}
.scrolled#sectionIndustry {
background-color: var(--primary-dark);
color: var(--white);
}
.scrolled#Scroll {
background-color: var(--primary-dark);
color: var(--white);
border-color: var(--white);
}
.scrolled#card1 {
background-color: #282828;
color: var(--white);
}
.scrolled#viewAll {
background-color: var(--white);
color: var(--primary-dark);
}

/* .scrolled#sectionTechnology {  background-color: var(--primary-dark); color: var(--white); } */

/* *********COMMON CSS FOR SECTION COLOR CHANGE ON  SCROLL END ----------------> */
/* CUSTOME CSS */
.text-black-change {
color: white !important;
}

.w-layout-grid {
grid-row-gap: 16px;
grid-column-gap: 16px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.w-layout-blockcontainer {
max-width: 940px;
margin-left: auto;
margin-right: auto;
display: block;
}

.w-pagination-wrapper {
flex-wrap: wrap;
justify-content: center;
display: flex;
}

.w-pagination-previous {
color: #333;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 2px;
margin-left: 10px;
margin-right: 10px;
padding: 9px 20px;
font-size: 14px;
display: block;
}

.w-pagination-previous-icon {
margin-right: 4px;
}

.w-pagination-next {
color: #333;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 2px;
margin-left: 10px;
margin-right: 10px;
padding: 9px 20px;
font-size: 14px;
display: block;
}

.w-pagination-next-icon {
margin-left: 4px;
}

.w-layout-hflex {
flex-direction: row;
align-items: flex-start;
display: flex;
}
.about-us-div {
display: flex;
gap: 10px;
font-style: Outfit;
flex-direction: row;
margin-top: 30px;
/* max-height: 330px; */
}
.about-us-text {
font-style: Outfit;
width: 40%;
display: flex;
flex-direction: column;
gap: 6px;
padding-inline: 10px;
font-weight: 400;
font-size: 16px;
}
.about-us-right-img {
width: 60%;
border-radius: 10px;
}
.about-us-right-img img {
width: 100%;
height: auto;
max-height: 440px;
/* object-fit: cover; */
object-fit: cover;
border-radius: 10px;
}
@media (min-width: 425px) and (max-width: 769px) {
.about-us-right-img img {
object-fit: cover;
height: 100%;
width: 100%;
max-height: 440px;
border-radius: 10px;
}
}

@media screen and (max-width: 991px) {
.w-layout-blockcontainer {
max-width: 728px;
}
}

@media screen and (max-width: 767px) {
.w-layout-blockcontainer {
max-width: none;
}
}

body {
color: var(--primary-dark);
font-family: Outfit, sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1em;
}

h1 {
color: var(--primary-dark);
margin-top: 10px;
margin-bottom: 10px;
font-family: Outfit, sans-serif;
font-size: 64px;
font-weight: 400;
line-height: 1.2em;
}

h2 {
/* color: var(--primary-dark); */
text-transform: capitalize;
margin-top: 10px;
margin-bottom: 10px;
font-family: Outfit, sans-serif;
font-size: 48px;
font-weight: 400;
line-height: 1.2em;
}

h3 {
color: var(--primary-dark);
margin-top: 10px;
margin-bottom: 10px;
font-family: Outfit, sans-serif;
font-size: 36px;
font-weight: 400;
line-height: 1.2em;
}

h4 {
color: var(--primary-dark);
margin-top: 10px;
margin-bottom: 10px;
font-family: Outfit, sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 1.2em;
}

h5 {
color: var(--primary-dark);
margin-top: 10px;
margin-bottom: 10px;
font-family: Outfit, sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 1.2em;
}

h6 {
color: var(--primary-dark);
margin-top: 10px;
margin-bottom: 10px;
font-family: Outfit, sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.2em;
}

p {
color: var(--white);
margin-top: 10px;
margin-bottom: 10px;
line-height: 1.5em;
}

a {
color: var(--text-contrast);
align-items: center;
line-height: 1.2em;
text-decoration: none;
transition: all 0.35s;
}

a:hover {
color: var(--primary-dark);
}

ul {
grid-row-gap: 15px;
background-color: var(--paragraph-gray);
color: var(--primary);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
flex-direction: column;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
display: flex;
}

ol {
margin-top: 0;
margin-bottom: 10px;
padding-left: 40px;
}

li {
align-items: center;
line-height: 1.4em;
}

img {
max-width: 100%;
display: inline-block;
}

label {
margin-bottom: 10px;
font-weight: 400;
display: block;
}

blockquote {
text-align: center;
background-image: url("../../src/app/images/double-quotes.svg");
background-position: 50% 0;
background-repeat: no-repeat;
background-size: auto;
border-left: 1px #000;
margin-top: 25px;
margin-bottom: 25px;
padding: 30px 20px 10px;
font-size: 36px;
line-height: 1.2;
}
.primary-heading {
color: white;
font-size: 90px;
font-weight: 400;
line-height: 1.1em;
}
@media screen and (max-width: 767px) {
.primary-heading {
font-size: 40px; /* Adjust to a smaller size for mobile */
line-height: 1.2em; /* Adjust line-height if needed */
}
}
@media (min-width: 767px) and (max-width: 991px) {
.primary-heading {
font-size: 50px; /* Adjust to a medium size for tablets */
line-height: 1.2em; /* Adjust line-height if needed */
}
}

/* Initial style for the slide text */
.slide-text {
text-transform: uppercase;
transition: transform 0.7s ease-in-out; /* This is fine */
}

/* Set initial position of text */
.slide-heading-left {
transform: translateX(0); /* Start from original position */
}

.slide-heading-right {
transform: translateX(0); /* Start from original position */
}

/* Hover Effect - Opposite Directions */
.hover-container:hover .slide-heading-left {
transform: translateX(-30px); /* Move to the left */
}

.hover-container:hover .slide-heading-right {
transform: translateX(30px); /* Move to the right */
}

.nav-dropdown-list {
position: absolute;
left: 0;
width: 100%; /* Full width of the viewport */
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(100px);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
padding: 20px 0;
z-index: 1000;
display: none;
}

.nav-dropdown-link-wrapper {
width: 100%;
}

.container-core {
max-width: 60%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 0 20px;
}

.grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr); /* Create two columns */
grid-template-rows: repeat(3, auto); /* Create three rows */
gap: 20px; /* Space between grid items */
}

.column {
display: flex;
flex-direction: column;
gap: 10px; /* Space between items in a column */
padding-top: 20px;
}
#col-1 {
border-top: 1px solid rgba(88, 88, 88, 1);
}

/* h2 {
  
  margin-bottom: 10px;

  font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 36px;
letter-spacing: 0%;
color: #fff;
} */

.item {
display: inline-flex;
align-items: flex-start;
gap: 10px;
padding: 10px;
border-radius: 5px;
transition: background 0.3s;
}

.item:hover {
background: #242323;
}

.icon {
font-size: 1.5rem;
}

/* strong {
  
  color: #f5f5f5;
  font-family: Poppins;
font-weight: 500;
font-size: 16px;
letter-spacing: 0%;
} */

.sub-text {
font-size: 12px;
color: #f5f5f5;
margin: 2px 0 0;
}

.image-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 10%;
width: 100%;
}

.image-7 {
max-width: 120px;
height: auto;
max-height: 120px;
transition: transform 0.3s ease-in-out;
}
.image-7:hover {
transform: scale(1.1);
}

.image-group {
display: none; /* Hide all image groups */
transition: opacity 0.5s ease-in-out;
}
.image-group.active {
display: flex; /* Show active images */
opacity: 1;
/* flex-direction: row; */
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 10%;
width: 100%;
}
.section {
padding-top: 80px;
padding-bottom: 80px;
position: relative;
}

.section.licensing-fonts {
padding-top: 0;
padding-bottom: 0;
}

.section.without-bottom-spacing {
padding-bottom: 0;
}

.section.blue-background {
background-color: var(--primary);
}

.section.landing-banner {
background-color: var(--primary-dark);
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding-top: 120px;
padding-bottom: 0;
display: flex;
position: relative;
overflow: hidden;
}

.section.round-top {
z-index: 999;
background-color: var(--white);
border-radius: 0;
/* margin-top: -40px; */
padding-top: 40px;
}

.section.dark-background-top-bottom-extra {
background-color: var(--black);
margin-top: -60px;
padding-top: 40px;
padding-bottom: 120px;
}

.section.round-bottom {
z-index: 999;
background-color: var(--white);
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
margin-bottom: -40px;
}

.section.overflow-hidden-no-bottom-spacing {
padding-bottom: 0;
overflow: hidden;
}

.section.dark-background-top-extra-no-bottom {
background-color: var(--primary-dark);
margin-bottom: -1px;
padding-top: 120px;
padding-bottom: 1px;
}

.section.dark-background-bottom-extra {
background-color: var(--primary-dark);
padding-bottom: 120px;
}

.section.round-top-bottom {
z-index: 999;
background-color: var(--white);
border-radius: 40px;
margin-top: -40px;
margin-bottom: -40px;
}

.section.dark-background-no-bottom {
background-color: var(--primary-dark);
margin-bottom: -1px;
padding-bottom: 1px;
}

.section.no-top-spacing-round-bottom {
z-index: 1;
background-color: var(--white);
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
margin-bottom: -40px;
padding-top: 0;
}

.section.top-extra-bottom-round {
z-index: 1;
background-color: var(--white);
margin-bottom: -40px;
}

.section.round-top-no-bottom {
z-index: 999;
background-color: var(--white);
border-top-left-radius: 40px;
border-top-right-radius: 40px;
margin-top: -40px;
padding-bottom: 0;
}

.base-container {
flex-direction: column;
align-items: center;
max-width: 1200px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.leadership-team-right {
display: flex;
flex-direction: row;
gap: 30px;
margin-block: 30px;
align-items: center;
justify-content: center;
}
.leadership-team-left {
display: flex;
flex-direction: row;
gap: 30px;
margin-block: 30px;
align-items: center;
justify-content: center;
}
.leadership-right-text {
background-color: rgba(246, 248, 251, 1);
color: #000;
font-size: 16px;
font-weight: 400;
font-style: Outfit;
width: 70%;
border-radius: 10px;
padding: 20px;
line-height: 1.3; /* Increased line spacing */
letter-spacing: 0.02em; /* Increased space between letters */
word-spacing: 0.1em; /* Increased space between words */
}

.leadership-image-wrapper {
position: relative;
width: 260px;
height: 260px;
vertical-align: top;
}
.leadership-team-image {
display: block;
width: 100%;
height: auto;
transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
position: absolute;
top: 0;
left: 0;
}
.leadership-team-image.main-img {
position: relative;
z-index: 1;
opacity: 1;
}
.leadership-team-image.hover-img {
z-index: 2;
opacity: 0;
pointer-events: none;
}
.leadership-image-wrapper:hover .main-img {
opacity: 0;
}
.leadership-image-wrapper:hover .hover-img {
opacity: 1;
}

.base-container.align-left {
align-items: flex-start;
}

.grid-system-wrapper {
flex-direction: column;
width: 100%;
margin-top: 40px;
display: flex;
}

.grid-system {
border-top: 1px solid #7c7c7c;
justify-content: space-between;
width: 80%;
display: flex;
}

.grid-title {
background-color: var(--primary);
color: var(--white);
border-left: 1px #a7a7a7;
border-right: 1px solid #7c7c7c;
justify-content: center;
width: 19%;
margin-top: 0;
margin-bottom: 0;
padding: 20px 10px;
display: flex;
}

.grid-title.first-grid {
background-color: var(--primary);
border-left-style: solid;
border-left-color: #7c7c7c;
width: 24%;
height: 100%;
margin-top: 0;
}

.grid-description {
border-bottom: 1px solid #a7a7a7;
border-right: 1px solid #a7a7a7;
justify-content: center;
align-items: center;
width: 19%;
margin-top: 0;
margin-bottom: 0;
padding: 20px 10px;
display: flex;
}

.grid-description.first-description {
border-bottom: 1px solid #a7a7a7;
border-left: 1px solid #a7a7a7;
border-right: 1px solid #a7a7a7;
width: 24%;
}

.grid-description.last-description {
border-right-style: solid;
border-right-width: 1px;
}

.spacing-system-column {
padding-right: 20px;
}

.spacing-system-image {
max-width: 80%;
}

.spacing-wrapper-mobile {
width: 70%;
margin-top: 30px;
position: relative;
}

.typography-wrapper {
margin-top: 30px;
}

.spacing-columns {
margin-top: 40px;
}

.bottom-style-spacing-desktop {
font-weight: 700;
position: absolute;
inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
font-weight: 700;
position: absolute;
top: 8%;
bottom: auto;
right: 0;
}

.spacing-wrapper {
width: 100%;
margin-top: 30px;
position: relative;
}

.middle-style-spacing-desktop {
font-weight: 700;
position: absolute;
inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
max-width: 70%;
}

.primary-style-guide {
background-color: var(--primary);
width: 75px;
height: 75px;
}

.gray-style-guide {
background-color: var(--gray);
width: 75px;
height: 75px;
}

.primary-dark-style-guide {
background-color: var(--primary-dark);
width: 75px;
height: 75px;
}

.black-style-guide {
background-color: var(--black);
width: 75px;
height: 75px;
}

.colors-container {
grid-column-gap: 60px;
justify-content: flex-start;
margin-top: 40px;
display: flex;
}

.light-gray-style-guide {
background-color: var(--light-gray);
width: 75px;
height: 75px;
box-shadow: 0 0 15px #0000001a;
}

.color-container {
grid-column-gap: 30px;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 40px;
display: flex;
}

.primary-light-style-guide {
background-color: var(--primary-light);
width: 75px;
height: 75px;
box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
background-color: var(--white);
width: 75px;
height: 75px;
}

.headings-typography-wrapper {
flex-flow: wrap;
width: 47%;
display: flex;
}

.headers-wrapper {
width: 100%;
margin-top: 10px;
}

.h1-tablet {
font-size: 50px;
}

.h2-tablet {
font-size: 42px;
}

.h1-mobile {
font-size: 46px;
}

.h2-mobile {
font-size: 36px;
}

.h3-mobile {
font-size: 32px;
}

.style-guide-body-wrapper {
flex-direction: column;
align-items: flex-start;
width: 47%;
display: flex;
}

.primary-button {
border: 1px solid var(--white);
background-color: var(--primary-dark);
color: var(--white);
text-align: center;
letter-spacing: 0.5px;
text-transform: capitalize;
border-radius: 50px;
padding: 10px 24px;
font-size: 16px;
transition: all 0.3s;
display: inline-block;
}

.primary-button:hover {
border-color: var(--white);
background-color: var(--white);
opacity: 1;
color: var(--primary-dark);
}

.primary-button.dark {
border-color: var(--black);
background-color: var(--black);
mix-blend-mode: normal;
transition: all 0.3s;
}

.primary-button.dark:hover {
color: var(--black);
background-color: #0000;
}

.primary-button.pagination {
/* border-color: var(--primary-dark);
  color: var(--primary-dark); */
background-color: #9588e800;
margin-top: 30px;
}

.primary-button.pagination:hover {
border-color: var(--primary);
}

.primary-button.dark-outline {
border-color: var(--primary-dark);
color: var(--primary-dark);
background-color: #9588e800;
}

.primary-button.dark-outline:hover {
border-color: var(--primary);
}

.primary-button.white-outline {
border-color: var(--white-50);
color: var(--white);
background-color: #9588e800;
}

.primary-button.white-outline:hover {
border-color: var(--primary);
}

.primary-button.white-style {
border-color: var(--white);
background-color: var(--white);
color: var(--primary-dark);
}

.primary-button.white-style:hover {
color: var(--white);
background-color: #fff0;
}

.primary-button.dark-hover-white {
border-color: var(--black);
background-color: var(--black);
}

.primary-button.dark-hover-white:hover {
border-color: var(--white);
background-color: var(--white);
color: var(--black);
}

.primary-button.hover-dark:hover {
border-color: var(--primary-dark);
background-color: var(--primary-dark);
color: var(--white);
}

.style-guide-div {
grid-row-gap: 60px;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
width: 100%;
}

.top-style-spacing-mobile {
font-weight: 700;
position: absolute;
top: 5%;
right: 0;
}

.middlr-style-spacing-mobile {
font-weight: 700;
position: absolute;
top: 29%;
right: 0;
}

.bottom-style-spacing-mobile {
font-weight: 700;
position: absolute;
bottom: 7%;
right: 0;
}

.grid-header {
width: 100%;
margin-top: 50px;
}

.link-wrapper {
width: 50%;
margin-top: 10px;
}

.navbar {
background-color: var(--primary-dark) !important;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
position: fixed;
}

.nav-container {
justify-content: space-between;
align-items: center;
min-width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
display: flex;
}

.nav-menu {
text-align: right;
justify-content: flex-end;
align-items: center;
}

.nav-link {
color: var(--white);
padding: 20px;
font-size: 15px;
}

.nav-link:hover {
opacity: 1;
color: #ffffffb3;
}

.nav-link.w--current {
color: var(--primary);
}

.nav-link.dark {
color: var(--primary-dark);
}

.nav-link.dark:hover {
color: var(--text-contrast);
}

.nav-dropdown-toggle {
color: var(--white);
margin-left: 0;
margin-right: 0;
padding: 20px 35px 20px 20px;
transition: color 0.2s;
}

.nav-dropdown-toggle:hover {
/* color: #ffffffb3; */
}

.nav-dropdown-toggle.dark {
color: var(--primary-dark);
}

.nav-dropdown-toggle.dark:hover {
color: var(--text-contrast);
}

.nav-dropdown-icon {
font-size: 10px;
line-height: 1.2em;
}
.nav-dropdown-list {
position: absolute;
left: 0;
width: 100%; /* Full width of the viewport */
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(100px);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
padding: 20px 0;
z-index: 1000;
display: none;
}
.nav-dropdown-list.w--open {
/* border-radius: 20px; */
padding-top: 20px;
padding-bottom: 20px;
box-shadow: 0 0 10px #0000000a;
}
.nav-dropdown-list {
/* width: 360px; */
}

.nav-dropdown-list.w--open {
/* width: 500px; */
/* width: 1200px; */
display: flex;
/* right: -200%; */
}

/* .nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
  right: -200%;
} */

.nav-dropdown-link-wrapper {
flex-direction: column;
align-items: center;
padding-left: 0;
padding-right: 0;
display: flex;
position: relative;
overflow: hidden;
}

.nav-dropdown-link {
text-transform: capitalize;
background-image: url("../../src/app/images/right-arrow-slim-d.svg");
background-position: 0 14px;
background-repeat: no-repeat;
background-size: 0 8px;
width: 100%;
padding: 8px 8px 8px 0;
font-size: 16px;
transition: all 0.3s;
display: flex;
}

.nav-dropdown-link:hover {
color: var(--primary);
background-size: 14px 8px;
padding-left: 25px;
}

.nav-dropdown-link.w--current {
color: var(--primary);
}

.nav-item-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
line-height: 20px;
}

.pages-banner {
background-color: var(--primary-dark);
justify-content: center;
align-items: center;
padding-top: 140px;
padding-bottom: 80px;
display: flex;
position: relative;
}

/* .pages-banner.extra-bottom {
  padding-bottom: 120px;
  overflow: hidden;
} */

.licensing-title-wrapper {
border-bottom: 1px #5e5e5e80;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
display: flex;
}

.licensing-images-wrapper {
border-top: 1px solid #5e5e5e80;
width: 100%;
padding-top: 40px;
}

.licensing-grid {
grid-column-gap: 30px;
grid-row-gap: 30px;
border-bottom: 1px #5e5e5e80;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
width: 100%;
padding-bottom: 60px;
}

.licensing-grid.last-child {
border-bottom-style: none;
padding-bottom: 0;
}

.licensing-image {
object-fit: cover;
border-radius: 20px;
width: 100%;
height: 320px;
}

.licensing-title {
width: 100%;
padding-bottom: 30px;
}

.licensing-image-link {
width: 100%;
height: 100%;
}

.licensing-image-link:hover {
opacity: 1;
}

.license-link {
color: var(--primary-dark);
letter-spacing: normal;
margin-right: 50px;
}

.license-link:hover {
color: var(--primary);
}

.license-link.last-child {
margin-right: 0;
}

.banner-title {
color: var(--white);
text-align: center;
}

.banner-title.service-details {
text-align: center;
}

.licensing-heading {
margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
margin-right: 25px;
}

.icon-style-guide {
color: var(--primary);
font-family: "Fa Brands 400 (6.4.2)", sans-serif;
font-size: 24px;
}

.icon-style-guide.dribble {
font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
align-items: center;
width: 100%;
margin-top: 20px;
display: flex;
}

.licensing-icon-link {
margin-bottom: 20px;
}

.licensing-paragraph {
width: 50%;
margin-right: 40px;
}

.licensing-font-title {
color: var(--paragraph-gray);
text-transform: uppercase;
font-weight: 400;
}

.licensing-icons-wrapper {
margin-top: 30px;
margin-bottom: 20px;
}

.utility-page-wrap {
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
min-height: 100vh;
margin-bottom: 40px;
padding-top: 40px;
padding-left: 15px;
padding-right: 15px;
display: flex;
}

.utility-page-content {
text-align: center;
flex-direction: column;
width: 280px;
display: flex;
}

.utility-page-form {
flex-direction: column;
align-items: stretch;
display: flex;
}

.password-image {
width: 140px;
margin-left: auto;
margin-right: auto;
display: block;
}

.password-input {
border: 1px solid var(--dark-gray-50);
color: var(--primary-dark);
border-radius: 50px;
min-width: 280px;
margin-bottom: 15px;
padding: 10px 24px;
font-size: 16px;
line-height: 1.2em;
}

.password-input:focus {
border: 1px solid var(--primary);
color: var(--primary-dark);
}

.password-input::placeholder {
color: var(--dark-gray);
font-size: 16px;
line-height: 1.2em;
}

.password-title-wrapper {
margin-bottom: 40px;
}

._404-paragraph {
text-align: center;
margin-top: 20px;
margin-bottom: 40px;
}

._404-logo-wrapper {
justify-content: center;
display: flex;
position: absolute;
inset: 40px 0% auto;
}

._404-title {
text-align: center;
font-size: 90px;
}

._404-content-wrapper {
text-align: center;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 700px;
display: flex;
}

.coming-soon-wrapper {
flex-direction: column;
align-items: flex-start;
max-width: 690px;
margin-left: 0;
margin-right: 40px;
display: flex;
}

.changelog-heading {
text-align: center;
margin-bottom: 20px;
}

.coming-soon-form {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-direction: row;
display: flex;
}

.coming-soon-input {
border: 1px solid var(--gray);
color: var(--primary-dark);
border-radius: 50px;
min-width: 300px;
height: auto;
margin-bottom: 0;
padding: 10px 24px;
}

.coming-soon-input:focus {
border: 1px solid var(--primary);
color: var(--primary-dark);
}

.coming-soon-input::placeholder {
color: var(--dark-gray);
font-size: 16px;
line-height: 1em;
}

.coming-soon-paragraph {
margin-top: 20px;
margin-bottom: 40px;
}

.coming-soon-page-wrap {
text-align: left;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
padding-left: 15px;
padding-right: 15px;
display: flex;
}

.coming-soon-heading {
margin-top: 60px;
line-height: 1.1em;
}

.blog-grid-wrapper {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
width: 100%;
}

.blog-grid-collection-list {
grid-column-gap: 27px;
grid-row-gap: 30px;
flex-wrap: wrap;
justify-content: flex-start;
display: flex;
}

.blog-grid-image-link {
min-width: 100%;
height: 280px;
overflow: hidden;
}

.blog-grid-image {
object-fit: cover;
width: 100%;
height: 100%;
transition: transform 0.4s;
}

.blog-grid-image:hover {
transform: scale(1.06);
}

.blog-grid-item-date {
letter-spacing: 0.5px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 10px;
font-size: 14px;
}

.blog-grid-content-wrapper {
flex-direction: column;
height: 100%;
padding: 25px 20px 30px;
display: flex;
}

.blog-grid-item {
background-color: var(--white);
border-radius: 20px;
width: 31.46%;
height: auto;
display: inline-block;
overflow: hidden;
}

.blog-grid-item.dark {
background-color: var(--primary-dark);
border-radius: 20px;
}

.blog-grid-item-description {
margin-top: 0;
margin-bottom: 0;
}

.nav-menu-wrapper {
flex: 1;
justify-content: space-between;
align-items: center;
display: flex;
}

.blog-grid-post-wrapper {
border-radius: 20px;
flex-flow: column;
display: flex;
overflow: hidden;
}

.blog-sidebar-post-category {
border: 1px solid var(--primary);
background-color: var(--primary);
color: var(--white);
border-radius: 50px;
padding: 5px 14px;
transition: all 0.3s;
display: inline-block;
}

.blog-sidebar-post-category:hover {
background-color: var(--white);
color: var(--primary);
}

.blog-template-wrapper {
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.blog-template-image {
object-fit: cover;
border-radius: 20px;
width: 100%;
max-height: 680px;
margin-bottom: 20px;
}

.blog-template-date {
color: var(--white);
}

.blog-template-pagination {
grid-column-gap: 60px;
grid-row-gap: 60px;
align-items: center;
margin-top: 80px;
display: flex;
}

.prev-post-arrow {
color: var(--dark-gray);
margin-top: 0;
margin-bottom: 0;
margin-right: 25px;
font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
color: var(--dark-gray);
margin-bottom: 0;
margin-left: 25px;
font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
flex: 1;
display: flex;
}

.blog-template-next-button {
flex: 1;
justify-content: flex-end;
display: flex;
}

.blog-template-pagination-link {
align-items: center;
width: auto;
display: flex;
}

.blog-template-next {
text-align: right;
}

.footer {
text-align: center;
align-items: flex-start;
padding-top: 60px;
padding-bottom: 60px;
}

.footer.round-top {
z-index: 999;
background-color: var(--white);
border-top-left-radius: 40px;
border-top-right-radius: 40px;
margin-top: -40px;
padding-top: 40px;
position: relative;
}

.footer-bottom-wrapper {
grid-row-gap: 5px;
border-top: 1px solid var(--dark-gray-50);
flex-flow: row;
justify-content: space-between;
align-items: center;
width: 100%;
padding-top: 20px;
display: flex;
}

.footer-rights {
grid-column-gap: 5px;
grid-row-gap: 0px;
color: var(--paragraph-gray);
font-size: 14px;
line-height: 1.2em;
display: flex;
}

.footer-copyright {
grid-column-gap: 5px;
grid-row-gap: 0px;
color: var(--paragraph-gray);
text-align: center;
justify-content: center;
align-items: center;
font-size: 14px;
line-height: 1.2em;
display: flex;
}

.footer-copyright-link {
color: var(--text-contrast);
letter-spacing: 0.2px;
font-size: 14px;
text-decoration: none;
display: inline-block;
}

.footer-copyright-link:hover {
color: var(--primary-dark);
}
@media (max-width: 767px) {
.footer-bottom-wrapper > div[style*="display: flex"] {
justify-content: center !important;
/* flex-direction: column !important; */
align-items: center !important;
gap: 8px !important;
}
}

.section-title-wrapper {
text-align: center;
max-width: 740px;
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
}

.section-title-wrapper.contact-us {
z-index: 2;
max-width: 740px;
padding-left: 15px;
padding-right: 15px;
position: relative;
}

.team-grid {
grid-column-gap: 30px;
grid-row-gap: 40px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-grid.bottom-space {
margin-bottom: 80px;
}

.team-card {
flex-flow: column;
align-items: center;
display: flex;
}

.team-card-image {
color: var(--primary);
object-fit: cover;
border-radius: 100%;
width: 220px;
height: 220px;
}

.team-card-content-wrapper {
text-align: center;
flex-flow: column;
justify-content: flex-start;
align-items: center;
padding-top: 10px;
display: flex;
}

.team-member-position {
margin-top: 0;
margin-bottom: 20px;
}

.team-social-links-wrapper {
grid-column-gap: 20px;
background-color: var(--primary-light);
border-radius: 50px;
justify-content: center;
padding: 6px 14px;
display: flex;
}

.team-social-links-wrapper.dark-style {
border: 1px solid var(--dark-gray-50);
background-color: var(--primary-dark);
}

.team-social-icon {
color: var(--primary);
font-family: "Fa Brands 400 (6.4.2)", sans-serif;
font-size: 20px;
}

.team-social-icon.hover-light:hover {
color: var(--white);
}

.style-guide-buttons-wrapper {
grid-column-gap: 40px;
grid-row-gap: 30px;
flex-wrap: wrap;
align-items: center;
width: 100%;
margin-top: 40px;
display: flex;
}

.style-guide-button-wrapper {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 47%;
display: flex;
}

.style-guide-button-wrapper.last-child {
margin-right: 0;
}

.paragraph-large {
font-size: 18px;
line-height: 1.5em;
}

.banner-title-wrapper {
z-index: 1;
flex-direction: column;
align-items: center;
max-width: 760px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
display: flex;
position: relative;
}

.banner-title-wrapper.service-two {
width: 100%;
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
}

.banner-title-wrapper.blog-post-width {
max-width: 1000px;
}

.banner-title-wrapper.faq-style {
width: 100%;
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
}

.banner-title-wrapper.search-results-width {
width: 100%;
max-width: 1200px;
}

.text-white {
color: var(--white);
}

.banner-description {
max-width: 560px;
margin-top: 20px;
margin-bottom: 0;
font-size: 18px;
}

.banner-description.center-white {
color: var(--white);
text-align: center;
}

.section-title-description {
text-align: center;
margin-top: 20px;
margin-bottom: 0;
}

.pricing-plan-price-wrapper {
align-items: flex-start;
margin-top: 20px;
margin-bottom: 20px;
display: flex;
}

.section-title {
margin-top: 0;
margin-bottom: 0;
}

.play-button {
z-index: 5;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background-color: #ffffffe6;
border-radius: 50%;
width: 70px;
height: 70px;
position: absolute;
}

.accordion-toggle {
white-space: normal;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
padding: 10px 0;
display: flex;
}

.accordion-list {
background-color: #0000;
width: 100%;
display: block;
position: static;
overflow: hidden;
}

.accordion-list.w--open {
background-color: #0000;
padding-top: 0;
padding-bottom: 20px;
display: block;
}

.accordion-wrapper {
grid-column-gap: 20px;
grid-row-gap: 20px;
width: 100%;
display: flex;
}

.accordion-item {
border: 1px solid var(--dark-gray-50);
border-radius: 20px;
width: 100%;
padding: 20px 30px;
transition: border 0.3s;
position: static;
}

.accordion-item:hover {
border-color: var(--primary);
}

.accordion-icon {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
font-family: "Fa solid 900", sans-serif;
font-size: 17px;
line-height: 24px;
}

.accordion-icon.light {
color: var(--white);
}

.accordion-wrap {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
width: 50%;
display: flex;
}

.accordion-list-content {
margin-top: 0;
margin-bottom: 0;
}

.accordion-list-content.light,
.accordion-title.light {
color: var(--white);
}

.coming-soon-image {
object-fit: cover;
border-radius: 20px;
max-width: 480px;
height: 470px;
}
.grey-paragraph {
color: var(--paragraph-gray);
}

.no-margin {
margin-top: 0;
margin-bottom: 0;
}

.no-margin.text-white {
color: #fff;
text-align: left;
margin-bottom: 10px;
}

.hidden {
display: none;
}
.breadcrumb {
padding-inline: 4px;
/* color: #000; */
}
#bread-crumb-div a {
color: grey;
font-size: 16px;
font-weight: 400;
font-style: Outfit;
}

#bread-crumb-div a:last-of-type {
color: black;
font-size: 16px;
font-weight: 400;
font-style: Outfit;
}

#bread-crumb-div-viewall a {
color: rgb(128, 128, 128);
font-size: 16px;
font-weight: 400;
}
#bread-crumb-div-viewall a:last-of-type {
color: rgb(255, 255, 255);
font-size: 16px;
font-weight: 400;
}
.download-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
border: 1px solid black;
border-radius: 50px;
background-color: white;
cursor: pointer;
padding-block: 10px;
padding-inline: 20px;
}
.breadcrumb-download-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}

/* For Get In Touch ---- */
.cta-container {
position: relative;
border-radius: 12px;
overflow: hidden;
font-family: "Outfit", sans-serif;
margin-block: 20px;
max-width: 1200px;
margin-inline: auto;
}

.cta-container img {
display: block;
width: 100%;
height: auto;
border-radius: 12px;
object-fit: cover;
}

/* Overlay Styling */
.cta-overlay {
position: absolute;
inset: 0;
background-color: rgba(39, 39, 39, 0.4);
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: clamp(20px, 5vw, 60px);
text-align: center;
border-radius: 12px;
}

.cta-overlay h2 {
font-size: clamp(20px, 4vw, 32px);
font-weight: 600;
margin-bottom: 15px;
}

.cta-overlay p {
font-size: clamp(16px, 2.5vw, 20px);
margin-bottom: 25px;
max-width: 90%;
font-weight: 400;
}

/* CTA Button */
.cta-button {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 24px;
border-radius: 11px;
border: 1px solid white;
background-color: rgba(14, 14, 14, 1);
color: white;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
font-size: 16px;
text-decoration: none;
}

.cta-button:hover {
background-color: white;
color: black;
}
/* Default state */
.cta-button .toggle-image {
transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover state */
.cta-button.hover-toggle:hover .toggle-image {
content: url("/images/arrow-left-dark.svg"); /* Replace with the hover image path */
transform: scale(1.1); /* Slightly enlarge the image */
opacity: 0.8; /* Add a hover effect */
}
@media screen and (max-width: 769px) {
.grid-container {
grid-template-columns: 1fr;
gap: 2px;
}
.nav-dropdown-list {
position: sticky;
overflow: auto;
}
.container-core {
max-width: 100%;
padding: 0px 0px;
}
.about-us-div {
flex-direction: column;
gap: 0px;
}
.about-us-text {
width: 100%;
padding: 0px;
}

.about-us-right-img {
width: 100%;
}
.about-us-right-img img {
width: 100%;
/* height: 440px; */
}
.leadership-right-text {
width: 100%;
}
.leadership-team-right {
flex-direction: column;
gap: 16px;
margin-block: 30px;
}
.leadership-team-left {
flex-direction: column-reverse;
gap: 16px;
margin-block: 30px;
}
}

/* Mobile optimization */
@media (max-width: 768px) {
.cta-container img {
height: 350px;
}

.cta-overlay {
padding: 20px;
}

.cta-overlay p {
max-width: 100%;
}

.cta-button {
padding: 10px 18px;
font-size: 14px;
}
}
@media screen and (min-width: 769px) and (max-width: 960px) {
.cta-overlay {
padding: 30px 25px;
}

.cta-overlay h2 {
font-size: 28px;
}

.cta-overlay p {
font-size: 18px;
max-width: 85%;
}

.cta-button {
padding: 10px 22px;
font-size: 15px;
}

.cta-container img {
height: 300px;
object-fit: cover;
}
}

/* site map css  start --->*/
/* CSS */
.sitemap-section {
padding: 40px 20px;
font-family: "Outfit", sans-serif;
}

.sitemap-heading {
background-color: rgba(14, 14, 14, 1);
color: rgba(255, 255, 255, 1) !important;
font-size: 24px;
margin-bottom: 20px;
padding: 16px;
border-radius: 6px;
}

.sitemap-columns {
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: space-between;
}

.sitemap-columns ul {
list-style-type: disc;
padding-left: 20px;
min-width: 150px;
flex: 1;
color: rgba(255, 255, 255, 1) !important;
background-color: white;
}
.sitemap-columns ul li {
color: rgba(255, 255, 255, 1) !important;
}
/* Responsive styles */
@media (max-width: 960px) {
.sitemap-columns {
justify-content: flex-start;
gap: 40px;
}

.sitemap-columns ul {
flex: 1 1 45%;
}
}

@media (max-width: 600px) {
.sitemap-columns {
flex-direction: column;
}

.sitemap-columns ul {
flex: 1 1 100%;
}
}
/* site map css  end --->*/

.contacts-textarea {
border: 1px solid var(--white-50);
color: var(--white);
background-color: #ffffff1a;
border-radius: 30px;
min-width: 100%;
max-width: 100%;
min-height: 200px;
max-height: 100%;
margin-bottom: 30px;
padding: 12px 18px;
font-size: 16px;
}

.contacts-textarea:focus {
border: 1px solid var(--white);
}

.contacts-textarea::placeholder {
color: var(--white-50);
font-size: 16px;
}

.contacts-3-form-wrapper {
background-color: var(--primary-dark);
border: 1px solid #0000;
border-radius: 20px;
width: 100%;
margin-bottom: 0;
/* padding: 40px; */
padding-block: 40px;
padding-inline: 150px;
box-shadow: 0 2px 10px #0003;
}

.contact-3-inputs-wrapper {
grid-column-gap: 15px;
grid-row-gap: 0px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.contacts-3-input {
border: 1px solid var(--white-50);
color: var(--white);
background-color: #ffffff1a;
border-radius: 50px;
height: auto;
margin-bottom: 15px;
margin-right: 15px;
padding: 12px 18px;
font-size: 16px;
transition: all 0.2s;
}

.contacts-3-input:focus {
border: 1px solid var(--white);
color: var(--white);
}

.contacts-3-input::placeholder {
color: var(--white-50);
font-size: 16px;
}

.contacts-3-input.select-input {
color: var(--white-50);
margin-right: 0;
}

.contacts-3-form {
text-align: center;
width: 100%;
height: 100%;
}

.footer-link {
color: var(--primary-dark);
letter-spacing: 0.5px;
/* text-transform: uppercase; */
font-size: 14px;
transition: all 0.3s;
}

.footer-link:hover {
color: var(--text-contrast);
}

.footer-social-icons-wrapper {
grid-column-gap: 30px;
grid-row-gap: 30px;
justify-content: flex-end;
align-items: center;
display: flex;
}

.footer-wrapper {
justify-content: space-between;
width: 100%;
margin-bottom: 60px;
display: flex;
}

.white-text {
color: #fff;
}

.footer-brand-wrapper {
flex-direction: column;
align-items: flex-start;
width: 30%;
display: flex;
}

.footer-brand {
color: #fff;
margin-top: -13px;
margin-bottom: 20px;
}

.footer-brand.w--current {
color: #fff;
padding-left: 0;
font-family: Poppins;
}

.footer-social-icon {
background-color: var(--light-gray);
color: var(--white);
border-radius: 100px;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
font-family: "Fa Brands 400 (6.4.2)", sans-serif;
font-size: 14px;
text-decoration: none;
transition: all 0.3s;
display: flex;
}

.footer-social-icon:hover {
background-color: var(--primary);
color: var(--primary-dark);
}

.footer-links-wrapper {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
display: flex;
}
.footer-bottom-links {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
align-items: center;
width: 100%;
margin-right: 0px;
}
@media (min-width: 750px) {
.footer-bottom-links {
justify-content: flex-end;
margin-right: 75px;
}
}

.search-shop-con {
grid-column-gap: 15px;
grid-row-gap: 15px;
align-items: center;
margin-left: 20px;
display: flex;
}

.search-result-item {
margin-bottom: 30px;
}

.search-link {
margin-bottom: 10px;
font-size: 18px;
transition: all 0.3s;
display: inline-block;
}

.search-link:hover {
opacity: 0.7;
}

.search-input {
border: 1px solid var(--white-50);
color: var(--white);
background-color: #ffffff1a;
border-radius: 50px;
height: auto;
margin-bottom: 0;
padding: 10px 24px;
font-size: 16px;
line-height: 1em;
}

.search-input:focus {
border: 1px solid var(--primary);
color: var(--white);
}

.search-input::placeholder {
color: var(--white-50);
}

.search-result-wrapper {
width: 100%;
margin-bottom: -30px;
}

.footer-logo-wrapper {
flex-direction: column;
align-items: flex-start;
display: flex;
}

.footer-brand-description {
text-align: left;
margin-top: 0;
margin-bottom: 10px;
color: var(--black);
}

.testimonials-card-wrapper {
z-index: 999;
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
align-items: start;
width: 100%;
display: grid;
position: relative;
}

.testimonials-card-item {
grid-column-gap: 30px;
grid-row-gap: 30px;
background-color: var(--primary-light);
border-radius: 20px;
flex-direction: column;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
width: 100%;
height: 100%;
padding: 20px;
display: flex;
position: relative;
}

.dark-gray-style-guide {
background-color: var(--dark-gray);
width: 75px;
height: 75px;
}

.headings-container {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
display: flex;
}

.service-list-item {
position: relative;
}

.overflow-hidden {
overflow: hidden;
}

.style-guide-content-wrapper {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-wrap: nowrap;
margin-top: 20px;
display: flex;
}

.style-guide-content-wrapper.quote-no-space {
margin-bottom: -25px;
}

.about-1-video {
color: var(--primary-dark);
background-image: url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
justify-content: center;
align-items: center;
width: 100%;
min-height: 500px;
margin-left: auto;
margin-right: auto;
display: flex;
position: relative;
}

.about-1-video-wrapper {
grid-column-gap: 60px;
grid-row-gap: 60px;
flex-direction: column;
width: 100%;
display: flex;
}

.about-2-counter-grid {
grid-column-gap: 20px;
grid-row-gap: 16px;
text-align: center;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
place-items: center;
}

.about-2-counter-grid.top-space {
margin-top: 40px;
}

.about-2-counter-item {
padding-left: 10px;
padding-right: 10px;
position: relative;
}

.about-2-counter-number {
color: var(--white);
margin-bottom: 20px;
font-size: 80px;
line-height: 1em;
}

.slide-3 {
max-height: 580px;
}

.about-3-tab-link {
color: var(--white);
background-color: #0000;
flex-direction: column;
align-items: center;
width: 33.33%;
margin-bottom: -12px;
padding-top: 20px;
padding-bottom: 4px;
font-size: 19px;
line-height: 32px;
transition: all 0.3s;
display: flex;
position: relative;
}

.about-3-tab-link.w--current {
color: var(--white);
background-color: #0000;
padding-top: 20px;
padding-bottom: 4px;
font-size: 24px;
}

.portfolio-grid-collection-item {
width: 100%;
position: relative;
overflow: hidden;
box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
color: var(--primary);
background-color: #0000;
padding: 30px;
font-family: Lato, sans-serif;
font-size: 16px;
}

.portfolio-masonry-image-wrapper {
position: relative;
}

.landing-banner-image {
z-index: 2;
max-width: 85%;
margin-left: auto;
margin-right: auto;
position: relative;
}

.landing-performance-grid {
grid-column-gap: 120px;
grid-row-gap: 60px;
width: 100%;
}

.landing-progress-bar-wrapper {
margin-top: 20px;
}

.landing-progress-bar-gray-line {
background-color: var(--primary-light);
border-radius: 10px;
width: 100%;
height: 15px;
}

.landing-progress-bar-95 {
background-color: var(--primary);
border-radius: 10px;
width: 95%;
height: 15px;
margin-top: -15px;
position: relative;
}

.landing-progress-bar-number {
font-size: 18px;
font-weight: 700;
position: absolute;
inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
background-color: var(--primary);
border-radius: 10px;
width: 92%;
height: 15px;
margin-top: -15px;
position: relative;
}

.landing-progress-bar-100 {
background-color: var(--primary);
border-radius: 10px;
width: 100%;
height: 15px;
margin-top: -15px;
position: relative;
}

.landing-progress-bar-88 {
background-color: var(--primary);
border-radius: 10px;
width: 88%;
height: 15px;
margin-top: -15px;
position: relative;
}

.landing-features-grid {
grid-column-gap: 60px;
grid-row-gap: 60px;
text-align: center;
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
border: 1px solid var(--white-50);
color: var(--white);
background-color: #ffffff1a;
border-radius: 8px;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
margin-bottom: 20px;
font-family: "Fa solid 900", sans-serif;
font-size: 20px;
display: flex;
}

.landing-feature-item {
flex-direction: column;
align-items: center;
display: flex;
}

.landing-inner-pages-wrapper {
grid-column-gap: 20px;
grid-row-gap: 40px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
max-width: 1480px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
display: grid;
}

.landing-inner-page-item {
background-color: var(--primary);
text-align: center;
border-radius: 20px;
width: 100%;
padding: 6px;
}

.landing-inner-page-image {
object-fit: cover;
object-position: 50% 0%;
border-radius: 10px;
}

.landing-inner-page-image-wrapper {
border: 1px solid var(--dark-gray-50);
border-radius: 20px;
justify-content: center;
align-items: center;
margin-bottom: 20px;
display: flex;
position: relative;
overflow: hidden;
}

.landing-inner-page-icon {
z-index: 10;
background-color: var(--primary);
color: var(--white);
border-radius: 50%;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
font-family: "Fa solid 900", sans-serif;
font-size: 20px;
display: flex;
position: absolute;
}

.landing-inner-page-overlay {
z-index: 1;
background-color: #fff3;
border-radius: 20px;
position: absolute;
inset: 0%;
}

.landing-banner-title-wrapper {
z-index: 2;
text-align: center;
flex-direction: column;
align-items: center;
max-width: 960px;
margin-bottom: 60px;
display: flex;
position: relative;
}

.nav-dropdown-column {
width: 33%;
}

.landing-home-pages-wrapper {
grid-column-gap: 40px;
grid-row-gap: 50px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
max-width: 1480px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
display: flex;
}

.landing-download-block-wrapper {
background-color: var(--primary);
background-image: url("../../src/app/images/Frame-47.png");
background-position: 0%;
background-repeat: no-repeat;
background-size: contain;
border-radius: 20px;
justify-content: space-between;
align-items: center;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding: 75px 80px 75px 200px;
display: flex;
}

.download-button-icon {
margin-top: 4px;
margin-right: 10px;
font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
margin-bottom: 20px;
}

.play-button-icon {
z-index: 7;
margin-left: 4px;
font-family: "Fa solid 900", sans-serif;
font-size: 20px;
position: relative;
}

.play-button-hover {
z-index: 10;
border: 1px solid var(--white);
border-radius: 50%;
width: 84px;
height: 84px;
transition: all 0.3s;
position: absolute;
transform: scale(0.85);
}

.play-button-hover:hover {
transform: scale(1);
}

.testimonials {
padding-top: 80px;
padding-bottom: 80px;
}

.blog-section-title {
text-align: center;
margin-bottom: 60px;
padding-left: 15px;
padding-right: 15px;
}

.map-wrapper {
position: relative;
}

.map-wrapper.home-page {
width: 100%;
margin-bottom: 60px;
}

.contacts-wrapper-grid {
grid-column-gap: 30px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
padding-left: 30px;
padding-right: 30px;
}

.section-title-center {
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 780px;
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
display: flex;
}

.empty-state {
background-color: var(--primary-light);
border-radius: 20px;
}

.courses-collection {
width: 100%;
}

.home-4-testimonials-wrapper,
.testimonials-wrapper-2 {
grid-column-gap: 30px;
grid-row-gap: 30px;
align-items: stretch;
width: 100%;
margin-top: 10px;
display: flex;
}

.top-banner-button-wrapper {
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: center;
margin-top: 38px;
display: flex;
position: relative;
}

.about-img {
object-fit: cover;
position: absolute;
}

.about-img._1 {
z-index: 2;
width: 350px;
inset: 0% 0% auto 12%;
}

.about-img._5 {
z-index: 4;
width: 350px;
inset: 60% 0% auto 24%;
}

.about-img._3 {
z-index: 1;
width: 300px;
inset: 19% 4% 0% auto;
}

.about-img._4 {
z-index: 5;
width: 220px;
inset: 47% 30% 0% 50%;
}

.about-img._2 {
z-index: 3;
width: 300px;
inset: 31% auto 0% 2%;
}

.subtitle {
border-bottom: 2px solid #80808026;
margin-bottom: 30px;
margin-right: 0;
padding-bottom: 4px;
display: inline-block;
}

.our-services-wrap {
grid-row-gap: 20px;
flex-direction: column;
align-items: center;
width: 33.33%;
display: flex;
}

.central-alignment-heaading {
text-align: center;
margin-bottom: 75px;
}

.heading-wrapper {
margin-top: 40px;
margin-bottom: 30px;
}

.content-wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
width: 190px;
display: flex;
}

.content {
border-radius: 5px;
margin-bottom: 30px;
margin-left: 15px;
margin-right: 15px;
}

.industries-block-wrapper {
background-color: #0000;
border-radius: 12px;
flex-direction: column;
justify-content: space-around;
width: 100%;
max-width: 35vw;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
display: flex;
position: relative;
}

.industries-block-wrapper:hover {
box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
text-align: center;
flex-direction: column;
align-items: center;
width: 31%;
position: relative;
}

.about-4-team-slide {
width: 23%;
margin-right: 30px;
}

.about-6-projects-item {
text-align: center;
object-fit: cover;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 370px;
display: flex;
position: relative;
overflow: hidden;
}

.section-with-blue-bg {
background-color: var(--primary);
justify-content: center;
display: flex;
}

.search {
grid-column-gap: 15px;
grid-row-gap: 20px;
width: 100%;
margin-top: 20px;
margin-bottom: 0;
display: flex;
}

.subtitle-2 {
color: #fc8e44;
border-bottom: 2px solid #80808026;
margin-bottom: 30px;
margin-right: 0;
padding-bottom: 4px;
display: inline-block;
}

.dropdown-nav-link {
color: #999;
margin-left: -20px;
padding: 5px 0;
font-family: Poppins;
transition: color 0.2s;
display: flex;
}

.dropdown-nav-link:hover,
.dropdown-nav-link.w--current {
color: #004ae2;
}

.gallery-image-link {
justify-content: center;
align-items: center;
display: flex;
position: relative;
overflow: hidden;
}

.index9-gallery-img-link {
justify-content: center;
display: flex;
position: relative;
overflow: hidden;
}

.menu-wrap {
align-items: center;
display: flex;
}

.home-banner-left-arrow {
align-items: center;
height: 40px;
display: flex;
inset: 0% auto 0% 2%;
}

.home-23-team-item {
width: 33%;
}

.center-title {
flex-direction: column;
justify-content: center;
align-items: center;
display: flex;
}

.brand-tablet {
display: none;
}

.paragraph-gray-style-guide {
background-color: var(--paragraph-gray);
width: 75px;
height: 75px;
}

.style-guide-subtitle {
margin-bottom: 20px;
}

.details-page-title {
font-size: 60px;
}

.details-page-title.center-white {
color: var(--white);
text-align: center;
}

.footer-rights-wrapper {
grid-column-gap: 5px;
flex-wrap: wrap;
display: flex;
}

.position-relative {
position: relative;
}

.coming-soon-form-main {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: wrap;
display: flex;
}

.success-message {
border: 1px solid var(--white-50);
color: var(--white);
text-align: center;
background-color: #ffffff1a;
border-radius: 20px;
}

.success-message.dark {
border-color: var(--dark-gray-50);
color: var(--primary-dark);
}

.error-message {
color: var(--primary);
text-align: center;
background-color: #0000;
padding: 0;
}

.error-message.text-white {
color: var(--white);
}

.typography-hero-wrapper {
grid-row-gap: 60px;
flex-direction: column;
justify-content: space-between;
margin-top: 40px;
display: flex;
}

.section-purchase {
padding: 80px 15px;
position: relative;
}

.footer-licensing-link {
color: var(--text-contrast);
font-size: 14px;
}

.footer-licensing-link:hover {
color: var(--primary-dark);
}

.button-wrapper-sg {
justify-content: flex-start;
align-items: center;
margin-top: 20px;
display: flex;
}

.links-footer {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: flex-start;
align-items: stretch;
display: flex;
}

.column-one-home-two {
background-color: #fff;
border-radius: 20px;
flex-direction: column;
justify-content: space-between;
width: 50%;
padding: 20px;
display: flex;
position: relative;
}

.slide-testimonials {
width: 100%;
}

.testimonials-texts {
margin-top: 10px;
margin-bottom: 10px;
font-size: 26px;
font-weight: 500;
line-height: 1.4em;
}

.section-title-with-space {
margin-top: 0;
margin-bottom: 20px;
}

.section-title-with-space.no-bottom {
margin-bottom: 0;
}

.section-title-with-space.text-white {
text-align: left;
margin-top: 10px;
}

.testimonials-slider-mask-style {
width: 100%;
overflow: visible;
}

.display-flex-horizontal-gap {
grid-column-gap: 10px;
align-items: center;
width: 100%;
display: flex;
}

.display-flex-horizontal-gap.margin-top-medium {
margin-top: 60px;
}

.display-flex-horizontal-gap.with-divider {
border-top: 1px solid var(--dark-gray-50);
padding-top: 20px;
}

.home-two-main-font {
margin-top: 0;
margin-bottom: 0;
}

.column-two-home-two {
flex-direction: column;
align-items: flex-start;
width: 50%;
display: flex;
}

.slide-arrow {
background-color: var(--primary);
transform: scale3d(1none, 1none, 1none);
transform-style: preserve-3d;
border-radius: 50px;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
transition: transform 0.5s;
display: flex;
top: auto;
bottom: 0%;
right: 0%;
}

.slide-arrow:hover {
transform: scale(0.96);
}

.slide-arrow.left {
display: none;
left: auto;
right: 110px;
}

.testimonials-slider-style {
background-color: #0000;
justify-content: flex-end;
align-items: flex-end;
width: 100%;
height: auto;
padding-bottom: 0;
display: flex;
overflow: hidden;
}

.image-testimonials {
object-fit: cover;
object-position: 50% 0%;
border-radius: 50%;
width: 60px;
height: 60px;
margin-right: 10px;
display: block;
}

.two-column-wrapper {
z-index: 999;
grid-column-gap: 60px;
grid-row-gap: 40px;
flex-direction: row;
justify-content: center;
align-items: flex-start;
width: 100%;
/* height: 100%; */
display: flex;
position: relative;
}
.card-height {
height: 350px;
justify-content: center;
}

.two-column-wrapper.wrapped-light-home-two {
background-color: var(--primary);
border-radius: 20px;
justify-content: center;
align-items: center;
padding: 60px 40px;
}

.two-column-wrapper.wrapped-image-cta {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/ilgmyzin-0gPydmQhnzY-unsplash-2_1ilgmyzin-0gPydmQhnzY-unsplash (2).webp");
background-position: 0 0, 0 0, 50%;
background-size: auto, auto, cover;
border-radius: 20px;
justify-content: space-between;
align-items: center;
padding: 60px 40px;
}

.two-column-wrapper.wrapped-image-cta-small {
grid-row-gap: 0px;
text-align: center;
background-position: 0 0, 0 0, 50%;
background-size: auto, auto, cover;
border-radius: 20px;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
padding: 40px 40px 40px 40px;
}
.industry-img-1 {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
}
.industry-img-2 {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
}
.industry-img-3 {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
}
.industry-img-4 {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
}
.industry-img-5 {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
}
.industry-img-6 {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
}

.two-column-wrapper.small-space {
grid-column-gap: 21px;
grid-row-gap: 21px;
grid-template-rows: auto;
grid-template-columns: minmax(40px, 1fr) minmax(40px, 1fr);
grid-auto-columns: 1fr;
align-items: stretch;
display: grid;
}

.two-column-wrapper.stretch {
align-items: stretch;
}

.two-column-wrapper.wrapped-light-featured-item {
grid-column-gap: 30px;
background-color: var(--primary);
border-radius: 20px;
justify-content: center;
align-items: center;
margin-bottom: 30px;
overflow: hidden;
}

.two-column-wrapper.grid-style {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
align-items: stretch;
display: grid;
}

.two-column-wrapper.wrapped-image-cta-small-services {
grid-row-gap: 0px;
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash_1alexander-park-LAk7vroTiTU-unsplash.avif");
text-align: center;
background-position: 0 0, 0 0, 50%;
background-size: auto, auto, cover;
border-radius: 20px;
flex-flow: column;
justify-content: flex-end;
align-items: center;
padding: 40px 240px;
}

.testimonial-name {
margin-top: 0;
margin-bottom: 0;
line-height: 1.4em;
}

.home-banner-title-wrapp {
text-align: center;
flex-flow: column;
justify-content: flex-end;
align-items: center;
max-width: 820px;
margin-left: auto;
margin-right: auto;
display: flex;
}

.heading-home-white {
color: #fff;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 25px;
font-weight: 400;
line-height: 1.1em;
}

.button-wrapper-main {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: wrap;
align-items: center;
margin-top: 40px;
display: flex;
}

.button-wrapper-main.center {
justify-content: center;
}

.button-wrapper-main.solo-side-button-style {
justify-content: flex-end;
align-items: center;
margin-top: 0;
}

.button-wrapper-main.smaller-space {
margin-top: 30px;
}

.banner-gallery {
z-index: 1;
grid-column-gap: 20px;
grid-row-gap: 20px;
text-align: center;
grid-template-rows: minmax(auto, 1fr) auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
place-items: center;
margin-top: 60px;
padding-left: 15px;
padding-right: 15px;
display: grid;
position: relative;
}

.home-banner-section {
background-color: var(--primary-dark);
flex-direction: column;
justify-content: space-between;
height: 100%;
min-height: 740px;
padding-top: 140px;
padding-bottom: 80px;
display: flex;
position: relative;
overflow: hidden;
}

.home-banner-section.bottom-extra {
background-image: radial-gradient(circle at 50% 0, #9588e81a, #0000 25%);
padding-bottom: 120px;
}

.avatars-wrapper {
flex-direction: row;
display: flex;
}

.banner-main-wrapper {
z-index: 1;
grid-column-gap: 30px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
display: grid;
position: relative;
}

.paragraph-banner {
color: #fff;
max-width: 620px;
margin-top: 0;
margin-bottom: 0;
}

.image-banner-gallery {
object-fit: cover;
border-radius: 400px;
width: 220px;
height: 220px;
box-shadow: 0 10px 20px #9588e81a;
}

.image-banner-gallery.mid {
width: 160px;
height: 160px;
}

.image-banner-gallery.small {
width: 120px;
height: 120px;
}

.step-cards {
border: 1px solid var(--dark-gray-50);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
border-radius: 20px;
flex-flow: column;
margin-bottom: 20px;
padding: 30px;
display: flex;
position: relative;
}

.step-cards.featured {
border-color: var(--white-50);
background-color: #ffffff26;
margin-bottom: 0;
}

.step-cards.no-space {
margin-bottom: 0;
}

.icon-features-home-three {
background-color: var(--primary);
border-radius: 10px;
width: 42px;
height: 42px;
margin-bottom: 20px;
padding: 10px;
}

.icon-features-home-three.featured {
background-color: var(--black);
filter: invert();
}

.cards-wrapper {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.heading-steps {
margin-top: 0;
margin-bottom: 20px;
}

.heading-steps.featured {
color: var(--white);
}

.section-two-side-title-wrapp {
z-index: 999;
grid-column-gap: 60px;
flex-flow: wrap;
justify-content: space-between;
align-items: center;
width: 100%;
margin-bottom: 60px;
display: flex;
position: relative;
}

.section-two-side-title-wrapp.info-style {
flex-flow: row;
justify-content: center;
align-items: center;
}

.column-one {
width: 50%;
height: 100%;
position: relative;
}

.column-one.smaller {
width: 35%;
}

.column-two {
width: 50%;
height: 100%;
}

.column-two.auto {
height: auto;
}

.column-two.bigger {
width: 65%;
}

.cta-loop {
z-index: 999;
background-color: var(--primary-dark);
padding-top: 20px;
padding-bottom: 20px;
position: relative;
overflow: hidden;
}

.cta-loop-wrapper {
grid-column-gap: 80px;
flex-direction: row;
justify-content: flex-start;
align-items: center;
width: 100%;
display: flex;
}

.cta-loop-item-wrapper {
grid-column-gap: 40px;
flex-direction: row;
flex: none;
justify-content: flex-start;
align-items: center;
display: flex;
}

.cta-loop-text {
color: #fff;
text-transform: uppercase;
font-size: 30px;
line-height: 1em;
}

.cta-icon {
object-fit: contain;
width: 40px;
height: 40px;
}

.client-logo-wrapper {
width: 13%;
transition: opacity 0.2s;
}

.client-logo-wrapper:hover {
opacity: 0.7;
}

.client-logo {
object-fit: contain;
max-width: 50%;
}

.clients-wrapper {
grid-column-gap: 40px;
grid-row-gap: 30px;
border: 1px solid #0000;
flex-flow: wrap;
justify-content: space-between;
width: 100%;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding: 40px 20px;
display: flex;
}

.image-gallery-row {
z-index: 0;
object-fit: cover;
border-radius: 20px;
width: 200px;
height: 300px;
transition: transform 0.5s;
position: relative;
transform: rotate(-4deg);
}

.image-gallery-row:hover {
transform: skew(2deg) rotate(-4deg);
}

.image-gallery-row.three {
z-index: 300;
height: 280px;
position: relative;
transform: rotate(-10deg);
}

.image-gallery-row.three:hover {
transform: skew(-1deg, 3deg) rotate(-10deg);
}

.image-gallery-row.two {
z-index: 200;
height: 280px;
position: relative;
top: 10px;
transform: rotate(-3deg);
}

.image-gallery-row.two:hover {
transform: skew(-2deg, 3deg) rotate(-3deg);
}

.image-gallery-row.one {
z-index: 100;
height: 280px;
position: relative;
top: 20px;
transform: rotate(8deg);
}

.image-gallery-row.one:hover {
transform: skew(1deg, -4deg) rotate(8deg);
}

.image-gallery-row.four {
z-index: 400;
height: 280px;
position: relative;
top: 20px;
transform: rotate(8deg);
}

.image-gallery-row.four:hover {
transform: skew(-3deg) rotate(8deg);
}

.images-gallery-wrapp {
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
padding-top: 10px;
padding-bottom: 24px;
display: flex;
position: relative;
}

.pricing-plan-price-main {
color: var(--primary);
font-size: 56px;
}

.pricing-plan-price-main.center-style {
color: #fff;
}

.pricing-plans-wrapper-main {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
width: 100%;
display: grid;
}

.pricing-plans-wrapper-main.in-banner {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}

.text-white-3 {
color: #fff;
}

.pricing-plan-list-main {
grid-row-gap: 10px;
color: #475467;
margin-top: 0;
margin-bottom: 0;
}

.pricing-plan-list-main.center-style {
color: #fff;
background-color: #fff;
}

.pricing-discount-tag {
background-color: var(--white);
color: var(--primary-dark);
border-radius: 50px;
padding: 8px 14px;
position: absolute;
inset: 40px 16px auto auto;
}

.pricing-plan-item-main {
border: 1px solid var(--dark-gray-50);
background-color: #fff;
border-radius: 20px;
flex-direction: column;
align-items: flex-start;
padding: 50px 20px 20px;
display: flex;
position: relative;
}

.pricing-plan-item-main.center-style {
border-color: var(--primary);
background-color: var(--primary);
}

.pricing-plan-item-main.outline {
background-color: #fff0;
}

.pricing-list-wrapper {
grid-row-gap: 20px;
background-color: var(--primary-light);
border-radius: 20px;
flex-direction: column;
align-items: flex-start;
width: 100%;
margin-top: 40px;
padding: 20px;
display: flex;
}

.pricing-list-wrapper.center-style {
border: 1px solid var(--white-50);
background-color: #ffffff26;
}

.works-info-wrapper {
border-bottom: 1px solid var(--dark-gray-50);
grid-template-rows: auto;
grid-template-columns: 2.75fr 1.5fr 0.5fr;
grid-auto-columns: 1fr;
margin-left: 0;
margin-right: 0;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
display: grid;
}

.paragraph-large-service {
color: var(--white);
font-size: 35px;
}

.works-collection {
width: 100%;
}

.works-collection.main-wrapper {
margin-top: -50px;
}

.heading-3-style-small {
color: var(--white);
letter-spacing: -1.5px;
font-weight: 400;
transition: color 0.3s;
}

.photo-item {
justify-content: center;
align-items: center;
width: 340px;
height: 220px;
display: flex;
left: -18em;
position: absolute;
transform: rotate(10deg);
transform-origin: center; /* Add this to set rotation point */
transition: transform 0.3s ease; /* Add smooth transition */
will-change: transform; /* Optimize for transform animations */
}

.our-work-content-wrapper {
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-rows: auto auto auto auto 0.25fr;
grid-template-columns: 469px 2fr 2fr 0.75fr;
grid-auto-columns: 1fr;
position: relative; /* Add this to establish positioning context */
}

.photo-projects {
justify-content: center;
align-items: flex-end;
width: 50%;
padding-bottom: 40px;
display: flex;
position: absolute;
inset: 0% 0% 0% auto;
z-index: 1; /* Add z-index to control stacking */
pointer-events: none; /* Prevent click events from affecting layout */
}

/* Add hover state for photo-item */
.photo-item:hover {
transform: rotate(10deg) scale(1.02); /* Slight scale on hover */
}

.works-content {
grid-column-gap: 0px;
grid-row-gap: 0px;
color: var(--paragraph-gray);
grid-template-rows: auto;
grid-template-columns: 2.75fr 1.5fr 0.1fr;
grid-auto-columns: 1fr;
padding: 50px 20px;
display: grid;
position: relative;
}

.works-info {
/* color: var(--white); */
text-align: right;
margin-top: 0;
margin-bottom: 0;
}

.works-content-wrapper {
grid-column-gap: 16px;
grid-row-gap: 0px;
border-bottom: 1px solid var(--dark-gray-50);
grid-template-rows: auto;
grid-template-columns: 1.75fr 1fr 1fr 0.25fr;
grid-auto-columns: 1fr;
margin-left: 0;
margin-right: 0;
position: relative;
}

.work-hero-photo {
object-fit: cover;
background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
background-position: 50%;
background-size: cover;
border-radius: 20px;
width: 100%;
height: 100%;
position: absolute;
inset: auto 0% 0%;
}
@keyframes slideInLeft {
0% {
transform: translateX(-100%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}

@keyframes slideInRight {
0% {
transform: translateX(100%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}

.slide-heading-left {
animation: slideInLeft 1.5s ease-out;
}

.slide-heading-right {
animation: slideInRight 1.5s ease-out;
}

.works-projects-list {
width: 100%;
}

.works-hero-item {
grid-column-gap: 16px;
grid-row-gap: 0px;
grid-template-rows: auto;
grid-template-columns: 1.75fr 1fr 1fr 0.25fr;
grid-auto-columns: 1fr;
padding-top: 0;
}

.card-featured {
background-color: var(--primary);
border-radius: 20px;
margin-top: 20px;
padding: 30px 10px 10px;
transition: background-color 0.3s;
position: relative;
}

.card-featured:hover {
background-color: var(--primary-dark);
}

.featured-paragraph {
color: var(--white);
margin-top: 0;
margin-bottom: 0;
}

.dots-wrapper {
grid-column-gap: 4px;
grid-row-gap: 4px;
flex-flow: row;
margin-top: 15px;
margin-left: 20px;
display: flex;
position: absolute;
inset: 0% auto auto 0%;
}

.dot {
background-color: var(--white);
border-radius: 100px;
width: 4px;
height: 4px;
}

.service-title-wrapper {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: row;
display: flex;
}

.service-number {
color: var(--white);
font-size: 20px;
line-height: 1em;
}

.image-cta-column {
flex-direction: column;
align-items: flex-start;
width: 80%;
display: flex;
}

.cta-video {
color: var(--primary-dark);
background-image: url("../../src/app/images/polina-kondrashova-6aFNA-Miw-w-unsplash-1_1polina-kondrashova-6aFNA-Miw-w-unsplash (1).webp");
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 500px;
flex: none;
justify-content: center;
align-items: center;
width: 300px;
height: 300px;
display: flex;
}

.heading-image-cta {
color: var(--white);
text-transform: uppercase;
margin-top: 0;
margin-bottom: 20px;
}

.slide-arrow-bg {
border: 1px solid var(--primary);
transform: scale3d(1none, 1none, 1none);
transform-style: preserve-3d;
border-radius: 50px;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
transition: transform 0.5s;
display: flex;
position: absolute;
inset: auto 40px 20px auto;
}

.slide-arrow-bg:hover {
transform: scale(0.96);
}

.slide-arrow-bg-two {
border: 1px solid var(--primary);
opacity: 0.5;
border-radius: 50px;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
display: flex;
position: absolute;
inset: auto 66px 20px auto;
}

.slide-arrow-bg-two:hover {
transform: scale(0.96);
}

.slide-arrow-bg-three {
border: 1px solid var(--primary);
opacity: 0.3;
border-radius: 50px;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
display: flex;
position: absolute;
inset: auto 88px 20px auto;
}

.slide-arrow-bg-three:hover {
transform: scale(0.96);
}

.arrow-button {
border: 1px solid var(--dark-gray-50);
transform: scale3d(1none, 1none, 1none);
transform-style: preserve-3d;
border-radius: 50px;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
transition: border 0.2s, transform 0.5s;
display: flex;
top: auto;
bottom: 0%;
right: 0%;
}

.arrow-button:hover {
border-color: var(--primary);
transform: scale(0.96);
}

.icon-service-home {
z-index: 999;
background-color: var(--primary-light);
border-radius: 10px;
width: 52px;
height: 52px;
padding: 10px;
position: relative;
/* margin-left: 20px; */
}

.icon-service-home.bottom-space {
margin-bottom: 20px;
}

.image-bg-banner {
width: 21%;
min-width: 130px;
position: absolute;
inset: 10% auto auto 0%;
}

.image-bg-banner-two {
width: 31%;
min-width: 130px;
position: absolute;
inset: 15% 0% auto auto;
}

.nav-button-wrap {
display: none;
}

.collection-list-wrapper-nav {
width: 100%;
}

.banner-tags {
border: 1px solid var(--dark-gray-50);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
color: var(--white);
background-color: #00000080;
background-image: url("../../src/app/images/Asset-266x.png");
background-position: 10px;
background-repeat: no-repeat;
background-size: 10px;
border-radius: 50px;
padding: 6px 10px 6px 28px;
font-size: 14px;
line-height: 1em;
}

.banner-tags.first {
transform: rotate(-6deg);
}

.banner-tags.two {
transform: rotate(8deg);
}

.banner-tags.three {
transform: rotate(-10deg);
}

.banner-tags.four {
transform: rotate(10deg);
}

.banner-tag-wrapp {
z-index: 2;
position: absolute;
top: 38%;
left: 8%;
}

.banner-tag-wrapp.two {
top: auto;
bottom: 18%;
left: 34%;
}

.banner-tag-wrapp.three {
top: 35%;
left: auto;
right: 28%;
}

.banner-tag-wrapp.three-copy {
inset: auto 9% 8% auto;
}

.span-outline {
border: 1px solid var(--primary);
background-image: linear-gradient(185deg, #9588e833, #fff0 65%);
border-radius: 50px;
padding: 2px 16px;
display: inline-block;
}

.heading-home-dark {
letter-spacing: 0.2px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 20px;
font-size: 68px;
font-weight: 400;
line-height: 1.1em;
}

.heading-home-dark.outline {
border: 1px solid var(--primary);
border-radius: 50px;
margin-left: auto;
padding: 15px 20px;
}

.heading-home-dark.last {
margin-bottom: 0;
}

.banner-two-column-wrapper {
z-index: 999;
grid-column-gap: 60px;
grid-row-gap: 40px;
flex-flow: column;
justify-content: center;
align-items: stretch;
width: 100%;
max-width: 1200px;
height: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
display: flex;
position: relative;
}

.home-banner-section-two {
z-index: 1;
background-color: var(--white);
background-image: linear-gradient(191deg, #9588e833, #fff0 32%);
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
flex-direction: column;
justify-content: space-between;
height: 100%;
margin-bottom: -40px;
padding-top: 140px;
padding-bottom: 80px;
display: flex;
position: relative;
overflow: hidden;
}

.column-one-banner {
flex-flow: column;
width: 80%;
min-width: 740px;
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
position: relative;
}

.column-one-banner.service-details {
text-align: center;
align-items: center;
justify-content: center;
width: 100%;
}
.column-two-banner {
width: 100%;
height: auto;
}

.span-icon {
color: #0e0e0e00;
background-image: url("../../src/app/images/Asset-266x.png");
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
width: 50px;
display: inline-block;
}

.span-icon.arrow {
background-image: url("../../src/app/images/right-arrow-slim-d.svg");
width: 60px;
}

.inform-block-banner {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-top: 1px solid var(--dark-gray-50);
flex-flow: wrap;
justify-content: center;
align-items: flex-start;
width: 100%;
max-width: 1200px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
display: flex;
}

.inform-row {
grid-column-gap: 10px;
border: 1px solid var(--dark-gray-50);
border-radius: 50px;
justify-content: flex-start;
align-items: center;
padding: 6px 15px;
display: flex;
}

.banner-icons {
width: 18px;
height: 18px;
}

.small-text {
font-size: 16px;
line-height: 1.4em;
}

.plus {
color: var(--primary);
font-size: 40px;
line-height: 25px;
}

.plus-wrapper {
justify-content: center;
align-items: flex-start;
margin-left: auto;
margin-right: auto;
display: flex;
}

.collection-list-service {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.collection-list-service._4-items {
grid-template-rows: auto;
}

.services-cards {
border: 1px solid var(--dark-gray-50);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
border-radius: 20px;
flex-flow: column;
height: 100%;
padding: 30px;
transition: border 0.3s;
display: flex;
position: relative;
}

.services-cards:hover {
border-color: var(--primary);
}

.heading-services {
color: var(--primary-dark);
margin-top: 0;
margin-bottom: 20px;
font-size: 36px;
font-weight: 400;
transition: color 0.3s;
}

.heading-services:hover {
color: var(--primary);
}

.collection-item {
flex-flow: column;
height: 100%;
display: flex;
}

.home-banner-section-three {
background-image: linear-gradient(#00000059, #0000 78%),
linear-gradient(#00000040, #00000040),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
background-position: 0 0, 0 0, 50% 70%;
background-size: auto, auto, cover;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
min-height: 740px;
display: flex;
position: relative;
overflow: hidden;
}

.home-banner-content {
grid-column-gap: 60px;
flex-direction: row;
align-items: flex-end;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 160px 15px 100px;
display: flex;
}

.home-baner-content-columns {
grid-row-gap: 20px;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
width: 55%;
height: 100%;
display: flex;
}

.home-baner-content-columns.right {
width: 45%;
}

.banner-3-home-title {
color: #fff;
width: 100%;
margin-top: 0;
margin-bottom: 20px;
}

.clients-pics-wrapp-two {
grid-column-gap: 20px;
grid-row-gap: 20px;
border: 1px solid var(--primary);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background-color: #0e0e0e33;
border-radius: 50px;
flex-flow: row;
justify-content: flex-start;
align-items: center;
width: auto;
margin-bottom: 40px;
padding: 8px 14px;
display: flex;
}

.clients-pics-wrapp-two.no-space {
margin-bottom: 0;
}

.avatars-image-two {
object-fit: cover;
border-radius: 100px;
width: 30px;
height: 30px;
margin-right: -6px;
}

.avatars-image-two.last-item {
margin-right: 0;
}

.banner-info-three {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
display: flex;
}

.column-one-home-three {
border: 1px solid var(--primary);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background-color: #0e0e0e4d;
border-radius: 20px;
flex-direction: column;
justify-content: space-between;
padding: 20px;
display: flex;
position: relative;
}

.blog-name {
color: var(--primary-dark);
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
font-weight: 400;
}

.blog-name:hover {
color: var(--primary);
}

.blog-name.light {
color: var(--white);
}

.blog-name.light:hover {
color: var(--primary);
}

.banner-link {
z-index: 100;
-webkit-text-fill-color: inherit;
background-image: none;
background-clip: border-box;
}

.div-scroll-down {
z-index: 11;
opacity: 0.4;
flex-direction: column;
justify-content: center;
align-self: end;
align-items: center;
width: auto;
margin-bottom: 80px;
transition: opacity 0.3s;
display: flex;
position: relative;
}

.div-scroll-down:hover {
opacity: 1;
}

.small-banner-text {
z-index: 100;
color: #ffffff80;
letter-spacing: 4px;
text-transform: uppercase;
margin-bottom: 10px;
font-size: 12px;
position: relative;
}

.hero-scroll-conteiner {
border: 1px solid #fff;
border-radius: 100px;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 28px;
height: 48px;
margin-top: 5px;
padding-top: 10px;
display: flex;
}

.scroll-circle {
background-color: #fff;
border-radius: 100px;
width: 8px;
height: 8px;
}

.spacing {
margin-top: 20px;
margin-bottom: 60px;
}

.text-content-left {
flex: none;
width: 100%;
max-width: 500px;
}

.row-horizontal {
grid-column-gap: 40px;
grid-row-gap: 40px;
border-bottom: 1px solid var(--dark-gray-50);
margin-bottom: 30px;
padding-bottom: 30px;
display: flex;
}

.row-horizontal.last {
border-bottom-style: none;
margin-bottom: 0;
padding-bottom: 0;
}

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

.image-cover.border {
border-radius: 30px;
}

.image-right {
flex-flow: column;
width: 100%;
margin-left: 48px;
display: flex;
position: sticky;
top: 120px;
}

.right-text {
grid-row-gap: 15px;
flex-direction: column;
display: flex;
}

.banner-tags-three {
border: 1px solid var(--dark-gray-50);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
color: var(--white);
background-color: #00000080;
background-image: url("../../src/app/images/Asset-266x.png");
background-position: 10px;
background-repeat: no-repeat;
background-size: 10px;
border-radius: 50px;
padding: 6px 10px 6px 28px;
font-size: 14px;
line-height: 1em;
position: absolute;
}

.banner-tags-three.first {
bottom: 36%;
left: 10%;
transform: rotate(-6deg);
}

.banner-tags-three.two {
top: 15%;
right: 10%;
transform: rotate(8deg);
}

.banner-tags-three.three {
inset: auto auto 16% 26%;
transform: rotate(-10deg);
}

.banner-tags-three.four {
inset: auto 10% 43% auto;
transform: rotate(10deg);
}

.item-info-service-small {
background-color: var(--primary);
border-radius: 20px;
/* height: 100%; */
height: 500px;
position: relative;
overflow: hidden;
}

.info-service-small {
z-index: 1;
background-image: linear-gradient(180deg, #0000, #323232 58%, var(--black));
height: 100%;
padding: 200px 40px 40px;
position: relative;
}

.image {
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
inset: 0%;
}

.info-service {
z-index: 1;
background-image: linear-gradient(180deg, #0000, var(--primary));
padding: 40px;
position: relative;
}

.image-2 {
object-fit: cover;
width: 100%;
height: 100%;
max-height: 420px;
}

.service-link-big {
color: var(--white);
margin-bottom: 20px;
font-size: 48px;
font-weight: 400;
display: inline-block;
}

.service-collection-list-wrapper,
.collection-item-2-services {
width: 100%;
}

.service-link {
color: var(--white);
margin-bottom: 20px;
font-size: 36px;
font-weight: 400;
display: inline-block;
}

.pricing-wrapper {
background-color: var(--primary-dark);
border-radius: 20px;
padding: 40px;
}

.banner-section-white-round {
z-index: 1;
background-color: var(--black);
background-image: linear-gradient(191deg, #9588e833, #fff0 32%);
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
flex-direction: column;
justify-content: space-between;
height: 100%;
margin-bottom: -40px;
padding-top: 140px;
padding-bottom: 80px;
display: flex;
position: relative;
overflow: hidden;
}

.banner-image {
filter: contrast(95%) brightness(50%);
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
inset: 0%;
}

.card-why-us {
border: 1px solid #8f9aae66;
border-radius: 20px;
padding: 20px;
box-shadow: 0 4px 40px #0003;
}

.why-us-wrapper {
grid-column-gap: 30px;
justify-content: space-between;
align-items: stretch;
}

.features-title {
color: var(--white);
margin-top: 15px;
margin-bottom: 20px;
}

.why-us-image-right {
background-image: linear-gradient(#0000, #00173f66),
url("../../src/app/images/pexels-michelangelo-buonarroti-8728382_1pexels-michelangelo-buonarroti-8728382.webp");
background-position: 0 0, 50% 20%;
background-size: auto, cover;
border-radius: 20px;
justify-content: flex-start;
align-items: flex-end;
width: 50%;
padding-bottom: 40px;
padding-left: 40px;
padding-right: 20px;
display: flex;
overflow: hidden;
}

.steps-wrapp {
background-color: var(--primary);
color: #fff;
text-align: center;
border-radius: 8px;
min-width: 50px;
margin-bottom: 10px;
padding: 15px;
font-size: 18px;
}

.features-top {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
display: flex;
}

.light-heading {
color: #f8fbfe;
}

.cards-wrap {
grid-row-gap: 30px;
flex-flow: column;
width: 50%;
display: flex;
}

.column-image-xlarge {
object-fit: cover;
border-radius: 20px;
width: 100%;
height: 100%;
}
.column-image-xlarges {
object-fit: cover;
border-radius: 20px;
width: 100%;
height: 100%;
}
.column-wrapper-xmedium {
width: 46%;
}

.column-wrapper-medium {
width: 56%;
}

.column-image-small-wrapper {
height: 330px;
margin-bottom: 30px;
position: relative;
}

.column-image-small {
object-fit: cover;
border-radius: 20px;
width: 100%;
height: 100%;
}

.display-flex-horizontal {
width: 100%;
display: flex;
}

.display-flex-horizontal.large-space {
grid-column-gap: 80px;
}

.banner-section-white-no-bottom {
z-index: 1;
background-color: var(--white);
background-image: linear-gradient(191deg, #9588e833, #fff0 32%);
flex-direction: column;
justify-content: space-between;
align-items: stretch;
height: 100%;
padding-top: 140px;
padding-bottom: 0;
display: flex;
position: relative;
}

.image-bg-banner-service {
width: 18%;
min-width: 130px;
position: absolute;
inset: auto auto 0% 0%;
}

.image-bg-banner-two-service {
width: 24%;
min-width: 130px;
position: absolute;
inset: auto 0% 0% auto;
}
.home-banner-section-two-copy {
position: relative;
min-height: 400px; /* Adjust height as needed */
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
overflow: hidden;
}

.banner-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}

.banner-two-column-wrapper {
position: relative;
z-index: 2;
text-align: center;
color: white;
}

/* Optional: Overlay effect */
.home-banner-section-two-copy::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Adjust opacity for better readability */
z-index: 1;
}

.banner-title {
font-size: 3.5rem;
font-weight: bold;
}
.banner-title-about {
font-size: 50px;
font-weight: 500;
color: var(--white);
text-align: center;
}

.banner-description {
font-size: 1.2rem;
}
.home-banner-section-two-copy {
z-index: 2;
background-color: var(--primary-dark);
background-image: linear-gradient(191deg, #9588e833, #fff0 32%);
flex-direction: column;
justify-content: space-between;
height: 100%;
margin-bottom: -40px;
padding-top: 140px;
padding-bottom: 80px;
display: flex;
position: relative;
overflow: hidden;
}

.service-category-block-banner {
grid-column-gap: 20px;
grid-row-gap: 20px;
border-top: 1px solid var(--dark-gray-50);
flex-flow: wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
max-width: 1200px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
display: flex;
}

.service-name-wrapper {
grid-column-gap: 25px;
grid-row-gap: 20px;
flex-flow: wrap;
justify-content: flex-start;
align-items: center;
display: flex;
}

.heading-services-white-smaller {
color: var(--white);
margin-top: 0;
margin-bottom: 20px;
font-size: 24px;
font-weight: 400;
transition: color 0.3s;
}

.heading-services-white-smaller:hover {
color: var(--primary);
}

.collection-list {
grid-column-gap: 20px;
grid-row-gap: 20px;
display: flex;
}

.service-category-link {
grid-column-gap: 10px;
border: 1px solid var(--dark-gray-50);
color: var(--white);
border-radius: 50px;
justify-content: flex-start;
align-items: center;
padding: 6px 15px;
font-size: 16px;
line-height: 1.4em;
display: flex;
}

.service-category-link:hover {
border-color: var(--primary);
color: var(--primary);
}

.icon-service {
z-index: 999;
background-color: var(--primary-light);
border-radius: 10px;
width: 52px;
height: 52px;
padding: 10px;
position: relative;
}

.blog-date-wrapper {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: center;
align-items: center;
display: flex;
}

.contact-form-wrapper {
z-index: 2;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
position: relative;
}

.banner-title-wrapper-about {
text-align: center;
max-width: 740px;
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}

.testimonials-texts-smaller {
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
font-weight: 500;
line-height: 1.4em;
}

.changelog-paragraph {
text-align: center;
}

.logo {
height: 36px;
}

.link-landing {
color: var(--white);
}

.link-landing:hover {
color: var(--white-50);
}

.promotion-label-right {
grid-column-gap: 8px;
grid-row-gap: 8px;
flex-flow: column;
display: flex;
position: absolute;
right: 10px;
}

.promotion-label-paragraph {
color: #fff;
text-align: left;
max-width: 94%;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.5em;
}

.promotion-labels-wrapper {
z-index: 2147483647;
justify-content: space-between;
align-items: flex-end;
width: 100%;
display: flex;
position: fixed;
bottom: 5px;
left: 5px;
right: 5px;
}

.text-block {
font-size: 14px;
}

.promotion-label-close {
cursor: pointer;
padding: 10px 20px;
position: absolute;
top: -7px;
right: -14px;
}

.promotion-label-holder {
grid-row-gap: 10px;
flex-direction: column;
padding: 15px;
display: flex;
position: relative;
}

.promotion-label-buy-this-template {
color: #000;
letter-spacing: normal;
text-transform: capitalize;
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 4px;
padding: 6px;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
line-height: 14px;
display: flex;
}

.promotion-label-buy-this-template:hover {
color: #000;
}

.promotion-label-button {
color: #fff;
text-align: center;
letter-spacing: 0;
text-transform: none;
border: 1px solid #fff;
border-radius: 4px;
padding: 5px 15px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-size: 12px;
font-weight: 500;
line-height: 1.3em;
}

.promotion-label-button:hover {
color: #ffffffb3;
}

.promotion-label-left {
background-color: #0055d4;
border-radius: 4px;
width: 100%;
max-width: 290px;
position: absolute;
}

.promotion-icon {
margin-right: 8px;
}

.promotion-label-more-templates {
color: #000;
letter-spacing: normal;
text-transform: capitalize;
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 4px;
width: 140px;
padding: 6px;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
line-height: 14px;
display: flex;
}

.promotion-label-more-templates:hover {
color: #000;
}

.close-image {
width: 12px;
height: 12px;
}

.promotion-coupon {
color: #101828;
background-color: #fff;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
font-size: 12px;
display: inline-block;
}

.title {
color: #fff;
max-width: 620px;
margin-top: 0;
margin-bottom: 10px;
font-size: 24px;
font-weight: 500;
}

.section-2 {
margin-top: 60px;
margin-bottom: 0;
}

.container-3 {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
justify-content: center;
align-items: center;
display: grid;
}

.div-block-3 {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.div-block-4 {
background-color: #f8f8f8;
border: 1px solid #000;
border-radius: 10px;
padding: 20px;
}

.image-3 {
border-radius: 5px;
position: static;
}

.paragraph {
color: var(--light-gray);
text-align: center;
}

.container-4 {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
margin-top: 60px;
padding-left: 20px;
padding-right: 20px;
display: block;
}

.text-block-3,
.paragraph-7 {
text-align: center;
}

.div-block-5 {
grid-column-gap: 16px;
grid-row-gap: 16px;
flex-flow: column;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: flex;
}

.div-block-6 {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: space-between;
align-items: center;
display: grid;
}

.heading-6 {
text-align: center;
}

.heading-7 {
color: var(--white);
}

.paragraph-3 {
color: var(--light-gray);
}

.heading-3 {
color: var(--white);
text-align: center;
}

.text {
color: var(--light-gray);
text-align: center;
}

.paragraph-text {
font-weight: 500;
color: #000;
}

.heading-8 {
text-align: left;
margin-top: 0;
}

.text-block-4 {
color: var(--white);
font-size: 24px;
line-height: 1.2em;
}

.section-3 {
background-color: #0e0e0e;
justify-content: space-between;
align-items: center;
margin-left: 0;
padding: 100px 20px;
display: flex;
}

.heading-10 {
color: var(--white);
flex: 0 auto;
align-self: center;
}

.container-6 {
grid-column-gap: 52px;
grid-row-gap: 52px;
flex-flow: column;
flex: 0 auto;
justify-content: center;
align-items: stretch;
max-width: 1200px;
padding-left: 20px;
padding-right: 20px;
display: flex;
}

.image-6 {
text-align: left;
-webkit-text-fill-color: inherit;
object-fit: fill;
background-clip: border-box;
flex: 0 auto;
position: static;
}

.hero-heading-left {
background-color: #0e0e0e;
border-bottom: 1px solid #e4ebf3;
padding: 80px 30px;
position: relative;
}

.container-7 {
width: 100%;
max-width: 940px;
margin-left: auto;
margin-right: auto;
}

.hero-wrapper {
justify-content: space-between;
align-items: center;
display: flex;
}

.hero-split {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
max-width: 46%;
display: flex;
}

.shadow-two {
box-shadow: none;
}

.heading-11 {
color: var(--white);
font-size: 46px;
}

.div-block-7 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
display: flex;
color: black;
}

.cards-wrapper-2 {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.step-cards-2 {
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
border: 1px solid #afafaf80;
border-radius: 20px;
flex-flow: column;
margin-bottom: 20px;
padding: 30px;
display: flex;
position: relative;
}

.step-cards-2.no-space {
background-color: #f9f9f9;
border-color: #afafaf00;
margin-bottom: 0;
}

.step-cards-2.no-space:hover {
background-color: #d0d0d0;
}

.icon-features-home-three-2 {
background-color: #000;
border-radius: 10px;
width: 42px;
height: 42px;
margin-bottom: 20px;
padding: 10px;
}

.section-title-with-space-2 {
text-align: center;
margin-top: 0;
margin-bottom: 0;
}

.section-4 {
background-color: #fff;
margin-top: -60px;
padding-top: 100px;
padding-bottom: 100px;
}

.button-3 {
text-align: center;
border-radius: 10px;
font-family: Open Sans, sans-serif;
font-weight: 600;
}

.button-3.default-btn {
color: #4e4e4e;
background-color: #fff;
}

.column-one-2 {
text-align: left;
width: 100%;
height: 100%;
position: relative;
}

.div-block-9 {
grid-column-gap: 41px;
grid-row-gap: 41px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
padding-top: 10px;
padding-bottom: 10px;
display: grid;
overflow: auto;
}

.container-1 {
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
}

.button-3-copy {
text-align: center;
border-radius: 10px;
font-family: Open Sans, sans-serif;
font-weight: 600;
}

.button-3-copy.select-btn {
background-color: #000;
color: white;
}

.button-3-copy.select-btn:hover {
color: var(--white);
}

/* Progress Circle Styles */
.progress-circle {
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 1000;
transition: all 0.3s ease;
}

.progress-circle:hover {
transform: scale(1.1);
}

.progress-circle svg {
width: 100%;
height: 100%;
transform: rotate(-90deg);
}

.progress-circle circle {
fill: none;
stroke-width: 3;
stroke-linecap: round;
}

.progress-circle circle.bg {
stroke: #eee;
}

.progress-circle circle.progress {
stroke: #007bff;
transition: stroke-dashoffset 0.3s ease;
}

.progress-circle .arrow {
position: absolute;
width: 20px;
height: 20px;
border-top: 2px solid #333;
border-right: 2px solid #333;
transform: rotate(-45deg);
margin-top: 5px;
}

@media screen and (min-width: 1280px) {
h1 {
font-size: 72px;
}

.section {
padding-top: 130px;
padding-bottom: 130px;
}

.section.landing-banner {
padding-top: 170px;
}

.section.round-top {
/* border-top-left-radius: 60px;
    border-top-right-radius: 60px; */
/* margin-top: -100px; */
padding-top: 40px;
padding-bottom: 120px;
}

.section.dark-background-top-bottom-extra {
background-color: var(--black);
margin-top: -60px;
padding-top: 40px;
padding-bottom: 190px;
}

.section.round-bottom {
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
margin-bottom: -60px;
}

.section.dark-background-top-extra-no-bottom {
padding-top: 190px;
}

.section.dark-background-bottom-extra {
padding-bottom: 190px;
}

.section.round-top-bottom {
border-radius: 60px;
margin-top: -60px;
margin-bottom: -60px;
}

.section.no-top-spacing-round-bottom {
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
margin-bottom: -60px;
}

.section.top-extra-bottom-round {
/* border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px; */
margin-bottom: -60px;
}

.section.round-top-no-bottom {
border-top-left-radius: 60px;
border-top-right-radius: 60px;
margin-top: -60px;
}

.base-container {
margin-top: 40px;
}

.spacing-system-column {
padding-right: 30px;
}

.headings-typography-wrapper {
width: 48%;
}

.style-guide-body-wrapper {
margin-right: 60px;
}

.primary-button {
border-color: var(--white);
background-color: var(--primary-dark);
}

.navbar {
/* padding-top: 15px;
    padding-bottom: 15px; */
}

.nav-container {
padding-left: 50px;
padding-right: 50px;
}

.pages-banner {
padding-top: 170px;
padding-bottom: 130px;
}

/* .pages-banner.extra-bottom {
    padding-bottom: 190px;
  } */

.blog-grid-collection-list {
grid-column-gap: 30px;
}

.blog-grid-content-wrapper {
padding: 25px 30px 30px;
}

.blog-grid-item {
width: 31.62%;
}

.footer {
padding-top: 80px;
}

.footer.round-top {
/* border-top-left-radius: 60px;
    border-top-right-radius: 60px; */
margin-top: -60px;
padding-top: 40px;
}

.footer-bottom-wrapper {
margin-top: 30px;
}

.section-title-wrapper.contact-us {
max-width: 800px;
}

.team-card-image {
width: 260px;
height: 260px;
}

.style-guide-buttons-wrapper {
grid-column-gap: 100px;
flex-wrap: nowrap;
}

.style-guide-button-wrapper {
width: auto;
}

.no-margin.text-white {
margin-bottom: 10px;
}

.contacts-3-form-wrapper {
background-color: var(--primary-dark);
border: 1px solid #0000;
box-shadow: 0 2px 10px #0003;
}

.contact-3-inputs-wrapper {
grid-template-columns: 1fr 1fr 1fr;
}

.footer-links-wrapper {
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
}

.footer-brand-description {
margin-top: 0;
margin-bottom: 10px;
color: var(--black);
}

.testimonials-card-item {
padding: 30px;
}

.about-2-counter-grid.top-space {
margin-top: 60px;
}

.landing-inner-pages-wrapper {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.testimonials {
padding-top: 130px;
padding-bottom: 130px;
}

.blog-section-title {
margin-bottom: 70px;
}

.map-wrapper {
padding-right: 70px;
}

.section-title-center {
margin-bottom: 70px;
}

.about-img._3 {
width: 340px;
}

.about-img._4 {
width: 280px;
}

.about-img._2 {
width: 340px;
}

.industries-block-wrapper {
position: relative;
}

.section-with-blue-bg {
padding-left: 40px;
padding-right: 40px;
}

.center-title {
padding-right: 140px;
}

.section-purchase {
padding-top: 130px;
padding-bottom: 130px;
}

.links-footer {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: stretch;
}

.column-one-home-two {
width: 40%;
}

.section-title-with-space.text-white {
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0;
}

.column-two-home-two {
width: 60%;
}

.two-column-wrapper {
grid-column-gap: 100px;
}

.two-column-wrapper.wrapped-image-cta-small {
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
text-align: left;
background-position: 0 0, 0 0, 50%;
background-size: auto, auto, cover;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
padding-left: 30px;
padding-right: 30px;
display: flex;
}

.two-column-wrapper.small-space {
grid-template-rows: auto;
}

.two-column-wrapper.wrapped-image-cta-small-services {
text-align: left;
flex-flow: column;
justify-content: flex-end;
align-items: flex-start;
padding-left: 30px;
padding-right: 30px;
display: flex;
}

.home-banner-title-wrapp {
max-width: 1160px;
}

.heading-home-white {
font-size: 90px;
}

.banner-gallery {
grid-column-gap: 30px;
grid-row-gap: 30px;
text-align: center;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: center;
place-items: stretch stretch;
margin-top: 80px;
padding-left: 30px;
padding-right: 30px;
display: grid;
}

.home-banner-section {
padding-top: 180px;
padding-bottom: 130px;
}

.home-banner-section.bottom-extra {
background-image: radial-gradient(circle at 50% 0, #9588e81a, #0000 25%);
padding-bottom: 190px;
}

.banner-main-wrapper {
grid-column-gap: 40px;
}

.image-banner-gallery {
width: 260px;
height: 260px;
}

.image-banner-gallery.mid {
width: 200px;
height: 200px;
}

.image-banner-gallery.small {
width: 130px;
height: 130px;
}

.cards-wrapper {
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.cta-loop {
margin-top: 40px;
}

.cta-loop-item-wrapper {
grid-column-gap: 20px;
}

.client-logo {
max-width: 20%;
}

.clients-wrapper {
border: 1px solid #0000;
border-radius: 0;
margin-top: 40px;
}

.image-gallery-row {
width: 230px;
}

.banner-tags {
font-size: 16px;
}

.banner-tag-wrapp {
top: 41%;
}

.banner-tag-wrapp.two {
left: 35%;
}

.heading-home-dark {
font-size: 76px;
}

.banner-two-column-wrapper {
grid-column-gap: 60px;
grid-row-gap: 40px;
flex-flow: row;
justify-content: center;
align-items: stretch;
display: flex;
}

.home-banner-section-two {
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
margin-bottom: -60px;
padding-top: 180px;
padding-bottom: 130px;
}

.column-one-banner {
width: 70%;
margin-left: 0;
margin-right: 0;
}

.column-one-banner.service-details {
width: 60%;
}

.column-two-banner {
width: 30%;
}

.column-two-banner.service-details {
width: 40%;
}

.inform-block-banner {
justify-content: flex-start;
align-items: flex-start;
margin-top: 60px;
}

.collection-list-service._4-items {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-scroll-down {
margin-bottom: 100px;
}

.text-content-left {
max-width: 600px;
}

.banner-tags-three {
font-size: 16px;
}

.info-service-small {
background-image: linear-gradient(180deg, #0000, #323232 58%, var(--black));
}

.service-collection-list-wrapper {
margin-bottom: 16px;
}

.banner-section-white-round {
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
margin-bottom: -60px;
padding-top: 180px;
padding-bottom: 130px;
}

.column-wrapper-xmedium {
width: 44%;
}

.column-wrapper-medium {
width: 54%;
}

.display-flex-horizontal.large-space {
grid-column-gap: 100px;
}

.banner-section-white-no-bottom {
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
padding-top: 180px;
}

.home-banner-section-two-copy {
/* border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px; */
margin-bottom: -60px;
padding-top: 180px;
padding-bottom: 130px;
}

.service-category-block-banner {
justify-content: flex-start;
align-items: flex-start;
margin-top: 60px;
}

.title {
margin-bottom: 10px;
font-size: 24px;
font-weight: 500;
}

.paragraph {
color: var(--light-gray);
text-align: center;
}

.container-4 {
max-width: 1200px;
margin-top: 60px;
}

.div-block-6 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-7 {
color: var(--white);
}

.paragraph-3 {
color: var(--light-gray);
}

.heading-3 {
color: var(--white);
}

.text {
color: var(--light-gray);
text-align: center;
}

.paragraph-text {
font-weight: 500;
color: #000;
}

.heading-8 {
text-align: left;
margin-top: 0;
margin-bottom: 10px;
}

.text-block-4 {
font-size: 24px;
line-height: 1.2em;
}

.text-block-5 {
color: var(--white);
line-height: 1.5em;
}

.section-3 {
background-color: var(--primary-dark);
padding-top: 100px;
padding-bottom: 100px;
}

.heading-10 {
color: var(--white);
font-size: 60px;
}

.container-6 {
flex-flow: column;
justify-content: center;
align-items: center;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
display: flex;
}

.image-6 {
margin-left: auto;
margin-right: 0;
padding-right: 0;
}

.hero-heading-left {
background-color: #0e0e0e;
margin-top: 0;
}

.shadow-two {
box-shadow: none;
}

.heading-11 {
color: var(--white);
font-size: 46px;
}

.div-block-7 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
display: flex;
color: black;
}

.cards-wrapper-2 {
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.step-cards-2.no-space {
box-shadow: none;
background-color: #f9f9f9;
border-color: #afafaf00;
}

.step-cards-2.no-space:hover {
background-color: #d0d0d0;
}

.icon-features-home-three-2 {
background-color: #000;
}

.column-one-2 {
width: 100%;
}

.button-3-copy.select-btn {
color: var(--white);
background-color: #000;
}
}

@media screen and (min-width: 1440px) {
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 10px;
}

.section.round-top {
border-radius: 0;
/* margin-top: -60px; */
padding-top: 10px;
padding-bottom: 100px;
}

.section.dark-background-top-bottom-extra {
background-color: var(--black);
margin-top: -60px;
padding-top: 40px;
}

.base-container {
margin-top: 60px;
}

.primary-button {
border-color: var(--white);
background-color: var(--primary-dark);
}

.footer.round-top {
padding-top: 40px;
}

.contacts-3-form-wrapper {
background-color: var(--primary-dark);
color: var(--paragraph-gray);
border: 1px solid #0000;
box-shadow: 0 2px 10px #0003;
}

.footer-links-wrapper {
flex-flow: column;
justify-content: flex-start;
}

.footer-logo-wrapper {
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.footer-brand-description {
margin-top: 0;
margin-bottom: 10px;
color: var(--black);
}

.about-img._1 {
width: 380px;
}

.about-img._3 {
width: 400px;
}

.about-img._4 {
width: 300px;
}

.about-img._2 {
width: 390px;
}

.our-services-wrap {
align-items: center;
}

.section-with-blue-bg {
padding-left: 100px;
padding-right: 100px;
}

.links-footer {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: flex-start;
}

.testimonials-texts {
font-size: 30px;
}

.section-title-with-space {
margin-bottom: 0;
}

.two-column-wrapper.wrapped-image-cta-small {
grid-column-gap: 100px;
grid-row-gap: 0px;
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, transparent, transparent),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash.jpg-s_1alexander-park-LAk7vroTiTU-unsplash.jpg-s.webp");
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: flex-start;
align-items: flex-start;
padding-left: 40px;
display: flex;
}

.heading-home-white {
font-size: 90px;
}

.banner-gallery {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
margin-top: 60px;
padding-left: 20px;
padding-right: 20px;
display: grid;
}

.home-banner-section {
min-height: 100vh;
}

.home-banner-section.bottom-extra {
background-image: radial-gradient(circle at 50% 0, #9588e81a, #0000 25%);
padding-top: 140px;
padding-bottom: 140px;
}

.image-banner-gallery {
width: 270px;
height: 270px;
}

.image-banner-gallery.mid {
width: 200px;
height: 200px;
}

.image-banner-gallery.small {
width: 140px;
height: 140px;
}

.section-two-side-title-wrapp.info-style {
grid-column-gap: 60px;
justify-content: center;
align-items: center;
}

.cta-loop {
background-color: var(--primary-dark);
margin-top: 60px;
padding-top: 0;
}

.cta-loop-item-wrapper {
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.client-logo {
max-width: 70%;
}

.clients-wrapper {
background-color: #000;
border: 1px solid #0000;
margin-top: 40px;
}

.paragraph-large-service {
font-size: 48px;
font-weight: 400;
}

.home-banner-section-three {
min-height: 100vh;
}

.home-banner-content {
grid-column-gap: 120px;
}

.info-service-small {
background-image: linear-gradient(180deg, #0000, #323232e0 58%, var(--black));
}

.title {
margin-bottom: 10px;
font-size: 24px;
font-weight: 500;
}

.div-block {
margin-bottom: 60px;
}

.div-block-4 {
background-image: url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash.jpg-s_1alexander-park-LAk7vroTiTU-unsplash.jpg-s.webp");
background-position: 0 0;
background-size: auto;
padding: 40px 30px;
}

.paragraph {
color: var(--light-gray);
text-align: center;
}

.image-4 {
color: var(--primary-dark);
}

.container-4 {
margin-top: 60px;
margin-bottom: 0;
}

.div-block-6 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-7 {
color: var(--white);
}

.paragraph-3 {
color: var(--light-gray);
}

.heading-3 {
color: var(--white);
text-align: center;
}

.text {
color: var(--light-gray);
text-align: center;
}

.paragraph-text {
font-weight: 500;
color: #000;
}

.heading-8 {
text-align: left;
}

.text-block-4 {
font-size: 24px;
line-height: 1.2em;
}

.section-3 {
grid-column-gap: 16px;
grid-row-gap: 16px;
background-color: #0e0e0e;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
padding-top: 60px;
padding-bottom: 60px;
display: block;
}

.heading-10 {
color: var(--white);
}

.container-6 {
justify-content: center;
align-items: stretch;
display: flex;
}

.hero-heading-left {
background-color: #0e0e0e;
padding-top: 100px;
padding-bottom: 100px;
}

.shadow-two {
box-shadow: none;
}

.heading-11 {
color: var(--white);
font-size: 46px;
}

.div-block-7 {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
display: flex;
color: black;
}

.cards-wrapper-2 {
margin-bottom: 60px;
}

.step-cards-2.no-space {
box-shadow: none;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: #f9f9f9;
border-color: #afafaf00;
}

.step-cards-2.no-space:hover {
background-color: #d0d0d0;
}
.button-bottom {
position: absolute;
bottom: 0.2em;
}
.icon-features-home-three-2 {
background-color: #000;
}

.section-title-with-space-2.technology-section {
text-align: center;
margin-top: 30px;
}

.section-4 {
padding-top: 120px;
padding-bottom: 140px;
}

.column-one-2 {
width: 100%;
}

.button-3-copy.select-btn {
background-color: #000;
transition: opacity 0.3s;
}

.button-3-copy.select-btn:hover {
color: var(--white);
}

.pagination-3 {
justify-content: center;
align-items: center;
}

.text-span-2 {
padding-left: 0;
padding-right: 0;
}

/* .text-span-2:hover {
    aspect-ratio: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  } */

.text-span-3 {
min-width: 0;
padding-left: 0;
padding-right: 0;
}

.text-span-3:hover {
padding-right: 0;
}
}

@media screen and (min-width: 1920px) {
h3 {
color: var(--white);
}

.section.without-bottom-spacing {
margin-bottom: 120px;
padding-top: 120px;
padding-bottom: 0;
}

.section.round-top {
opacity: 1;
border-radius: 0;
/* margin-top: -100px; */
padding-top: 40px;
padding-bottom: 100px;
}

.section.dark-background-top-bottom-extra {
grid-column-gap: 16px;
grid-row-gap: 16px;
background-color: var(--black);
color: var(--primary-dark);
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
margin-top: -60px;
padding-top: 60px;
padding-bottom: 100px;
display: block;
}

.section.overflow-hidden-no-bottom-spacing {
padding-top: 120px;
padding-bottom: 120px;
}
.button-bottom {
position: absolute;
bottom: 0.2em;
}
.base-container {
box-sizing: content-box;
object-fit: fill;
flex-flow: row;
max-width: 1400px;
margin-top: 0;
padding-left: 15px;
padding-right: 15px;
display: block;
}

.primary-button {
border-color: var(--white);
background-color: var(--primary-dark);
}

.primary-button.dark {
text-align: center;
}

.nav-container {
padding-left: 80px;
padding-right: 80px;
}

.nav-dropdown-list {
display: none;
overflow: visible;
}

.blog-grid-collection-list {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: flex;
}

.footer.round-top {
padding-top: 60px;
padding-bottom: 60px;
}

.banner-title-wrapper.service-two,
.banner-title-wrapper.faq-style {
max-width: 1400px;
}

.no-margin.text-white {
margin-bottom: 20px;
}

.contacts-textarea {
border-color: var(--white-50);
/* color: var(--primary-dark); */
background-color: #ffffff1a;
}

.contacts-3-form-wrapper {
background-color: var(--primary-dark);
border: 1px solid #0000;
box-shadow: 0 2px 10px #0003;
}

.contact-3-inputs-wrapper {
grid-template-columns: 1fr 1fr 1fr;
}

.contacts-3-input {
border-color: var(--white-50);
}

.footer-link {
color: var(--paragraph-gray);
text-align: left;
font-size: 20px;
}

.footer-link.w--current {
color: var(--paragraph-gray);
font-size: 20px;
}

.footer-social-icons-wrapper {
justify-content: flex-start;
align-items: center;
margin-top: 20px;
}

.footer-wrapper {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
margin-bottom: 10px;
display: grid;
}

.footer-brand-wrapper {
text-align: left;
}

.footer-brand {
margin-top: -12px;
margin-bottom: 20px;
}

.footer-brand.w--current {
margin-top: 0;
margin-bottom: 0;
}

.footer-links-wrapper {
grid-column-gap: 10px;
grid-row-gap: 10px;
text-align: center;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
padding-left: 0;
padding-right: 0;
font-size: 14px;
}

.footer-logo {
font-size: 30px;
}

.footer-logo-wrapper {
grid-column-gap: 16px;
grid-row-gap: 16px;
text-align: left;
flex: 0 auto;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
align-items: stretch;
align-items: start;
width: 400px;
display: flex;
}

.footer-brand-description {
text-align: left;
min-width: 100px;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
color: var(--black);
}

.about-2-counter-number {
font-size: 90px;
}

.about-img._1 {
width: 420px;
left: 16%;
}

.about-img._3 {
width: 430px;
top: 20%;
left: 54%;
}

.about-img._4 {
left: 48%;
}

.section-with-blue-bg {
padding-left: 180px;
padding-right: 180px;
}

.links-footer {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: stretch;
}

.section-title-with-space {
margin-top: 10px;
margin-bottom: 10px;
}

.section-title-with-space.no-bottom {
margin-top: 0;
margin-bottom: 0;
}

.display-flex-horizontal-gap.margin-top-medium {
margin-top: 40px;
}

.two-column-wrapper.wrapped-image-cta-small {
grid-column-gap: 100px;
grid-row-gap: 0px;
aspect-ratio: auto;
background-image: linear-gradient(257deg, var(--primary), #fff0 41%),
linear-gradient(to bottom, #9588e880, #9588e880),
url("../../src/app/images/alexander-park-LAk7vroTiTU-unsplash-1_1alexander-park-LAk7vroTiTU-unsplash (1).webp");
background-position: 0 0, 0 0, 50%;
background-size: auto, auto, cover;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 100px;
padding-right: 20px;
display: flex;
position: relative;
}

.two-column-wrapper.small-space {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.two-column-wrapper.grid-style {
grid-row-gap: 30px;
grid-template-columns: 1fr 1fr;
}

.home-banner-title-wrapp {
max-width: 5000px;
max-height: 575px;
}

.heading-home-white {
min-width: 400px;
font-size: 125px;
}

.button-wrapper-main.center {
justify-content: space-between;
align-items: center;
margin-top: 40px;
}

.banner-gallery {
grid-column-gap: 30px;
grid-row-gap: 30px;
opacity: 1;
text-align: left;
-webkit-text-fill-color: inherit;
background-clip: border-box;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: minmax(200px, 1fr);
place-items: center;
margin-top: 40px;
padding-left: 0;
padding-right: 0;
}

.banner-main-wrapper {
max-width: 2000px;
}

.image-banner-gallery {
border-radius: 400px;
width: 360px;
height: 360px;
}

.image-banner-gallery.mid {
width: 270px;
height: 270px;
}

.image-banner-gallery.small {
width: 200px;
height: 200px;
}

.step-cards {
margin-bottom: 0;
}

.section-two-side-title-wrapp.info-style {
justify-content: center;
align-items: center;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 20px;
}

.cta-loop {
margin-top: 60px;
padding-top: 20px;
padding-bottom: 20px;
}

.cta-loop-item-wrapper {
grid-column-gap: 40px;
grid-row-gap: 40px;
flex-flow: row;
}

.client-logo {
max-width: 70%;
}

.clients-wrapper {
border: 1px solid #0000;
margin-top: 40px;
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
}

.image-gallery-row {
width: 270px;
height: 400px;
}

.image-gallery-row.three {
height: 370px;
}

.image-gallery-row.two,
.image-gallery-row.one,
.image-gallery-row.four {
height: 380px;
}

.pricing-plans-wrapper-main.in-banner {
max-width: 1400px;
}

.works-info-wrapper {
color: var(--primary-dark);
}

.paragraph-large-service,
.heading-3-style-small {
color: var(--white);
}

.our-work-content-wrapper {
margin-top: 20px;
}

.photo-projects,
.works-info,
.service-title-wrapper {
color: var(--white);
}

.image-cta-column {
width: 58%;
}

.cta-video {
width: 400px;
height: 400px;
}

.heading-image-cta {
font-size: 50px;
}

.banner-tags {
padding: 8px 14px 8px 32px;
font-size: 20px;
}

.banner-tag-wrapp {
top: 38%;
}

.banner-tag-wrapp.two {
left: 36%;
}

.heading-home-dark {
font-size: 84px;
}

.banner-two-column-wrapper,
.inform-block-banner,
.home-banner-content {
max-width: 1400px;
}

.banner-3-home-title {
width: 90%;
}

.banner-tags-three {
padding: 8px 14px 8px 32px;
font-size: 20px;
}

.info-service-small {
background-image: linear-gradient(180deg, #0000, #323232 58%, var(--black));
}

.service-collection-list-wrapper {
grid-column-gap: 16px;
grid-row-gap: 16px;
flex-flow: wrap;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
justify-content: center;
align-items: center;
display: grid;
}

.column-wrapper-xmedium {
width: 41%;
}

.column-wrapper-medium {
width: 50%;
}

.service-category-block-banner,
.contact-form-wrapper {
max-width: 1400px;
}

.title {
margin-bottom: 10px;
font-size: 24px;
font-weight: 500;
}

.pagination-2 {
grid-column-gap: 16px;
grid-row-gap: 16px;
text-align: right;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: flex-end;
align-items: center;
display: flex;
}

.container {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: flex;
}

.div-block-2 {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: block;
}

.div-block-4 {
border-radius: 20px;
}

.paragraph,
.heading {
color: var(--white);
}

.paragraph-2 {
color: var(--gray);
}

.container-4 {
text-align: center;
width: 100%;
max-width: 2000px;
margin-top: 60px;
margin-left: auto;
margin-right: auto;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

.text-block-3,
.paragraph-7 {
color: var(--gray);
}

.div-block-6 {
grid-column-gap: 16px;
grid-row-gap: 16px;
text-align: center;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.paragraph-8 {
text-align: center;
}

.paragraph-9,
.paragraph-10 {
color: var(--gray);
text-align: center;
}

.paragraph-text {
text-align: left;
color: #000;
flex: 0 auto;
justify-content: flex-start;
align-items: center;
margin-top: 0;
margin-bottom: 0;
font-family: Outfit, sans-serif;
font-size: 24px;
font-weight: 500;
display: flex;
}

.heading-8 {
color: var(--paragraph-gray);
margin-top: 0;
margin-bottom: 0;
padding-right: 30px;
font-weight: 500;
}

.text-block-4 {
color: var(--white);
font-size: 36px;
font-weight: 300;
line-height: 1.2em;
}

.text-block-6 {
color: var(--white);
line-height: 1.5em;
}

.container-5 {
flex-flow: row;
display: flex;
}

.text-block-7,
.heading-9 {
color: var(--white);
}

.section-3 {
color: var(--primary-dark);
background-color: #0e0e0e;
flex-flow: wrap;
justify-content: center;
align-items: center;
margin-top: -60px;
padding-top: 60px;
padding-bottom: 60px;
display: block;
}

.heading-10 {
color: var(--white);
text-align: center;
align-self: center;
margin-top: 0;
}

.container-6 {
justify-content: center;
padding-top: 140px;
padding-bottom: 60px;
padding-left: 10px;
display: flex;
}

.image-6 {
padding-right: 40px;
}

.paragraph-11 {
font-size: 25px;
}

.hero-heading-left {
mix-blend-mode: normal;
background-color: #0e0e0e;
padding-top: 140px;
padding-bottom: 140px;
}

.container-7 {
max-width: 1400px;
}

.shadow-two {
box-shadow: none;
}

.heading-11 {
color: var(--white);
font-size: 72px;
}

.div-block-7 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.div-block-8 {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-flow: column;
justify-content: flex-start;
align-items: stretch;
display: flex;
}

.step-cards-2 {
margin-bottom: 0;
}

.step-cards-2.no-space,
.step-cards-2.no-space:hover {
box-shadow: none;
}

.icon-features-home-three-2 {
background-color: #010009;
}

.section-title-with-space-2 {
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
}

.section-title-with-space-2.technology-section {
text-align: center;
margin-top: 50px;
}

.section-4 {
margin-bottom: 0;
padding-top: 0;
padding-bottom: 100px;
}

.image-7 {
margin-top: 10px;
}

.button-3.default-btn {
font-size: 16px;
}

.div-block-9 {
grid-column-gap: 80px;
grid-row-gap: 80px;
margin-top: 10px;
}

.container-1 {
max-width: 1400px;
}

.button-3-copy.select-btn {
background-color: var(--primary-dark);
font-size: 16px;
}

/* .text-span-2:hover {
    padding-left: 20px;
  padding-right: 20px;
  } */

.text-span-3 {
padding-right: 0;
}
}

@media screen and (max-width: 991px) {
h1 {
font-size: 50px;
}

h2 {
font-size: 42px;
}

blockquote {
font-size: 30px;
}

.section.landing-banner {
padding-top: 120px;
}

.section.dark-background-top-bottom-extra {
padding-top: 100px;
padding-bottom: 100px;
}

.base-container {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: row;
}

.grid-system {
width: 100%;
}

.grid-description.first-description {
text-align: center;
}

.spacing-system-image {
width: 75%;
}

.spacing-wrapper-mobile {
width: 70%;
}

.spacing-columns {
flex-flow: wrap;
display: flex;
}

.bottom-style-spacing-desktop {
bottom: 6%;
}

.top-style-spacing-desktop {
top: 4%;
}

.middle-style-spacing-desktop {
top: 30%;
}

.spasing-system-image-mobile {
width: 70%;
}

.colors-container {
grid-row-gap: 20px;
flex-wrap: wrap;
}

.style-guide-body-wrapper {
width: 100%;
}

.primary-button {
display: block;
}

.top-style-spacing-mobile {
top: 3%;
}

.middlr-style-spacing-mobile {
top: 26%;
}

.bottom-style-spacing-mobile {
bottom: 6%;
}

.nav-container {
padding-left: 15px;
padding-right: 15px;
}

.nav-menu {
background-color: var(--primary-dark);
flex-direction: column;
width: 320px;
inset: 0% auto 0% 0%;
}

.menu-button {
text-align: right;
background-color: #0000;
padding: 0;
}

.menu-button.w--open {
background-color: #0000;
}

.nav-link {
color: var(--primary-dark);
width: 100%;
margin-left: 0;
margin-right: 0;
padding: 10px 0;
display: flex;
}

.nav-dropdown {
flex-direction: column;
justify-content: center;
align-items: stretch;
width: 100%;
transition: opacity 0.5s;
display: flex;
overflow: hidden;
}

.nav-dropdown-toggle {
/* color: var(--primary-dark); */
color: var(--white);
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0;
display: flex;
}

.nav-dropdown-icon {
margin-right: 1.5px;
display: block;
inset: 0% 0 0% auto;
}

.nav-dropdown-list {
border-style: none;
flex-direction: column;
width: auto;
padding: 0 40px 0 20px;
display: flex;
position: static;
}

.nav-dropdown-list.w--open {
box-shadow: none;
padding-top: 0;
padding-bottom: 0;
display: flex;
position: static;
}

.nav-dropdown-list.megamenu {
width: auto;
height: 270px;
padding-left: 20px;
padding-right: 40px;
overflow: scroll;
}

.nav-dropdown-list.w--open {
width: auto;
}

.nav-dropdown-link-wrapper {
flex-flow: wrap;
padding-right: 0;
}

.nav-dropdown-link-wrapper:hover {
padding-left: 0;
padding-right: 0;
}

.nav-dropdown-link {
margin-left: 0;
margin-right: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 15px;
}

.close-menu-button,
.close-menu-button.w--open {
background-color: #0000;
padding: 0 20px 0 0;
}

.nav-close-icon {
z-index: 15;
align-self: stretch;
margin-bottom: 4px;
}

.pages-banner {
min-height: 260px;
padding-top: 110px;
}

.licensing-grid,
.licensing-grid.last-child {
grid-template-columns: 1fr 1fr 1fr;
}

.licensing-paragraph {
width: 100%;
}

.coming-soon-wrapper {
align-items: center;
margin-right: 0;
}

.coming-soon-paragraph {
text-align: center;
margin-bottom: 30px;
}

.coming-soon-heading {
text-align: center;
max-width: 470px;
font-size: 56px;
}

.blog-grid-collection-list {
column-count: 2;
justify-content: center;
align-items: stretch;
}

.blog-grid-item {
width: 48.16%;
}

.blog-template-pagination {
grid-column-gap: 40px;
grid-row-gap: 40px;
margin-top: 60px;
}

.footer-bottom-wrapper {
padding-top: 10px;
}

.section-title-wrapper,
.section-title-wrapper.contact-us {
max-width: 560px;
}

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

.team-card-image {
width: 340px;
height: 340px;
}

.section-title-description.services-width {
width: 80%;
margin-left: auto;
margin-right: auto;
}

.coming-soon-image {
display: none;
}

.contacts-3-form-wrapper {
box-shadow: 0 2px 50px #0003;
}

.contact-3-inputs-wrapper {
flex-wrap: wrap;
grid-template-columns: 1fr;
}

.contacts-3-input.last-child {
margin-right: 0;
}

.contacts-3-form {
flex-flow: column;
display: flex;
}

.footer-social-icons-wrapper {
grid-column-gap: 16px;
grid-row-gap: 16px;
justify-content: flex-start;
align-items: center;
}

.footer-wrapper {
grid-column-gap: 16px;
grid-row-gap: 16px;
flex-wrap: wrap;
grid-template-rows: auto auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}

.footer-brand-wrapper {
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
margin-bottom: 20px;
}

.footer-links-wrapper {
justify-content: flex-start;
align-items: flex-start;
}

.search-shop-con {
display: none;
}

.search-input:focus {
border: 1px solid var(--primary);
}

.footer-logo-wrapper {
justify-content: flex-start;
align-items: center;
width: 100%;
}

.footer-brand-description {
text-align: center;
flex-flow: column;
justify-content: space-around;
align-items: center;
min-width: 0;
margin-top: 0;
margin-bottom: 10px;
display: flex;
color: var(--black);
}

.testimonials-card-wrapper {
grid-template-columns: 1fr 1fr;
}

.headings-container {
flex-wrap: wrap;
}

.style-guide-content-wrapper {
grid-row-gap: 20px;
flex-wrap: wrap;
}

.style-guide-content-wrapper.no-wrap {
flex-wrap: nowrap;
}

.about-1-video {
width: 100%;
min-height: 340px;
}

.about-2-counter-grid {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-columns: 1fr 1fr;
}

.landing-banner-image {
max-width: 95%;
}

.landing-performance-grid {
grid-column-gap: 80px;
grid-row-gap: 60px;
}

.landing-features-grid,
.landing-inner-pages-wrapper {
grid-template-columns: 1fr 1fr;
}

.landing-inner-page-item.home-screen {
max-width: 550px;
margin-left: auto;
margin-right: auto;
}

.landing-performance-item-title {
max-width: 220px;
font-size: 18px;
}

.nav-dropdown-column {
justify-content: center;
width: 180px;
}

.landing-home-pages-wrapper {
flex-wrap: wrap;
grid-template-columns: 1fr 1fr;
justify-items: center;
}

.landing-download-block-wrapper {
background-image: none;
background-repeat: repeat;
background-size: auto;
flex-wrap: wrap;
justify-content: center;
padding: 40px;
}

.landing-download-block-wrap {
text-align: center;
margin-bottom: 40px;
}

.testimonials {
padding-top: 80px;
padding-bottom: 80px;
}

.blog-section-title {
margin-bottom: 60px;
}

.contacts-wrapper-grid {
padding-left: 15px;
padding-right: 15px;
}

.section-title-center {
margin-bottom: 60px;
}

.home-4-testimonials-wrapper {
grid-column-gap: 60px;
grid-row-gap: 40px;
flex-wrap: wrap;
width: 80%;
margin-top: 20px;
}

.testimonials-wrapper-2 {
grid-column-gap: 60px;
grid-row-gap: 60px;
flex-wrap: wrap;
width: 80%;
margin-top: 20px;
}

.about-img._1 {
top: 7%;
left: 15px;
}

.about-img._5 {
top: 58%;
bottom: 0;
left: 60px;
}

.about-img._3 {
width: 360px;
top: 0%;
right: 15px;
}

.about-img._4 {
width: 240px;
top: 57%;
left: auto;
right: 15px;
}

.about-img._2 {
z-index: 5;
top: 30%;
left: 35%;
}

.subtitle {
margin-bottom: 30px;
}

.content {
margin-bottom: 0;
}

.industries-block-wrapper {
max-width: 45vw;
}

.about-4-team-slide {
width: 100%;
}

.subtitle-2 {
margin-bottom: 30px;
}

.dropdown-nav-link {
color: #222;
padding-top: 12px;
padding-bottom: 12px;
font-family: Lato, sans-serif;
font-weight: 700;
}

.dropdown-nav-link.w--current {
color: #004ae2;
}

.menu-wrap {
/* background-color: var(--white); */
background-color: var(--primary-dark);
flex-direction: column;
align-items: flex-start;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
display: flex;
}

.home-banner-left-arrow {
inset: 20% auto auto 4%;
}

.tablet-menu {
justify-content: space-between;
align-items: center;
height: 60px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
display: flex;
}

.image-burger {
margin-bottom: 2px;
}

.image-burger.white {
filter: brightness(200%) invert();
}

.brand-tablet {
display: block;
}

.details-page-title {
font-size: 48px;
}

.coming-soon-form-main {
justify-content: center;
}

.spacing-system-title {
font-size: 25px;
}

.links-footer {
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}

.column-one-home-two {
width: 100%;
}

.section-title-with-space {
margin-bottom: 0;
}

.section-title-with-space.text-white {
margin-top: 0;
padding-top: 0;
padding-bottom: 20px;
}

.column-two-home-two {
width: 100%;
}

.two-column-wrapper {
grid-column-gap: 60px;
flex-direction: column;
}

.two-column-wrapper.wrapped-image-cta {
justify-content: space-between;
align-items: center;
}

.two-column-wrapper.wrapped-image-cta-small {
grid-column-gap: 20px;
justify-content: flex-start;
align-items: flex-start;
padding: 40px;
}

.two-column-wrapper.grid-style {
grid-template-columns: 1fr;
}

.two-column-wrapper.wrapped-image-cta-small-services {
justify-content: space-between;
align-items: center;
padding-left: 100px;
padding-right: 100px;
}

.button-wrapper-main.solo-side-button-style {
justify-content: flex-start;
align-items: center;
margin-top: 0;
}

.banner-gallery {
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-template-columns: 1fr 1fr;
grid-auto-flow: row;
place-items: center;
padding-left: 0;
padding-right: 0;
}

.home-banner-section {
min-height: 700px;
padding-top: 110px;
}

.paragraph-banner {
max-width: 360px;
}

.image-banner-gallery {
width: 140px;
height: 140px;
}

.image-banner-gallery.mid {
width: 100px;
height: 100px;
}

.image-banner-gallery.small {
width: 70px;
height: 70px;
}

.step-cards {
margin-bottom: 0;
}

.cards-wrapper {
grid-template-columns: 1fr 1fr;
}

.section-two-side-title-wrapp.info-style {
grid-column-gap: 21px;
grid-row-gap: 21px;
grid-column-gap: 20px;
grid-row-gap: 20px;
text-align: justify;
flex-flow: row;
justify-content: flex-start;
align-items: center;
max-width: 540px;
}

.column-one,
.column-one.smaller,
.column-two,
.column-two.bigger {
width: 100%;
}

.cta-loop-item-wrapper {
grid-column-gap: 0px;
}

.client-logo-wrapper {
width: 20%;
}

.client-logo {
max-width: 40%;
}

.clients-wrapper {
grid-column-gap: 80px;
flex-wrap: wrap;
justify-content: center;
}

.pricing-plans-wrapper-main {
flex-wrap: wrap;
grid-template-columns: 1fr 1fr;
place-content: center;
}

.pricing-plan-item-main {
max-width: 356px;
}

.works-info-wrapper {
grid-row-gap: 16px;
grid-template-columns: 1.75fr;
display: none;
}

.works-collection.main-wrapper {
margin-top: -30px;
}

.heading-3-style-small {
margin-top: 20px;
margin-bottom: 20px;
}

.photo-item {
width: 300px;
height: 100%;
transform: none;
}

.our-work-content-wrapper {
grid-template-columns: 406px 2fr 2fr 0.75fr;
}

.photo-projects {
justify-content: flex-end;
align-items: center;
padding-bottom: 0;
}

.works-content {
grid-template-columns: 1fr;
padding: 0;
}

.works-info {
text-align: left;
width: 50%;
margin-right: auto;
}

.works-content-wrapper {
grid-row-gap: 16px;
grid-template-columns: 1fr 1fr;
margin-left: 0;
margin-right: 0;
padding-top: 30px;
padding-bottom: 30px;
}

.works-hero-item {
grid-row-gap: 16px;
grid-template-columns: 1fr 1fr;
}

.card-featured {
margin-top: 0;
}

.service-title-wrapper {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-flow: column;
width: 50%;
margin-top: 0;
}

.image-cta-column {
text-align: center;
justify-content: flex-start;
align-items: center;
width: 100%;
}

.icon-service-home {
margin-top: 40px;
margin-right: auto;
}

.nav-button-wrap {
margin-top: 40px;
display: flex;
}

.heading-home-dark {
margin-bottom: 15px;
font-size: 60px;
}

.heading-home-dark.outline {
padding-top: 10px;
padding-bottom: 10px;
}

.banner-two-column-wrapper {
grid-column-gap: 60px;
flex-direction: column;
}

.home-banner-section-two {
min-height: 700px;
padding-top: 110px;
}

.column-one-banner {
width: 90%;
min-width: auto;
/* / max-width: 670px; / */
margin-left: auto;
margin-right: auto;
}

.column-one-banner.service-details {
margin-left: 0;
}

.column-two-banner {
width: 100%;
}

.inform-block-banner {
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
width: 80%;
}

.home-banner-section-three {
min-height: 700px;
}

.home-banner-content {
grid-row-gap: 40px;
flex-direction: column;
align-items: center;
padding-top: 140px;
padding-bottom: 80px;
}

.home-baner-content-columns,
.home-baner-content-columns.right {
width: 100%;
}

.clients-pics-wrapp-two {
margin-bottom: 30px;
}

.column-one-home-three {
width: 100%;
}

.small-banner-text {
font-weight: 300;
}

.spacing {
margin-bottom: 40px;
}

.text-content-left {
text-align: center;
max-width: none;
}

.row-horizontal {
grid-column-gap: 20px;
grid-row-gap: 20px;
text-align: center;
flex-flow: column;
justify-content: flex-start;
align-items: center;
width: 80%;
margin-left: auto;
margin-right: auto;
}

.image-right {
width: 80%;
margin-left: auto;
margin-right: auto;
position: relative;
top: 0;
}

.info-service {
padding-bottom: 0;
}

.service-link-big {
font-size: 42px;
}

.steps-title-wrapp {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}

.banner-section-white-round {
min-height: 700px;
padding-top: 110px;
}

.card-why-us {
width: 100%;
max-width: none;
}

.why-us-wrapper {
grid-row-gap: 50px;
flex-flow: column;
}

.why-us-image-right {
background-position: 0 0, 85% 27%;
width: 100%;
height: 400px;
}

.cards-wrap {
width: 100%;
}

.column-image-xlarge {
height: 400px;
}

.column-image-xlarges {
height: 400px;
}
.column-wrapper-xmedium,
.column-wrapper-medium {
width: 100%;
}

.display-flex-horizontal.large-space {
grid-row-gap: 40px;
flex-wrap: wrap;
}

.banner-section-white-no-bottom {
padding-top: 110px;
}

.image-bg-banner-service,
.image-bg-banner-two-service {
display: none;
}

.home-banner-section-two-copy {
min-height: 700px;
padding-top: 110px;
}

.service-category-block-banner {
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
}

.banner-title-wrapper-about {
max-width: 560px;
}

.promotion-labels-wrapper,
.promotion-label-holder {
display: none;
}

.promotion-label-left {
max-width: 380px;
}

.title {
max-width: 360px;
}

.div-block-6 {
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
}

.paragraph-text {
text-align: left;
justify-content: flex-start;
align-items: center;
color: #000;
margin-top: 0;
margin-bottom: 10px;
display: flex;
}

.text-block-4 {
color: var(--white);
}

.section-3 {
padding: 60px 20px;
}

.container-6 {
grid-column-gap: 36px;
grid-row-gap: 36px;
flex-flow: column;
}

.container-7 {
text-align: left;
max-width: 728px;
}

.hero-wrapper {
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin-bottom: -40px;
}

.hero-split {
max-width: 100%;
margin-bottom: 40px;
}

.div-block-7 {
align-items: center;
}

.cards-wrapper-2 {
grid-template-columns: 1fr 1fr;
}

.step-cards-2 {
margin-bottom: 0;
}

.section-title-with-space-2.technology-section {
aspect-ratio: auto;
text-align: center;
object-fit: fill;
justify-content: center;
align-items: center;
display: block;
position: static;
}

.column-one-2 {
text-align: center;
flex: 0 auto;
width: 100%;
position: static;
}

.div-block-9 {
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.container-1 {
display: block;
}
}

@media screen and (max-width: 767px) {
h1 {
font-size: 46px;
}

h2 {
font-size: 36px;
}

h3 {
font-size: 32px;
}

blockquote {
font-size: 25px;
}

.section {
padding-top: 60px;
padding-bottom: 60px;
}

.section.landing-banner {
padding-top: 100px;
}

.section.dark-background-top-bottom-extra {
padding-top: 100px;
padding-bottom: 100px;
}

.section.dark-background-top-extra-no-bottom {
padding-top: 100px;
}

.section.dark-background-bottom-extra {
padding-bottom: 100px;
}

.section.top-extra-bottom-round {
}

.grid-system-wrapper {
flex-direction: row;
margin-top: 15px;
}

.grid-system {
border-left: 1px solid #7c7c7c;
flex-direction: column;
}

.grid-title {
border-bottom: 1px solid #7c7c7c;
border-right-style: none;
width: 100%;
}

.grid-title.first-grid {
border-left-style: none;
border-right-style: none;
width: 100%;
}

.grid-description {
border-top: 1px solid #a7a7a7;
border-bottom-style: none;
border-right-width: 1px;
align-items: center;
width: 100%;
}

.grid-description.first-description {
border-width: 1px 1px 0.5px 0;
border-top-style: none;
border-top-color: #a7a7a7;
border-bottom-style: none;
border-left-style: none;
width: 100%;
}

.grid-description.last-description {
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-width: 1px;
}

.spacing-system-column {
margin-top: 20px;
}

.spacing-wrapper-mobile {
margin-top: 30px;
}

.typography-wrapper {
margin-top: 20px;
}

.spacing-columns {
margin-top: 0;
}

.bottom-style-spacing-desktop {
bottom: 10%;
}

.top-style-spacing-desktop {
top: 10%;
}

.spacing-wrapper {
margin-top: 30px;
}

.middle-style-spacing-desktop {
top: 34%;
}

.colors-container {
margin-top: 20px;
}

.headings-typography-wrapper {
width: 100%;
}

.headers-wrapper {
width: 100%;
margin-top: 10px;
}

.h1-tablet {
font-size: 46px;
}

.h2-tablet {
font-size: 36px;
}

.style-guide-body-wrapper,
.primary-button.search-button {
width: 100%;
}

.style-guide-div {
grid-row-gap: 40px;
}

.top-style-spacing-mobile {
top: 7%;
}

.middlr-style-spacing-mobile {
top: 31%;
}

.bottom-style-spacing-mobile {
bottom: 9%;
}

.grid-header {
width: 100%;
margin-top: 20px;
}

.link-wrapper {
width: 100%;
margin-bottom: 10px;
}

.nav-link {
margin-left: 0;
}

.pages-banner {
padding-top: 90px;
padding-bottom: 60px;
}

/* .pages-banner.extra-bottom {
    padding-bottom: 100px;
  } */

.licensing-title-wrapper {
margin-bottom: 20px;
}

.licensing-images-wrapper {
padding-top: 10px;
}

.licensing-grid {
grid-template-columns: 1fr 1fr;
padding-bottom: 40px;
}

.licensing-grid.last-child {
grid-template-columns: 1fr 1fr;
}

.licensing-title {
padding-bottom: 20px;
}

.licensing-fonts-wrapper {
flex-wrap: wrap;
}

.licensing-paragraph {
width: 100%;
margin-bottom: 20px;
margin-right: 0;
}

.licensing-font-title {
margin-bottom: 10px;
}

.licensing-icons-wrapper {
margin-top: 20px;
margin-bottom: 20px;
}

.utility-page-content {
width: 70%;
}

.password-image {
width: 100px;
}

.password-input {
min-width: auto;
}

._404-paragraph {
margin-bottom: 30px;
}

._404-title {
font-size: 70px;
}

.coming-soon-wrapper {
margin-left: 0%;
}

.coming-soon-input {
min-width: 240px;
}

.coming-soon-heading {
font-size: 44px;
}

.blog-grid-collection-list {
column-count: 1;
}

.blog-grid-content-wrapper {
padding-left: 20px;
padding-right: 20px;
}

.blog-grid-item {
width: 100%;
}

.footer-bottom-wrapper {
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.section-title-wrapper {
margin-bottom: 40px;
}

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

.team-grid.bottom-space {
margin-bottom: 60px;
}

.style-guide-buttons-wrapper {
flex-wrap: wrap;
margin-top: 35px;
}

.style-guide-button-wrapper {
width: 100%;
}

.style-guide-button-wrapper.last-child {
margin-bottom: 0;
}

.accordion-toggle {
padding-top: 0;
padding-bottom: 0;
}

.accordion-wrapper {
flex-wrap: wrap;
}

.accordion-item {
padding: 10px 20px;
}

.accordion-wrap {
width: 100%;
}

.no-margin.text-white {
text-align: left;
}

.contacts-3-form-wrapper {
padding: 20px;
}

.contact-3-inputs-wrapper {
grid-template-columns: 1fr;
}

.footer-social-icons-wrapper {
text-align: left;
justify-content: center;
align-items: center;
width: 100%;
}

.footer-wrapper {
grid-column-gap: 40px;
justify-content: center;
}

.footer-brand-wrapper {
flex-wrap: wrap;
}

.footer-brand {
padding-left: 0;
}

.footer-links-wrapper {
flex-flow: column;
justify-content: space-between;
align-items: center;
}

.search-result-item {
margin-bottom: 20px;
}

.footer-logo-wrapper {
justify-content: flex-start;
align-items: center;
width: 100%;
}

.footer-brand-description {
text-align: center;
color: var(--black);
}

.testimonials-card-wrapper {
column-count: 1;
grid-template-columns: 1fr;
justify-items: center;
}

.testimonials-card-item {
max-width: 450px;
}

.headings-container {
grid-row-gap: 30px;
}

.about-1-video {
min-height: 280px;
}

.about-1-video-wrapper {
grid-column-gap: 40px;
grid-row-gap: 40px;
}

.about-2-counter-number {
margin-bottom: 15px;
font-size: 60px;
}

.about-3-tab-link.w--current {
font-size: 20px;
}

.landing-performance-grid {
grid-column-gap: 80px;
grid-row-gap: 40px;
grid-template-columns: 1fr;
}

.landing-features-grid {
grid-column-gap: 40px;
grid-row-gap: 40px;
}

.landing-inner-pages-wrapper {
grid-template-columns: 1fr;
}

.landing-home-pages-wrapper {
grid-row-gap: 40px;
}

.landing-download-block-wrap {
margin-bottom: 30px;
}

.testimonials {
padding-top: 60px;
padding-bottom: 60px;
}

.blog-section-title {
margin-bottom: 40px;
}

.contacts-wrapper-grid {
grid-column-gap: 20px;
grid-row-gap: 40px;
grid-template-columns: 1fr;
}

.section-title-center {
margin-bottom: 40px;
}

.home-4-testimonials-wrapper {
grid-row-gap: 30px;
width: 100%;
}

.testimonials-wrapper-2 {
width: 100%;
}

.about-img {
width: 100%;
max-height: 420px;
}

.about-img._1,
.about-img._5,
.about-img._3,
.about-img._4,
.about-img._2 {
width: 100%;
position: static;
}

.subtitle {
line-height: 16px;
}

.our-services-wrap {
grid-row-gap: 10px;
width: 100%;
}

.content-wrapper {
flex-wrap: wrap;
width: auto;
}

.industries-block-wrapper {
max-width: none;
}

.home-9-team-item {
width: 48%;
}

.search {
flex-direction: column;
}

.subtitle-2 {
line-height: 16px;
}

.home-banner-left-arrow {
top: 6%;
}

.home-23-team-item {
width: 70%;
}

.brand-tablet {
justify-content: flex-start;
padding-left: 0;
}

.brand {
padding-left: 0;
}

.details-page-title {
font-size: 40px;
}

.typography-hero-wrapper {
grid-row-gap: 40px;
margin-top: 20px;
}

.section-purchase {
padding-top: 60px;
padding-bottom: 60px;
}

.button-wrapper-sg {
margin-top: 20px;
}

.testimonials-texts {
font-size: 22px;
}

.section-title-with-space {
margin-bottom: 0;
}

.display-flex-horizontal-gap.margin-top-medium {
margin-top: 40px;
}

.two-column-wrapper {
flex-direction: column;
}

.two-column-wrapper.wrapped-light-home-two,
.two-column-wrapper.wrapped-image-cta {
padding: 40px 20px;
}

.two-column-wrapper.wrapped-image-cta-small {
justify-content: flex-start;
padding: 40px 20px;
}

.two-column-wrapper.wrapped-image-cta-small-services {
padding: 40px 20px;
}

.home-banner-title-wrapp {
max-width: 500px;
}

.button-wrapper-main {
margin-top: 30px;
}

.button-wrapper-main.solo-side-button-style {
text-align: right;
justify-content: flex-end;
align-items: center;
margin-top: 0;
}

.banner-gallery {
padding-left: 10px;
padding-right: 10px;
}

.home-banner-section {
min-height: 600px;
padding-top: 90px;
padding-bottom: 60px;
}

.home-banner-section.bottom-extra {
padding-bottom: 100px;
}

.image-banner-gallery {
width: 120px;
height: 120px;
}

.image-banner-gallery.mid {
width: 80px;
height: 80px;
}

.image-banner-gallery.small {
width: 60px;
height: 60px;
}

.cards-wrapper {
grid-template-columns: 1fr;
}

.section-two-side-title-wrapp {
grid-row-gap: 20px;
margin-bottom: 40px;
}

.section-two-side-title-wrapp.info-style {
text-align: left;
flex-flow: row;
justify-content: space-between;
align-items: center;
}

.client-logo-wrapper {
width: 26%;
}

.client-logo {
max-width: 40%;
}

.clients-wrapper {
grid-column-gap: 50px;
margin-top: 60px;
padding-left: 15px;
padding-right: 15px;
}

.image-gallery-row {
width: 180px;
height: 240px;
}

.image-gallery-row.three,
.image-gallery-row.two,
.image-gallery-row.one {
height: 240px;
}

.image-gallery-row.four {
display: none;
}

.images-gallery-wrapp {
padding-bottom: 30px;
}

.pricing-plans-wrapper-main {
grid-template-columns: 1fr;
justify-items: center;
}

.pricing-plan-item-main {
width: 100%;
min-width: auto;
max-width: none;
}

.works-info-wrapper {
grid-template-columns: 1.5fr 1fr;
}

.paragraph-large-service {
font-size: 18px;
}

.photo-item {
width: 100%;
position: static;
}

.our-work-content-wrapper {
grid-template-columns: 1fr 1fr;
}

.photo-projects {
width: 100%;
height: 300px;
position: relative;
}

.works-info {
width: 100%;
margin-bottom: 40px;
}

.works-content-wrapper,
.works-hero-item {
grid-template-columns: 1fr 1fr;
}

.service-title-wrapper {
width: 100%;
}

.icon-service-home {
width: 44px;
height: 44px;
margin-top: 0;
position: absolute;
inset: 0% 0% auto auto;
}

.icon-service-home.bottom-space {
position: relative;
}

.banner-tags {
display: none;
}

.heading-home-dark {
margin-bottom: 10px;
font-size: 48px;
}

.heading-home-dark.outline {
padding-top: 10px;
padding-bottom: 10px;
}

.banner-two-column-wrapper {
flex-direction: column;
}

.home-banner-section-two {
min-height: 600px;
padding-top: 90px;
padding-bottom: 60px;
}

.column-one-banner {
width: 100%;
/* max-width: 560px; */
}

.inform-block-banner {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-columns: 1fr 1fr;
place-items: stretch center;
width: 100%;
}

.inform-row {
grid-column-gap: 15px;
grid-row-gap: 15px;
}

.small-text {
text-align: left;
}

.collection-list-service {
grid-template-columns: 1fr;
}

.heading-services {
font-size: 32px;
}

.home-banner-section-three {
min-height: 600px;
}

.home-banner-content {
padding-top: 130px;
padding-bottom: 60px;
}

.row-horizontal {
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.info-service-small,
.info-service {
padding-left: 20px;
padding-right: 20px;
}

.service-link-big {
font-size: 36px;
}

.service-link {
font-size: 32px;
}

.pricing-wrapper {
padding-left: 20px;
padding-right: 20px;
}

.banner-section-white-round {
min-height: 600px;
padding-top: 90px;
padding-bottom: 60px;
}

.why-us-wrapper {
grid-row-gap: 40px;
}

.column-image-xlarge {
height: 350px;
}
.column-image-xlarges {
height: 500px;
}
.column-image-small-wrapper {
height: 300px;
}

.display-flex-horizontal.large-space {
grid-row-gap: 30px;
}

.banner-section-white-no-bottom {
padding-top: 90px;
}

.home-banner-section-two-copy {
min-height: 600px;
padding-top: 90px;
padding-bottom: 60px;
}

.service-category-block-banner {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-columns: 1fr 1fr;
place-items: stretch center;
width: 100%;
}

.service-category-link {
grid-column-gap: 15px;
grid-row-gap: 15px;
}

.icon-service {
width: 44px;
height: 44px;
}

.banner-title-wrapper-about {
margin-bottom: 40px;
}

.testimonials-texts-smaller {
font-size: 22px;
}

.promotion-label-left {
max-width: 300px;
}

.heading-8 {
text-align: left;
}

.text-block-4 {
color: var(--white);
}

.section-3 {
flex-flow: row;
}

.heading-10 {
font-size: 40px;
}

.container-6 {
grid-column-gap: 24px;
grid-row-gap: 24px;
flex-flow: column;
}

.hero-heading-left {
padding: 60px 15px;
}

.cards-wrapper-2 {
grid-template-columns: 1fr;
}

.div-block-9 {
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
font-size: 16px;
}
}

@media screen and (max-width: 479px) {
.image-group {
flex-direction: column;
}
.section.dark-background-top-bottom-extra {
padding-top: 60px;
}

.grid-system-wrapper {
flex-direction: row;
}

.grid-system {
flex-direction: column;
width: 50%;
}

.grid-title {
align-items: center;
}

.grid-title.first-grid {
text-align: center;
flex: 1;
width: 100%;
}

.grid-description {
border-bottom-width: 1px;
border-bottom-color: #fff3;
}

.grid-description.first-description {
border-bottom: 1px #fff3;
border-left-style: none;
border-right-style: solid;
}

.grid-description.last-description {
border-bottom-color: #a7a7a7;
}

.bottom-style-spacing-desktop {
bottom: 8%;
}

.top-style-spacing-desktop {
top: 7%;
}

.middle-style-spacing-desktop {
top: 32%;
}

.top-style-spacing-mobile {
top: 5%;
}

.middlr-style-spacing-mobile {
top: 28%;
}

.bottom-style-spacing-mobile {
bottom: 8%;
}

.nav-link {
width: 99%;
}

/* .nav-dropdown-list.megamenu {
    padding-right: 0;
  } */

.licensing-title-wrapper {
grid-column-gap: 20px;
flex-wrap: wrap;
}

.licensing-grid,
.licensing-grid.last-child {
grid-template-columns: 1fr;
}

.license-link {
margin-right: 15px;
}

.utility-page-content {
width: 100%;
}

._404-content-wrapper {
padding-left: 15px;
padding-right: 15px;
}

.coming-soon-form {
flex-wrap: wrap;
justify-content: center;
}

.coming-soon-input {
min-width: auto;
}

.coming-soon-paragraph {
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}

.coming-soon-heading {
font-size: 32px;
}

.blog-template-pagination {
grid-column-gap: 20px;
grid-row-gap: 20px;
flex-wrap: wrap;
justify-content: center;
}

.blog-template-prev-button,
.blog-template-next-button {
flex: none;
width: 100%;
}

.footer {
text-align: left;
}

.footer-bottom-wrapper {
flex-wrap: wrap;
margin-top: 0;
}

.footer-rights {
text-align: center;
}

.footer-copyright {
text-align: center;
flex-wrap: wrap;
width: 100%;
}

.team-card-image {
width: 280px;
height: 280px;
}
.card-height {
height: 370px;
justify-content: center;
}

.section-title-description.services-width {
width: 90%;
}

.footer-social-icons-wrapper {
grid-column-gap: 24px;
grid-row-gap: 24px;
text-align: left;
justify-content: center;
align-items: center;
}

.footer-wrapper {
grid-column-gap: 40px;
grid-template-columns: 1fr;
margin-bottom: 40px;
}

.footer-brand-wrapper {
flex-direction: column;
margin-bottom: 20px;
}

.footer-links-wrapper {
justify-content: flex-start;
align-items: center;
}

.footer-logo-wrapper {
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.footer-brand-description {
text-align: center;
color: var(--black);
}

.style-guide-content-wrapper.no-wrap {
flex-wrap: wrap;
}

.about-2-counter-grid {
grid-template-columns: 1fr;
}

.about-2-counter-item {
padding-left: 30px;
padding-right: 30px;
}

.about-3-tab-link {
font-size: 16px;
}

.about-3-tab-link.w--current {
font-size: 18px;
}

.landing-features-grid {
grid-template-columns: 1fr;
}

.landing-feature-icon {
margin-bottom: 10px;
}

.section-title-center {
margin-bottom: 20px;
}

.our-services-wrap,
.home-9-team-item,
.home-23-team-item {
width: 100%;
}

.center-title {
text-align: center;
}

.brand-tablet {
padding-left: 0;
}

.footer-rights-wrapper {
grid-row-gap: 5px;
justify-content: center;
}

.position-relative {
padding-left: 0;
padding-right: 0;
}

.coming-soon-form-main {
flex-wrap: wrap;
justify-content: center;
}

.footer-licensing-link {
text-align: center;
justify-content: center;
line-height: 1.6em;
}

.links-footer {
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}

.section-title-with-space {
box-sizing: border-box;
aspect-ratio: auto;
object-fit: fill;
margin-bottom: 0;
}

.testimonials-slider-style {
padding-bottom: 80px;
}

.two-column-wrapper.wrapped-light-home-two,
.two-column-wrapper.wrapped-image-cta,
.two-column-wrapper.wrapped-image-cta-small,
.two-column-wrapper.wrapped-light-featured-item,
.two-column-wrapper.wrapped-image-cta-small-services {
text-align: center;
}

.button-wrapper-main.center-mobile {
justify-content: center;
align-items: center;
}

.button-wrapper-main.solo-side-button-style {
flex-flow: wrap;
justify-content: flex-end;
align-items: center;
margin-top: 0;
display: flex;
}

.banner-gallery {
grid-template-rows: auto auto;
grid-template-columns: 1fr;
padding-left: 10px;
padding-right: 10px;
}

.image-banner-gallery {
width: 110px;
height: 110px;
}

.image-banner-gallery.mid {
width: 70px;
height: 70px;
}

.image-banner-gallery.small {
display: none;
}

.step-cards {
padding: 20px;
}

.cards-wrapper {
grid-template-columns: 1fr;
}

.section-two-side-title-wrapp.info-style {
flex-flow: row;
}

.client-logo-wrapper {
width: 44%;
}

.client-logo {
max-width: 40%;
}

.clients-wrapper {
grid-column-gap: 30px;
}

.image-gallery-row {
width: 140px;
height: 200px;
}

.image-gallery-row.three {
display: none;
}

.image-gallery-row.two {
height: 200px;
}

.image-gallery-row.one {
height: 200px;
margin-left: -2px;
margin-right: -2px;
}

.pricing-discount-tag {
margin-bottom: 20px;
position: relative;
top: 0;
left: 0;
right: auto;
}

.pricing-plan-item-main {
padding-top: 30px;
padding-bottom: 20px;
}

.pricing-list-wrapper {
padding-left: 15px;
padding-right: 15px;
}

.works-info-wrapper {
grid-template-columns: 1fr;
}

.paragraph-large-service {
font-size: 18px;
}

.our-work-content-wrapper {
grid-template-columns: 1fr 1fr;
}

.works-content,
.works-content-wrapper,
.works-hero-item {
grid-template-columns: 1fr;
}

.cta-video {
width: 240px;
height: 240px;
}

.icon-service-home {
width: 36px;
height: 36px;
padding: 6px;
}

.heading-home-dark {
margin-bottom: 0;
}

.heading-home-dark.outline {
border-style: none;
border-radius: 0;
margin-left: 0;
padding: 0;
}

.column-one-banner {
flex-flow: wrap;
}

.span-icon,
.span-icon.arrow {
width: 40px;
}

.inform-block-banner {
grid-template-columns: 1fr;
justify-content: flex-start;
align-items: stretch;
}

.services-cards {
padding: 20px;
}

.avatars-image-two {
max-width: 90%;
}

.banner-info-three {
text-align: center;
justify-content: flex-start;
align-items: center;
}

.row-horizontal {
width: 100%;
}

.image-right {
width: 100%;
height: 450px;
}

.info-service-small {
text-align: center;
}

.steps-wrapp {
margin-right: 15px;
}

.service-category-block-banner {
grid-template-columns: 1fr;
justify-content: flex-start;
align-items: stretch;
}

.promotion-label-left {
bottom: 90px;
left: auto;
right: 12px;
}

.div-block-5 {
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.div-block-6 {
grid-template-rows: auto;
grid-template-columns: 1fr;
}

.heading-8 {
margin-top: 0;
}

.text-block-4 {
color: var(--white);
font-size: 16px;
}

.heading-10 {
text-align: center;
font-size: 24px;
}

.container-6 {
grid-column-gap: 16px;
grid-row-gap: 16px;
flex-flow: column;
}

.container-7 {
max-width: none;
}

.heading-11 {
font-size: 30px;
}

.cards-wrapper-2 {
grid-template-columns: 1fr;
}

.step-cards-2 {
padding: 20px;
}

.section-title-with-space-2.technology-section {
font-size: 24px;
}

/* .div-block-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  } */

/* .button-3-copy.select-btn {
    font-size: 10px;
  } */
}
@media screen and (max-width: 580px) {
.banner-gallery {
grid-template-rows: auto auto;
grid-template-columns: 1fr;
}
.cta-container {
margin-inline: 0px;
}
}

#w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-e08feb49,
#w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-e08feb49,
#w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-e08feb49,
#w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-e08feb49 {
grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2b5-e08feb70 {
justify-self: end;
}

#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2b7-e08feb70 {
place-self: center end;
}

#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2c1-e08feb70 {
grid-area: span 1 / span 1 / span 1 / span 1;
place-self: center end;
}

#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2c2-e08feb70 {
place-self: center end;
}

#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2c3-e08feb70,
#w-node-_4fafeec2-bd51-5abf-930d-ba3297745245-e08febd1,
#w-node-_4fafeec2-bd51-5abf-930d-ba3297745255-e08febd1,
#w-node-_4fafeec2-bd51-5abf-930d-ba3297745265-e08febd1,
#w-node-_4fafeec2-bd51-5abf-930d-ba3297745275-e08febd1,
#w-node-ddb2e30c-a059-96cb-f2a1-6a70fd685227-e08febd1,
#w-node-_2e08eca2-6a2b-0bb6-e749-edec09ee7a59-e08febd1,
#w-node-_8ad6af82-8a15-e32a-0bb7-54972a63a455-e08febd1,
#w-node-_8e994400-e675-c9b6-d9c8-2b56107e7f69-e08febd1 {
grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0f026ba-bfed-a2cc-9bc5-860053b245a8-e08febd4 {
grid-area: span 1 / span 1 / span 1 / span 1;
place-self: center end;
}

#w-node-c0f026ba-bfed-a2cc-9bc5-860053b245a9-e08febd4 {
place-self: center end;
}

#w-node-c0f026ba-bfed-a2cc-9bc5-860053b245aa-e08febd4,
#w-node-a37158a0-92ea-d2c9-81ac-3bde7cffe852-e08febd5,
#w-node-a37158a0-92ea-d2c9-81ac-3bde7cffe85a-e08febd5,
#w-node-a37158a0-92ea-d2c9-81ac-3bde7cffe862-e08febd5,
#w-node-a37158a0-92ea-d2c9-81ac-3bde7cffe868-e08febd5,
#w-node-a37158a0-92ea-d2c9-81ac-3bde7cffe86a-e08febd5,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e950-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e953-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e955-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e957-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e959-e08febea,
#w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-e08febea,
#w-node-ff9ebf0f-ae97-f516-d8b8-f9eaed8d762c-e08febed,
#w-node-ff9ebf0f-ae97-f516-d8b8-f9eaed8d7634-e08febed,
#w-node-ff9ebf0f-ae97-f516-d8b8-f9eaed8d763c-e08febed,
#w-node-ff9ebf0f-ae97-f516-d8b8-f9eaed8d7642-e08febed,
#w-node-ff9ebf0f-ae97-f516-d8b8-f9eaed8d7644-e08febed,
#w-node-c9c855f4-cf08-d259-cb3d-2af06df1ea63-e08febee,
#w-node-c9c855f4-cf08-d259-cb3d-2af06df1ea6b-e08febee,
#w-node-c9c855f4-cf08-d259-cb3d-2af06df1ea73-e08febee,
#w-node-c9c855f4-cf08-d259-cb3d-2af06df1ea79-e08febee,
#w-node-c9c855f4-cf08-d259-cb3d-2af06df1ea7b-e08febee,
#w-node-e0c333a6-d82a-0788-9098-a4ba67960351-e08febee,
#w-node-e0c333a6-d82a-0788-9098-a4ba67960361-e08febee,
#w-node-e0c333a6-d82a-0788-9098-a4ba67960371-e08febee,
#w-node-e0c333a6-d82a-0788-9098-a4ba67960381-e08febee,
#w-node-_630d44d7-bcae-a216-9f67-25551b88dc9b-e08febef,
#w-node-_630d44d7-bcae-a216-9f67-25551b88dcab-e08febef,
#w-node-_630d44d7-bcae-a216-9f67-25551b88dcbb-e08febef,
#w-node-_630d44d7-bcae-a216-9f67-25551b88dccb-e08febef,
#w-node-_153bc4fc-b480-fbb7-c3a4-715c4379cd10-e08febf0,
#w-node-_153bc4fc-b480-fbb7-c3a4-715c4379cd17-e08febf0,
#w-node-_153bc4fc-b480-fbb7-c3a4-715c4379cd1e-e08febf0,
#w-node-_153bc4fc-b480-fbb7-c3a4-715c4379cd23-e08febf0,
#w-node-_153bc4fc-b480-fbb7-c3a4-715c4379cd25-e08febf0 {
grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee15c59-6a1b-e383-0909-a32a2cd49e1f-e08febf0 {
justify-self: end;
}

#w-node-_4ee15c59-6a1b-e383-0909-a32a2cd49e21-e08febf0 {
place-self: center end;
}

#w-node-_4ee15c59-6a1b-e383-0909-a32a2cd49e2b-e08febf0 {
grid-area: span 1 / span 1 / span 1 / span 1;
place-self: center end;
}

#w-node-_4ee15c59-6a1b-e383-0909-a32a2cd49e2c-e08febf0 {
place-self: center end;
}

#w-node-_4ee15c59-6a1b-e383-0909-a32a2cd49e2d-e08febf0,
#w-node-_893f888a-543b-f10b-c43c-f2ea9b6fb14d-e08febf0,
#w-node-_893f888a-543b-f10b-c43c-f2ea9b6fb15d-e08febf0,
#w-node-_893f888a-543b-f10b-c43c-f2ea9b6fb16d-e08febf0,
#w-node-_893f888a-543b-f10b-c43c-f2ea9b6fb17d-e08febf0 {
grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d1b33dd-a1d7-ab7e-1514-f3b7700829b6-e08febf0,
#w-node-_4d1b33dd-a1d7-ab7e-1514-f3b7700829b7-e08febf0 {
place-self: end center;
}

#w-node-_4d1b33dd-a1d7-ab7e-1514-f3b7700829c4-e08febf0 {
justify-self: center;
}

#w-node-_4d1b33dd-a1d7-ab7e-1514-f3b7700829c5-e08febf0 {
place-self: end center;
}

@media screen and (min-width: 1920px) {
#w-node-_2afa1bfc-8235-698a-b4ec-69d6424760f9-e08feb70,
#w-node-_2afa1bfc-8235-698a-b4ec-69d6424760fe-e08feb70,
#w-node-_2afa1bfc-8235-698a-b4ec-69d642476107-e08feb70,
#w-node-_2afa1bfc-8235-698a-b4ec-69d64247610e-e08feb70,
#w-node-_858ea75a-87a8-d00d-772c-cc2b8e456889-e08feb70,
#w-node-_8c6436e0-6e13-a813-fa08-135bde4cfb81-e08feb70,
#w-node-dff7a367-8718-6ca5-3c4e-b6137fd91f0a-e08feb70,
#w-node-d8083eae-398a-e67e-317f-0202c81ee657-e08febf1,
#w-node-d8083eae-398a-e67e-317f-0202c81ee65c-e08febf1,
#w-node-d8083eae-398a-e67e-317f-0202c81ee665-e08febf1,
#w-node-d8083eae-398a-e67e-317f-0202c81ee66c-e08febf1 {
grid-area: span 1 / span 1 / span 1 / span 1;
}
}

@media screen and (min-width: 1440px) {
#w-node-_2afa1bfc-8235-698a-b4ec-69d6424760f9-e08feb70,
#w-node-_2afa1bfc-8235-698a-b4ec-69d6424760fe-e08feb70,
#w-node-_2afa1bfc-8235-698a-b4ec-69d642476107-e08feb70,
#w-node-_2afa1bfc-8235-698a-b4ec-69d64247610e-e08feb70,
#w-node-_858ea75a-87a8-d00d-772c-cc2b8e456889-e08feb70,
#w-node-_8c6436e0-6e13-a813-fa08-135bde4cfb81-e08feb70,
#w-node-d8083eae-398a-e67e-317f-0202c81ee657-e08febf1,
#w-node-d8083eae-398a-e67e-317f-0202c81ee65c-e08febf1,
#w-node-d8083eae-398a-e67e-317f-0202c81ee665-e08febf1,
#w-node-d8083eae-398a-e67e-317f-0202c81ee66c-e08febf1 {
grid-area: span 1 / span 1 / span 1 / span 1;
}
}

@media screen and (max-width: 991px) {
#w-node-_4c250760-42e9-d114-8100-c14b3a52b14f-e08febd2,
#w-node-_3bff0add-5c12-1be8-b669-72893cfede6f-e08febd2 {
grid-area: span 1 / span 2 / span 1 / span 2;
justify-self: center;
}

#w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-e08febec,
#w-node-deb648b8-b831-e4b6-d1ef-8161ed1fe55e-e08febec,
#w-node-_49fb5883-3a36-394c-954e-122175586e79-e08febec,
#w-node-_1f19e771-944d-1736-6b2a-5f930e3029f5-e08febec,
#w-node-_14d924a4-3fe8-66dc-1381-904766f2d8c4-e08febec,
#w-node-cbdaa250-15af-b0c8-3c28-4f7017b5522d-e08febec {
grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c72253-36c3-e508-5f03-3edc53c57456-e08febed {
order: -9999;
}

#w-node-d73e4656-3c78-d5d1-c4b0-7b89b4f6305b-e08febee {
grid-area: span 1 / span 2 / span 1 / span 2;
justify-self: center;
}

#w-node-c4b6a6fc-ce1a-de5c-f952-dcbefa86f901-e08febef {
order: -9999;
}

#w-node-_3630431d-da2a-f798-2819-7d4cffe64ca8-e08febf0,
#w-node-_0226197d-8e44-4596-304b-aa4b293e7c8c-e08febf1,
#w-node-_7c941c46-2b89-89ec-248c-a3b9c48aaa56-e08febf4 {
grid-area: span 1 / span 2 / span 1 / span 2;
justify-self: center;
}
}

@media screen and (max-width: 767px) {
#w-node-_2a06e85b-0d57-374e-d105-bb72d389da4e-e08feb70,
#w-node-b6169ed0-fda7-612d-5b49-e0ed85149b10-e08feb70,
#w-node-_4c250760-42e9-d114-8100-c14b3a52b14f-e08febd2,
#w-node-_3bff0add-5c12-1be8-b669-72893cfede6f-e08febd2,
#w-node-_834107af-8be1-56a2-e86d-bccf9e9182a0-e08febed,
#w-node-_08c72253-36c3-e508-5f03-3edc53c57456-e08febed,
#w-node-_08c72253-36c3-e508-5f03-3edc53c57462-e08febed,
#w-node-d73e4656-3c78-d5d1-c4b0-7b89b4f6305b-e08febee,
#w-node-c4b6a6fc-ce1a-de5c-f952-dcbefa86f901-e08febef,
#w-node-c4b6a6fc-ce1a-de5c-f952-dcbefa86f90d-e08febef {
grid-column: span 1 / span 1;
}

#w-node-cbe34a96-850d-aa6f-c9a8-737378dd3bbe-e08febf0 {
grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3630431d-da2a-f798-2819-7d4cffe64ca8-e08febf0,
#w-node-c6b8325b-f230-03d5-b2a3-916e870d6786-e08febf1,
#w-node-_0226197d-8e44-4596-304b-aa4b293e7c8c-e08febf1,
#w-node-_6e4fbe78-40fa-0411-b8f3-d33512189163-e08febf1,
#w-node-_7c941c46-2b89-89ec-248c-a3b9c48aaa56-e08febf4 {
grid-column: span 1 / span 1;
}
}

@media screen and (max-width: 479px) {
#w-node-cbe34a96-850d-aa6f-c9a8-737378dd3bbe-e08febf0 {
grid-column: span 1 / span 1;
}
}

@font-face {
font-family: "Fa solid 900";
src: url("../../src/app/fonts/fa-solid-900.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Fa 400";
src: url("../../src/app/fonts/fa-regular-400.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* @font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../../src/app/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

.related-products {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin: 0 auto;
position: relative;
/* Ensures it's positioned properly */
z-index: 10;
/* Higher than the footer */
}

/* Common Card Styles */
.card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 250px;
padding: 16px;
border-radius: 8px;
cursor: pointer;
text-decoration: none;
color: white;
background: black;
transition: transform 0.3s ease-in-out;
position: relative;
/* Ensures stacking context */
z-index: 20;
/* Ensures cards are on top */
}

.card:hover {
transform: scale(1.05);
}

/* Core Service Type Layout */
.card.core {
position: relative;
align-items: flex-start;
padding: 20px;
}

.card.core img {
width: 40px;
height: 40px;
position: absolute;
top: 10px;
left: 10px;
}

.card-title {
font-size: 1.2rem;
font-weight: bold;
margin-top: 50px;
color: white;
}

.card-subtitle {
font-size: 0.9rem;
color: rgb(200, 200, 200);
/* Light gray for better contrast */
}

/* Other Service Type Layout */
.card.other {
position: relative;
height: 250px;
width: 250px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-size: cover;
background-position: center;
color: white;
overflow: hidden;
border-radius: 8px;
}

.card.other .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
/* Darker overlay */
}

.card.other .card-content {
position: relative;
z-index: 2;
padding: 20px;
}

/* Container for Related Items */
.related-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
max-width: 1000px;
margin: 0 auto;
}

/* Card Styling */
.item-card {
display: flex;
align-items: center;
justify-content: center;
width: 250px;
height: 300px;
border-radius: 8px;
cursor: pointer;
text-decoration: none;
color: white;
position: relative;
overflow: hidden;
transition: transform 0.3s ease-in-out;
z-index: 10;
}

/* Card Background Image */
.item-card-bg {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
filter: brightness(0.5); /* Darken image for better text visibility */
transition: filter 0.3s ease-in-out;
z-index: 1;
}

.item-card:hover .item-card-bg {
filter: brightness(0.7); /* Lighten on hover */
}

/* Card Content */
.item-card-content {
position: relative;
z-index: 2;
text-align: center;
padding: 20px;
}

.item-title {
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 10px;
}

.item-subtitle {
font-size: 1rem;
opacity: 0.8;
}

.richText > h1 h2 h3 h4 h5 h6 p {
color: #000;
}
.rich-text-style {
font-family: Outfit, sans-serif;
}
.rich-text-style p {
color: var(--primary-dark);
}
.rich-text-style strong {
color: var(--primary-dark);
}
.rich-text-style > h2 > strong {
color: var(--primary-dark);
margin-top: 10px;
margin-bottom: 10px;
font-family: Outfit, sans-serif;
font-size: 48px;
font-weight: 400;
line-height: 1.2em;
font-weight: bold;
}

.rich-text-style h2,
.rich-text-style h3,
.rich-text-style h4 {
color: var(--black);
margin-top: 25px;
margin-bottom: 15px;
}

.rich-text-style h5,
.rich-text-style h6 {
margin-top: 20px;
color: var(--black);
}

.rich-text-style ul {
margin-top: 20px;
margin-bottom: 20px;
color: var(--black);
}

.rich-text-style img {
border-radius: 20px;
margin-top: 20px;
margin-bottom: 10px;
color: var(--black);
}

.rich-text-style ol {
grid-column-gap: 10px;
grid-row-gap: 10px;
color: var(--paragraph-gray);
flex-flow: column;
margin-top: 20px;
margin-bottom: 20px;
display: flex;
}

.rich-text-style.negative-spaces {
margin-top: -25px;
margin-bottom: -10px;
}

.footer-brand-description strong {
color: var(--black);
font-weight: bold;
}

.home-banner-section-two-copy {
position: relative;
min-height: 400px; /* Adjust height as needed */
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
overflow: hidden;
}

/* Background Image Styling */
.banner-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}

/* Overlay for Darkening the Background */
.banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6); /* Adjust the opacity (0.6) as needed */
z-index: 1;
}

/* Content Wrapper */
.banner-two-column-wrapper {
position: relative;
z-index: 2;
text-align: center;
color: white;
}

/* Title Styling */
.banner-title {
font-size: 2.5rem;
font-weight: bold;
}
.banner-title-about {
font-size: 40px;
}

/* Subtitle Styling */
.banner-description {
font-size: 1.2rem;
}
.no-margin {
color: var(--paragraph-gray);
}

.heading-services {
color: var(--white);
}

.heading-services:hover {
color: var(--dark-gray);
}

.link-3 {
color: var(--white);
margin-top: 10px;
margin-bottom: 10px;
font-size: 28px;
font-weight: 400;
}

.no-margin.text-white {
color: #fff;
text-align: left;
margin-bottom: 10px;
}

@media (min-width: 1024px) and (max-width: 2560px) {
.responsive-banner {
margin-top: 40px;
}
}

.slider {
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
height: 150px;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
margin-top: 70px;
}

.slider::before,
.slider::after {
content: "";
height: 100px;
position: absolute;
width: 200px;
z-index: 1;
}

.slider::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}

.slider::before {
left: 0;
top: 0;
}

@keyframes scroll {
0% {
transform: translateX(0);
}

100% {
transform: translateX(calc(-350px * 25));
}
}

.slide-track {
animation: scroll 40s linear infinite;
display: flex;
width: calc(350px * 50);
}

.slides {
height: 100px;
width: 350px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
gap: 20px;
}

.carousel-section {
padding-left: 5px;
padding-right: 5px;
padding-block: 40px;
}

.bubble-text {
display: inline-block;
background: linear-gradient(
to bottom,
#363451,
#0e0e0e
); /* Top to bottom gradient */
color: white;
font-size: 90px;
font-weight: 400;
line-height: 1.1em;
/* padding: 8px 20px; */
padding-left: 20px;
padding-right: 20px;
border-radius: 50px;
border: 1px solid #9588e8; /* Stroke color */
text-transform: uppercase;
box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.2),
0 4px 10px rgba(0, 0, 0, 0.3);
}

.heading-div {
display: flex;
}

@media screen and (max-width: 1024px) {
.heading-div {
display: flex;
flex-direction: column;
}
.banner-title {
font-size: 3.5rem;
font-weight: bold;
}
}

@media (min-width: 767px) and (max-width: 991px) {
.bubble-text {
font-size: 50px;
line-height: 1.2em;
}
.photo-item {
width: 100%;
position: static;
}
.banner-title {
font-size: 3.5rem;
font-weight: bold;
}
}

@media screen and (max-width: 767px) {
.bubble-text {
font-size: 40px;
line-height: 1.2em;
}
}

.button-bottom {
position: absolute;
bottom: 2em;
}

/* / client logo slider start / */
.slider-container {
overflow: hidden;
white-space: nowrap;
position: relative;
width: 100%;
background: var(--primary-dark);
padding: 40px 0;
}

.slider-track {
display: flex;
width: max-content;
animation: slide 50s linear infinite;
}

.client-logo-div {
margin: 0 0px;
display: flex;
align-items: center;
justify-content: center;
}

.client-slider-logo {
max-height: 120px;
width: 60%;
}

@keyframes slide {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}

/* / client logo slider end / */

@media screen and (max-width: 2950px) {
.button-bottom {
position: absolute;
bottom: 0.2em;
}
.banner-title {
font-size: 3.5rem;
font-weight: bold;
}
}

@media (min-width: 1026px) and (max-width: 1160px) {
.primary-heading {
font-size: 70px;
line-height: 1.15em;
}
.bubble-text {
font-size: 70px;
line-height: 1.15em;
}

.banner-title {
font-size: 3.5rem;
font-weight: bold;
}
}

@media (min-width: 100px) and (max-width: 600px) {
.banner-title {
font-size: 2.5rem;
font-weight: bold;
}
.banner-title-about {
font-size: 40px;
}
}

@media screen and (max-width: 767px) {
.item-info-service-small {
background-color: var(--primary);
border-radius: 20px;
height: 100%;
/* height: 500px; */
position: relative;
overflow: hidden;
}
}

@media (min-width: 767px) and (max-width: 991px) {
.item-info-service-small {
background-color: var(--primary);
border-radius: 20px;
height: 100%;
/* height: 500px; */
position: relative;
overflow: hidden;
}
}

@media (min-width: 992px) and (max-width: 1440px) {
.item-info-service-small {
background-color: var(--primary);
border-radius: 20px;
/* height: 100%; */
height: 480px;
position: relative;
overflow: hidden;
}
}

.title-div {
height: 90px;
}

/* Default mobile styles (up to 768px) - unchanged */
.works-info-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
padding: 2 10px;
}

.paragraph-large-service {
margin: 0;
}

/* Desktop styles (above 768px) */
@media (min-width: 769px) {
.works-info-wrapper {
justify-content: space-between;
}

/* Group Overview and arrow together */
#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2b5-e08feb70,
#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2b7-e08feb70 {
display: flex;
align-items: center;
gap: 10px; /* Space between Overview and arrow */
}

/* Push Overview group to right */
#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2b5-e08feb70 {
margin-left: auto;
}
}
@media (min-width: 769px) {
.works-info-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}

.right-group {
display: flex;
align-items: center;
gap: 10px;
}
}

@media (max-width: 768px) {
#w-node-eab26bf6-b013-f171-0afa-a7cf3990d2b5-e08feb70 {
display: none;
}
}
