* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}

:root {
--background-color: #f8f9fa;
--section-bg-color: #f5f3ef;
--btn-bg-color: #5b5b5b;
--primary-color: #4c6d59;
--text-color: #212529;
}

html {
font-size: 16px;
}
.g-recaptcha {
padding-bottom: 20px;
}
body {
color: var(--text-color);
font-family: "Jost", sans-serif;
background-color: #f5f3ef;
}
a {
text-decoration: none !important;
}

h1,
h2,
h3,
h6 {
font-weight: 500;
font-family: "Cormorant Garamond", serif;
}

.container {
width: 70%;
margin: 0 auto;
}

.enquiry-info {
background-image: url("../images/cta-image.webp");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* popup form */
.form-section {
margin: 60px auto;
padding: 20px;
border-radius: 12px;
background: #fff;
box-shadow: 0 10px 25px rgba(0,0,0,.05);
text-align: center;
}

.form-section h5 {
margin-bottom: 20px;
font-size: 20px;
}

.form-section p {
font-size: 14px;
color: #666;
margin-bottom: 14px;
}

.form-section input {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
}

.form-section button {
width: 100%;
padding: 10px;
background: #111;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
}

/* form-section */
.form-section {
padding: 60px 16px;
background: #fafafa;
}

.enquiry-wrap {
max-width: 1000px;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}

.enquiry-info {
color: #fff;
padding: 24px;
border-radius: 12px;
}

.enquiry-info h5 {
margin-bottom: 8px;
font-size: 26px;
text-shadow: 4px 2px 5px #333;
}

.enquiry-info p {
font-size: 14px;
opacity: 0.9;
margin-bottom: 12px;
}

.enquiry-info ul {
list-style: none;
padding: 0;
margin: 0;
}

.enquiry-info li {
margin-bottom: 10px;
text-shadow: 4px 2px 5px #333;
font-size: 24px;
}

.enquiry-info a {
color: #fff;
text-decoration: underline;
}

.enquiry-form {
background: #fff;
padding: 24px;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.enquiry-form input,
.enquiry-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
}

.enquiry-form label {
font-size: 12px;
display: block;
margin: 6px 0 4px;
}

.enquiry-form button {
width: 100%;
padding: 12px;
background: #111;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
.enquiry-wrap {
grid-template-columns: 1fr;
}
}

/* end */

.btn {
background: var(--btn-bg-color);
color: white;
padding: 0.625rem 1.25rem;
border-radius: 10px;
font-weight: bolder;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 0.625rem;
flex-wrap: wrap;
}

.cta-buttons {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 0.625rem;
flex-wrap: wrap;
padding-top: 2.188rem;
}

header {
background: var(--background-color);
padding: 15px 0px;
}
header .container {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
gap: 0.625rem;
flex-wrap: wrap;
}

.hero {
width: 100%;
}
.hero img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}

.about {
background: var(--section-bg-color);
padding: 4rem 0rem;
}
@media (max-width: 768px) {
.about {
padding: 0;
padding-top: 2.5rem;
}
}
.about .container {
text-align: center;
}
.about .container h1 {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}
.about .container h2 {
font-size: clamp(1.625rem, 2.5vw, 2rem);
margin: 0.625rem 0rem 0.5rem;
color: var(--primary-color);
}
.about .container .klio-link {
color: var(--primary-color);
}
.about .container .aboutSlider {
padding: 2.188rem 0rem;
}
.about .container .aboutSlider .sliderImg {
height: clamp(9.375rem, 30vw, 15.625rem);
width: 100%;
}
.about .container .aboutSlider .sliderImg img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}

.experience {
background: var(--section-bg-color);
padding-bottom: 0rem;
}

.experience h3 {
text-align: center;
padding-bottom: 1.25rem;
font-size: clamp(1.625rem, 2.5vw, 2rem);
color: var(--primary-color);
}
.experience .row {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 1.25rem;
flex-wrap: wrap;
row-gap: 2.25rem;
flex-wrap: wrap;
}
.experience .row .col {
position: relative;
width: 30%;
height: 15.625rem;
overflow: hidden;
border-radius: 1rem;
}
@media (max-width: 991px) {
.experience .row .col {
width: 45%;
}
}
@media (max-width: 768px) {
.experience .row .col {
width: 100%;
}
}
.experience .row .col .imgBox {
height: 100%;
width: 100%;
}
.experience .row .col .imgBox img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.experience .row .col .expe-text {
background: var(--primary-color);
position: absolute;
bottom: 0px;
width: 100%;
padding: 0.625rem 0rem;
text-align: center;
color: white;
}

.mobile-cta-buttons {
display: none;
}
@media (max-width: 768px) {
.mobile-cta-buttons {
position: fixed;
display: block;
bottom: 0rem;
z-index: 999;
width: 100%;
padding: 1rem 0rem;
background: var(--section-bg-color);
}
.mobile-cta-buttons .container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 0.625rem;
flex-wrap: wrap;
}
}

footer {
background: var(--primary-color);
color: white;
padding: 5rem 0rem;
}
footer .row {
display: flex;
justify-content: space-between;
align-items: start;
flex-direction: row;
gap: 0.625rem;
flex-wrap: wrap;
row-gap: 2.5rem;
padding-bottom: 1.875rem;
}
footer .row .logo {
width: 11.25rem;
}
@media (max-width: 567px) {
footer .row .logo {
height: 5rem;
width: auto;
}
}
footer .row .col {
width: 30%;
}
@media (max-width: 991px) {
footer .row .col {
width: 100%;
}
}
footer .row .col h6 {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
margin-bottom: 1rem;
}
footer .row .col iframe {
width: 100%;
}
footer .row .col .contact-info {
display: flex;
justify-content: center;
align-items: start;
flex-direction: column;
gap: 1rem;
flex-wrap: wrap;
}
footer .row .col .contact-info a {
color: white;
font-weight: 500;
}
footer .row .col .contact-info .social-icon {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 1rem;
flex-wrap: wrap;
font-size: 1.5rem;
}
footer .copyright {
border-top: 0.031rem solid var(--background-color);
padding-top: 1rem;
text-align: center;
color: #e3e3e3;
font-weight: 600;
}
footer .copyright a {
color: #fff;
}

@media (max-width: 768px) {
.container {
width: 85%;
}
.form-section {
padding: 20px 16px;
}
.experience h3 {
padding-top: 38px;
}
.enquiry-info h5 {
font-size: 24px;
}
.enquiry-info li {
font-size: 22px;
}
footer .row .col h6 {
font-size: clamp(1.5rem, 2.5vw, 1.5rem);
}
.cta-buttons {
display: none;
}
.logo {
height: 2.5rem;
}
}
@media (max-width: 567px) {
.container {
width: 90%;
}
.btn {
padding: 0.375rem 0.625rem;
font-size: 0.75rem;
}
}/*# sourceMappingURL=style.css.map */