/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Select placeholder styling */
.custom-contact-form select:invalid,
.wpcf7 select:invalid {
    color: #757575 !important;
}

.custom-contact-form select option[value=""],
.wpcf7 select option[value=""] {
    color: #7c7c7c !important;
}

.custom-contact-form select option:not([value=""]),
.wpcf7 select option:not([value=""]) {
    color: #333333 !important;
}

/* Required select fields */
.custom-contact-form select:required:invalid,
.wpcf7 select:required:invalid {
    color: #757575 !important;
}

/* Focus state for select */
.custom-contact-form select:focus,
.wpcf7 select:focus {
    color: #333333 !important;
}
.custom-contact-form label {
    color: #6A1B4D!important
}







/* Contact Form 7 CSS - Fixed Version */
.custom-contact-form,
.wpcf7 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}


.custom-contact-form label,
.wpcf7 label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #6A1B4D!important;
    line-height: 1.4 !important;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="url"],
.custom-contact-form input[type="number"],
.custom-contact-form input[type="date"],
.custom-contact-form select,
.custom-contact-form textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    /* Your existing styles here, e.g.: */
    width: 100%;
   
    border: 2px solid #6A1B4D;
    border-radius: 10px !important;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-contact-form textarea,
.wpcf7 textarea {
    border-radius: 24px !important;
    resize: vertical !important;
    min-height: 120px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    line-height: 1.5 !important;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #6A1B4D !important;
    box-shadow: 0 0 0 3px rgba(106, 27, 77, 0.1) !important;
}

.custom-contact-form input:hover,
.custom-contact-form textarea:hover,
.wpcf7 input:hover,
.wpcf7 textarea:hover {
    border-color: #6A1B4D !important;
}

.custom-contact-form .form-help {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

/* Submit button styles */
.custom-contact-form input[type="submit"],
.wpcf7 input[type="submit"] {
    background: #6A1B4D !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 120px !important;
    padding: 16px 24px !important;
    box-shadow: 0 2px 4px rgba(106, 27, 77, 0.2) !important;
    display: block !important;
    margin: 32px auto 0 auto !important;
}

.custom-contact-form input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
    background: white !important;
    color: #6A1B4D !important;
    border: 2px solid #6A1B4D !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(106, 27, 77, 0.3) !important;
}

.custom-contact-form input[type="submit"]:active,
.wpcf7 input[type="submit"]:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 4px rgba(106, 27, 77, 0.2) !important;
}

/* Remove CF7 default styles */
.custom-contact-form .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form-control-wrap {
    position: relative !important;
    display: block !important;
}

.custom-contact-form .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-not-valid-tip {
    position: absolute !important;
    top: 100% !important;
    left: 20px !important;
    margin-top: 4px !important;
    font-size: 13px !important;
    color: #ef4444 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.custom-contact-form .wpcf7-not-valid,
.wpcf7 .wpcf7-not-valid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}

.custom-contact-form .wpcf7-validation-errors,
.custom-contact-form .wpcf7-acceptance-missing,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    color: #dc2626 !important;
    font-size: 14px !important;
    margin-bottom: 16px !important;
}

.custom-contact-form .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-mail-sent-ok {
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    color: #16a34a !important;
    font-size: 14px !important;
    margin-bottom: 16px !important;
}

.custom-contact-form .wpcf7-spinner,
.wpcf7 .wpcf7-spinner {
    display: inline-block !important;
    margin-left: 10px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #ffffff !important;
    border-top: 2px solid transparent !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-row-two {
        gap: 0px !important;
    }
    
    .custom-contact-form,
    .wpcf7 {
        padding: 0;
    }
    
    .custom-contact-form .form-group,
    .wpcf7 p {
        margin-bottom: 20px !important;
    }
    
    .custom-contact-form input,
    .custom-contact-form textarea,
    .wpcf7 input,
    .wpcf7 textarea {
        padding: 14px 18px !important;
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
    
    .custom-contact-form label,
    .wpcf7 label {
        font-size: 15px !important;
    }
    
    .custom-contact-form input[type="submit"],
    .wpcf7 input[type="submit"] {
        width: 100% !important;
        padding: 16px 24px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .form-row-two {
        gap: 0px !important;
    }
    
    .custom-contact-form input,
    .custom-contact-form textarea,
    .wpcf7 input,
    .wpcf7 textarea {
        padding: 12px 16px !important;
    }
    
    .custom-contact-form textarea,
    .wpcf7 textarea {
        min-height: 100px !important;
    }
    
    .custom-contact-form input[type="submit"],
    .wpcf7 input[type="submit"] {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
}

/* Accessibility improvements */
.custom-contact-form input:focus-visible,
.custom-contact-form textarea:focus-visible,
.custom-contact-form input[type="submit"]:focus-visible,
.wpcf7 input:focus-visible,
.wpcf7 textarea:focus-visible,
.wpcf7 input[type="submit"]:focus-visible {
    outline: 2px solid #6A1B4D !important;
    outline-offset: 2px !important;
}

/* Animation for form loading */
.custom-contact-form,
.wpcf7 {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}












.blog-wrapper.blog-single.page-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.blog-single h1 {
    font-size: 30px !important;
}
.social-shares {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 1000;
    overflow: hidden;
/*    border-radius: 20px;  Optional: Round corners */
}

.social-shares a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FFC1DA; /* Default color */
    color: #6A1B4D !important;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    border: 1px solid #6A1B4D; /* Creates the separation effect */
}
.header-main {
    box-shadow: 0px 15px 15px -15px #111;
}



/* Hover Effect */
.social-shares a:hover {
    background-color: #ffffff;
}


 .client-testimonial-section ol.flickity-page-dots {
    bottom: -70px !important;
}
 .client-testimonial-section .slider .flickity-prev-next-button{
opacity: .7;
}
 .client-testimonial-section .star-rating span:before {
	color: #ffffff;
}

.sec-fina .col .col-inner{
	border-radius:10px;
}
#logo img {
    max-height: 70px!important;
}
.stuck #logo img {
    max-height: 60px !important;
}
.secure-sec .col .col-inner .icon-box {
    background: #fff;
/*     display: flex;
    align-items: center; */
    box-shadow: 0 6px 16px rgba(52,105,203,.16);
    border-radius: 10px;
	padding:30px;
}
.secure-sec .col:nth-child(1) .col-inner .icon-box {
    border-left: 2px solid #FF90BB;
}
.secure-sec .col:nth-child(2) .col-inner .icon-box {
    border-left: 2px solid #8ACCD5;
}
.secure-sec .col:nth-child(3) .col-inner .icon-box {
    border-left: 2px solid #8ACCD5;
}
.secure-sec .col:nth-child(4) .col-inner .icon-box {
    border-left: 2px solid #FF90BB;
}

.secure-sec .col .col-inner .icon-box p {
    font-size: 14px !important;
}
.life-icon-box .icon-box-img {
    margin-bottom: 0 !important;
}
.hero-tab-sec .row .row {
	width:100% !important;
}
.hero-tab-sec .row .row > .col {
    background: #ff90bb96;
    border-radius: 15px;
}
.hero-tab-sec .row .row .col .col-inner{
	padding:15px;	
}
.row.car-form {
    background: #fff;
    border-radius: 15px;
    padding: 15px !important;
}
.row.car-form .col{
background: transparent !important;
    padding: 0;
    margin: 0;
    height: 70px;
}
.row.car-form .col input {
    border: none;
    box-shadow: none;
}
.car-form [type="submit"] {
    width: 100%;
}
.sub-id, .row.car-form .col input{
	margin:0 !important;
}
.sub-id {
    padding: 5px 20px !important;
    border-radius: 9px !important;
    text-transform: capitalize !important;
}
.sub-id, .row.car-form .col input {
    margin: 0 !important;
    min-height: 4.5em;
}
.row.car-form .col span.wpcf7-spinner {
    display: none;
}
.hero-icon-box .icon-box-img {
    height: 50px !important;
    background: #3457a0;
    border-radius: 10px;
    padding: 7px;
    width: 50px !important;
}
.hero-icon-box a {
    min-height: 1px !important;
    line-height: 1;
}
.hero-tab-sec li.tab{
	margin:0 50px;
}
.hero-tab-sec li.tab a span {
    padding-top: 20px;
}
.hero-tab-sec li.tab a:before {
    content: '';
    width: 30px;
    height: 30px;
	z-index:1;
	background-repeat: no-repeat;
	opacity:1!important;
}
.who-we-are .icon-box-img img {
    width: 120px;
    object-fit: contain;
    height: 120px;
    max-width: 100%;
}
.hero-tab-sec li.tab:nth-child(1) a:before {
    background-image: url(/wp-content/uploads/2025/06/Trading-Pink.svg);
}
.hero-tab-sec li.tab:nth-child(2) a:before {
    background-image: url(/wp-content/uploads/2025/06/mutual-pink.svg);    
}
.hero-tab-sec li.tab:nth-child(3) a:before {
    background-image: url(/wp-content/uploads/2025/06/health-pink.svg);    
}
.hero-tab-sec li.tab:nth-child(4) a:before {
    background-image: url(/wp-content/uploads/2023/10/life.svg);    
}
.hero-tab-sec li.tab:nth-child(5) a:before {
    background-image: url(/wp-content/uploads/2023/10/travel.svg);    
}
.hero-tab-sec li.tab a{
	display: flex;
    flex-direction: column;
}
.hero-tab-sec li.active:nth-child(1) a:before {
	 background-image: url(/wp-content/uploads/2025/06/Trading-Pink-2.svg) !important;
}
.hero-tab-sec li.active:nth-child(2) a:before {
     background-image: url(/wp-content/uploads/2025/06/mutual-pink-2.svg);       
}
.hero-tab-sec li.active:nth-child(3) a:before {
   background-image: url(/wp-content/uploads/2025/06/health-pink-2.svg);  
}
.hero-tab-sec li.active:nth-child(4) a:before {
    background-image: url(/wp-content/uploads/2023/10/hero-life.svg);    
}
.hero-tab-sec li.active:nth-child(5) a:before {
    background-image: url(/wp-content/uploads/2023/10/hero-travel.svg);    
}
.hero-tab-sec li.active a:after{
	background:#fff !important;
}
.hero-tab-sec li.tab a:after {
    content: '';
    background: #F8F8E1;
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    border-radius: 100%;
}










h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 ,.spline-sans, li, .li, a, .a {
    font-family: 'Spline Sans', sans-serif !important;
	opacity:1 !important;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 , .h1, .h2, .h3, .h4, .h5, .h6{
    margin-bottom: 15px !important;
}
.col{
	padding-bottom:0 !important;
}
.section{
	padding:0 !important;
}
header#header div#top-bar {
    background-color: transparent !important;
    border-bottom: 1px solid #e5e7eb;
}
header#header div#top-bar li, header#header div#top-bar p, header#header div#top-bar a {
    color: #67746d;
}
header#header div#top-bar .flex-col {
/*     padding: 10px; */
    display: flex;
    align-items: center;
}
header#header div#top-bar .flex-col:not(.flex-col.hide-for-medium.flex-right), header#header div#top-bar li p:first-child, li.html.header-social-icons a {
    border-right: 1px solid #e5e7eb;
}
li.html.header-social-icons a:first-child{
    border-left: 1px solid #e5e7eb;	
}
li.html.header-social-icons a {
    padding: 14px 10px;
    margin: 0 !important;
    font-size: 15px !important;
}
header#header div#top-bar .flex-col.hide-for-medium.flex-right ul li{
	margin:0 !important;
}
header#header div#top-bar .flex-col.hide-for-medium.flex-center {
  display:none;
}
header#header div#top-bar .flex-row.container {
    align-items: normal;
}
header#header div#top-bar li p{
    display: inline-flex;
    align-items: center;
	font-size:14px !important;
	padding:10px;
}
li.html.custom.html_topbar_right p{
    display: inline-flex;
    align-items: center;
	justify-content: center;
}
header#header div#top-bar li p svg{
	color:#3457a0;
}
li.html.header-button-1 a.button.primary {
    padding: 5px 35px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
li.html.header-button-1 a:after {
    content: '\f061';
    font-family: 'FontAwesome';
}
header#header div#top-bar .flex-col.hide-for-medium.flex-center ul {
    justify-content: flex-start;
}
div#masthead .flex-col.hide-for-medium.flex-right {
    width: 25% !important;
}
div#masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    width: 50% !important;
}
li.header-search, li.header-block {
    margin: 0 !important;
    width: auto !important;
    padding: 10px;
}
li.header-divider {
    height: 50px !important;
}
.icon-inner svg {
    padding-top: 0 !important;
}
.header-icon-box{
	align-items:center;
}
.header-icon-box .icon-box-img svg path:nth-child(2) {
    fill: #FF90BB;
}
ul.header-nav li a{
	color:#000;
}
ul.header-nav li.active a, ul.header-nav li:hover a{
	color:#6A1B4D;
}
/* .header-icon-box .icon-box-img svg > path {
    fill: #F8F8E1;
} */
.main-title {
    line-height: 1;
}
.main-btn {
    padding: 10px 35px;
    font-size: 16px !important;
    font-weight: 600;
	margin-bottom:0 !important;
}
.z-10{
	z-index:10;
}
.gear-2 {
    animation: rotate-2 80s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}
.about-shape:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #3457a0;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 7.5px);
    top: -7.5px;
}
.about-shape {
    border: 2px dashed #004C3F;
    border-radius: 50%;
    top: 63px;
    position: absolute;
    left: 185px;
	width:385px;
	height:385px;
}
.client-box {
    background-color: #FFC1DA;
    padding: 25px 30px;
    border-radius: 10px;
    width: 250px;
    position: absolute;
    right: 360px;
    top: 248px;
    z-index: 10;
}
.client-box p{
	color:#fff;
	line-height:1.3;
}
.safe-icon .icon-box-img {
    background: #FFC1DA;
    padding: 10px 15px;
    border-radius: 5px;
}
.safe-icon {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}
.safe-icon .icon-box-img svg path {
    fill: #6A1B4D;
}
.slider-img .row{
	opacity:1 !important;
	max-width:33.33% !important;
}
.slider-img .row img {
/*     padding: 10px; */
    width: auto !important;
    height: auto !important;
}
.project-sec-icon .icon-box-img {
    background: rgb(2 136 53);
    border-radius: 100%;
    width: 80px !important;
    height: 80px !important;
    padding: 15px;
}
.project-sec-icon .icon-box-img  svg path{
	fill:#fff !important;
}
.project-sec-icon {
    align-items: center;
}
.mb-0{
	margin-bottom:0 !important;
}
.infuse-sec .right-border .col-inner{
	border-right:5px solid #FFC1DA;
}
/* .faq-sec {
    margin-top: -380px;
} */
.faq-sec .row .col:last-child .col-inner {
    background: #FFC1DA;
    border-radius: 10px;
/*     margin-left: -50px; */
}
.contact-sec .col .col-inner {
    border: 1px solid  #FF90BB;
    border-radius: 10px;
    padding: 30px !important;
}

.faq-sec-area .accordion-item a {
    border: 1px solid #F8F8E1;
    border-radius: 10px;
    padding: 15px 40px;
}
.faq-sec-area .accordion-item:not(:last-child)  {
    margin-bottom:15px;
}

@media (max-width:549px){
	.infuse-sec .col:nth-child(2) .col-inner {
    border-right: 0 !important;
}

h1, .h1 {
	font-size: 35px !important;
}
h2, .h2 {
	font-size: 28px !important;
}
h3, .h3 {
	font-size: 25px !important;
}
h4, .h4 {
	font-size: 20px !important;
}
h5, .h5 {
	font-size: 18px !important;
}
h6, .h6 {
	font-size: 15px !important;
}
p, .p, ul li, a{
	font-size:15px !important;		
}
	
.main-title {
    font-size: 45px !important;
}
	.hero-tab-sec li.tab {
    margin: 0 15px !important;
}
}


@media (min-width:550px) and (max-width:849px){
h1, .h1 {
	font-size: 40px!important;
}
h2, .h2 {
	font-size: 30px !important;
}
h3, .h3 {
	font-size: 25px !important;
}
h4, .h4 {
	font-size: 20px !important;
}
h5, .h5 {
	font-size: 20px !important;
}
h6, .h6 {
	font-size: 17px !important;
}
p, .p, ul li, a{
	font-size:16px !important;		
}
	.main-title {
    font-size: 55px !important;
    line-height: 1;
}
	
}

@media (max-width:849px){
body .full-width .ubermenu-nav, body .container, body .row,body .row.row-collapse, body .row.row-large, body .row.row-small {
max-width: 100%;
margin:0 auto !important;
}
		.self-col-center {
    text-align: center;
}
}


@media (min-width:850px){
header#header ul.header-nav.header-nav-main.nav.nav-left {
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    justify-content: center;
}
}


@media (min-width:1020px){
header#header ul.header-nav.header-nav-main.nav.nav-left>li{
	    margin: 0 15px;
	}
}


@media (min-width:850px) and (max-width:1600px){
body .full-width .ubermenu-nav, body .container, body .row,body .row.row-collapse, body .row.row-large, body .row.row-small {
max-width: 90%
}
.row:not(.row-main) .row.row-collapse, .row-collapse>.col .container, .row:not(.row-main) .row, .row:not(.row-main) .row.row-large, body .row:not(.row-main) .row.row-collapse, body .row:not(.row-main) .row.row-large, body .row:not(.row-main) .row.row-small, body .row-full-width {
max-width: 100%;
margin: auto;
}
.margin-l10>.col:nth-child(1)>.col-inner {
    padding-left: calc(10% + 15px) !important;
}
.margin-r10>.col:nth-child(2)>.col-inner {
    padding-right: calc(10% + 15px) !important;
}
		h1, .h1 {
	font-size: 50px!important;
}
h2, .h2 {
	font-size: 35px !important;
}
h3, .h3 {
	font-size: 30px !important;
}
h4, .h4 {
	font-size: 25px !important;
}
h5, .h5 {
	font-size: 20px !important;
}
h6, .h6 {
	font-size: 17px !important;
}
p, .p, ul li, a{
	font-size:16px !important;		
}
.small-text {
    font-size: 14px !important;
}
	.main-title {
    font-size: 85px !important;
}
}
@media (min-width:1601px) {
body .full-width .ubermenu-nav, body .container, body .row,body .row.row-collapse, body .row.row-large, body .row.row-small {
max-width: 80%;
}
.row:not(.row-main) .row.row-collapse, .row-collapse>.col .container, .row:not(.row-main) .row, .row .row.row-large, body .row:not(.row-main) .row.row-collapse, body .row .row.row-large, body .row .row.row-small, body .row-full-width {
max-width: 100%;
margin: auto;
}
.margin-l10>.col:nth-child(1)>.col-inner {
    padding-left: calc(20% + 15px) !important;
}
.margin-r10>.col:nth-child(2)>.col-inner {
    padding-right: calc(20% + 15px) !important;
}	
	.main-title {
    font-size: 95px !important;
}
h1, .h1 {
	font-size: 55px !important;
}
h2, .h2 {
	font-size: 40px !important;
}
h3, .h3 {
	font-size: 35px !important;
}
h4, .h4 {
	font-size: 30px !important;
}
h5, .h5 {
	font-size: 20px !important;
}
h6, .h6 {
	font-size: 17px !important;
}
p, .p, ul li, a{
	font-size:18px !important;		
}
	
}
.loading-spin.dark.large.centered {
    display: none!important;
}

.hero-text{
	color:#F8F8E1 !important;
}

.accordion-title{
	color: white;
}

.sec-fina .col-inner {
    border: 2px dashed #FF90BB;
}

#wpcf7-f190-p25-o1 .sub-id button{
	background-color:#FF90BB;
}

.roundbox img{
	border-radius: 30px !important;
}

.boxxx1{
	background-image: url("/wp-content/uploads/2025/06/Homemaker.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
}
.boxxx2{
	background-image: url("/wp-content/uploads/2025/06/Working-image.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
}
.boxxx3{
	background-image: url("/wp-content/uploads/2025/06/single-mom.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
}
.boxxx4{
	background-image: url("/wp-content/uploads/2025/06/women-business-hero.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.boxxx1::before,
.boxxx2::before,
.boxxx3::before,
.boxxx4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ff90bb5e; 
  z-index: 1;
}

.boxxx1 .col-inner,
.boxxx2 .col-inner,
.boxxx3 .col-inner,
.boxxx4 .col-inner {
  position: relative;
  z-index: 2;
}
