/* CONTAINER SETTINGS */
:root {
    --color-primary: #443056;
    --color-secondary: #E99894;
    --color-accent: #E99894;
    --color-text-primary: #666666;
    --color-text-secondary: #333333;
    --color-text-tertiary: #444444;
    --color-white: #ffffff;
    --color-black: #000000;
    --line-height: 1.1em;
}



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

.page-id-7 .info-section {
    padding: 40px 0px;
}

.page-id-7 h3.elementor-icon-box-title {
    margin: 0;
    line-height: 24px;
}

/************
 LOGO SECTION
*************/
.site-header {
    padding-block-end: 0px !important;
    padding-block-start: 0px !important;
}
img.custom-logo {
    width: 300px !important;
}

/****************
   CONTACT FORM 
*****************/
.my-form * {
    font-family: "Montserrat", Sans-serif;
}

.cf7-custom-form {
    width: 100%;
}

.cf7-custom-form .cf7-row {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.cf7-custom-form .cf7-field {
    width: 50%;
}

.cf7-custom-form .cf7-full-field {
    width: 100%;
    margin-bottom: 18px;
}

.cf7-custom-form label1 {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #262626;
}

.cf7-custom-form input,
.cf7-custom-form select,
.cf7-custom-form textarea {
    width: 100%;
    border: 1px solid #c8ccd1;
    background: #f5f5f5;
    color: #4c5966;
    outline: none;
    transition: 0.3s ease;
}

.cf7-custom-form input,
.cf7-custom-form select {
    height: 37px;
    padding: 0 12px;
}

.cf7-custom-form textarea {
    height: 85px;
    padding: 11px 12px;
    resize: none;
}

.cf7-custom-form input:focus,
.cf7-custom-form select:focus,
.cf7-custom-form textarea:focus {
    border-color: #815e59;
    background: #ffffff;
}

.cf7-custom-form .cf7-submit {
    width: 100%;
}

.cf7-custom-form input[type="submit"] {
    width: 100%;
    padding: 0;
    border: none;
    background: #815e59;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
    padding: unset !important;
}

.cf7-custom-form input[type="submit"]:hover {
    background: #6e4e49;
}

/* Contact Form 7 validation */
.cf7-custom-form .wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 5px;
}

.cf7-custom-form .wpcf7-response-output {
    margin: 15px 0 0;
}

@media (max-width: 767px) {
    .cf7-custom-form .cf7-row {
        flex-direction: column;
        gap: 18px;
    }

    .cf7-custom-form .cf7-field {
        width: 100%;
    }
}

/******************
 * FONT STYLE*
******************/

@media (max-width: 400px) {
    img.custom-logo {
        width: 240px !important;
        height: auto;
    }
}

/* Desktop */
h1 {
    font-size: 40px !important;
    line-height: 1.2 !important;
}

h2 {
    font-size: 32px !important;
    line-height: 1.3 !important;
}

h3 {
    font-size: 24px !important;
    line-height: 1.4 !important;
}

/* Tablet */
@media (max-width: 1024px) {
    h1 {
        font-size: 34px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 22px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 20px !important;
    }
}