﻿
.profile-header {
    background: #A8DDF0;
    padding: 20px 20px;
    text-align: center;
}

    .profile-header h1 {
        margin: 0;
        color: #fff;
        font-size: 58px;
        font-weight: 800;
        line-height: 1.2;
        font-family: inherit;
    }
/* ==========================================
   CONTACT PAGE
   ========================================== */

.register-login-section {
    padding: 30px 0 70px;
    background: #fff;
}

#register-container {
    max-width: 1280px;
}


/* Heading */

.contact-headline {
    margin-bottom: 28px;
}

    .contact-headline h3 {
        margin: 0;
        color: #150a51;
        font-size: 34px;
        line-height: 1.2;
        font-weight: 700;
    }


/* ==========================================
   LEFT
   ========================================== */

.contact-details {
    width: 100%;
    /*max-width: 430px;*/
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 14px;
    padding: 18px 20px 18px;
    box-sizing: border-box;
}


    /* Heading */

    .contact-details h3 {
        margin: 0 0 20px;
        color: #150a51;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 800;
    }


    /* Remove empty paragraph spacing */

    .contact-details > p:empty {
        display: none;
    }


    /* General text */

    .contact-details a,
    .contact-details p,
    .contact-details h4 {
        color: #150a51;
    }


    /* ==========================================
   SHARED CONTACT ITEM STYLING
   ========================================== */

    .contact-details > a[href^="mailto:"],
    .contact-details > h4,
    .contact-details > p:has(a[href^="tel:"]),
    .contact-details > a[href*="maps"] .address,
    .contact-details > p[style*="font-weight:bold"]:last-child {
        position: relative;
        margin-left: 42px;
        color: #150a51;
    }


        /* ==========================================
   SHARED ICON STYLING
   ========================================== */

        .contact-details > a[href^="mailto:"]::before,
        .contact-details > h4::before,
        .contact-details > a[href*="maps"] .address::before,
        .contact-details > p[style*="font-weight:bold"]:last-child::before {
            position: absolute;
            left: -42px;
            top: -2px;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffd501;
            color: #150a51;
            border-radius: 50%;
            box-sizing: border-box;
        }


    /* ================================
   EMAIL
   ================================ */

    .contact-details > a[href^="mailto:"] {
        display: block;
        margin-top: 0;
        margin-bottom: 19px;
        padding-top: 10px;
        color: #150a51 !important;
        font-size: 14px;
        line-height: 1.25;
        font-weight: 400;
        text-decoration: none;
        font-weight: normal;
    }


        /* Email label */

        .contact-details > a[href^="mailto:"]::after {
            content: "Email";
            position: absolute;
            left: 0;
            top: -2px;
            color: #150a51;
            font-size: 14px;
            line-height: 1.2;
            font-weight: 800;
        }


        /* Email icon */

        .contact-details > a[href^="mailto:"]::before {
            content: "\f0e0";
            font-family: "Font Awesome 5 Free";
            font-weight: normal;
            font-size: 12px;
        }


    /* ================================
   WHATSAPP
   ================================ */

    .contact-details > h4 {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        color: #150a51;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 800;
    }


        /* Whatsapp icon */

        .contact-details > h4::before {
            content: "\f232";
            font-family: "Font Awesome 5 Brands";
            font-weight: 400;
            font-size: 14px;
        }


    /* ================================
   PHONE
   ================================ */

    .contact-details > p:has(a[href^="tel:"]) {
        margin-top: 1px;
        margin-bottom: 19px;
        padding: 0;
        font-size: 14px;
        line-height: 1.2;
    }

        .contact-details > p:has(a[href^="tel:"])::before {
            display: none;
        }

    .contact-details p a[href^="tel:"] {
        color: #150a51 !important;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 400;
        text-decoration: none;
    }


    /* ================================
   ADDRESS
   ================================ */

    .contact-details > a[href*="maps"] {
        display: block;
        margin: 0;
        text-decoration: none;
    }

    .contact-details .address {
        position: relative;
        margin-top: 0;
        margin-bottom: 19px;
        padding-top: 10px;
        color: #150a51;
        font-size: 14px;

        font-weight: 400;
    }


        /* Address label */

        .contact-details .address::after {
            content: "Address";
            position: absolute;
            left: 0;
            top: -2px;
            color: #150a51;
            font-size: 14px;
            line-height: 1.2;
            font-weight: 800;
        }


        /* Address icon */

        .contact-details .address::before {
            content: "\f3c5";
            font-family: "Font Awesome 6 Free";
            font-weight: 600;
            font-size: 12px;
        }


    /* ================================
   COLLECTIONS
   ================================ */

    /* Collections heading */
    .contact-details h4:nth-of-type(2) {
        position: relative;
        margin: 0 0 0 42px;
        color: #150a51;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 800;
    }


        /* Clock icon */
        .contact-details h4:nth-of-type(2)::before {
            content: "\f017";
            font-family: "Font Awesome 5 Free";
            font-weight: normal;
            position: absolute;
            left: -42px;
            top: -3px;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffd501;
            color: #150a51;
            border-radius: 50%;
            font-size: 12px;
        }


    /* Collections text */
    .contact-details .collections {
        margin: 1px 0 0 42px;
        color: #150a51;
        font-size:13px;
        line-height: 1.25;
        font-weight: 400;
    }


/* ==========================================
   RIGHT
   ========================================== */

.section-margin--small {
    margin: 0 !important;
}

.contact-form-wrapper {
    width: 100%;
    padding: 22px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
}


/* Form heading */

.contact-form-heading {
    margin-bottom: 20px;
}

    .contact-form-heading h3 {
        margin: 0 0 4px;
        color: #150a51;
        font-size: 22px;
        font-weight: 800;
    }

    .contact-form-heading p {
        margin: 0;
        color: #555;
        font-size: 14px;
    }


/* ==========================================
   FORM
   ========================================== */

#contact-form {
    margin-bottom: 0 !important;
}

    #contact-form .form-group {
        margin-bottom: 16px;
    }

    #contact-form label {
        display: block;
        margin-bottom: 8px;
        color: #150a51;
        font-size: 14px;
        font-weight: 700;
    }


    /* Inputs */

    #contact-form .form-control {
        width: 100%;
        height: 44px;
        padding: 10px 16px;
        background: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 25px;
        box-shadow: none;
        color: #333;
        font-size: 14px;
    }

        #contact-form .form-control:focus {
            border-color: #150a51;
            box-shadow: none;
        }


    /* Message */

    #contact-form textarea.form-control {
        height: 145px;
        min-height: 145px;
        border-radius: 8px;
        resize: vertical;
    }


/* ==========================================
   BUTTON
   ========================================== */

#btnContactUs {
    width: 205px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd501 !important;
    color: #150a51 !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: none !important;
}

    #btnContactUs:hover {
        background: #150a51 !important;
        color: #fff !important;
    }

    #btnContactUs span {
        transform: translateY(2px);
        line-height: 0 !important;
        vertical-align: -webkit-baseline-middle !important;
    }
/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .contact-details {
        margin-bottom: 25px;
    }
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .register-login-section {
        padding: 25px 0 45px;
    }

    .contact-headline h3 {
        font-size: 26px;
    }

    .contact-details {
        max-width: 100%;
        padding: 18px;
    }

        .contact-details h3 {
            font-size: 15px;
            margin-bottom: 20px;
        }

        .contact-details > a[href^="mailto:"],
        .contact-details > h4,
        .contact-details > p:has(a[href^="tel:"]),
        .contact-details > a[href*="maps"] .address,
        .contact-details > p[style*="font-weight:bold"]:last-child {
            margin-left: 40px;
        }

            .contact-details > a[href^="mailto:"]::before,
            .contact-details > h4::before,
            .contact-details > a[href*="maps"] .address::before,
            .contact-details > p[style*="font-weight:bold"]:last-child::before {
                left: -40px;
            }

    /* Prevent mobile zoom when clicking form fields */
    #contact-form .form-control {
        font-size: 16px !important;
    }

    #btnContactUs {
        width: 100%;
    }
}