@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --main-color: #1D2B4D;
    --secondary-color: #7AB1F9;
    --grey-color: #A5A5A5;
    --orange-color: #db621d;
    --border-radius: 10px;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h3, h4, h5, h6 {
    margin: 0px;
}

p {
    margin: 0px;
    line-height: 32px;
}

/* a {
    color: var(--secondary-color);
} */

img {
    max-width: 100%; 
    max-height: 100%;
    object-fit: contain;
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.extra-margin-bottom {
    margin-bottom: 72px;
}

.ls-backdrop.open {
    display: block;
}

.ls-header {
    display: flex;
    flex-direction: row;
    justify-content: end;
    background-color: #ffffff;
    padding: 18px;
}

.ls-hero {
    padding-top: 48px;
    padding-bottom: 150px;
    background-color: var(--main-color);
    color: #ffffff
}

.ls-hero-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ls-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 36px;
    width: 100%;
}

.ls-hero-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ls-hero-image-wrapper {
    width: 100%;
}

.ls-pre-heading {
    font-size: 16px;
    color: var(--grey-color);
}

.ls-heading-1 {
    font-size: clamp(3rem, 5vw, 3rem);
    font-weight: 600;
}

.ls-heading-2 {
    font-size: 48px;
    font-weight: 600;
}

.ls-secondary-button {
    display: inline-block !important;
    padding-block: 15px;
    padding-inline: 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: var(--secondary-color);
    /* transition: 0.3s; */
    border: none;
    min-width: 300px;
}

.ls-orange-button {
    background: var(--orange-color);
    background: linear-gradient(90deg, rgba(219, 98, 29, 1) 0%, rgba(255, 135, 66, 1) 100%);
    display: inline-block !important;
    padding-block: 15px;
    padding-inline: 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    color: white;
    min-width: 300px;
}

.ls-orange-button:hover {
    background: #bb5418;
}

.ls-secondary-button:hover {
    background-color: #5e88be
}

.ls-contact-button-wrapper {
    display: flex;
    justify-content: center;
}

.ls-text-center {
    text-align: center;
}

.ls-text-bold {
    font-weight: 700;
}

.ls-text-semibold {
    font-weight: 600;
}

.ls-text-input-label {
    font-weight: 600;
}

.ls-text-input {
    padding: 24px;
    background-color: white;
    border: solid 3px #d6d6d6;
    border-radius: 0px;
    width: 100%;
}

/* .ls-text-input {
    padding: 24px;
    background-color: rgb(250, 250, 250);
    border: solid 3px #d6d6d6;
    border-radius: 0px;
    width: 100%;
} */

.ls-text-input:focus {
    outline: none;
}

.ls-services-section {
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: rgb(245, 245, 245);
}

.ls-service {
    flex: 1 1 0;
}

.ls-services-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ls-service-image {
    width: 100%;
}

.ls-service-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    color: #ffffff;
    background-color: var(--main-color);
    height: 350px;
}

.ls-services-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
    border-collapse: collapse;
}

.ls-testimonials-section {
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: var(--main-color);
}

.ls-testimonials-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    color: #ffffff;
}

.ls-testimonials-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 116px;
    column-gap: 36px;
}

.ls-testimonial {
    position: relative;
}

.ls-testimonial-content {
    padding: 24px;
    padding-top: 96px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--main-color);
    background-color: #ffffff;
    text-align: center;
}

.ls-testimonial-image-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0%;
    right: 50%;
    transform: translate(50%, -50%);
    /* background: linear-gradient(180deg, var(--main-color) 50%, #ffffff 50%); */
}

.ls-testimonial-image {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: #ffffff 4px solid;
}

.ls-testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: #FFB000;
    font-size: 24px;
}

.ls-questions-section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: rgb(245, 245, 245);
}

.ls-questions-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ls-about-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--main-color);
}

.ls-about-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    color: #ffffff;
}

.ls-about-image {
    object-fit: cover;
    border-radius: 100%;
    border: #ffffff 4px solid;
}

.ls-about-image-wrapper {
    display: flex;
    justify-content: center;
}


.ls-text-justify {
    text-align: justify;
}


.ls-contact-section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: rgb(245, 245, 245);
}

.ls-contact-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ls-contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ls-optional {
    color: var(--grey-color);
    font-weight: 400;
}

.ls-footer {
    background-color: var(--main-color);
    color: white;
    padding-top: 125px;
    padding-bottom: 125px;
}

.ls-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 64px;
}

.ls-footer-links-wrapper {
    display: flex;
    gap: 36px;
    flex-direction: column;
}

.ls-footer-heading {
    color: var(--secondary-color);
}

.ls-footer-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fs-footer-link {
    color: white;
    text-decoration: none;
}

.fs-footer-link:hover {
    text-decoration: underline;
}

.fs-footer-contact-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    position: relative;
}

.fs-footer-contact-icon-wrapper {
    background-color: white;
    padding: 12px;
    border-radius: 100px;
}

.ls-footer-link {
    color: white;
    text-decoration: none;
}

.stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}

.ls-rounded {
    border-radius: 10px !important;
    overflow: hidden;
}

.ls-center-items {
    display: flex;
    justify-content: center;
}

.ls-footer-copyright-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 12px;
    color: rgb(145, 145, 145);
}

.ls-hero-contact-button-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.ls-trust-service {
    display: flex;
    gap: 16px;
}

.ls-trust-services-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px !important;
}

.ls-trust-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    row-gap: 36px;
}

.ls-trust-text {
    width: 100%;
}

.ls-callback-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ls-hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    flex-direction: column;
}