* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.4;
}


.pr_wrapper {
    max-width: 90%;
    width: 100%;
    margin: 50px auto;
    background: #fff;
    border-radius: 0;
}

h1,h2,h3,h4{
    line-height: 1.2!important;
}

.pr_container {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
}


.pr_header_abs {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 20px;
}

.pr_header_inner {
    background: #fff;
    border-radius: 14px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.pr_logo a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-family: 'Onest', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    color: #000;
}

.pr_logo img {
    height: 38px;
    width: auto;
}


.pr_nav_menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

.pr_nav_menu a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    transition: color 0.2s ease;
}

.pr_nav_menu a:hover {
    color: #c7120e;
}

.pr_btn_outline {
    background: #000;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 35px;
    font-weight: 600;
    text-transform: none !important;
    transition: 0.2s;
}

.pr_btn_outline:hover {
    background: #c7120e;
    color: #fff !important;
}


.pr_hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.pr_hamburger span {
    width: 28px;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: 0.2s;
}


.pr_banner {
    background: linear-gradient(150deg, #000, #c7120e 33%, #f92319 50%, #fb9040 64%);
    color: #fff;
    padding: 140px 0 100px;
    border-radius: 30px;
    margin-bottom: 40px;
}

.pr_banner_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.pr_banner_left {
    flex: 1;
}

.pr_banner_right {
    flex: 1;
    line-height: 0;
    text-align: center;
}

.pr_banner_right img {
    max-width: 400px;
    width: 95%;
}

.pr_banner_left h1 {
    font-family: 'Onest', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pr_banner_left p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 1.6;
    max-width: 550px;
}

.pr_btn_light {
    background: #000;
    color: #fff;
    padding: 16px 30px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.2s;
}

.pr_btn_light.cust:hover{
    background: #c7120e;
    color: #fff;
}

.pr_btn_light:hover {
    background: #fff;
    color: #000;
}


.pr_stats_row {
    background: #fff;
    margin-top: -75px;
    border-radius: 14px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 5;
}

.pr_stats_text {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Onest', sans-serif;
}

.pr_stats_group {
    display: flex;
    gap: 60px;
}

.pr_stat_item {
    text-align: left;
}

.pr_stat_number {
    font-size: 2.3rem;
    font-weight: 800;
    font-family: 'Onest', sans-serif;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.pr_stat_label {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}


.pr_about {
    padding: 80px 0;
}

.pr_about_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.pr_about_img {
    flex: 1;
}

.pr_about_img img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.pr_about_content {
    flex: 1;
}

.pr_about_content h2 {
    font-family: 'Onest', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pr_about_content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #2c2c2c;
}

.pr_list_custom {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pr_list_custom li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.pr_list_custom li::before {
    content: url('../images/list.svg');
    display: inline-block;
    width: 22px;
    height: 22px;
}


.pr_solutions {
    background: #f2f2f2;
    border-radius: 30px;
    padding: 60px 40px;
    margin: 40px 0;
    text-align: center;
}

.pr_solutions h2 {
    font-family: 'Onest', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
}

.pr_solutions>p {
    max-width: 600px;
    margin: 15px auto 45px auto;
    color: #3a3a3a;
}

.pr_solutions_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.pr_sol_card {
    background: #fff;
    border-radius: 24px;
    padding: 30px 20px;
    flex: 1 1 180px;
    min-width: 180px;
    transition: transform 0.2s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.02);
}


.pr_sol_card img {
    height: 40px;
    margin-bottom: 20px;
}

.pr_sol_card h3 {
    font-family: 'Onest', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.pr_sol_card p {
    font-size: 0.85rem;
    color: #3e3e3e;
}


.pr_cta {
    background: url('../images/cta-img.png') center no-repeat;
    background-size: cover;
    border-radius: 30px;
    text-align: center;
    padding: 60px 30px;
    margin: 40px 0;
    color: #fff;
}

.pr_cta h2 {
    font-family: 'Onest', sans-serif;
    font-size: 2.2rem;
    margin-bottom: 18px;
}

.pr_cta p {
    font-size: 1.1rem;
    margin-bottom: 35px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.pr_cta .pr_btn_light {
    background: #fff;
    color: #000;
}

.pr_cta .pr_btn_light:hover {
    background: #c7120e;
    color: #fff;
}


.pr_blog {
    padding: 60px 0 50px;
    text-align: center;
}

.pr_blog h2 {
    line-height: 1.2;
    font-family: 'Onest', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.pr_blog_desc {
    margin-bottom: 45px;
    color: #3a3a3a;
}

.pr_blog_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.pr_blog_card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    flex: 1 1 300px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    text-align: left;
    position: relative;
}

.pr_blog_img {
    position: relative;
}

.pr_blog_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.pr_category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    letter-spacing: 0.3px;
    z-index: 2;
}

.pr_blog_text {
    padding: 20px 22px 30px;
}

.pr_blog_text h3 {
    font-family: 'Onest', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.pr_blog_text p {
    color: #4a4a4a;
    line-height: 1.45;
}


.pr_footer {
    background: #000000;
    color: #e0e0e0;
    padding: 50px 0 30px;
    margin-top: 60px;
    border-radius: 30px;
}

.pr_footer_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.pr_footer_col {
    flex: 1;
    min-width: 180px;
}

.pr_footer_logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pr_footer_logo img {
    height: 36px;
}

.pr_footer_addr {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
}

.pr_footer_col h4 {
    font-family: 'Onest', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}

.pr_footer_col ul {
    list-style: none;
}

.pr_footer_col ul li {
    margin-bottom: 12px;
}

.pr_footer_col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.2s;
}

.pr_footer_col ul li a:hover {
    color: #fb9040;
}

.pr_contact_item {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
}

.pr_contact_item img {
    width: 22px;
    filter: brightness(0) invert(1);
}

.pr_footer_bottom {
    border-top: 1px solid #2a2a2a;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

.pr_footer_links {
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.pr_footer_links a {
    color: #ccc;
    text-decoration: none;
}

.pr_footer_links a:hover {
    color: #fff;
}

.pr_contact_header {
    background: linear-gradient(150deg, #000, #c7120e 33%, #f92319 50%, #fb9040 64%);
    color: #fff;
    padding: 130px 0 80px;
    margin-top: 0;
    text-align: center;
}

.pr_contact_hero h1 {
    font-family: 'Onest', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.pr_breadcrumbs a,
.pr_breadcrumbs span {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1rem;
}

.pr_breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}

.pr_contact_cards {
    margin-top: -35px;
    position: relative;
    z-index: 5;
    padding-bottom: 70px;
}

.pr_cards_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.pr_contact_card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 25px;
    flex: 1 1 250px;
    text-align: center;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    border: 1px solid #f0f0f0;
}



.pr_card_title {
    font-family: 'Onest', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.pr_card_text {
    font-size: 1rem;
    color: #2c2c2c;
    line-height: 1.5;
    word-break: break-word;
}

.pr_form_section {
    padding: 30px 0 30px;
    background: #fff;
}

.pr_form_wrapper {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.08);
    padding: 50px 45px;
    text-align: center;
    border: 1px solid #efefef;
}

.pr_form_wrapper h2 {
    font-family: 'Onest', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.pr_form_wrapper p {
    color: #5a5a5a;
    margin-bottom: 35px;
}

#pr_contact_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pr_form_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pr_form_row input {
    flex: 1;
}

#pr_contact_form input,
#pr_contact_form textarea {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 16px 20px;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: 0.2s;
    outline: none;
    width: 100%;
}

#pr_contact_form input:focus,
#pr_contact_form textarea:focus {
    border-color: #c7120e;
    background: #fff;
}

.pr_submit_btn {
    background: #000;
    color: #fff;
    padding: 16px 30px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 10px;
    align-self: center;
    min-width: 200px;
}

.pr_submit_btn:hover {
    background: #c7120e;
}

.pr_feedback_msg {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #0a7e3a;
    min-height: 50px;
}

.pr_about_header {
    background: linear-gradient(150deg, #000, #c7120e 33%, #f92319 50%, #fb9040 64%);
    color: #fff;
    padding: 130px 0 80px;
    text-align: center;
    border-radius: 20px;
}

.pr_about_hero h1 {
    font-family: 'Onest', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.pr_breadcrumbs a,
.pr_breadcrumbs span {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1rem;
}

.pr_breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}

.pr_about_image_full {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.pr_full_width_img {
    max-width: 1100px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    margin: 0 auto 50px auto;
}

.pr_about_features {
    padding: 80px 0 40px;
    background: #fff;
}

.pr_features_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.pr_feature_item {
    flex: 1 1 280px;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 28px;
    transition: all 0.2s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #f0f0f0;
}

.pr_feature_item img {
    height: 40px;
    margin-bottom: 24px;
}

.pr_feature_item h3 {
    font-family: 'Onest', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.pr_feature_item p {
    color: #3c3c3c;
    line-height: 1.5;
}

.pr_about_text_section {
    padding: 20px 0 90px;
    background: #fff;
}

.pr_about_content_wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.pr_about_content_wrap h2 {
    font-family: 'Onest', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.pr_lead {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px auto;
    color: #2c2c2c;
}

.pr_text_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}

.pr_column {
    flex: 1;
    min-width: 240px;
}

.pr_column h3 {
    font-family: 'Onest', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.pr_column p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #2e2e2e;
}

.pr_extra_text {
    background: #fafafa;
    padding: 35px 40px;
    border-radius: 28px;
    margin-top: 20px;
}

.pr_extra_text p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .pr_about_hero h1 {
        font-size: 2.5rem;
    }

    .pr_text_columns {
        flex-direction: column;
        gap: 30px;
    }

    .pr_extra_text {
        padding: 25px;
    }

    .pr_feature_item {
        flex-basis: 100%;
    }
}

.pr_legal_header {
    background: linear-gradient(150deg, #000, #c7120e 33%, #f92319 50%, #fb9040 64%);
    color: #fff;
    border-radius: 20px;
    padding: 130px 0 80px;
    text-align: center;
}

.pr_legal_hero h1 {
    font-family: 'Onest', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.pr_breadcrumbs a,
.pr_breadcrumbs span {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1rem;
}

.pr_breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}

.pr_legal_content {
    padding: 60px 0 20px;
    background: #fff;
}

.pr_legal_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    padding: 0;
}

.pr_legal_update {
    display: inline-block;
    background: #f2f2f2;
    padding: 10px 24px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #c7120e;
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
}

.pr_legal_section {
    margin-bottom: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.pr_legal_section:last-child {
    border-bottom: none;
}

.pr_legal_section h2 {
    font-family: 'Onest', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.pr_legal_section p {
    font-size: 1rem;
    line-height: 1.65;
    color: #2a2a2a;
    margin-bottom: 18px;
}

.pr_legal_list {
    margin: 18px 0 20px 25px;
    padding-left: 0;
    list-style-type: none;
}

.pr_legal_list li {
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
    line-height: 1.55;
    color: #2a2a2a;
}

.pr_legal_list li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #c7120e;
    font-weight: 600;
}

.pr_legal_contact_box {
    background: #f8f8f8;
    padding: 25px 30px;
    border-radius: 20px;
    margin-top: 20px;
    font-family: 'Inter', monospace;
}

.pr_legal_contact_box div {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #1a1a1a;
}

.pr_legal_contact_box div:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .pr_legal_hero h1 {
        font-size: 2.3rem;
    }

    .pr_legal_section h2 {
        font-size: 1.5rem;
    }

    .pr_legal_wrapper {
        padding: 0;
    }

    .pr_legal_contact_box {
        padding: 20px;
    }
}







.pr_services_header {
  background: linear-gradient(150deg, #000, #c7120e 33%, #f92319 50%, #fb9040 64%);
  color: #fff;
  border-radius: 20px;
  padding: 130px 0 80px;
  text-align: center;
}

.pr_services_hero h1 {
  font-family: 'Onest', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.pr_breadcrumbs a,
.pr_breadcrumbs span {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 1rem;
}

.pr_breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}


.pr_services_intro {
  padding: 70px 0 40px;
  background: #fff;
  text-align: center;
}

.pr_services_intro_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.pr_services_intro_wrapper h2 {
  font-family: 'Onest', sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.pr_services_intro_wrapper p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #3a3a3a;
}


.pr_services_grid_section {
  padding: 30px 0 30px;
  background: #fff;
}

.pr_services_row_top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: center;
}

.pr_services_row_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
}


.pr_service_card {
  background: #fff;
  border-radius: 28px;
  padding: 32px 28px;
  transition: all 0.25s ease;
  border: 1px solid #ececec;
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}




.pr_services_row_top .pr_service_card {
  flex: 1 1 300px;
  min-width: 260px;
}


.pr_services_row_bottom .pr_service_card {
  flex: 1 1 calc(50% - 15px);
  min-width: 280px;
}


.pr_service_icon {
  margin-bottom: 24px;
}

.pr_service_icon img {

  height: 40px;
  display: block;
}


.pr_service_card h3 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}


.pr_service_card > p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a4a4a;
  margin-bottom: 22px;
}


.pr_service_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pr_service_list li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.45;
}

.pr_service_list li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #c7120e;
  font-weight: 600;
  font-size: 0.9rem;
}


@media (max-width: 992px) {
  .pr_services_hero h1 {
    font-size: 2.8rem;
  }
  
  .pr_services_intro_wrapper h2 {
    font-size: 1.9rem;
  }
  
  .pr_services_row_top .pr_service_card {
    flex: 1 1 280px;
  }
  
  .pr_services_row_bottom .pr_service_card {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .pr_services_header {
    padding: 110px 0 60px;
  }
  
  .pr_services_intro {
    padding: 50px 0 30px;
  }
  
  .pr_services_intro_wrapper h2 {
    font-size: 1.6rem;
  }
  
  .pr_services_intro_wrapper p {
    font-size: 1rem;
  }
  
  .pr_services_row_top .pr_service_card {
    flex-basis: 100%;
  }
  
  .pr_services_row_bottom .pr_service_card {
    flex-basis: 100%;
  }
  
  .pr_service_card {
    padding: 28px 22px;
  }
  
  .pr_service_card h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .pr_services_hero h1 {
    font-size: 2.2rem;
  }
  

}

































@media (max-width: 992px) {
    .pr_container {
        width: 92%;
    }

    .pr_banner_left h1 {
        font-size: 2.8rem;
    }

    .pr_stats_row {
        flex-direction: column;
        text-align: center;
    }

    .pr_stats_group {
        justify-content: center;
    }

    .pr_about_grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .pr_nav_menu {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        background: #fff;
        padding: 25px 20px;
        border-radius: 30px;
        margin-top: 15px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    }

    .pr_nav_menu.show {
        display: flex;
    }

    .pr_hamburger {
        display: flex;
    }

    .pr_header_inner {
        flex-wrap: wrap;
    }

    .pr_stats_group {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pr_solutions_grid {
        gap: 18px;
    }

    .pr_footer_grid {
        flex-direction: column;
    }

    .pr_footer_bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .pr_banner {
        padding: 110px 0 70px;
    }

    .pr_wrapper {
        max-width: 98%;
    }

    .pr_banner {
        border-radius: 20px;
    }

}

@media(max-width: 767px) {
    .pr_banner_content {
        flex-direction: column;
    }

    .pr_footer {
        border-radius: 20px;
        padding: 40px 10px;
    }

    .pr_footer_grid {
        gap: 20px;
    }

    .pr_footer_links {
        justify-content: center;
    }

    .pr_footer_col h4 {
        font-size: 1rem;
    }

    .pr_wrapper {
        margin-bottom: 20px;
    }

    .pr_cta h2 {
        line-height: 1.2;
        font-size: 27px;
    }

    .pr_blog h2 {
        font-size: 30px;
    }

    .pr_solutions {
        padding: 30px;
    }

    .pr_solutions h2 {
        font-size: 30px;
    }

    .pr_about_content h2 {
        font-size: 30px;
    }

    .pr_banner_left h1 {
        font-size: 2rem;
    }

    .pr_container {
        width: 100%;
        padding: 0 20px;
    }

    .pr_logo a {
        font-size: 1rem;
    }

    .pr_logo img {
        height: 30px;
    }

    .pr_header_inner {
        border-radius: 12px;
        padding: 15px 20px;
    }

    .pr_header_abs {
        padding: 0;
    }

    .pr_about {
        padding-bottom: 40px;
    }

    .pr_footer {
        margin-top: 20px;
    }
    .pr_contact_hero h1{
        font-size: 32px;
    }
    .pr_contact_card{
        padding: 20px;
        border-radius: 14px;
    }
    .pr_card_title{
        font-size: 1.3rem;
    }
    .pr_form_wrapper h2{
        font-size: 2rem;
    }
    .pr_form_row{
        flex-direction: column;
    }
    .pr_legal_hero h1{
        font-size: 2rem;
    }
    .pr_about_content_wrap h2{
        font-size: 2rem;
    }
    .pr_full_width_img{
        border-radius: 10px;
        height: 250px;
        object-fit: cover;
    }
    .pr_stat_item{
        text-align: center;
    }
}