.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body {
scroll-behavior: smooth;
font-family: "Inter", sans-serif;
font-size: 16px;
font-weight: 400;
margin: 0;
padding: 0;
color: #262d36;
background: #fff;
}       
a {
text-decoration: none;
cursor: pointer !important;
transition: all 1s;
}
img {
display: block;
object-fit: cover;
pointer-events: none;
width: 100%;
height: auto;
}
p {
line-height: 160%;
}
header {
display: flex;
box-sizing: border-box;
padding: 10px 30px;
max-width: 1920px;
margin: 0 auto;
justify-content: space-between;
align-items: center;
}
header img {
width: 180px;
height: auto;
border-radius: 0;
}
header nav ul {
display: flex;
list-style: none;
align-items: center;
}
header nav li {
margin: 0 0 0 20px;
}
header nav li a {
font-size: 14px;
color: #262d36;
}
header nav li a:hover {
color: #ef4343;
}
h1, h2, h3, h4, h5 {
font-weight: 700;
}
h1 {
font-size: 48px;
margin: 0 0 30px;
}
h2 {
font-size: 36px;
margin: 0 0 30px;
}
h3, h4 {
font-size: 24px;
margin: 0 0 30px;
}
#main-logo img {
width: 160px;
height: auto;
}
#hero {
padding: 100px 0;
background: #C75B82;
background: linear-gradient(131deg,rgba(199, 91, 130, 1) 0%, rgba(254, 191, 56, 1) 100%);
}
#hero-cont {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
max-width: 1400px;
margin: 0 auto;
color: #fff;
font-size: 20px;
}
#hero-content {
width: 50%;
}
#hero-cont img {
width: 45%;
border-radius: 20px;
}
#hero-cont p {
margin: 0 0 30px;
}
.button, .consult-button a {
display: inline-block;
padding: 15px 30px;
background: #fff;
color: #3c83f6;
font-size: 14px;
border-radius: 10px;
margin: 0 10px 0 0;
}
.consult-button a {
padding: 10px 20px;
}
.consult-button a {
background: #c75b82 !important;
color: #fff !important;
}
.consult-button a:hover {
background: #913159 !important;
color: #fff !important;
}
#hero-cont a {
background: #1b2629 !important;
}
#hero-cont a:hover {
background: #000 !important;
}
.orange {
background: #c75b82 !important;
color: #fff !important;
}
.blue-button {
background: #3c83f6 !important;
color: #fff !important;
}
#intro {
padding: 80px;
box-sizing: border-box;
background: #f3f4f6;
}
#intro-container {
display: flex;
justify-content: space-between;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.circle, .square-icon {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-around;
width: 60px;
height: 60px;
border-radius: 50%;
margin: 0 auto 30px;
background: #febf38 !important;
}
.circle img, .square-icon img {
width: 30px;
margin: auto;
}
.green {
background: #10b77f;
}
.blue {
background: #3c83f6;
}
.orange-circ {
background: #ef4343;
}
.intro-content {
width: 20%;
text-align: center;
}
.intro-content span { 
font-weight: 700;
}
.text-intro {
text-align: center;
}
#services {
padding: 80px;
box-sizing: border-box;
}
#services-cont {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
#services-content {
display: flex;
justify-content: space-between;
padding: 50px 0 0;
}
.service-item {
width: 47%;
box-sizing: border-box;
border-radius: 10px;
padding: 40px;
border: 1px solid #e7e5e4;
}
.service-item .square-icon {
background: #c75b82 !important;
}
.service-item a.button {
background: #febf38 !important;
}
.service-item a.button:hover {
background: #dd9922 !important;
}
.service-item h4 {
color: #3c83f6;
}
.square-icon {
border-radius: 10px;
margin: 0 0 30px;
}
.service-item ul {
margin: 0 0 30px;
padding: 0;
}
.service-item li {
list-style: none;
padding: 10px 30px;
background-image: url(//limmolservices.com/wp-content/uploads/2025/07/icon-check.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 20px;
}
#about {
padding: 80px;
box-sizing: border-box;
background: #f3f4f6;
}
#about-cont {
display: flex;
justify-content: space-between;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
#about img {
width: 45%;
border-radius: 20px;
}
#about-content {
width: 50%;
}
#about-content img {
width: 30px;
height: auto;
border-radius: 0;
}
#about-content .about-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
}
#about-content .about-item div {
width: 90%;
}
#about-content .about-item:first-of-type {
padding: 20px 0 10px;
}
#about-content .about-item:last-of-type {
padding: 10px 0 40px;
}
#about-content .about-item div p {
margin: 0;
}
#about-content .button {
background: #c75b82 !important;
}
#about-content .button:hover {
background: #913159 !important;
}
#testimonials {
padding: 80px;
box-sizing: border-box;
}
#testimonials-cont {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
#testimonial-container {
display: flex;
justify-content: space-between;
padding: 40px 0 0;
}
.testimonial {
width: 32%;
box-sizing: border-box;
padding: 30px;
background: #f3f4f6;
border-radius: 10px;
border: 1px solid #e7e5e4;
}
.testimonial img {
width: 120px;
}
.testimonial .circle {
text-align: center;
color: #fff;
font-weight: 700;
margin: 0 20px 0 0;
background: #c75b82 !important;
}
.testimonial-sig {
display: flex;
align-items: center;
}
.testimonial-sig strong, .testimonial-sig p {
display: block;
clear: both;
}
#contact {
padding: 80px;
box-sizing: border-box;
background: #f3f4f6;
}
#contact-cont {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
#contact-container {
display: flex;
justify-content: space-between;
padding: 50px 0 0;
}
.contact-content {
width: 47%;
box-sizing: border-box;
background: #fff;
border-radius: 10px;
border: 1px solid #e7e5e4;
padding: 40px;
}
.contact-item {
display: flex;
padding: 0 0 30px 0;
}
.contact-item .square-icon {
margin: 0 20px 0 0 !important;
}
.contact-item p {
margin: 0;
}
footer {
padding: 50px 80px;
box-sizing: border-box;
background: #1b2629;
}
#footer-cont {
width: 90%;
max-width: 1200px;
margin: 0 auto;
color: #d1d5db;
text-align: center;
}
#social-cont {
display: flex;
align-items: center;
justify-content: space-between;
}
#social-cont img {
width: auto;
height: 24px;
margin: 0 0 0 20px;
}
#share {
text-align: center;
width: 100%;
border-top: 1px solid #e7e5e4;
padding: 30px;
margin: 30px auto 0;
box-sizing: border-box;
}
#share img {
width: 60%;
max-width: 200px;
margin: 0 auto;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], select, textarea {
border: 1px solid #e7e5e4;
border-radius: 5px;
box-sizing: border-box;
padding: 10px;
display: block;
width: 100%;
margin: 10px auto 0;
font-family: "Inter", sans-serif;
}
input[type="date"] {
display: inline-block;
width: auto;
}
textarea {
height: 100px;
}
.wpcf7-response-output {
border: 0 !important;
padding: 0 !important;
margin: 30px 0 0 !important;
}
.m-modal .m-modal-content a.m-by, #m-subject {
display: none !important;
}
@media (max-width: 1024px) {
h1 {
font-size: 36px;
}
#hero-cont {
font-size: 16px;
}
#intro, #services, #about, #testimonials, #contact {
padding: 80px 30px;
}
#about img {
display: none;
}
#about-content, #about-content .about-item div {
width: 100%;
text-align: center;
}
}
@media (max-width: 800px) {
.hidden, #hero-cont img {
display: none;
}
#hero {
padding: 60px 30px;
}
#hero-cont {
flex-direction: column;
}
#hero-content {
width: 100%;
}
#intro-container {
flex-wrap: wrap;
}
#intro {
padding: 50px 10px 20px;
}
.intro-content {
width: 47%;
padding: 0 0 30px;
}
#services, #about, #testimonials, #contact {
padding: 50px 10px;
}
#services-content {
flex-direction: column;
padding: 20px 0 0;
}
.service-item {
width: 100%;
padding: 30px;
margin: 0 auto 30px;
}
#testimonial-container {
flex-direction: column;
padding: 30px 0 0;
}
.testimonial {
width: 100%;
margin: 0 auto 30px;
}
#contact-container {
flex-direction: column;
padding: 20px 0 0;
}
.contact-content {
width: 100%;
padding: 30px;
margin: 0 auto 30px;
}
footer {
padding: 30px;
}
}