/* Custom styles */
body {
background-color: #EBE9F2; 
color: #31264B;
}

.slanted-header {
background-color: #31264B;
color: #ffffff;
padding: 90px 70px;
position: relative;
clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
text-align: left;
}

.slanted-header h1 {
margin-left: 70px;
font-size: 2.5rem;
}

.slanted-header p {
font-size: 1rem;
width: 40%; /* Adjust width for better readability */
margin-left: 70px;
}
.btn-dark {
background-color: #31264B;
color: white;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-dark:hover {
background-color: #251d3a; /* Darker shade for hover effect */
}

.steps-section {
padding: 40px 20px;
display: flex;
flex-direction: column;
/* Center horizontally */
align-items: center; 

}

.step {
display: flex;
align-items: center;
margin-bottom: 40px;
}

.step-icon {
width: 160px;
height: 160px;
background-color: #69CCA2; /* Green circle */
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 20px;
flex-shrink: 0;
}

.step-icon i {
font-size: 2.5rem;
color: white; /* Icon color */
}

.step-content {
max-width: 600px;
}

.step-title {
font-size: 1.9rem;
font-weight: bold;
margin-bottom: 10px;
}

.step-description {
font-size: 1.2rem;
color: #5C5C5C;
line-height: 1.6;
}

.step-divider {
display: flex;
margin-bottom: 40px;
margin-left: -580px;
}
.arrow {
display: flex;
margin-bottom: 40px;
margin-right: -1170px;
}

.step-divider i {
font-size: 3rem;
color: #948CB0; /* Arrow color */
}
.trust-pilot-widget-wrapper .trustpilot-widget {
width: 80%; /* Adjust this value to increase the width */
max-width: 1000px; /* Set a maximum width if needed */
margin: auto; /* Center align the widget */
}
.ctc-section {
background-color: #69CCA2;
background-image: url('background-pattern.png'); /* Replace with the actual background image if available */
background-size: cover;
background-repeat: no-repeat;
position: relative;
color: #31264B;
}

.ctc-section h2 {
font-family: 'Cabin', sans-serif;
font-size: 1.8rem;
}

.ctc-section p {
font-family: 'Cabin', sans-serif;
font-size: 1rem;
color: #31264B;
}

.btn-dark {
background-color: #31264B;
color: white;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-dark:hover {
background-color: #251d3a; /* Darker shade for hover effect */
}


@media (max-width: 768px) {
.step {
flex-direction: column;
align-items: center;
text-align: center;

}

.step-icon {
margin: 0 auto 20px auto;
width: 120px;
height: 120px;
}

.step-content {
max-width: 100%;
}

.step-divider {
margin-bottom: 20px;
}
.step-divider {
display: none;
}
.arrow {
display: none;
}
.slanted-header {
padding: 60px 20px;
text-align: center;
clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); /* Adjust clip-path for smaller screens */
}

.slanted-header h1 {
margin-left: 0;
font-size: 1.5rem;
}

.slanted-header p {
font-size: 0.6rem;
width: 80%; 
margin: 0 auto; 
}
.step-title {
font-size: 1.4rem;

}

.step-description {
font-size: 1rem;

}
ul{
font-size: 1rem;

}

}