body {
    margin: 0;
    font-family: 'Lato', sans-serif;
  }
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
a{
    color: inherit;
    text-decoration: none;
}
.top-bar

 {
    background: #3c356c;
    color: #fff;
    display: flex
;
align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 12px 30px;
    font-size: 14px;
}
  .top-bar::before {
    position: absolute;
    top: 0;
    right: -40px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #413c69 transparent transparent transparent;
    z-index: -1;
}
.top-bar::after {
    position: absolute;
    top: 0;
    left: -40px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #413c69 transparent;
    z-index: -1;
}
.top-bar .cont__info span {
    margin-right: 20px;
  }
  .social_icons a {
    margin-left: 10px;
    color: #fff;
  }
  
  /* Nav Bar */
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background: #fff;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }
  .logo {
    font-weight: bold;
    font-size: 22px;
  }
  .nav-menu {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .nav-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }
  .nav-menu a.active {
    color: #29a745;
  }
  .search {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .search input {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .search button {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 6px 10px;
    cursor: pointer;
  }
  
  /* Burger */
  .burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
  }
  .burger span {
    width: 25px;
    height: 3px;
    background: #000;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        top: 102px;
        /* width: 100%; */
        left: 0;
        padding: 20px;
        z-index: 99;
        position: absolute;
        background: #f8f8f8;
        margin-top: 10px;
    }
    .nav-menu.show {
      display: flex;
    }
    .burger {
      display: flex;
    }
    .search {
      display: none;
    }
  }
  .hero-slider {
    position: relative;
    height: 90vh;
    overflow: hidden;
  }
  .hero-slider__slide {
    position: absolute;
    background-color: #5c5c5c;
    background-blend-mode: multiply;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-slider__slide.active {
    opacity: 1;
    z-index: 1;
  }
  .hero-slider__content {
    color: #fff;
    text-align: center;
    max-width: 700px;
  }
  .hero-slider__subtitle {
    color: #7ac142;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .hero-slider__title {
    font-size: 48px;
    font-weight: bold;
    margin: 10px 0 20px;
  }
  .hero-slider__button {
    background: #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
  }
  .slider-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .slider-dots .dot {
    display: inline-block;
    width: 10px; height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  .slider-dots .dot.active {
    background: #7ac142;
  }
  .agency {
    padding: 80px 0px;
    background: #f8f9fc;
  }
  .agency__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }
  .agency__image img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
  }
  .agency__content {
    flex: 1;
  }
  .agency__subtitle {
    text-transform: uppercase;
    color: #28a745;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .agency__title {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 30px;
  }
  .agency__service {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
  }
  .agency__service .icon {
    background: #28a745;
    color: white;
    font-size: 18px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .agency__service h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  .agency__service p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
  }
  .services-stats {
    padding: 80px 0px;
    background: #f8f9fc;
    text-align: center;
 
  }
  
  .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 20px;
  }
  
  .service__item {
    flex: 1 1 22%;
    min-width: 220px;
    background: none;
    padding: 10px;
  }
  
  .service__item .icon {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  
  .service__item h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .service__item p {
    font-size: 14px;
    color: #666;
  }
  
  .stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
  }
  
  .stat__item {
    flex: 1 1 22%;
    min-width: 220px;
  }
  
  .stat__item h2 {
    color: #28a745;
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .stat__item p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
  }
  .testimonial-slider {
    background: #a7dbdb;
    padding: 60px 20px;
    text-align: center;
  }
  .testimonial-slider .subtitle {
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .testimonial-slider  .title {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .swiper {
    padding-bottom: 40px;
  }
  .testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: left;
  }
.testimonial-slider  .quote {
    background: #28a745;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .testimonial-slider .client {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
  }
  .testimonial-slider  .client img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .testimonial-slider .client strong {
    font-size: 16px;
  }
  .testimonial-slider .client p {
    margin: 0;
    font-size: 13px;
    color: #777;
  }
  .faq {
    padding: 90px 0px;
    background: #f7f8fa;
  }
  .faq__container {
    display: flex;
    flex-wrap: wrap;
    gap: 120px;
    align-items: center;
    justify-content: center;
  }
  .faq__images {
    position: relative;
    width: 320px;
  }
  .faq__img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .top-img {
    position: relative;
    z-index: 2;
  }
  .bottom__img {
    /* position: absolute; */
    top: 50%;
    margin: -94px 55px;
    left: 40px;
    z-index: 1;
}
  .faq__content {
    max-width: 500px;
  }
  .faq__subtitle {
    color: #28a745;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .faq__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .faq__text {
    color: #555;
    font-size: 15px;
    margin-bottom: 25px;
  }
  .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .accordion__item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
  }
  .accordion__header {
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .accordion__header::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  .accordion__header.active::after {
    transform: rotate(45deg);
  }
  .accordion__body {
    padding: 0 20px 15px;
    display: none;
    font-size: 14px;
    color: #444;
  }
  .accordion__header.active + .accordion__body {
    display: block;
  }
  .blog {
    padding: 90px 0px;
    text-align: center;
  }
  .blog__subtitle {
    color: #28a745;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .blog__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .blog__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .blog__card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 320px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: left;
  }
  .blog__card img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    display: block;
  }
  .blog__meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #888;
    padding: 15px 20px 0;
    text-transform: uppercase;
  }
  .blog__meta i {
    color: #28a745;
  }
  .blog__text {
    padding: 10px 20px 20px;
    font-size: 15px;
    color: #333;
  }
  .pricing{
    background: #f9faff;
    padding: 90px 0px;
    text-align: center;
  }
  .subscribe__bar {
    background: #8dd1d3;
    padding: 60px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  .subscribe__bar p {
    font-size: 18px;
    margin: 0;
    max-width: 700px;
  }
  .subscribe__form {
    display: flex;
    gap: 5px;
  }
  .subscribe__form input {
    padding: 10px;
    border: none;
    width: 250px;
  }
 .button {
    background: #28a745;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
  }
  .pricing__subtitle {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #28a745;
  }
  .pricing__title {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .pricing__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .pricing__card {
    background: #fff;
    padding: 30px 20px;
    width: 225px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-radius: 10px;
  }
  .plan {
    text-transform: uppercase;
    color: #28a745;
    font-weight: bold;
  }
  .price {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 20px;
  }
  .price .period {
    font-size: 14px;
    color: #888;
  }
  .pricing__card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .pricing__card ul li {
    padding: 5px 0;
    color: #333;
  }
  .btn-green

   {
      background: #28a745;
      color: white;
      padding: 10px;
      text-align: center;
      margin: 0px auto -40px;
      display: block;
      width: fit-content;
      border: none;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      width: fit-content;
  }
  .pricing .container{
    margin-top: 50px;
  }
  .footer {
    background: #1e1e1e;
    color: #ccc;
    padding: 60px 20px 30px;
    font-family: 'Arial', sans-serif;
  }
  .footer h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .footer p {
    line-height: 1.6;
    font-size: 14px;
  }
  .footer a {
    color: #ccc;
    text-decoration: none;
  }
  .footer a:hover {
    color: #28a745;
  }
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
  }
  .footer .social_icons a {
    display: inline-block;
    background: #2c2c2c;
    color: #28a745;
    margin-right: 10px;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
  }
  .footer__column ul {
    list-style: none;
    padding: 0;
  }
  .footer__column ul li {
    margin-bottom: 10px;
  }
  .contact_info {
    margin-top: 15px;
    font-size: 14px;
  }
  .footer__bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    font-size: 13px;
  }
  .about-stats {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .about-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }
  
  .about-image {
    flex: 1 1 45%;
  }
  .about-image img {
    width: 100%;
    border-radius: 6px;
  }
  
  .about-content {
    flex: 1 1 50%;
  }
  
  .about-subtitle {
    color: #28a745;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .about-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
  }
  
  .about-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    text-align: center;
  }
  
  .about-stat__box {
    flex: 1 1 20%;
  }
  
  .about-stat__box h2 {
    font-size: 36px;
    color: #28a745;
    margin-bottom: 10px;
  }
  
  .about-stat__box p {
    font-size: 14px;
    color: #555;
    letter-spacing: 1px;
  }
  .case__studies {
    background: #fff;
  }
  
  .case__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }
  
  .case__card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
  }
  
  .case__card:hover {
    transform: translateY(-5px);
  }
  
  .case__card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .case__content {
    padding: 20px;
  }
  
  .case__content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #28a745;
  }
  
  .case__content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .read-more {
    color: #28a745;
    text-decoration: none;
    font-weight: bold;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 992px) {
    .case__card {
      flex: 1 1 48%;
    }
  }
  
  @media (max-width: 600px) {
    .case__card {
      flex: 1 1 100%;
    }
  }
  .case{
    padding: 90px 0;
  }
  .case__card img{
    width: 100%;
  }
  .post__header {
    background-color: #f1fdf4;
    padding: 60px 20px 30px;
    text-align: center;
    color: #2e7d32;
  }
  
  .post__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .post__meta {
    color: #888;
    font-size: 14px;
  }
  
  .post__content {
    max-width: 800px;
    margin: 40px auto;
    font-size: 16px;
    line-height: 1.8;
  }
  
  .post__image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  
  .post__content h2 {
    margin-top: 30px;
    color: #28a745;
  }
  
  .post__content ul {
    padding-left: 20px;
    margin-top: 10px;
  }
  
  .post__content blockquote {
    border-left: 4px solid #28a745;
    padding-left: 20px;
    font-style: italic;
    background-color: #f8f8f8;
    margin: 30px 0;
  }
  .post{
    padding: 90px 0;
  }
  .cont {
    padding: 80px 0px;
    background: #f7f8fa;
  }
  
  .cont__container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }
  
  .cont .cont__info {
    background: #00a64f;
    color: #fff;
    padding: 40px 30px;
    width: 40%;
  }
  
  .cont__info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .cont__info p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  
  .cont__info ul {
    list-style: none;
    padding: 0;
  }
  
  .cont__info li {
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  .cont__info i {
    margin-right: 10px;
    color: #fff;
  }
  
  .cont__form {
    padding: 40px 30px;
    width: 60%;
  }
  
  .cont__form h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  
  .form__row {
    display: flex;
    gap: 20px;
  }
  
  .form__group {
    flex: 1;
    display: flex
;
    margin-bottom: 20px;
    flex-direction: column;
}
  
  label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
  }
  
  input, textarea {
    width: auto;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
  }
  
  textarea {
    resize: vertical;
  }
  
  .btn-submit {
    padding: 12px 25px;
    background: #00a64f;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease;
  }
  
  .btn-submit:hover {
    background: #008a42;
  }
  
  @media (max-width: 768px) {
    .contact-container {
      flex-direction: column;
    }
    .contact-info, .cont__form {
      width: 100%;
    }
  }
  form {
    display: flex
;
    flex-direction: column;
    /* align-items: baseline; */
}
.faq-sect, .tes { margin-bottom: 60px; }
.faq-sect__title { font-size: 28px; margin-bottom: 20px; text-align: center; color: #222; }

.faq__item { background: #fff; padding: 20px; margin-bottom: 10px; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.faq__item summary { font-weight: bold; cursor: pointer; }

.tes__wrapper { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.tes__box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}
.tes__box .quote {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 30px;
  color: #00a64f;
}
.tes__box p { font-size: 14px; margin: 20px 0; }
.tes__author { font-weight: bold; }
.tes__role { font-size: 13px; color: #666; }
.tes__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;
}
.tes__title{
    text-align: center;
    margin-bottom: 60px;
}
.tes{
    padding: 90px 0;
}
.terms{
   padding:60px 0;

}
@media screen and (max-width: 768px) {
    .top-bar::before ,
    .top-bar::after{
        display: none;
    }
    .top-bar {
        background: #3c356c;
        color: #fff;
        display: flex
    ;
        gap: 5px;
        position: relative;
        justify-content: space-between;
        padding: 8px 7px;
        font-size: 14px;
        flex-wrap: wrap;
    }
    .top-bar .contact-info{
        gap: 10px;
        display: flex;
    }
    .header .container{
     padding: 0;
    }
    .agency__container {
        display: flex
    ;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 15px;
        gap: 40px;
        max-width: 1200px;
        margin: auto;
    }
    .bottom__img {
        position: relative;
        top: 50%;
        margin: 15px 0px;
        left: 0px;
        z-index: 1;
    }
    .faq__content{
        padding: 0 15px;
    }
    .pricing__card {
        background: #fff;
        padding: 30px 20px;
        width: 300px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .cont__container {
        display: flex
    ;
        max-width: 1000px;
        margin: 0 auto;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        flex-direction: column;
    }
    .cont .cont__info {
        background: #00a64f;
        color: #fff;
        padding: 40px 30px;
        width: auto;
    }
    .contact-info, .cont__form
 
     {
            width: auto;
            /* display: flex
    ; */
        }
        .form__row {
            display: flex
        ;
            gap: 20px;
            flex-wrap: wrap;
        }
}
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #2c3e50;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .cookie-banner p {
    margin: 0;
    font-size: 14px;
  }
  
  .cookie-banner a {
    color: #1abc9c;
    text-decoration: underline;
  }
  
  .cookie-banner button {
    background-color: #1abc9c;
    border: none;
    padding: 8px 16px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }
  
  .cookie-banner button:hover {
    background-color: #16a085;
  }
  