/* HOMEPAGE */
#homepage-banner{
	padding-top: 100px !important;
}

/*Banner*/ 
/* Text Color Overrides */
#homepage-banner.vc_row,
#homepage-banner h1,
#homepage-banner p {
    color: #ffffff !important;
}
/* Button Styling */
#homepage-banner .vc_btn3-style-modern.vc_btn3-color-grey {
    background: #FF3B30 !important;
    color: #FFFFFF !important;
    border: 2px solid #FF3B30 !important;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 15px 40px !important;
}

/* Hover State */
#homepage-banner .vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background: transparent !important;
    color: #FF3B30 !important;
}

/* Text Hierarchy Adjustments */
#homepage-banner-text h1 {
    font-size: 56px !important;
    line-height: 1.1 !important;
    margin-bottom: 25px !important;
    font-weight: 700 !important;
}

#homepage-banner-text p {
    font-size: 20px !important;
    line-height: 1.6 !important;
    margin-bottom: 35px !important;
    max-width: 580px !important;
}

/* Image Column Alignment */
#hompage-banner-image .vc_column-inner {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
}

/* Mobile Overrides */
@media (max-width: 768px) {
	#homepage-banner-text h1 {
		font-size: 36px !important;
	}

	#homepage-banner-text p {
		font-size: 16px !important;
	}

	#homepage-banner .vc_btn3-style-modern {
		padding: 12px 25px !important;
		font-size: 16px !important;
	}
}

/*Problem/Solution Section*/

#problem-solution-wrapper{
	padding-bottom: 0;
}

#solution-wrapper p{
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: black;
	font-weight: 200;
}

#solution-paragraph-wrapper{
	color: black;
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	display:flex;
}

.solution-text{
	max-width: 400px;
  margin-left: 50px;
	margin-top: 1em;
}

@media screen and (min-width: 1025px){
	
	.solution-text{
		margin-top: 2em;
	}
	.solution-text:last-child{
		margin-top: 3em;
	}
}

/*Benifits Section*/
#benifits-row-wrapper{
	background-size: 100% 75% !important;
}


#benifits-row{
	margin-top: 150px;
	margin-bottom: 250px;
}

@media screen and (max-width: 820px){
	#benifits-row{
		margin-bottom: -50px;
		margin-top:0;
		background-color: #70bad7;
	}
}

@media screen and (max-width: 500px) {

	#benifits-row-wrapper {
		padding-bottom: 0;
		background-color: #70bad7;
		height: auto;
		padding-bottom: 0;

	}

	#benifits-row{
		margin-top: 0 !important;
		margin-bottom: 0;
	}
}

#benifits-title-wrapper{
    color: white !important;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

@media only screen and (max-width: 768px){
	#benifits-title-wrapper{
		text-align: center;
	}
}

#benifits-title-wrapper .wpb_text_column {
    margin-bottom: none;
}

#benifits-title-wrapper p{
    text-transform: uppercase;
}


#benifits-title-wrapper h3{
    font-size: 40px;
	color: white;
	margin-top: -10px;
}

.benifits-container {
	width: 100%;
	max-width: 800px;
}

.benifits-container .box {
	display: flex;
	align-items: center;
	background: white;
	padding: 30px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.benifits-container .box .icon {
    height: 80px;
    width: 80px;
    border-radius: 10px;
	background: rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.icon img {
	width: 40px;
	height: 40px;
}

.benifits-container h3 {
	margin: 0;
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: 400;
	color: black !important;
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.benifits-container .text p {
	margin: 5px 0 0;
	color: #666;
}

.features-container{
	color: #D1D5DB;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*Testimonials*/
#testimonials-wrapper{
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

#testimonials-wrapper h1{
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 35px;
    color: black;
    font-weight: bold;
    margin-bottom: 2em;
}

#testimonials-wrapper h4{
    font-size: 12px;
    color: black;
    font-weight: 200;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

#home-logos-wrapper .wpb_gallery_slides
{
	text-align: center;
}

#home-logos-wrapper ul{
	width: 890px;
	display: inline-block;
	margin-left: 50px
}

#home-logos-wrapper img{
    height: 100px;
    width: auto;
}

#home-logos-wrapper li{
	margin-right: 3em;
}

#home-logos-wrapper li:last-child{
	margin-right: 0;
	top: 0 !important;
	left: 725px !important
}

@media screen and (max-width: 821px) {

	#home-logos-wrapper li {
		margin-right: 0;
		position: relative !important;
		left: 0 !important;
	}

	#home-logos-wrapper li:last-child {
		left: 0 !important;
	}

	#home-logos-wrapper img {
		height: 85px;
	}
}

@media screen and (max-width: 480px) {

	#home-logos-wrapper ul {
		margin-left: 13%;
	}

	#home-logos-wrapper img {
		height: 41px;
	}
}

@media screen and (max-width: 361px) {

	#home-logos-wrapper ul {
		margin-left: 8%;
	}
}

#testimobials-wrapper .carousel-wrapper{
	width: auto;
}

#testimonials-wrapper .swiper-slide{
	border: 1px solid white;
}


#testimonials-wrapper .single-item-wrapper{
	background-color: #71BAD7;
	color: black;
	width: 700px;
padding: 2.5em;
	border-radius: 10px
}


#testimonials-wrapper .item-content-wrapper{
	background-color: #71BAD7;
	color: black;
}

#testimonials-wrapper .single-item-wrapper .tss-meta-info profile-img-wrapper {

	text-align: center;
}

#testimonials-wrapper .single-item-wrapper .tss-meta-info img {

	height: 70px;
	border-radius: 50%;
	display: inline-block;
}

#testimonials-wrapper .single-item-wrapper .tss-meta-info h3{
    color: black;
	font-weight: bold;
		font-size: 20px;
}

#testimonials-wrapper .single-item-wrapper .tss-meta-info .author-bio{
    color: #696969;
}

.tss-wrapper .single-item-wrapper .rating-wrapper span.dashicons{
    color: #70AF69
}

#testimonials-wrapper .single-item-wrapper .item-content{
    color: black;
    font-weight: 400;
    `
}

/*Features Section*/


@media screen and (max-width: 768px){
	
		#features-wrapper{
		padding-bottom: 0;
	}
	
	#features-wrapper .wpb_column{
		margin-bottom: 0 !important;
	}
	
	#features-wrapper .features-container:nth-child(1){
		margin-top: -2em; 
	}
}

.features-heading h1 {
	color: white;
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 50px;
	margin-bottom: 25px;
}

.features-heading h1:after{
	display: none !important;
}

.features-heading .subtitle{
	font-size: 17px !important;
	color: lightgrey;
}

#features-list-wrapper .features-image img{
	width: auto;
}

.market-section .market-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 20px;
}

.market-section .market-box:not(:last-child) {
	border-bottom: 1px solid #374151;
}

@media screen and (max-width: 420px){
	
	.market-box{
		text-align: center;
	}
	
	.market-section .text{
		margin-top: -1em;	
		margin-bottom:2em
	}
	
	.market-section .text h3{
		padding-bottom: 1em;
	}
	
	.market-section .icon{
		display: block;
    width: 100%;
    margin-bottom: 1em;
	}
	
	.market-section .icon img{
		height: 100px !important;
	}
}

.market-section .icon img {
	width: auto;
	height: 60px;
	margin-bottom: 25px;
}

.market-section .text h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: white;
	font-weight: lighter;
}

.market-section .text p {
	margin: 5px 0 0;
	color: #9CA3AF;
}

#features-image{
	margin-top: -120px;
}

/*Faq Section*/

.faq-title h4.header-first {
	font-size: 18px !important;
	color: #666;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 200;
	color: black;
}

.faq-title h1.header {

	margin: 0 0 50px 0 !important;

	color: black;
	font-size: 50px;
	margin-bottom: 2em !important;
}


.vc_toggle_title h4 {
	text-transform: none;
}


.vc_toggle_title h4 {
	font-weight: 700 !important;
	font-size: 20px !important;
	color: #222 !important;
}


#faq-wrapper {
	padding: 60px 20px;

}

.vc_toggle {
	margin-bottom: 2rem !important;
	padding: 15px 0;

}


.vc_toggle_icon {
	right: -5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 50%;
}

.vc_toggle_icon::before {
	content: "+";
	position: relative;
	top: -1px;
}


.vc_toggle_content p {
	font-size: 16px !important;
	line-height: 1.7 !important;
	color: #444 !important;
}


#faq-wrapper .inner {
	max-width: 760px;
	margin: 0 auto;
}


.vc_toggle {
	border-bottom: 2px solid #ececec !important;
	padding-bottom: 25px !important;
}


.special-heading-align-center {
	text-align: center !important;
}

/*Footer CTA Section */

#footer-cta-wrapper{
	min-height: 500px;
}

.footer-cta-heading h1{
	color: black;
	font-weight: bold;
	font-size: 50px; 
	text-align: left;
}

.footer-cta-heading p{
	text-align: left;
}

.footer-cta-button a{
	border: 3px solid white !important;
	background-color: transparent !important;
	border-radius: 20px !important;
	color: white !important;
	position: relative !important;
	top: 150px !important;
	left: 50px !important;
	
}

.footer-cta-button a:hover{
	background: none #da4c40 !important;
	border-color: #da4c40 !important; 
	
}


@media screen and (max-width: 1025px){
	
	#footer-cta-wrapper{
		background-image: url('https://startsocialcaribbean.com/wp-content/uploads/2025/03/Homepage-sales-section-background.png?id=2690') !important;
		
		text-align: center;
		height: 300px;
		min-height: 200px;
	}
	
	.footer-cta-heading h1{
		text-align: center;
	}
	
	.footer-cta-heading p{
		text-align: center;
	}
	
	.footer-cta-button a{
		
		border-width: 0;
		background-color: #ff3b2f !important;
		border-radius: 20px !important;
		color: white !important;
		position: relative !important;
	top: 0 !important;
	left: 0 !important;

	}
	
}


/* Home Contact Section*/
#home-contact-subtitle {
	color: black;
	margin-bottom: -1em;
	font-family: "Open Sans", Open Sans, Helvetica, Arial, sans-serif !important;
}

#home-contact-title {
	color: black;
	font-family: "Open Sans", Open Sans, Helvetica, Arial, sans-serif !important;
	font-weight: 700;
}

#home-contact-availability {
	color: grey;
	font-family: "Open Sans", Open Sans, Helvetica, Arial, sans-serif;
}

#home-contact-wrapper .vntd-icon-box {
	color: black;
}

#home-contact-wrapper .vntd-icon-box {
	margin-left: -1.3em; 
}

#home-contact-wrapper .vntd-icon-box i{
	color: black;
}

#home-contact-wrapper .vntd-icon-box .icon-box-content p{
	margin-top: 0 !important;
	font-size: 15px;
	font-family: "Open Sans", Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: black;
}

@media screen and (max-width: 421px){
	
	#home-contact-title {
		text-align: center;
	}
	
	#home-contact-subtitle{
		text-align: center;
	}
	
	#home-contact-availability {
		text-align: center;
	}
	
}

/*Homepage Contact Form*/
/* Main Container */
#homepage-contact-form {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
}

/* Input Line Style */
#homepage-contact-form .input-line,
#homepage-contact-form .select-line,
#homepage-contact-form .textarea-line {
	width: 100%;
	border: none;
	border-bottom: 2px solid black;
	padding: 12px 0;
	background: transparent;
	transition: border-color 0.3s ease;
}

/* Select Dropdown - WordPress-safe arrow */
#homepage-contact-form .select-line {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #2d3748 50%),
		linear-gradient(135deg, #2d3748 50%, transparent 50%);
	background-position: right 15px center,
		right 10px center;
	background-repeat: no-repeat;
	background-size: 5px 5px,
		5px 5px;
	padding-right: 35px;
}

/* Textarea */
#homepage-contact-form .textarea-line {
	min-height: 100px;
	resize: none;
	height: 180px;
}

/* Focus States */
#homepage-contact-form .input-line:focus,
#homepage-contact-form .select-line:focus,
#homepage-contact-form .textarea-line:focus {
	outline: none;
	border-bottom-color: #4299e1;
}

/* Submit Button */
#homepage-contact-form .button-line {
	    background: #ff3b2f;
    color: white;
    border-radius: 20px;
    border: 2px solid #ff3b2f;
    padding: 12px 40px;
    font-weight: 600;
    text-transform: uppercase;
	width: 100%;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

#homepage-contact-form .button-line:hover {
	background: #2d3748;
	color: white;
	border-color: #2d3748;
}

/* Layout Structure */
#homepage-contact-form .hc-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

#homepage-contact-form label {
	display: block;
	font-weight: 500;
	color: black !important;
	margin-bottom: 8px;
}

#homepage-contact-form .hc-form-agreement {
	margin: 30px 0;
	font-size: 0.9em;
}

#homepage-contact-form .hc-form-submit {
	margin-top: 40px;
}

/* Checkbox Styling */
#homepage-contact-form .checkbox-line {
	margin-right: 8px;
	accent-color: #4299e1;
}

/* Icon Positioning */
#homepage-contact-form .hc-input-wrapper {
  position: relative;
}

#homepage-contact-form .icon {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: black;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

/* Input Padding Adjustments */
#homepage-contact-form .input-line,
#homepage-contact-form .select-line,
#homepage-contact-form .textarea-line {
  padding-left: 30px !important;
}

#homepage-contact-form .textarea-line {
  padding-left: 30px !important;
  padding-top: 12px;
}

#homepage-contact-form input::placeholder{
	color:black;
	font-weight: 400;
}

#homepage-contact-form textarea::placeholder{
	color: black;
	font-weight: 400;
}

/* Select Dropdown Icon */
#homepage-contact-form .select-line {
	background-image: none;
	padding-right: 25px;
	height: 50px;
	color: black;
}


#homepage-contact-form .select-wrapper::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #a0aec0;
	font-weight: 900;
	pointer-events: none;
}

/* Focus States with Icon Color Change */
#homepage-contact-form .input-line:focus ~ .icon,
#homepage-contact-form .select-line:focus ~ .icon,
#homepage-contact-form .textarea-line:focus ~ .icon {
	color: #4299e1;
}

/* Submit Button Icon */
#homepage-contact-form .button-line .fa-arrow-right {
	margin-left: 10px;
	transition: transform 0.3s ease;
}

#homepage-contact-form .button-line:hover .fa-arrow-right {
	transform: translateX(5px);
}

/* Checkbox Icon Alignment */
#homepage-contact-form .checkbox-line {
  vertical-align: middle;
  margin-right: 8px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #4ab3dc;
    bottom: 5em;
    color: white;
    border-color: #4ab3dc;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    margin: 0 !important;
    width: auto;
    height: 62px;
    max-width: 600px;
    padding: 15px 40px 15px 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
	#homepage-contact-form .hc-form-row {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	#homepage-contact-form {
		padding: 20px;
		margin-top: -50px;
		margin-bottom: -50px;
	}
}
/* ./HOMEPAGE*/