.google-ads-lp-v2-hero {
  padding: 80px 20px;
  background: #F8F5EC;
}
.google-ads-lp-v2-hero .hero {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.google-ads-lp-v2-hero .background-rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F5EC;
  z-index: -2;
}

.google-ads-lp-v2-hero .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, #F8F5EC, rgba(248, 245, 236, 0));
  z-index: -1;
}

.google-ads-lp-v2-hero .hero-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px;
  align-items: center;
}

/* Header Section */
.google-ads-lp-v2-hero .left-content {
  width: 100%;
  max-width: 540px;
}
.google-ads-lp-v2-hero .header-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  gap: 40px;
}

.google-ads-lp-v2-hero .top-label {
  position: relative;
}

.google-ads-lp-v2-hero h1 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000000;
}

.google-ads-lp-v2-hero h1 .highlighted u {
  -webkit-text-decoration-color: #ffe27c;
  text-decoration-color: #ffe27c;
  text-decoration-thickness: 16px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -6px;
}

.google-ads-lp-v2-hero .header-description.wysiwyg-content * {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.google-ads-lp-v2-hero .header-description.wysiwyg-content > p {
  margin-bottom: 24px;
}

.google-ads-lp-v2-hero .header-description.wysiwyg-content ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-flow: column nowrap;
}

.google-ads-lp-v2-hero .header-description.wysiwyg-content ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 44px;
  border-bottom: 0.3px solid #000;
  flex-flow: row nowrap;
  gap: 10px;
  position: relative;
}
.google-ads-lp-v2-hero .header-description.wysiwyg-content ul li:last-child {
  border-bottom: none;
}
.google-ads-lp-v2-hero .header-description.wysiwyg-content ul li:first-child {
  padding-top: 0
}

.google-ads-lp-v2-hero .header-description.wysiwyg-content ul li:before {
  content: '';
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11.5509' r='7.85714' fill='%233E6F65'/%3E%3Cpath d='M7.07165 12.2163L9.43944 14.6938L15.4526 8.40808' stroke='white' stroke-width='1.41429'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  left: 0;
}

.google-ads-lp-v2-hero .check-icon {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  filter: invert(1);
}

.google-ads-lp-v2-hero .bullet-point p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  flex: 1;
}

.google-ads-lp-v2-hero .separator.vertical {
  width: 1px;
  margin: 0 15px;
  background: #fff;
  opacity: 0.25;
}

/* Partners Box */
.google-ads-lp-v2-hero .partners-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0.5));
  border-radius: 17px;
  box-shadow: -5px 10px 25px rgba(206, 206, 206, 0.32), 4px 4px 40px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.google-ads-lp-v2-hero .partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
}

.google-ads-lp-v2-hero .partner-label {
  font-size: 14px;
  color: #3A3A3B;
  margin-bottom: 5px;
}

.google-ads-lp-v2-hero .partner-logo {
  max-width: 100%;
  object-fit: contain;
}

.google-ads-lp-v2-hero .google-partner {
  max-height: 60px;
}

.google-ads-lp-v2-hero .tiktok-logo {
  width: 40px;
  height: 40px;
  background-color: #000;
  position: relative;
}

.google-ads-lp-v2-hero .tiktok-logo::before,
.google-ads-lp-v2-hero .tiktok-logo::after {
  content: "";
  position: absolute;
  background-color: white;
}

/* Case Study Section */
.google-ads-lp-v2-hero .case-study-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  gap: 40px;
  padding: 48px;
  background-color: #2E5368;
  border-radius: 0 60px 0 60px;
}

/* Slider */
.google-ads-lp-v2-hero .slider-container {
  width: 100%;
  position: relative;
}

.google-ads-lp-v2-hero .slider {
  width: 100%;
}

.google-ads-lp-v2-hero .slide {
  outline: none;
}

.google-ads-lp-v2-hero .slide .case-study-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  margin-bottom: 30px;
  flex-direction: column;
}


/* Hide the default slick dots */
.google-ads-lp-v2-hero .slick-dots {
  display: none !important;
}

/* Custom slider controls */
.google-ads-lp-v2-hero .slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}

.google-ads-lp-v2-hero .slider-dots {
  display: flex;
  gap: 6px;
}

.google-ads-lp-v2-hero .dot {
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.google-ads-lp-v2-hero .dot.active {
  background-color: #FFFFFF;
}

.google-ads-lp-v2-hero .slider-arrows {
  display: flex;
  gap: 6px;
}

.google-ads-lp-v2-hero .arrow-btn {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.google-ads-lp-v2-hero .arrow-btn:hover {
  opacity: 0.8;
}

.google-ads-lp-v2-hero .arrow-btn img {
  width: 20px;
  height: 20px;
}

.google-ads-lp-v2-hero .case-study-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.google-ads-lp-v2-hero .challenge, .google-ads-lp-v2-hero .timeline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #F8F5EC;
}

.google-ads-lp-v2-hero .services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.google-ads-lp-v2-hero .service-tag {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 200px;
  text-transform: capitalize;
}

.google-ads-lp-v2-hero .case-study-results {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.google-ads-lp-v2-hero .results-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  width: fit-content;
}

.google-ads-lp-v2-hero .results-header p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
  color: #FFFFFF;
}

.google-ads-lp-v2-hero .results-data {
  display: flex;
  width: 100%;  
  flex-direction: row;
  align-items: stretch
}

.google-ads-lp-v2-hero .result-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.google-ads-lp-v2-hero .result-circle {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.google-ads-lp-v2-hero .result-number {
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.google-ads-lp-v2-hero .result-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.google-ads-lp-v2-hero .result-title {
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.google-ads-lp-v2-hero .result-description {
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.google-ads-lp-v2-hero .cta-button a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  color: #2E5368;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  visibility: visible;
  background: #FFE27C;
  padding: 16px 32px;
  border-radius: 12px;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.google-ads-lp-v2-hero .arrow-icon {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #2E5368;
}
.google-ads-lp-v2-hero .case-study-content .wysiwyg-content * {
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
}

.google-ads-lp-v2-hero .case-study-content .wysiwyg-content > * {
  margin-top: 12px;
}

.google-ads-lp-v2-hero .case-study-content .wysiwyg-content > *:first-child {
  margin-top: 0;
}

.google-ads-lp-v2-hero .wysiwyg-content strong {
  font-weight: 700;
}


.google-ads-lp-v2-hero .slick-list {
  overflow: hidden !important;
}
/* Responsive Design */
@media (max-width: 1024px) {
  .google-ads-lp-v2-hero {
    padding: 0;
  }

  .google-ads-lp-v2-hero .hero-content {
    flex-direction: column;
    gap: 0px;
  }

  .google-ads-lp-v2-hero .left-content {
    padding: 40px 20px;
    max-width: 100%;
  }

  .google-ads-lp-v2-hero .header-content {
    gap: 24px;
    max-width: 100%;
  }

  .google-ads-lp-v2-hero .partners-box {
    padding: 20px;
    gap: 20px;
    margin-top: 24px;
  }
  .google-ads-lp-v2-hero .partner {
    width: 135px;
    height: 54px;
  }
  .google-ads-lp-v2-hero .case-study-section {
    border-radius: 0;
    padding: 40px 20px;
    overflow: hidden;
    max-width: 100%;
  }
  .google-ads-lp-v2-hero .slider-controls {
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .google-ads-lp-v2-hero .results-data {
    flex-direction: column;
  }

  .google-ads-lp-v2-hero .result-item {
    flex-direction: row;
    align-items: center;
  }
  .google-ads-lp-v2-hero .separator.vertical {
    width: 100%;
    height: 1px;
    margin: 8px 0; 
  }
  
  .google-ads-lp-v2-hero .slick-track {
    display: flex !important;
  }
  
  .google-ads-lp-v2-hero .slick-slide {
    height: fit-content !important;
  }
  
  .google-ads-lp-v2-hero .slide {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 100% !important;
  }
}


@media (max-width: 767px) {

  .google-ads-lp-v2-hero h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }

  .google-ads-lp-v2-hero h1 .highlighted u {
    text-decoration-thickness: 12px;
  }

 
  .google-ads-lp-v2-hero .header-description.wysiwyg-content * {
    font-size: 18px;
    line-height: 26px;
  }
  .google-ads-lp-v2-hero .header-description.wysiwyg-content > p  {
    margin-bottom: 16px;
  }

  .google-ads-lp-v2-hero .service-tag {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
  }
  
  .google-ads-lp-v2-hero .cta-button a {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 20px;
  }
  .google-ads-lp-v2-hero .header-description.wysiwyg-content ul li {
    padding-left: 30px;
  }
  .google-ads-lp-v2-hero .header-description.wysiwyg-content ul li:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
}
