/* BODY STYLE */
html {
  scroll-behavior: smooth;
}

body {
  color: #051022;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* ---------------------------------------------------
  FONT SIZES
----------------------------------------------------- */

h1, h2 {
  font-size: 54px;
  line-height: 1;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 50px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

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

.p-xss {
  font-size: 10px;
}

.p-xs {
  font-size: 12px;
}

.p-md {
  font-size: 18px;
}

.p-lg {
  font-size: 23px;
}

.p-xlg {
  font-size: 28px;
}

/* ---------------------------------------------------
  FONT FAMIILIES
----------------------------------------------------- */
/* ---------------------------------------------------
  GLOBAL STYLES
----------------------------------------------------- */
a {
  color: initial;
  text-decoration: none !important;
  transition: all .3s;
  display: inline-block
}

a:hover {
  color: #92C224;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important
}

/* ---------------------------------------------------
  FONT WEIGHTS
----------------------------------------------------- */
.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500 !important
}

.semi-bold {
  font-weight: 600
}

.bold {
  font-weight: 700
}

.x-bold {
  font-weight: 800
}

.font-black {
  font-weight: 900 !important;
}

/* ---------------------------------------------------
  COLORS
----------------------------------------------------- */
.m-grey-text {
  color: rgb(255, 255, 255, .6) !important;
}

.grey-text {
  color: #424242 !important;
}
.l-grey-text{
  color: #D4D4D4;
}
.d-grey-text {
  color: #333333 !important;
}

.orange-text, .green-text {
  color: #92C224 !important;
}
.blue-text{
  color: #1D2239 !important;
}

/* ---------------------------------------------------
  BUTTON STYLING
----------------------------------------------------- */
.site-btn{
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}
.site-btn::after{
  content: '';
  background: #92C224;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-left-span-dark {
  background-color: #1d2239!important;
}
.btn-left-span {
  background: #92C224;
   color: white;
  padding: 12px 30px;
  min-width: 180px;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-right-span{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #92C224;
  color: white;
  /* border: 1px solid #D9D9D9; */
  transition: all 0.3s ease;
  transform: scale(1);
}
.blue-btn::after{
  background: #1D2239;
}
.site-btn:hover .btn-left-span {
  background: white;
  color: #92C224;
  box-shadow: 0 5px 15px rgba(146, 194, 36, 0.3);
}

.site-btn:hover .btn-right-span {
  background: white;
  color: #92C224;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(146, 194, 36, 0.3);
}
.blue-btn .btn-left-span {
  background: #1D2239;
  /* border: 1px solid #D9D9D9; */
}

.blue-btn .btn-right-span{
  background: #1D2239;
  /* border: 1px solid #D9D9D9; */
}

.blue-btn:hover .btn-left-span {
  background: white;
  color: #1D2239;
  box-shadow: 0 5px 15px rgba(29, 34, 57, 0.3);
}

.blue-btn:hover .btn-right-span {
  background: white;
  color: #1D2239;
  box-shadow: 0 5px 15px rgba(29, 34, 57, 0.3);
}

.site-btn:hover::after {
  right: 40px;
  background: white;
}

.border-btn {
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
}

.border-btn:hover {
  background: #92C224;
  border: 1px solid #92C224;
  color: white;
}

.transparent-btn {
  background: 0 0;
  padding: 0;
  border: 0
}

/* ---------------------------------------------------
  INPUT STYLING
----------------------------------------------------- */
.site-input {
  width: 100%;
  appearance: none;
  padding: 12px 0;
  border: 0;
  font-size: 18px;
  border-bottom: 1px solid #CFCFCF;
  resize: none;
}

.site-input::placeholder {
  color: #919294;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

input[type="checkbox"]+label:before {
  border: 1px solid #707070;
  background-color: white;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 26px;
  margin: 0 7px 0px 0;
  padding: 4px;
  vertical-align: middle;
  width: 26px;
  border-radius: 5px;
}

input[type="checkbox"]:checked+label:before {
  background: #92C224;
  color: white;
  content: "\2713";
  text-align: center;
  border: 1px solid #92C224;
}

input[type="checkbox"]:checked+label:after {
  font-weight: bold;
}

input[type="checkbox"]:focus+label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

/* ---------------------------------------------------
  PRELOADER
----------------------------------------------------- */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9900
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  /* border: 3px solid rgba(0, 0, 0, .2); */
  border-top-color: #92C224;
  height: 18em;
  margin: 0 auto 3.5em auto;
  width: 18em
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  /* font: bold 4em "Circular Std Book"; */
  text-align: center;
  user-select: none;
  font-size:50px
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #92C224;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg)
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, .2);
  position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s
}

.ctn-preloader .loader-section {
  background-color: white;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
  left: 0
}

.ctn-preloader .loader-section.section-right {
  right: 0
}

.loaded .animation-preloader {
  opacity: 0;
  transition: .3s ease-out
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

.animation-preloader img {
  width: 155px;
  object-fit: contain;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-45%)
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg)
  }
}

@keyframes letters-loading {

  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0)
  }
}

/* ---------------------------------------------------
  HEADER
----------------------------------------------------- */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: white;
  /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
}

.header-top {
  background-color: #92C224;
  color: white;
  padding: 8px 0;
  font-size: 14px;
}

.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.header-top a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.header-top a:hover {
  color: #92C224;
}

.header-top i {
  margin-right: 5px;

}
header {
  padding: 0;
}
.main-nav {
  padding: 15px 0;
  background: #1d2239;
}

.navbar-brand img {
  max-height: 56px;
  width: auto;
}

.navbar-nav {
  gap: 25px;
}

.nav-link {
  color: #051022;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  transition: all 0.3s;
}

.nav-link:hover,
.nav-link.active {
  color: #92C224!important;
}

.services-tabs .nav-link.active:after {
  content: none;
}
.nav-link.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #92C224;
}

.navbar-toggler {
  border: none;
  padding: 8px 10px;
  font-size: 1.25rem;
  color: #051022;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.header-spacer {
  height: 180px; /* Adjust based on your header height */
}

.site-logo {
  width: 200px;
}

header .navbar-nav a {
  transition: ease-in-out .3s;
  font-size: 17px !important;
  color: #fff;
  padding: 15px 0 !important;
  text-transform: capitalize;
}

header .navbar-nav a:hover,
header .navbar-nav a.active,
header .navbar-nav a:active,
header .navbar-nav a:focus {
  color: white;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .main-header{
    background: url('../images/header-bg.png') no-repeat 50% 0% / 55% 90%;
  }
  .banner-text{
    display: inline-block;
    padding-top: 40px;
    background: url('../images/banner-bg.webp') no-repeat 100% 0% / 70px;
  }
}
.brand-img{
  width: 171px;
  height: 171px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.portfolio-circle{
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background: #92C224;
  border: 20px solid #DDECBB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-list{
  width: 800px;
}
.brands-section{
  position: relative;
}
.brands-section::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  /* width: calc(100% - 400px); */
  width: 940px;
  border: 20px solid #DDECBB;
  border-left: 0;
  height: 240px;
  border-radius: 0 200px 200px 0;
  background: #92C224;
}
.heading-with-circle{
  position: relative;
  padding: 20px 5px 20px 0;
  display: inline-block;
}
.heading-with-circle::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 42px;
  height: 42px;
  background: #92C224;
  border-radius: 100%;
  z-index: -1;
}
.ready-to-explore{
  background: url('../images/ready-to-explore-bg.png') no-repeat 100% 0% / cover;
  padding-top: 10%;
}
.ready-to-explore-inner{
  max-width: 620px;
  margin: 0 auto;
  padding: 0 40px;
}
.ready-to-explore-img{
  max-height: 448px;
  max-width: 689px !important;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 16px rgb(0, 0, 0, .25);
}
.ready-to-explore-carousel .owl-nav button, .testimonials-carousel .owl-nav button,.client-testimonials .owl-nav button{
  width: 39px;
  height: 39px;
  border-radius: 100% !important;
  background: #E4E4E4 !important;
  color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: ease-in-out .2s;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.ready-to-explore-carousel .owl-nav button.owl-prev, .testimonials-carousel .owl-nav button.owl-prev,.client-testimonials .owl-nav .owl-prev {
  left: 0;
}
.ready-to-explore-carousel .owl-nav button.owl-next, .testimonials-carousel .owl-nav button.owl-next,.client-testimonials .owl-nav .owl-next{
  right: 0;
}
.ready-to-explore-carousel .owl-nav button:hover, .testimonials-carousel .owl-nav button:hover,.client-testimonials .owl-nav button:hover{
  background: #92C224 !important;
  color: white !important;
}
.ready-to-explore-carousel .owl-nav button:hover i, .testimonials-carousel .owl-nav button:hover i,.client-testimonials .owl-nav button i{
  color: white !important;
}

.services-we-offer p.text-center {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.service-card {
  /* background: url('../images/service-card-bg.png') no-repeat 0% 0% / cover; */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background: white;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: 100%;
  padding: 30px 25px;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  padding: 10px;
  background: #92C224;
}
.read-more {
  color: #92C224;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.read-more:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92C224;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #92C224;
}

.read-more:hover:after {
  width: 100%;
}
.process-card{
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  height: 100%;
  cursor: pointer;
}
.our-process{
  position: relative;
}
.our-process::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40%;
  height: 415px;
  background: #92C224;
}
.our-process-inner{
  position: relative;
  z-index: 1;
}
.white-text{
  color: white;
}
.client-testimonials {
  background-color: #92C224;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.testimonials-carousel .item{
  padding-top: 30px;
}
.client-img {
  width: 56px !important;
  height: 56px !important;
  object-fit: cover;
  border-radius: 100%;
  border: 3px solid #fff;
  margin: 0 auto 0 auto;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.client-testimonials{
  position: relative;
}
.testimonial-shadow-left{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.testimonial-shadow-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.testimonials-carousel{
  position: relative;
}
.testimonials-carousel .owl-nav button{
  z-index: 333;
}
.get-in-touch-imgs img{
  width: 50%;
}
.get-in-touch-img{
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
footer{
  background: url('../images/footer-bg-top.png') no-repeat 40% 0% / 85% 100%;
 }
footer ul{
  list-style: none;
  padding-left: 0;
}
.banner-videos{
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 22px 22px 44px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  padding: 40px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  position: absolute;
  bottom: -30px;
  left: -30px;
}
.video-item{
  position: relative;
  width: 33%;
}
.video-item img{
  width: 100%;
  aspect-ratio: 1/1.3;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.25);
}
.banner-play-btn{
  background: transparent;
  border: 4px solid #C1CDCA;
  border-radius: 100%;
  padding: 0 !important;
  line-height: 0;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-modal-content .close-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  font-size: 24px;
  color: white;
}
.about-us-banner{
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 50%)), url(../images/about-banner.webp) no-repeat 0% 0% / cover;
  min-height: 100vh;
  padding: 200px 0 100px 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  color: white;
}
.about-us-header{
  position: absolute;
  width: 100%;
}
.state-circle{
  background: white;
}
.states-box img{
max-width: 50px;
}
.our-state-right{
  background: #FFFFFF;
  box-shadow:0px 3px 24px rgb(126 126 126 / 25%);
  border-radius: 120px;
  padding: 10px 50px;
}
.our-states{
  margin-top: -100px;
}
.why-choose-us-text {
  font-size: 9vw;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin: 0;
  padding: 0;
}
.stats-card-brl{
  border-bottom-right-radius: 5px;
}
.stats-card-brt{
  border-top-left-radius: 5px;
}
.stats-card{
  background: white;
  position: absolute;
  top: 0px;
  left: 41px;
}
.stats-card-right{
  background: white;
  position: absolute;
  bottom: 5px;
  right: 44px;
}
.stats-card br, .stats-card-right br{
  display: block !important;
}
.services-tabs .nav-pills {
  background-color: #1D2239;
  border-radius: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.services-tabs .nav-link {
  color: white;
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 0px;
  font-weight: 500;
  transition: all 0.3s ease;

}

.services-tabs .nav-link.active {
  background-color: white;
  color: black;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: -1px;
}

.services-tabs .nav-link:hover:not(.active) {
  /* background-color: #e9ecef; */
  color:#92C224;
}

/* For the service tab content */
.service-content {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 33px rgba(0, 0, 0, 0.05);
}
.portfolio-banner{
  background: url('../images/portfolio-banner.png') no-repeat 50% 0% / cover;
  color: black;
  padding: 200px 0 0 0 !important;
  /* position: relative; */
}
.portfolio-banner-inner{
  max-width: 1150px;
  background: white;
  border-radius: 50px 50px 0 0;
  padding: 40px 30px;
}
.portfolio-cards{
  position: relative;
}
.green-line{
  height: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  background: #92C224;
}
.green-line::before{
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #92C224;
  position: absolute;
  top: 0;
  left: -15px;
}
.green-line::after{
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #92C224;
  position: absolute;
  bottom: 0;
  left: -15px;
}
.portfolio-cards::before{
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #92C224;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.portfolio-img{
  aspect-ratio: 1.4/1;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.mnw-0{
  min-width: 0;
}
.project-card{
  position: relative;
}
.project-card-btn{
  position: absolute;
  bottom: 18px;
  right: 0;
}
.project-card-btn-2{
  position: absolute;
  top: 18px;
  left: 0;
}
/* @media (max-width: 768px) {
  .services-tabs .nav-pills {
    flex-direction: column;
    border-radius: 12px;
    padding: 10px;
  }

  .services-tabs .nav-link {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
} */
@media screen and (min-width: 768px) {
  .border-md-end{
    border-right: 1px solid #6A9112;
  }
}


 /* Contact Page Specific Styles */
.contact-banner {
  background-color: #f9f9f9;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(146, 194, 36, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-form-box {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-control.site-input {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.form-control.site-input:focus {
  border-color: #92C224;
  box-shadow: 0 0 0 0.25rem rgba(146, 194, 36, 0.25);
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-cta-box {
  background: #92C224;
  border-radius: 20px;
  color: white;
}

.contact-cta-box .grey-text {
  color: rgba(255, 255, 255, 0.8) !important;
}

.accordion-button {
  font-weight: 600;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: #92C224;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #92C224;
}

.accordion-body {
  padding: 20px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.client-testimonials .owl-prev,.client-testimonials .owl-next{
  position: absolute;
  z-index: 2;
  top: 50%;
}
.client-testimonials .owl-prev{
  left: 20px!important;
}
.client-testimonials .owl-next{
  right: 20px!important;
}

.site-footer {
  background-color: #1D2239;
  color: #fff;
  font-size: 15px;
}

.footer-main {
  padding: 60px 0 40px;
}

.footer-logo {
  max-height: 40px;
  width: auto;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #92C224;
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-links a:hover {
  color: #92C224;
  padding-left: 5px;
}

.footer-contact-info {
  list-style: none;
  padding: 0;
}

.footer-contact-info li i {
  color: #92C224;
  font-size: 18px;
}

.footer-contact-info a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-contact-info a:hover {
  color: #92C224;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.social-icon:hover {
  background: #92C224;
  color: #fff;
  transform: translateY(-3px);
}

.footer-copyright {
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.footer-legal-links {
  display: flex;
  gap: 15px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-legal-links a:hover {
  color: #92C224;
}

.modal-content {
  border-radius: 20px;
  border: none;
  position: relative;
}

.close-btn {
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #051022;
  z-index: 1;
  transition: all 0.3s;
}

.close-btn:hover {
  color: #92C224;
  transform: rotate(90deg);
}

#promotionModal .modal-content {
  background: #1D2239;
  color: white;
  text-align: center;
  padding: 40px 30px;
}

#promotionModal .grey-text {
  color: rgba(255,255,255,0.8) !important;
}

#promotionModal .modal-dialog {
  max-width: 500px;
}

#quoteModal .modal-dialog {
  max-width: 900px;
}

/* Form select styles */
.site-input {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  padding: 12px 15px !important;
}

.site-input:focus {
  border-color: #92C224 !important;
  box-shadow: 0 0 0 0.25rem rgba(146, 194, 36, 0.25) !important;
}

.site-curve{
  width: 100%;
    height: auto;
    top: 90px;
    position: absolute;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav{
  position: relative;
    left: 44px;
}


.whatsapp-float {
  position: fixed;
  width: auto;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: all 0.4s;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  text-decoration: none;
}

.whatsapp-text {
  font-size: 16px;
  margin-left: 10px;
  font-family: Arial, sans-serif;
}

/* Case Study Specific Styles */
.case-study-banner {
  background-color: #f9f9f9;

}
.service-banner,.case-study-banner,.process-banner,.pricing-banner,.contact-banner{
  margin-top: -49px;
  padding: 8% 0px;
}
.case-study-tag {
  background: #1D2239;
  color: white;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 14px;
  display: inline-block;
}

.case-study-list {
  list-style: none;
  padding-left: 0;
}

.case-study-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.case-study-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url('../images/check-icon-green.svg') no-repeat center center;
  background-size: contain;
}

.solution-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.feature-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(146, 194, 36, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.bg-green {
  background: #92C224;
}

.result-card {
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
}

.next-project-card {
  background: #1D2239;
  color: white;
}

.next-project-card .grey-text {
  color: rgba(255,255,255,0.8) !important;
}






/* ---------------------------------------------------
  MEDIA QUERIES
----------------------------------------------------- */

/* Pricing Page Specific Styles */
.pricing-banner {
  background-color: #f9f9f9;
}

.pricing-card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-color: #92C224;
}

.pricing-card.popular {
  border: 2px solid #92C224;
}

.popular-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: #92C224;
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.pricing-header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.price {
  font-size: 42px;
  line-height: 1;
  margin: 10px 0;
}

.pricing-features ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.pricing-features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.pricing-features li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url('../images/check-icon-green.svg') no-repeat center center;
  background-size: contain;
}

.addon-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
}

.pricing-cta {
  background: #1D2239;
  color: white;
}

.pricing-cta .grey-text {
  color: rgba(255,255,255,0.8) !important;
}


/* why-our Styles */

/* Team Page Styles */
.team-banner {
  background-color: #f9f9f9;
}

.team-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.team-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border: 5px solid #f1f1f1;
  border-radius: 100%;
  overflow: hidden;
}

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

.social-links {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #051022;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #92C224;
  color: white;
}

.careers-cta {
  background: #1D2239;
  color: white;
}

.careers-cta .grey-text {
  color: rgba(255,255,255,0.8) !important;
}



/* ---------------------------------------------------
  Shopify Services`
----------------------------------------------------- */


/* Shopify Service Page Styles */
.service-banner {
  background-color: #f9f9f9;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-list {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.feature-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.feature-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.process-step {
  text-align: center;
  padding: 30px 20px;
   border-radius: 12px;
  height: 100%;
}

.step-number {
  width: 50px;
  height: 50px;
  background: white;
  color: #92C224;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.case-study-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.case-study-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.read-more {
  color: #92C224;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #1D2239;
}

.read-more i {
  transition: all 0.3s ease;
}

.read-more:hover i {
  transform: translateX(5px);
}

.service-cta {
  background: #1D2239;
  color: white;
}

.service-cta .grey-text {
  color: rgba(255,255,255,0.8) !important;
}

/* ---------------------------------------------------
  Both Pages Styles additional wordpress, custom
----------------------------------------------------- */

/* Service Page Shared Styles */
.service-banner {
  background-color: #f9f9f9;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-list {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.feature-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.feature-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.process-step {
  text-align: center;
  padding: 30px 20px;
  background-color: #1d2239;
  border-radius: 12px;
  height: 100%;
}

.step-number {
  width: 50px;
  height: 50px;
  background: white;
  color: #92C224;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.case-study-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.case-study-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.read-more {
  color: #92C224;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #1D2239;
}

.read-more i {
  transition: all 0.3s ease;
}

.read-more:hover i {
  transform: translateX(5px);
}

.service-cta {
  background: #1D2239;
  color: white;
}

.service-cta .grey-text {
  color: rgba(255,255,255,0.8) !important;
}

.tech-logo {
  max-height: 60px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.tech-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}


/* ---------------------------------------------------
  Our Process Styles
----------------------------------------------------- */

/* Process Page Styles */

.text-elp{
    display: -webkit-box;
  -webkit-line-clamp: 3;        /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.process-banner {
  background-color: #f9f9f9;
  background-image: url('assets/images/process-bg-pattern.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.process-navigator {
  background: white;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  z-index: 990;
}

.process-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.process-dot.active {
  background: #92C224;
  transform: scale(1.3);
}

.process-dot::after {
  content: attr(title);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #1D2239;
  color: white;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease;
}

.process-dot:hover::after {
  opacity: 1;
  top: -30px;
}

.process-timeline {
  position: relative;
  padding-left: 50px;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #92C224;
}

.process-step-card {
  position: relative;
  margin-bottom: 60px;
  padding: 30px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  transform: translateY(20px);
  /* opacity: 0; */
}

.process-step-card.animated {
  transform: translateY(0);
  opacity: 1;
}

.step-number {
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #92C224;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  z-index: 2;
}

.timeline-badge {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #1D2239;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}

.progress-visual {
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  margin: 20px 0;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: #92C224;
  border-radius: 3px;
  transition: width 1s ease;
}

.progress-visual span {
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 14px;
  color: #92C224;
}

.step-team .team-avatar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-team .team-avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.step-team .team-avatar span {
  font-size: 14px;
}

.step-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.feature-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 20px;
  background: rgba(146, 194, 36, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  background: rgba(146, 194, 36, 0.2);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.milestone-checklist ul {
  list-style: none;
  padding-left: 0;
}

.milestone-checklist input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #92C224;
}

.comparison-table th {
  font-weight: 600;
}

.bg-green-light {
  background-color: rgba(146, 194, 36, 0.1);
}

.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
  position: relative;
  text-align: center;
}

.client-img {
  width: 80px;
  height: 80px;
  margin: 0 auto -40px;
}

.client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.testimonial-content {
  padding-top: 50px;
}

.prototype-frame {
  max-width: 800px;
  margin: 0 auto;
}

.process-cta {
  background: #1D2239;
  color: white;
}

.process-cta .grey-text {
  color: rgba(255,255,255,0.8) !important;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* custome design */

.shopifysevices-img{

  display: flex;
  justify-content: center;
}

.shopifysevices-banner{
  height: 400px!important;

}

.gallery-imgw{
  height: 250px;
}

.expert-prop
{
  height: auto;
    max-height: 400px;
    /* object-fit: cover; */
}
.rounded-max{
  border-radius: 50%!important;
}

.more-des{
  font-size: 14px;
    text-align: left;
}
.more-head{
  font-size: 20px;
  text-align: center;
}
.process-steps .col-md-4{
   border-radius: 10px;
}
.rounded-mx-1{
  border-radius: 15px;
}

.Completeproject{
  display: flex
  ;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap:20px

}

.complete-projects-img{
  height: 174px;
  object-fit: cover;
}


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

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: solid #e2e2e2 1px;
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.1);
}

.project-card img {
  transition: transform 0.3s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* Transparent dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card:hover .hover-overlay {
  opacity: 1;
}

.visit-site-btn {
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}

.visit-site-btn:hover {
  background: #000;
  color: #fff;
}

.mt-90{
 margin-top: 90px;
}
.service-content {
  transition: all 0.3s ease; /* Smooth transition for all properties */
}
.service-content:hover{

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
}

.pricing-features ul {
  list-style-type: disc;
  list-style-position: inside; /* Moves the bullet closer to the text */
  text-align: center; /* Centers the text */
  padding-left: 0; /* Removes extra padding */
}

.pricing-features ul li::marker {
  font-size: 20px;
  font-weight: bolder; /* Makes the bullet bold */
  color: #92C224; /* Sets the bullet color to green */
}

.services-section{
  padding-bottom: 0px!important;
  padding-top: 80px!important;
}


body > section.ready-to-explore.pb-sm-5.pb-4 > div > div > div > div > div.owl-nav > button:nth-child(4){
  z-index: -8000;
}
