body { 
  margin: 0; 
  padding: 0;
  font-family: Arial, sans-serif; 
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
h1 {
  margin: 0;
  padding: 0;
}
h3 {
  font-size: 20px;
}
p{
  line-height: 30px;
  margin: 0;
}
a { 
  text-decoration: none !important; 
}
button.tab-btn {
    color: #000;
}
#adwords-header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition: all 0.3s ease;
}
#adwords-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-100%);
  animation: slideDown 0.3s forwards;
}
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}
.blog-sec{
  display: none;
}
/* adwords site css */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding:0 15px;
}
.adw-py-sec{
  padding: 80px 0;
}
.adw-mt-sec{
  padding-top: 60px;
}
.adw-mb-sec{
  padding-bottom: 60px;
}
.mb-40-sec{
  padding-bottom: 40px;
}
.mt-40-sec{
  padding-top: 40px;
}
.mb-20-sec{
  padding-bottom: 20px;
}
.mt-20-sec{
  padding-top: 20px;
}
.heading-style {
  text-align: center;
  font-size: 42px;
  margin: 0 auto;
  font-weight: 400;
}
.left-heading-style {
  text-align: left;
  font-size: 42px;
  margin: 0 auto;
  font-weight: 400;
}
.heading-style span {
    color: #0644B7;
    font-weight: 700;
}
.left-heading-style span {
    color: #0644B7;
    font-weight: 700;
}
.title-width-sec{
    max-width: 840px;
}
.text-align-center{
    text-align: center;
}
/* hide slider by default */
.mobile-slider {
  display: none;
}
/* show only on mobile */
@media (max-width: 767px) {
  .mobile-slider {
    display: block;
  }
}
/* Whats'app fix icon  */
a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 0px;
  right: 5px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.get-btn-sec {
  position: fixed;
  bottom: -10px;
  left: 15px;
  width: 100px;
  height: 65px;
  z-index: 1000;
}
.get-btn-sec {
  display: none;
}
.fix-get-btn{
  white-space: nowrap;
}
@keyframes pulsing {
to {
  box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.header-right a {
  background: #04378f;
  border: 1px solid #04378f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.header-right a:hover {
  background: transparent;
  color: #04378f;
  border: 1px solid #04378f;
  transition: 0.5s;
}
.fill-btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;   
}
a.border-btn:hover {
  background: #fff;
  color: #04378f;
  transition: 0.5s;   
  border: 1px solid #fff;
}

/* hero section css  */
.adwords-hero-sec {
  background: url(https://adwordsppcexpert.com/wp-content/uploads/2025/09/hero-banner.webp);
  background-color: #225AC3;
  background-size: cover;
  min-height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  padding: 0 20px;
}
.adword-hero-content-sec p {
  max-width: 840px;
  margin: 0 auto;
}
.adword-hero-content-sec {
  text-align: center;
  padding-top: 4%;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.adword-hero-content-sec h1 {
  font-size: 60px;
  font-weight: 400;
}
.adword-hero-content-sec h1 span {
  font-weight: 700;
}
.adwords-laptop-scr {
  text-align: center;
}
a.border-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
}
.fill-btn {
    color: #04378f;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
}
.adword-hero-content-sec p {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
.two-button-hero-sec {
    padding: 15px 0;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.adwords-laptop-scr{
  padding-top: 20px;
}

/* logo slider css */
.logo-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 60px 0;
  position: relative;
}
.logo-track {
  display: flex;
  width: calc(200px * 12 + 40px * 11);
  animation: scroll 30s linear infinite;
}
.logo {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-right: 40px;
  transition: transform 20s ease;
}
.logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
    @keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* four card section */
.chart-img {
  background: #EEEEEE;
  padding: 30px 20px;
  text-align: center;
  height: 420px;
}
.chart-img img:hover {
  transform: scale(1.1);
  transition: 2s;
}
.google-content-box-one h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0;
}
.google-content-box h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0;
}
.our-google-ads {
  display: flex;
  gap: 20px;
}
.google-content-box-one {
  max-width: 600px;
}
.google-content-box-one {
  box-shadow: 0px 0px 44px 0px #0644B71A;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.google-content-box {
  box-shadow: 0px 0px 44px 0px #0644B71A;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* cta btn blue sec */
.cta-btn-blue-sec {
  display: flex;
  justify-content: center;
  background: linear-gradient(90.07deg, #0644B7 -19.26%, #2F78FF 109.34%);
  align-items: center;
  gap: 24px;
}
.cta-btn-blue-sec h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.cta-btn-blue-sec h5 span {
    font-weight: 700;
}
.cta-banner-content-sec p {
    padding: 20px;
}
/* Wrapper for responsive YouTube */

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

/* Review grid */
.sft-reviews-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
.sft-review-item {
  padding: 20px;
  border-radius: 12px;
}
.sft-item-meta-row {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.sft-author-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.adw-bg-sec{
  background-color: #F6F9FF;
}

/* blue 10 card css */
.services-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.service-card {
  width: 84px;
  height: 390px;
  background: #f2f6ff;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  position: relative;
}
.title-hvr:hover {
  position: absolute;
  top: 80px;
  left: 32px;
}
.title-hvr {
  position: absolute;
  bottom: 30px;
  left: 32px;
  font-size: 20px;
  font-weight: 400;
  transform: rotate(180deg);
}
/* Active or Hover Open */
.service-card:hover {
  width: 350px;
  height: 390px;
  writing-mode: horizontal-tb;
  text-align: left;
  padding: 20px;
  background: linear-gradient(135deg, #007bff, #0056d6);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-card .content {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
}
.service-card.active .content,
.service-card:hover .content {
  opacity: 1;
}
.service-card .title {
  font-size: 20px;
  padding: 20px 0;
}
.service-card.active .title-hvr {
  display: none;
}
.service-card:hover .title-hvr {
  display: none;
}
.heading-and-para-sec p {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.content p {
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
}

/* cta banner section */
.cta-banner-sec{
  background: url(https://adwordsppcexpert.com/wp-content/uploads/2025/09/cta-banner-2.webp);
  background-color: #225AC3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
}

.cta-banner-content-sec {
  text-align: center;
  color: #fff;
  width: 900px;
  margin: 0 auto;
}
.cta-banner-content-sec span {
color: #fff;
}

/* nine box section css */
.nine-box-p-sec p {
  display: none;
  text-align: center;
}
.industries-sec{
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:30px;
  margin:auto;
}

    /* Left Side */
 .industries-left {
    padding: 40px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #EFF4FF;
}
.industry-card-last {
    box-shadow: 0px 0px 21.54px 0px #0644B729;
    transition: .3s ease;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
    .industries-left h2 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 400;
}
    .industries-left p{font-size:16px;line-height:1.6;color:#444;}

    /* Right Grid */
    .industries-grid{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
      gap:20px;
    }
    .industry-card{
      position:relative;
      border-radius:12px;
      overflow:hidden;
      cursor:pointer;
      box-shadow: 0px 0px 21.54px 0px #0644B729;
      transition:.3s ease;
      background:#fff;
    }
    .industry-card img{
      width:100%;
      height:200px;
      object-fit:cover;
      display:block;
    }
    .industry-card .title{
      padding:12px;
      font-size:16px;
      font-weight:bold;
      background:#fff;
      color:#333;
      display:block;
      text-align:center;
      transition:.3s ease;
    }
    /* Hover Background Fill Effect */
    .industry-card .hover-content{
      position:absolute;
      inset:0;
      background:#0044cc;
      color:#fff;
      padding:20px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      transform:translateY(100%);
      transition:transform 0.4s ease;
    }
    .industry-card:hover .hover-content{
      transform:translateY(0);
    }

    .industry-card:hover img,
    .industry-card:hover .title{opacity:0;}

    /* Button */
    .view-more{
      grid-column:1/-1;
      text-align:center;
      margin-top:10px;
    }
    .view-more button{
      background:#003bbd;
      color:#fff;
      border:none;
      padding:12px 25px;
      border-radius:8px;
      cursor:pointer;
      font-size:16px;
      transition:.3s ease;
    }
    .view-more button:hover{background:#002b8d;}
    .tab-section {
      max-width: 1200px;
      margin: 0px auto;
      display: flex;
      flex-wrap: wrap;
      gap: 10px 40px;
      align-items: flex-start;
      padding-bottom: 70px;
    }
    /* Tabs list */
    .tab-buttons {
      flex: 1 1 300px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .tab-buttons button {
      padding: 20px 20px;
      text-align: left;
      font-size: 16px;
      border-radius: 8px;
      border: none;
      cursor: pointer;
      background: #f1f4f9;
      transition: all 0.3s ease;
    }
    .tab-buttons button.active {
      background: #2563eb;
      color: #fff;
    }
    .tab-content h3 {
    margin: 0;
    padding: 12px 0;
}
.tab-buttons {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding-bottom: 8px; 
}
.tab-buttons::-webkit-scrollbar {
  height: 6px; 
}
.tab-buttons::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}
/* Tab content */
.tab-content {
  flex: 2 1 600px;
}
.tab-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.tab-panel {
  display: none;
  animation: fadeIn 0.6s ease-in-out;
}
.tab-panel.active {
  display: block;
}
.heading-content-sec {
    margin: 0 auto;
}
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* testimonials section css */
section.testimonial-section {
    background: #F6F9FF;
}
.testimonial-box {
  background:#fff;
  height: 220px;
  padding:30px;
  border-radius:12px;
  box-shadow:0 5px 15px rgba(0,0,0,.05);
  margin:15px;
  text-align:left;
  transition: all 0.3s ease;
}
.slick-center .testimonial-box {
  transform: scale(1.05);
  box-shadow:0 8px 25px rgba(0,0,0,.15);
}

.stars { color:#f5b50a; margin-bottom:15px; font-size:18px; }
    .testimonial-text { font-size:15px; color:#555; line-height:1.5; margin-bottom:20px; }
    .user-info { display:flex; align-items:center; gap:10px; }
    .user-info img { width:40px; height:40px; border-radius:50%; }
    .user-info h4 { font-size:16px; margin:0; }
    .user-info span { font-size:13px; color:gray; }

.slick-prev, .slick-next {
  background: #0644B7;  
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  z-index: 99;
}
.slick-prev:hover, .slick-next:hover {
  background: #0056b3;
}
.slick-prev i, .slick-next i {
  font-size: 18px;
  color: #fff;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.slick-dots li {
  margin: 0 6px;
}
.slick-dots li button {
  font-size: 0;
  border: none;
  background: #a9c1e2;
  width: 15px;
  height: 4px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button {
  background: #0644B7;
  width: 35px;
}
  .slick-prev {
  left: -10px;
  position: absolute;
  top: 30%;
}
  .slick-next {
  right: -10px;
  position: absolute;
  top: 30%;
}

/* What you gain section */
.six-grid-box {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    gap: 30px;
}
.frist-revenue-sec {
    box-shadow: 0px 0px 44px 0px #0644B729;
    padding: 20px;
    border-radius: 20px;
}
.frist-revenue-sec h4 {
    font-size: 24px;
    padding: 0;
    margin: 20px 0;
    font-weight: 500;
}
/* Case Studies  section */
.case-studies-tile-btn-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frist-box-case-studies {
    box-shadow: 0px 0px 20px 0px #0644B71F;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
}
.content-text-sports {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
}
.case-studies-four-grid-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.frist-box-case-studies img {
    border-radius: 12px;
}
.frist-box-case-studies h5 a {
    color: #050505;
    font-size: 20px;
}
.frist-box-case-studies h5 a:hover {
    color: #0644B7;
}
.text span {
    font-size: 15px;
    font-weight: 400;
}
.text {
    font-size: 18px;
    font-weight: 600;
}
h2.case-studies-title-style {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

/* two cta banner section */
.two-cta-banner-sec{
    background: url(https://adwordsppcexpert.com/wp-content/uploads/2025/09/two-cta-banner-bg.webp);
    background-color: #225AC3;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    position: relative;
    margin-top: 60px;
}
.-two-cta-banner-content-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 61px 40px;
    color: #fff;
}
.frist-two-cta-content {
    max-width: 700px;
}
.cta-two-img {
    position: absolute;
    top: -72px;
    right: 70px;
}
.frist-two-cta-content p {
    padding: 20px 0;
}
.frist-two-cta-content h6 {
    font-size: 25px;
    margin: 0;
}
.frist-two-cta-content h2 {
    font-size: 30px;
    font-weight: 400;
}
.frist-two-cta-content h2 span{
    font-weight: 700;
}


/* Insights & Resources  section */
.insight-py-sec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 68.6%, #F6F9FF 100%);
}
.insight-date-btn-sec {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}
.insight-content-box-sec h4 a{
    color: #0644B7;
    margin: 0;
    padding: 16px 0;
    font-size: 18px;
}
.insight-date-btn-sec a {
    display: block;
    color: #0644B7;
    font-weight: 700;

  }
.insight-date-btn-sec a:hover {
    text-decoration: underline;
}
.d-flex-data {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}
.sft-review-item {
    background: #fff;
}
section.testimonial-section button {
    padding: 0;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #0644B7 !important;
    color: #fff;
    text-decoration: none;
}

/* contact from css */
section.new-form-bg-sec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 68.6%, rgba(133, 110, 246, 0.2) 100%);
}
.contact-form-flex {
    display: flex;
    gap: 20px;
}
.contact-from-content-sec {
    width: 55%;
}
.contact-from-inputs-sec {
    width: 45%;
    box-shadow: 0px 0px 44px 0px #0000001A;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.mobile-btn-view {
    display: none;
}

select#country_code {
    display: none;
}


/* about us page css */
.inner-pages-bg-img{
  background: url(https://adwordsppcexpert.com/wp-content/uploads/2025/09/cta-banner-2.webp);
  background-color: #225AC3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0;
}
.technology-power-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-six-grid-box {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 30px;
}
.about-us-section {
  display: flex;
  justify-content: center;
  color: #fff;
}
.about-left-text{
  text-align: left;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}
.inner-pages-form{
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.about-image {
  flex: 1 1 30%;
  padding: 10px;
}
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.about-content {
  flex: 1 1 50%;
  padding: 20px;
}
.about-content h5 {
  color: #0644B7;
  font-size: 16px;
  margin-bottom: 10px;
}
.read-more-link {
  color: #0644B7;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.feature-box {
  flex: 1 1 45%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-top: 3px solid transparent;
  transition: 0.3s;
}
.feature-box:nth-child(1) {
  border-top: 3px solid #0644B7;
}
.feature-box:nth-child(2) {
  border-top: 3px solid #0644B7;
}
.feature-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.feature-box p {
  color: #555;
}





/* contact us page css */
.contact-details-sec {
  background-color: #04378f;
  padding: 40px 0;
}
.contact-my-details{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.frist-details-box {
  background-color: #fff;
  padding: 20px 30px;
  border: 1px solid #90a0bb9a;
  border-radius: 10px;
  box-shadow: 0px 0px 44px 0px #0000001A;
  width: 26%;
  height: 150px;

}
.frist-details-box a{
  padding-top: 10px;
  color: #000;
  display: block;
  text-align: center;
}
.contact-details-title h2{
  color: #fff;
}








 @media (max-width: 1220px) {
  .adword-hero-content-sec h1 {
    font-size: 50px;
}
.industries-sec {
    grid-template-columns: 1fr;
}
section.tab-section {
    flex-direction: column;
    padding: 20px;
}
.tab-buttons {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    padding-bottom: 20px;
    width: 100%;
}
.case-studies-four-grid-sec {
    grid-template-columns: repeat(3, 1fr);
}
.service-card {
    width: 50px;
}
.title-hvr {
    left: 14px;
}
.tab-buttons button {
    text-align: center;
    white-space: nowrap;
}
 }

 @media (max-width: 991px) {
  .our-google-ads {
    flex-direction: column;
}
.about-section-content {
  flex-direction: column;
}
section {
  flex-direction: column;
}
.about-content {
  padding: 10px;
}
.features {
  flex-direction: column;
}
.feature-box {
  flex: 1 1 100%;
}
.frist-details-box {
    width: 100%;
}
.contact-my-details {
  flex-direction: column;
}
.contact-form-flex {
    flex-wrap: wrap;
}
.six-grid-box {
    padding: 0 20px;
}
.insight-py-sec {
    margin-top: 45px;
}
section.cta-banner-here {
    padding: 20px;
}
section.case-studies-sec {
    padding: 0 20px;
}
.google-content-box-one {
    max-width: 100%;
}
.google-content-box {
    max-width: 100%;
}
#desktopNav { display: none; }
  .menu-toggle { display: block; }
  .adword-logo img {
    width: 85%;
}
.industries-sec{grid-template-columns:1fr;}
.cta-btn-blue-sec h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.case-studies-four-grid-sec {
    grid-template-columns: repeat(2, 2fr);
}
.frist-box-case-studies {
    max-width: 100%;
}
.services-wrapper {
    flex-wrap: nowrap;
}
.cta-banner-content-sec {
    padding: 0 20px;
    width: 100%;
}
.adword-hero-content-sec h1 {
    font-size: 40px;
}
.tab-buttons {
    grid-template-columns: repeat(2, 3fr);
}
.heading-style {
    font-size: 32px;
}
.left-heading-style {
    font-size: 32px;
}
.frist-box-case-studies img {
    width: 100%;
}
.cta-two-img {
    position: static;
    margin-bottom: -64px;
}
.-two-cta-banner-content-sec {
    flex-direction: column;
}
.-two-cta-banner-content-sec {
    padding: 58px 20px;
}
.adw-py-sec {
    padding: 60px 0;
}
.slick-prev {
    left: -5;
}
.slick-next {
    right: -5px;
}
.title-hvr {
    font-size: 18px;
}
.services-wrapper {
    gap: 10px;
  }

  .service-card {
    width: 70px;
    height: 320px;
    font-size: 12px;
  }

  .service-card.active,
  .service-card:hover {
    width: 200px;
    height: auto;
  }

  .service-card .title {
    font-size: 16px;
    padding: 10px 0;
  }

  .content p {
    font-size: 14px;
    line-height: 22px;
  }
    .contact-from-content-sec {
    width: 100%;
}
.contact-from-inputs-sec {
    width: 100%;
}
 }
@media (max-width: 768px) {
.newsletter-btn-sec {
    position: absolute;
    top: 34px;
    right: -49px;
}
.logo-track {
  animation: scroll 25s linear infinite;
}
.tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar {
  display: none; 
}
.tab {
  flex: 0 0 auto;
  white-space: nowrap;
  border-radius: 0;
}
.about-left-text {
    font-size: 30px;
    line-height: 40px;
}
.nine-box-p-sec {
    padding: 20px 10px;
}
.nine-box-p-sec p {
    display: block;
}
.blog-sec .slick-dots {
    margin-top: 0px;
}
.get-btn-sec {
   display: block;
}
.newsletter-btn-sec {
    /* position: static !important; */
    margin-bottom: -30px;
}
.our-google-ads {
    gap: 0px;
}
  .tab-buttons {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
.desktop-btn-view {
    display: none;
}
.mobile-btn-view {
    display: block;
    text-align: center;
    height: 70px;
}
.newsletter-form {
    display: flex;
    align-items: flex-start;
    position: relative;
    background: #fff;
    border-radius: 20px;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.newsletter-mail-sec {
    width: 100% !important;
}
.newsletter-form p {
    padding: 10px 0;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 28px !important;
}
.contact-from-inputs-sec {
    width: 100%;
}
.tab-section {
  flex-direction: column;
}
.mobile-mb-sec{
  margin-bottom: 10px;
}
.two-cta-banner-sec {
    margin-top: 1px;
}
.six-grid-box {
    padding: 0px;
}
.slick-next {
    right: -5px;
}
.slick-prev {
    left: -5px;
}
section.case-studies-sec {
    padding: 0px;
}
.tab-buttons {
  flex-direction: row;
}
.tab-buttons {
    flex: 1 1 100%;
}
.container.d-flex-data {
    flex-direction: column;
}
.six-grid-box {
    grid-template-columns: repeat(1, 1fr);
}
.about-six-grid-box {
    grid-template-columns: repeat(1, 1fr);
}
.case-studies-four-grid-sec {
    grid-template-columns: repeat(1, 1fr);
}
.frist-revenue-sec {
    /* border: 2px solid #0644b7; */
    margin: 10px;
    box-shadow: 0px 0px 20px 0px #0644b733;
    margin-top: 15px;
    height: 465px !important;
}
.frist-box-case-studies {
    background-color: #fff;
    /* border: 1px solid #55555562; */
    margin: 10px;
    box-shadow: 0px 0px 20px 0px #0644b73b;
}
.insight-box{
  margin-bottom: 10px;
}
.google-content-box-one {
    margin-bottom: 0px;
}
.mb-40-sec {
    padding-bottom: 20px;
}
.adw-mt-sec {
    padding-bottom: 40px !important;
}
.service-card.active.slick-slide.slick-current.slick-active {
    margin-left: 40px;
    padding-right: 40px;
}
.services-wrapper {
    grid-template-columns: repeat(2, 2fr);
    align-items: stretch;
    gap: 10px;
    display: grid;
}

  .service-card {
    width: 92% !important;
    height: auto !important;
    writing-mode: horizontal-tb !important;
    text-orientation: initial !important;
    text-align: left;
    padding: 20px;
    background: linear-gradient(135deg, #007bff, #0056d6);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: block;
    border-radius: 12px;
  }
  .service-card .title-hvr {
    display: none !important;
  }
  .service-card .content {
    opacity: 1 !important;
    margin-top: 10px;
  }
  .service-card .title {
    font-size: 18px;
    padding: 10px 0;
  }
  .content p {
    font-size: 15px;
    line-height: 24px;
  }
  section.adwords-header-sec {
    padding: 10px 20px;
}
section.Our-Google-Ads-sec {
    padding-bottom: 40px;
}
.d-flex-data h5 {
    margin: 0;
    text-align: center;
    line-height: 32px;
}
.d-flex-data {
    padding: 30px 0px;
}
.cta-banner-content-sec {
    width: 100%;
    padding: 0;
}
.tab-content img {
    height: 210px;
}
.heading-and-para-sec {
    padding: 20px 10px;
}
.industries-left {
    padding: 0px 20px;
    background: #fff;
}
.industry-card-last {
    height: 60px;
    box-shadow: 0px 0px 21.54px 0px #ffffff29;
}
.industries-left h2 {
    font-size: 30px;
   margin: 0;
   padding: 20px 0;
}
section.tab-section {
    padding: 0px 0px 40px 0px;
}
.adword-hero-content-sec {
    width: 100%;
}
.heading-and-para-sec p {
    width: 100%;
}
.frist-two-cta-content {
    width: 100%;
}
.tab-content {
    flex: 2 1 485px;
}
h2.case-studies-title-style {
    font-size: 25px;
}
.cta-two-img {
    padding-top: 15px;
}
.contact-from-content-sec {
    padding-bottom: 20px;
}
.insight-mobile-btn {
    margin-top: 35px;
}
.case-studies-tile-btn-sec {
   flex-direction: column;
    gap: 20px;
}
.frist-two-cta-content h2 {
    margin: 0;
    padding-bottom: 20px;
}
.heading-style {
    font-size: 26px;
}
.-left-heading-style {
    font-size: 26px;
}
.frist-two-cta-content h6 {
    font-size: 20px;
    line-height: 30px;
}
.adword-hero-content-sec p {
    width: 100%;
}
.adword-hero-content-sec h1 {
    width: 100%;
}
section.adwords-hero-sec {
  width: 100%;
}
.chart-img {
    background: #EEEEEE;
    padding: 30px 20px;
    text-align: center;
    height: auto;
}
.adword-hero-content-sec p {
    font-size: 16px;
}
section.industries-sec {
    padding: 40px 20px;
}
.service-card {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
section.industries-sec {
    padding: 40px 0px;
}
.industries-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.tab-buttons {
    grid-template-columns: repeat(2, 3fr);
}
.adword-hero-content-sec h1 {
    font-size: 30px;
    line-height: 40px;
}
section.cta-banner-here {
    padding: 0 15px;
}
}

@media (max-width: 575px) {
.tab-buttons {
    grid-template-columns: repeat(1, 3fr);
    width: 100%;
}
.newsletter-btn-sec {
    position: static !important;
    margin-bottom: -30px;
}
.newsletter-btn-sec {
    position: absolute;
    top: 34px;
    right: -49px;
}
.services-wrapper {
    grid-template-columns: repeat(1, 2fr);
}
.industries-grid {
    grid-template-columns: repeat(1,1fr);
}
}


