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;
}
.cs-meta svg {
    width: 30px;
    margin: 0;
    padding: 0;
}
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}
/* .blog-sec{
  display: none;
} */



.cs-post-container {
    padding: 80px 30px;
}
.cs-post-head{
    margin-bottom: 20px;
}
.cs-post-head h1 {
	color: var( --e-global-color-primary );
    text-align: center;
    margin: 0 0 15px;
}
.cs-meta p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    margin: 0;
	color: #222222;
}
.cs-meta p svg {
    width: 24px;
    height: 24px;
}
.single-post .cs-post-content * {
    color: #222222;
}
.single-post .cs-post-content {
    margin-top: 30px;
}
.single-post .cs-post-thumbnail img {
    border-radius: 40px;
	width: 100%;
}
.single-post .cs-post-content h2,
.single-post .cs-post-content h3,
.single-post .cs-post-content h4,
.single-post .cs-post-content h5,
.single-post .cs-post-content h6{
	margin-top: 40px;
	margin-bottom: 15px;
}
.single-post .cs-post-content p{
	margin-bottom: 0;
}
.single-post .cs-post-content p + p {
    margin-top: 15px;
}
.category .cs-post-main-row {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
.cs-category-wrapper {
    background: var( --e-global-color-d562d4b );
	padding: 80px 0;
}
h1.cs-category-title {
    text-align: center;
    margin: 0 0 40px;
	font-weight: 600;
}
.cs-post-thumbnail {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.cs-post-thumbnail img {
    height: 600px;
}
.our-certifi-sec{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.microsoft-img img {
  border: 1px solid #bbbbbb;
  border-radius: 10px;
}
/* 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;
}
.mb-10-sec{
  padding-bottom: 10px;
}
.mt-20-sec{
  padding-top: 20px;
}
.white-text-adw{
  color:#fff;
}
.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 */
   .marquee-wrapper{
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-item {
  box-shadow: 0px 0px 21.54px 0px #0644B729;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee-inner span{
  float:left;
  width:50%;
}
.inner-sub-title-sec{
  font-weight: 700;
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:5;
  height: 160px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
span.d-flex-logo {
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.marquee-item img {
  padding: 10px;
}
.marquee-item{
  width: 230px;
  margin: 0 10px;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}



/* 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;
}
.newsletter-sec p:empty {
  display: none;
}
.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: 60px;
}
/* Tabs list */
.tab-buttons {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tab-buttons button {
  padding: 20px 20px;
  text-align: left;
  font-size: 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #d2e2ff;
  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;
  margin: 12px 0;
}
/* 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: 20px;
}
.-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;
  bottom: -7px;
  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;
}
.sticky-cards-content{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.advanced-research-sec{
  width: 40%;
  position: sticky;
  top: 0;
}
.cards-points-box{
  width: 60%;
  position: sticky;
  top: var(--stick-top, 0px);
  transition: top 0.3s ease;
  z-index: 1s;
}
.sticky-fake {
  position: sticky;
  top: 100px;
}
.sticky-box {
  border-bottom: 1px solid #ffffff54;
  padding: 25px 0;
}
section.sticky-crads-sec {
  background: linear-gradient(90.07deg, #0644B7 -19.26%, #2F78FF 109.34%);
  color: #fff;
}
.number-box {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #1051c9;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
/* about us page css */
.inner-pages-bg-img{
  background: url(https://adwordsppcexpert.com/wp-content/uploads/2025/09/inner-pages-hero-banner.webp);
  background-color: #225AC3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.technology-power-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 40px;
  background-color: #F6F9FF;
}
.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;
  padding: 140px 0;
}
.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;
  width: 40%;
}
.inner-pages-hero-content {
    width: 60%;
}
.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;
}
.about-two-flex-box{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.about-frist-revenue-box {
  width: 50%;
  border-left: 3px solid #04378f;
  box-shadow: 0px 0px 20px 0px #0644b733;
  padding: 30px 20px;
  border-radius: 15px;
}

/* PPC Services css */
.all-inner-pages-content-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  gap: 40px;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 250px;
}
.inner-page-btn-hero {
  padding: 15px 0;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.four-counter-sec{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.frist-counter-box {
  text-align: center;
  box-shadow: 0px 0px 44px 0px #0644B729;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}
.frist-counter-box h4 {
  margin: 0;
  padding: 12px;
  font-weight: 600;
  color: #04378f;
}
/* 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;
}
.ppc-nine-grid-sec{
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 20px;
}
.ppc-instant-market-sec{
  border-left: 2px solid #04378f;
  padding: 20px;
}
.ppc-instant-market-sec h3{
  margin: 0;
  padding: 12px 0;
  font-weight: 600;
}
.ppc-instant-market-sec:hover {
  box-shadow: 0px 0px 44px 0px #0644B729;
}
.ppc-instant-market-sec span {
  font-size: 30px;
  font-weight: 600;
  color: #04378f;
}
.contact-box-sec h3 {
  margin-top: 15%;
  padding-bottom: 20px;
}
.contact-box-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.inner-page-title {
  font-weight: 600;
  font-size: 50px;
}
.PPC-Management-card {
  padding: 20px;
  background-color: #E5EEFF;
  border-radius: 10px;
  margin-right: 20px;
  color: #050505;
  text-align: center;
}
.ppc-optimization .slick-next {
  top: 18%;
}
.ppc-optimization .slick-prev {
  top: 18%;
}
.PPC-Management-card h3 {
  margin: 0;
  padding: 10px 20px;
  font-size: 15px;
}
.ppc-adw-exp-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.ppc-exp-img-sec{
  width: 45%;
}
.ppc-exp-content-sec{
  width: 50%;
}
.ppc-ser-box-slider {
  background: #E5EEFF;
  margin: 0 10px;
  padding: 20px;
  border-radius: 20px;
  min-height: 260px !important;
}
.ppc-tab-icon img{
  width: 10%;
}
.ppc-tab-list {
  overflow: hidden;
  height: 360px;
  overflow-y: scroll;
  scrollbar-color: #a7c6ff #f1f5f9;
  scrollbar-width: thin;
  padding: 0 10px;
}
.our-ppc-instant-market-sec {
  box-shadow: 0px 0px 44px 0px #0644B729;
  border-radius: 20px;
  padding: 20px;
}
.our-ppc-instant-market-sec h3 {
  margin: 0;
  padding: 12px 0;
  font-weight: 600;
}
.our-ppc-instant-market-sec span {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90.07deg, #0644B7 -19.26%, #2F78FF 109.34%);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
section.faq {
  max-width: 1100px;
  margin: auto;
 }
.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d3d9e5;
}
.faq-item.active .faq-question {
  background-color: #0644B7;
  color: #fff; 
}
.faq-question {
  width: 100%;
  padding: 20px 40px;
  text-align: left;
  border: none;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  }

.faq-question::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #000; 
  transition: all 0.3s ease;
}
.faq-item.active .faq-question::after {
  content: "\f068"; 
  border-color: #fff; 
  color: #fff;
  background: none;
}
.faq-item:hover .faq-question::after {
  content: "\f068"; 
  border-color: #fff; 
  color: #fff;
  background: none;
}
.faq-item.active .faq-question::after {
  content: "\f068";
  background: linear-gradient(-180deg, #0644B7, #0644B7 30%, #0644B7);
  color: #fff;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 60px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(30, 48, 86, 0.8);
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px 60px 25px;
}



 @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) {
.ppc-services .grid {
  grid-template-columns: 1fr;
}
.ppc-nine-grid-sec {
  grid-template-columns: repeat(2, 3fr);
}
.four-counter-sec {
    grid-template-columns: repeat(2, 1fr);
}
.ppc-services .card {
  padding-left: 50px;
}
.ppc-services .card::before {
  font-size: 16px;
  left: 10px;
}
.our-google-ads {
  flex-direction: column;
}
.all-inner-pages-content-sec {
  flex-direction: column;
}
.inner-pages-hero-content {
  width: 100%;
}
.inner-pages-form {
  width: 100%;
}
.about-section-content {
  flex-direction: column;
}
section {
  flex-direction: column;
}
.about-content {
  padding: 0px;
}
.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;
}
.inner-page-title {
    font-weight: 600;
    font-size: 30px;
}
.sft-cta-btn-title {
  text-align: center;
}
.contact-box-sec{
  display: none !important;
}
.marquee-inner span {
  width: 100%;
}
.ppc-instant-market-sec {
  border-left: 2px solid #04378f36;
  padding: 20px;
  background: #E5EEFF;
  border-radius: 15px;
}
.faq-question {
  padding: 20px 20px;
}
.our-certification-sec {
  margin-bottom: -15%;
}
.ppc-tab-icon img {
  display: none;
}
.tab-content {
  flex: 2 1 485px;
}
.tab-content-height-sec {
  flex: 2 1 230px;
  padding: 5px;
}
.our-ppc-instant-market-sec {
  margin: 10px;
}
.fill-btn {
  font-size: 15px;
}
.ppc-exp-img-sec {
  width: 100%;
}
.ppc-exp-content-sec {
  width: 100%;
}
button.faq-question {
  white-space: normal;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
}
section.ppc-optimization {
  padding: 40px 10px;
}
.advanced-research-sec {
  width: 100%;
}
.cards-points-box {
  width: 100%;
}
.sticky-cards-content {
  flex-direction: column;
}
.advanced-research-sec {
  position: static;
}
.frist-counter-box {
  margin: 10px;
}
.ppc-nine-grid-sec {
  grid-template-columns: repeat(1, 3fr);
}
.ppc-services .card:hover {
    box-shadow: 0 6px 18px rgb(255 255 255 / 40%);
}
.four-counter-sec {
  grid-template-columns: repeat(1, 1fr);
}
.about-frist-revenue-box{
  width: 100%;
}
.technology-power-sec {
  flex-direction: column;
}
.about-two-flex-box{
  flex-direction: column;
}
.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;
}
.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%;
}
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);
}
}


