/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
    position: relative;
    display: block;
    background-color: #000000;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.contact-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
    z-index: -1;
}

.contact-two__inner {
    position: relative;
    display: block;
}

.contact-two__inner .section-title__title {
    color: var(--judges-white);
    font-size: 45px;
}

.contact-two__form {
    position: relative;
    display: block;
}

.contact-two__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--judges-white-rgb), .70);
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.contact-two__input-box .select-box {
    width: 100%;
}

.contact-two__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--judges-white-rgb), .70);
    font-weight: 400;
    border-radius: var(--judges-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}

.contact-two__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid rgba(var(--judges-white-rgb), .70);
    border-right: 2px solid rgba(var(--judges-white-rgb), .70);
    margin-top: 0px;
    z-index: 10;
}

.contact-two__input-box textarea {
    height: 200px;
    width: 100%;
    background-color: rgba(56, 65, 73, 0.70);
    border: none;
    padding: 15px 30px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--judges-white-rgb), .70);
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
}

.contact-two__input-box.text-message-box {
    height: 200px;
}

.contact-two__btn-box {
    position: relative;
    display: block;
}

.contact-two__btn-box .thm-btn {
    border: none;
    background-color: rgba(56, 65, 73, 0.70);
    color: rgba(var(--judges-white-rgb), .70);
}

.contact-two__btn-box .thm-btn:hover {
    border: none;
}

.contact-two__right {
    position: relative;
    display: block;
    margin-top: 160px;
    margin-left: 80px;
    margin-right: 120px;
}

.contact-two__info-box {
    position: relative;
    display: block;
    text-align: left;
    background-color: rgba(56, 65, 73, 0.70);
    padding: 32px 30px 27px;
    border-radius: var(--judges-bdr-radius);
    border-bottom: 5px solid var(--judges-base);
}

.contact-two__info-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    color: var(--judges-white);
    margin-bottom: 24px;
}

.contact-two__info-list {
    position: relative;
    display: block;
}

.contact-two__info-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-two__info-list li+li {
    margin-top: 20px;
}

.contact-two__info-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgba(var(--judges-white-rgb), .30);
    border-radius: 5px;
    top: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-two__info-list li:hover .icon {
    background-color: var(--judges-base);
}

.contact-two__info-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-two__info-list li:hover .icon span {
    color: var(--judges-white);
}

.contact-two__info-list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.contact-two__info-list li .content p {
    color: var(--judges-white);
}

.contact-two__info-list li .content p a {
    color: var(--judges-white);
}

.contact-two__info-list li .content p a:hover {
    color: var(--judges-base);
}


/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.contact-info__single {
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
    background-color: var(--judges-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 40px 40px 52px;
    margin-bottom: 30px;
}

.contact-info__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--judges-white);
    border: 1px solid rgba(var(--judges-base-rgb), 0.35);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.contact-info__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--judges-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
    transform: scaleX(1);
}

.contact-info__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--judges-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-info__icon span:before {
    color: inherit;
}

.contact-info__single:hover .contact-info__icon span {
    transform: scale(0.9);
    color: var(--judges-white);
}


.contact-info__single p {
    margin-top: 20px;
    margin-bottom: 8px;
    color: #666;
}

.contact-info__single h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--judges-black);
    text-transform: none;
    font-family: var(--judges-font);
    margin-bottom: 0;
    padding-bottom: 4px;
}

.contact-info__single h3 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.contact-info__single h3 a:hover {
    color: var(--judges-base);
}

.contact-info__single h3 a[href^="mailto:"] {
    text-transform: lowercase;
}


/*--------------------------------------------------------------
# Location page (light layout — do not use dark contact-page__right styles)
--------------------------------------------------------------*/
.location-section {
    position: relative;
    display: block;
    padding: 70px 0 100px;
    z-index: 1;
    background-color: var(--judges-white);
    overflow: visible;
}

.location-section__map {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    min-height: 320px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.location-section__iframe {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    min-height: 360px;
    border: none;
}

.location-section__panel {
    background-color: rgba(var(--judges-extra-rgb), 0.22);
    border-radius: 16px;
    padding: 36px 32px 40px;
    border: 1px solid rgba(var(--judges-extra-rgb), 0.65);
    display: flex;
    flex-direction: column;
}

.location-section__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--judges-black);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.location-section__lead {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;
}

.location-section__details {
    margin: 28px 0 40px;
    padding: 0;
}

.location-section__row {
    margin-bottom: 20px;
}

.location-section__row:last-of-type {
    margin-bottom: 0;
}

.location-section__details dt {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #555;
    margin-bottom: 6px;
}

.location-section__details dd {
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
    color: #1a1a1a;
}

.location-section__details dd a {
    color: var(--judges-base);
    font-weight: 600;
    text-decoration: none;
}

.location-section__details dd a:hover {
    text-decoration: underline;
}

.location-section__address {
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a1a;
}

.location-section__btn {
    margin-top: auto;
    align-self: flex-start;
    background-color: var(--judges-base) !important;
    border: 1px solid var(--judges-base) !important;
    color: var(--judges-white) !important;
}

.location-section__btn .thm-btn-text {
    color: var(--judges-white) !important;
}

.location-section__btn:hover {
    color: var(--judges-white) !important;
    border-color: var(--judges-base) !important;
}

.location-section__btn:hover .thm-btn-text {
    color: var(--judges-white) !important;
}

.location-section__btn .thm-btn-icon-box {
    background-color: var(--judges-white) !important;
    color: var(--judges-base) !important;
}

.location-section__btn .thm-btn-icon-box i {
    color: var(--judges-base) !important;
}

.location-section__btn:hover .thm-btn-icon-box {
    background-color: rgba(var(--judges-white-rgb), 0.92) !important;
    color: var(--judges-base) !important;
}

.location-section__btn:hover .thm-btn-icon-box i {
    color: var(--judges-base) !important;
}

@media (min-width: 992px) {

    .location-section__map,
    .location-section__panel {
        min-height: 520px;
    }

    .location-section__iframe {
        min-height: 520px;
    }

    .location-section__panel {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .location-section__title {
        font-size: 30px;
    }
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.contact-page__inner {
    position: relative;
    display: block;
    background-color: var(--judges-black);
    border-radius: 20px;
    padding: 60px 0 60px;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 10px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 523px;
    width: 100%;
    border-radius: 20px;
}

.contact-page__right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 40px;
}

.contact-page__form-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1.44px;
    color: var(--judges-white);
    margin-bottom: 26px;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
    height: 57px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--judges-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--judges-gray);
    display: block;
    border-radius: 20px;
}

.contact-page__input-box .select-box {
    width: 100%;
}

.contact-page__input-box .nice-select {
    height: 57px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--judges-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--judges-gray);
    display: block;
    font-weight: 400;
    border-radius: 20px;
    line-height: 57px;
    float: none;
}

.contact-page__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--judges-gray);
    border-right: 2px solid var(--judges-gray);
    margin-top: 0px;
    z-index: 10;
}

.contact-page__input-box .nice-select .option {
    color: var(--judges-white);
}

.contact-page__input-box .nice-select .list {
    background-color: var(--judges-base);
}

.contact-page__input-box .nice-select .option:hover,
.contact-page__input-box .nice-select .option.focus,
.contact-page__input-box .nice-select .option.selected.focus {
    color: var(--judges-white);
}

.contact-page__input-box textarea {
    font-size: 16px;
    color: var(--judges-gray);
    height: 175px;
    width: 100%;
    background-color: #232323;
    border: 1px solid rgba(var(--judges-white-rgb), .10);
    padding: 15px 20px 30px;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    position: relative;
    display: block;
}

.contact-page__input-box.text-message-box {
    height: 175px;
}


.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn-box .thm-btn {
    border: none;
    background-color: var(--judges-white);
    color: var(--judges-black);
}

.contact-page__btn-box .thm-btn .thm-btn-text {
    color: inherit;
}

.contact-page__btn-box .thm-btn:hover {
    border: none;
}

/* Contact page — light section (white bg, theme Flaticon icons, primary CTA) */
.contact-page--light {
    padding: 50px 0 110px;
    background-color: var(--judges-white);
}

.contact-page--light .contact-page__inner {
    background-color: transparent;
    border-radius: 0;
    padding: 20px 0 0;
}

.contact-page--light .contact-page__left {
    margin-left: 0;
    margin-right: 0;
}

.contact-page--light .google-map__one {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.contact-page--light .contact-page__right {
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(0px, 2vw, 24px);
}

@media (max-width: 1199px) {
    .contact-page--light .contact-page__right {
        padding-left: 0;
        margin-top: 36px;
    }
}

.contact-page--light .contact-page__form-title {
    color: var(--judges-black);
    margin-bottom: 16px;
}

.contact-page--light .contact-page__intro {
    font-size: 17px;
    line-height: 1.65;
    color: #444;
    margin-bottom: 40px;
}

.contact-page--light .contact-page__input-box {
    margin-bottom: 22px;
}

.contact-page--light .contact-page__input-box input[type="text"],
.contact-page--light .contact-page__input-box input[type="email"],
.contact-page--light .contact-page__input-box input[type="number"] {
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    color: var(--judges-black);
    padding-left: 52px;
    padding-right: 20px;
    height: 56px;
    border-radius: 12px;
}

.contact-page--light .contact-page__input-box select {
    height: 56px;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    color: var(--judges-black);
    padding-left: 52px;
    padding-right: 36px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    outline: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--judges-black) 50%),
        linear-gradient(135deg, var(--judges-black) 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

/* Nice Select replaces native <select> — match light form fields (not dark .contact-page__input-box .nice-select) */
.contact-page--light .contact-page__input-box .nice-select {
    height: 56px;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    color: var(--judges-black);
    padding-left: 52px;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 54px;
    border-radius: 12px;
    float: none;
}

.contact-page--light .contact-page__input-box .nice-select .current {
    color: var(--judges-black);
}

.contact-page--light .contact-page__input-box .nice-select:after {
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-bottom: 2px solid var(--judges-black);
    border-right: 2px solid var(--judges-black);
}

.contact-page--light .contact-page__input-box .nice-select.open:after {
    border-color: var(--judges-black);
}

.contact-page--light .contact-page__input-box .nice-select .list {
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    color: var(--judges-black);
}

.contact-page--light .contact-page__input-box .nice-select .option {
    color: var(--judges-black);
    line-height: 44px;
    min-height: 44px;
}

.contact-page--light .contact-page__input-box .nice-select .option:hover,
.contact-page--light .contact-page__input-box .nice-select .option.focus,
.contact-page--light .contact-page__input-box .nice-select .option.selected.focus {
    color: var(--judges-base);
    background-color: rgba(var(--judges-base-rgb), 0.08);
}

.contact-page--light .contact-page__input-box .nice-select .option.selected {
    font-weight: 600;
    color: var(--judges-base);
}

.contact-page--light .contact-page__checkbox-label {
    font-size: 15px;
    line-height: 1.55;
    color: #444;
    cursor: pointer;
}

.contact-page--light .contact-page__checkbox-label input[type="checkbox"] {
    margin-top: 4px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: var(--judges-base, #1a2a4a);
}

.contact-page--light .contact-page__input-box input::placeholder,
.contact-page--light .contact-page__input-box textarea::placeholder {
    color: #6c6c6c;
}

.contact-page--light .contact-page__input-box.text-message-box {
    height: auto;
}

.contact-page--light .contact-page__input-box textarea {
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    color: var(--judges-black);
    padding: 16px 20px 20px 52px;
    border-radius: 12px;
    min-height: 170px;
    height: auto;
}

.contact-page--light .contact-page__input-box--icon {
    position: relative;
}

.contact-page--light .contact-page__input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page--light .contact-page__input-icon > span {
    font-size: 20px;
    color: var(--judges-base);
    display: inline-block;
    line-height: 1;
}

.contact-page--light .contact-page__input-box--icon-top .contact-page__input-icon {
    top: 22px;
    transform: none;
}

.contact-page--light .contact-page__btn-box .thm-btn,
.contact-page--light .contact-page__btn-box .contact-page__btn {
    background-color: var(--judges-base) !important;
    border: 1px solid var(--judges-base) !important;
    color: var(--judges-white) !important;
}

.contact-page--light .contact-page__btn-box .thm-btn .thm-btn-text {
    color: var(--judges-white) !important;
}

.contact-page--light .contact-page__btn-box .thm-btn:hover {
    color: var(--judges-white) !important;
    border-color: var(--judges-base) !important;
}

.contact-page--light .contact-page__btn-box .thm-btn:hover .thm-btn-text {
    color: var(--judges-white) !important;
}

.contact-page--light .contact-page__btn-box .thm-btn .thm-btn-icon-box {
    background-color: var(--judges-white) !important;
    color: var(--judges-base) !important;
}

.contact-page--light .contact-page__btn-box .thm-btn .thm-btn-icon-box .icon-right-arrow-1 {
    font-size: 11px;
    line-height: 1;
    display: inline-block;
}

.contact-page--light .contact-page__btn-box .thm-btn .thm-btn-icon-box .icon-right-arrow-1:before {
    color: var(--judges-base);
}

.contact-page--light .contact-page__btn-box .thm-btn:hover .thm-btn-icon-box {
    background-color: rgba(var(--judges-white-rgb), 0.92) !important;
}

.contact-page--light .contact-page__btn-box .thm-btn:hover .thm-btn-icon-box .icon-right-arrow-1:before {
    color: var(--judges-base);
}

.contact-page--light .contact-page__light-footnote {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

/* Homepage / light enquiry card — aligned grid, light fields, primary CTA with white text */
.contact-page--standalone-enquiry {
    padding: 90px 0 100px;
    background-color: rgba(var(--judges-base-rgb), 0.06);
}

.contact-page--standalone-enquiry .chancery-enquiry-panel {
    background-color: var(--judges-white);
    border-radius: 20px;
    padding: 40px 36px 44px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-page--standalone-enquiry .contact-page__input-box {
    margin-bottom: 0;
}

.contact-page--standalone-enquiry .contact-page__input-box input[type="text"],
.contact-page--standalone-enquiry .contact-page__input-box input[type="email"],
.contact-page--standalone-enquiry .contact-page__input-box input[type="number"] {
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    color: var(--judges-black);
    height: 56px;
    border-radius: 12px;
}

.contact-page--standalone-enquiry .contact-page__input-box input::placeholder,
.contact-page--standalone-enquiry .contact-page__input-box textarea::placeholder {
    color: #6c6c6c;
}

.contact-page--standalone-enquiry .contact-page__input-box .nice-select {
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    color: var(--judges-black);
    height: 56px;
    line-height: 54px;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
}

.contact-page--standalone-enquiry .contact-page__input-box .nice-select .current {
    color: var(--judges-black);
}

.contact-page--standalone-enquiry .contact-page__input-box .nice-select:after {
    border-bottom: 2px solid var(--judges-black);
    border-right: 2px solid var(--judges-black);
    top: 50%;
    margin-top: -4px;
}

.contact-page--standalone-enquiry .contact-page__input-box.text-message-box {
    height: auto;
}

.contact-page--standalone-enquiry .contact-page__input-box textarea {
    background-color: #fff;
    border: 1px solid var(--judges-bdr-color);
    color: var(--judges-black);
    border-radius: 12px;
    height: auto;
    min-height: 160px;
}

.contact-page--standalone-enquiry .contact-page__btn-box .thm-btn,
.contact-page--standalone-enquiry .contact-page__btn-box .chancery-enquiry-submit {
    background-color: var(--judges-base);
    border: 1px solid var(--judges-base);
    color: var(--judges-white);
}

.contact-page--standalone-enquiry .contact-page__btn-box .thm-btn .thm-btn-text {
    color: var(--judges-white);
}

.contact-page--standalone-enquiry .contact-page__btn-box .thm-btn:hover {
    color: var(--judges-white);
    border-color: var(--judges-base);
}

.contact-page--standalone-enquiry .contact-page__btn-box .thm-btn:hover .thm-btn-text {
    color: var(--judges-white);
}

.contact-page--standalone-enquiry .chancery-enquiry-footnote {
    font-size: 14px;
    opacity: 0.85;
    color: var(--judges-gray);
}





/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/