﻿body {
    background: #fff !important;
    color: #000 !important
}
/*Images+Text Section*/
div.locationlinks p, div.locationlinks p.loctitle {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #3B5998;
    
}

div.locationlinks p {
    font-size: 1rem;
    font-weight: 500
}

div.locationlinks div.uk-overlay-panel {
    background: rgba(0,0,0,0.5)
}

div.locationlinks a.uk-button {
    background: #FF7032;
    background-image: linear-gradient(#FF7032,#FF7032);
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.2rem 1rem;
    border: 0 none !important
}

    div.locationlinks a.uk-button:hover {
        background: #FF7032;
        color: #fff;
        text-decoration: none
    }


  /*Header text changes*/

@media only all and (min-width:75rem) {
}

@media only all and (min-width:60rem) and (max-width:74.938rem) {
}

@media only all and (min-width:48rem) and (max-width:59.938rem) {
    .subtitle {
        width: 80%
    }
}

@media only all and (min-width:30.062rem) and (max-width:47.938rem) {
    .subtitle {
        width: 100%
    }

    h1 {
        font-size: 2.8rem !important;
        line-height: 2rem;
        color: #ff7032 !important;
        margin: 0 0 0 0!important;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    ._white:after {
        display: none
    }
}

@media only all and (max-width:30rem) {
    .subtitle {
        width: 100%
    }

    .title {
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    a.bookbtn {
        font-size: 0.9rem
    }

    h1 {
        font-size: 2.8rem !important;
        line-height: 2rem;
        color: #3B5998 !important;
        margin: 0 0 0 0 !important;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #ff7032 !important;
    }
}
/*apply to all*/
.subtitle {
        width: 100%
    }

    .title {
        font-size: 2.2rem;
        line-height: 2.6rem
    }

    a.bookbtn {
        font-size: 0.9rem
    }

h1 {
    font-size: 2.8rem !important;
    line-height: 2rem;
    color: #3B5998 !important;
    margin: 0 0 0 0 !important;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ff7032 !important;
}
.title:after {
    content: '';
    position: absolute;
    width: 10%;
    left: 45%;
    bottom: -15px;
    border-bottom: 0px solid #000
}

/*CONTACT FORM SECTION*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;

}

.cf-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 40px auto;
    background: #3B5998;
    display: flex;
    justify-content: space-between;
    padding: 60px;
    box-sizing: border-box;
    gap: 40px;

    
}

/* LEFT SIDE */
.cf-left {
    max-width: 50%;
    color: #ffffff;
}

.cf-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight:600;
}

.cf-text {
    font-size: 20px;
    margin: 25px 0;
    color: #ffffff;
    font-weight: 600 !important;
}

.cf-label {
    color: #ff7032;
    font-weight: bold;
    margin-right: 10px;
}

/* RIGHT SIDE FORM */
.cf-form-box {
    background: #ff7032;
    padding: 30px;
    width: 380px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}

.cf-input,
.cf-textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 5px;
}

.cf-textarea {
    height: 120px;
    resize: none;
}

.cf-button {
    width: 100%!important;
    padding: 14px;
    background: #3B5998;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    margin-top:10px;
}

    .cf-button:hover {
        background: #2d4373;
    }

/* ✅ MOBILE FIX */
@media (max-width: 768px) {
    .cf-wrapper {
        flex-direction: column;
        padding: 30px 20px;
    }

    .cf-left {
        max-width: 100%;
    }

    .cf-title {
        font-size: 28px;
    }

    .cf-form-box {
        width: 100%;
    }
}
/*END CONTACT FORM STYLES*/


/*contact us / phone number section*/
.cta-wrapper {
    background: #ffffff; /* white edges */
    /* padding: 0 20px;controls the white “overhang” */
    max-width: 1199.95px;
    margin: auto;
}

.cta-bar {
    background: #2D419A; /* blue bar old colour #3A5B9C*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px; /*was 18+30*/
}

/* Left text */
.cta-call {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

/* Right button */
.cta-button {
    background: #f07c3e;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 18px;
    font-weight: 600;
    border-radius: 2px;
    font-size:20px;
}
    .cta-button:hover {
        opacity: 0.9;
    }

@media (max-width: 600px) {
    .cta-bar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
       
    }
}
/*END CONTACT US*/

/*HEADER IMAGE TEST*/
.lp-header {
    display: block;
    margin: 0 auto;
}

a {
    color: #FF7032
}

    a:hover {
        color: #4c66a4;
        text-decoration: underline
    }

    /*TABLE CELLS STYLE CHANGES*/
.x-divider-table {
    width: 300px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.x-divider-cell {
    padding: 0 !important;
    margin: 0 !important;
    height: 3px !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.x-divider-line {
    height: 3px;
    background-color: #2c3b85;
    display: block;
}

div.locationlinks2 p, div.locationlinks2 p.loctitle2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #3B5998;
    text-align: center;
}
.paragraph-center {
    font-family: 'Montserrat',sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #3B5998 !important;
    text-align: center !important;
    padding-top:10px;
}

.transparency {
    background: #e6e7eb;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:50px;
    margin-top:20px;
    max-width:350px;
}
.transparency2 {
    background: #e6e7eb;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;
    margin-top: 20px;
    max-width: 350px;
}
.strong-text {
    font-weight: 800;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 16px!important;
    font-weight: 600 !important;
    color: #000 !important;
    padding-top: 10px;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.cf-wrapper,
.cf-left,
.cf-form-box {
    overflow: hidden!important;
}

/* Target the Elfsight widget container */
.elfsight-app-79486e4c-00a1-4223-87ab-c681276ac4ef {
    max-width: 1200px !important;
    width: 100% !important; /* Ensure it scales with parent */
    box-sizing: border-box !important;
    margin: 0 auto;
}

    /* Force child elements inside to fit within container */
.elfsight-app-79486e4c-00a1-4223-87ab-c681276ac4ef * {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.elfsight-widget-wrapper {
    max-width: 1200px;
    max-width: 100%;
    overflow-x: hidden;
}

/*Set margin between images/text areas in mobile view*/
@media (max-width: 767px) {
    #wk-gridd3c > div {
        margin-bottom: 20px;
    }
}