/* ?? Contact us -Pages  */
/*--------------------------------------------------------------
# Office Contact List
--------------------------------------------------------------*/
#office-contact-list .office-contact-card {
    padding: 15px;
    background: var(--contrast-color);
    border: 1px solid #98a2b3;
    box-shadow: 0 4px 8px -8px rgba(8, 31, 77, 0.2);
    border-radius: 8px;
    height: 100%;
}

#office-contact-list .office-contact-card .contact-info {
    margin-bottom: 15px;
}

#office-contact-list .office-contact-card .contact-info:last-child {
    margin-bottom: 0px;
}

#office-contact-list .office-contact-card .contact-info h2 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-primary-color);
}

#office-contact-list .office-contact-card .contact-info .card-contact {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #dfdfe357;
    margin-top: 4px;
    border-radius: 4px;
    padding: 4px 10px;
}

#office-contact-list .office-contact-card .contact-info .card-contact i {
    font-size: 20px;
    font-weight: normal;
}

#office-contact-list .office-contact-card .contact-info .card-contact h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}

#office-contact-list .office-contact-card .contact-info .card-contact a {
    font-size: 14px;
}

/* ?? Contact us -Pages  */
/*--------------------------------------------------------------
# Others Office Contact List
--------------------------------------------------------------*/
#otherContact {
    padding-top: 0px;
}

#otherContact .others-office-card {
    padding: 20px;
    background: var(--contrast-color);
    border: 1px solid #98a2b3;
    box-shadow: 0 4px 8px -8px rgba(8, 31, 77, 0.2);
    border-radius: 8px;
    height: 100%;
}

#otherContact .others-office-card h4 {
    color: var(--text-primary-color);
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 13px;
    line-height: 26px;
}

#otherContact .others-office-card p {
    color: #a1a1a8;
    margin-bottom: 6px;
    line-height: 26px;
    letter-spacing: 0.20000000298023224px;
    font-size: 15px;
}

#otherContact .others-office-card a {
    background: #f7f8f9;
    color: var(--text-primary-color);
    padding: 5px 14px;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

#otherContact .others-office-card a i {
    margin-left: 6px;
    color: var(--text-primary-color);
}

#otherContact .Office-image {
    background-size: cover;
    border-radius: 20px;
    height: 500px;
    width: 100%;
    position: relative;
}

#otherContact .Office-description {
    position: absolute;
    bottom: 19px;
    color: #fff;
    padding: 10px 25px;
}

#otherContact .Office-description h2 {
    color: #ffc107;
    font-family: var(--Bangla-font);
    letter-spacing: 0.20000000298023224px;
    font-weight: 600;
    font-size: 23px;
    line-height: 26px;
}

#otherContact .Office-description h4 {
    color: var(--contrast-color);
    font-family: var(--Bangla-font);
    letter-spacing: 0.20000000298023224px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

#otherContact .Office-description p {
    color: #d1d5db;
    line-height: 26px;
    letter-spacing: 0.20000000298023224px;
    font-size: 16px;
    margin-bottom: 4px;
}

#otherContact .office-location {
    margin-top: 10px;
}

#otherContact .office-location a {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 16px 4px 16px;
    transition: 0.5s;
    font-family: var(--Bangla-font);
    background: var(--primary-color);
    color: var(--contrast-color);
}

/* ?? Contact us -Pages  */
/*--------------------------------------------------------------
# Contact from
--------------------------------------------------------------*/
#contactFrom {
    padding-top: 0px;
}

.contactFrom .php-email-form input,
.contactFrom .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    border-radius: 4px;
}

.contactFrom .php-email-form input:focus,
.contactFrom .php-email-form textarea:focus {
    border-color: var(--secondary-color);
}

.contactFrom .php-email-form input {
    height: 44px;
}

.contactFrom .php-email-form textarea {
    padding: 10px 12px;
}

.contactFrom .php-email-form label {
    font-family: var(--Bangla-font);
}

.contactFrom .contact-subtitle {
    color: var(--text-secondary-color);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--Bangla-font);
    line-height: 27px;
    letter-spacing: 0.20000000298023224px;
}

.contactFrom .contact-title {
    color: var(--text-primary-color);
    font-size: 23px;
    font-weight: 600;
    font-family: var(--Bangla-font);
    letter-spacing: 0.20000000298023224px;
    line-height: 30px;
}

.contactFrom .follow-contact {
    font-weight: 600;
    font-size: 22px;
}

#contactFrom .contact-image {
    height: 460px;
}

.contactFrom .twitter i {
    color: rgb(29, 161, 242);
    font-size: 20px;
}

.contactFrom .facebook i {
    color: rgb(66, 103, 178);
    font-size: 20px;
}

.contactFrom .youtube i {
    color: rgb(255, 0, 0);
    font-size: 20px;
}

.contactFrom .linkedin i {
    color: rgb(0, 119, 181);
    font-size: 20px;
}

#contactFrom .message-btn {
    background: #085374;
    color: var(--contrast-color);
    transition: 0.3s all;
    font-family: var(--Bangla-font);
}

#contactFrom .message-btn:hover {
    background: var(--primary-color);
}

/* ?? Contact us -Pages  */
/*--------------------------------------------------------------
# ADD GOOGLE MAPS
--------------------------------------------------------------*/
#googleMap {
    padding: 0px 0px;
}

.tag-color01 {
    background-color: #e7e7ff;
    color: #696cff;
}

.tag-color02 {
    background: #ffeef3;
    color: #f8285a;
}

.tag-color03 {
    background-color: #fff2d6;
    color: #ffab00;
}

.tag-color04 {
    background-color: rgba(111, 66, 193, 0.1);
    color: #6f42c1;
}

.tag-color05 {
    background-color: rgba(12, 36, 97, 0.1);
    color: #0c2461;
}

.tag-color06 {
    background-color: rgba(27, 132, 255, 0.1);
    color: #1b84ff;
}

.tag-color07 {
    background-color: #d7f5fc;
    color: #03c3ec;
}

.contact-page-form form {
    padding: 0px !important;
    background: transparent !important;
    box-shadow: unset !important;
}

form {
    background: #f3f5f7;
    box-shadow: 0 0 3px #ddd;
    padding: 10px 20px;
    border-radius: 8px;
}

/*captcha css*/
.captcha_value {
    font-weight: 200;
    font-style: oblique;
    font-size: 28px;
    float: left;
    height: 34px;
    display: block;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        #a8a8a8,
        #a8a8a8 10px,
        #ffffff 10px,
        #ffffff 20px
    );

    moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
