html {
	scroll-behavior: smooth;
}

/* Global Styles */
body {
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
}
img{
    height:auto;
}
/* Section 1 - Top Bar */
.top-bar {
	background-color: #ffffff;
	padding: 5px 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-shadow: 10px 10px 10px #e5e5e56b;
}
.hight45 {
  margin-bottom: 10px;
  height: 50px !important;
  border: 1px solid #ccc !important;
  padding: 8px !important;
}
.wpcf7-textarea {
  height: 100px !important;
   margin-bottom: 10px;
}
.logo img {
	width: 150px;
}

.top-bar .logo {
 
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.top-bar .hamburger-menu {
	position: absolute;
	right: 50px;
	top: 40px;
	cursor: pointer;
}
.hamburger-menu a {
    color: #2e2c75;
}

.hamburger-menu .line {
	width: 25px;
	height: 3px;
	background-color: #200707;
	margin: 8px 0;
}
.review-content h4 {
    font-size: 18px;
}

.menu-popup {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	text-align: center;
	padding-top: 100px;
}

.menu-popup a {
	color: #fff;
	font-size: 24px;
	display: block;
	margin: 20px 0;
	text-decoration: none;
}

.menu-popup .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
}

/* Section 2 - Contact Form */

.contact-section {
	padding: 150px 0px 0px 0px;
	background-image: url(https://thesuccessstars.com/wp-content/themes/thesuccessstars/landing-page-css/image/back-s.png);
	background-size: cover;
	background-attachment: scroll;
	background-position: top;
}

span.color-change {
	color: #2e2c75;
	font-weight: 700;
	font-size: 36px;
}

.leadgen {
	margin-top: 75px;
}

.contact-form {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 5px 5px 55px #7d7d7d78;
}

.form-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.form-group input::placeholder,
.form-group select::placeholder {
	color: transparent;
}

.form-group input:focus::placeholder,
.form-group select:focus::placeholder {
	color: #000;
}

.btn-primary {
	background-color: #0ea7d4;
	border-color: #0ea7d4;
	padding: 10px 25px;
	border-radius: 50px;
}

.form-group label {
	position: absolute;
	top: -10px;
	left: 10px;
	font-size: 14px;
	color: #666;
	background-color: #ffffff;
	padding: 0 5px;
}

video.pt-2 {
	box-shadow: 2px 10px 50px #0000002e;
	border-radius: 5px !important;
}

h1.head-1 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;

}

section.stats.campaign-highlights {
	padding: 75px 0px;
}

/* Section 3 - About Us */
.about-section {
	padding: 100px 0;
	text-align: center;
	background-color: #ffffff;
}

.about-section h2 {
	margin-bottom: 20px;
}

.about-section p {
	font-size: 18px;
	color: #666;
}

/* Section 4 - Our Services */
.services-section {
	padding: 100px 0;
	background-color: #EEF1F6;
}

.services-section h2 {
	text-align: center;
	margin-bottom: 10px;
}

.services-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 30px;
}

.hide-d {
	display: none;
}

.hide-m {
	display: block;
}

i.fas {
	color: #2e2c75;
	margin-bottom: 20px;
}

.service-item {
	width: 30%;
	margin-bottom: 30px;

	padding: 20px;
	border-radius: 5px;
}

/* Section 5 - Logo Carousel */
.logo-carousel {
	background-color: #ffffff;
	padding: 75px 0;
	background-image: url(https://thesuccessstars.com/wp-content/themes/thesuccessstars/landing-page-css/image/back-s.png);
	background-size: cover;
	background-attachment: scroll;
	background-position: bottom;
}


.client-photo {
	background-color: #e3e3e3;
	padding: 1px;
	border-radius: 5px;
	height: 50px;
	width: 50px;
}

.logo-carousel img {
	width: 200px;
	height: auto;
}

.logo-slider,
.ourclients {
	margin-top: 30px;
}

/* Section 6 - Testimonials */
.testimonials-section {
	background-color: #EEF1F6;
	padding: 100px 20px;
}

.testimonials-section h2 {
	text-align: center;
	margin-bottom: 20px;
}

.client-review.slick-slide {
	background-color: #ffffff;
	padding: 20px;
	height: 450px;
	margin: 5px;
}

/* Section 7 - Centered Contact Form */
.contact-form-center {
	padding: 50px;
	background-color: #fff;
	margin: 50px auto;
	max-width: 600px;
	border-radius: 5px;
}

/* Section 8 - Creatives Carousel */
.creatives-carousel {
	padding: 75px 0px;
}


/* Section 9 - Footer */
.footer {
	background-color: #2e2c75;
	color: #fff;
	text-align: center;
	padding: 50px 0px 20px 0px;
}

.footer a {
	color: #ffffff;
	margin: 0 10px;
}

a.social-icon .fab {
	font-size: 16px;
	color: #fff;
}


hr {
	border-top: 1px solid rgb(255 255 255 / 10%);
}

a.menu-link .fas {
	color: #fff;
	font-size: 16px;
}

.menu-links {
	margin-top: 20px;
}

.slick-dots li button:before, .slick-dots li button:after {
    font-size: 48px;
    line-height: 48px;
}
.slick-next:before, .slick-prev:before {
   display:none;
}

.review-stars {
	color: #dbbb0d;
	font-weight: 600;
	font-size: 22px;
}

img.client-photo {
	margin-bottom: 20px;
}

span.client-name {
	font-weight: 600;
}

.creatives-carousel-slide img {
	width: 100%;
	padding: 14px;
	background-color: #fff;
	border-radius: 20px;
}

.btn-get-info {
	display: inline-block;
	padding: 15px 25px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	background-color: #0ea7d4;
	color: #ffffff;
	text-align: center;
	text-decoration: none none !important;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-get-info:hover {
	background-color: #2e2c75;
	color: #ffffff;
	text-decoration: none;
}

.pd-5 {
	margin-top: 50px !important;
}

h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
}

.suc-box ul.slick-dots {
	display: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px;
}


/* Target devices with a maximum width of 576px (Mobile devices) */
@media (max-width: 700px) {
    .logo img {
    width: 100px;
}
    .contact-section {
        padding: 175px 0px 0px 0px;
    }
    .top-bar .hamburger-menu {
        position: static;
        right: 0px;
        cursor: pointer;
        text-align: center;
        margin-top: 10px;
    }
    .hamburger-menu p{
        margin-bottom: 0px !important;
    }
    .hamburger-menu a, .contact-info a{
    display: inline-block;
}
	.hide-d {
		display: block;
	}
    .case-study ul.slick-dots {
        display: block !important;
    }
	.hide-m {
		display: none;
	}

	section.stats.campaign-highlights {
		padding: 0px 0px
	}

	.slick-dots {
		bottom: -10px;
	}

	.service-item {
		margin-bottom: 0px;
	}

	.padding-50 {
		margin-top: 50px !important;
	}
	.slick-next:before, .slick-prev:before {
	    display:none;
	}

}


.btn-primary .type {
	background-color: #0ea7d4;
	border-color: #0ea7d4;
	border-radius: 50px;
	padding: 10px 30px;
}

button.btn.btn-primary:hover,
.type:hover {
	background-color: #2e2c75;
	border-color: #2e2c75;
}


.campaign-highlights {
	text-align: center;
	padding: 20px;
	background-color: #ffffff;
}

.highlights-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.highlight-item {
	flex: 1 1 30%;
	max-width: 30%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	height: auto;
	/* Adjust as needed */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-item img {
	width: 150px;
}

.highlight-item:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.highlight-item i {
	font-size: 40px;
	color: #171463;
	margin-bottom: 10px;
}

.highlight-item .number {
	font-size: 24px;
	color: #2e2c75;
	font-weight: bold;
}

.highlight-item .label {
	font-size: 16px;
	color: #555;
}

@media (max-width: 768px) {
	.highlight-item {
		flex: 1 1 45%;
		max-width: 45%;
		height: auto;
		/* Allows for flexible height on mobile */
	}

	.highlight-item .number {
		font-size: 18px;
		color: #2e2c75;
		font-weight: 600;
	}

	.highlight-item img {
		width: 100px;
	}

	.highlight-item .label {
		font-size: 15px;
		color: #555;
		text-align: center;
	}

	.button-5 {
		padding: 5px !important;
		margin-bottom: 50px;
	}

	.multiplier {
		font-weight: 500 !important;
	}

	section.pain-points-section {
		padding: 50px 10px !important;
	}

	h2 {
		font-size: 30px;
		font-weight: 400;
		line-height: 40px;
	}

	.pain-points-section ul {
		margin-top: 20px;
		padding-left: 0px !important;
	}

	.services-section .slick-dots {
		bottom: -20px;
	}

	.services-section .padding-50 {
		margin-top: 50px !important;
	}

	.testimonials-section {
		background-color: #EEF1F6;
		padding: 50px 20px 75px 20px;
	}

	.testimonials-section ul.slick-dots {
		bottom: -20px !important;
	}
}


.highlight-item {
	margin-bottom: 20px;
	/* Space between items */
}

.number-container {
	display: inline-flex;
	align-items: baseline;
	/* Aligns the number and x */
}

.number {
	font-size: 24px;
	/* Adjust as needed */
	font-weight: bold;
}

.multiplier {
	font-size: 24px;
	/* Match the number font size */
	font-weight: bold;
	margin-left: 2px;
	/* Slight spacing between the number and x */
}

.label {
	margin-top: 10px;
	font-size: 14px;
}


section.pain-points-section ul li {
	list-style: none;
	padding-bottom: 15px;
}

.pain-points-section ul {
	margin-top: 30px;
	margin-left:0px;
}
.fa.fa-check-circle-o {
  margin-right: 10px;
}
section.pain-points-section {
	background-color: #EEF1F6;
	padding: 75px;
}

.pain-point img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 15px;
}


.solution-overview-section {
	padding: 75px 0px;
	background-color: #fff;
	text-align: center;
	background-image: url(https://thesuccessstars.com/wp-content/themes/thesuccessstars/landing-page-css/image/back-s.png);
	background-size: cover;
	background-attachment: scroll;
	background-position: top;
}

.benefit-item .fas {
	background-color: #fff;
	padding: 10px;
	border-radius: 50px;
	font-size: 36px;
	height: 60px;
	width: 60px;
	align-items: center;
	text-align: center;
}


.benefit-item {
	background-color: #f1f1f1;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	text-align: left;
	height: 250px;
}

.benefit-item:hover {
	transform: scale(1.05);
}

.benefit-item i {
	font-size: 40px;
	color: #2e2c75;
	margin-bottom: 15px;
}

.benefit-item h4 {
	font-size: 18px;
	color: #171463;
	margin-bottom: 10px;
	font-weight: 500;
}

.benefit-item p {
	font-size: 16px;
	color: #555;
}

.cta-button {
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0ea7d4;
	border: none;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-top: 20px;
}

.bc-color {
	background-color: #fff;
}

.padding-50 {
	margin-top: 30px;
}


.review-content p {
	height: 120px;
	overflow-y: auto;
	margin: 0;
	padding-right: 10px;
	font-size: 14px;
}

.review-meta {
	padding-top: 20px;
}

.review-content p::-webkit-scrollbar {
	width: 6px;
}

.review-content p::-webkit-scrollbar-thumb {
	background-color: #2e2c75;
	border-radius: 10px;
}

.review-content p::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

.review-meta img {
	margin-bottom: 10px;
	width: 110px;
}

.testimonials-section video {
	height: 450px;
    overflow: hidden;
    object-fit: cover;
    border: 10px solid #fff;
    margin-top: 35px;
}


.show {
	display: flex;
}

.item {
	min-height: 300px;
	background-color: #FFF;
	float: left;
	margin: 10px;
	position: relative;
	box-shadow: 5px 0px 10px 2px rgb(0 0 0 / 6%);
	transition: 0.3s;
	padding: 15px 15px 10px 5px;
}

.imgframe {
	display: inline-block;
	position: relative;
	width: 130px;
	height: 50px;
	overflow: hidden;
	border-radius: 5px;
	background: #FFF;
	float: right;
}

.imgframe img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.titlediv {
	min-height: 70px;
	display: block;
	line-height: 1em;
	margin: 1em;
}

.title {
	font-size: 1em;
	font-weight: 900;
	color: #888;
}

.tag {
	bottom: 15px;
	position: absolute;
}

.type {
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
	padding: 8px 16px;
	border-radius: 50px;
	display: inline-block;
	color: #FFF;
	border: 0px solid #fff;
	background-color: #0ea7d4;
	text-transform: uppercase;
}

.item:hover {
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
}

.pd-0 {
	padding: 0px;
}

section.case-study {
	padding: 75px 20px;
	background-image: url(https://thesuccessstars.com/wp-content/themes/thesuccessstars/landing-page-css/image/back-s.png);
	background-size: cover;
	background-attachment: scroll;
	background-position: top;
}

.content p {
	padding: 0px 10px;
	color: #000;
	
}
 
.titlediv p {
	padding: 0;
	margin-top: 10px;
}


/* Popup Modal */
.popup-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	/* Black with opacity */
}

.popup-content {
	background-color: #fefefe;
	margin: 5% auto;
	/* 15% from the top and centered */
	padding: 0px;
	width: 80%;
	/* Could be more or less, depending on screen size */
	max-width: 500px;
	/* Restricts max width for larger screens */
	text-align: center;
	border-radius: 15px;
}

/* Close Button */
.close-btn {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Responsive */
@media screen and (max-width: 768px) {
	.popup-content {
		width: 90%;
		/* Adjust for smaller screens */
	}
	.wpcf7 form p input {
    padding: 10px 10px !important;
  }
}


.slick-prev:before,
.slick-next:before {
	color: #000;
}

.image-gallery {
	padding: 50px;
}

.faq-section {
	padding: 10px 20px 1px 20px;
	background-color: #fff;
	max-width: 800px;
	margin: auto;
}

.contact-form h2 {
	font-size: 24px;
	color: #171463;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 35px;
}

.faq-item {
	margin-bottom: 20px;
}

.faq-item h4 {
	font-size: 16px;
	color: #2e2c75;
	cursor: pointer;
	margin: 0;
	padding: 10px 50px 10px 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	position: relative;
	line-height:24px;
}

.faq-item h4::after {
	content: '+';
	font-size: 20px;
	color: #2e2c75;
	position: absolute;
	right: 20px;
	top: 10px;
}

.faq-item.active h4::after {
	content: '-';
}

.faq-item h4:hover {
	background-color: #e0e0e0;
}

.faq-item p {
	display: none;
	font-size: 14px;
	color: #555;
	padding: 10px;
	margin: 0;
	background-color: #f9f9f9;
	border-left: 3px solid #0ea7d4;
	border-radius: 0 5px 5px 5px;
}

.faq-item.active p {
	display: block;
}

.contact-section.pt-75 {
	padding-top: 75px;
}

@media (max-width: 768px) {
	.faq-section {
		padding: 20px 10px;
	}

	.faq-item h4 {
		font-size: 16px;
	}

	.faq-item p {
		font-size: 14px;
	}

	.pd-20 {
		padding: 50px 20px !important;
	}
}