/* PPC 4 Styling */

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
/* .header .button {
	padding: 15px 25px;
	font-size: 20px;
	border-radius: 50px;
} */

/* Other */
.ppc-demo-container .ppc-demo #gform_submit_button_17:hover {
	box-shadow: unset;
	background-color: #ffc600 !important;
}
.no-hover-yellow:hover {
	color: #1a222e;
	box-shadow: unset !important;
	background-color: #ffc600 !important;
}
.no-hover-blue:hover {
	color: #fff;
	box-shadow: unset !important;
	background-color: #6417f8 !important;
}
.no-hover-black:hover {
	color: #fff;
	box-shadow: unset !important;
	background-color: #000 !important;
}
.play-button {
  align-items: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 6.25rem;
  width: 6.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url('/wp-content/themes/giraffe360/ppc/images/mockup-icons/play-button-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.play-button::after {
  content: "";
  background-image: url('/wp-content/themes/giraffe360/ppc/images/mockup-icons/play-button-icon.png');
  visibility: hidden;
  height: 0;
}

/* Header */
.page-template-ppc-landing-page-4 .landing-header {
  background-color:var(--primary);
}
.page-template-ppc-landing-page-4 .landing-header-wrapper {
  display:flex;
  justify-content: center;
  padding:15px 0;
}
.page-template-ppc-landing-page-4 .landing-header-wrapper img {
  width:150px;
}

.page-template-ppc-landing-page-4 .landing-footer {
  width: 100%;
  padding: 0;
  background: var(--primary);
}
.page-template-ppc-landing-page-4 .landing-footer-wrapper {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:25px 0;
}
.page-template-ppc-landing-page-4 .landing-footer-wrapper p {
  color:white;
  margin-bottom:0;
  text-align: center;
  width:100%;
}
.page-template-ppc-landing-page-4 .landing-footer-wrapper ul {
  padding:0;
  margin:0;
  list-style:none;
  justify-content: center;
  display:flex;
  flex-wrap: wrap;
  text-align: center;
}
.page-template-ppc-landing-page-4 .landing-footer-wrapper ul li {
  width:100%;
}
.page-template-ppc-landing-page-4 .landing-footer-wrapper ul li a {
  color:white;
}
.page-template-ppc-landing-page-4 .landing-footer-wrapper ul li a:hover {
  color: #ffc600;
}

@media only screen and (min-width:768px) {
  .page-template-ppc-landing-page-4 .landing-header-wrapper {
    padding:20px 0;
  }
  .page-template-ppc-landing-page-4 .landing-header-wrapper img {
    width:165px;
  }
}
/* Animations */
.fade-in-on-scroll {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in-on-scroll.visible {
    opacity: 1;
}
/* Fonts */

/* Sora */
.font-sora {
	font-family: "Sora";
}
.font-sora {
	font-family: 'Sora', Arial, sans-serif;
}

.font-sora-thin {
	font-family: 'Sora', sans-serif;
	font-weight: 100; /* Thin */
}

.font-sora-extralight {
	font-family: 'Sora', sans-serif;
	font-weight: 200; /* ExtraLight */
}

.font-sora-light {
	font-family: 'Sora', sans-serif;
	font-weight: 300; /* Light */
}

.font-sora-regular {
	font-family: 'Sora', sans-serif;
	font-weight: 400; /* Regular */
}

.font-sora-medium {
	font-family: 'Sora', sans-serif;
	font-weight: 500; /* Medium */
}

.font-sora-semibold {
	font-family: 'Sora', sans-serif;
	font-weight: 600; /* SemiBold */
}

.font-sora-bold {
	font-family: 'Sora', sans-serif;
	font-weight: 700; /* Bold */
}

.font-sora-extrabold {
	font-family: 'Sora', sans-serif;
	font-weight: 800; /* ExtraBold */
}
/* Gilroy */
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/giraffe360/ppc/fonts/Gilroy-Bold.woff2') format('woff2'),
         url('/wp-content/themes/giraffe360/ppc/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/giraffe360/ppc/fonts/Gilroy-Medium.woff2') format('woff2'),
         url('/wp-content/themes/giraffe360/ppc/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
}

.font-gilroy {
	font-family: "Gilroy";
}

.font-gilroy-bold {
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: bold;
}

.font-gilroy-medium {
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 500; /* Medium */
}

/* Buttons Fix */
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/********** Start of Border Modifications **********/
/* Left & Right Top */
.border-top-lr {
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}
/* Left & Right Bottom */
.border-bottom-lr {
  border-bottom-left-radius: 55px;
  border-bottom-right-radius: 55px;
}
/* Left Top Only */
.border-top-l {
  border-top-left-radius: 55px;
}
/* Right Top Only */
.border-top-r {
  border-top-right-radius: 55px;
}
/* Left Bottom Only */
.border-bottom-l {
  border-bottom-left-radius: 55px;
}
/* Right Bottom Only */
.border-bottom-r {
  border-bottom-right-radius: 55px;
}
/* Header Nav */
.main-header .header-center ul > li > a {
  font-family: "Gilroy";
}
.main-header .header-right .login-btn {
  font-family: "Gilroy";
}
.page-template-ppc-landing-page-4-php .main-header .header-right .request-btn {
  font-family: "Gilroy";
}
/* Sections */
.ppc3-section1-hero {
	margin-bottom: -51px;
}
.ppc3-section2 {
	overflow: hidden;
}
.ppc3-section5 {
  margin-bottom: -51px;
  z-index: 0;
  position: relative;	
}
.ppc3-section7 {
  margin-top: -51px;
}
.page-template-ppc-landing-page-4-php .main-footer {
  margin-top: -51px;
  z-index: 0;
  position: relative;
}
/********** End of Border Modifications **********/

/********** Start of Responsive Design **********/
.ppc3-section2-reviews-resp {
	display: none;
}
.ppc3-section3-pagination {
	display: none;
}
.ppc3-section3-nav {
	display: none;
}
@media (max-width: 480px) {
	.brand img {
		width: 150px !important;
	}
}
@media (min-width: 769px) {
	.ppc3-section3-right p {
		display: block !important;
	}
	.ppc3-section3-right {
	  	left: 8%;
	}
}
@media (max-width: 768px) {
	/* Reviews */
	.ppc3-section2-reviews {
	  margin: 10px 20px -150px 20px !important;
	}
	.ppc3-section2-bottom {
	  padding: 170px 0px 20px !important;
	}
	.ppc3-section2-reviews-header {
	  display: none !important;
	}
	.ti-footer {
	  display: none !important;
	}
	.ti-widget.ti-goog .ti-widget-container {
	  display: unset !important;
	}
	.ppc3-section2-reviews-resp {
		display: unset !important;
		margin-bottom: 50px !important;
	}
	.ppc3-section2-reviews-resp h2 {
	  font-size: 1.6rem !important;
	  color: #1a222e;
	  font-weight: bold;
	  text-align: left;
	  left: 25px;
	  position: relative;
	  margin-bottom: unset !important;
	}
	.ppc3-section2-reviews-resp p {
	  color: #1a222e;
	  text-align: left;
	  left: 25px;
	  position: relative;
	}
	.ppc3-section2-reviews-resp .star-rating {
		color: #f6bb06;
		text-align: left;
		left: 25px;
		position: relative;
		font-size: 1.5rem;
	}
	/* Section 1 */
    .ppc3-section1-left h4 {
		padding-top: 8px;
        font-size: 1.2rem;
    }
	.ppc3-section1-logo-text {
	  	display: unset !important;
	  	margin-bottom: 20px;
	  	text-align: center;
	}
	.ppc3-section1-logo {
	  	margin-right: unset !important;
	}
	.ppc3-section1-left, .ppc3-section1-right {
		padding: 20px;
	}
	.ppc3-section1-hero .ppc3-section1-checkmark {
	  margin-left: 0px !important;
	  margin-right: 0px !important;
		margin-bottom: 0px;
	}
	.ppc3-section1-checklist p {margin-left: 10px !important;margin-bottom: 0 !important;}
	.ppc3-section1-checklist{margin-bottom:15px;}
	/* Section 2 */
	.ppc3-section2 h2 {
	  	font-size: 1.7rem !important;
	}
	.ppc3-section2 h4 {
	  	font-size: 1.3rem !important;
	}
	.ppc3-section2-top {
	  	padding: 50px 20px 0px 20px !important;
	  	padding-bottom: unset  !important;;
	}
	.ppc3-section2-how-it-works-btn {
		display: none;
	}
	/* Section 3 */
	.ppc3-section3 .x-icon-container {
		display: none !important;
	}
	.ppc3-section3-left h4 {
		padding-top: 8px;
		font-size: 1.3rem;
	}
	.ppc3-section3 h2 {
		font-size: 1.7rem !important;
	}
	.ppc3-section3-logo-text {
		display: unset !important;
		margin-bottom: 20px;
		text-align: center;
	}
	.ppc3-section3-logo {
		margin-right: unset !important;
	}
	.ppc3-section3-option {
		display: none !important;
	}
	.ppc3-section3-logo-text {
		margin-left: unset !important;
	}
	/* Section 3 Slider */
	.ppc3-section3-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.ppc3-section3-pagination button {
		background: none;
		border: none;
		margin: 0 5px;
		cursor: pointer;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #d2d2d2;
		transition: all 0.3s ease-in-out;
	}

	.ppc3-section3-pagination button.active {
		background-color: #707070;
	}

	.ppc3-section3-pagination button span {
		display: none;
		color: #1a222e;
		font-size: 1rem;
		text-align: center;
		position: absolute;
		white-space: nowrap;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.ppc3-section3-pagination button.active span {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ppc3-section3-pagination button span img {
		margin-right: 5px;
	}

	.ppc3-section3-option {
		display: none;
		justify-content: center;
		transition: transform 0.3s ease-in-out;
	}

	.ppc3-section3-option.active {
		display: flex;
	}

	.ppc3-section3-right p img {
		opacity: unset !important;
	}

	.ppc3-section3-left, .ppc3-section3-right {
		flex: 1;
		max-width: 100%;
		text-align: center;
	}

	.ppc3-section3-logo-text {
		justify-content: center;
	}

	.ppc3-section3-right {
		margin: 60px 0 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
		position: relative;
	}

	.ppc3-section3-slider {
		display: flex;
		width: 100%;
		justify-content: center;
		transition: transform 0.3s ease-in-out;
	}

	.ppc3-section3-nav {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 50px 0px 10px 0px;
	}

	.ppc3-section3-nav .ppc3-pagination-wrapper {
		display: flex;
		justify-content: center;
		flex-grow: 1;
	}

	.ppc3-section3-nav button {
		box-shadow: unset !important;
		border: none !important;
		font-size: 2rem;
		color: #1a222e;
		cursor: pointer;
	}

	.ppc3-section3-nav button.ppc3-prev, .ppc3-section3-nav button.ppc3-next {
		position: absolute;
	}

	.ppc3-section3-nav button.ppc3-prev {
		left: 60px;
	}

	.ppc3-section3-nav button.ppc3-next {
		right: 60px;
	}
	/* Section 3 Slider Animations */
	@keyframes slideLeftRight {
		0%, 100% {
			transform: translateX(0);
		}
		50% {
			transform: translateX(-10px);
		}
	}

	@keyframes slideRightLeft {
		0%, 100% {
			transform: translateX(0);
		}
		50% {
			transform: translateX(10px);
		}
	}

	.ppc3-prev {
		animation: slideLeftRight 2s infinite ease-in-out;
	}

	.ppc3-next {
		animation: slideRightLeft 2s infinite ease-in-out;
	}
	.ppc3-prev:hover,
	.ppc3-next:hover {
		animation-play-state: paused;
	}
	.ppc3-mockup-container {
	  	margin-bottom: -51px;
	}
	.ppc3-section3-logo {
	  	display: inherit !important;
	}
	.ppc3-section3-x-icon-container {
		display: none;
	}
	/* Section 4 */
	.ppc3-section4-container {
		text-align: center;
	}
	/* Section 5 */
	.ppc3-section5 {
	  display: block !important;
	  text-align: center;
	}
    .ppc3-section5-left h4 {
		padding-top: 0;
        font-size: 1.2rem;
    }
	.ppc3-section5-logo-text {
	  display: unset !important;
	  margin-bottom: 20px;
	  text-align: center;
	}
	.ppc3-section5-logo {
	  margin-right: unset !important;
	  display: block !important;
	  margin-bottom: -20px;
	}
	/* Section 6 */
	.ppc3-section6-column {
	  border-top-right-radius: unset !important;
	  border-bottom-left-radius: unset;
	  border-top-left-radius: 55px;
	  border-bottom-right-radius: 38px;
	}
	.ppc3-section6-top-right {
	  margin-top: 10px;
	  z-index: 4;
	  position: relative;
	  margin-bottom: 20px;
	}
	.ppc3-section6-row {
	  margin-bottom: -45px;
	  z-index: 0;
	  position: relative;
	}
	#demoVideo {
	  margin-top: -25px;
	  z-index: -1;
	  position: relative;
		    height: 261px!important;
	}
	.ppc3-section6-logo-text {
	  display: unset !important;
	  text-align: center;
	}
	.ppc3-section6-logo {
	  margin-right: unset !important;
	}
	.ppc3-section6-text-container h2 {
  	  font-size: 1.7rem !important;
	}
	.ppc3-section6-text-container h4 {
	  font-size: 1.3rem !important;
	}
	/* Section 7 */
   .ppc3-section7 {
	  text-align: center !important;
    }
	.ppc3-section7-logo-text {
	  display: unset !important;
	}
	.ppc3-section7-logo {
	  display: unset !important;
	}
	.ppc3-section7-text-container {
	  max-width: unset !important;
	}
	.ppc3-section7-text-container {
	  text-align: center !important;
	}
	/* Section 8 */
	.ppc3-section8-container {
	  min-width: unset !important;
	  right: unset !important;
	}
	.ppc3-section8-per-month {
	  float: unset !important;
	  margin-left: unset !important;
	  text-align: left !important;
	}
	.ppc3-section8-content {
	  padding: unset !important;
	}
	.ppc3-section8-price .dollar-sign {
		font-size: 39px;
		margin-right: 5px;
		margin-top: 1% !important;
	}
	.ppc3-section8-note {
		margin-top: unset !important;
	}
	.ppc3-section8-divider {
		height: 172px !important;
    	margin-bottom: 16px !important;
	}
	.ppc3-section8-per-month {
	  	font-size: 25px !important;
	  	float: right !important;
	}
	.ppc3-section8-note {
	  	line-height: 12px !important;
	  	margin-bottom: 9px !important;
	}
}
/********** End of Responsive Design **********/

/* Start of Section 1 */
.ppc3-section1-hero {
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
	padding: 150px 0 185px 0;
    color: white;
	/*background:#000; - Controlled via ACF */
	position:relative;
}

.camera11 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 30.7vw;
}

.ppc3-section1-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
	/*padding: 50px 0 0 0;*/
}

.ppc3-section1-left, .ppc3-section1-right {
    flex: 1;
    /*padding: 20px;*/
    position: relative;
}

.ppc3-section1-left {
    max-width: 600px;
    margin-right: 20px;
}

.ppc3-section1-right {
    max-width: 600px;
    background: white;
    padding: 20px;
    border-radius: 30px;
    color: black;
    margin-left: auto;
}

.ppc3-section1-logo-text {
    display: flex;
    align-items: flex-start;
    /*margin-bottom: 5px;*/
}

.ppc3-section1-logo {
    margin-right: 20px;
}

.ppc3-section1-logo img {
	width: 70px;
  	height: auto;
  	margin-bottom: 15px;
}

.ppc3-section1-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc3-section1-left h4,
.ppc3-section1-left h2,
.ppc3-section1-checklist p {
    margin-left: 67px;
}

.ppc3-section1-checklist p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.ppc3-section1-checkmark {
    color: yellow;
    margin-right: 5px;
}

.ppc3-section1-left h4 {
	color: white;
  	font-size:20px;
   margin: 0px 0px 20px;
  	line-height: 17px;
}

.ppc3-section1-left h2 {color: white;font-size: 31.5px;	margin: 0;margin-bottom: 10px; width: 100%; max-width: 400px;line-height: 35px;}
.ppc3-section1-hero .ppc-demo #gform_submit_button_17 {padding: 15px 25px;font-size: 20px !important; border-radius: 50px !important;}

/* Gravity Forms Custom Styles */
.ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields .gfield {
    flex: 1 1 calc(50% - 20px);
    min-width: calc(50% - 20px);
    box-sizing: border-box;
}

.ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields .gfield.full-width,
.ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields .ppc-demo-checkbox {
    flex: 1 1 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.ppc-demo-container .ppc-demo .gform_ajax_spinner {
    width: 25px;
}

.ppc-demo-container .ppc-demo .gfield_label {
    display: none !important;
}

.ppc-demo-container .ppc-demo .ginput_container {
    width: 100%;
}

.ppc-demo-container .ppc-demo .gfield_contains_required .gfield_label {
    display: none !important;
}
.ppc-demo-container .ppc-demo #gform_submit_button_17 {
  width: 100%;
  border-radius: 18px;
  background-color: #ffc600;
  font-size: 1rem;
  line-height: 30px;
  margin-top: 0;
  color: #1a222e;
  font-weight: 500;
  font-family: "Gilroy";
}
 

.ppc-demo-container .ppc-demo #gform_submit_button_17:hover {
  background-color: #fff;
}
.ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 1.5rem !important;
  grid-column-gap: 1.5rem !important;
  padding: 10px 8px 0 8px;
}
.ppc-demo-container .ppc-demo #gform_fields_1 {
  margin-bottom: -28px !important;
}
.ppc-demo-container .ppc-demo #label_1_14_1 {
  margin-bottom: -10px !important;
}
.ppc-demo-container .ppc-demo .gfield_checkbox .gchoice label::before {
  margin-right: 0.5rem !important;
}

/* Address Field Specific Fix */
.ppc-demo-container .ppc-demo .gform_wrapper.gravity-theme .ginput_container_address span {
    flex: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
}
/* Privacy Policy Position */
.ppc-demo-container .ppc-demo .ppc-demo-prv  {
  /*position: absolute !important;
  bottom: 97px !important;
  right: 308px;*/
  color: #485363;
  font-size: 0.8rem;
  text-decoration: underline;
}
.ppc-demo-checkbox .ppc-demo-prv {
  display: block;
  line-height: 100%;
  padding: 0 0 0 10.2rem;
  position: relative;
  top: -1.9rem;
  width: auto;
}
.ppc-demo-container .ppc-demo .gform_footer {
    padding: unset !important;
}
.ppc-demo-container .ppc-demo #field_1_15 {
	margin-bottom: 20px;
}

/* Privacy Policy Text Size */
.ppc-demo-container .ppc-demo .gfield_checkbox .gchoice label {
  font-size: 0.8rem !important;
}
/* Privacy Policy Popup */
#book-demo-modal .ppc-demo-checkbox .ppc-demo-prv {
  padding: unset;
  top: unset;
}
/* Responsive Fix: Stack fields on smaller screens */
@media (max-width: 1200px) {
	.camera11 {
		width: 44vw;
	}
}
@media (max-width: 768px) {
    .ppc3-section1-left, .ppc3-section1-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields {
        flex-direction: column;
    }

    .ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields .gfield,
    .ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields .gfield.full-width,
    .ppc-demo-container .ppc-demo .gform_wrapper .gform_body .gform_fields .ppc-demo-checkbox {
        flex: 1 1 100%;
        min-width: 100%;
    }
	   .camera11 {
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 34px;
    }
	.ppc3-section1-hero {
    padding: 50px 0 253px 0;
}
}

@media (max-width: 480px) {
    .ppc3-section1-left h2 {
        font-size: 2rem;
    }

    .ppc3-section1-left h4 {
        font-size: 1.2rem;
    }

    .ppc3-section1-checklist p {
        font-size: 1rem;
    }
	    .camera11 {
        max-width: 196px;
			width:100%
    }
	.ppc3-section1-left{margin-right:0;}
	
}
.ppc3-section1-checklist {
    display: flex;
    align-items: center;
}

.ppc3-section1-checkmark {
    color: #ffc600;
    font-size: 24px;
    margin-right: -46px !important;
    margin-left: 46px;
	margin-bottom: 15px;
}

.ppc3-section1-checkmark-text {
    font-size: 1.2rem;
}
/* End of Section 1 */

/* Start of Section 2 */
.ppc3-section2 {
    text-align: center;
    position: relative;
    padding-bottom: 0;
}

.ppc3-section2-top {
    /*background-color: #fff; - Controlled via ACF */
    padding: 50px 20px;
    padding-bottom: 50px;
}

.ppc3-section2-content {
    max-width: 900px;
    margin: 0 auto;
}

.ppc3-section2 h4 {
    font-size: 1.5rem;
    margin-bottom: 0px;
	color: #fff;
}

.ppc3-section2 h2 {
    font-size: 2.5rem;
    margin-bottom: 0px;
	color: #fff;
}

.ppc3-section2 p {
    font-size: 1.2rem;
    margin-bottom: 30px;
	color: #fff;
}

.ppc3-section2-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.ppc3-section2-subscribe-btn, .ppc3-section2-how-it-works-btn {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.ppc3-section2-subscribe-btn {
    /*background-color: #ffc600; - Controlled via ACF */
    color: #1a222e;
	font-size: 1rem;
}
.ppc3-section2-buttons .font-gilroy {padding: 15px 25px;font-size: 20px;border-radius: 50px;}
.ppc3-section2-how-it-works-btn.font-gilroy {display: flex;align-items:center}
.ppc3-section2-how-it-works-btn.font-gilroy:hover {color: #fff;}
.ppc3-section2-how-it-works-btn {
    /*background-color: #6417f8; - Controlled via ACF */
    color: #fff;
	font-size: 1rem;
}

.ppc3-section2-how-it-works-btn i {   margin-right: 10px;}

.ppc3-section2-reviews {
  background-color: #f8f9fa;
  border-radius: 25px;
  border: 4px solid #e9e9e9;
  padding: 20px;
  max-width: 1200px;
  max-height: 500px;
  overflow-y: auto;
  margin: -25px auto -170px;
  position: relative;
  z-index: 1;
}

.ppc3-section2-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ppc3-section2-reviews-header h2 {
    font-weight: bold;
    /*margin: 0;*/
	margin: 0px 70px;
  	color: #1a222e;
	font-family: 'Gilroy', Arial, sans-serif;
}

.ppc3-section2-write-review-btn {
    padding: 10px 20px;
    font-size: 12px;
    border: none;
    background-color: #063bff;
    color: #fff;
    cursor: pointer;
}

.ppc3-section2-bottom {
  /*background-color: #6417f8; - Controlled via ACF */
  padding: 230px 0px 55px;
  position: relative;
  top: 0;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.swiper-slide img {
	width: 150px;
	object-fit: contain;
	height: 100px;
	max-width: 100%;
	max-height: 100%;
	margin: 0 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.swiper-slide img {
		max-width: 100%;
	}
}
@media (max-width: 420px) {
	.ppc3-section2-buttons {flex-direction: column;}
	.ppc3-section2-how-it-works-btn.font-gilroy {justify-content: center;}
}
.swiper-pagination {
    display: none;
}
/* End of Section 2 */


/* Start of Section 3 */
.ppc3-section3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 0 0 0;
    /*background-color: #fff; - Controlled via ACF */
    position: relative;
}

.ppc3-section3-container {
    display: flex;
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.ppc3-section3-left, .ppc3-section3-right {
    flex: 1;
    position: relative;
}

.ppc3-section3-logo-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	margin-left: 10.3%;
}

.ppc3-section3-logo {
  	margin-right: 20px;
  	display: flex;
  	align-items: center;
  	margin-top: -7px;
}

.ppc3-section3-logo img {
	width: 70px;
  	height: auto;
  	margin-bottom: 22px;
}

.ppc3-section3-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc3-section3-text-container h4, .ppc3-section3-text-container h2 {
    color: #1a222e;
}

.ppc3-section3-left h4 {
	font-size: 20px;
  	margin: 0;
  	color: #1a222e;
  	line-height: 17px;
}

.ppc3-section3-left h2 {
	font-size: 31.5px;
  	margin: 0;
    margin-bottom: 0px;
  	color: #1a222e;
  	margin-bottom: 20px;
}

.ppc3-section3-image-container {
    margin-top: 20px;
    margin-bottom: -45px;
    transition: opacity 0.5s ease;
}

.ppc3-section3-image-container img {
    max-width: 100%;
    border-radius: 10px;
}

.ppc3-section3-right {
    max-width: 400px;
	margin-top: 6%;
}

.ppc3-section3-right p {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin: 10px 0;
    cursor: pointer;
    transition: color 1.5s ease, opacity 1.5s ease;
    color: #1a222e;
    opacity: 0.3;
	line-height: 35px;
}

.ppc3-section3-right p img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    transition: filter 1.5s ease, opacity 1.5s ease;
    opacity: 0.3;
}

.ppc3-section3-right p:hover,
.ppc3-section3-right p:hover img {
    color: #1a222e;
    opacity: 1;
}

.ppc3-section3-right p.active,
.ppc3-section3-right p.active img {
    color: #1a222e;
    opacity: 1;
}

.ppc3-section3-right p:not(.active) img {
    filter: grayscale(100%) brightness(70%);
}

.ppc3-section3-right p.active {
    color: #1a222e;
}

.ppc3-section3-right p.active img {
    filter: none;
}

.ppc3-section3-right p:not(.active) img {
    filter: grayscale(100%) brightness(70%);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ppc3-section3-left, .ppc3-section3-right {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }

    .ppc3-section3-logo-text {
        justify-content: center;
    }

    .ppc3-section3-right {
        margin-top: 40px;
    }
	.ppc3-dot span {
	  margin-top: -10px;
	}
}

.ppc3-section3-x-icon-container {
    position: absolute;
    top: 5px;
    right: 20px;
}

.ppc3-section3-responsive-icon {
    width: 75px;
    height: auto;
}

.ppc3-mockup-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
	margin-top: 20px;
  	/* margin-bottom: -45px; */
	/* margin-bottom: -51px; */
  	transition: opacity 0.5s ease;
}

.ppc3-mockup {
    width: 100%;
    display: block;
}

.ppc3-media {
	position: absolute;
  	top: 4.4%;
  	left: 12.4%;
  	width: 75.8%;
  	height: 84.4%;
  	object-fit: cover;
}
.ppc3-section3-option img {
	margin-top: 7px;
}
.ppc3-dot img {
	width: 24px;
}
/* End of Section 3 */


/* Start of Section 4 */
.ppc3-section4 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 50px 20px 0;
/*     min-height: 49.2vw; */
    color: #000;
    /*background-color: #ffc600;  - Controlled via ACF */
	z-index: 1;
	position: relative;
	overflow:hidden;
}
.camera1 {
    padding: 20px 0 0;
    margin-top: 52px;
	width:50%;
}
.w50{width:50%;}
.ppc3-section4-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	z-index:3;
}

.ppc3-section4-right {
    max-width: 600px;
    padding: 20px;
	margin-top: 93px;
}

.ppc3-section4 h4 {
    font-size: 1.5rem;
    margin-bottom: 0px;
	color: #1a222e;
	line-height: 21px;
	
}

.ppc3-section4 h2 {
    font-size: 2.5rem;
    margin-bottom: 12px;
	color: #1a222e;
}

.ppc3-section4 p {
    font-size: 1.2rem;
    margin-bottom: 30px;
	color: #1a222e;
}

.ppc3-section4-button {
 padding: 15px 25px;
font-size: 20px;
    border: none;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ppc3-section4-button:hover {
    background-color: #fff;
}
.vectors {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: 1;
}
.dotspng {
    position: absolute;
    left: 5%;
    bottom: 13%;
    width: 6%;
    z-index: 1;
}


/* Responsive Styles */
@media (max-width: 1440px) {
	.ppc3-section4 {
		min-height: 52vw;
	}
}
@media (max-width: 1200px) {
	.ppc3-section4 {
		min-height: 52vw;
	}
}
@media (max-width: 1024px) {
	.ppc3-section4 {
		min-height: 100vh;
	}
	.camera1 {
    position: absolute;
    width: 37%;
    z-index: 2;
		bottom:0px;
		        left: 5%;
}
}
@media (max-width: 768px) {
    .ppc3-section4 {
        justify-content: center;
    }
	.w50{width:100%;}
    .ppc3-section4-container {
        justify-content: center;
    }

    .ppc3-section4-right {
        max-width: 100%;
		margin-top:0;
		padding: 15px;
    }

    .ppc3-section4 h2 {
        font-size: 1.7rem;
    }

    .ppc3-section4 h4 {
        font-size: 1.3rem;
    }

    .ppc3-section4 p {
        font-size: 1rem;
    }
	.ppc3-section4 {
		padding-bottom: 50vh;
    }
	.vectors {
    	width: 50%;
	}
	.camera1 {
		width: 46%;
	}
	
}
@media (max-width: 580px) {
	.camera1 {
		width: 64%;
	}
	.dotspng {
		bottom: 6%;
		width: 13%;
	}
}
/* End of Section 4 */


/* Start of Section 5 */
.ppc3-section5 {
    display: flex;
    align-items: center;
    padding: 50px 20px;
    min-height: 100vh;
    color: #000;
    background-color: #ffc107;
}

.ppc3-section5-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.ppc3-section5-left {
    max-width: 600px;
    padding: 20px;
}

.ppc3-section5-logo-text {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.ppc3-section5-logo {
    margin-right: 20px;
    display: flex;
    align-items: center;
	margin-top: -7px;
}

.ppc3-section5-logo img {
    width: 70px;
    height: auto;
	margin-bottom: 22px;
}

.ppc3-section5-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc3-section5-left h4 {
    font-size: 20px;
    margin: 0;
    color: #1a222e;
	line-height: 17px;
}

.ppc3-section5-left h2 {
    font-size: 31.5px;
    margin: 0;
    color: #1a222e;
    margin-bottom: 20px;
}

.ppc3-section5-button {
padding: 15px 25px;
font-size: 20px;
    border: none;
    border-radius: 50px;
    background-color: #ffc600;
    color: #000;
    cursor: pointer;
    transition: background-color 0.3s ease;
	height:100%;display:inline-block;
}

.ppc3-section5-button:hover {
    background-color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ppc3-section5 {
        justify-content: center;
    }

    .ppc3-section5-container {
        justify-content: center;
    }

    .ppc3-section5-left {
        max-width: 100%;
        padding: 15px;
    }

    .ppc3-section5-left h2 {
        font-size: 1.7rem;
    }

    .ppc3-section5-left h4 {
        font-size: 1.3rem;
    }
	.ppc3-section5-x-icon-container {
		display: unset !important;
		position: absolute;
		bottom: 16%;
		left: 30px;
	}

	.ppc3-section5-responsive-icon {
		width: 75px;
		height: auto;
	}
}
.ppc3-section5-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.ppc3-section5-x-icon-container {
	display: none;
}

/* End of Section 5 */


/* Start of Section 6 */
.ppc3-section6 {
    background-color: #f8f9fa;
}

.ppc3-section6-container {
    margin: 0 auto;
}

.ppc3-section6-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 480px;
}

.ppc3-section6-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 480px;
}

.ppc3-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 480px;
    overflow: hidden;
}

.ppc3-slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideHintHandle {
    0% { left: 18%; }
    100% { left: 22%; }
}

@keyframes slideHintDivider {
    0% { left: 18%; }
    100% { left: 22%; }
}

@keyframes slideHintClipPath {
    0% { clip-path: inset(0 0 0 18%); }
    100% { clip-path: inset(0 0 0 22%); }
}

#after {
    z-index: 2;
    clip-path: inset(0 0 0 20%);
}

.ppc3-slider-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    width: 3px;
    background: white;
    z-index: 3;
    cursor: ew-resize;
}

.ppc3-slider-handle {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-47%, -50%);
    z-index: 4;
    font-size: 1.5rem;
    color: white;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40px;
}

.ppc3-slider-handle i {
    pointer-events: none;
}

.ppc3-slider-handle:active,
.ppc3-slider-divider:active,
.ppc3-slider-handle:focus,
.ppc3-slider-divider:focus {
    animation-play-state: paused;
}

.ppc3-section6-top-right, .ppc3-section6-bottom-left {
    height: 100%;
}

.ppc3-section6-top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #19222e; - Controlled via ACF */
    color: #fff;
    padding: 20px;
    position: relative;
    height: 480px;
}

.ppc3-section6-bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background-color: #35e0b9; - Controlled via ACF */
    color: #fff;
    padding: 20px;
    position: relative;
    height: 480px;
}

.ppc3-section6-logo-text {
    display: flex;
    align-items: center;
	margin-bottom:20px;
}

.ppc3-section6-logo {
    margin-right: 20px;
}

.ppc3-section6-logo img {
    width: 70px;
    height: auto;
}

.ppc3-section6-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc3-section6-text-container h4 {
    font-size: 20px;
    margin: 0;
    line-height: normal;
}

.ppc3-section6-text-container h2 {
    font-size: 31.5px;
    margin: 0;
    color: #1a222e;
	line-height:normal;
}

.ppc3-section6 p {width: 100%; max-width: 450px; font-size: 1.2rem;}

.ppc3-section6-text-container p {
    font-size: 1.1rem;
}

.ppc3-section6 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    height: 480px;
}

.ppc3-section6-column-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ppc3-section6-row {
        grid-template-columns: 1fr;
        height: auto;
    }
	.ppc3-section6-logo{margin-bottom:20px;}
    .ppc3-section6-column,
    .ppc3-section6-top-right,
    .ppc3-section6-bottom-left,
    #demoVideo {
        order: initial;
        height: auto;
    }
	.ppc3-section6-bottom-left{padding-top:35px;}
	.ppc3-section6-top-right{padding:35px 20px 20px}

    .ppc3-section6-column.ppc3-section6-top-right.border-top-r {
        order: 1;
    }

    .ppc3-section6-column:not(.ppc3-section6-top-right):not(.ppc3-section6-bottom-left) {
        order: 2;
    }

    .ppc3-section6-column.ppc3-section6-bottom-left.border-bottom-l {
        order: 2;
    }

    #demoVideo {
        order: 4;
    }

    .ppc3-slider-wrapper {
        flex-direction: column;
        height: 300px;
    }

    .ppc3-slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ppc3-slider-divider {
        top: 0;
        bottom: 0;
        left: 20%;
        height: 100%;
        width: 2px;
    }

    .ppc3-slider-handle {
        top: 50%;
        left: 20%;
		    margin-top: -12px;
        transform: translate(-50%, -50%);
    }

    #after {
        clip-path: inset(0 0 0 20%);
    }

    /* Ensure columns are close together without gaps */
    .ppc3-section6-column {
        margin-bottom: -20px;
    }

    .ppc3-section6-column-inner {
        margin-bottom: 0;
    }
}
/* End of Section 6 */



/* Start of Section 7 */
.ppc3-section7 {
    padding: 50px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
    color: white;
}

.ppc3-section7-container {
    display: flex;
    max-width: 86.2%;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
	padding-top: 85px;
}

.ppc3-section7-left {
    max-width: 64%;
}

.ppc3-section7-logo-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ppc3-section7-logo {
	margin-top: 9px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ppc3-section7-logo img {
  max-width: 70px;
  width: 70px;
  height: auto;
  margin-bottom: 15px;
}

.ppc3-section7-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 1000px;
	text-align: initial;
}

.ppc3-section7-left p {
    font-size: 1.8rem;
    margin: 0;
}
.ppc3-section7-text-container p:nth-child(1){font-size:32px !important;line-height:45px;}
.ppc3-section7-text-container p:nth-child(3){font-size:1.5rem !important}
.ppc3-section7-left p.bold {
    font-weight: bold;
    margin: 21px 0 -5px 0;
	font-size: 0.9rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ppc3-section7-left, .ppc3-section7-right {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .ppc3-section7-left p {
        font-size: 1rem;
    }
}
/* End of Section 7 */


/* Start of Section 8 */
.ppc3-section8 {
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vw;
    color: white;
	/*background-color: #6416f8; - Controlled via ACF */
	position:relative;
	overflow:hidden;
}

.ppc3-section8-container {
    width: 100%;
    margin: 0 auto;
    min-width: 800px;
    position: relative;
    right: -100px;
	z-index:3;
}

.ppc3-section8-subscription {
    /*background-color: #7400f1;*/
    padding: 45px;
    border-radius: 30px;
    border: 3px solid white;
    text-align: left;
    max-width: 450px;
    position: relative;
}

.ppc3-section8-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
	/*padding: 0 15px 0 15px;*/
}

.ppc3-subscribe {
    text-align: left;
}

.ppc3-subscribe h2 {
    font-size: 31px;
    margin: 0;
    color: white;
	line-height: 25px !important;
	font-weight: 500;
}

.ppc3-subscribe h3 {
    font-size: 22px;
    margin: 0;
    color: white;
	font-weight: 500;
}

.ppc3-section8-price-container {
    text-align: left;
    margin-bottom: unset;
    margin-right: 5px;
}

.ppc3-section8-price {
    font-size: 83px;
    font-weight: bold;
    display: flex;
    align-items: center;
	line-height: 1;
	padding-top: 5px;
}

.ppc3-section8-price .dollar-sign {
    font-size: 39px;
    margin-right: 5px;
	margin-top: 13%;
}

.ppc3-section8-per-month {
    font-size: 26px;
    float: right;
    margin-left: 5px;
    align-self: flex-end;
	line-height: 15px !important;
}

.ppc3-section8-divider {
	height: 180px;
  	width: 3px;
  	background: white;
  	margin: 0 5px;
  	margin-bottom: 18px;
}

.ppc3-section8-features-container {
    text-align: left;
    margin-left: 8px;
}

.ppc3-section8-features {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-left: -5px;
	text-align:left;
}

.ppc3-section8-features li {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.ppc3-section8-features li i {
    font-size: 5px;
    margin-right: 10px;
}

.ppc3-section8-note {
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
}

.ppc3-section8-note span {
    font-size: 12px;
}

.ppc3-section8-button {
    background-color: #ffcc00;
    color: #1a222e;
    border: none;
  padding: 15px 25px;
font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    text-align : center;
    margin: 5px auto 0;
}
.cam-Isolated8 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    width: 44%;
}
.Path8 {
    position: absolute;
    right: 0px;
    width: 42%;
    top: 0;
    z-index: 1;
}

/* Responsive Styles */
@media (max-width: 1024px) {
	.ppc3-section8-container {
    	right: 0px;
	}
	.cam-Isolated8 {
		width: 50%;
	}
	.Path8 {
    	width: 50%;
	}
	.ppc3-section8 {
		min-height: 50vw;
	}
}
@media (max-width: 768px) {
    .ppc3-section8-price-container,
    .ppc3-section8-features-container {
        width: unset;
        text-align: center;
        margin-right: 0;
        margin-left: -1px;
    }

    .ppc3-subscribe h2 {
        font-size: 25px;
    }

    .ppc3-subscribe h3 {
        font-size: 18px;
    }
	.ppc3-section8-subscription {padding:10px;}
    .ppc3-section8-price {
        font-size: 4.5rem;
    }
	 .ppc3-section8 {min-height: 90vh;}
	.ppc3-section8-note span {
		font-size: 0.8rem;
	}
	.ppc3-section8 {align-items: flex-start;}
    .ppc3-section8-price .dollar-sign {
        font-size: 1.5rem;
    }

    .ppc3-section8-per-month {
        font-size: 1.2rem;
    }

    .ppc3-section8-features li {
        font-size: 0.8rem;
    }

	.ppc3-section8-features {
	  padding: 10px;
	}
	
    .ppc3-section8-note {
        font-size: 16px;
        padding-left: 15px;
    }

    .ppc3-section8-button {
        font-size: 1rem;
        padding: 8px 16px;
    }
	.ppc3-section8 {
		padding-bottom: 50vh;
    }
	
	.Path8 {
		bottom: 0px;
		top: inherit;
		left: 0px;
		transform: rotate(180deg);
	}
	 .cam-Isolated8 {
        width: 70%;
    }
	
}
@media (max-width: 580px) {
	.Path8 {
        width: 96%;
    }
	.cam-Isolated8 {
        width: 100%;
        max-width: 557px;
    }
	    .ppc3-section8 {
        padding-bottom: 100vw;
    }
}

.ppc3-section8-features li {
	padding: 0;
}
.ppc3-section8-note {
	line-height: 15px !important;
	margin-bottom: unset;
	margin-left: -5px;
}
.ppc3-section8-features span {
  font-family: 'Sora', Arial, sans-serif;
}

/* End of Section 8 */


/* Start of Section 9 */
.ppc3-section9 {
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: white;
    position: relative;
    text-align: center;
}

.ppc3-section9-container {margin-bottom: 51px;
/*     padding: 50px 50px 90px
    border-radius: 10px; */
}

.ppc3-section9 h2 {
    font-size: 2.5rem;
    margin-bottom: 0px;
    color: white;
}

.ppc3-section9 h3 {
    font-size: 1.5rem;
    margin-bottom: 34px;
    color: #ffcc00;
}

.ppc3-section9-button {
    background-color: #ffcc00;display: inline-block;
    color: #1a222e;
    border: none;
  padding: 15px 25px;
font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ppc3-section9 h2 {
        font-size: 1.7rem;
    }

    .ppc3-section9 h3 {
        font-size: 1.3rem;
    }

    .ppc3-section9-button {
        font-size: 1rem;
        padding: 10px 20px;
    }
}
/* End of Section 9 */

/* Footer */
.page-template-ppc-landing-page-4-php .main-footer {
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}

.page-template-ppc-landing-page-4-php .mc4wp-form-fields input {
	border-radius: 30px;
}

.main-footer .foot-subscribe .form-group, .main-footer .foot-subscribe .submitbtn {
    color: #fff;
    margin-bottom: 1.38rem;
    max-width: 23.5rem;
}
.page-template-ppc-landing-page-4-php .main-footer .submitbtn input {padding: 15px 25px;
font-size: 20px;   border-radius: 50px;}
.main-footer .foot-subscribe .mc4wp-form .mc4wp-form-fields label {
    display: none;
}
.page-template-ppc-landing-page-4-php .mc4wp-form-fields input {
    border-radius: 30px;
}
.form-email input {
    padding-right: 52px;
}
.form-email {
    position: relative;
}
img.jicon {
    position: absolute;
    right: 5px;
    max-width: 43px;
    top: 4px;
}
.main-footer .foot-subscribe .mc4wp-form .mc4wp-form-fields input[type=submit] {
    background-color: #ffc600;
    color: #1a222e;
}
.main-footer .foot-subscribe .mc4wp-form .mc4wp-form-fields input[type=submit]:focus, .main-footer .foot-subscribe .mc4wp-form .mc4wp-form-fields input[type=submit]:hover {
    background-color: #fff;
    color: #1a222e;
}
@media (max-width:1600px) and (min-width: 1200px){
	img.jicon {
    	max-width: 33px;
	}
}
@media (max-width:350px){
	img.jicon {
    	max-width: 31px;
	}
}

.page-template-ppc-landing-page-4-php .foot-subscribe img {
  display: unset;
}


/* section 1 */
.ppc4-section1 {max-width: 435px;width: 100%;}
.ppc4-section1 h2 {font-size: 1.5rem;color: #ffc600;font-weight: 500;line-height: 1.4;margin-bottom: 8px;}
.ppc4-section1 h3 {font-size: 2.5rem;font-weight: 500;line-height: 1.4;margin-bottom:20px;color:#fff;}
.ppc4-section1 h4 {font-size: 1.2rem;color: #ffc600;line-height: 24px;}
.ppc4-section1 .ppc3-section1-checklist .ppc3-section1-checkmark {margin-left: 0px;margin-right: 0px;}
.ppc4-section1 .ppc3-section1-checklist p {font-size: 1.2rem;text-align:left;}
.googlereview img {max-width: 180px;}
.googlereview {margin-top: 30px;}


/* section 3 */
.ppc4-section3 {background: #000;}
.ppc4-section3-imgla {position: absolute;bottom: 425px;right: 0px;width: auto;height: 52vh;}
.ppc4-section3 .ppc3-section2-content {position: relative;}

/* section 5 */
.pc4-section5 .ppc3-section5-container {justify-content: flex-end;}
.pc4-section5 .ppc3-section5-left {max-width: 35%;padding: 20px;}
.pc4-section5 h4 {font-size:32px;line-height: normal;}
.pc4-section5 p {font-size: 24px;margin: 0px 0px 0px;}
.pc4-section5 p.bold {font-weight: bold;margin: 21px 0 0 0;}
.pc4-section5{min-height:119vh;}

.ppc4-section2 .ppc3-section3-right p{font-size: 1.5rem;line-height: 1.4;}

@media(max-width:1024px){
.pc4-section5{min-height:74vh;}
}
@media(max-width:768px){
.ppc4-section3-imgla {bottom: 465px;height: 35vh;}
.pc4-section5 .ppc3-section5-left {max-width: 100%;padding: 0px;}
.pc4-section5 h4,.pc4-section5 p{color:#fff;}
.pc4-section5 a.video i {filter: invert(1);}
.ppc4-section1 {margin: 0px auto;}
.ppc3-section3-left h4{line-height:24px;}
.pc4-section5{min-height:100vh;}
}