@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
body {
    font-family: 'Inter', sans-serif;
   
}
a {
    font-size: 14px;

}
p{
    font-size: 16px;
    margin: 0 ;
    padding: 0 ;
}
h1,h2,h3,h4,h5,h6{
    margin: 0 ;
    padding: 0 ;
}
.container{
    padding: 0 15px;
    max-width: 1250px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.scrolled {
    position: fixed;
    width: 100%;
    background-color: black !important;
    width: 100%;
    z-index: 999;
    transition: all ease-in-out 500ms;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.scrolled img {
    background-color: white;
}

.navbar.scrolled .nav-link {
    color: white;
}



.last-box {
    color: white;
    background: #06f !important;

}

.last-box .card-body {
    z-index: 1;
}

.last-box::after {
    position: absolute;
    content: "";
    background: url(https://leadsbyseo.com/assets/images/industry-cta-bg.svg) no-repeat;
    width: 98px;
    height: 114px;
    right: 20px;
    bottom: 0;
}

.trns-text {
    display: block;
    font-size: 50px;
    font-family: "Poppins";
    text-align: center;
    font-weight: bold;
    -webkit-text-fill-color: #3b82f600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bababa63;
}

.before-after-effect {
    position: relative;
    padding-left: 20px;
}

.before-after-effect::before,
.before-after-effect::after {
    content: '';
    position: absolute;
    left: 0;
    background-color: white;
    width: 1px;
}

.before-after-effect::before {
    top: 0;
    height: 20px;
}

.before-after-effect::after {
    top: 30px;
    bottom: 0;
    opacity: 0.1;
}

/* Add grayscale effect by default */
.filter {
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
    height: 137px;     object-fit: contain;
}

/* Remove grayscale effect and scale the image on hover */
.filter:hover {
    filter: grayscale(0%);
    transform: scale(0.9);
    /* scale up the image slightly */
}
.hover-effect-blue:hover{
    border: 1px solid #0d6efd;
    box-shadow: 0 0 2px 0px #0d6efd;
}

/*.seven-section {*/
/*    background: black url(https://startup-tailwind.preview.uideck.com/images/shape.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: 0px -77px;*/
/*}*/
#features .card-body p{
    font-size: 14px !important;
}
.seven-section .card-body p{
font-size: 13px;
color: #e8e8e8 !important;
}

.height-50 {
    width: 50px;
    height: 50px;
}

.get-in-touch {
    background: url(https://leadsbyseo.com//assets/images/footer-hq-bg.webp);
    background-size: cover;
    background-position: center;
    border-top: 6px solid #1163fb;
}

button.navbar-toggler:focus {
    box-shadow: 1px 2px 2px 0px #00000057;
}

button.navbar-toggler {
    background: #ffffff;
    padding: 6px 10px;
    font-size: 10px;
}

.hover-effect {
    background: #0a0a0a70;
    color: white;

}

.hover-effect:hover {

    background: #101010 !important;
    box-shadow: 0 0 0 1px #aaa8a8 !important;
    transition: all ease-in-out 0.2s;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}
@keyframes pulsewhite {
    0% {
        box-shadow: 0 0 0 0 rgb(231 234 238 / 70%);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.btn-pulse {
    animation: pulse 1.5s infinite;
}
.black-btn{
     animation: pulsewhite 1.5s infinite;
}
/*client testmonials design*/
.slider {
  max-width: 1100px;
  margin: auto;
  position: relative;
  font-family: sans-serif;
  overflow: hidden;
}

.slides-wrapper {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
}
.slide-content{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.video-container video {
  width: 300px;
  border-radius: 1rem;
}

.text-container {
  max-width: 600px;
}

.quote {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #2b2b65;
}

.highlight {
  color: #815aff;
}

.author {
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
}

.navigation {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  margin-right: 15px;
}

.navigation button {
      padding: 10px 16px;
    background-color: #f3f0ff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #5b3cc4;
    font-size: 1.2rem;
    width: 50px;
    transition: background 0.3s;
    height: 50px;
      animation: pulse 1.5s infinite;
}

.navigation button:hover {
  background-color: #e2d9ff;
}
.marketing-experts{
    padding:50px 0;
}
.marketing-experts > div{
  
background: linear-gradient(25deg, #000000c4, #0067ff);
    border-radius: 20px;
    width: 90%;
    max-width: 1300px;
    margin: auto;
}
/*client scrolling effect*/
.clients.clients-section {
      overflow: hidden;
      white-space: nowrap;
      padding: 40px 0;
      background-color: #fff;
    }

    .clients.clients-track {
      display: inline-block;
      animation: scrollLeft 25s linear infinite;
    }

    .clients.clients-item { 
      display: inline-block;
      padding: 0 40px;
    }

    .clients.clients-item img {
      width: 90px;
      filter: grayscale(100%);
      transition: all 0.4s ease-in-out;
    }

    .clients.clients-item img:hover {
      filter: grayscale(0%);
      transform: scale(1.1);
    }

    @keyframes scrollLeft {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }
@media (min-width: 1200px) {
    .display-5 {
        font-size: 2.2rem;
    }
}
@media (min-width:768px){
    .marketing-experts > div{
        padding: 40px 50px;
    }
}
@media(max-width:768px){
    .slide-content{
        flex-direction: column-reverse;
    }

.display-5 {
    font-size: 26px;}
.marketing-experts{
    padding:20px 0;}
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100% !important;
}


/* Input field wrapper */
.iti {
  width: 100%;
}

/* Input box styling */
.iti input[type="tel"] {
  background-color: #f1f1f1;  /* light gray */
  color: #000;
  border: none;
  padding-left: 60px;
  border-radius: 12px;        /* rounded */
  height: 45px;
  font-size: 16px;
}

/* Country code and flag area */
.iti__flag-container {
  background-color: #f1f1f1;
  border-right: 1px solid #ddd;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* Dial code */
.iti__selected-dial-code {
  color: black !important;     /* white country code */
  font-weight: bold;
}

/* Dropdown list background */
.iti__country-list {
  background-color: #000 !important;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Individual countries */
.iti__country {
  color: #fff;
}

/* Hover and active country */
.iti__country:hover,
.iti__country.iti__highlight {
  background-color: #111;
}

/* Arrow icon color */
.iti__arrow {
  border-top-color: #000;
}
#formMessage {
     padding: 10px;
    border-radius: 5px;
    background-color: #d4edda;
    color: #155724;
    font-size: 13px;
    text-align: center;
}

.blog-card{
    background: #09429a4f;
    color: white;
    border-radius: 20px;
    border: 1px solid #8e8e8e42;
    box-shadow: 0 0 2px 1px #0d6efd82 !important;
}