
* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
 }

:root {
   --primary-color: #128660;
   --primary-color-dark: #066146;
   --text-dark: #333333;
   --text-light: #767268;
   --white: #ffffff;
   --max-width: 1200px;
   --header-font: "Bebas Neue", sans-serif;
 }
.services-list {
   list-style: none;
   padding: 0;
   max-width: 600px;
   background: white;
   border-radius: 10px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   padding: 10px;
}

.services-list li {
   font-size: 15px;
   padding: 12px;
   display: flex;
   align-items: center;
   border-bottom: 1px solid #ddd;
   transition: 0.3s ease-in-out;
}

.services-list li:last-child {
   border-bottom: none;
}

.services-list li i {
   color: #115e5e;
   margin-right: 12px;
   font-size: 20px;
}

.services-list li:hover {
   background: #115e5e;
   color: white;
   border-radius: 5px;
}

.services-list li:hover i {
   color: white;
}
h2 {
   font-size: 28px;
   font-weight: bold;
   color: #fbfcfd;
}
/* p
{
   font-style: normal!important;
} */

.social-media-carousel .item {
text-align: center;
font-size: 40px;
color: #fff;
background: #115e5e;
padding: 20px;
border-radius: 50%;
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
margin: 10px;
}
.logo-media-carousel .item {
text-align: center;
font-size: 40px;
color: #fff;
background:transparent;
padding: 20px;
border-radius: 50%;
width: 180px;
height: 180px;
display: flex;
justify-content: center;
align-items: center;
margin: 10px;
}
.slider-carousel .owl-item img {
width: 100%; /* Responsive */
height: auto;
/* max-height: 100%; */
object-fit: cover; 
border: 5px solid #fff; 
border-radius: 10px; /* Rounded corners */
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
overflow: hidden;

}
.animated-text {
display: inline-block;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid white; /* Blinking cursor effect */
font-size: 28px;
font-weight: bold;
color: white;
letter-spacing: 1px;
animation: typing 4s steps(40, end) infinite, blink 0.8s step-end infinite alternate;
}

/* Typing Effect */
@keyframes typing {
from {
width: 0;
}
to {
width: 100%;
}
}

/* Blinking Cursor Effect */
@keyframes blink {
50% {
border-color: transparent;
}
}

.owl-carousel {
   margin-top: 30px;
}

.banner-container {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 80%;
}
.banner-left {
   width: 50%;
}
.banner-right {
   width: 50%;
   text-align: center;
}
.banner-right img {
   width: 100%;
   height: 500px;
   border-radius: 10px;
   margin-bottom: 20px;
}
.banner-owl-carousel .item {
text-align: center;
padding: 10px;
}

.banner-owl-carousel .item h2 {
font-size: 3.0rem;
font-weight: bold;
color: white;
margin-bottom: 10px;
}

.banner-owl-carousel .item p {
font-size: 2.2rem;
color: #034e59;
margin-top: 5px;
opacity: 1;
display: block;
}

@keyframes waveAnimation {
0% { transform: translateX(-20px); }
50% { transform: translateX(20px); }
100% { transform: translateX(-20px); }
}

svg path {
animation: waveAnimation 5s infinite ease-in-out;
}


.whatsapp-float {
position: fixed;
bottom: 20px;
left: 20px;
background-color: #25D366;
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease-in-out;
z-index: 1000;
}
.call-button
{
   position: fixed;
bottom: 80px;
left: 20px;
background-color: #25a6c7;
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease-in-out;
z-index: 1000;
}
.call-button :hover
{
   background-color: #0f7696;
transform: scale(1.1);
}

.whatsapp-float:hover {
background-color: #1ebd5d;
transform: scale(1.1);
}
.counter-section {
   /* background: linear-gradient(135deg, #6e45e2, #88d3ce); */
               background-image: linear-gradient(to bottom, #0b7777, #5b9588, #03634e);

   color: white;
   padding: 80px 0;
   text-align: center;
}
.counter-box {
   padding: 30px;
   border-radius: 10px;
   background: rgba(255, 255, 255, 0.1);
   box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
   transition: transform 0.3s ease-in-out;
}
.counter-box:hover {
   transform: translateY(-5px);
}
.counter-box i {
   font-size: 40px;
   margin-bottom: 10px;
   color: #fcfbf4;
}
.counter {
   font-size: 2.5rem;
   font-weight: bold;
}
.counter-title {
   font-size: 1.2rem;
   margin-top: 10px;
}
.icon{
   color: #115e5e;
   margin-right: 12px;
   font-size: 20px;
}
.shadow-custom {
   height: 350px;
   object-fit: cover; 
 }
 .card-wrapper {
   margin-bottom: 30px;
   display: flex;
   justify-content: center;
 }

 .seo { --bg-color: #ffd861; --bg-color-light: #ffeeba; --text-color-hover: #4C5656; --box-shadow-color: rgba(255, 215, 97, 0.48); }
 .social-media { --bg-color: #B8F9D3; --bg-color-light: #e2fced; --text-color-hover: #4C5656; --box-shadow-color: rgba(184, 249, 211, 0.48); }
 .lead-marketing { --bg-color: #CEB2FC; --bg-color-light: #F0E7FF; --text-color-hover: #fff; --box-shadow-color: rgba(206, 178, 252, 0.48); }
 .web-dev { --bg-color: #DCE9FF; --bg-color-light: #f1f7ff; --text-color-hover: #4C5656; --box-shadow-color: rgba(220, 233, 255, 0.48); }

 .cardi {
   width: 100%;
   max-width: 220px;
   height: 321px;
   background: #fff;
   border-top-right-radius: 10px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   box-shadow: 0 14px 26px rgba(0,0,0,0.04);
   transition: all 0.3s ease-out;
   text-decoration: none;
 }

 .cardi:hover {
   transform: translateY(-5px) scale(1.005) translateZ(0);
   box-shadow: 0 24px 36px rgba(0,0,0,0.11),
     0 24px 46px var(--box-shadow-color);
 }

 .cardi:hover .overlay {
   transform: scale(4) translateZ(0);
 }

 .cardi:hover .circle {
   border-color: var(--bg-color-light);
   background: var(--bg-color);
 }

 .cardi:hover .circle:after {
   background: var(--bg-color-light);
 }

 .cardi:hover p {
   color: var(--text-color-hover);
 }

 .cardi:active {
   transform: scale(1) translateZ(0);
   box-shadow: 0 15px 24px rgba(0,0,0,0.11),
     0 15px 24px var(--box-shadow-color);
 }

 .cardi p {
   font-size: 17px;
   color: #4C5656;
   margin-top: 30px;
   z-index: 1000;
   transition: color 0.3s ease-out;
 }

 .circle {
   width: 131px;
   height: 131px;
   border-radius: 50%;
   background: #fff;
   border: 2px solid var(--bg-color);
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   z-index: 1;
   transition: all 0.3s ease-out;
 }

 .circle:after {
   content: "";
   width: 118px;
   height: 118px;
   display: block;
   position: absolute;
   background: var(--bg-color);
   border-radius: 50%;
   top: 7px;
   left: 7px;
   transition: opacity 0.3s ease-out;
 }

 .circle  i {
   z-index: 10000;
   transform: translateZ(0);
   font-size: 30px;
 }

 .overlay {
   width: 118px;
   position: absolute; 
   height: 118px;
   border-radius: 50%;
   background: var(--bg-color);
   top: 70px;
   left: 50px;
   z-index: 0;
   transition: transform 0.3s ease-out;
 }
 .circle a {
   color: inherit;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
 }
 .circle a i {
   font-size: 4rem;
 }
 .text-center
 {
   font-size: 32px; /* Adjust as needed */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #023b32; /* Optional: set text color */
  font-weight: bold;
  margin: 2px;
 }
 @media (max-width: 767px) {
   body {
     overflow-x: hidden;
   }
 
   .logo-media-carousel {
     width: 100%;
     overflow: hidden;
   }
 
   .container,
   .row {
     margin: 0 !important;
     padding-left: 0px !important;
     text-align: center;
   }
 }


  
 /* header */
 
 
nav {
   position: fixed;
   isolation: isolate;
   width: 100%;
   z-index: 9;
 }
 .navbar {
   width: 100%;
   max-width: 100% !important;
 } 
 
 .nav__header {
   padding: 1rem;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--primary-color);
 }
 
 .nav__logo a {
   font-size: 1.75rem;
   font-weight: 400;
   font-family: var(--header-font);
   color: var(--white);
 }
 
 .nav__menu__btn {
   font-size: 1.5rem;
   color: var(--white);
   cursor: pointer;
 }
 
 .nav__links {
   position: absolute;
   top: 64px;
   left: 0;
   width: 100%;
   padding: 2rem;
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   gap: 2rem;
   background-color: var(--primary-color);
   transition: 0.5s;
   z-index: -1;
   transform: translateY(-100%);
 }
 
 .nav__links.open {
   transform: translateY(0);
 }
 
 .nav__links a {
   font-weight: 500;
   color: var(--white);
 }
 
 .nav__links a:hover {
   color: var(--text-dark);
 }
 
 .nav__btns {
   display: none;
 }
 
 .header__container {
   max-width: 120000px;
   margin: 20px;
   padding-block: 8rem 2rem;
   padding-inline: 1rem;
   display: grid;
   gap: 2rem;
   overflow: hidden;
   
 }
 
 .header__image {
   position: relative;
   isolation: isolate;
 }
 
 .header__image::before {
   position: absolute;
   content: "";
   width: 100%;
   max-width: 550px;
   aspect-ratio: 1;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-image: url(../img/bg.png);
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   border-radius: 100%;
   opacity: 0.5;
   z-index: -1;
 }
 
 .header__image img {
   max-width: 520px;
   margin-inline: auto;
 }
 
 .header__image__card {
   position: absolute;
   padding: 0.75rem 1rem;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 1.1rem;
   font-weight: 500;
   color: var(--text-dark);
   background-color: var(--white);
   white-space: nowrap;
   border-radius: 5px;
   box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
   z-index: 1;
 }
 
 .header__image__card span {
   font-size: 1.5rem;
   font-weight: 600;
   color: var(--primary-color);
 }
 
 .header__image__card-1 {
   top: 25%;
   left: 0;
   transform: translate(-50%, -50%);
 }
 
 .header__image__card-2 {
   top: 10%;
   right: 2rem;
   transform: translateY(-50%);
 }
 
 .header__image__card-3 {
   top: 60%;
   left: 0;
   transform: translateY(-50%);
 }
 
 .header__image__card-4 {
   top: 70%;
   right: 0;
   transform: translateY(-50%);
 }
 
 .header__content h1 {
   margin-bottom: 0.5rem;
   font-size: 5rem;
   font-weight: 400;
   font-family: var(--header-font);
   color: var(--text-dark);
   line-height: 5.5rem;
   text-align: center;
 }
 
 .header__content h1 span {
   color: var(--primary-color);
 }
 
 .header__content p {
   margin-bottom: 2rem;
   columns: var(--text-light);
   line-height: 1.75rem;
   text-align: center;
 }
 

 
 .header__content .input__row {
   width: 100%;
   display: flex;
   align-items: center;
   gap: 1rem;
   flex: 1;
 }
 
 
 .header__content input::placeholder {
   font-weight: 600;
   color: var(--text-dark);
 }
 
 .header__content .input__group span {
   font-size: 1.1rem;
   font-weight: 600;
   color: var(--primary-color);
 }
 
 .header__content button {
   width: 100%;
   padding: 1rem 2rem;
   outline: none;
   border: none;
   font-size: 1rem;
   white-space: nowrap;
   color: var(--white);
   background-color: var(--primary-color);
   border-radius: 10px;
   transition: 0.3s;
   cursor: pointer;
 }
 
 .header__content button:hover {
   background-color: var(--primary-color-dark);
 }
 
 .header__content .bar {
   font-size: 0.9rem;
   color: var(--text-light);
   text-align: center;
 }
 
 @media (width > 768px) {
  
   nav {
      position: static;
      padding-block: 2rem 0;
      padding-inline: 1rem;
      max-width: var(--max-width);
      margin-inline: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
    }
  
    .nav__header {
      flex: 1;
      padding: 0;
      background-color: transparent;
    }
  
    .nav__logo a {
      color: var(--text-dark);
    }
  
    .nav__logo a span {
      color: var(--primary-color);
    }
  
    .nav__menu__btn {
      display: none;
    }
  
    .nav__links {
      position: static;
      padding: 0;
      flex-direction: row;
      background-color: transparent;
      transform: none;
    }
  
    .nav__links a {
      padding-block: 5px;
      color: var(--text-dark);
      border-bottom: 4px solid transparent;
    }
  
    .nav__links a:hover {
      border-color: var(--primary-color);
    }
  
    .nav__btns {
      display: flex;
      flex: 1;
    }
  
    .nav__btns .btn {
      padding: 0.75rem 1.5rem;
      outline: none;
      border: none;
      font-size: 1rem;
      white-space: nowrap;
      border-radius: 10px;
      transition: 0.3s;
      cursor: pointer;
    }
  
 
   .header__container {
     padding-block: 2rem;
     grid-template-columns: repeat(2, 1fr);
     align-items: center;
   }
 
   .header__image {
     grid-area: 1/2/2/3;
   }
 
   .header__content :is(h1, p, .bar) {
     text-align: left;
   }
  
  
 }
 
 @media (width > 1024px) {
   .header__content form {
     flex-direction: row;
   }
 
   .header__content button {
     width: fit-content;
   }
 }

 /* responsive view */
 @media (max-width: 768px) {
  .header__container {
    grid-template-columns: 2fr;
    padding-block: 6rem 2rem;
    margin: 0 auto;
  }

  .header__image img {
    width: 100%;
    max-width: 300px;
  }

  .header__image__card {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    position: static;
    margin: 10px auto;
    display: inline-flex;
  }

  .header__content h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .header__content p {
    font-size: 1rem;
    margin-top: 1rem;
  }

  /* .header__image::before {
    display: none; 
  } */

  .nav__links {
    top: 56px; /* adjust because mobile nav is smaller */
  }

  nav {
    padding: 0.5rem 1rem;
  }

  .header__content button {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .header__image::before {
    max-width: 300px; /* smaller circle for mobile */
    opacity: 0.3; /* lighter opacity if you want */
  }
}

.pricing-card {
  transition: 0.3s;
}
.pricing-card:hover {
  transform: scale(1.05);
}
h2
{
  text-decoration: underline  dotted #7F00FF;
}
.seo_img
{
  height: 270px;
  width: 480px;
}
.text{
  color: #0b7066;
}
.text_bg
{
 background-color: #2AAA8A; 
 font-weight: 800;
}
.mybtn
{
  background-color: #478778; 
  color: white; 
  padding: 12px 25px; 
  border-radius: 8px; 
  text-decoration: none; 
  font-weight: bold; 
  transition: all 0.3s ease-in-out; 
  display: inline-block;
}
.mybtn:hover {
  background-color: #3a6d62;
  transform: scale(1.1);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.card-body p
{
  font-size: 16px;
}
.justify-text {
  text-align: justify;
}
.blob-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #236466, #77c9cc);
  height: 100vh;
  padding: 0 5%;
  color: white;
  overflow: hidden;
  position: relative;
}

.blob-left{
  flex: 1;
  position: relative;
  z-index: 2;
}

.blob-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.blob-left img {
  max-width: 90%;
  height: auto;
  /* border-radius: 50%; */
  z-index: 2;
  position: relative;
}
.blob-right h1 {
font-size: 3rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
border-right: 2px solid white;
width: 0;
animation: typing 4s steps(40, end) forwards, blink 0.7s infinite;
color: white;
text-shadow: 2px 2px 4px #000000;
}

@keyframes typing {
from { width: 0; }
to { width: 100%; }
}

@keyframes blink {
0%, 100% { border-color: transparent; }
50% { border-color: white; }
}

@media (max-width: 768px) {
.blob-right h1 {
  font-size: 2rem;
}
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .blob-header {
    flex-direction: column;
    text-align: center;
  }

  .blob-left img {
    max-width: 60%;
    margin-bottom: 1rem;
  }

  
}