* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Fonts Start */
@font-face {
    font-family: Elikora;
    src: url(../fonts/Elikora.ttf);
}

@font-face {
    font-family: Sharp-Grotesk-Book-20;
    src: url(../fonts/Sharp\ Grotesk\ Book\ 20\ Regular.ttf);
}

/* Fonts End */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Elikora, sans-serif;
}

/* Banner Start */
.banner {
    height: 50vh;
}

.banner .banner-content {
    align-items: center;
}

.banner .banner-content h1 {
    font-size: calc(4.5rem + 0.5vw);
    margin-top: 4rem;
}

.banner .banner-content .line {
    width: 90px;
    height: 8px;
    background-color: #f2c663;
    border-radius: 10px;
    margin-top: 1rem;
}

.banner-subtitle {
    font-size: 23px !important;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    /* change color if needed */
    text-align: center;
    opacity: 0.9;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .banner .banner-content h1 {
        font-size: calc(3.2rem + 0.5vw);
    }

    .banner .banner-content .line {
        width: 85px;
        height: 7px;
        margin-top: 0.8rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .banner .banner-content h1 {
        font-size: calc(2.8rem + 0.5vw);
        margin-top: 3.8rem;
    }

    .banner .banner-content .line {
        width: 80px;
        height: 7px;
        margin-top: 0.7rem;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        height: auto;
    }

    .banner .banner-content h1 {
        font-size: calc(2rem + 0.5vw);
        margin-top: -8rem;
    }

    .banner .banner-content .line {
        width: 55px;
        height: 5px;
        margin-top: 0.5rem;
    }

    .banner-subtitle {
        display: none;
    }
}

/* Banner End */

/* Contact Cards Row Start */
.contact-cards-row {
    padding: 6rem 7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-cards-row .contact-card {
    width: 30%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2c663;
    box-shadow: #f2c663 0px 13px 27px -5px, #f2c663 0px 8px 16px -8px;
}

.contact-cards-row .contact-card img {
    width: 40%;
}

.contact-cards-row .contact-card span {
    display: block;
    font-size: calc(1rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    font-weight: 600;
    color: #000;
    margin-top: 1.7rem;
}

.contact-cards-row .contact-card .desc {
    margin-top: 0.6rem;
}

.contact-cards-row .contact-card a {
    font-size: calc(0.52rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    text-align: center;
    font-weight: 500;
    display: block;
    text-decoration: none;
}
.contact-cards-row .contact-card a:hover {
    text-decoration: underline;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .contact-cards-row {
        padding: 5.5rem 7%;
    }

    .contact-cards-row .contact-card {
        padding: 2.8rem;
        box-shadow: #f2c663 0px 10px 23px -5px, #f2c663 0px 8px 14px -8px;
    }

    .contact-cards-row .contact-card span {
        font-size: calc(0.9rem + 0.5vw);
        margin-top: 1.6rem;
    }

    .contact-cards-row .contact-card .desc {
        margin-top: 0.6rem;
    }

    .contact-cards-row .contact-card a {
        font-size: calc(0.49rem + 0.5vw);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .contact-cards-row {
        padding: 5rem 7%;
    }

    .contact-cards-row .contact-card {
        padding: 2.5rem;
        box-shadow: #f2c663 0px 10px 23px -5px, #f2c663 0px 8px 14px -8px;
    }

    .contact-cards-row .contact-card span {
        font-size: calc(0.8rem + 0.5vw);
        margin-top: 1.5rem;
    }

    .contact-cards-row .contact-card .desc {
        margin-top: 0.5rem;
    }

    .contact-cards-row .contact-card a {
        font-size: calc(0.42rem + 0.5vw);
    }
}

@media screen and (max-width: 768px) {
    .contact-cards-row {
        padding: 2rem 1rem;
    }

    .contact-cards-row .contact-card {
        width: 100%;
        padding: 1.5rem 1rem 0.5rem 1rem;
        margin-bottom: 1.2rem;
    }

    .contact-cards-row .contact-card img {
        width: 25%;
    }

    .contact-cards-row .contact-card span {
        font-size: calc(1.1rem + 0.5vw);
        margin-top: 1.3rem;
    }

    .contact-cards-row .contact-card .desc {
        margin-top: 0.5rem;
    }

    .contact-cards-row .contact-card a {
        font-size: calc(0.68rem + 0.5vw);
    }

    .contact-cards-row .contact-card a br {
        display: none;
    }
}

/* Contact Cards Row End */

/* Main container */
.contact-career-section {
    display: flex;
    justify-content: space-between;
    padding: 60px 80px;
    margin-left: 40px;
}

.italic-text {
    font-style: italic;
}

/* Column widths */
.contact-box,
.career-box {
    width: 45%;
}

/* Headings use ELIKORA font */
h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Elikora !important;
}

/* DESIGN QUOTES / COMMAS */
.design-quote {
    position: relative;
    padding: 25px 0;
    font-family: Sharp-Grotesk-Book-20 !important;
    font-size: 16px;
    line-height: 28px;
}

/* Opening decorative quote */
.design-quote::before {
    content: "“";
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 42px;
    font-family: "Playfair Display", serif;
}

/* Closing decorative quote */
.design-quote::after {
    content: "”";
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 42px;
    font-family: "Playfair Display", serif;
}

/* Paragraphs overall use SHARP GROTESK */
.contact-box p,
.career-box p,
.apply-text {
    font-family: Sharp-Grotesk-Book-20 !important;
    font-size: 18px;
    line-height: 28px;
}
.apply-text a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.apply-text a:hover {
    text-decoration: underline;
}

/* Form styling */
form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

label {
    font-family: Sharp-Grotesk-Book-20 !important;
    font-weight: 600;
    margin-top: 15px;
    font-size: 20px;
}

input,
textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    padding: 8px 0;
    background: transparent;
    font-family: Sharp-Grotesk-Book-20 !important;
    font-size: 14px;
}

textarea {
    height: 60px;
    resize: none;
}

/* Submit button */
.submit-btn {
    margin-top: 30px;
    background: #e6b65c;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-family: Sharp-Grotesk-Book-20 !important;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
    .contact-career-section {
        flex-direction: column;
        padding: 40px 20px;
        margin-left: 0;
    }

    .contact-box,
    .career-box {
        width: 100%;
        margin-bottom: 40px;
    }
}

/* Contact Form End */

/* Map Start */
.map {
    width: 100%;
    height: 60vh;
    margin-bottom: 4rem;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .map {
        margin-bottom: 3.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .map {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .map {
        height: 40vh;
        margin-bottom: 1rem;
    }
}

/* Map End */
