.pr_custom_login_btn {
    background-color: #ffffff99 !important;
    font-family: "Satoshi", sans-serif;
}

.pr_container {
    padding: 0 150px !important;
}

.new-home-page .pr_contact_card_sec {
    padding: 80px 0;
}

.new-home-page .pr_contact_card_wrap {
    display: flex;
    align-items: stretch;
    gap: 13px;
    padding: 0 10px;
}

.new-home-page .pr_contact_card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 20px 20px 30px;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 173px;
}

.new-home-page .pr_contact_card .pr_contact_content h4{
    font-family: var(--font-parkinsans);
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -0.16px;
    color: #232323;
    margin-bottom: 6px;
}

.new-home-page .pr_contact_card .pr_contact_content h5{
    font-family: var(--font-satoshi);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px; 
    color: #313131; 
    margin-bottom: 10px;
}

.new-home-page .pr_contact_card .pr_contact_content h6{
    font-family: var(--font-satoshi);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px; 
    color: #313131;  
}

.new-home-page .pr_contact_card .pr_contact_content .pr_contact_links{
    color: #008B87;
}

.new-home-page .pr_contact_card .pr_contact_content .pr_contact_links:hover{
    text-decoration: none;
}

.new-home-page .pr_contact_card .pr_contact_content_img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    flex-shrink: 0;
}

.new-home-page .pr_contact_card .pr_contact_content_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-page .pr_contact_card .pr_contact_ph_txt {
    width: 42px;
    height: 42px; 
}

.new-home-page .pr_contact_card .pr_contact_email_ic {
    width: 44px;
    height: 44px; 
}

.new-home-page .pr_contact_card .pr_contact_address_ic {
    width: 52px;
    height: 52px; 
}

.new-home-page .pr_help_just_click_wrap {
    padding: 40px 0;  
    display: flex;
    gap: 33px;
    align-items: center;
}

.new-home-page .pr_help_just_click_left p {
    font-family: var(--font-satoshi);
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 28px;
    color: #0E0E0EB2;
}

.new-home-page .pr_help_just_click_left {
    max-width: 566px;
    width: 100%;
}

.new-home-page .pr_help_just_click_left h3 {
    font-family: var(--font-parkinsans);
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #313131;
}

.new-home-page .pr_help_just_click_form .pn_input{
    font-family: var(--font-satoshi);
    background-color: #ffffff;
    border: 1px solid #0000001A;
    border-radius: 14px;
    padding: 11px 15px;
    color: #0E0E0EB2;
}

input.pn_input[type="number"]::-webkit-outer-spin-button,
input.pn_input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.pn_input[type="number"] {
  -moz-appearance: textfield;
}

.pn_select {
    background-image: url("../images/icons/pr-dropdown-icon.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    appearance: none;
    -webkit-appearance: none;
}

.pn_select:focus-visible {
    outline: none;
}

.new-home-page .pr_help_just_click_form .pn_textarea {
    height: 82px;
    margin-bottom: 23px;
}

.new-home-page .pr_help_just_btn .custom-login-btn {
    font-family: var(--font-satoshi);
    border: 1px solid #0000001A;
}

.new-home-page .pr_help_just_btn .icon-wrapper {
    margin-right: 8px;
}

.new-home-page .pr_help_just_click_sec {
    margin-bottom: 60px;
    background-image: linear-gradient(to bottom right, #FFFFFF, #FFFFFF00);
}

.new-home-page .pr_help_just_click_right {
    height: 586px;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}

.new-home-page .pr_help_just_click_right .pr_help_just_click_map {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px){
    .pr_container {
        padding: 0 32px !important;
    }
    .new-home-page .pr_contact_card_sec {
        padding: 60px 0;
    }
    .new-home-page .pr_contact_card {
        padding: 15px 15px 15px 20px;
        gap: 10px;
    }
    .new-home-page .pr_contact_card .pr_contact_content h4 {
        font-size: 19px;
        line-height: 19px;
    }
    .new-home-page .pr_contact_card .pr_contact_content h5 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .new-home-page .pr_contact_card .pr_contact_ph_txt {
        width: 38px;
        height: 38px;
    }
    .new-home-page .pr_contact_card .pr_contact_content h6 {
        font-size: 15px;
        line-height: 25px;
    }
    .new-home-page .pr_contact_card .pr_contact_email_ic {
        width: 40px;
        height: 40px;
    }
    .new-home-page .pr_contact_card .pr_contact_address_ic {
        width: 46px;
        height: 46px;
    }
    .new-home-page .pr_help_just_click_wrap {
        padding: 30px 0;
        gap: 20px;
    }
    .new-home-page .pr_help_just_click_left {
        max-width: 450px;
    }
    .new-home-page .pr_help_just_click_left h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .new-home-page .pr_help_just_click_left p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .new-home-page .pr_help_just_click_sec {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px){
    .pr_container {
        padding: 0 16px !important;
    }
    .new-home-page .pr_contact_card_sec {
        padding: 40px 0;
    }
    .new-home-page .pr_contact_card_wrap {
        flex-direction: column;
        padding: 0;
    }
    .new-home-page .pr_contact_card {
        min-height: 100%;
    }
    .new-home-page .pr_contact_card .pr_contact_content h4 {
        font-size: 17px;
        line-height: 17px;
    }
    .new-home-page .pr_contact_card .pr_contact_content h5 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .new-home-page .pr_contact_card .pr_contact_content h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .new-home-page .pr_contact_card .pr_contact_ph_txt {
        width: 34px;
        height: 34px;
    }
    .new-home-page .pr_contact_card .pr_contact_email_ic {
        width: 36px;
        height: 36px;
    }
    .new-home-page .pr_contact_card .pr_contact_address_ic {
        width: 40px;
        height: 40px;
    }
    .new-home-page .pr_help_just_click_wrap {
        align-items: flex-start;
        flex-direction: column;
    }
    .new-home-page .pr_help_just_click_sec {
        margin-bottom: 40px;
    }
    .new-home-page .pr_help_just_click_left {
        max-width: 100%;
    }
    .new-home-page .pr_hero_section {
        margin-top: 0;
    }
}