/* -----------------------------------------------------------
  * Website Name: Buddyse
  * Website URL: https://buddyse.com
  * Created: Aug 07 2024 with Bootstrap v5.3.3
  * Updated: Aug 23 2024
  * Author: Tushar N joshi
  * License: https://buddyse.com/license/
  # Font & Color Variables
  # Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

/* Fonts Montserrat, Roboto, Noto Sans, Raleway, and Poppins */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --main-title:"Source Serif" "Helvetica Neue", Helvetica, Arial, sans-serif;
  --heading-font: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --nav-font: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --title-font: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sub-font: "Poppins",  sans-serif;
}

  
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --white:#fff;
  --black:#000000;
  --theme-bg-color:#f8f7f4; 
  --main-color:#0d0c22;
  --sub-color:#565564;
  --btn-bg-color: #0d0c22;
  --btn-bg-color-hover: #565564;
  --btn-text-color: #fff;
  --btn-text-color-hover: #0d0c22;
  --light-color: #e0e0e0;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: #fff;
  font-family: var(--default-font);
  font-size: 16px;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--btn-text-color-hover), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--main-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.hero-bg{
  width: 100%;
  /* background: #fff !important; */
  padding: 16px;
}
.header {
  color: var(--main-color);
  background-color: rgba(244, 242, 242);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.header .logo-container {
  display: inline-block;
}

.header .logo-container .logo {
  height: auto;
  max-height: 54px !important;
  /* animation: zoomEffect 6s infinite alternate; */
}


  
@keyframes colorChange {
  0% {
    filter: brightness(1) invert(0); /* White */
  }
  50% {
    filter: brightness(0.3) invert(0.3); /* Gray */
  }
  100% {
    filter: brightness(0.1) invert(0.1); /* Dark Black */
  }
}
@keyframes zoomEffect {
  0% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(0.9); /* Original size */
  }
}

@keyframes zoomup {
  0% {
    transform: scale(1); /* Original size */
  }
  100% {
    transform: scale(1.04); /* Original size */
  }
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 300;
  color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  border: 2px solid var(--btn-bg-color) !important;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 26px;
  margin: 0 0 0 52px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--nav-font);
  border-radius: 40px !important;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--btn-text-color-hover);
  background: color-mix(in srgb, var(--background-color), transparent 15%);
}
.work-items .work-text-content img {
    width: 100%;
    height: auto;
    display: block;
    /* animation: zoomup 6s infinite alternate; */
}
@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  border-color: var(--contrast-color);
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding-left: 26px;
    padding-right: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    border-radius: 40px;
    box-shadow: rgba(228, 232, 247, 0.8) 0px 0px 20px 0px;
    backdrop-filter: blur(6px);
  }
  
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navmenu li {
    position: relative;
  }
  
  .navmenu a,
  .navmenu a:focus {
    color: var(--btn-bg-color);
    padding: 12px 26px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    transition: transform 0.3s ease-in-out;
  }
  
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  
  .navmenu li:last-child a {
    padding-right: 0;
  }
  
  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--btn-bg-color-hover);
  }
  
  .navmenu li:hover > a {
    transform: translateY(-5px); /* Slide-up effect */
  }
  
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--white);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--btn-bg-color);
  }
  
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--btn-bg-color-hover);
  }
  
  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  
  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--btn-bg-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--theme-bg-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--btn-bg-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--sub-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--sub-color);
    color: var(--btn-bg-color-hover);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--btn-bg-color-hover);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--sub-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--sub-color);
    border: 1px solid color-mix(in srgb, var(--sub-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

.hero {
  width: 100%;
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  overflow: hidden;
  background-color: var(--theme-bg-color);
  background: url('../img/home-bg.png') no-repeat center center/cover; /* Fallback background image */
}

.hero-1 {
  width: 100%;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  overflow: hidden;
  background-color: var(--theme-bg-color);
  background: url('../img/hero-2.png') no-repeat center center/cover; /* Fallback background image */
}

.hero-1 h1{
  font-size: 46px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: right;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.hero-2 {
  width: 100%;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  overflow: hidden;
  background-color: var(--theme-bg-color);
  background: url('../img/hero-3.png') no-repeat center center/cover; /* Fallback background image */
}

.hero-2 h1{
  font-size: 46px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: right;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.hero-3 {
  width: 100%;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  overflow: hidden;
  background-color: var(--theme-bg-color);
  background: url('../img/hero-5.png') no-repeat center center/cover; /* Fallback background image */
}

.hero-3 h1{
  font-size: 46px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: right;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.hero-4 {
  width: 100%;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  overflow: hidden;
  background-color: var(--theme-bg-color);
  background: url('../img/hero-4.png') no-repeat center center/cover; /* Fallback background image */
}

.hero-4 h1{
  font-size: 46px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-align: right;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--theme-bg-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .bg-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 105.50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-size: 38px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.hero h1 span{
  font-size: 46px;
  animation: textAnimation 8s infinite;
}

@keyframes textAnimation {
  0% {
      font-weight: normal;
      font-style: normal;
  }
  25% {
      font-weight: bold;
      font-style: normal;
  }
  33% {
    font-weight: normal;
      font-style: normal;
  }
  50% {
      font-weight: bold;
      font-style: normal;
  }
  77% {
      font-weight: normal;
      font-style: normal;
  }
  100% {
    font-weight: bold;
    font-style: normal;
  }
}

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

.hero p {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 820px) {
  .works-container .nav-item{
    width: 19%!important;
  }
}
.hero .btn-get-started {
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  border: 2px solid var(--btn-bg-color) !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 18px;
  font-family: var(--nav-font);
  border-radius: 40px !important;
  transition: 0.5s;
  margin-top: 30px;
}

.hero .btn-get-started:hover {
  color: var(--btn-bg-color);
  background: color-mix(in srgb, var(--btn-text-color), transparent 15%);
}

.works-container .btn-get-started {
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  border: 2px solid var(--btn-bg-color) !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 46px;
  font-family: var(--nav-font);
  border-radius: 40px !important;
  transition: 0.5s;
}

.works-container .btn-get-started:hover {
  color: var(--btn-bg-color);
  background: color-mix(in srgb, var(--btn-text-color), transparent 15%);
}

.hero .icon-box {
  background-color: var(--surface-color);
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.hero .icon-box .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.hero .icon-box .description {
  font-size: 15px;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: var(--accent-color);
}

@media (min-width: 640px) {
  .hero .icon-box:hover {
    transform: scale(1.08);
  }

  .hero .icon-box:hover .title a {
    color: var(--accent-color);
  }
}
.home-badge {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  width: fit-content;
  min-height: 40px;
  /* background-color:  #ffda79; */
  color: var(--btn-bg-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 16px 56px;
  border-radius: 1e+07px;
  font-family: 'Roboto', cursive;
  /* animation: bgColorChange 13s infinite linear; */
  margin-bottom: 36px;
  box-shadow: rgba(228, 232, 247, 1) 0px 0px 20px 0px;
  background: linear-gradient(90deg, #14f7dc 0%, rgba(255, 151, 154, 0.4) 45.3125%, #2ce9d3e3 82.3125%, #2ae9d3d3 100%);
  background-size: 200% 200%; 
  animation: gradientAnimation 4s ease infinite; 
}

@keyframes bgColorChange {
  0% {
      background-color: #ffda79;
  }
  8.33% {
      background-color: #ff9f79;
  }
  16.67% {
      background-color: #ff5e79;
  }
  25% {
      background-color: #ff79b0;
  }
  33.33% {
      background-color: #da79ff;
  }
  41.67% {
      background-color: #9f79ff;
  }
  50% {
      background-color: #7979ff;
  }
  58.33% {
      background-color: #79b0ff;
  }
  66.67% {
      background-color: #79eaff;
  }
  75% {
      background-color: #79ffd7;
  }
  83.33% {
      background-color: #79ff9f;
  }
  91.67% {
      background-color: #9fff79;
  }
  100% {
      background-color: #daff79;
  }
}
.mobile {
  display: none;
}
.web {
  display:block;
}
.about-us{
  margin: 0;
  overflow: hidden;
  padding-top: 26px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 26px;
}
.about-us .tagline{
  backdrop-filter: blur(8px);
  /* background-color: rgba(255, 255, 255, 0.8); */
  border-radius: 16px;
  box-shadow: rgba(228,232, 247,0.8) 0px 0px 27px 0px;
  padding: 12px;
  text-align: center;
  font-style: italic;
  max-width: 300px;
  background: linear-gradient(90deg, #00c9b185 0%, rgba(255, 151, 154, 0.2) 45.3125%, #00c9b185 82.3125%, #00c9b185 100%);
  background-size: 200% 200%; 
  animation: gradientAnimation 4s ease infinite; 
}
.about-us .tagline-1{
  margin-top: 8px;
  backdrop-filter: blur(8px);
  /* background-color: rgba(255, 255, 255, 0.8); */
  border-radius: 16px;
  box-shadow: rgba(228,232, 247,0.8) 0px 0px 27px 0px;
  padding: 12px;
  text-align: center;
  font-style: italic;
  max-width: 300px;
  float: right;
  background: linear-gradient(90deg, #00c9b185 0%, rgba(255, 151, 154, 0.2) 45.3125%, #00c9b185 82.3125%, #00c9b185 100%);
  background-size: 200% 200%; 
  animation: gradientAnimation 6s ease infinite; 
}
.about-us h1{
  font-weight: 600;
}

.waviy span {
  position: relative;
  display: inline-block;
  color: var(--btn-bg-color);
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  font-weight: 600;
  font-family: var(--default-font);
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}

.about-us h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.about-us p{
  text-align: justify;
  padding-bottom: 26px;
}
.about-us p span{
  font-style: normal;
}

.word {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

@keyframes underline {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.about-us .buddyse{
  border-radius: 26px;
  background-color: var(--theme-bg-color);
  padding: 16px;
}
.about-us .buddyse h1{
  text-align: left;
  font-weight: 600;
  font-size: 48px;
  padding-top: 60px;
  padding-left: 26px;
}
.about-us .buddyse h1 span{
  font-weight: 600;
  font-size: 68px;
  font-family: "Source Serif 4", Georgia, serif !important;
  display: inline-block;
  animation: typing 2s steps(20, end) infinite;
  white-space: nowrap; /* Prevent wrapping */
}

.typing {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 2s steps(20, end);
}
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: orange; }
}
.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.about-us .buddyse p{
  font-size: 24px;
  padding-bottom: 40px;
  padding-left: 26px;
}
.about-us .buddyse .our-view{
  position: relative;
}
.about-us .buddyse .our-view img{
  overflow: hidden;
  height: 100%;
  width: 100%;
  animation: zoomoutEffect 6s infinite alternate;
}

@keyframes zoomoutEffect {
  0% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(0.9); /* Zoom in */
  }
  100% {
    transform: scale(0.7); /* Original size */
  }
}
.fall-down {
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 100px;
}

.fall-down .char {
  color: #00C9B1;
  position: relative;
  display: inline-block;
}

.fall-down .char::before {
  content: attr(data-char);
  visibility: visible;
  color: var(--btn-bg-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.14, 0.71, 0.96, 0.59);
  transition-delay: calc(0.2s * var(--distance-percent));
  transform: none;
  transform-origin: bottom;
}

.fall-down:hover .char::before {
  transition-timing-function: cubic-bezier(1, 0.01, 0.56, 1);
}

.fall-down:hover .char:nth-child(odd)::before {
  transform: rotateX(90deg) scaleY(0);
}
.fall-down:hover .char:nth-child(even)::before {
  transform: rotateX(-90deg) scaleY(0);
}
@media (max-width: 1024px) {
  .about-us .buddyse h1{
    font-size: 26px;
  }
  .about-us .buddyse h1 span{
    font-size: 26px;
  }
  .about-us .buddyse p{
    font-size: 16px;
  }
}
.about-us .core-value{
  min-height: 120px;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 151, 154, 0.2) 45.3125%, transparent 82.3125%, transparent 100%);
  background-size: 200% 200%; 
  animation: gradientAnimation 2s ease infinite; 
  box-shadow: rgba(228,232, 247,0.8) 0px 0px 27px 0px;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%; /* Start with the gradient at the left */
  }
  50% {
    background-position: 100% 50%; /* Move the gradient to the right */
  }
  100% {
    background-position: 0% 50%; /* Move back to the start */
  }
}
.about-us .buddyse .core-value p{
  font-family: var(--default-font);
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
}
.about-us .buddyse .core-value p span{
  font-family: var(--default-font);
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.about-us-1{
  margin: 0;
  overflow: hidden;
  padding-top: 26px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 26px;
}
.about-us-1 .tagline{
  backdrop-filter: blur(8px);
  /* background-color: rgba(255, 255, 255, 0.8); */
  border-radius: 16px;
  box-shadow: rgba(228,232, 247,0.8) 0px 0px 27px 0px;
  padding: 12px;
  text-align: center;
  font-style: italic;
  max-width: 300px;
  background: linear-gradient(90deg, #00c9b185 0%, rgba(255, 151, 154, 0.2) 45.3125%, #00c9b185 82.3125%, #00c9b185 100%);
  background-size: 200% 200%; 
  animation: gradientAnimation 4s ease infinite; 
}
.about-us-1 .tagline-1{
  margin-top: 8px;
  backdrop-filter: blur(8px);
  /* background-color: rgba(255, 255, 255, 0.8); */
  border-radius: 16px;
  box-shadow: rgba(228,232, 247,0.8) 0px 0px 27px 0px;
  padding: 12px;
  text-align: center;
  font-style: italic;
  max-width: 300px;
  float: right;
  background: linear-gradient(90deg, #00c9b185 0%, rgba(255, 151, 154, 0.2) 45.3125%, #00c9b185 82.3125%, #00c9b185 100%);
  background-size: 200% 200%; 
  animation: gradientAnimation 6s ease infinite; 
}
.about-us-1 h1{
  font-weight: 600;
}

.waviy span {
  position: relative;
  display: inline-block;
  color: var(--btn-bg-color);
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  font-weight: 600;
  font-family: var(--default-font);
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}

.about-us-1 h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.about-us-1 p{
  text-align: justify;
}
.about-us-1 p span{
  font-style: normal;
}
.grow-1 {
  padding: 16px;
  background-color: var(--theme-bg-color);
  border-radius: 16px;
  text-align: center;
  min-height: 520px !important;
}
.grow-1 img{
  border-radius: 8px;
  margin-bottom: 8px;
}
.grow-1 h4{
  font-family: var(--heading-font) !important;
  font-weight: 400;
  text-align: center;
  padding: 0;
  font-size: 18px !important;
}
.grow-1 p{
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}
.grow-1 ul {
  padding: 6px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.grow-1 ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: justify;
}


.grow {
  margin-top: 16px;
  padding: 16px;
  background-color: var(--theme-bg-color);
  border-radius: 16px;
}
.grow-card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px;
}
.grow-card-icon {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--default-font-family);
}
.grow-card-icon img {
  width: 72px;
  height: auto;
  border-radius: 8px;
}
.grow-card-content {
  margin-left: 8px;
  padding: 0;
}
.grow-card-content h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: var(--heading-font);
}
.grow-card-content p {
  font-size: 14px;
  color: var(--primary-color);
  margin: 0;
  padding: 0;
  text-align: justify;
}

.grow ul {
  padding: 6px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.grow ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: justify;
}
/* .about-us .buddyse .our-view .team-1{
  padding: 0;
}
.about-us .buddyse .our-view .team-2{
  position: fixed;
  top: 30%;
  left: 42%;
  padding: 12px;
  border-radius: 26px;
  font-style: italic;
  font-family: var(--default-font);
  background: linear-gradient(90deg, rgba(243, 202, 77, 0.2) 0%, rgba(255, 151, 154, 0.2) 45.3125%, rgba(221, 165, 227, 0.2) 82.3125%, rgba(203, 171, 255, 0.2) 100%);
}
.team-1 img{
  border-radius: 50%;
  padding: 8px;
  width: 160px;
  background: linear-gradient(90deg, rgba(243, 202, 77, 0.2) 0%, rgba(255, 151, 154, 0.2) 45.3125%, rgba(221, 165, 227, 0.2) 82.3125%, rgba(203, 171, 255, 0.2) 100%);
}

.about-us .buddyse .worked-box {
  border-radius: 15px;
  background: linear-gradient(90deg, rgba(243, 202, 77, 0.2) 0%, rgba(255, 151, 154, 0.2) 45.3125%, rgba(221, 165, 227, 0.2) 82.3125%, rgba(203, 171, 255, 0.2) 100%);
  padding: 20px;
  width: 100%;
  max-width: 320px;
}
.worked-box .worked-more {
  padding-bottom: 10px;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  line-height: normal;
  text-align: center;
}
 .worked-box .client-img-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.worked-box .position-relative {
  position: relative !important;
}
.worked-box .position-relative .client-img {
  border-radius: 50%;
  width: 36px;
  border: 2px solid #cccccc;
  height: auto;
  cursor: pointer;
}
.worked-box .position-relative .client-img1 {
  position: relative;
}
.worked-box .position-relative .client-img2{
  position: absolute;
  left: 30px;
}
.worked-box .position-relative .client-img3 {
  position: absolute;
  left: 60px;
}
.worked-box .position-relative .client-img4 {
  position: absolute;
  left: 90px;
}
.worked-box .position-relative .client-img5 {
  position: absolute;
  left: 120px;
}
.worked-box .position-relative .client-img6 {
  position: absolute;
  left: 150px;
}
.worked-box .position-relative .client-img7 {
  position: absolute;
  left: 180px;
}
.worked-box .position-relative .client-img8 {
  position: absolute;
  left: 210px;
}
.worked-box .position-relative .client-img9 {
  position: absolute;
  left: 240px;
} */

.overlay-text {
  padding: 30px;
  border-radius: 20px;
  background: white;
  margin-top: 20px;
  box-shadow: 0px 1px 20px 0px #f2f2f2;
}
.overlay-text h1{
  padding: 0px!important;
  font-size: 24px;
}
.overlay-text p{
  padding: 0px!important;
  
}
/* Corevalue */

.sec-bg-01 {
    background: #f7f7f7;
}
.pp-section {
    padding: 100px 0 70px 0;
    position: relative;
    overflow: hidden;
}
.section-header {
  margin-bottom: 30px;
}

.text-center {
  text-align: center !important;
}
.section-header .title span {
  background-color: #8cb6f5;
  background-image: -webkit-gradient(linear-gradient(135deg, #8cb6f5, #3474d4));
  background-image: linear-gradient(135deg, #8cb6f5, #3474d4);
  background-size: 100%;

}
.core .features-image {
  border-radius: 10px;
}

.features-image {
  box-shadow: 0px 0px 15px #dfd9ff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  background: #fff;
}
.style-image {
  width: 100%;
}
.core .features-text {
  color: #777 !important;
}

.features-text {
  margin: 10px 0px 30px 0px;
  color: #555 !important;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}









.trusted{
  margin: 0;
  overflow: hidden;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.trusted .trusted-box{
  border-radius: 26px;
  padding: 26px;
  background: var(--btn-bg-color);
}
.trusted .trusted-box h6{
  padding-bottom: 16px;
  color: var(--btn-text-color);
  font-weight: normal;
}

.technology{
  margin: 0;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
}
.technology .technology-box{
  padding: 0px;
}
.technology h1{
  font-weight: 600;
}
.technology h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.technology p{
  text-align: justify;
  padding-bottom: 26px;
  font-size: 16px;
}
.technology p span{
  font-style: normal;
}

.technology .techbox{
  padding: 30px;
  width: 100%;
  /* height: 700px; */
  background: var(--theme-bg-color);
  text-align: center;
  border-radius: 16px;
  /* overflow: hidden; */
}

.technology .techbox .ul{
  text-align: left;
}

.technology .techbox p{
  text-align:justify;
  font-size: 14px;
}

.technology .techbox img{
  width: 100%;
  margin-bottom: 10px;
  border-radius: 16px;
}
.technology .techbox h6{
  font-weight: 600;
  text-align: left;
}
.technology .techbox p{
  text-align: center;
  padding: 0;
  margin: 0 0 20px 0;
}
.technology .techbox p span{
  font-weight: 600;
  text-align: justify;
  padding: 0;
  margin: 0;
}

.logoMarqueeSection {
  padding: 0;
}

#logoMarqueeSection {
  margin: 0 auto;
}

div.marquee>a>img {
  height: 48px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 2.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
.teams{
  padding-top: 26px;
  padding-left: 26px;
  padding-bottom: 26px;
}
.teams h1{
  font-weight: 600;
}
.teams h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.teams p{
  padding-bottom: 26px;
  padding-right: 26px;
  text-align: justify;
}
.teams p span{
  font-weight: normal;
}
.team-container {
  display: flex;
  flex-wrap: wrap;
}

.client-container {
  width: 100%;
  overflow: hidden;
}
.team-card {
  background-color: var(--theme-bg-color);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  position: relative;  /* Add this line */
  margin-right: 16px !important;
  margin-bottom: 60px !important;
  cursor: pointer;
}

.team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); 
  border-radius: 16px;
}

.team-card img {
  width: 100%;
  min-height: 340px;
  height: 100% !important;
  border-radius: 16px;
}

.team-card .info {
  position: absolute;  /* Add this line */
  top: 80%;  /* Center vertically */
  left: 50%;  /* Center horizontally */
  transform: translate(-50%, -50%);  /* Center with transform */
  color: var(--btn-text-color);  /* White text color */
  width: calc(100% - 40px);  /* Adjust the width */
  text-align: left;
}

.team-card .info h2 {
  font-size: 14px !important;
  font-family: 'Roboto', cursive;
  color: var(--btn-text-color);
  padding: 0px !important;
  margin: 0px !important;
}

.team-card .info p {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px !important;
  color: var(--btn-text-color); 
  text-align: left;
}
.team-card .info p span{
  padding: 0px !important;
  margin: 0px !important;
  font-size: 12px !important;
  font-style: italic;
  text-align: left;
  font-weight: normal;
  color: var(--light-color);  /* Ensure paragraph text is white */
}

.team-card .info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0px !important;
  margin: 0px !important;
}

.team-card .info .tags span {
  border-radius: 16px;
  padding: 3px 10px;
  font-size: 0.8em;
  border:  1px solid var(--btn-bg-color-hover);
  color: var(--btn-text-color);  /* Black text color for contrast */
}

.team-card:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.team-card:hover::before {
  opacity: 1;
}

/* New Details Div Styling with Fade-In Animation */
.details {
  position: absolute;
  top: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(243, 202, 77, 0.2) 0%, rgba(255, 151, 154, 0.2) 45.3125%, rgba(221, 165, 227, 0.2) 82.3125%, rgba(203, 171, 255, 0.2) 100%);
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--btn-text-color);
  border-radius: 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
.details p{
  padding-left: 26px;
  font-size: 14px !important;
  font-style: italic;
  text-align: center;
  color: var(--btn-text-color);  /* Ensure paragraph text is white */
}

.team-card:hover .details {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Move up to its final position */
}
.team-card:hover .info {
  opacity: 0; /* Fade in */
  transform: translateY(0); /* Move up to its final position */
}
.services{
  padding-top: 36px;
  padding-bottom: 60px;
}
.tab-container{
  padding: 50px 40px;
  margin: 0px 16px;
  border-radius: 16px;
  background: var(--theme-bg-color);
}

.tab-container h1{
  font-weight: 600;
  color: var(--btn-bg-color);
}
.tab-container h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.tab-content input{
  display: none;
}

.tab-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.tab-container p{
  text-align: justify;
}
.tab-container p span{
  font-weight: normal;
}
.tab-content .list{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20%;
  margin-right: 26px;
}

.tab-content .list label{
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: var(--btn-bg-color);
  padding-left: 16px;
  transition: all 0.5s ease;
  z-index: 10;
}

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about
{
  color: var(--btn-text-color);
}

.tab-content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.5s ease;
  
  background: var(--btn-bg-color);
}

#home:checked ~ .list .slider{
  top: 0;
}

#blog:checked ~ .list .slider{
  top: 60px;
}

#help:checked ~ .list .slider{
  top: 120px;
}

#code:checked ~ .list .slider{
  top: 180px;
}

#about:checked ~ .list .slider{
  top: 240px;
}


.tab-content .text-content{
  width: 80%;
  background: #fff; padding: 26px; border-radius: 16px;
  height: 100%;
  color: var(--btn-bg-color);
  position: relative; /* Allows absolutely positioned elements inside it */
  overflow: hidden; /* Ensures moving shapes don't overflow the container */
}
.tab-content .text-content .half-circle {
  position: absolute;
  bottom: -25px; 
  right: -25px;  
  width: 96px;  
  height: 96px; 
  background-color: #e0e0e0; 
  background: linear-gradient(130deg, #14f7dc 0%, rgba(255, 151, 154, 0.2) 28.3125%, #2ce9d3e3 82.3125%, #2ae9d3d3 100%);
  background-size: 200% 200%; 
  border-radius: 50%; 
  clip-path: circle(50% at 50% 50%); 
  z-index: 100;
  animation: drawCircle 4s infinite linear; /* Add this line for animation */
}
/* Keyframes for the drawing animation */
@keyframes drawCircle {
  0% {
    clip-path: circle(0% at 50% 50%); /* Start with no circle */
    bottom: -50px; 
    right: -50px;
  }
  50% {
    clip-path: circle(50% at 50% 50%); /* Halfway through the circle */
  }
  100% {
    clip-path: circle(50% at 50% 50%); /* Complete the circle */
  }
}
.tab-content .text{
  display: none;
}
.tab-content .text .title{
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.tab-content .text .sub-title{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--default-font);
}

.tab-container .text p{
  text-align: justify;
}

.tab-content .text-content .home{
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about{
  display: block;
}
#home:checked ~ .text-content {
  /* background: #ffb6d3; */
  box-shadow: rgba(228, 232, 247, 0.8) 0px 0px 20px 0px;
}
#blog:checked ~ .text-content {
  /* background: #c6b1ff; */
  box-shadow: rgba(228, 232, 247, 0.8) 0px 0px 20px 0px;
}
#help:checked ~ .text-content {
  /* background: #8ce9fa; */
  box-shadow: rgba(228, 232, 247, 0.8) 0px 0px 20px 0px;
}
#code:checked ~ .text-content {
  /* background: #ffcbab; */
  box-shadow: rgba(228, 232, 247, 0.8) 0px 0px 20px 0px;
}
#about:checked ~ .text-content {
  /* background: #79ff9f; */
  box-shadow: rgba(228, 232, 247, 0.8) 0px 0px 20px 0px;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home{
  display: none;
}

.tab-content .list label:hover{
  color: var(--btn-bg-color-hover);
}
@media (max-width: 1180px) {
  .technology .techbox {
    padding: 30px;
    width: 100%;
    background: var(--theme-bg-color);
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
}
}
  /* Mobile view styles */
@media (max-width: 1024px) {
  .works-container .nav-item {
    width: 17%!important;
    padding-right: 14px;
    cursor: pointer;
}
.works-container .nav-pills {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
  .tab-content {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-content .list,
  .tab-content .text-content {
    width: 100%;
    margin-right: 0; /* Remove margin for full width */
    margin-bottom: 16px; /* Add spacing between elements if needed */
  }

  .tab-content .text-content {
    margin-bottom: 0; /* Adjust or remove if necessary */
  }
}
@media (max-width: 820px) {
  .works-container .nav-item{
    width: 19%!important;
  }
  .works-container .nav-pills {
    width: 100%;
    padding-left: 15px!important;
    padding-right: 15px!important;
    margin: 0;
}
}
@media (max-width: 600px) {
  .works-container .nav-item{
    width: 35%!important;
  }
  .works-container .nav-pills {
    width: 100%;
    padding-left: 15px!important;
    padding-right: 15px!important;
    margin: 0;
}
.overlay-text {
  padding: 15px!important;
}
.overlay-text h1 {
  padding: 0px !important;
  font-size: 18px!important;
}
.footer .footer-links {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.footer .footer-links ul li {
    padding: 10px 0;
    display: block!important;
    align-items: center;
}
.social-links.d-flex.mt-4 {
  text-align: center;
  justify-content: center;
}
.footer .footer-about .logo {
  line-height: 1;
  justify-content: center;
  margin-bottom: 8px;
}

.footer h3 {
  text-align: center;}
}
.solutions{
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 26px;
}

/* .custom-content {
  display: none;
}

.custom-content.active {
  display: block;
} */

.custom-content .solutions-container {
  display: flex;
  flex-wrap: wrap;
}
.solutions-container h1{
  font-weight: 600;
  padding: 0;
}
.solutions-container h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.solutions-container p{
  padding-right: 26px;
  text-align: justify;
}
.solutions-container p span{
  font-weight: normal;
}
.solutions-container .inner{
  padding-bottom: 36px;
}
.solutions-container .button-info{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.solutions-container .button-info .custom-button {
  padding: 8px 8px;
  border-radius: 6px;
  color: var(--btn-bg-color);
  box-shadow: rgba(228, 232, 247, 0.8) 0px 0px 20px 0px;
  /* background: var(--theme-bg-color); */
  border: 1px solid var(--btn-bg-color-hover);
  cursor: pointer;
  text-align: center;
  flex: 1 1 auto; /* Flex property to allow resizing */
  max-width: 150px; 
  box-sizing: border-box;
  transition: background-color .5s;
}

.solutions-container .button-info .custom-button:hover {
  background-color:var(--btn-bg-color);
  color: var(--btn-text-color);
  background-image:linear-gradient(to right, rgba(221,221,221,0) 0%, rgba(221,221,221,0) 40%, rgba(221,221,211,.7) 100%);
  background-repeat:no-repeat;
  background-size: 200% 100%; 
  transition:background-size 1s, background-color 1s;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;

}


.solutions-container .button-info .custom-button.active {
  /* Active button styles */
  background-color:var(--btn-bg-color);
  color: var(--btn-text-color);
}
.works{
  padding-top: 36px;
  padding-bottom: 60px;
}
.works-container{
  padding-bottom: 48px;
  margin: 0px 16px;
  border-radius: 16px;
  background: var(--theme-bg-color);
}
.works-grid-item {
  /* background-color: lightgray; */
  border-radius: 6px;
}
.works-container h1{
  font-weight: 600;
  padding-top: 48px;
  padding-left: 48px;
}
.works-container h4{
  padding-left: 48px;
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.works-container p{
  padding-left: 48px;
  padding-right: 48px;
  text-align: justify;
}
.works-container p span{
  font-weight: normal;
}
.works-container .work-items{
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 36px;
    margin: 0;
}
.work-items .work-text-content{
    position: relative;  
    width: 100%;         
    margin: auto;        
    overflow: hidden;    
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 16px 0px; */
}
.work-items .work-text-content img {
    width: 100%;         /* Make the image responsive */
    height: auto;        /* Maintain aspect ratio */
    display: block;      /* Ensure the image takes up the full width */
}

.budget-label {
  position: absolute;
  bottom: 0px;     /* Adjust for spacing */
  left: 0px;    /* Adjust for spacing */
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  color: #fff;   /* White text */
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 600;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  text-align: center;
}
.works-1{
  padding: auto;
}
.works-container-1{
  padding: 16px;
  margin: 0px 16px;
  border-radius: 16px;
  background: var(--theme-bg-color);
}
.works-container-1 h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.works-container-1 p{
  text-align: justify;
}
.works-container-1 p span{
  font-weight: normal;
}
.works-container-1 .work-items-1{
  padding: 6px;
  margin: 0;
}
.works-container-1 .work-items-1 .work-text-content{
  position: relative;  
  width: 100%;         
  margin: auto;        
  overflow: hidden;    
  border-radius: 8px;
  /* box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 16px 0px; */
}
.works-container-1 .work-items-1 .work-text-content img {
  width: 100%;         /* Make the image responsive */
  height: auto;        /* Maintain aspect ratio */
  display: block;      /* Ensure the image takes up the full width */
}
.bottom-text {
  justify-content: center;
  align-items: center; 
  text-align: left;  
  color: var(--black);       
  padding: 16px;      
  border-radius: 8px;
  box-sizing: border-box;
  background: var(--btn-text-color);
  margin: 5px;
}

.bottom-text h1{
  margin: 0;          
  padding: 0;         
  font-size: 16px;
  text-align: left;
  color: var(--black);;
}
.bottom-text p {
  margin: 0;          
  padding: 0;  
  font-size: 14px;       
  color: var(--black);
  text-align: justify;
}

.bottom-text-1 {
  justify-content: center;
  align-items: center; 
  text-align: left;  
  color: var(--black);       
  padding: 16px;      
  border-radius: 8px;
  box-sizing: border-box;
  background: var(--btn-text-color);
  margin-top: 8px;
  margin-bottom: 16px;
  min-height: 300px;
}

.bottom-text-1 h1{
  margin: 0;          
  padding: 0;         
  font-size: 16px;
  text-align: left;
  color: var(--black);;
}
.bottom-text-1 p {
  margin: 0;          
  padding: 0;  
  font-size: 14px;       
  color: var(--black);
  text-align: justify;
}
.work-items .overlay-text {
  justify-content: center;
  align-items: center; 
  text-align: left;  
  color: var(--black);       
  padding: 16px;      
  border-radius: 8px;
  box-sizing: border-box;
  background: var(--btn-text-color);
}

.work-items .overlay-text h1{
  margin: 0;          
  padding: 0;         
  font-size: 18px;
  text-align: left;
  color: var(--black);;
}
.work-items .overlay-text p {
  margin: 0;          
  padding: 0;  
  font-size: 16px;       
  color: var(--black);
  text-align: justify;
  /* color: var(--theme-bg-color); */
}

.work-items .overlay-text .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 6px !important;
  margin: 0px !important;
}

.work-items .overlay-text .tags span {
  border-radius: 16px;
  padding: 3px 10px;
  font-size: 0.8em;
  border:  1px solid var(--btn-bg-color);
  color: var(--btn-bg-color-hover);  /* Black text color for contrast */
}

.work-items .work-text-highlights{
  position: relative;  
  width: 100%;         
  border-radius: 16px;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;
  background: #fff;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 151, 154, 0.2) 45.3125%, transparent 82.3125%, transparent 100%);
  background: url('../img/portfolio/bg-1.png') no-repeat center center/cover; /* Fallback background image */
  padding: 16px;
}
.work-items .work-text-highlights h6{
  font-size: 18px;
  color: #0d0c22;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.work-items .work-text-highlights p{
  padding: 0px;
  margin: 0px;
  font-size: 14px;       
  line-height: 18px;
}
.work-items .work-text-highlights p span{
  font-weight: 500;
}

.work-items .work-text-solution{
  position: relative;  
  width: 100%;         
  border-radius: 16px;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;
  /* background: linear-gradient(90deg, transparent 0%, rgba(255, 151, 154, 0.2) 45.3125%, transparent 82.3125%, transparent 100%);
  background-size: 100% 200%; 
  animation: gradientAnimation 4s ease infinite; */
  background: #fff;
  background: url('../img/portfolio/bg-2.png') no-repeat center center/cover; /* Fallback background image */
  background-size: 100% 100%; 
  padding: 16px;
}
.work-items .work-text-solution h6{
  font-size: 18px;
  color: #0d0c22;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.work-items .work-text-solution p{
  padding: 0px;
  margin: 0px;
  font-size: 14px;       
  line-height: 18px;
}
.work-items .work-text-solution p span{
  font-weight: 600;
}

.work-items .work-text-services {
  position: relative;  
  width: 100%;         
  border-radius: 16px;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;
  background: #fff;
  background: url('../img/portfolio/bg-4.png') no-repeat center center/cover; /* Fallback background image */
  background-size: 100% 100%;
  padding: 16px;
}
.work-items .work-text-services h6{
  font-size: 18px;
  color: #0d0c22;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.work-items .work-text-services p{
  padding: 0px;
  margin: 0px;
  font-size: 14px;       
  line-height: 18px;
}
.work-items .work-text-services p span{
  font-weight: 600;
}

.work-items .work-text-result {
  position: relative;  
  width: 100%;         
  border-radius: 16px;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;
  /* background: linear-gradient(90deg, transparent 0%, rgba(255, 151, 154, 0.2) 45.3125%, transparent 82.3125%, transparent 100%);
  background-size: 200% 200%;  */
  /* animation: gradientAnimation 4s ease infinite;  */
  background: #fff;
  background: url('../img/portfolio/bg-2.png') no-repeat center center/cover; /* Fallback background image */
  background-size: 100% 100%; 
  padding: 16px;
}
.work-items .work-text-result h6{
  font-size: 18px;
  color: #0d0c22;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.work-items .work-text-result p{
  padding: 0px;
  margin: 0px;
  font-size: 14px;       
  line-height: 18px;
}
.work-items .overlay-text a {
  font-size: 14px !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 8px;
  margin-left: 16px;
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
}
.work-items .work-text-result p span{
  font-weight: 600;
}

.works-container .nav-pills{
  width: 100%;
  padding-left: 46px;
  padding-right: 46px;
  margin: 0;
}
.works-container .nav-item{
  width: 12.00%;
  padding-right: 14px;
  cursor: pointer;
}
.works-container .nav-pills .nav-link{
  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: var(--btn-text-color);
  color: #000;
  border-radius: 16px;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;
}
.works-container .nav-pills .nav-link.active{
  background: var(--btn-text-color-hover);
  color: #fff;
}

@media (max-width: 768px) {
  .works-container .nav-pills {
    padding-left: 16px;
    padding-right: 16px;
  }

  .works-container .nav-item {
    width: 33.33%; /* 3 items per row */
    padding-right: 8px;
  }

  .works-container .nav-pills .nav-link {
    font-size: 14px;
    padding-top: 10px;
  }
  .work-items .overlay-text {
    text-align: left;
  }
  
  .work-items .overlay-text h1{
    text-align: left;
    font-size: 14px !important;
  }
  .work-items .overlay-text p {
    text-align: justify;
    font-size: 12px !important;
  }
  .work-items .overlay-text .tags {
    display: none !important;
  }
  
  .work-items .overlay-text .tags span {
    text-align: center;
  }
}

/* Mobile View */
@media (max-width: 480px) {
  .works-container .nav-pills {
    padding-left: 8px;
    padding-right: 8px;
  }

  .works-container .nav-item {
    width: 100%; /* Full width for each item */
    padding-right: 0;
    margin-bottom: 8px;
  }
}
/* Custom styles for the tab content */
.works-container .custom-tab-content {
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px;
}

.works-container .custom-tab-content .custom-tab-pane {
  display: none;
  padding: 0;
  margin: 0;
}
.works-container .custom-tab-content .custom-tab-pane.show {
  display: block;
  padding: 0;
  margin: 0;
}


/* Responsive adjustments */
@media (min-width: 1024px) {
  .word::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px; /* Adjust based on your text */
    height: 2px;
    background-color: #d3d3d3; /* Underline color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
  }
  .word::after {
    animation: underline 4s ease infinite;
  }
}
@media (max-width: 1023px) {
  .solutions-container p span{
    font-style:italic;
    font-weight: 600;
  }
  .tab-container p span{
    font-style:italic;
    font-weight: 600;
  }
  .works-container p span{
    font-style:italic;
    font-weight: 600;
  }
  .works-container p span{
    font-style:italic;
    font-weight: 600;
  }
  .teams p span{
    font-style:italic;
    font-weight: 600;
  }
  .about-us p span{
    font-style:italic;
    font-weight: 600;
  }
}
@media (min-width: 576px) {
  .solutions-container .button-info .custom-button {
    flex: 0 1 calc(50% - 20px); /* Two buttons per row with space between */
  }
}


@media (min-width: 768px) {
  .solutions-container .button-info .custom-button {
    flex: 0 1 calc(33.333% - 20px); /* Three buttons per row */
  }
}
/* .solutions-container .custome-content-div{
  display: none;
}
.solutions-container .custome-content-div.active{
  display: block;
} */
.development{
  background-color: #ffb6d3;
}
.design{
  border: 1px solid #c6b1ff;
  border-radius: 6px;
}
.branding{
  border: 1px solid #79eaff;
  border-radius: 6px;
}
.digital{
  border: 1px solid #ff6d85;
  border-radius: 6px;
}
.technical{
  border: 1px solid #daff79;
  border-radius: 6px;
}
.testing{
  border: 1px solid #da79ff;
  border-radius: 6px;
}
.data{
  border: 1px solid #79ff9f;
  border-radius: 6px;
}
.cloud{
  border: 1px solid #ffcbab;
  border-radius: 6px;
}

.solutions-container .pricing-item-1 {
  padding: 10px;
  /* border: 1px solid var(--btn-bg-color); */
  border-radius: 16px;
  cursor: pointer;
  background-color: var(--theme-bg-color);
}
.solutions-container .pricing-item-1:hover {
  background-color:var(--btn-bg-color);
  background: linear-gradient(90deg, rgba(243, 202, 77, 0.2) 0%, rgba(255, 151, 154, 0.2) 45.3125%, rgba(221, 165, 227, 0.2) 82.3125%, rgba(203, 171, 255, 0.2) 100%);
}

.pricing-item-1 h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.pricing-item-1 h4 {
  color: var(--accent-color);
  font-family: var(--heading-font) !important;
  font-weight: 400;
  text-align: center;
  padding: 0;
}

.pricing-item-1 h4 sup {
  font-size: 28px;
}

.pricing-item-1 h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 18px;
}
.pricing-item-1 p {
  padding: 0;
  margin: 0;
}

.pricing-item-1 ul {
  padding: 6px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  /* line-height: 20px; */
}

.pricing-item-1 ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/

.solutions-container .pricing-item {
  padding: 10px;
  height: 100%;
  min-height: 400px;
  border: 1px solid var(--btn-bg-color);
  border-radius: 16px;
  cursor: pointer;
}
.solutions-container .pricing-item:hover {
  background-color:var(--btn-bg-color);
  background: linear-gradient(90deg, rgba(243, 202, 77, 0.2) 0%, rgba(255, 151, 154, 0.2) 45.3125%, rgba(221, 165, 227, 0.2) 82.3125%, rgba(203, 171, 255, 0.2) 100%);
}

.pricing-item h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.pricing-item h4 {
  font-size: 48px;
  color: var(--accent-color);
  font-family: var(--heading-font) !important;
  font-weight: 400;
  text-align: center;
}

.pricing-item h4 sup {
  font-size: 28px;
}

.pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 18px;
}

.pricing-item ul {
  padding: 6px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.pricing-item ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.pricing-item ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing-item ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing-item ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing-item ul .na span {
  text-decoration: line-through;
}

.pricing-item .buy-btn {
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--btn-text-color);
  color: var(--btn-text-color);
}
.pricing-item .buy-btn:hover {
  background: var(--btn-text-color);
  color: var(--btn-bg-color);
}


/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq-container{
  padding: 50px 40px;
  margin: 0px 16px;
  border-radius: 16px;
  background: var(--theme-bg-color);  
}
.faq-container h1{
  font-weight: 600;
  color: var(--btn-bg-color);
}
.faq-container h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.faq-item {
  background: var(--btn-text-color);  
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}


.faq .faq-container .faq-item .faq-content {
  display: grid;
  display: none;
}
.faq .faq-container .faq-item .faq-content.show {
  display: grid;
  display: block;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-active {
  background-color: var(--btn-text-color-hover);
  color: var(--btn-text-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--contrast-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  /* visibility: visible;
  opacity: 1; */
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding: 26px;
  font-family: var(--heading-font);
}
.contact h1{
  font-weight: 600;
  color: var(--btn-bg-color);
}
.contact h4{
  font-weight: 400;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.contact p{
  font-weight: 400;
  font-family: var(--default-font);
}

.info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--btn-bg-color);
  background: var(--theme-bg-color);
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}


.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 8;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--btn-bg-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  border: 0;
  padding: 10px 36px;
  transition: 0.4s;
  border-radius: 26px;
  box-shadow: rgb(221, 221, 221) 0px 0px 20px 0px;
  border: 2px solid var(--btn-bg-color);
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--theme-bg-color), transparent 20%);
  color: var(--btn-bg-color);
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  margin-top: 60px;
  color: var(--default-color);
  background-color: var(--theme-bg-color);
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  font-size: 14px;
  padding-bottom: 60px;
  padding-bottom: 0px;
  position: relative;
}

.footer .footer-top {
  padding-top: 60px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 8px;
}

.footer .footer-about .logo img {
  max-height: 62px;
  padding: 0;
  margin: 0;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--btn-bg-color), transparent 50%);
  font-size: 18px;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background-color: var(--btn-text-color);
  color: var(--contrast-color);
  border-color: var(--btn-bg-color);
}

.footer h3 {
  font-weight: bold;
  font-family: "Source Serif 4", Georgia, serif !important;
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 16px;
  line-height: 0;
  font-family: var(--heading-font);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  line-height: 1;
  font-family: var(--heading-font);
  color: #000;
}

.footer .footer-links ul a:hover {
  font-weight: 600;
  color: var(--btn-bg-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
  font-family: var(--heading-font);
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .copyright p {
  margin-bottom: 0;
  font-family: var(--heading-font);
  font-size: 14px !important;
}

.footer .credits {
  margin-top: 4px;
  font-size: 13px;
}

.footer .credits a {
  color: color-mix(in srgb, var(--contrast-color), transparent 30%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--theme-bg-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--btn-bg-color-hover) transparent var(--btn-bg-color-hover) transparent;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.reviews {
  display: block;
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--btn-bg-color);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 32px;
  color: var(--btn-text-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--btn-bg-color-hover), transparent 20%);
  color: var(--btn-text-color-hover);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .mobile {
    display: block;
  }
  .web {
    display: none;
  }
  .header .btn-getstarted{
    display: none;
  }
  .tab-container{
    padding: 50px 18px !important;
  }
  .faq-container{
    padding: 50px 18px !important;
  }
  .works-container p{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .works-container p{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .works-container h1{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .works-container h4{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .work-items .work-text-highlights{
    display: none;
  }
  .work-items .work-text-solution{
    display: none;
  }
  .work-items .work-text-result{
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .home-badge{
    padding: 16px 36px !important;
  }
  .home-badge{
    padding: 16px 36px !important;
  }
  .hero h1 {
    font-size: 18px !important;
  }
  .work-items .work-text-content .overlay-text h1{
    font-size: 16px !important;
  }
  .work-items .work-text-content .overlay-text p{
    font-size: 14px !important;
  }
  .work-items .work-text-content img{
    min-height: 140px !important;
  }
}

@media screen and (max-width: 1024px) {
  .reviews{
    display: none;
  }
  .word {
    animation: none; /* Disable the animation */
    display: inline !important;
  }
  .technology p span {
    font-style: italic;
    font-weight: 600;
  }
}

