/*@font-face {
  font-family: Lato-Black;
  src: url("../font/Lato-Black.ttf");
}
@font-face {
  font-family: Lato-Bold;
  src: url("../font/Lato-Bold.ttf");
}
@font-face {

  src: url("../font/Lato-Regular.ttf");
}
@font-face {
  font-family: Lato-Light;
  src: url("../font/Lato-Light.ttf");
}
@font-face {
  font-family: Lato-Thin;
  src: url("../font/Lato-Thin.ttf");
}*/
/*body{
  background-color: darkred;
}*/
* {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1500px !important;
}
.marketplace-section .container,
.gmb-section .container,
.seo-section .container,
.case-study-section .container {
  max-width: 1400px !important;
}
.section-padding {
  padding: 3rem 0;
}

/* Hide menu toggle by default on desktop */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

/* Hamburger icon styling */
.hamburger {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.hamburger {
  top: 10px;
}
.hamburger::before {
  top: -8px;
}

.hamburger::after {
  bottom: -8px;
}

/* Toggle effect */
.menu-toggle.active .hamburger {
  background-color: transparent;
}

.menu-toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle.active .hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}
/* Header Base Styles */
.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background-color: white;
  margin: 0 auto;
  padding: 20px 0;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
/* Logo styles */
.logo-wrap {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 100%;
  height: auto;
  max-width: 55%;
  object-fit: cover;
}

/* Navigation styles */
.navigation {
  width: 90%;
}
.header-content .nav {
  justify-content: right !important;
}
.nav-list {
  display: flex;
  justify-content: right;
  list-style: none;
  gap: 0px;
  margin: 0 50px 0 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #121212;
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 21.6px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #666666;
}

/* Active navigation item separator */
.nav-separator {
  position: absolute;
  width: 121px;
  height: 1px;
  top: 23px;
  left: 0;
  background-image: url("/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Hamburger Menu Styles */
.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #121212;
  position: absolute;
  right: 16px;
  top: 25px;
  z-index: 1001;
}

/* Responsive for Mobile */
@media (max-width: 991px) {
  .header-section .container {
    padding: 0 !important;
  }
  .header {
    height: auto;
    background-color: white;
  }

  .header-content {
    height: auto;
    padding: 10px 16px;
    justify-content: unset;
  }

  .logo {
    position: static;
    margin: 10px auto;
    display: block;
  }

  .navigation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .hamburger {
    display: block;
    right: 13%;
    top: 44%;
  }

  .nav-list {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: white;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .nav-list.open {
    display: flex;
  }

  .nav-link {
    font-size: 16px;
    padding: 8px 0;
  }

  .nav-separator {
    display: none;
  }
}

/* Banner */
.banner-section-mobile {
  display: none !important;
}
.banner-wrapper {
  margin-left: 0.8rem;
}
.banner-section {
  background-image: url("../images/what-we-do/banner-bg.png");
  background-size: cover;
  padding: 5rem 0rem;
  /* margin-top: 5rem; */
}
.banner-wrapper span {
  font-size: 1rem;

  color: #ffffff;
  text-transform: uppercase;
}
.banner-wrapper h1 {
  font-size: 2.5rem;

  color: #ffffff;
  text-transform: capitalize;
  margin: 2rem 0;
}
.banner-wrapper p {
  font-size: 1rem;

  color: #ffffff;
  margin: 2rem 0;
  width: 100%;
  max-width: 39%;
}

/* public section */

.public-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-img-wrap {
  width: 45%;
}
.public-img-wrap img {
  width: 100%;
  height: auto;
}
.public-content-wrap {
  width: 55%;
      margin-left: 2rem;
      padding: 1rem 0;
}
.public-content-wrap span {
  font-size: 2.5rem;

  width: 100%;
  display: block;
  max-width: 50%;
  line-height: 45px;
}
.public-content-wrap h2 {
  font-size: 4rem;

  margin: 1rem 0;
}
.public-content-wrap p {
  font-size: 1rem;

  width: 100%;
  max-width: 60%;
  margin: 2rem 0;
}
.public-content-wrap p:nth-child(2) {
  margin: 1rem !important;
}
.public-content-wrap p:last-child {
  max-width: 60%;
}

/* Market section */
.marketplace-section {
  background-image: url("../images/what-we-do/marketplace-bg.png");
  background-size: cover;
  padding: 5rem 0;
}
.marketplace-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mrk-content,
.mrk-image-wrap {
  width: 50%;
}
.mrk-content span {
  font-size: 2.5rem;

  color: #ffffff;
  width: 100%;
  display: block;
  line-height: 50px;
  max-width: 65%;
}
.mrk-content h2 {
  font-size: 4rem;

  color: #ffffff;
  margin: 1rem 0;
}
.mrk-content p {
  font-size: 1rem;

  color: #ffffff;
  width: 100%;
  margin: 2rem 0;
  max-width: 80%;
}
.mrk-image-wrap img {
  width: 100%;
  height: auto;
  max-width: 75%;
  margin: 1.5rem 0;
  border-top-right-radius: 24px;
}

/* gmb section */
.gmb-section {
  padding: 3rem 0;
}
.gmb-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gmb-content {
  width: 52%;
}

.gmb-image-wrap {
  width: 48%;
}
.gmb-content span {
  font-size: 2.25rem;

  width: 100%;
  display: block;
  line-height: 50px;
  max-width: 65%;
}
.gmb-content h2 {
  font-size: 3.8rem;

  margin: 0rem 0;
  line-height: 65px;
}
.gmb-content p {
  font-size: 1rem;

  width: 100%;
  margin: 1rem 0;
  max-width: 90%;
}
.gmb-image-wrap img {
  width: 100%;
  height: auto;
  max-width: 75%;
 margin: 2rem 0 2rem 5rem;
  border-top-right-radius: 24px;
}

/* case study section */

.case-study-section {
  background-color: #f5f5f5;
  padding: 5rem 0 !important;
}
#caseStudy .owl-carousel {
  display: flex !important;
}
#caseStudy .owl-dots {
  position: absolute;
  bottom: -6%;
  left: 0;
  right: 0;
}
#caseStudy .owl-nav {
  display: none !important;
}
.item-1-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}
.case-headings h2 {
  font-size: 3rem;

  text-align: center;
}
.case-headings h3 {
  font-size: 2rem;

  text-align: center;
  margin-bottom: 2rem;
}
.case-image {
  width: 40%;
}
.case-content {
  width: 60%;
  max-width: 50%;
  margin: 0 auto;
}
.case-content h4 {
  font-size: 1.5rem;
  font-family: Lato-Bold;
  margin-bottom: 1rem;
}
.case-content p {
  font-size: 1rem;

  margin-bottom: 1rem;
}
.percent-span {
  font-size: 4rem;
  font-family: Lato-Light;
  margin-bottom: 1rem;
}
.percent-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
}
.percent-1 {
  width: 33%;
  position: relative;
}
.percent-1::after {
  position: absolute;
  content: "";
  background-color: #bbbbbb;
  left: 80%;
  top: 15%;
  width: 1px;
  height: 120px;
}
.percent-1:last-child::after {
  display: none !important;
}
.percent-span-red {
  font-size: 4rem;
  font-family: Lato-Light;
  margin-bottom: 1rem;
  color: #e30004;
}
.engment {
  font-size: 1.25rem !important;
  font-family: Lato-Bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  max-width: 40%;
}
.engment-red {
  font-size: 1.25rem !important;
  font-family: Lato-Bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  max-width: 100%;
  color: #e30004;
}
.know-btn {
  width: 25%;
  padding: 10px 10px;
  border: 1px solid;
  background: none;
  border-radius: 50px;
  margin-top: 1rem;
}
.know-btn a {
  font-size: 1rem;

  color: #000;
  text-decoration: none;
}
.creative-wrap {
  position: relative;
}
.creat-content {
  position: absolute;
  top: 30%;
  left: 23%;
}
.creat-content h3 {
  font-size: 2.5rem;

  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 70%;
}
.creat-content span {
  font-size: 1.5rem;

  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 70%;
  display: block;
}
.sg h3,
.sg span {
  max-width: 100% !important;
}
.sg {
  position: absolute;
  top: 35%;
  left: 30%;
}

/* Ranking section */
.ranking-section {
  background-image: url("../images/what-we-do/seo-ranking-bg.png");
  background-size: cover;
  padding: 5rem 0;
}

.ranking-wrap span {
  font-size: 2.5rem;

  color: #ffffff;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 50px;
  max-width: 100%;
}
.ranking-wrap h2 {
  font-size: 4rem;

  color: #ffffff;
  text-align: center;
  margin: 1rem 0;
}
.ranking-wrap p {
  font-size: 1rem;

  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 47%;
  margin: 2rem auto;
}
.rank-2 {
  max-width: 65% !important;
  margin: 0 auto;
}

/* seo section */

.seo-section {
  background-color: #f5f5f5;
  padding: 3rem 0;
}
.main-heading {
  font-size: 44px;

  font-weight: 500;
  color: #090909;
  margin-bottom: 32px;
  letter-spacing: 0.92px;
}

.intro-text {
  font-size: 16px;
  color: #121212;
  margin-bottom: 60px;
  max-width: 580px;
  letter-spacing: 0.32px;
  line-height: 1.4;
  margin-bottom: 16px;

}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;

}

.card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  margin-bottom: 1.5rem;

}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.card-title {
  font-size: 18px;
  font-weight: 400;
  color: #090909;
  margin-bottom: 20px;
  letter-spacing: 0.36px;
  text-transform: uppercase;

}

.card-item {
  margin-bottom: 24px;
}

.card-item:last-child {
  margin-bottom: 0;
}

.card-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #090909;
  margin-bottom: 8px;
  letter-spacing: 0.28px;

}

.card-description {
  font-size: 14px;
  color: #121212;
  letter-spacing: 0.28px;
  line-height: 1.4;

}

.specialized-card {
  grid-column: 1;
  grid-row: 2;
}

.bottom-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.bottom-text {
  font-size: 16px;
  color: #121212;
  letter-spacing: 0.32px;
  line-height: 1.4;
  margin-bottom: 40px;

  max-width: 80%;
}

.cta-text {
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  letter-spacing: 0.36px;
  line-height: 1.2;

}

/* organic section */

.org-head {
  font-size: 3rem;
  text-align: center;
  width: 100%;
  max-width: 55%;
  margin: 2rem auto;

}
.seo-container {
  width: 100%;
  max-width: 98% ;
  /* height: 700px; */
  display: flex;
  justify-content: center;
  align-items: start;
  background-image: url("../images/what-we-do/organic-seo-bg.png");
  background-size: cover;
  background-position: center;
  margin: 2rem auto;
  padding: 3rem;
}

/* Left sidebar */
.sidebar-seo-tab{
  width: 42%;
  position: relative;
      background: transparent;
}

.sidebar-separator {
  position: absolute;
  right: 18%;
  top: -6.5%;
  width: 4px;
  height: 140px;
  background: linear-gradient(180deg, #ffc20e 60%, #121212 100%);
}

/* Sidebar sections */
.sidebar-section {
  /* position: absolute; */
  left: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 3rem 0;
}

.seo-container:nth-of-type(2),
.seo-container:nth-of-type(3),
.seo-container:nth-of-type(4),
.seo-container:nth-of-type(5) {
  display: none;
}

.sidebar-icon {
  width: 100%;
  height: auto;
  max-width: 8%;
}

.sidebar-title {
  font-size: 20px;
  line-height: 26.4px;
  color: #bbbbbb;
  max-width: 60%;
  white-space: pre-line;
  cursor: pointer;
}

.sidebar-section.active .sidebar-title {
  color: #ffc20e;
  font-size: 20px;

  max-width: 60%;
}

/* Main content area */
.main-content {
  width: 58%;
      margin-top: 3rem;
}

.main-title {
  font-weight: 500;
  font-size: 30px;
  
  line-height: 36px;
  letter-spacing: 0.6px;
  color: white;
  margin-bottom: 24px;
}
.content-template {
  display: none;
}
.seo-container:not(:first-child) .sidebar {
  display: none;
}
/* Content columns */
.content-columns {
  display: flex;
  gap: 60px;
}

.content-column {
  flex: 1;
}

/* Bullet points */
.bullet-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 25px;
}

.bullet-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.bullet-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.36px;
  color: white;
  white-space: pre-line;
}

/* organic section mobile  */
.organic-section-mobile {
  display: none;
}

/* footer section */

.footer {
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  padding: 3rem 5rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #444;
  padding-bottom: 30px;
}

.footer-left {
  width: 40%;
  margin-bottom: 30px;
}

.footer-logo {
  width: 100%;
  height: auto;
  max-width: 30%;
  margin-bottom: 20px;
}

.label {
  text-transform: uppercase;

  font-size: 12px;
  margin-bottom: 5px;
  color: #aaa;
}

.phone {
  font-size: 18px;

  font-weight: 500;
  margin-bottom: 20px;
}

.newsletter input {
  padding: 10px;
  width: 70%;
  max-width: 250px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.newsletter button {
  background: none;
  color: white;
  border: none;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.footer-right {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-column {
  margin-bottom: 20px;
  width: 15%;
}

.footer-column .heading {
  text-transform: uppercase;

  font-size: 14px;
  margin-bottom: 10px;
  color: #d0d0d0;
}

.footer-column ul {
  color: #d0d0d0;
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
  font-size: 14px;

  cursor: pointer;
}

.footer-column ul li:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;

  padding-top: 20px;
  color: #888;
}

.footer-links a {
  margin-left: 20px;
  color: #888;
  text-decoration: none;

}

.footer-links a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-right {
    flex-direction: column;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    margin-top: 10px;
  }

  .newsletter input {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 2500px) {
  body {
    max-width: 2500px;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2499px) {
  .banner-section .container,   .organic-section .container {
     max-width: 2000px !important;
    .header-section .container, 
  }
  .banner-wrapper {
    margin-left: 0rem;
}
      .header-section .container{
    max-width: 1700px !important;
  }
  .banner-wrapper span {
    font-size: 1.5rem;
  }
  .banner-wrapper span,
  .case-content h4 {
    font-size: 1.8rem;
  }
  .case-content strong {
    font-size: 1.25rem;
  }
  .case-content p {
    margin-top: 1rem;
  }
  .banner-wrapper h1 {
    font-size: 3rem;
  }
  .banner-wrapper p,
  .public-content-wrap p,
  .mrk-content p,
  .gmb-content p,
  .case-content p,
  .ranking-wrap p,
  .intro-text,
  .card-description,
  .card-subtitle,
  .bottom-text,
  .bullet-text {
    font-size: 18px;
  }
  .card-title {
    font-size: 20px;
  }
  .public-content-wrap {
    margin: 0 0 0 auto;
    max-width: 50%;
  }
  .mrk-image-wrap img,
  .gmb-image-wrap img {
    max-width: 90%;
  }
  .creat-content {
    top: 35%;
    left: 15%;
  }
  .sg {
    top: 36%;
    left: 25%;
  }
  .label,
  .footer-bottom,
  .footer-column ul li,
  .footer-column .heading {
    font-size: 16px;
  }
  .footer {
    padding: 3rem 6rem;
  }
  .gmb-image-wrap img {
    margin: 2rem 0 2rem 0rem;
}
.seo-container {
    width: 100%;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
  .header-section .container, .banner-section .container,
  .organic-section .container {
    max-width: 1600px !important;
  }
  .banner-wrapper span {
    font-size: 1.5rem;
  }
.banner-wrapper {
    margin-left: 2rem;
}
.public-content-wrap p:last-child,   .public-content-wrap p {
    max-width: 73%;
}
  .banner-wrapper span {
    font-size: 1.5rem;
  }
  .case-content h4 {
    font-size: 1.8rem;
  }
  .case-content strong {
    font-size: 1.25rem;
  }
  .case-content p {
    margin-top: 1rem;
  }
  .banner-wrapper h1 {
    font-size: 3rem;
  }
  .banner-wrapper p,
  .public-content-wrap p,
  .mrk-content p,
  .gmb-content p,
  .case-content p,
  .ranking-wrap p,
  .intro-text,
  .card-description,
  .card-subtitle,
  .bottom-text,
  .bullet-text {
    font-size: 18px;
  }
  .card-title {
    font-size: 20px;
  }
  .public-content-wrap {
    margin: 0 0 0 2rem;
    max-width: 50%;
  }
  .gmb-image-wrap img {
          margin: 2rem 0 2rem 0rem;
  }

  .mrk-image-wrap img,
  .gmb-image-wrap img {
    max-width: 90%;
  }
  .creat-content {
    top: 35%;
    left: 15%;
  }
  .sg {
    top: 36%;
    left: 25%;
  }
  .label,
  .footer-bottom,
  .footer-column ul li,
  .footer-column .heading {
    font-size: 16px;
  }
  .footer {
    padding: 3rem 6rem;
  }
  .public-content-wrap span {
    max-width: 60%;
    line-height: 40px;
}
.public-content-wrap h2 {
    margin: 0.5rem 0;
}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .logo {
    max-width: 55%;
  }
  .nav-list {
    gap: 25px;
    margin-bottom: 0;
    margin-right: 50px;
  }
  .banner-section {
    padding: 5rem 1rem;
  }
  .organic-section {
    padding: 3rem 1rem;
  }
  .marketplace-section {
    padding: 3rem 1rem;
  }
  .public-content-wrap span,
  .mrk-content span,
  .gmb-content span {
    font-size: 2rem;
    line-height: 40px;
    max-width: 60%;
  }
  .creat-content h3,
  .ranking-wrap span {
    font-size: 2rem;
  }
  .public-content-wrap h2,
  .mrk-content h2,
  .gmb-content h2,
  .ranking-wrap h2 {
    font-size: 2.8rem;
    margin: 0.5rem 0;
  }
  .gmb-content h2{
        line-height: 45px !important;
    }
  .case-headings h2, .main-heading, .org-head {
     font-size: 2.8rem;
  }
  .public-content-wrap p {
    max-width: 75%;
    margin: 1rem 0;
  }
  .public-wrapper {
    justify-content: space-between;
  }
  .public-content-wrap {
    width: 50%;
    padding: 1rem 0;
  }
  .public-content-wrap p:last-child {
    max-width: 75%;
  }
      
   .mrk-content h2{
    max-width: 50%;
   }
  .mrk-content p {
    max-width: 85%;
}
  .public-img-wrap {
    width: 48%;
}
  .mrk-image-wrap,
  .creative-wrap {
    text-align: center;
  }
  .mrk-content {
    margin-left: 50px;
  }
  .creat-content {
    left: 33%;
  }
  .sg {
    left: 40%;
  }
  .case-content {
    width: 60%;
    max-width: 50%;
    margin: 0 0 0 20px;
  }
  .know-btn {
    margin-top: 1rem;
  }
  .percent-span-red,
  .percent-span{
    font-size: 3rem;
  }
  .percent-wrap {
    margin-top: 40px;
  }
  .percent-1::after {
    left: 70%;
  }
  .seo-section {
    padding: 3rem 5rem;
  }
.gmb-image-wrap {
    width: 48%;
}
.gmb-content {
    width: 52%;
}
.gmb-image-wrap img {
    margin: 2rem 0 2rem 5rem;
}
.case-headings h3 {
  font-size: 30px;
}
.engment {
    font-size: 1.05rem !important;
    max-width: 35%;
}
.engment-red {
    font-size: 1.05rem !important;
  }
  .ranking-wrap span {
    line-height: 40px;
}
.org-head {
   max-width: 55%;
        font-size: 2.5rem !important;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .logo-wrap {
    width: 13%;
  }
  .navigation {
    width: 90%;
  }
  .header-content .nav {
    justify-content: unset !important;
  }
  .nav-link {
    font-size: 16px;
    padding: 0;
  }
  .nav-list {
    gap: 30px;
    margin: 0px 0px 0 0;
    padding: 0;
  }
  .logo {
    max-width: 60%;
  }
  .banner-wrapper {
    margin-top: 0.5rem;
  }

  .banner-section {
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
  }
  .banner-wrapper h1 {
    font-size: 2rem;
    margin: 0.5rem 0;
  }
  .banner-wrapper p {
    margin: 1rem 0;
    max-width: 45%;
  }
  .public-content-wrap span,
  .mrk-content span,
  .gmb-content span {
    font-size: 2rem;
    max-width: 70%;
    line-height: 35px;
  }
  .ranking-wrap span {
    font-size: 2rem;
    line-height: 35px;
  }
  .public-content-wrap h2,
  .mrk-content h2,
  .gmb-content h2,
  .ranking-wrap h2 {
    font-size: 2.8rem;
    margin: 5px 0;
  }
  .gmb-content h2 {
    line-height: 50px;
  }
  .public-content-wrap p {
    font-size: 1rem;
    max-width: 92%;
    margin: 0.5rem 0;
  }
  .public-content-wrap p:last-child {
    max-width: 80%;
  }
  .public-content-wrap {
    margin-left: 2rem;
        padding: 0rem 0;
  }
  .mrk-image-wrap img,
  .gmb-image-wrap img {
    max-width: 90%;
  }
  .org-head {
    max-width: 80%;
}
   .gmb-image-wrap img {
            margin-left: 0;
  }
  .gmb-content {
    margin-left: 1rem;
}
.sidebar-title {
    max-width: 60%;
    margin-left: 1rem;
}
  .mrk-content {
    margin-left: 50px;
  }
  .bullet-text {
    margin-left: 1rem;
  }
  .mrk-content span {
    max-width: 80% !important;
  }
  .marketplace-section,
  .ranking-section {
    padding: 3rem 0;
  }
  .mrk-content p {
    margin: 1rem 0;
    max-width: 90%;
  }
  .creative-wrap {
    text-align: center;
  }
  .gmb-content p {
    margin: 0.5rem 0;
  }
  .creat-content h3 {
    font-size: 2rem;
  }
  .creat-content {
    left: 19%;
  }
  .sg {
    left: 30%;
  }
  .case-study-section {
    padding: 3rem 1rem !important;
  }
  .percent-1::after {
    height: 90px;
}
  .percent-wrap {
    margin-top: 0;
  }
  .case-content p {
    margin: 0.5rem 0;
  }
  .percent-span-red,
  .percent-span {
    font-size: 3rem;
  }
  .engment-red,
  .engment {
    font-size: 1rem !important;
  }
  .know-btn {
    width: 35%;
  }
  .ranking-section {
    margin: 1rem 0;
  }
  .seo-section {
    padding: 3rem;
  }
  .bottom-text {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .main-heading,
  .org-head {
    font-size: 2.8rem;
  }
  .organic-section .container {
    padding: 0rem 2rem;
  }
  .sidebar-separator {
    right: 13%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .nav-list {
    display: block !important;
  }
  .navigation {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 70px; /* adjust according to header height */
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .navigation.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    padding: 20px;
  }

  .nav-item {
    margin: 10px 0;
  }

  .logo-wrap {
    width: 50%;
  }
  .nav-list {
    top: 30px;
    left: 0%;
  }
  .nav-link {
    text-align: center;
  }
  .banner-section {
    display: block;
    background-image: url(../images/what-we-do/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 50%;
    padding: 5rem 2rem;
  }
  .banner-section-mobile {
    display: none;
  }
  .banner-section-mobile .col {
    padding: 0 !important;
  }
  .banner-img-wrap img {
    height: auto;
    width: 100%;
    position: relative;
  }
  .banner-wrapper-mobile {
    position: absolute;
    top: 30%;
    left: 5%;
  }
  .banner-wrapper-mobile span {
    font-size: 1.5rem;
  
    color: #ffffff;
    text-transform: uppercase;
  }
  .banner-wrapper-mobile h1 {
    font-size: 3rem;
  
    color: #ffffff;
    text-transform: capitalize;
    margin: 1rem 0;
  }
  .banner-wrapper-mobile p {
    font-size: 1.25rem;
  
    color: #ffffff;
    margin: 2rem 0;
    width: 100%;
    max-width: 90%;
    text-align: left;
  }
  .banner-section .col,
  .case-study-section .col,
  .ranking-section .col {
    padding: 0 !important;
  }
  .banner-wrapper span {
    font-size: 1.25rem;
  }
  .banner-wrapper p {
    max-width: 66%;
    text-align: left;
  }
  .public-content-wrap p,
  .mrk-content p,
  .gmb-content p,
  .case-content p,
  .bottom-text {
    max-width: 94%;
    text-align: left;
  }
  .cta-text {
    max-width: 94%;
  }
  .public-content-wrap p,
  .mrk-image-wrap img {
    margin: 1rem 0;
  }
  .public-content-wrap p:last-child {
    max-width: 94%;
    margin-bottom: 2rem;
    text-align: left;
  }
  .ranking-section,
  .marketplace-section {
    padding: 3rem 1rem !important;
  }
    .banner-section{
      padding: 3rem 2rem !important;
    }
  .public-wrapper {
    flex-direction: column-reverse;
  }
  .public-section {
    padding: 1rem 1rem;
  }
  .public-content-wrap h2 {
    line-height: 50px;
    font-size: 3rem;
    max-width: 70%;
  }
  .public-content-wrap span,
  .mrk-content span,
  .gmb-content span,
  .case-content h4 {
    font-size: 2rem;
  }
  .mrk-content h2 {
    font-size: 3rem;
    margin: 0.5rem 0;
  }
  .public-img-wrap,
  .public-content-wrap,
  .footer-left,
  .footer-right,
  .gmb-content,
  .gmb-image-wrap,
  .case-image,
  .case-content,
  .mrk-content,
  .mrk-image-wrap {
    width: 100%;
  }
  .public-content-wrap span,
  .gmb-image-wrap img,
  .creat-content span,
  .case-content,
  .bottom-text,
  .case-content h4,
  .mrk-content span,
  .mrk-image-wrap img {
    max-width: 100%;
  }
  .logo {
    max-width: 50%;
    margin: 10px auto 10px 0;
  }
  .rank-2 {
    max-width: 100% !important;
  }
  .ranking-wrap p {
    max-width: 95%;
  }
  .org-head {
    font-size: 2rem;
  }
  .ranking-wrap h2,
  .percent-span-red {
    font-size: 2.5rem;
  }
  .engment-red {
    font-size: 1.05rem !important;
  }
  #mobileBreak {
    display: none;
  }
  #creative1 {
    margin: 0 0 1rem 0 !important;
  }
  #creative2 {
    margin: 1rem 0 2rem 0 !important;
  }
  .ranking-wrap span {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .cards-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .case-content p {
    margin-top: 1rem;
  }
  .public-img-wrap img {
    width: 100%;
    height: auto;
  }
  .gmb-wrapper,
  .item-1-wrap,
  .marketplace-wrapper {
    flex-direction: column;
  }
  .creat-content h3 {
    font-size: 3rem;
    max-width: 85%;
    margin: 0 auto 1rem auto;
  }
  .sg,
  .creat-content {
    left: 0;
    right: 0;
  }
  .sg {
    top: 35% !important;
  }
  .creat-content {
    top: 30%;
  }
  .gmb-content h2 {
    font-size: 3rem;
    line-height: 55px;
  }
  .main-heading {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .seo-section {
    padding-top: 2rem;
  }
  .know-btn {
    width: 50%;
    padding: 8px 10px;
    margin-top: 0rem;
  }
  #caseStudy .owl-dots {
    bottom: -5%;
  }
  .case-image img {
    height: 400px;
    margin-bottom: 2rem;
  }
  .percent-span {
    width: 100%;
    display: block;
    font-size: 3rem;
    margin-bottom: 0rem;
  }
  .percent-wrap {
    margin-top: 30px;
  }
  .percent-1::after {
    height: 85px;
}
  .intro-text {
    width: 100%;
    max-width: 90%;
    text-align: left;
  }
  .intro-text br {
    display: none;
  }
  /* temp------------------------------------------------------------------------------------------------- */
  .organic-section {
    display: none;
  }
  .footer-section .footer {
    padding: 1rem;
  }
  .footer-right {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-column {
    width: 50%;
    padding: 0 1rem;
  }
  .footer-links {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
  }
  .footer-links a {
    margin-left: 20px;
  }
  .footer-links a:first-child {
    margin-left: 0 !important;
  }

  /* organic-section-mobile */

  .organic-section-mobile {
    display: block;
    padding-bottom: 0 !important;
  }
  #organicMobileCar.owl-carousel {
    display: block !important;
  }
  #organicMobileCar.owl-carousel .owl-item img {
    width: unset !important;
  }
  #organicMobileCar .owl-dots {
    margin-top: 0;
    padding: 2rem 0;
  }
  #organicMobileCar.owl-theme .owl-nav {
    display: none !important;
  }
  .organic-section-mobile h2 {
    font-size: 2.5rem;
    text-align: left;
    width: 100%;
    max-width: 95%;
    margin: 0rem 0 3rem 0;
    padding: 0 1rem;
  
  }
  /* SEO Approach Component Styles */
  .seo-container {
    position: relative;
    width: 390px;
    height: 966px;
  }

  .seo-wrapper {
    position: fixed;
    width: 390px;
    height: 966px;
    top: 0;
    left: 0;
    background-color: white;
  }

  /* Pagination dots */
  .pagination-container {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 914px;
    left: 135px;
  }

  .pagination-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }

  .pagination-dot.active {
    background-color: #121212;
  }

  .pagination-dot.inactive {
    background-color: #797979;
  }

  /* Main content card */
  #organicMobileCar .item {
    padding: 0 1rem;
  }
  .main-card {
    background-image: url("../images/what-we-do/organic-seo-bg-mobile.png");
    background-size: 100% 100%;
    border: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .card-content {
    gap: 24px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  /* Title section */
  .title-section {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    align-items: center;
  }

  .title-icon {
    position: relative;
    width: 43.71px;
    height: 43.71px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .title-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    color: #ffc20e;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 21.6px;
  }

  /* SEO steps list */
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .step-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .step-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.8px;
    color: #ffffff;
  }
    .case-study-section{
        padding: 3rem 2rem 5rem 2rem !important;
    }
      .marketplace-section, .gmb-wrapper {
    padding: 5rem 1rem;
}
.intro-text, .cards-grid, .bottom-text, .main-heading, .cta-text{
  padding: 0 1rem !important;
}
.organic-mobile-wrap{
  padding-left: 1rem;
  padding-right: 1rem;
}
}
@media screen and (min-width: 569px) and (max-width: 768px) {
  .marketplace-section, .gmb-wrapper {
    padding: 5rem 1rem;
}
.intro-text, .cards-grid, .bottom-text, .main-heading, .cta-text{
  padding: 0 1rem !important;
}
.organic-mobile-wrap{
  padding-left: 1rem;
  padding-right: 1rem;
}
    .case-study-section{
        padding: 3rem 2rem 5rem 2rem !important;
    }
  .nav-list {
    display: block !important;
  }
  .navigation {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 70px; /* adjust according to header height */
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .navigation.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    padding: 20px;
  }

  .nav-item {
    margin: 10px 0;
  }

  .logo-wrap {
    width: 50%;
  }
  .nav-list {
    top: 30px;
    left: 0%;
  }
  .nav-link {
    text-align: center;
  }
  .banner-section {
    display: block;
    background-image: url(../images/what-we-do/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 50%;
    padding: 5rem 2rem;
  }
  .banner-section-mobile {
    display: none;
  }
  .banner-section-mobile .col {
    padding: 0 !important;
  }
  .banner-img-wrap img {
    height: auto;
    width: 100%;
    position: relative;
  }
  .banner-wrapper-mobile {
    position: absolute;
    top: 30%;
    left: 5%;
  }
  .banner-wrapper-mobile span {
    font-size: 1.5rem;
  
    color: #ffffff;
    text-transform: uppercase;
  }
  .banner-wrapper-mobile h1 {
    font-size: 3rem;
  
    color: #ffffff;
    text-transform: capitalize;
    margin: 1rem 0;
  }
  .banner-wrapper-mobile p {
    font-size: 1.25rem;
  
    color: #ffffff;
    margin: 2rem 0;
    width: 100%;
    max-width: 90%;
    text-align: left;
  }
  .banner-section .col,
  .case-study-section .col,
  .ranking-section .col {
    padding: 0 !important;
  }
  .banner-wrapper span {
    font-size: 1.25rem;
  }
  .banner-wrapper p {
    max-width: 66%;
    text-align: left;
  }
  .public-content-wrap p,
  .mrk-content p,
  .gmb-content p,
  .case-content p,
  .bottom-text {
    max-width: 94%;
    text-align: left;
  }
  .cta-text {
    max-width: 94%;
  }
  .public-content-wrap p,
  .mrk-image-wrap img {
    margin: 1rem 0;
  }
  .public-content-wrap p:last-child {
    max-width: 94%;
    margin-bottom: 2rem;
    text-align: left;
  }
  .banner-section,
  .ranking-section
  .marketplace-section {
    padding: 3rem 1rem !important;
  }
  .public-wrapper {
    flex-direction: column-reverse;
  }
  .public-section {
    padding: 1rem 1rem;
  }
  .public-content-wrap h2 {
    line-height: 50px;
    font-size: 3rem;
    max-width: 70%;
  }
  .public-content-wrap span,
  .mrk-content span,
  .gmb-content span,
  .case-content h4 {
    font-size: 2rem;
  }
  .mrk-content h2 {
    font-size: 3rem;
    margin: 0.5rem 0;
  }
  .public-img-wrap,
  .public-content-wrap,
  .footer-left,
  .footer-right,
  .gmb-content,
  .gmb-image-wrap,
  .case-image,
  .case-content,
  .mrk-content,
  .mrk-image-wrap {
    width: 100%;
  }
  .public-content-wrap span,
  .gmb-image-wrap img,
  .creat-content span,
  .case-content,
  .bottom-text,
  .case-content h4,
  .mrk-content span,
  .mrk-image-wrap img {
    max-width: 100%;
  }
  .logo {
    max-width: 50%;
    margin: 10px auto 10px 0;
  }
  .rank-2 {
    max-width: 88% !important;
  }
  .ranking-wrap p {
    max-width: 95%;
  }
  .org-head {
    font-size: 2rem;
  }
  .ranking-wrap h2,
  .percent-span-red {
    font-size: 2.5rem;
  }
  .engment-red {
    font-size: 1.05rem !important;
  }

  #creative1 {
    margin: 0 0 1rem 0 !important;
  }
  #creative2 {
    margin: 1rem 0 2rem 0 !important;
  }
  .ranking-wrap span {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .cards-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .case-content p {
    margin-top: 1rem;
  }
  .public-img-wrap img {
    width: 100%;
    height: auto;
  }
  .gmb-wrapper,
  .item-1-wrap,
  .marketplace-wrapper {
    flex-direction: column;
  }
  .creat-content h3 {
    font-size: 3rem;
    max-width: 85%;
    margin: 0 auto 1rem auto;
  }
  .sg,
  .creat-content {
    left: 0;
    right: 0;
  }
  .sg {
    top: 35% !important;
  }
  .creat-content {
    top: 30%;
  }
  .gmb-content h2 {
    font-size: 3rem;
    line-height: 55px;
  }
  .main-heading {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .seo-section {
    padding-top: 2rem;
  }
  .know-btn {
    width: 35%;
    padding: 8px 10px;
    margin: 1rem 0;
  }
  .percent-1::after {
    height: 95px;
    left: 65%;
  }
  .engment-red {
    max-width: 96% !important;
  }
  #caseStudy .owl-dots {
    bottom: -3%;
  }
  .case-image img {
    height: 400px;
    margin-bottom: 2rem;
  }
  .percent-span {
    width: 100%;
    display: block;
    font-size: 3rem;
    margin-bottom: 0rem;
  }
  .percent-wrap {
    margin-top: 30px;
  }
  .intro-text {
    width: 100%;
    max-width: 90%;
    text-align: left;
  }
  .intro-text br {
    display: none;
  }
  /* temp------------------------------------------------------------------------------------------------- */
  .organic-section {
    display: none;
  }
  .footer-section .footer {
    padding: 1rem;
  }
  .footer-right {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-column {
    width: 50%;
    padding: 0 1rem;
  }
  .footer-links {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
  }
  .footer-links a {
    margin-left: 20px;
  }
  .footer-links a:first-child {
    margin-left: 0 !important;
  }

  /* organic-section-mobile */

  .organic-section-mobile {
    display: block;
    padding-bottom: 0 !important;
  }
  #organicMobileCar.owl-carousel {
    display: block !important;
  }
  #organicMobileCar.owl-carousel .owl-item img {
    width: unset !important;
  }
  #organicMobileCar .owl-dots {
    margin-top: 0;
    padding: 2rem 0;
  }
  #organicMobileCar.owl-theme .owl-nav {
    display: none !important;
  }
  .organic-section-mobile h2 {
    font-size: 2.5rem;
    text-align: left;
    width: 100%;
    max-width: 80%;
    margin: 0 0 3rem 0;
    padding: 0 1rem;
  
  }
  /* SEO Approach Component Styles */
  .seo-container {
    position: relative;
    width: 390px;
    height: 966px;
  }

  .seo-wrapper {
    position: fixed;
    width: 390px;
    height: 966px;
    top: 0;
    left: 0;
    background-color: white;
  }

  /* Pagination dots */
  .pagination-container {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 914px;
    left: 135px;
  }

  .pagination-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }

  .pagination-dot.active {
    background-color: #121212;
  }

  .pagination-dot.inactive {
    background-color: #797979;
  }

  /* Main content card */
  #organicMobileCar .item {
    padding: 0 1rem;
  }
  .main-card {
    background-image: url("../images/what-we-do/organic-seo-bg-mobile.png");
    background-size: 100% 100%;
    border: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .card-content {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  /* Title section */
  .title-section {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    align-items: center;
  }

  .title-icon {
    position: relative;
    width: 43.71px;
    height: 43.71px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .title-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    color: #ffc20e;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 21.6px;
  }
  .title-text br {
    display: none;
  }
  /* SEO steps list */
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .step-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .step-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16.8px;
    color: #ffffff;
  }
  .gmb-section {
    padding: 3rem 1rem;
}
 .seo-section{
  padding: 3rem 2rem !important;
}
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .nav-list {
    display: block !important;
  }
  .navigation {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 70px; /* adjust according to header height */
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .navigation.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    padding: 20px;
  }

  .nav-item {
    margin: 10px 0;
  }

  .logo-wrap {
    width: 50%;
  }
  .nav-list {
    top: 0px;
    left: 0%;
  }
  .nav-link {
    text-align: center;
  }
  .banner-section {
    display: none;
  }
  .banner-section-mobile {
    display: block !important;
  }
  .banner-section-mobile .col {
    padding: 0 !important;
  }
  .banner-img-wrap img {
    height: auto;
    width: 100%;
    position: relative;
  }
  .banner-wrapper-mobile {
    position: absolute;
    top: 17%;
    left: 6%;
  }
  .banner-wrapper-mobile span {
    font-size: 1rem;
  
    color: #ffffff;
    text-transform: uppercase;
  }
  .banner-wrapper-mobile h1 {
    font-size: 2rem;
  
    color: #ffffff;
    text-transform: capitalize;
    margin: 1rem 0;
  }
  .banner-wrapper-mobile p {
    font-size: 1rem;
  
    color: #ffffff;
    margin: 2rem 0;
    width: 100%;
    max-width: 90%;
    text-align: left;
  }
  .banner-section .col,
  .case-study-section .col,
  .ranking-section .col {
    padding: 0 !important;
  }
  .banner-wrapper span {
    font-size: 1.25rem;
  }
  .banner-wrapper p,
  .public-content-wrap p,
  .mrk-content p,
  .gmb-content p,
  .case-content p,
  .bottom-text {
    max-width: 94%;
    text-align: left;
  }
  .cta-text {
    max-width: 94%;
  }
  .public-content-wrap p,
  .mrk-image-wrap img {
    margin: 1rem 0;
  }
  .public-content-wrap p:last-child {
    max-width: 94%;
    margin-bottom: 2rem;
    text-align: left;
  }
  .banner-section,
  .ranking-section,
  .case-study-section,
  .marketplace-section {
    padding: 3rem 1rem !important;
  }
  .public-wrapper {
    flex-direction: column-reverse;
  }
  .public-section {
    padding: 1rem 1rem;
  }
  .public-content-wrap h2 {
    line-height: 50px;
    font-size: 3rem;
    max-width: 70%;
  }
  .public-content-wrap span,
  .mrk-content span,
  .gmb-content span,
  .case-content h4 {
    font-size: 2rem;
  }
  .mrk-content h2 {
    font-size: 3rem;
    margin: 0.5rem 0;
  }
  .public-img-wrap,
  .public-content-wrap,
  .footer-left,
  .footer-right,
  .gmb-content,
  .gmb-image-wrap,
  .case-image,
  .case-content,
  .mrk-content,
  .mrk-image-wrap {
    width: 100%;
  }
  .public-content-wrap span,
  .gmb-image-wrap img,
  .creat-content span,
  .case-content,
  .bottom-text,
  .case-content h4,
  .mrk-content span,
  .mrk-image-wrap img {
    max-width: 100%;
  }
  .bottom-text, .cta-text{
    padding: 0 1rem;
  }
  .logo {
    max-width: 70%;
    margin: 10px auto 10px 0;
  }
  .rank-2 {
    max-width: 100% !important;
  }
  .ranking-wrap p {
    max-width: 95%;
  }
  .org-head {
    font-size: 2rem;
  }
  .ranking-wrap h2,
  .percent-span-red {
    font-size: 2.5rem;
  }
  .engment-red {
    font-size: 1.05rem !important;
  }
  #mobileBreak {
    display: none;
  }
  #creative1 {
    margin: 0 0 1rem 0 !important;
  }
  #creative2 {
    margin: 1rem 0 2rem 0 !important;
  }
  #caseStudy.owl-carousel.owl-loaded {
    display: block;
    height: auto !important;
  }
  .percent-1::after {
    height: 87px;
  }
  .ranking-wrap span {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .cards-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .case-content p {
    margin-top: 1rem;
  }
  .public-img-wrap img {
    width: 100%;
    height: auto;
  }
  .gmb-wrapper,
  .item-1-wrap,
  .marketplace-wrapper {
    flex-direction: column;
  }
  .creat-content h3 {
    font-size: 2rem;
    max-width: 85%;
    margin: 0 auto;
  }
  .sg,
  .creat-content {
    left: 0;
    right: 0;
  }
  .sg {
    top: 30% !important;
  }
  .creat-content {
    top: 20%;
  }
  .gmb-content h2 {
    font-size: 3rem;
    line-height: 55px;
  }
  .main-heading {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .seo-section {
    padding-top: 2rem;
  }
  .know-btn {
    width: 50%;
    padding: 8px 10px;
    margin-top: 0rem;
  }
  #caseStudy .owl-dots {
    bottom: -3%;
  }
  .case-image img {
    height: 200px;
    margin-bottom: 2rem;
  }
  .percent-span {
    width: 100%;
    display: block;
    font-size: 3rem;
    margin-bottom: 0rem;
  }
  .percent-wrap {
    margin-top: 30px;
  }
  .intro-text {
    width: 100%;
    max-width: 90%;
    text-align: left;
  }
  .intro-text br {
    display: none;
  }
  /* temp------------------------------------------------------------------------------------------------- */
  .organic-section {
    display: none;
  }
  .footer-section .footer {
    padding: 1rem;
  }
  .footer-right {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-column {
    width: 50%;
    padding: 0 1rem;
  }
  .footer-links {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
  }
  .footer-links a {
    margin-left: 20px;
  }
  .footer-links a:first-child {
    margin-left: 0 !important;
  }

  /* organic-section-mobile */

  .organic-section-mobile {
    display: block !important;
    padding-bottom: 0 !important;
  }
  #organicMobileCar.owl-carousel {
    display: block !important;
  }
  #organicMobileCar.owl-carousel .owl-item img {
    width: unset !important;
  }
  #organicMobileCar .owl-dots {
    margin-top: 0;
    padding: 2rem 0;
  }
  #organicMobileCar.owl-theme .owl-nav {
    display: none !important;
  }
  .organic-section-mobile h2 {
    font-size: 2rem;
    text-align: left;
    width: 100%;
    max-width: 90%;
    margin: 0rem auto 3rem auto;
  
  }
  /* SEO Approach Component Styles */
  .seo-container {
    position: relative;
    width: 390px;
    height: 966px;
  }

  .seo-wrapper {
    position: fixed;
    width: 390px;
    height: 966px;
    top: 0;
    left: 0;
    background-color: white;
  }

  /* Pagination dots */
  .pagination-container {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 914px;
    left: 135px;
  }

  .pagination-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }

  .pagination-dot.active {
    background-color: #121212;
  }

  .pagination-dot.inactive {
    background-color: #797979;
  }

  /* Main content card */
  .main-card {
    background-image: url("../images/what-we-do/organic-seo-bg-mobile.png");
    background-size: 100% 100%;
    border: 0;
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .card-content {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  /* Title section */
  .title-section {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .title-icon {
    position: relative;
    width: 43.71px;
    height: 43.71px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .title-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    color: #ffc20e;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21.6px;
  }

  /* SEO steps list */
  .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .step-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .step-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16.8px;
    color: #ffffff;
  }
}
