/* bootstrap modal css */
.modal,
.modal-open {
    overflow: hidden
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

/* bootstrap modal css end*/
.btn-submit,
.modal .close,
.modal .information a,
.modal .input,
.modal .title,
.modal p,
.modal textarea.input,
select,
span input,
textarea {
    font-family: Poppins, sans-serif;
    font-display: swap;
}

.btn-contact-us,
.file-label,
.input[type=file]:hover,
.modal .btn,
.modal .close {
    cursor: pointer
}

.modal-content .form p.text {
    text-align: left;
    font-size: 14px;
    line-height: 22px
}

.modal .container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal .form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1); */
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.modal .contact-form {
    background-color: #333;
    position: relative
}

.modal .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #333;
    transform: rotate(45deg);
    top: 50px;
    left: -13px
}

#contactForm {
    padding: 2.3rem 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.modal form {
    padding: 0 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative
}

.modal .title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    padding-bottom: 8px
}

.modal .input-container {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.modal .input {
    width: 100%;
    height: 38px;
    outline: 0;
    border: 1px solid #919191cc;
    background: 0 0;
    padding: .6rem 1.2rem;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: .3s
}

.modal textarea.input {
    color: #fff !important;
    padding: .8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto
}

.modal .btn {
    padding: .6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: .95rem;
    color: #ce2226;
    line-height: 1;
    border-radius: 5px;
    outline: 0;
    transition: .3s;
    margin: 0;
    width: 100%
}

#submitBtn .fa-spinner,
.modal .btn:hover,
.modal .modal-content {
    background-color: transparent
}

.modal .btn:hover {
    color: #fff
}

.modal .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative
}

.modal .contact-info .title,
.modal .social-media p {
    color: #333
}

.modal .text {
    color: #333;
    margin: 1.5rem 0 2rem
}

.modal .information {
    border-bottom: 1px solid #3030302a;
    display: flex;
    row-gap: 10px;
    margin: .7rem 0;
    align-items: start;
    font-size: 13px;
    padding-bottom: 4px
}

.modal .information i {
    font-size: 19px;
    padding-top: 2px;
    color: #ce2226
}

.modal .icon {
    width: 28px;
    margin-right: .7rem
}

.modal .social-media {
    padding: 2rem 0 0
}

.modal .social-icons {
    display: flex;
    margin-top: .5rem
}

.modal .social-icons a {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: linear-gradient(45deg, #ce2226, #b61b1d);
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: .5rem;
    transition: .3s
}

.modal .social-icons a:hover {
    transform: scale(1.05)
}

.modal .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: .2
}

.modal .btn-primary:hover {
    border-color: #ce2327
}

@media (max-width:850px) {
    .modal .form {
        grid-template-columns: 1fr
    }

    .modal .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(.95)
    }

    .modal .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px
    }

    .modal .text {
        margin: 1rem 0 1.5rem
    }

    .modal .social-media {
        padding: 1.5rem 0 0
    }
}

@media (max-width:480px) {
    .modal .container {
        padding: 1.5rem
    }

    .modal .contact-info:before {
        display: none
    }

    .contact-info,
    .modal form {
        padding: 1.7rem 1.6rem
    }

    .information,
    .modal .text,
    .social-media p {
        font-family: Poppins, sans-serif;
        font-size: 14
    }

    .modal .title {
        font-size: 22px
    }

    .modal .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .modal .icon {
        width: 20x
    }

    .modal .btn,
    .modal .input {
        padding: .45rem 1.2rem
    }
}

@media (min-width:577px) {
    .modal-dialog {
        max-width: 1000px
    }
}

.modal .information a {
    font-size: 13px;
    text-align: left;
    color: #333;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .contact-info {
        display: none
    }
}

.modal .input-container select {
    width: 100%;
    outline: 0;
    border: 1px solid #919191cc;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23fafafa" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6" /></svg>') right 8px top 50%/12px no-repeat;
    padding: .6rem 20px .6rem 1.2rem;
    color: #d3d3d3;
    font-size: 12px;
    letter-spacing: .5px;
    border-radius: 5px;
    transition: .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input-container.focus,
.modal .input-container select:focus,
.modal .input:focus {
    border-color: #ce22259c
}

.modal .input-container select option {
    background-color: #333;
    color: #fff;
    padding: .5rem 1.2rem;
    border-radius: 5px
}

.modal .input-container select option:first-child {
    display: none
}

#enquireFor option:first-child {
    color: red !important
}

.modal {
    z-index: 9999
}

.modal .modal-content {
    width: 100%;
    border: none
}

.modal .close {
    font-style: none !important;
    font-weight: 300 !important;
    font-size: 32px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    opacity: 1;
    z-index: 9999;
    padding: 0 10px
}

.modal .close:hover {
    opacity: 1;
    color: #fff;
    background-color: #ce2225dc;
    transition: .3s ease-in-out
}

.btn-contact-us {
    font-family: Poppins sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    position: fixed;
    right: -44px;
    top: 30vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: fit-content;
    color: #fff;
    border: none;
    padding: 10px 16px;
    background-color: #ce2327;
    z-index: 9999
}

.btn-contact-us:hover,
.btn-danger:focus {
    color: #fff;
    border: none;
    background-color: #af1d20;
    box-shadow: none
}

#responseContainer p {
    text-align: center !important;
    margin-top: 10px;
    border: 1px solid #000;    
    font-weight: 600;
    &.green {
        color: green;
    }
    &.red {
        color: red;
    }
}

h3#status {
    color: #fff
}

.file-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #0000;
    color: #757575;
    border: 1px solid #919191cc;
    border-radius: 5px
}

.input[type=file] {
    cursor: pointer;
    position: relative;
    z-index: 2;
    opacity: 0
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}