/* poppins font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* teko font */
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");

/* Comic Neue */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


html {
  scroll-behavior: smooth;
}

/* html, body {
  overflow-x: hidden;
} */

body {
  font-family: "Poppins", sans-serif !important;
}
footer#colophon h3 {
  color: #fff !important;
  text-transform: uppercase;
}
section.process h2 {
  color: #fff;
}
#page div#content h1 {
  padding-top: 0 !important;
}
.color {
  color: #08c1d7;
}

.bg-color {
  background-color: #08c1d7 !important;
}

h1 {
  color: black;
  font-size: 50px !important;
  font-weight: 600 !important;
}

h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

p {
  font-size: 14px;
  font-weight: 400;
}

.half-width {
  width: 60%;
  margin: 0 auto;
}

/* header */
header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.no-add-hours a {
  font-size: 14px;
}

.hours p {
  font-size: 14px;
}

.header-links a {
  font-size: 20px;
  transition: 0.2s ease-in-out;
  &:hover {
    color: #08c1d7;
  }
}

.case-study h1 {
  margin-bottom: 35px;
  color: #fff;
}
section.about-banner h1 {
  text-transform: capitalize;
}
.about-banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.about-banner {
  position: relative;
}
/* navbar */
.navbar-nav li {
  padding: 0px 12px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  height: 350px;
  overflow-y: scroll;
}
.pagination a,
.pagination span {
  padding: 8px 18px;
  background: #eee;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}
.pagination .current {
  background: #08c1d7;
  color: #fff !important;
}

.navbar-nav li a {
  color: white !important;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
button.navbar-toggler {
  background-color: white !important;
}
/* .navbar-nav li a:hover{
    color: #08C1D7 !important;
} */
.navbar-nav li a {
  transition: 0.4s ease-in-out;
}
.navbar-nav li a:after {
  content: "";
  background: #08c1d7;
  display: block;
  margin-top: 3px;
  width: 0;
  height: 1px;
  transition: 0.4s ease-in-out;
}
.navbar-nav li a:hover {
  color: #08c1d7 !important;
}
.navbar li a:hover:after {
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #e9ecef00 !important;
}
.dropdown-menu h6 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000;
  width: fit-content;
}
.brand {
  position: relative;
  z-index: 9 !important;
}

.nav-button span {
  background: #fff;
  height: 4px;
  width: 60%;
  position: absolute;
  right: 14px;
  transition: 0.3s;
  border-radius: 2px;
}

.nav-button span:nth-child(1) {
  top: 0px;
}
.nav-button span:nth-child(2) {
  top: 8px;
}
.nav-button span:nth-child(3) {
  top: 16px;
}

body.nav-open .nav-button span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}

body.nav-open .nav-button span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-button span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}

body.nav-open .menu-overlay {
  visibility: visible;
  opacity: 1;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.933);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-overlay ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.menu-overlay ul li {
  margin: 20px 0;
}

.menu-overlay ul li a {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-button {
  cursor: pointer;
  width: 40px;
  height: 30px;
  position: relative;
}

.close-menu {
  position: absolute;
  top: 80px;
  right: 50px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1001;
}

/* Prevent background scroll */
body.nav-open {
  overflow: hidden;
}

body.nav-open .menu-overlay {
  visibility: visible;
  opacity: 1;
}
.infinite-slider .owl-item {
  width: auto !important;
  display: inline-block;
}
.infinite-slider .slide-text {
  white-space: nowrap;
  font-size: 40px;
}

.infinite-slider .owl-stage {
  display: flex !important;
  align-items: center;
  white-space: nowrap;
}
.infinite-slider .owl-item {
  float: none;
}
/* banner section */
.quote-content p {
  font-size: 20px !important;
}
.left-service h3 {
  color: #000;
  font-weight: 600 !important;
  font-size: 39px !important;
}
/* banner section */
.banner {
  height: 700px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.banner .banner_w {
  width: 100%;
}
.banner-caption {
  position: absolute;
  top: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 110px;
}
.banner-content h2 {
  font-size: 38px !important;
  font-weight: 800;
}
.dropdown-menu.mega-menu a {
  color: #08c1d7 !important;
  font-size: 16px;
  font-weight: 400;
  margin: 13px 0;
}
.banner-content p {
  font-size: 17px;
}
.banner-content h1 {
  font-size: 78px !important;
  font-weight: 700;
  line-height: 80px;
}
.banner .item {
  height: 700px;
}
.link-btn {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 30px;
  color: #fff;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -40px !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #f3f3f3 !important;
  position: relative;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #08c1d7 !important;
}
#exampleModal .modal-dialog.di-width {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.post-meta li,
.post-meta span,
.post-meta a,
.post-meta svg {
  color: #08c1d7 !important;
  fill: #08c1d7;
}

body.single-post .entry-content p {
  font-weight: 400 !important;
  color: #000 !important;
}
body.single-post .entry-header.has-text-align-center.header-footer-group {
  position: relative !important;
}
body.single-post #site-content .entry-header {
  background: transparent !important;
}
.logged-in-as a {
  text-decoration: none;
  color: #08c1d7 !important;
}
.logged-in-as {
  color: #000 !important;
}
#submit {
  padding: 10px 35px;
}
.recent-posts a {
  font-weight: 500 !important;
  color: #08c1d7 !important;
  text-decoration: none;
  text-transform: capitalize;
}
.recent-posts {
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 #ccc;
  margin-bottom: 15px;
}
body.single-post .entry-categories-inner a {
  font-size: 16px;
  text-decoration: none;
  color: #08c1d7 !important;
}
body.single-post .entry-title {
  text-transform: capitalize;
  font-size: 40px !important;
}
body.single-post #site-content > div {
  padding-top: 150px;
}
.img-fluid.wp-post-image {
  width: 100%;
}
.post-meta a {
  text-decoration: none;
}
.post-meta {
  padding: 0;
  display: flex;
  gap: 10px;
}
.recent-posts {
  position: sticky;
  top: 50px;
}
body.single-post header {
  background: #000 !important;
}
body.single-post .featured-media {
  position: relative;
}
body.single-post .featured-media::before {
  content: "";
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.single-post .entry-header-inner.section-inner.medium {
  text-align: left;
}
body.single-post .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  position: relative;
  height: 450px;
  object-fit: cover;
  object-position: top center;
  width: 100% !important;
}
.bg-talk-img .row {
  padding: 0 15px;
}
html body .Submit {
  width: fit-content !important;
  padding: 10px 35px !important;
  background: #fff !important;
  border-radius: 5px !important;
}
.wpcf7-textarea {
  height: 100px;
}
.linkdin-position {
  background: #0077b5;
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 30px;
}
.linkdin-position a img {
  height: 15px;
  width: 15px !important;
}

.insta-position {
  position: absolute;
  left: -32px;
  top: 100px;
}

.fb-position {
  position: absolute;
  top: 219px;
  left: -30px;
}
/* Default hidden state */
.dropdown-menu.mega-menu {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  display: block !important; /* Bootstrap needs it for hover too */
  visibility: hidden;
  pointer-events: none;
}

/* When Bootstrap adds .show, apply fade-in */
.dropdown-menu.mega-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  z-index: 999;
}

body header .dropdown-menu.show {
  display: block !important;
}
.dropdown-menu.mega-menu {
  width: 90%;
  left: 0;
  right: 0;
  padding: 2rem;
  background-color: #f8f9fa;
  display: none !important;
  margin: 0 auto;
}
.nav-link.dropdown-toggle {
  position: relative;
}
.nav-link.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 5px;
  background: url(/wp-content/uploads/2025/07/dropdown-arrow.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  width: 8px;
  height: 12px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(1.8) contrast(1.1);
}
#starting {
  padding: 0 !important;
}
#starting li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.service-banner h6 {
  margin-bottom: 35px;
}
#starting li::before {
  content: "";
  background: url(../../assets/images/arrow_01.png);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 5px;
}
.our_approach .parallax-card img {
  width: 200px;
  height: 90px;
  object-fit: contain;
}
section.service-banner.about-banner > DIV {
  position: relative;
}
.dropdown-menu.mega-menu::before {
  content: "";
  background: url(/wp-content/uploads/2025/07/Asset-3@3x.png);
  height: 100%;
  width: 100%;
  background-size: 6%;
  background-position: left top;
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  background-repeat: no-repeat;
  z-index: -1;
}
#category_project > div {
  padding: 7px 16px !important;
  background: #fff;
  color: #000;
}
#category_project img {
  width: 35px;
}
#category_project p {
  font-size: 14px !important;
  margin: 0 !important;
}
.dropdown-menu.mega-menu .container {
  position: relative;
  z-index: 999;
}
.dropdown-menu.mega-menu::after {
  content: "";
  background: url(/wp-content/uploads/2025/07/Asset-1@3x1.png);
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
}
.nav-item:focus-visible,
.nav-item a:focus-visible {
  border: none !important;
  outline: unset !important;
}
.mega-menu .row > div {
  margin-bottom: 1rem;
}
.mega-menu h6 {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.dropdown-menu.mega-menu a {
  color: #6f6c6c !important;
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0;
  width: fit-content !important;
}

.dropdown-toggle::after {
  border: 1px solid #0000 !important;
}

.dropdown-menu.mega-menu .container::before {
  content: "";
  background: url(/wp-content/uploads/2025/07/Asset-2@3x.png);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 10%;
  z-index: -1;
  background-position: left bottom;
  left: -41px;
  bottom: -46px;
}

.dropdown-menu.mega-menu .container::after {
  content: "";
  background: url(/wp-content/uploads/2025/07/Asset-4@3x.png);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 10%;
  z-index: -1;
  background-position: center;
  left: 0;
  top: -113px;
}

/* infinite section */
.infinite .item h2 {
  font-family: "Teko", sans-serif;
  font-size: 55px;
}

.infinite-slider .owl-item {
  width: auto !important;
}

.fade-type {
  color: rgba(0, 0, 0, 0.397);
}

/* button talk to us */

button.btn.pos-fixed {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: rotate(270deg);
  left: -35px;
  background-color: rgb(132, 132, 132);
  color: white;
}
.modal-dialog.di-width {
  max-width: 600px !important;
}
.posi-absol {
  position: absolute;
  z-index: 99;
  right: -15px;
  top: -35px;
  border: none !important;
}
.popup-cross {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(347deg) brightness(107%) contrast(101%) !important;
  opacity: 1 !important;
}
.bg-talk-img {
  background-image: url(../images/close-up-businesswoman-with-big-smile.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.pos-stat {
  position: static !important;
  transform: rotate(0deg) !important;
  background: transparent !important;
  color: #08c1d7 !important;
  border: 1px solid #08c1d7 !important;
  padding: 8px 30px !important;
  font-size: 20px;
}

.pos-stat {
  transition: 0.4s ease-in-out;
  box-shadow: inset 0px 0px #08c1d7;
  &:hover {
    color: white !important;
    box-shadow: inset 0px -60px #08c1d7;
  }
}

/* about us section */
.about-left-img-2 img {
  margin: -106px 0px 0px -55px;
  width: 50%;
  position: relative;
}

.all-news p {
  padding-top: 16px;
  font-size: 15px;
}

.about-left-img {
  position: relative;
}
.about-us h3 {
  font-size: 38px;
  font-weight: 600;
}
h1 {
  text-transform: capitalize;
}
.about-us .container hr {
  margin-top: 80px;
}

/* video section */
.video-embed iframe {
  width: 60%;
  height: 330px;
}
.all-news a {
  border: 2px solid #08c1d7;
  color: #08c1d7;
  transition: 0.4s ease-in-out;
  box-shadow: inset 0px 0px #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -40px #08c1d7;
  }
}

.what_Needed {
  background-color: #efefef !important;
}
.what_Needed h2 {
  font-weight: 700;
  color: #000;
}
ul.list-unstyled li {
  margin-bottom: 5px !important;
}
.list-unstyled i {
  color: #08c1d7;
  font-size: 22px;
}
.all-news i {
  transition: 0.4s ease-in-out;
}
.all-news:hover i {
  transform: translateX(5px);
}
.research h2 {
  font-size: 20px !important;
}
.research p {
  font-size: 15px !important;
  font-weight: 400 !important;
}
/* service section */
.service {
  padding: 0px 0px 70px;
  background: url(../images/img_03.jpg) no-repeat;
  background-position: bottom left;
}

/* Sticky Left Section */
.left-service {
  flex: 1;
  position: sticky;
  top: 40px;
  height: fit-content;
  padding-right: 40px;
}
/* Scrollable Right Section */
.right-service {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.parallax-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out;
}

.parallax-card:hover {
  transform: translateY(-10px);
  color: white;
}
.right-service .parallax-card a {
  color: black;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.right-service .parallax-card:hover a {
  color: white;
}

.mobile-development-right,
.web-development-right,
.digital-marketing-right,
.designing-right {
  transition: transform 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-development-right:hover {
  background-image: url(../images/representation-user-experience-interface-design-smartphone.jpg);
}
.web-development-right:hover {
  background-image: url(../images/programming-background-collage.jpg);
}
.digital-marketing-right:hover {
  background-image: url(../images/case-img4.webp);
}
.designing-right:hover {
  background-image: url(../images/case-img1.png);
}
.parallax-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.parallax-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0); /* Initially transparent */
  transition: background 0.3s ease;
  z-index: -1;
}
.parallax-card:hover::before {
  background: rgba(0, 0, 0, 0.72); /* Black overlay on hover */
}

.flex-slide-1 img {
  transition: transform 0.3s ease-in-out;
  &:hover {
    transform: translateY(-7px);
    cursor: pointer;
  }
}

/* process section */
.process {
  padding: 70px 0px;
  background: #08c1d7;
}
.research {
  width: 22%;
}
.round-arrow {
  margin: 0px -40px -70px 0px;
}

.arrow-rotate {
  transform: rotate(180deg);
  margin: 0px 0px -90px -38px;
}

.process .d-flex span {
  background-color: white;
  font-size: 34px;
  padding: 10px 13px;
  border-radius: 50px;
}

.different-padding span {
  padding: 10px 17px !important;
}

.process-content {
  margin-bottom: 60px;
}

.process .d-flex h4 {
  margin-top: 80px;
}

.different-margin h4 {
  margin-top: 102px !important;
}

.research {
  height: 100%;
}

/* serve section */
.serve .row {
  background: url(../images/img_04.jpg);
  background-size: cover;
  padding: 70px 40px;
}
.title-h {
  font-size: 40px;
}

.serve-card {
  /* width: 19%; */
  position: relative;
  width: 17%;
  text-align: center;
}
.serve-card::before {
  content: "";
  position: absolute;
  color: #08c1d7;
  border: 2px solid;
  z-index: 1;
  width: 40%;
  border-radius: 20px 0px 0px 20px;
  bottom: 45px;
  left: 10px;
  transition: 0.4s ease-in-out;
}

.serve-card:hover::before {
  width: 70%;
}

.serve-card .box img {
  transition: 0.4s ease-in-out;
}

.serve-card .box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(77deg) brightness(103%) contrast(105%);
}

.serve-card .box {
  transition: 0.4s ease-in-out;
}

.serve-card .box:hover {
  background-color: #08c1d7;
}

.serve-card h3 {
  font-size: 14px;
  font-weight: 400 !important;
  color: #393939;
}

.serve-card img {
  height: 50px;
}

.serve-card .box {
  text-align: center;
  background: white;
  padding: 40px;
  border-radius: 10px 10px 40px 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 140px;
  height: 140px;
}

/* testimonial section */
.testimonial {
  padding: 70px 0;
}
.serve a {
  display: inline-block;
}

.client-reviews img {
  width: auto !important;
}

/* contact us section */
.contact-us {
  background: url(../images/bg_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0px 100px 0px;
}

p.color.fs-1 {
  margin: -10px 0px;
}

.world {
  margin-right: 20px;
}

.world h1 {
  font-size: 50px !important;
}

.contact-us form {
  background: #fff;
  border-radius: 10px 10px 55px 10px;
  padding: 50px;
  margin-left: 20px;
}

.contact-us form input,
.contact-us textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.contact-us textarea {
  height: 130px;
}

form .submit {
  border: 2px solid #08c1d7;
  background: transparent;
  color: #08c1d7;
  transition: 0.4s ease-in-out;
  box-shadow: inset 0px 0px #08c1d7;
  width: fit-content !important;
  &:hover {
    color: white;
    box-shadow: inset 0px -40px #08c1d7;
  }
}
/* blog section */
.blog-section {
  padding: 100px 0px;
}
.blog-posts .card-img-top {
  height: 250px;
}
.single-post article ul li {
  list-style: circle;
  font-size: 14px;
}

/* Parent should have position: relative */
.popup-show {
  position: relative;
  display: inline-block;
}

/* Show on hover */
.popup-show:hover .popup_content {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999;
}
header .navbar-nav li > a.nav-link.dropdown-toggle::after:hover {
  content: "";
  display: block !important;
}
.navbar-nav li > a.nav-link.dropdown-toggle::after {
  content: "";
  display: none;
}
.popup_content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  background: #08c1d7cf;
  padding: 25px;
  border: 1px solid #ccc;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  height: 100%;
  color: #fff;
  width: 91.5%;
}

.service-img div {
  position: absolute;
  top: 43%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 86%;
  background: #fff;
  z-index: 999999999999;
  padding: 15px !important;
  height: auto;
  border-radius: 25px;
}
.popup_content p {
  font-size: 14px;
  font-weight: 400;
}
button:focus:not(:focus-visible) {
  outline: unset !important;
  box-shadow: unset !important;
}
.skip-link.screen-reader-text {
  display: none;
}
.blog-posts a.btn {
  padding: 5px 20px;
  font-size: 15px;
  background: #08c1d7;
  border: none;
  border-radius: 50px;
}
.video-embed iframe {
  margin: 0 !important;
  border-radius: 10px;
}
section.contact-column .input-row input,
section.contact-column textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.blog-posts p.card-text {
  font-size: 15px;
  font-weight: 400;
}
.blog-posts h5 {
  font-weight: 600;
  font-size: 20px;
}
.blog-posts p.text-muted {
  font-size: 14px;
  color: #08c1d7 !important;
}
.blog-card {
  background-color: white;
  border-radius: 45px 0px 60px 0px;
  overflow: hidden;
}

.blog-detail {
  padding: 22px;
}

.blog-date {
  margin-top: -37px;
  .blog-detail a:hover {
  }
  color: rgb(255, 94, 0);
}

.brand {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.infinite-slider-2 .item img {
  filter: grayscale(100%);
}
.infinite-slider-3 .item img {
  filter: grayscale(100%);
}
/* case studies */
.case-study {
  background: url(../images/bg_02.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.case-study h4 {
  color: #fff;
}

.view-project a {
  color: #08c1d7;
  transition: 0.4s ease-in-out;
  &:hover {
    color: #08c1d7;
  }
}
.view-project a:hover:after {
  width: 30%;
}
.view-project a:after {
  content: "";
  background: #08c1d7;
  display: block;
  margin-top: 3px;
  width: 0;
  height: 1px;
  transition: 0.4s ease-in-out;
}

.view-project i {
  transition: 0.4s ease-in-out;
}
.view-project:hover i {
  transform: translateX(5px);
}

.case .item .category img {
  width: 20% !important;
}
.case .item .category .cat > p {
  font-size: 14px !important;
}
.case.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute !important;
  bottom: -45px !important;
  left: 50% !important;
}

/* brand section */
.brand {
  margin-bottom: 100px;
}
/* footer section */
footer {
  background: #262626;
  padding-top: 80px;
}

.footer-logo i {
  font-size: 22px;
  transition: 0.2s ease-in-out;
}

.fut-quick-links li {
  list-style-type: none;
  padding: 5px 0px;
}
footer {
  font-size: 14px;
}

.fut-quick-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;

  &:hover {
    color: #08c1d7;
  }
}

.fut-gallery img {
  width: 20%;
  height: 60px;
}
.read-more-gal a {
  font-size: 14px;
  color: #08c1d7;
}
.read-more-gal a:hover {
  color: #fff;
}
.read-more-gal i {
  transition: 0.4s ease-in-out;
}
.read-more-gal:hover i {
  transform: translateX(5px);
}

.address-name p {
  font-size: 14px;
}
.fut-ad img {
  width: 20px;
  height: 20px;
}

/* scroll up button */
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  text-decoration: none;
}

/* Icon styles */
.scroll-up i {
  font-size: 35px;
  border-radius: 50%;
  border: 2px solid rgb(255, 94, 0);
  padding: 12px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 24px;
  color: rgb(255, 94, 0);
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Base button layout */
.fab-button {
  position: fixed;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: jiggle 0.6s infinite ease-in-out;
  z-index: 99999;
}
/* Icon styling */
.fab-button i {
  transition: transform 0.2s ease-in-out;
}

.fab-button:hover i {
  color: white;
  transform: scale(1.2);
}

.call-btn {
  bottom: 95px;
  background-color: #007bff;
}
.call-btn i {
  font-size: 25px;
}

/* WhatsApp specific */
.whatsapp-btn {
  bottom: 175px;
  background-color: #25d366;
}
/* Larger icon for WhatsApp */
.whatsapp-btn i {
  font-size: 35px;
}

/* Jiggle animation at normal scale */
@keyframes jiggle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(4deg);
  }
}

/* about page */
.about-banner {
  background: url(../images/breadcrumb.jpg);
  padding: 250px 0px 140px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

/* about section -1 */
section.about-section-1 {
  margin-bottom: 170px;
}
.years-experience {
  background-color: rgb(60, 60, 60);
  margin: 6px 0px 0px 0px;
}
.about-content ul li {
  list-style-type: none;
  padding: 5px 0px;
}
.discover-more a {
  border: 2px solid #08c1d7;
  color: #08c1d7;
  transition: 0.4s ease-in-out;
  box-shadow: inset 0px 0px #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}

.work_with {
  background: #fff !important;
}
.work_with h2 {
  font-size: 55px;
  color: #000 !important;
}
.about-section-1 h5 {
  text-transform: uppercase;
  font-weight: 600;
}
.work_with h5 {
  font-size: 20px;
  color: #000;
}
/* partner section */
section.partner {
  margin-bottom: 50px;
}
.founder h2 {
  font-size: 55px;
  color: #000;
  font-weight: 700 !important;
}
.blockquote-footer.mt-3 {
  text-align: right;
  display: block;
  background: transparent;
  padding-top: 0;
}
.work_with .col-md-8 > div i {
  color: #08c1d7;
}
.work_with .col-md-8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.work_with .col-md-8 > div {
  display: block !important;
  border: 1px solid #9f9f9f;
  margin: 5px;
  padding: 10px;
  width: 48%;
  border-radius: 10px;
}
.partner-content ul li {
  list-style-type: none;
  padding: 5px 0px;
}

/* experience section */
.experience {
  position: relative;
  background: rgba(0, 0, 0, 0.678);
  padding: 140px 0px;
}

.experience::before {
  content: "";
  position: absolute;
  background: url(../images/man-standing-explaining-his-friends-how-it-works.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  z-index: -1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: white !important;
  /* background-color: #08C1D7 !important; */
  color: #08c1d7 !important;
}
.nav-pills .nav-link {
  border-radius: 0px !important;
  border: 1px solid white !important;
}
.nav-link {
  color: white !important;
}
ul li {
  list-style-type: none;
}
.nav-pills li.nav-item.nav-link {
  font-size: 13px !important;
  font-weight: 500;
}
.first ul li {
  padding: 4px 0px;
}

/* counter section */
section.counter {
  margin: 100px 0px;
}

.counter-img img {
  height: 118px;
  border: 3px solid #08c1d7;
  padding: 14px;
  background-color: white;
  border-radius: 15px;
  margin-bottom: 14px;
}

/* get a quote section */
.quote {
  background: url(../images/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
}
/*.quote::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, 0.479);
}*/
.quote-content {
  position: relative;
}
.quote-btn a {
  color: #08c1d7;
  border: 2px solid #08c1d7;
  color: #08c1d7;
  transition: 0.4s ease-in-out;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: inset 0px 0px #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}

/* contact-page */
.contact-banner {
  background: url(../images/office-desktop-with-laptop-business-man.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
}
.contact-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.about-banner-content.text-center {
  position: relative;
}

/* contact-column */

section.contact-column {
  margin: 100px 0px;
}
/* .contact-column .d-flex input{
    width: 50%;
} */

.contact-column form {
  background: #ffffff;
  border-radius: 0px;
  padding: 0px;
  margin-left: 0px;
}
.contact-banner form input,
textarea {
  /* width: auto !important; */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;

  border-radius: 0px !important;
}

.contact-right-side {
  padding: 50px;
}
.contact-right-side a {
  font-size: 21px;
  &:hover {
    color: #08c1d7 !important;
  }
}
.add-email img {
  height: 20px;
}
.follow i {
  font-size: 20px;
  color: #08c1d7;
  transition: 0.2s ease-in-out;
  &:hover {
    color: #08c1d7;
  }
}
.blog-img img {
  width: 100%;
}
.input-row input {
  height: 50px;
  margin-bottom: 15px;
}
.form-textarea textarea {
  height: 160px;
  padding: 20px 10px;
}
\.contact-column form input.wpcf7-submit {
  border: 1px solid #08c1d7;
  color: #fff;
  background: #08c1d7 !important;
}
.contact-column form input.wpcf7-submit {
  border: 1px solid #08c1d7;
  color: #fff;
  background: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.contact-right-side.shadow {
  border-radius: 0px 0px 100px 0px;
}
.checkbox-section label input {
  width: auto !important;
  margin: 10px;
}

/* service-page */
.service-banner {
  background: url(../images/group-people-with-laptops.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.service-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.97);
  top: 0;
}
.service-banner-content.text-center {
  position: relative;
}

/* service-page-cards */
.service-page-cards {
  margin-bottom: 100px;
}
.service-page-card h3 {
  font-size: 22px;
}
.service-bannerr p {
  font-weight: 400;
  font-size: 16px;
}
.service-bannerr {
  padding-top: 0px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.service-name img {
  width: 25%;
}
.service-bannerr img {
  width: 100% !important;
}
.service-name {
  padding: 12px 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  background: white;
}
.service-page-card {
  position: relative;
  /* z-index: -1; */
  width: 100%;
  height: 100%;
}
.service-name {
  position: absolute;
  bottom: -38px;
  width: 80%;
  left: 22px;
  z-index: 9999;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.accordion-item button {
  padding: 30px 20px;
}
.accordion-button {
  background-color: #f5f5f5;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}
.accordion-button:not(.collapsed) {
  background-color: #e1e7ff;
  color: #000;
}
.accordion-button:focus {
  box-shadow: none;
}
.section-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px !important;
  font-weight: bold !important;
}
.service-bannerr p b {
  font-weight: 600;
  color: #000;
  font-size: 21px;
}
.service-bannerr h2 {
  color: black;
  font-size: 40px !important;
  font-weight: bold !important;
}
.contact-text p {
  font-size: 20px;
  font-weight: 300;
}
.contact-text h2 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 50px !important;
  font-weight: bold !important;
}
.overlay .btn.btn-learn {
  width: fit-content !important;
  padding: 10px 35px !important;
  background: #08c1d7 !important;
  border: none !important;
  border-radius: 5px !important;
  color: #fff;
}
.overlay .web-design-form {
  margin-bottom: 0 !important;
}
.contact-section {
  background: url("/wp-content/uploads/2025/07/New-Project-2025-07-01T134237.978.png")
    no-repeat center center/cover;
  color: white;
  padding: 80px 0;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px;
}
.form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 15px;
}
.form-control::placeholder {
  color: #888;
}
.btn-submit {
  background-color: white;
  color: black;
  border: none;
  padding: 10px 25px;
}
.btn-learn {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 10px 25px;
  margin-top: 20px;
}
.contact-text {
  max-width: 500px;
}

#key_featured .col-lg-8 .row .col-md-6 > div,
#key_featured .col-lg-8 .row .col-md-12 > div {
  border-left: 5px solid #08c1d7;
}

section#casestudy {
  margin-bottom: 0 !important;
}
#casestudy {
  background-color: #1961e2;
  color: white;
  padding: 190px 0;
  padding-bottom: 85px;
}

.wrapper h2 {
  margin-bottom: 0 !important;
  margin-top: 51px;
  font-size: 23px;
  font-weight: 600;
  color: #08c1d7 !important;
}

.wrapper h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.icons img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.wrapper {
  margin-bottom: 55px;
}

/* #results i {
	color: #08C1D7 !important;
} */

#results .col-md-6 > div {
  border: 1px solid #08c1d7;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #08c1d703;
}

#results .row {
  justify-content: center;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
}
.testimonial-box {
  position: relative;
  padding: 3rem 2rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
}

.testimonial-author {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.testimonial-box i {
  color: #08c1d7;
}
.testimonial-box {
  border: 1px solid #08c1d7;
  padding: 30px;
  border-radius: 25px;
}

.testimonial-box .bi.bi-quote.testimonial-icon.bi-quote-up {
  position: relative;
  top: -40px;
  background: #fff;
  width: 214px !important;
  display: block;
  padding-left: 40px;
  font-size: 55px;
  height: 20px;
}
.bi.bi-quote.testimonial-icon.bi-quote-up::before {
  position: relative;
  top: -16px;
}

.testimonial-section h2 {
  margin-bottom: 20px;
  font-weight: 700;
  padding-left: 5px;
  color: #000;
}
.testimonial-box .bi.bi-quote.testimonial-icon.bi-quote-down {
  position: relative;
  bottom: -40px;
  background: #fff;
  width: 214px !important;
  display: block;
  padding-left: 40px;
  font-size: 55px;
  text-align: left;
  margin-left: auto;
  height: 20px;
}

.bi.bi-quote.testimonial-icon.bi-quote-down::before {
  position: relative;
  top: -16px;
}
.service-banner {
  background-color: #1961e2;
  color: white;
  padding: 135px 0;
}

.service-banner h2 {
  font-weight: 700;
  font-size: 2rem;
}

.service-banner p {
  margin-top: 15px;
  font-size: 1rem;
  opacity: 0.9;
}

.service-banner .img-box img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.service-name .logo-img img {
  width: 100% !important;
}
.service-name .logo-img {
  width: 30px;
}
.service-name a {
  color: black;
}
.service-page-card:hover .service-name a {
  color: #08c1d7;
}
.service-page-cards .row {
  row-gap: 90px;
}
.service-img {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  width: 91%;
}
.about-section-1 .wow img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.service-img img {
  width: 100%;
  height: 265px;
}
.lets_build {
  position: relative;
  background: url("/wp-content/uploads/2025/07/New-Project-2025-07-03T163244.153.png")
    center/cover no-repeat;
  height: auto;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 140px 0;
}
.lets_build-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.lets_build-content {
  position: relative;
  z-index: 2;
}

.lets_build-small {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.8;
}
.cards > div {
  border: 1px solid #08c1d74f;
  width: 25%;
  padding: 10px;
  border-radius: 5px;
  align-items: start !important;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(210, 210, 210, 0.15) !important;
}

.cards > div b {
  color: #08c1d7;
}
.cards {
  display: flex;
  gap: 10px;
}

/* gallery page */
.gallery-page {
  background: url("../images/gal-banner.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.gallery-page::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.gallery-content.text-center {
  position: relative;
}
.gal-grid-img {
  column-count: 3;
}
.gal-grid-img img {
  width: 100%;
  margin-bottom: 20px;
}

/* all the pages */
.posi-sticky {
  position: sticky;
  top: 0;
}

/* android-development page */
.mobile-app {
  background: url(../images/4428861.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.mobile-app::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.mobile-app-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-mobile-app {
  margin-bottom: 100px;
}

/* approach-mobile-app */
.approach-mobile-app {
  margin-bottom: 100px;
}

/* mobile-app-service */
.mobile-app-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}
.approach-list img {
  width: 10%;
}
.approach-para {
  width: 90%;
}

/* section mobile-app services  */
.mobile-app-services-card img {
  width: 9%;
}
.mobile-app-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* mobile-app-form */
.mobile-app-form {
  margin-bottom: 100px;
}
.mobile-app-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.mobile-app-form form input {
  height: 50px;
  width: 100%;
}
.Submit {
  width: fit-content !important;
  padding: 6px 35px !important;
  height: 45px !important;
  background: #fff !important;
}
.mobile-app-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.mobile-app-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
  width: 100%;
}
.mobile-app-form form textarea,
.mobile-app-form form input {
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 5px;
}
.mobile-app-form-content h1 {
  font-size: 60px !important;
}
.mobile-app-form form .mb-3 {
  width: 48%;
}
section.mobile-app-services {
  margin-bottom: 100px;
}

/* web development page */
.web-design {
  background: url(../images/web_designing_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  background-position: center;
  margin-bottom: 100px;
}
.web-design::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.web-design-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-web-design {
  margin-bottom: 100px;
}

/* approach-web-design */
.approach-web-design {
  margin-bottom: 100px;
}

/* web-design-service */
.web-design-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section web-design services  */
.web-design-services-card img {
  width: 9%;
}

.web-design-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* web-design-form */
.web-design-form {
  margin-bottom: 100px;
}
.web-design-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.web-design-form form textarea {
  width: 100%;
  border: 0;
}
.web-design-form form input {
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border-radius: 5px;
  border: 0;
}
.web-design-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.web-design-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.web-design-form-content h1 {
  font-size: 60px !important;
}
.web-design-form form .mb-3 {
  width: 48%;
}
section.web-design-services {
  margin-bottom: 100px;
}

.web-design-form .accordion-button:not(.collapsed) {
  color: #08c1d7;
  background-color: #fff;
}

/* about-web-design section */
.about-web-development {
  margin-bottom: 100px;
}

/* approach-web-development */
.approach-web-development {
  margin-bottom: 100px;
}

/* web-development-service */
.web-development-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section web-development services  */
.web-development-services-card img {
  width: 9%;
}

.web-development-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* web-development-form */
.web-development-form {
  margin-bottom: 100px;
}
.web-development-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.web-development-form form input {
  height: 50px;
}
.web-development-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.web-development-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.web-development-form-content h1 {
  font-size: 60px !important;
}
.web-development-form form .mb-3 {
  width: 48%;
}
section.web-development-services {
  margin-bottom: 100px;
}
.web-design-form.lets_build .container .row {
  position: relative;
}
.web-design-form.lets_build .container .row form {
  background: #00000091;
  border-radius: 15px;
}

/* graphic designing page */
.graphic-designing-banner {
  background: url(../images/young-woman-working-animation-studio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.graphic-designing-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.graphic-designing-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-graphic-designing {
  margin-bottom: 100px;
}

/* approach-graphic-designing */
.approach-graphic-designing {
  margin-bottom: 100px;
}

/* graphic-designing-service */
.graphic-designing-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section graphic-designing services  */
.graphic-designing-services-card img {
  width: 9%;
}

.graphic-designing-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* graphic-designing-form */
.graphic-designing-form {
  margin-bottom: 100px;
}
.graphic-designing-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.graphic-designing-form form input {
  height: 50px;
}
.graphic-designing-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.graphic-designing-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.graphic-designing-form-content h1 {
  font-size: 60px !important;
}
.graphic-designing-form form .mb-3 {
  width: 48%;
}
section.graphic-designing-services {
  margin-bottom: 100px;
}

/* Ios app page */
.ios-app {
  background: url(../images/ios-dev.jpg) !important;
}

/* Android app page */
.android-app {
  background: url(../images/app__development__banner-scaled.jpg) !important;
}

/* seo page */
.seo-banner {
  background: url(../images/seo-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.seo-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.seo-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-seo {
  margin-bottom: 100px;
}

/* approach-seo */
.approach-seo {
  margin-bottom: 100px;
}

/* seo-service */
.seo-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section seo services  */
.seo-services-card img {
  width: 9%;
}

.seo-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* seo-form */
.seo-form {
  margin-bottom: 100px;
}
.seo-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.seo-form form input {
  height: 50px;
}
.seo-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.seo-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.seo-form-content h1 {
  font-size: 60px !important;
}
.seo-form form .mb-3 {
  width: 48%;
}
section.seo-services {
  margin-bottom: 100px;
}

/* android-development page */
.android-development {
  background: url(../images/mobile-app-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.android-development::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.android-development-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-android-development {
  margin-bottom: 100px;
}

/* approach-android-development */
.approach-android-development {
  margin-bottom: 100px;
}

/* android-development-service */
.android-development-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section android-development services  */
.android-development-services-card img {
  width: 9%;
}
.android-development-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* android-development-form */
.android-development-form {
  margin-bottom: 100px;
}
.android-development-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.android-development-form form input {
  height: 50px;
}
.android-development-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.android-development-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.android-development-form-content h1 {
  font-size: 60px !important;
}
.android-development-form form .mb-3 {
  width: 48%;
}
section.android-development-services {
  margin-bottom: 100px;
}

/* ios-development page */
.ios-development {
  background: url(../images/4428861.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.ios-development::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.ios-development-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-ios-development {
  margin-bottom: 100px;
}

/* approach-ios-development */
.approach-ios-development {
  margin-bottom: 100px;
}

/* ios-development-service */
.ios-development-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section ios-development services  */
.ios-development-services-card img {
  width: 9%;
}
.ios-development-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* ios-development-form */
.ios-development-form {
  margin-bottom: 100px;
}
.ios-development-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.ios-development-form form input {
  height: 50px;
}
.ios-development-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.ios-development-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.ios-development-form-content h1 {
  font-size: 60px !important;
}
.ios-development-form form .mb-3 {
  width: 48%;
}
section.ios-development-services {
  margin-bottom: 100px;
}

/* sopify-seo page */
.sopify-seo {
  background: url(../images/7484896.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.sopify-seo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.sopify-seo-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-sopify-seo {
  margin-bottom: 100px;
}

/* approach-sopify-seo */
.approach-sopify-seo {
  margin-bottom: 100px;
}

/* sopify-seo-service */
.sopify-seo-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section sopify-seo services  */
.sopify-seo-services-card img {
  width: 9%;
}
.sopify-seo-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* sopify-seo-form */
.sopify-seo-form {
  margin-bottom: 100px;
}
.sopify-seo-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.sopify-seo-form form input {
  height: 50px;
}
.sopify-seo-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.sopify-seo-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.sopify-seo-form-content h1 {
  font-size: 60px !important;
}
.sopify-seo-form form .mb-3 {
  width: 48%;
}
section.sopify-seo-services {
  margin-bottom: 100px;
}

/* amazone-seo page */
.amazone-seo {
  background: url(../images/7484896.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.amazone-seo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.amazone-seo-content.text-center {
  position: relative;
}

/* about-web-design section */
.about-amazone-seo {
  margin-bottom: 100px;
}

/* approach-amazone-seo */
.approach-amazone-seo {
  margin-bottom: 100px;
}

/* amazone-seo-service */
.amazone-seo-service {
  margin-bottom: 100px;
}

.about-web-img img {
  border-radius: 81% 19% 49% 51% / 47% 69% 31% 53%;
}

/* section amazone-seo services  */
.amazone-seo-services-card img {
  width: 9%;
}
.amazone-seo-services-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
}
/* amazone-seo-form */
.amazone-seo-form {
  margin-bottom: 100px;
}
.amazone-seo-form form {
  padding: 32px !important;
  background: #08c1d7;
}
.amazone-seo-form form input {
  height: 50px;
}
.amazone-seo-form form button {
  background: white;
  border: 1px solid #ffffff;
  color: #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -60px #08c1d7;
  }
}
.amazone-seo-form form textarea {
  height: 100px;
  padding-top: 12px;
  border-radius: 0.375rem !important;
}
.amazone-seo-form-content h1 {
  font-size: 60px !important;
}
.amazone-seo-form form .mb-3 {
  width: 48%;
}
section.amazone-seo-services {
  margin-bottom: 100px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: -5px;
}

/* project page */
.projects {
  background: url(../images/proj.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.projects::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.projects-content.text-center {
  position: relative;
}

.text {
  color: black !important;
}
.nav-pills .nav-link.active.links {
  background-color: #08c1d7 !important;
  color: white !important;
}
.project-img {
  border-radius: 15px;
  overflow: hidden;
}
.project-tabs {
  margin-bottom: 100px;
}
.project-images {
  position: relative;
}
.project-img:hover .more-btn {
  opacity: 1;
}
.project-img img {
  transition: 0.4s ease-in-out;
}
.project-img:hover img {
  transform: scale(1.1);
}
.more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
  z-index: 99;
}
.more-btn i {
  font-size: 35px;
  border: 1px solid white;
  padding: 28px;
  border-radius: 50%;
  transform: rotate(-50deg);
  height: 90px;
  width: 90px;
  transition: 0.4s ease-in-out;
  &:hover {
    background-color: #08c1d7;
    border: none;
    transform: rotate(0deg);
  }
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.project-img {
  position: relative;
}
.al-med img {
  transform: scale(1) !important;
}
.al-med img:hover {
  transform: scale(1) !important;
}

.modal-dialog {
  max-width: 992px !important;
}
.al-med-content h1 {
  font-size: 35px !important;
}
.overflow {
  height: 70vh;
  overflow-y: scroll;
}

.tools-section ul li {
  padding: 5px 0px;
  transition: 0.4s ease-in-out;
}
.tools-section ul li:hover {
  transform: translateX(10px);
}

.website-visit a {
  border: 2px solid #08c1d7;
  color: #08c1d7;
  transition: 0.4s ease-in-out;
  box-shadow: inset 0px 0px #08c1d7;
  &:hover {
    color: white;
    box-shadow: inset 0px -40px #08c1d7;
  }
}
.website-visit i {
  transition: 0.4s ease-in-out;
}
.website-visit:hover i {
  transform: translateX(5px) !important;
  color: white;
}

.project-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.project-img:hover::after {
  background-color: rgba(0, 0, 0, 0.315);
}
.nav-pills .nav-link.links {
  font-size: 18px;
  font-weight: 600;
}
.nav-pills .nav-link.active.links {
  border-radius: 12px !important;
}
.project-name h3 {
  font-size: 22px;
}

.portfolio {
  position: relative;
}
.mobile-img img {
  height: 220px;
}
.mobile-img {
  position: absolute;
  position: absolute;
  top: 60%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.pr {
  padding-right: 150px;
}
.pl {
  padding-left: 175px;
}
.left-position {
  left: 50% !important;
}
.portfolio-width {
  width: 800px !important;
}
.top-position {
  top: 66% !important;
}
.portfolio-overflow {
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  width: 100%;
}

/* testimonial page */
.testimonials {
  background: url(../images/testimo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.testimonials::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.495);
  top: 0;
}
.testimonials-content.text-center {
  position: relative;
}

/* client reviews */

.client-reviews {
  margin-bottom: 100px;
}
.double-quote img {
  height: 50px;
}
.rating img {
  height: 100px;
}
.google img {
  height: 100px;
}
.client-thoughts {
  transition: 0.4s ease-in-out;
}
.client-thoughts:hover {
  background-color: #08c1d7;
  transform: translateY(-10px);
}
.client-thoughts:hover p,
.client-thoughts:hover h4 {
  color: white;
}

.client-thoughts:hover .double-quote img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(63%) saturate(1466%)
    hue-rotate(180deg) brightness(103%) contrast(112%);
}
.client-thoughts.shadow.p-4.rounded-4 {
  height: 100%;
}

/* masaya-cse study */
.masaya-banner {
  background: url(/wp-content/uploads/2025/07/gettyimages-530593044-2048x2048-1.webp)
    no-repeat center center fixed;
  background-size: cover;
}

.tools-img img {
  height: 87px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 14px;
  border-radius: 13px;
}
.tools-img {
  width: 30%;
}
.angular-width img {
  width: 78%;
}
.php-width img {
  width: 82%;
}
.build-content {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(253 245 240) 100%
  );
  text-align: center;
  padding: 78px 21px 10px;
  border-radius: 40px;
}
section.build {
  padding: 10px 0px 70px 0px;
}
.build-call {
  float: right;
}

.build-call a {
  background-color: #08c1d7;
}
.build-call h2 {
  margin-bottom: 30px;
}
section.web-design-form.lets_build {
  margin: 0px;
}
.seo-cards {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 20px;
  height: 100%;
  border-radius: 15px;
}

figure.mx-auto img {
  width: 70%;
}
.smm-bg {
  background: url(/wp-content/uploads/2025/07/social-media-marketing-concept-marketing-with-applications-2_11zon-scaled.jpg)
    center/cover no-repeat;
}
.ppc-bg {
  background: url(/wp-content/uploads/2025/07/search-find-view-information-data-graphic-symbol-icon_11zon-scaled.jpg)
    top/cover no-repeat;
}
.dm-bg {
  background: url(/wp-content/uploads/2025/07/corporate-management-strategy-solution-branding-concept_11zon.jpg)
    center/cover no-repeat;
}
.sss-bg {
  background: url(/wp-content/uploads/2025/07/representation-user-experience-interface-design-7_11zon-1-scaled.jpg)
    center/cover no-repeat;
}
.focus-banner {
  background: url(/wp-content/uploads/2025/07/New-Project-29.png) center/cover
    no-repeat;
}
.lets-talk button {
  padding: 5px 20px;
  border: none;
  box-shadow: none;
  margin: 10px 0;
  border-radius: 50px;
  font-size: 14px;
  background: #08c1d7;
  color: #fff;
}
.lets-talk textarea {
  width: 100%;
  box-shadow: unset !important;
  border-radius: 15px;
}
.lets-talk input,
.lets-talk textarea {
  width: 100% !important;
  box-shadow: unset !important;
  border: 1px solid #999696;
  padding: 12px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 15px !important;
}
.lets-talk input {
  width: 100% !important;
  box-shadow: unset !important;
}
.lets-talk {
  padding: 50px !important;
}
.service-faq .accordion-button:not(.collapsed) {
  color: #08c1d7;
  background: #08c1d736;
}
.service-faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(37%) sepia(78%) saturate(1904%)
    hue-rotate(0deg) brightness(102%) contrast(108%);
}

.modal-body.lets-talk
  p
  input.wpcf7-form-control.wpcf7-submit.has-spinner.bg-color {
  margin-top: 20px;
  color: white;
  font-weight: 500;
  border: none;
}
div#megaMenu {
  display: none !important;
}
ul.dropdown-menu.show li a {
  color: #000 !important;
  margin-bottom: 10px;
}

.modal-dialog.portfolio-width .modal-body.portfolio-overflow.project-4 img {
  width: 100%;
}

/* SEM PAGE */
.SEM {
  background: url(/wp-content/uploads/2025/08/search-engine-optimization-research-infomation-technology-concept_11zon-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
/* content-marketing page */
.content-marketing {
  background: url(/wp-content/uploads/2025/08/online-strategy-media-marketing-icons_11zon-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.approach-list-height {
  height: 100% !important;
}

/* static website */
.static-website-banner {
  background: url(/wp-content/uploads/2025/08/website-hosting-concept-with-search-bar_11zon-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
/*dynamic website  */
.dynamic-website {
  background: url(/wp-content/uploads/2025/08/analysis-strategy-study-information-business-planning_11zon-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

/* e-commerce page */
.e-commerce {
  background: url(/wp-content/uploads/2025/08/discount-shopping-season-with-sale_11zon-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

/* wordpress pAGE */
.wordpess-design {
  background: url(../images/wordpress-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

/* ux ui */
.ux-ui {
  background: url(/wp-content/uploads/2025/08/female-web-designer-office-with-notebook_11zon-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 140px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
/* RESPONSIVE WEB DESIGN */
.responsive-web-design {
  background: url(/wp-content/uploads/2025/08/responsive-design-layout-software-concept_11zon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.about-seo h2,
.listing-name h2 {
  color: black;
  font-size: 50px !important;
  font-weight: 600 !important;
}

/* blue filter image */
img.blue-filter-img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(41%) saturate(6996%)
    hue-rotate(143deg) brightness(97%) contrast(94%);
}

.h2-font-size {
  color: black;
  font-size: 50px !important;
  font-weight: 600 !important;
}
body.archive.tag header {
  position: static;
}
body.archive.tag header.top_header {
  background-color: #000;
}
body.archive.tag
  header.archive-header.has-text-align-center.header-footer-group {
  margin: 20px 0px;
}

/* office cultre page */

.page-template-office-culture h1,h2,h4{
  font-family: "Comic Neue", cursive;
}
.culture-story-banner{
    background: url(../images/creative-designers-team.jpg);
    padding: 250px 0px 140px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    background-position: 0px 72%;
    background-size: cover;
    background-repeat: no-repeat;
}

.culture-story-banner::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.495);
    top: 0;
}
.culture-story-banner h1{
    position: relative;
 
}
.what-make-card h4{
     font-family: "Comic Neue", cursive;
}
.what-make-card {
  text-align: center;
    height: 100%;
  position: relative;
  padding: 20px 40px;
  background: #fff;
  color: #000;
  border: 1px solid #08c1d7;
  font-size: 24px;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

/* Animated gradient border - always visible */
/* .what-make-card::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px;
  right: -1px; bottom: -1px;
  background: linear-gradient(270deg, #08c1d7, #08c1d7, #08c1d7);
  background-size: 400% 400%;
  animation: borderAnimation 4s linear infinite;
  z-index: -1;
} */

/* Inner background to mask the inside */
/* .what-make-card::after {
  content: '';
  position: absolute;
  top: 1px; left: 1px;
  right: 1px; bottom: 1px;
  background: #111;
  z-index: -1;
  transition: background-color 0.3s ease-in-out;
} */

/* Hover effect: change bg to white and text color to #08c1d7 */
/* .what-make-card:hover {
  background-color: white;
  color: #08c1d7;
  transform: scale(1.02);
} */

/* Also change the inner mask bg to white on hover */
/* .what-make-card:hover::after {
  background-color: white;
} */

@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.what-make-card img{
    width: 90px;
    filter: brightness(0) saturate(100%) invert(79%) sepia(64%) saturate(4082%) hue-rotate(138deg) brightness(91%) contrast(94%);
}

.g-gigsoft{
    background: url(../images/happy-business-team.jpg);
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        padding: 85px 0px;
}

.g-gigsoft::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.495);
    top: 0;
}
.g-gigsoft .container{
    position: relative;
}
.g-gigsoft p{
    font-size: 18px;
}
.kind-of-people .search_list ul li{
    padding-bottom: 12px;
}
 

.flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 30px; /* Gap between grid items */
}

.grid-item {
  background-color: #ffffff; /* White background for each card */
  border-radius: 15px; /* Rounded corners for cards */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Card shadow */
  overflow: hidden; /* Ensures shadows and borders are contained */
  display: flex;
  flex-direction: column;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #ffffff; /* White background */
  border-bottom: 1px solid #f0f0f0; /* Subtle separator */
}

.number-box {
  background-color: #08c1d7; /* Green color */
  color: white;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
}

.number-box span {
  display: block;
  font-size: 2.2rem; /* Large number */
  line-height: 1;
}

.number-box p {
  font-size: 0.7rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.icon-box {
    width: 120px;
    height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-section {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  position: relative; /* For arrow pseudo-element */
  background-color: #ffffff;
}


.text-content h4 {
  color: #333;
  font-size: 1.1rem;
  margin: 0 0 5px 0;
}

.text-content p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* Arrow Styling using pseudo-elements */
.bottom-section::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05)); /* Subtle shadow for the arrow */
}

.top-left-arrow::before {
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  top: -15px;
  left: calc(50% + 5px); /* Position the arrow above the content box */
  transform: translateX(-100%) rotate(0deg); /* Adjust for positioning */
}

.top-right-arrow::before {
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  top: -15px;
  right: calc(50% + 5px); /* Position the arrow above the content box */
  transform: translateX(100%) rotate(0deg); /* Adjust for positioning */
}

.bottom-left-arrow::before {
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -15px;
  left: calc(50% + 5px);
  transform: translateX(-100%) rotate(0deg); /* Adjust for positioning */
}

.bottom-right-arrow::before {
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -15px;
  right: calc(50% + 5px);
  transform: translateX(100%) rotate(0deg); /* Adjust for positioning */
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .flow-grid {
    grid-template-columns: 1fr; /* Single column on small screens */
  }

  .main-container {
    padding: 20px;
    border-radius: 15px;
  }

  .grid-item {
    margin-bottom: 20px;
  }

  /* Adjust arrow positions for single column layout */
  .top-left-arrow::before,
  .top-right-arrow::before,
  .bottom-left-arrow::before,
  .bottom-right-arrow::before {
    left: 50%;
    transform: translateX(-50%); /* Center the arrows */
  }

  .top-left-arrow::before,
  .top-right-arrow::before {
    top: -15px;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
  }

  .bottom-left-arrow::before,
  .bottom-right-arrow::before {
    bottom: -15px;
    border-width: 15px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
  }
}

.name-story .item img{
  width: 200px !important;
  margin: 0 auto !important;
}

.name-story .owl-nav.disabled + .owl-dots{
       margin-top: 0px !important;
}
.name-story .slide-info p{
padding: 0px 210px;
}
.name-story .owl-stage-outer {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    border-radius: 20px;
}

