:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border:#ebebeb;
  --form-color:#b1b1b1;
  --menu-color:#353535;
  --menu-color-item:#424141;
  --number-color:#f2f2f2;
  --black-color: #000000;
  --link-color:#495057;
  --card-title:#444242;
  --post-title:#333333;
  --widget-color:#788487;
  --font-secondary:"antonio";
}

.ppc-services-banner {
  background: linear-gradient(180deg, #4653FF 0%, #9EA4F5 100%);
  min-height: calc(100vh - 108px);
}
.ppc-services-banner h1 {
  color: var(--white-color);
  font-size: 54px;
  font-weight: 700;
  line-height: 63px;
}
@media (max-width: 991px) {
  .ppc-services-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .ppc-services-banner h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .ppc-services-banner h1 {
    font-size: 25px;
    line-height: 34px;
  }
}
.ppc-services-banner p {
  color: var(--white-color);
  padding: 10px 0 30px;
}
.ppc-services-banner h6 {
  writing-mode: sideways-rl;
  color: var(--white-color);
  opacity: 0.13;
  font-size: 225px;
  font-weight: 800;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .ppc-services-banner h6 {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .ppc-services-banner h6 {
    font-size: 150px;
  }
}

.ppc-business {
  padding: 100px 0;
  background-color: #F9F6ED;
}
@media (max-width: 1200px) {
  .ppc-business {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .ppc-business {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .ppc-business {
    padding: 45px 0;
  }
}
@media (max-width: 576px) {
  .ppc-business {
    padding: 30px 0;
  }
}
.ppc-business .ppc-business-info {
  background-image: url(../images/ppc-images/ppc-business-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px;
  border-radius: 20px;
  gap: 37px;
}
@media (max-width: 767px) {
  .ppc-business .ppc-business-info {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .ppc-business .ppc-business-info {
    padding: 25px;
    gap: 20px;
  }
}
.ppc-business .ppc-business-info .golden-flow {
  bottom: -25px;
}
.ppc-business .ppc-business-info .pp-content {
  width: 518px;
  color: var(--white-color);
  padding: 36px 0;
}
@media (max-width: 991px) {
  .ppc-business .ppc-business-info .pp-content {
    padding: 0;
    width: 100%;
  }
}
.ppc-business .ppc-business-info .pp-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  padding: 20px 0 30px;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .ppc-business .ppc-business-info .pp-content h2 {
    padding: 11px 0 20px;
    font-size: 27px;
    line-height: 30px;
  }
}
.ppc-business .ppc-business-info .pp-content p {
  margin-bottom: 0;
}
.ppc-business .ppc-business-info .pp-content .secondary-btn {
  margin-top: 50px;
}

.ppc-services {
  background: linear-gradient(357deg, #096FC5 0%, #096FC5 0%, rgba(255, 255, 255, 0.5) 100%);
  padding: 100px 0;
}
@media (max-width: 991px) {
  .ppc-services {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .ppc-services {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .ppc-services {
    padding: 30px 0;
  }
}
.ppc-services .our-offshore-heading {
  max-width: 749px;
}
.ppc-services .our-offshore-heading h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.ppc-services .our-offshore-heading p {
  padding-bottom: 50px;
  color: var(--black-color);
}
@media (max-width: 576px) {
  .ppc-services .our-offshore-heading p {
    padding-bottom: 30px;
  }
}
.ppc-services .service-border {
  border: 2px solid transparent;
  border-radius: 24px;
  background: linear-gradient(233.2deg, #338EDA 1.68%, rgba(255, 255, 255, 0.19) 41.62%) border-box;
  height: 100%;
}
.ppc-services .service-box {
  height: 100%;
  padding: 33px 25px;
  border-radius: 24px;
  background-color: #338EDA;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  backdrop-filter: blur(40px);
  border: 1.5px solid;
  border-image: linear-gradient(233.2deg, #338EDA 1.68%, rgba(255, 255, 255, 0.19) 41.62%);
}
.ppc-services .service-box span {
  max-width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  width: 100%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.ppc-services .service-box h3 {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.ppc-services .service-box p {
  color: var(--white-color);
}

.ppc-marketing-cta {
  padding: 90px 0;
  background-color: #F9F6ED;
}
@media (max-width: 991px) {
  .ppc-marketing-cta {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .ppc-marketing-cta {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .ppc-marketing-cta {
    padding: 30px 0;
  }
}
.ppc-marketing-cta .ppc-marketing-content {
  background: linear-gradient(90deg, #6996FE 0%, #8082FF 24.52%, #A498FE 62.98%, #B0A6FE 100%);
  padding: 50px 10px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .ppc-marketing-cta .ppc-marketing-content {
    padding: 25px 10px;
  }
}
.ppc-marketing-cta .ppc-marketing-content h2 {
  font-weight: 700;
  color: var(--white-color);
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 576px) {
  .ppc-marketing-cta .ppc-marketing-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.ppc-marketing-cta .ppc-marketing-content p {
  color: var(--white-color);
  padding: 20px 0 30px;
  max-width: 870px;
  margin: auto;
}

.seo-business {
  padding: 60px 0;
  background-color: #F9F6ED;
}
@media (max-width: 767px) {
  .seo-business {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .seo-business {
    padding: 30px 0;
  }
}
.seo-business h2 {
  font-weight: 700;
}
.seo-business p {
  padding: 20px 0 30px;
}

.best-affordable {
  padding: 90px 0;
  background-color: #F9F6ED;
}
@media (max-width: 991px) {
  .best-affordable {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .best-affordable {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .best-affordable {
    padding: 30px 0;
  }
}
.best-affordable .best-affordable-wrapper {
  background-image: url(../images/ppc-images/best-affordable.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 50px 38px;
}
@media (max-width: 767px) {
  .best-affordable .best-affordable-wrapper {
    padding: 25px 16px;
  }
}
.best-affordable .best-affordable-wrapper .best-affordable-content {
  max-width: 800px;
}
.best-affordable .best-affordable-wrapper .best-affordable-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 576px) {
  .best-affordable .best-affordable-wrapper .best-affordable-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.best-affordable .best-affordable-wrapper .best-affordable-content p {
  padding: 10px 0 50px;
}
@media (max-width: 576px) {
  .best-affordable .best-affordable-wrapper .best-affordable-content p {
    padding: 10px 0 30px;
  }
}
.best-affordable .best-affordable-wrapper .main-box .box {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #E6F0FF;
  overflow: hidden;
  flex: 0 0 13%;
  transition: all 0.3s ease-in-out 0s;
  align-items: center;
  position: relative;
}
@media (min-width: 1400px) {
  .best-affordable .best-affordable-wrapper .main-box .box:hover, .best-affordable .best-affordable-wrapper .main-box .box.active {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 40%;
    align-items: start;
  }
  .best-affordable .best-affordable-wrapper .main-box .box:hover .box-image, .best-affordable .best-affordable-wrapper .main-box .box.active .box-image {
    display: block;
    width: 100%;
  }
  .best-affordable .best-affordable-wrapper .main-box .box:hover h3, .best-affordable .best-affordable-wrapper .main-box .box.active h3 {
    writing-mode: unset;
    height: auto;
    color: var(--white-color);
  }
  .best-affordable .best-affordable-wrapper .main-box .box:hover p, .best-affordable .best-affordable-wrapper .main-box .box.active p {
    display: block;
    color: var(--white-color);
  }
  .best-affordable .best-affordable-wrapper .main-box .box:hover .box-text, .best-affordable .best-affordable-wrapper .main-box .box.active .box-text {
    align-items: start !important;
  }
}
@media (max-width: 1400px) {
  .best-affordable .best-affordable-wrapper .main-box .box {
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 calc(50% - 14px);
    align-items: start;
  }
  .best-affordable .best-affordable-wrapper .main-box .box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    z-index: 2;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .best-affordable .best-affordable-wrapper .main-box .box {
    flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  .best-affordable .best-affordable-wrapper .main-box .box {
    padding: 16px;
  }
}
.best-affordable .best-affordable-wrapper .main-box .box span {
  width: 50px;
  height: 50px;
  background-color: var(--white-color);
  border-radius: 50%;
}
.best-affordable .best-affordable-wrapper .main-box .box span h2 {
  color: #110DA7;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
}
.best-affordable .best-affordable-wrapper .main-box .box h3 {
  font-weight: 700;
  font-size: 18px;
  writing-mode: sideways-lr;
  height: 200px;
}
@media (max-width: 1400px) {
  .best-affordable .best-affordable-wrapper .main-box .box h3 {
    color: var(--white-color);
    writing-mode: unset;
    height: auto;
  }
}
.best-affordable .best-affordable-wrapper .main-box .box p {
  display: none;
}
@media (max-width: 1400px) {
  .best-affordable .best-affordable-wrapper .main-box .box p {
    color: var(--white-color);
    display: flex;
  }
}
.best-affordable .best-affordable-wrapper .main-box .box .box-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  display: none;
  z-index: 1;
}
@media (max-width: 1400px) {
  .best-affordable .best-affordable-wrapper .main-box .box .box-image {
    display: block;
    width: 100%;
  }
}
.best-affordable .best-affordable-wrapper .main-box .box .box-text {
  position: relative;
  height: 100%;
  z-index: 3;
}
@media (max-width: 1400px) {
  .best-affordable .best-affordable-wrapper .main-box .box .box-text {
    align-items: start !important;
  }
}

/*# sourceMappingURL=ppc.css.map */
