* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', serif;
}
.blog-box h1 {
    color: rgb(0, 0, 0);
}
.toc {
    list-style: auto;
    margin-left: 40px;
        color: #444444;
}
.blog-posts a {
    text-decoration: none;
}
article.post.blogs-posts p {
    color: #000;
}
article.post.blogs-posts p.date {
    color: #575757;
}
article.post.blogs-posts p.read_more {
    color: #f25822; 
    margin-top: 15px;
}
.blog-box ul {
    list-style: none ;
}
.table-of-contents {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
}
.toc li a {
    color: #444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    font-size: 15px;
    margin-left: 10px;
}
.toc li.toc-level-2, .toc li.toc-level-1 {
    padding: 5px 0px;
    list-style: auto;
}
.toc {
  counter-reset: item;
}
/*.table-of-contents ul li a::before {*/
/*    content: counters(item, ".") ". ";*/
/*    display: inline-block;*/
    
/*    flex-grow: 0;*/
/*    flex-shrink: 0;*/
/*    margin-right: .5em;*/
/*    float: left;*/
/*}*/
/*.toc li.toc-level-2 {*/
/*  counter-increment: item;*/

/*}*/
body section.section_outter {
    background-image: linear-gradient(0deg, #f2582229, rgba(241, 255, 249, 0) 30%), radial-gradient(circle at 0 0, #f2582200 0, rgba(95, 213, 182, 0) 30%), linear-gradient(180deg, #f258221f -10%, rgba(121, 223, 255, 0) 70%), radial-gradient(circle at 95% 0, #f2582208 0, #fff 20%) !important;
}

p.ez-toc-title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 5px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.service_hero .service_hero-content h1 {
    font-size: 35px ;
}
.orange_span h2 span {
    color: #f25822;
}
.topBar {
    position: fixed;
    top: -100px; /* Initially hidden */
    width: 100%;
    background: #fff;
    transition: top 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
ul.nav-links .active a {
    color: #f25822;
}

.playbtn {
  position: relative;


  overflow: hidden;
}


.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

.topBar .mega-dropdown {
    top: 84px;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f8f8f8;
    transition: top 0.3s ease-in-out;
    z-index: 999;
}
.mega-menu.numbers {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.mega-menu-icons img {
    width: 90px;
}
span.number {
    background: #f25822;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolled .navbar {
    top: -120px; /* Hide navbar when scrolled down */
}

.scrolled .topBar {
    top: 0; /* Show topBar when scrolled */
}
.footer-logo img {
    width: 13.021vw;
}
.ft-info {
    margin: 15px 0px;
}
.ft-btn .theme-btn1 {
    width: 100%;
    text-align: center;
    border: 1px solid #f25822;
}
.section_outter .section img.seoaudit-img {
    max-width: 40%;
}



.topBar {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}
.topbar-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    width:20%;
}
.topbar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.topbar-btn .button {
    display: flex;
}
.topbar-btn .call, .topbar-btn .call i {
    margin-right: 0px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-toggle {
    display: none; 
}
.logo img {
    max-width: 71%;
}

.navbar {
    background: #fff;
    padding: 16px 20px;
    z-index: 9;
    width: 100%;
    
}
.topBar {
    background: #fff;
    padding: 16px 20px;
    position: sticky;
    top: 0px;
    z-index: 9;
    width: 100%;
}

.topBar .logo img {
    max-width: 19%;
}
.logo {
    font-size: 50px;
    font-weight: bold;
    color: #f25822;
    width: 20%;
}
.logo a {
    text-decoration: none;
    color: #f25822;
        align-items: center;
    display: flex
;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    justify-content: center;
        width: 60%;
}


.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 10px;
}

.nav-links a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #f25822;
    color: #f25822;
}
.nav-links a:active {
    color: #f25822;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #f25822;
}
.call i {
    background-color: #1c3f94;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 35px;
    margin-right: 10px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call a {
    color: #1c3f94;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
}
.h-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
}

.vCenter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mega-menu {
  position: relative;
}

.mega-dropdown {
  position: fixed;
  left: 0;
  width: 100vw; /* Make the dropdown full width */
  background-color: #fff;
 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Slight shadow for dropdown */
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.8s;
    top: 97px;
}
.menu-contact {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    margin-top: 60px;
    background: #f25822;
        padding: 50px 0px;
            color: #fff;
}
.mega-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.menu-contact a.theme-btn1 {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 20px;
}
.menu-contact a.theme-btn1:hover {
    color: #ffffff;
}

.mega-menu-icons i {
    padding: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f25822;
    border: 1px solid #f25822;
    margin-bottom: 30px;
    font-size: 28px;
    border-radius: 10px;
}

/* Show the dropdown when hovering over the mega menu */
.mega-menu:hover .mega-dropdown {
  visibility: visible;
  opacity: 1;
}

.mega-column {
  flex: 1; /* Ensure columns take equal space */
  padding: 0 20px;
}

.mega-column h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mega-column ul {
  list-style: none;
  padding: 0;
  margin-top:20px;
}
.mega-menu-inner {
    display: flex;
    justify-content: space-around;
     padding: 30px 60px;
     
}

.mega-column ul li {
  margin-bottom: 10px;
}

.mega-column ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.2s;
}

.mega-column ul li a:hover {
  color: #f25822;
}

.theme-btn1 {
    display: inline-block;
    border-radius: 10px;
    background: #f25822;
    padding: 15px 30px 15px 30px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: none;
    text-decoration: none;
        border: 1px solid;
}

.quote-btn:hover {
    background-color: gray;
}

.contact {
    font-size: 16px;
    color: #fff;
}
.hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
    /*background: url('images/bg-1.png') no-repeat bottom center/cover;*/
    position: relative;
    padding: 70px 0px 60px;
    background-image: linear-gradient(0deg, #f2582217, rgba(241, 255, 249, 0) 30%), radial-gradient(circle at 0 0, #f2582217 0, rgba(95, 213, 182, 0) 30%), linear-gradient(180deg, #f2582217 -10%, rgba(121, 223, 255, 0) 70%), radial-gradient(circle at 95% 0, #f2582217 0, #fff 20%) !important;
}
.hero h1 {
    color: #000;
    font-size: 64px;
} 

.badge {
    font-size: 24px;
    font-weight: 500;
    color: #f25822;
    padding: 12px 0px;
    /*background-image: linear-gradient(to right, #3446cd, #3446cd45);*/
    /*backdrop-filter: blur(3px);*/
    -webkit-backdrop-filter: blur(3px);
    border-bottom: 1px solid #f25822;
    /*border-radius: 30px;*/
    display: inline-block;
    margin-bottom: 20px;
}

h1 {
    font-size: 35px;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
        text-transform: uppercase;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    /* font-family: "Sofia", sans-serif; */
}
p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
h1 .highlight {
    font-family: 'Poppins', serif;

}

.highlight {
    color: #f25822;
    font-family: 'Poppins', serif;

}

.hero p {
    font-size: 18px;
    opacity: 0.8;
    color: #000;
    max-width: 100%;
    margin: 20px auto 50px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn {
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s ease;
}
.h2-logo img {
    width: 20%;
    margin-bottom: 20px;
}

.primary {
    background: #f25822;
    color: rgb(255, 255, 255);
    border: 2px solid #f25822;
}

.primary:hover {
    background: rgb(255, 255, 255);
    color: #f25822;
    border: 2px solid #f25822;
}

.secondary {
    background: none;
    color: #f25822;
    border: 2px solid #f25822;
}

.secondary:hover {
    background: #f25822;
    color: rgb(255, 255, 255);
}
/*.theme-btn1:hover {
    background: #fff;
    color: #fff;
        border: 1px solid;
}*/
.theme-btn1:hover {
    background: #fff !important;
    color: #f25822;
    border: 1px solid;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
}

.social-links a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.social-links a:hover {
    text-decoration: underline;
}


.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 20px;
}

.image-grid {
    width: 50%;
    display: flex;
    justify-content: center;
}

.image-grid img {
    width: 90%;
    max-width: 500px;
}

.text-content {
    width: 50%;
    padding-left: 50px;
}




.features {
    list-style: none;
    margin: 20px 0px;
}

.features li {
    font-size: 16px;
    margin-bottom: 10px;
}
.services-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.service-card {
    padding: 32px 24px 66px;
    width: 25%;
    border-radius: 20px 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
   
    background: #fff;
}

.service-card h3 {
    margin: 20px 0;
}


.icon img {
    width: 70px;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #3b82f6, #1c3e95);
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

.service-card.active {
    background-image: url(images/service1-box-bg2.svg);
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-card.active h3 {
    color: #fff;
}

.active p {
    color: white;
}
.servicesHead {
    display: flex;
    justify-content: space-between;
}
.servicesHead h2 {
    width: 50%;
}
.servicesHead a {
    width: 20%;
}
.service-card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all .4s;
}
.services-grid .service-card:hover:before {
    content: "";
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px 50px!important;
    background-image: url(images/service1-box-bg2.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all .4s;
    transform: scale(1);
    opacity: 1;
}
.seo-services {
    background-image: url('images/service2-bg.svg');
    padding: 75px 20px 75px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}


.swiper {
    color: #fff !important;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.swiper h3 {
    color: #fff;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.7;
    width: 300px;
    height: 400px;
    transform: scale(0.9);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.swiper-slide-active {
    transform: scale(1.2) ;
    opacity: 1;
    color: #fff;
}
.sliderHead h2 {
    text-align: center;
    margin-bottom: 70px;
}

/* Navigation Buttons */
.swiper-button-prev, .swiper-button-next {
    color: white;
    padding: 15px;
    border-radius: 50%;
}
.sliderServices {
    padding: 90px 20px;
}
.serviceInro {
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.testimonial-container {
    width: 80%;
    margin: auto;
    text-align: center;
    background: linear-gradient(to right, #f3e7e9, #e3eeff);
    padding: 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    display: none;
    animation: fade 1s ease-in-out;
}

@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.testimonial img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-content {
    max-width: 500px;
    text-align: left;
}

.testimonial-content h3 {
    font-size: 22px;
    font-weight: bold;
}

.testimonial-content p {
    font-size: 16px;
    margin: 10px 0;
}

.testimonial-content h4 {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-content span {
    font-size: 14px;
    color: #f25822;
}   
.testimonial-head {
    margin-bottom: 50px;
}

/* Pagination Dots */
.dots {
    text-align: center;
    margin-top: 20px;
}

.public-sec-inner {
    display: flex;
        gap: 30px;
}
.public-sec-inner .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}
section.public-say-sec.section_outter {
    background-color: #1c3f94;
    /*background-image: none !important;*/
        padding: 70px 20px;
        background-image: url(images/ten.png) !important;
        background-size: 51% 100%;
  background-position: right center; 
  background-repeat: no-repeat;
}
.public-sec-right {
    padding-left: 18px;
}
.public-sec-left, .public-sec-right {
    width: 50%;
}
.public-sec-inner .contact-page-form {
    background: transparent;
    padding: 0px 20px;
    border-radius: 10px;
    width: 100%;
        box-shadow: inherit;
}
.public-sec-inner .contact-page-form input, .public-sec-inner .contact-page-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}
.public-sec-inner .contact-page-form textarea {
    height: 80px;
}
.public-say-sec.section_outter .public-sec-inner h2 {
    color: #fff;
}
.slick-next, .slick-prev {
    position: absolute;
    top: 100%;
    width: 20px;
    height: 20px;
    padding: 0;

}
.slick-prev {
    left: 90%;
}
.slick-next {
    right: 3%;
}

.public-sec-inner .slick-dots {
    display: none !important;
}

.dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    display: inline-block;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background-color: #f25822;
}

.awards-outter .subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0px;
}
.description {
    font-size: 1rem;
    margin: 10px 0 30px;
    color: #333;
    line-height: 25px;
}
.awards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 50%;
}
.award img {
    width: 120px;
    height: auto;
}


section.awards-section {
    padding: 120px 20px;
}
.awards-Text {
  text-align: center;
}
.awards-outter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
    text-align: center; 
}
img.img-award {
    width: 17%;
}
img.img-award:hover {
    transform: scale(1.1);
}
.awards_images {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
}
.awards-outter .theme-btn1 {
    margin-top: 70px;
}


.content {
    flex: 1;
}
.service-box {
    display: flex;
    align-items: center;
    background: #eef2ff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 55px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.service-box:nth-child(2) {
    background: #1c3e95;
    color: white;
}
.how-works-outter .icon {
    padding: 20px;
    border-radius: 50%;
    background: #1c3e95;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}
.service-box:nth-child(2) .icon {
    background: #fff;
    color: #000;
}
.service-box:nth-child(2) h3 {
    color: #fff;
}
.service-text h3 {
    margin: 0;
    font-size: 1.2rem;
}
.service-text p {
    margin: 5px 0 0;
    font-size: 0.9rem;
}
.image-section {
    flex: 1;
    position: relative;
    text-align: center;
}
.image-section img {
    width: 90%;
    clip-path: polygon(-1% 10%, 100% -16%, 100% 100%, 0% 110%);
    border-radius: 75% / 75%;
}


.how-works-outter {
    display: flex;
    gap: 30px;
}

.imgae-2 {
    position: absolute;
    top: 50px;
}
.image1 {
    margin-top: -60px;
    margin-left: -30px;
}
section.how-works {
    padding: 120px 20px 0px;
}

.grid-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            width: 80%;
            max-width: 1000px;
        }

        .card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            text-align: left;
            transition: background 0.3s ease, color 0.3s ease;
            position: relative;
        }

        .card:hover {
            background: #0057d9; /* Blue color effect */
            color: white;
        }

        .card:hover .icon,
        .card:hover .card-number {
            color: white;
        }

        .card-number {
            font-size: 14px;
            font-weight: bold;
            color: #0057d9;
            transition: color 0.3s ease;
        }

        .card-title {
            font-size: 18px;
            font-weight: bold;
            margin-top: 5px;
        }

        .icon {
            font-size: 30px;
            color: #0057d9;
            transition: color 0.3s ease;
        }

        .card p {
            margin-top: 10px;
            font-size: 14px;
        }

        .read-more {
            margin-top: 10px;
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            color: #0057d9;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .card:hover .read-more {
            color: white;
        }


        .pricing-outter {
            display: flex;
            gap: 20px;
            justify-content: space-between;
        }

        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            text-align: left;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .pricing-card.premium {
            background: linear-gradient(135deg, #f25822, #f25822);
            color: #fff;
        }
        .pricing-card.premium h2, .pricing-card.premium p {
            color: #fff;
        }

        /*.pricing-card h2 {*/
        /*    font-size: 20px;*/
        /*    font-weight: bold;*/
        /*}*/

        .pricing-card p {
            font-size: 14px;
            margin: 10px 0;
            color: rgba(0, 0, 0, 0.7);
        }
        /* .pricing-outter {
            background: linear-gradient(to right, #f3e7e9, #e3eeff);
            border-radius: 20px;        
            padding: 100px 50px;
        } */


        .features {
            list-style: none;
            margin: 15px 0;
        }

        .features li {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .features li::before {
            content: "✔";
            color: #3c61d9;
            font-size: 16px;
            margin-right: 10px;
        }

        .pricing-card .price {
            font-size: 28px;
            font-weight: bold;
            margin-top: 10px;
        }

        .pricing-card .price span {
            font-size: 16px;
            font-weight: normal;
        } 

        .choose-btn {
            margin-top: 15px;
            display: inline-block;
            background: #f25822;
            color: rgb(255, 255, 255);
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 10px;
            text-decoration: none;
            transition: 0.3s;
            line-height: 25px;
        }

        .pricing-card.premium .choose-btn {
            background: #fff;
            color: #f25822;
        }

        .choose-btn:hover {
            opacity: 0.8;
        }
        .pricing-section {
            background-image: url('images/service2-bg.svg');
            padding: 100px 20px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: bottom;
        }
        .pricing-section .testimonial-head, .how-works .testimonial-head {
            text-align: center;
        }
        


.logo-slider-section {
    background: #1c3e95;
    padding: 5px 0px;
    margin-top: 60px;
}
.home-services a.theme-btn1 {
    margin-top: 20px;
}
.service-sec {
    text-align: center;
    margin: 50px 0px 70px;
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider {
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
	
	.slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
	.slide {
		height: 100px;
		width: 250px;
	}
}



.contact-section {
    
    padding: 60px 20px;
    background-image: url('images/bg-2.svg'); /* Replace with the actual grid background */
    background-color: #1c1c1c;
    background-size: cover;
    background-position: center;
    color: white;

}
.steps-sec {
    display: flex;
    justify-content: space-between; 
    gap: 20px;
}
.steps-sec .steps-inner {
    background: #f2582217;
    padding: 20px;
    box-shadow: 0px 4px 0px #f25822;
    width:33.33% ;
}
section.work-steps {
    text-align: center;
    padding: 70px 20px ;
}
.work-steps a {
    margin-top:40px; 
}
.about_accordion {
    padding: 0px 20px;
}
.contact-outter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contact-section .content {
    max-width: 100%;
}
.contact-section .content h3 {
    font-size: 24px;
    color: #f25822;
    margin-top: 30px;
}
.contact-section .content h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}
.contact-section .content p {
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0;
}

.contact-section .content .cta-btn:hover {
    background-color: #ffa200;
}
.contact-section .image {
    max-width: 46%;
    background-image: url(images/beautiful-woman-showing-copy-space.png);
    background-position: center;
    background-size: cover;
    height: 65dvh;
}
.contact-section .image img {
    max-width: 100%;
    height: auto;
    visibility: hidden;
}

.vertical-ticker__slide-content img:first-child {
    filter: grayscale(60%);
}


.base-template {
    padding: 100px 20px;
 }



footer {
    background: #fff;
    padding: 90px 20px 30px;
    color: #000;
    border-top: 1px solid #f25822;

}
.footer-logo {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer form {
    display: flex;
    align-items: baseline;
}
.footer-outter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-section {
    margin-bottom: 20px;
    width: 25%;
}
.footer-section h3 {
    font-size: 22px;
    margin-bottom: 24px;
    color: #000;
}
.footer-section ul li a i{
    color: #f25822;
        margin-right: 10px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-section ul li a:hover {
    color: #f25822;
}
.newsletter {
    max-width: 300px;
}
.newsletter p {
    font-size: 14px;
    margin: 15px 0;
}
.newsletter input {
    padding: 10px;
    width: calc(100% - 40px);
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.newsletter button {
    padding: 10px;
    border: none;
    background-color: #f25822;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.newsletter button:hover {
    background-color: #000;
}
.footer-section.company {
    width: 18%;
}
a.social-icon{
    text-decoration: none;
}
.social-links-ft {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
a.social-icon i {
    width: 20px;
    height: 20px;
    border: 1px solid #f25822;
    border-radius: 50px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1c3e95;
}
a.social-icon i:hover {
    background: #f25822;
    color: #fff;
    font-size: 18px;
}
.footer-section.support {
    width: 15%;
}
.copyright {
    text-align: center;
    border-top: 1px solid;
    padding-top: 30px;
}

/* .swiper-slide-active::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); 
    z-index: 1;
}   */




/* blog page */


.blog-banner {
            background-image: linear-gradient(to left, #3446cd 11%, rgb(72 143 237) 80%);
            color: white;
            text-align: center;
            padding: 2rem 1rem;
            font-size: 1.8rem;
            font-weight: bold;
        }
        main {
            display: flex;
            justify-content: space-between;
            margin: 70px auto 30px;
            gap: 20px;
            flex-direction: row;
            align-items: flex-start;
        }
        .blog-posts {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            width: 100%;
        }
        .post {
                padding: 32px 24px;
                /*border-radius: 20px 50px;*/
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                text-align: left;
                position: relative;
                transition: 0.3s ease-in-out;
                background: #fff;
                height: 100%;
        }
        .post:hover {
            transform: translateY(-5px);
        }
        .post img {
            width: 100%;
            height: auto;
            /*border-radius: 20px 50px;*/
            margin-bottom: 15px;
            height: 190px;
            object-fit: contain;
        }
        .date {
            color: gray;
            font-size: 0.9rem;
        }
        .sidebar {
            width: 100%;
            /*position: sticky;*/
            /*top: 30px;*/
            /*height: calc(100vh - 30px);*/
            overflow-y: auto;
                padding: 32px 24px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: 0.3s ease-in-out;
            background: #fff;
        }
        .sidebar h3, .sidebar h4 {
            margin-top: 0;
        }
        aside.sidebar p {
            margin-bottom: 30px;
        }
        
        .blog-ul {
            width: 60%;
        }
        .sidebar ul {
            padding: 0;
            list-style: none;
            display: flex;
    gap: 20px;
    align-items: center;
        }
        .tags-section {
    display: flex;
    justify-content: space-between;
        align-items: baseline;
}
.tags-section .search-bar {
    width: 40%;
}
        .sidebar ul li {
            margin-bottom: 10px;
            background: #f25822;
    padding: 10px 30px;
    border-radius: 50px;
        }
        
        .sidebar ul li a {
            text-decoration: none;
            color: #fff;
        }
        .sidebar ul li a:hover {
            color: #000;
        }
        .post a {
            display: inline-block;
            margin-top: 10px;
            color: #f25822;
            text-decoration: none;
            font-weight: bold;
        }
        .post a:hover {
            text-decoration: underline;
        }
        #categoryList li a.active {
            color: #000;
            font-weight: bold;
            background: unset !important;
        }
        .pagination {
            text-align: center;
            margin: 50px;
        }
        .pagination a {
            margin: 0 5px;
            padding: 8px 16px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }
        .pagination a:hover {
            background: #f25822;
            color:#fff;
        }
        .pagination .active {
            background: #f25822;
            color:#fff;
        }
        .breadcrumb {
            font-size: 1rem;
            margin-bottom: 20px;
            color: #f25822;
            margin-top: 30px;
        }

        .breadcrumb a {
            text-decoration: none;
            color: gray;
            
        }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

        .breadcrumb span {
            color: #f25822;
            font-weight: bold;
        }
        .search-bar {
            margin-bottom: 20px;
        }
        .search-bar input {
            width: 100%;
            padding: 10px;
            font-size: 1rem;
            border-radius: 5px;
            border: 1px solid #ddd;
        }
            .advertisement img {
            width: 100%;
            border-radius: 10px;
        }
        .advertisement {
            margin-top: 30px;
        }
        
        
        
/* seo-service-page-css */

/* seo-banner Section */
.seo-banner {
    background-image: url(images/bg-2.jpg);
    background-size: cover;
    color: white;
    text-align: center;
    padding: 120px 20px;
    position: relative;
}

.seo-banner-title {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.seo-banner-description {
    font-size: 1.3rem;
    margin-bottom: 30px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}



/* Why Choose Us Section */
.why-choose-us {
    max-width: 1200px;
    margin: 70px auto 100px;
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.content {
    max-width: 50%;
}

.content h5 {
    color: #f25822;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/*.content p {*/
/*    font-size: 16px;*/
/*    line-height: 1.6;*/
/*    margin-bottom: 30px;*/
/*    color: #6c6c6c;*/
/*}*/


.why-choose-us .features {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.why-choose-us a.theme-btn1 {
    margin-top: 40px;
}

.feature-box {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-box .icon {
    margin-right: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}

.feature-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.feature-box p {
    font-size: 14px;
    color: #777;
}

.feature-box.highlight {
    background: #1c3e95;
    color: white;
}

.highlight h3 {
    color: white;
}

.highlight p {
    color: #f9f9f9;
}

/* Light Theme - How It Works Section */
.how-it-works {
    background: #f8f9fa;
    text-align: center;
    padding: 100px 20px;
    color: #333;
}

.section-title {
    margin-bottom: 40px !important;
        max-width: 660px;
    width: 100%;
    text-align: center;
    margin: 0 auto;

}

/* Steps Grid */

.steps_outter {
    display: flex;
    justify-content: space-between;
    gap:30px;
}
.steps_img, .steps_outter .steps {
    width: 50%;
}

.steps_img img {
    width:100%;
    height: -webkit-fill-available;
    object-fit: cover;
    border-radius: 20px 50px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);

}
.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}

/* Step Cards */
.step {
    flex: 1 1 calc(50% - 20px);
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icons */
.work-icon {
    background: #f25822;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    width: 50px;
    height: 50px;
}



/* Text */
.step h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}

.step p {
    font-size: 14px;
    color: #555;
}



.results-stats {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Stat Item Styling */
.stat-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 10px;
    flex: 1;
    max-width: 250px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    color: #f25822; 
    transition: color 0.3s ease;
}

.stat-item p {
    font-size: 1.1rem;
    color: white;
    font-weight: 300;
    margin-top: 1rem;
}

/* Hover Effects */
.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.stat-item:hover h3 {
    color: #1c3e95; /* Brighten gold on hover */
}

.seo-results {
    padding: 100px 20px;
    border-radius: 10px;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.seo-results p {
    color: #000;
    text-align: center;
}




/* Case Studies Section */
.case-studies {
    background-color: #f8f9fc;
    padding: 70px 20px;
    text-align: center;
    margin-bottom:100px;
}

.case-studies h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #333;
}

.case-studies p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #666;
}

/* Case Study Card */
.case-study-card {
    width: 100%; 
    max-width: 350px; 
    height: 450px; 
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
   margin: 0 auto;

}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.case-study-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Content Styling */
.case-study-content {
    flex: 1; /* Expands content area to fill space */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures spacing */
    padding: 20px;
}

.case-study-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #f25822;
}

.case-study-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}


/* Owl Carousel Navigation */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1c3e95;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

.owl-prev:hover, .owl-next:hover {
    background: rgba(0, 123, 255, 1);
}

/* Owl Dots */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s ease;
}

.owl-dot.active {
    background: #007bff;
}





/* Pricing Section */
.pricing {
    background-color: #f4f9ff;
    padding: 70px 20px;
    text-align: center;
}

.pricing-plans {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.pricing-plan {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 20px;
    width: 280px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.pricing-plan:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.pricing-plan h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.pricing-plan p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #666;
}

.pricing-plan .price {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #f25822;
}


/* Add an effect for the plan that should stand out (e.g., Pro Plan) */
.pricing-plan-featured {
    border: 2px solid #1c3e95;
    background-color: #e6f7ff;
    box-shadow: 0 6px 30px rgba(0, 123, 255, 0.2);
}


.pricing-plan-featured h3, .pricing-plan-featured .price {
    color: #1c3e95;
}
.contact {
    padding: 80px 20px;
    text-align: center;
}
.contact p.service-contact {
    color: #000;
}




.contact-form form {
    background-color: #fff;
    padding: 40px 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff7f7;
    font-size: 16px;
}

textarea {
    resize: vertical;
}

.send-btn {
    float: right;
}



/* Our SEO Services Section */
.our-seo-services {
    background-color: #f4f9ff;
    padding: 70px 20px;
    text-align: center;
    margin-top:100px;
}

.our-seo-services h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.our-seo-services .services-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.card_outter .service-card {
    width: 31.33%;
}
.services-grid .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        color: #fff;
}
.services-grid .service-card:hover h3 {
      transform: translateY(-10px);
    color: #fff;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
     
}
.service-card:hover h3 {
      transform: translateY(-10px);

}

.service-card .icon {
    font-size: 3rem;
    color: #f25822;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.service-card:hover .icon {
    color: #f25822;
}





.card_outter {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}






        /* conatct page css */
        .contact_hero {
            background: #1c3e95;
            padding: 100px 20px;
            color: #fff;
            text-align: center;
            border-bottom-left-radius: 50% 30%;
            border-bottom-right-radius: 50% 30%;
        }

        .contact_hero h1 {
            font-size: 3rem;
            margin-bottom: 10px;
        }

        .contact_hero p {
            font-size: 1.2rem;
        }

        /* Contact Section */
        .contact-page-outter {
            display:flex;
            gap: 40px;
            margin: 70px 0px 100px;
            align-items: baseline;
        }

        /* Contact Info Cards */
        .contact-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 20px;
            width: 40%;
        }

        .contact-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: transform 0.3s;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .contact-card:hover {
            transform: translateY(-10px);
        }

        .contact-card i {
            font-size: 1.5rem;
            color: #f25822;
        }

        .contact-card h3 {
            margin-bottom: 5px;
            text-align: left;
        }


        /* Contact Form */
        .contact-page-form {
            background: #fff;
            padding: 30px 40px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            width: 70%;

        }

        .contact-page-form h2 {
            margin-bottom: 20px;
        }

        .contact-page-form input, .contact-page-form textarea {
            width: 100%;
            padding: 15px;
            margin: 10px 0;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1.1rem;
        }

        .contact-page-form button {
            padding: 15px;
            width: 100%;
            background-color: #2ecc71;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 1.2rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .contact-page-form button:hover {
            background-color: #27ae60;
        }
        
        
        
        
        .expert-technical {
            text-align: center;
            padding: 70px 20px;
            width: 70%;
            margin: 0 auto;
        }
        .service-logo img {
            width: 20%;
            margin-bottom: 20px;
        }
        .service-icon-box-wrapper {
    display: flex;
    gap: 20px;
    margin: 15px 0px;
}
.service-icon-box-icon {
    background: #f25822;
    color: #fff;
    border-radius: 150px;
    width: 40px;
    height: 40px;
}
span.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.service-icon i {
    padding: 12px;
        width: 40px;
    height: 40px;
    justify-content: center;
    display: flex
;
}
p.service-icon-box-description {
    font-size: 14px;
    color: #727272;
}
.more-btn {
    margin-top: 20px;
    float: right;
}

ul.SEO-Audit-icon-list-items {
    list-style: none;
}
span.SEO-Audit-icon-list-icon i {
    color: #f25822;
    margin-right: 10px;
}
.section.touchNow {
    align-items: center;
}
.included-seo-audit-outter {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
        gap: 20px;
            margin-top: 50px;
}
.included-seo-audit-inner {
    width: 32%;
    background: #f258220d;
        padding: 25px;
}
section.included-seo-audit {
    text-align: center;
    padding: 70px 20px;
}
.included-seo-audit-img i {
    background: #f25822; 
    padding: 40px;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px; 
}

.included-seo-audit-inner.last-option {
    display: flex;
        align-items: center;
}
.included-seo-audit-data p {
    font-size: 14px;
    color: #727272;
}
.included-seo-audit-inner.last-option a {
    margin-top: 50px;
}
.benefits-btn {
    margin-top: 20px;
}
.SEO-team-help .included-seo-audit-inner {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
        padding: 20px 10px 20px 20px;
}
.SEO-team-help .included-seo-audit-img i {
    font-size: 20px;
    padding: 30px;
}
section.included-seo-audit.SEO-team-help {
    padding-bottom: 0px;
}
.service-logo a.theme-btn1 {
    margin-top: 40px;
}

.why-choose-sec {
    position: sticky;
    top: 110px;
    height: 100%;
    width: 50%;
}
 .seo-acc {
    padding: 100px 0px;
    text-align: center;
        width: 70%;
    margin: 0 auto;
}
.seo-acc .acc-outter {
    display: block;
}
.seo-acc .acc-outter img, .seo-acc .acc-inner {
    width: 100%;
    max-width: 100%; 
}

.review-section {
            max-width: 1400px;
            margin: auto;
        }
        .rating {
            font-size: 24px;
            color: #FFC107;
        }
        .review-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
                margin-bottom: 30px;
        }
        .review-header .reviews-count {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .review-header .reviews-count i {
            color: #007BFF;
        }
        .review-sources {
            display: flex;
            gap: 30px;
        }
        .review-sources img {
            width: 100px;
            height: auto;
                object-fit: contain;
        }
        .review-slider {
            display: flex;
        }
        .review-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            margin: 10px;
            background: #fff;
        }
        .review-card h3 {
            font-size: 18px;
        }
        .review-card p {
            font-size: 14px;
            color: #555;
        }
        .source {
            font-size: 14px;
            font-weight: bold;
            color: #4285F4;
        }
        .review-main {
    display: flex;
    gap: 30px;
    
}
section.google-review {
    padding: 70px 20px;
}
.client-sec {
    text-align: center;
    margin-bottom: 70px;
}
.service-logo.last-contact {
    gap: 30px;
    display: flex;
    justify-content: center;
}
.last-contact .book-btn{
    background: #fff;
    border: 1px solid;
    color: #fff;
}
.last-contact .book-btn:hover {
    background: #f25822;
    color: #fff;
}
.expert-technical-sec {
    background-image: linear-gradient(0deg, #f2582217, rgba(241, 255, 249, 0) 30%), radial-gradient(circle at 0 0, #f2582217 0, rgba(95, 213, 182, 0) 30%), linear-gradient(180deg, #f2582217 -10%, rgba(121, 223, 255, 0) 70%), radial-gradient(circle at 95% 0, #f2582217 0, #fff 20%) !important;
}
.section_get-in-touch .section.touchNow {
    text-align: center;
}
section.section_get-in-touch h2 {
    color: #f25822;
}
.section_get-in-touch a.theme-btn1 {
    margin-top: 30px;
    border-color: #f25822;
}
.post-date-ft {
    font-size: 12px;
    color: #9b9b9b;
}
h4.post__title-ft a {
    text-decoration: none;
    color: #000;
}
.footer-section.support .blog-posts {
    gap: 0px;
    margin-bottom: 20px;
}



/*about page css start*/


        .progress-bars {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .progress-item {
            width: 100%;
            margin-bottom: 20px;
        }
        .progress-head {
            display: flex;
            justify-content: space-between;
        }
        .progress-item h4 {
            font-size: 1.1rem;
            margin-bottom: 8px;
        }
        .progress {
            width: 100%;
            background-color: #ddd;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 10px;
        }
        .progress-bar {
            height: 10px;
            background-color: #1c3e95;
            border-radius: 20px;
        }
        
         .accordion {
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
            cursor: pointer;
        }

        .accordion h2 {
            font-size: 1.5rem;
            margin: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .accordion h2 span {
            font-size: 1.5rem;
                color: #f25822;
        }

        .panel {
            display: none;
            padding: 15px 0;
            color: #555;
        }
        .panel p {
            color: #000 !important;
                text-align: left;
        }

        .active .panel {
            display: block;
        }
        
        .accordion-section {
            display: flex;
            flex-direction: row-reverse;
            gap: 70px;
            margin-top: 50px;
        }
        .about-contact-section {
            padding: 100px 20px;
        }
        .about-contact-section p {
            margin-top: 30px;
        }
        .about-contact-section .theme-btn1 {
            margin-top: 40px;
        }
        .about-contact-section h3 {
            color: #f25822;
        }
        .about-contact-section .content {
            max-width: 100%;
            text-align: center;
        }
        
        
        /*service css*/
        .service_hero_section{
        padding: 30px 20px;
        background: #f8fafd;
        background-image: url(images/11045763_13338.png);
    background-position: right;
        background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(0deg, #f2582217, rgba(241, 255, 249, 0) 30%), radial-gradient(circle at 0 0, #f2582217 0, rgba(95, 213, 182, 0) 30%), linear-gradient(180deg, #f2582217 -10%, rgba(121, 223, 255, 0) 70%), radial-gradient(circle at 95% 0, #f2582217 0, #fff 20%) !important;
    }
        .service_hero {
            display: flex;
            align-items: center;
            justify-content: space-between;
           
        }
        .service_hero-content {
            max-width: 50%;
        }
        .service_hero-content h1 {
            font-size: 64px;
            color: #000;
        }
        .service_hero-content h1 span {
            color: #f25822;
        }
        .service_hero-content p {
            font-size: 18px;
            margin: 10px 0;
        }
        .service_hero img {
            max-width: 45%;
        }
        .section_outter {
            padding: 40px 20px;

        }
        .section_outter .section {
            display: flex;
            
            justify-content: space-between;
            
        }
        .section_outter .section img {
            max-width: 45%;
            position: sticky;
            top: 20px;
            height: 100%;
        }
        .section_outter .section img.discover-img {
                width: 100%; 
        }
        .section_outter .section-content {
            max-width: 50%;
        }
        .section_outter .section-content h2 {
            color: #000; 
            border-left: 4px solid #f25822;
            padding-left: 10px;
        }

        .section_outter .bullet {
    width: 10px;
    height: 10px;
    background-color: #66C050;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.section_outter .image {
    width: 40%;
    text-align: right;
    position: sticky;
    top: 0px;
    height: 100%;
}
.cro-benefits .section {
    align-items :inherit; 
}

.section_outter .image img {
    max-width: 100%;
    height: auto;
}
.touchNow {
    background: #18318f;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
}
.section_outter .touchNow h2 {
    color: #fff;
}
.cro-benefits li {
    margin-top: 30px;
}
.acc-outter {
    display: flex;
        width: 100%;
    justify-content: space-between;
}
.acc-outter img {
    width: 540px;
}
.acc-inner {
    width: 50%;
}
.section_outter {
    background-image: linear-gradient(0deg, #f2582217, rgba(241, 255, 249, 0) 30%), radial-gradient(circle at 0 0, #f2582217 0, rgba(95, 213, 182, 0) 30%), linear-gradient(180deg, #f2582217 -10%, rgba(121, 223, 255, 0) 70%), radial-gradient(circle at 95% 0, #f2582217 0, #fff 20%) !important;
}
        
        
        
       

/* Grid Layout */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* about-page-card Styling */
.about-page-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.about-page-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Icons */
.icon {
    font-size: 40px;
    color: #f25822;
    margin-bottom: 15px;
}

/* Headings */
.about-page-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Text */
.about-page-card p {
    font-size: 14px;
    color: #666;
}
.global-reach-section {
    padding: 100px 20px;
}

/*about page css end*/



/*careers page css start*/


   
     .how-works.careers-first-section {
         padding-top: 70px;
     }
     .how-works.careers-first-section .content a {
         margin-top:30px;
     }
     
.job-listings {
  background-color: #ffffff;
  padding: 40px 0;
}

.job-listings h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.job-outter {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

.job {
  background-color: #e9ecef;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
width: 48%;
}

.job h3 {
  font-size: 1.8rem;
  color: #343a40;
}

.job p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 20px;
}

.apply-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.apply-btn:hover {
  background-color: #0056b3;
}

.company-info {
  background-color: #ffffff;
  padding: 40px 20px 100px;

}

.company-info h2 {
  margin-bottom: 20px;
}

.apply-form {
  background-color: #f1f1f1;
  padding: 100px 20px;
}

.apply-form h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.apply-form form {
  max-width: 500px;
  margin: 0 auto;
}

.apply-form form label {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.apply-form form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.why-work-section {
    display: flex;
    justify-content: space-between;
}
.why-work img {
    width: 100%;
    border-radius: 20px 50px;
}
.why-work-content {
    padding-right:20px;
    width: 50%;
}
.why-work {
    width: 50%;
  
}
ul.benefits-list {
    margin: 15px 0px 15px 15px;
    line-height: 26px;
    font-weight: 600;
}
.apply-outter {
    display: flex;
    gap: 50px;
    margin-top: 60px;
}
.apply-outter img {
    width:50%;
    border-radius: 20px 50px;
}


/*careers page css end*/


/*single blog post page css*/

.single-blog-outter {
    display: flex;
    gap:50px;
}
.blog-box {
    margin-top: 20px;
}
.blog-box img {
    margin: 50px 0px;
}
    .single-blog-left {
    width: 75%;
}
.single-blog-right {
    margin-top: 20px;
}
.share-post, .blog-newsletter {
    margin-bottom: 40px;
}
.blog-social-icon a{
    color:#000;
}
.blog-social-icon i {
    font-size: 27px;
    letter-spacing: 20px;
}
.single-blog-right input.form-elements {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #f25822;
    border-radius: 10px;
    margin: 10px 0px;
}
.single-blog-right .theme-btn1 {
    width: 100%;
    text-align: center;
        margin-top: 20px;
}
.blog-sidebar-form {
    background-image: url('images/bg-2.svg');
        background-size: cover;
    padding: 20px;
    border-radius: 10px;
}
.blog-sidebar-form h3 {
    color: #fff;
}
.blog-newsletter h5 {
    margin-bottom: 20px;
}
    .admin-info {
    display: flex;
    align-items: center;
    gap: 50px;
}
.author-box {
    display: flex;
    gap: 30px;
    margin: 60px 0px;
    align-items: center;
    background: #f258222b;
    padding: 30px;
    border-radius: 10px;
}
.author-img-box img {
    width: 100px;
    border-radius: 50px;
}
.author-img-box {
    width: 40%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.author-info-box a.theme-btn1 {
    margin-top: 20px;
}

.comment-form .contact-page-form { 
    width: 100%;
    margin-bottom: 50px;
}
.hRight.cstm-check {
    display: flex;
    float: right;
    align-items: center;
    gap: 20px;
}
.hRight.cstm-check label {
    white-space: nowrap;
}
.form-row.submit-btn-blog {
    width: 100%;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;

} 

/*single blog post page css end*/


/*guides page css*/
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1.5em;
}
div#ez-toc-container {
    background: #f2582221;
    padding: 30px 50px;
    width: max-content;
}
a.ez-toc-link {
    color: #000;
    text-decoration: none;
    line-height: 40px;
}
a.ez-toc-link:hover { 
    color: #f25822;
}
.sidebar-guide-page a.category {
    color: #000;
    text-decoration: none;
    line-height: 40px;
}
.sidebar-guide-page a.category:hover {
    color: #f25822;
}
.sidebar-guide-page ul#categoryList {
    margin-bottom: 30px;
        list-style: none;
}
.single-blog-right {
    width: 25%;
}
.sidebar-guide-page {
    position: sticky;
    top: 100px;
    height: auto;
}
.single-blog-outter img {
    width: 100%;
}
.sidebar-guide-page ul#categoryList li i {
    color: #f25822;
        margin-right: 20px;
}


/*service-page-new*/

.service_hero_section{
        padding: 30px 20px;
        background: #f8fafd;
        background-image: url(images/11045763_13338.png);
    background-position: right;
        background-repeat: no-repeat;
    background-size: cover;
    }
        .service_hero {
            display: flex;
            align-items: center;
            justify-content: space-between;
           
        }
        .service_hero-content {
            max-width: 50%;
        }
        .service_hero-content h1 {
            font-size: 36px;
            color: #000;
        }
        .service_hero-content p {
            font-size: 18px;
            margin: 10px 0;
        }
        .service_hero img {
            max-width: 45%;
        }
        .section_outter {
            padding: 40px 20px;

        }
        .section_outter .section {
            display: flex;
            
            justify-content: space-between;
            
        }
        .section_outter .section img {
            max-width: 45%;
            position: sticky;
            top: 20px;
            height: 100%;
        }
        .section_outter .section img.discover-img {
                width: 400px; 
        }
        .section_outter .section-content {
            max-width: 50%;
        }
        

        .section_outter .bullet {
    width: 10px;
    height: 10px;
    background-color: #66C050;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.section_outter .image {
    width: 40%;
    text-align: right;
    position: sticky;
    top: 0px;
    height: 100%;
}
.cro-benefits .section {
    align-items :inherit; 
}

.section_outter .image img {
    max-width: 100%;
    height: auto;
}
.touchNow {
    background: #18318f;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
}
.section_outter .touchNow h2 {
    color: #fff;
}
.cro-benefits li {
    margin-top: 30px;
}
.acc-outter {
    display: flex;
        width: 100%;
    justify-content: space-between;
}
.acc-outter img {
    width: 540px;
}
.acc-inner {
    width: 50%;
}
.section_outter {
    background-image: linear-gradient(0deg, #f2582217, rgba(241, 255, 249, 0) 30%), radial-gradient(circle at 0 0, #f2582217 0, rgba(95, 213, 182, 0) 30%), linear-gradient(180deg, #f2582217 -10%, rgba(121, 223, 255, 0) 70%), radial-gradient(circle at 95% 0, #f2582217 0, #fff 20%) !important;
}



    

        /* Media Queries */
        @media(max-width: 768px) {
            .contact-section {
                grid-template-columns: 1fr;
            }
        }



@media screen and (min-width: 992px) and (max-width: 1400px){
    h4.post__title-ft a {
    font-size: 0.938vw;
} 
.footer-section.support, .footer-section.company { 
    width: 25%;
} 
.breadcrumb {
    margin-left: 20px;
}
.sidebar ul li a {
     font-size: 1vw; 
}
.sidebar ul li {
    padding: 0.5vw 2vw;
}
.search-bar input {
    font-size: 1vw;
}
}



/* Responsive */
@media screen and (min-width: 768px) and (max-width: 900px) {
    .services-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .service-card {
        width: 90%;
    }
    .about-section {
        flex-direction: column-reverse;
    }
    .text-content, .image-grid {
        width: 100%;
    }
    .seo-header {
        text-align: center;
    }
    .servicesHead h2, .servicesHead a {
        width: 100%;
    }
    .servicesHead {
        flex-wrap: wrap;
    }
    .contact-section .content h1 {
        font-size: 26px;
    }
    .contact-section .content p {
        font-size: 16px;
    }
    .contact-section .image {
        height: 36dvh;
    }
    .contact-section {
        padding: 30px 0px 0px 20px;
    }
    .pricing-outter {
        gap: 10px;
    }
    .choose-btn {
        padding: 10px 13px;
        font-size: 12px;
    }
    .base-template__wrapper, .vertical-ticker {
        height: 45dvh !important;
    }
    .about-section {
        min-height: 60vh;
        padding: 20px 20px;
    }
    .pricing-card p {
        font-size: 13px;
        line-height: 20px;
    }
    .pricing-card {
        padding: 20px;
    }
    .image1 {
        margin-top: -14px;
        margin-left: -10px;
    }
    
}

@media (max-width: 767px) {  
    .results-stats {
    flex-direction: column;
}
    .stat-item {
    max-width: 100% !important;
}
    .seo-results p {
    text-align: center;
}
    .section_outter .section img {
    top: 0px !important;
}
section.public-say-sec.section_outter {
    background-size: 100% 100% !important;
    padding: 70px 20px 40px;
}
.section_outter .image {
    width: 100% !important;
    position: relative !important;
    
}
.section_outter .section img {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.public-sec-inner .form-row {
    gap: 0px !important;
}
.public-sec-right .slick-prev {
    left: -15px !important;
}
.public-sec-right .slick-next {
    right: -15px;
}
    .public-sec-right {
    padding-left: 0px !important;
}
    .section-content .service-icon-box-icon {
    width: 55px !important;
    height: 39px !important;
    padding: 3px !important;
}
    .nav-links a:active {
    color: #000000;
}
    .logo {
    width: 25%;
}
    .footer-logo img {
    width: 250px;
}
    .awards-outter {
    padding: 40px 20px;  
}
.public-sec-inner {
    flex-wrap: wrap;
}
.public-sec-left, .public-sec-right {
    width: 100%;
}
.awards_images {
    gap: 20px;
}
.awards-outter .theme-btn1 {
    margin-top: 40px;
}
.contact-section {
    padding: 40px 20px;
}
.contact-section .content h3 {
    margin-top: 0px;
}
    .mega-menu-inner {
                flex-direction: column;
        width: 100%;
    }
    .why-choose-sec {
    width: 100%;
}
    .steps-sec .steps-inner {
    width: 100%;
}
.hero h1 {
    font-size: 24px;
}
img.img-award {
    width: 47%;
}
    
    .tags-section {
    flex-direction: column;
            gap: 40px;
}
.h2-logo img {
    width: 40%;
    margin-bottom: 20px;
}

.blog-ul, .tags-section .search-bar {
    width: 100%;
}
    
    .service_hero {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.service_hero-content, .service_hero img {
    max-width: 100% !important;
    text-align: center;
}
.expert-technical {
    padding: 20px 20px;
    width: 100%;
}
.service_hero-content h1 {
    font-size: 30px;
}
.section_outter .section {
    flex-direction: column;
}
.section_outter .section-content {
    max-width: 100% !important;
}
.section_outter .section img {
    max-width: 100% !important;
    position: relative !important;
    margin-bottom: 50px !important;
}
.seoAuit {
    gap: 0px;
    flex-direction: column;
}
.touchNow {
    padding: 30px;
}
.included-seo-audit-inner {
    width: 100%;
}
section.included-seo-audit {
    padding: 40px 20px;
}
.section_outter .image {
    width: 100%;
    position: relative;
}
.why-choose-sec {
    position: relative;
    top: 0px;
    height: 100%;
}
.seo-acc {
    padding: 40px 20px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
section.section_get-in-touch {
    padding: 0px 20px;
}
.review-main {
    gap: 30px;
    flex-direction: column;
}
.review-sources {
    gap: 15px;
}
.review-sources img {
    width: 50px;
}
.review-header {
    align-items: self-start;
    margin-bottom: 20px;
 
}
section.google-review {
    padding: 40px 20px;
}
.theme-btn1 {
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer-section.company, .footer-section.support {
    width: 100%;
}
.topBar .logo img {
    max-width: 40%;
}
.logo img {
    max-width: 100%;
}
.call span.lazyloaded {
    display: none;
}
.menu-toggle {

    color: #f25822;
}
.call {
    margin-right: 10px;
}
.call i {
    margin-right: 0px;
}
.topbar-btn {
    gap: 15px;
    flex-direction: row-reverse;
}
.steps-sec {
    flex-direction: column;
}
.footer-section p {
    color: #000;
}
.footer-outter {
    color: #000;
}
.copyright {
    border-top: 1px solid #f25822;
    color: #000;
}
.description {
    font-size: 14px;
}
.topbar-nav {
    gap: 15px;
}
.service-logo {
    display: flex;
    gap: 5px;
}
.service-logo a.theme-btn1 {
    margin: 20px 0px;
}
.sidebar ul {
    flex-wrap: wrap;
}
.sidebar ul li {
    margin-bottom: 0px;
    padding: 10px 20px;
}
.sidebar {
    box-shadow: inherit;
}
.ft-btn .theme-btn1 {
    justify-content: center;
}
    
    
    
    
    .logo {
    font-size: 30px;
}
    .menu-toggle {
        display: block;
        font-size: 24px;
        cursor: pointer;
        
    }
    .menu-toggle {
        width: 20px;
        text-align: center;
    }
     .mega-dropdown {
    flex-direction: column; /* Stack columns on small screens */
    width: 100%;
  }
 
  .mega-column {
    padding: 10px 0;
  }
    .navbar {
        padding: 17px 20px;
        border-bottom: 1px solid #fff;
    }
    .nav-links {
        flex-direction: column;
        display: none;
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }

    .nav-links li {
        display: block;
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
        font-size: 24px;
        cursor: pointer;
    }

    .nav-links.active {
        display: flex;
        position: absolute;
        top: 68px;
        /*background-image: linear-gradient(to left, #3446cd 11%, rgb(72 143 237) 80%);*/
        background: #f25822;
        left: 0;
    }
    .nav-links a {
        color: #ffffff;
    }
    .nav-links li {
        padding: 10px 20px;
        border-bottom: 1px solid #ffffff;
    }


    .hero {
        padding: 30px 20px 30px;
    }
    h1 {
        font-size: 24px;
    }
    .hero p {
        font-size: 16px;
        opacity: 1;
        margin: 20px auto 30px;
    }
    .social-links {
        gap: 20px;
        width: 100%;
    }




    .about-section {
        flex-direction: column-reverse;
        padding: 0px 20px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
        line-height: 26px;
    }
    .about-section .theme-btn1 {
        float: right;
    }

    .image-grid, .text-content {
        width: 100%;
        padding: 0px;
        margin-bottom: 40px;
    }

    .image-grid img {
        border-radius: 30px;
    }
    .slider {
        flex-direction: column;
    }

    .slide {
        width: 90%;
        height: auto;
    }

    .slide.active {
        width: 95%;
        transform: scale(1);
    }

    .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }



    .servicesHead {
        flex-direction: column;
    }
    .seo-services {
        padding: 50px 20px 50px;
    }
    .servicesHead h2, .servicesHead a {
        width: 100%;
        text-align: center;
    }
    .badge {
        font-size: 14px;
    }
    .seo-header {
        text-align: center;
    }
    .services-grid {
        flex-wrap: wrap;
    }
    .service-card {
        width: 100%;;
    }


    .testimonial {
        flex-direction: column;
    }
    .testimonial-container {
        width: 90%;
        padding: 30px;
    }
    .testimonial-content {
        text-align: center;
    }
    .logo-slider-section {
        margin-top: 60px;
    }


    section.how-works {
        padding: 60px 20px 0px;
    }
    .how-works-outter {
        flex-direction: column;
    }
    .how-works-outter {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
    .image1 {
         margin-top: -30px;
         margin-left: -14px;
    }
    .contact-section .content {
        max-width: 100%;
    }
    .contact-outter {
        flex-direction: column;
    }
    .contact-section .image {
        max-width: 100%;
        height: 35dvh;
        margin-top: -95px;
    }
    .contact-section .content h1 {
        font-size: 30px;
    }
    .contact-section .content p {
        font-size: 16px;
    }


    .pricing-section {
        padding: 60px 20px;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .pricing-outter {
        flex-wrap: wrap;
    }



    .base-template {
        padding: 60px 20px;
    }
    .awards-Text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .vertical-ticker__slide-content img:first-child {
        filter: unset;
    }
    .awards-outter .subtitle {
        font-size: 16px;
    }



    .footer-section, .newsletter {
        width: 100%;
        max-width: 100%;
    }

    footer {
        padding: 60px 20px 20px;
        color: #FFf;
    }
    .copyright {
        padding-top: 20px;
    }
    .sliderServices {
        padding: 60px 0px;
    }
    
    
    
    /*about page mobile */
    
    .accordion-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 70px;
    padding: 20px;
    flex-wrap: wrap;
}
.breadcrumb {
    padding: 10px 20px;
}
.accordion h2 { 
    font-size: 18px;
}
.contact_hero {
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}
main {
    margin: 30px auto 30px;
    flex-direction: column;
            padding: 0px 20px;
}
.sidebar, .blog-posts {
    width: 100%;
}


/*careers page css*/

.how-works.careers-first-section {
    padding-top: 0px;
}
.content {
    max-width: 100%;
}
.job-outter {
    margin-top: 40px;
    padding: 0px 20px;
}
.job {
    width: 100%;
}
.testimonial-container {
    width: 100%;
}
.seo-results {
    padding: 30px 20px;
}
.why-work-section {
    flex-direction: column-reverse;
}
.why-work-content {
    padding-right: 0px;
    width: 100%;
}
.why-work {
    width: 100%;
    margin-bottom: 30px;
}
.company-info {
    padding: 40px 20px 40px;
}
.apply-form {
    padding: 40px 20px;
}
.apply-outter {
    flex-wrap: wrap;
    margin-top: 40px;
}
.apply-outter img {
    width: 100%;
}
.apply-outter form .theme-btn1 {
    width: 100%;
}



/*contact page mobile*/


.contact_hero h1 {
    font-size: 30px;
}
.contact-page-outter {
    margin: 40px 0px 40px;
    flex-direction: column-reverse;
    padding: 0px 20px;
}
.contact-page-form, .contact-info {
    width: 100%;
}
.form-row {
    flex-wrap: wrap;
}
.contact-page-form {
    padding: 30px 20px;
}


/*services page mobile*/


.why-choose-us {
    margin: 40px auto 40px;
    padding: 40px 20px;
    flex-direction: column;
}
.why-choose-us .features {
    max-width: 100%;
}
.steps_outter {
    flex-direction: column;
}
.how-it-works {
    padding: 40px 20px;
}
.steps_img, .steps_outter .steps {
    width: 100%;
}
.step {
    flex: 1 1 calc(60% - 20px);
}
.case-studies {
    padding: 40px 20px;
    margin-bottom: 40px;
}
.our-seo-services {
    padding: 40px 20px;
    margin-top: 40px;
}
.card_outter .service-card {
    width: 100%;
}
.pricing {
    padding: 40px 20px;
}
.pricing-plans {
    flex-wrap: wrap;
}
.pricing-plan {
    width: 100%;
}
.contact-form form {
    padding: 40px 20px 20px;
}
.contact {
    padding: 40px 20px;
}
.contact_hero {
    padding: 60px 20px;
}
.owl-next {
    right: 30%;
    top: 95%;
}
.owl-prev {
    left: 30%;
    top: 95%;
}


/*single blog page mobile css*/

.single-blog-outter {
    flex-wrap: wrap;
    padding: 0px 20px;
} 
.single-blog-left {
    width: 100%;
}
.blog-box img {
    width: 100%;
}
.author-box {
    flex-wrap: wrap;
    margin: 30px 20px;
}
.author-img-box {
    width: 100%;
}
.blog-box {
    margin-top: 0px;
}
.admin-info {
    gap: 10px;
    flex-wrap: wrap;
}
.single-blog-right {
    width: 100%;
}
div#ez-toc-container {
    width: 100%;
}
.sidebar-guide-page {
    position: relative;
    top: -10px;
}

}




@media screen and (max-width: 767.9px) {
	
}

.base-template__wrapper {
	max-width: 1560px;
	height: 65dvh;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 8dvw;
}

.base-template__content {
	max-width: 34.1vw;
}

@media screen and (max-width: 767.9px) {
	.base-template__wrapper {
		max-width: 100%;
		height: 100%;
		align-items: stretch;
		flex-direction: column;
	}

	.base-template__content {
		max-width: 100%;
	}
}

/**
 * Slider Instance
 */
 
.base-template .swiper {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.base-template .swiper-slide {
	height: auto !important;
	width: auto !important;
}

.vertical-ticker {
	height: 65dvh;
	display: flex;
	column-gap: 2.85vw;
	overflow: hidden;
}

@media screen and (max-width: 767.9px) {
	.vertical-ticker {
		margin: 0 -20px;
		height: 100%;
		flex-direction: column;
		row-gap: 15px;
	}
}

/**
 * Slider Slides
 */

.vertical-ticker__slide-content {
	position: relative;
	width: 15.625vw;
	aspect-ratio: 300 / 205;
	border-radius: 10px;
	overflow: hidden;
	backdrop-filter: blur(50px);
}

@media screen and (max-width: 767.9px) {
	.vertical-ticker__slide-content {
		width: 150px;
	}
}

.vertical-ticker__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.6s ease-out;
}

.vertical-ticker__slide img:last-child {
	position: absolute;
	inset: 0;
	opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
	.vertical-ticker__slide:hover img:last-child {
		opacity: 1;
	}
}



