* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'SF Pro Text', sans-serif !important;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


.main_header_section {
    background: linear-gradient(135deg, #0F172A 0%, #1E3A8A 50%, #312E81 100%);
    padding-top: 40px;
    padding-bottom: 8rem;
}

.main_header_section .badge {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
}

.main-heading {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    padding-top: 1.5rem;
    max-width: 700px;
}

.main-heading .yello_txt {
  background: linear-gradient(90deg, #FACC15 0%, #F97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.main-heading123 span {
    color: #FACC15;
}

.main_header_section .para_txt {
    color: #DBEAFE;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 0.6rem;
    max-width: 700px;
}

.info_header_row_ {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    border-radius: 12px !important;
    padding: 1rem;
    box-shadow: 0px 1px 3px 0px #0000001A;
}

.features_ {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 0.5rem 0;
    flex-wrap: nowrap;
}

.features_ .icon_fe {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #22C55E;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.features_ .icon_fe i {
    font-size: 12px;
    color: white;
}

.features_ .icon_txt {
    color: #DBEAFE;
    font-size: 14px;
    font-weight: 300;
}

.h3_card_head {
    padding-top: 0.5rem;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
}

.para_card_p {
    color: #BFDBFE;
    font-size: 15px;
    font-weight: 300;
}

.info_header_row_ h6 {
    color: #4ADE80;
    font-size: 14px;
    font-weight: 600;
    text-align: start;
}

.info_header_row_ .para {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 650px;
}

.features {
    margin-top: 30px;
}

.features i {
    color: #22C55E;
    margin-right: 10px;
}

.card-form {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.card-form h5 {
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    padding-top: 1rem;
}

.card-form .txt_form {
    padding-top: 0px;
    color: #4B5563;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.card-form form {
    margin-top: 1.6rem;
}

.card-form .icon_box {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-row .form-group {
    flex: 1;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 16px;
    transition: all 0.2s ease;
}

.input-wrapper:focus{
    box-shadow: none !important;
}

.input-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: #9ca3af;
    flex-shrink: 0;
    margin-bottom: 6px !important;
}

.form-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #374151;
    padding: 16px 0;
    width: 100%;
    font-family: inherit;
}

.form-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.required {
    color: #ef4444;
    margin-left: 4px;
}

.card-form .form-control {
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
}

.card-form .input-wrapper:active,
.card-form .input-wrapper:focus{
    border:  1px solid #E5E7EB !important;
    box-shadow: none !important;
}

.btn-gradient {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    color: #F8FAFC !important;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: none;
    line-height: 26px;
    padding: 10px 32px;
    border-radius: 12px;
}

.call_ {
    color: #6B7280;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.strong {
    color: #2563EB;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin-top: 0.4rem;
}

.stats-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.trusted-section {
    background: #FFFFFF;
    box-shadow: 0px 25px 50px -12px #00000040;
    color: #000;
    padding: 50px 40px !important;
    border-radius: 20px;
    margin-top: -80px !important;
    z-index: 10;
    position: relative;
}

.trusted-section .custom_card_box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-top: 1rem;
}

.trusted-section .custom_icon_box {
    width: 70px;
    height: 70px;
    min-width: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-section .orange_bg {
    background: linear-gradient(90deg, #FACC15 0%, #F97316 100%);
}

.trusted-section .green_bg {
    background: linear-gradient(90deg, #22C55E 0%, #14B8A6 100%);
}

.trusted-section .custom_icon_box img {
    width: 35px;
    height: 35px;
}

.trusted-section .custom_text_box h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: start;
    color: #111827;
}

.trusted-section .custom_text_box p {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    text-align: start;
    color: #4B5563;
}


.trusted-logos img {
    max-height: 40px;
    margin: 10px;
}

.info_top_row {
    background: linear-gradient(90deg, #EFF6FF 0%, #FAF5FF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.2rem;
    border-radius: 16px;

}

.info_top_row .txt_12 {
    color: #374151;
    font-size: 16px;
    font-weight: 600;
}

.info_top_row .text_bottom__ {
    color: #4B5563;
    font-size: 16px;
    line-height: 24px;
    padding-top: 1rem;
}

.rating_fill {
    color: #FACC15;
}

.custom_navbar {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
    width: 100%;
    overflow-x: hidden;
}

.info_navbar {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.info_navbar img {
    max-height: 40px;
    height: auto;
    width: auto;
}

.info_navbar .gradient-btn {
    background: linear-gradient(to right, #3b82f6, #a855f7);
    color: #fff;
    border: none;
    padding: 8px 24px;
    border-radius: 12px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}


.main_media_section {
    padding-top: 6rem;
}

.main_media_section .badge {
    background: #DBEAFE;
    color: #1E40AF;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.main_media_section h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    padding-top: 1.5rem;

}

.main_media_section .head_1 {
    color: #111827;
}

.main_media_section .head_2 {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.main_media_section .para_content {
    color: #4B5563;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 1.2rem;
}

.media_row {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 50%, #4F46E5 100%);
    padding: 6px;
    border-radius: 16px;
    display: inline-block;
    margin-top: 4rem !important;
}

.media_row .left_col {
    background: #fff;
    padding: 20px 30px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.media_row .heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.media_row .icon_box {
    width: 45px;
    height: 45px;
    background: #DCFCE7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.media_row .content .txt {
    color: #16A34A;
    font-weight: 600;
    font-size: 18px;

}

.media_row .head_ {
    color: #111827;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-align: start;
    padding-top: 1rem;
}

.media_row .text_content {
    color: #374151;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding-top: 0rem;
    max-width: 500px;
    text-align: start;
    padding-bottom: 1rem;
}

.media_row .icon_text_ {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.media_row .check_icon {
    color: #22C55E;
    font-size: 22px;
}

.media_row .icon_text_ .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #374151;
}

.info_right__ {
    display: flex;

}

.rating__f i {
    color: #FACC15;
    font-size: 20px;
}

.info_right_col_ .content__ .span-1 {
    color: #111827;
    font-weight: 600;
    font-size: 16px;
    text-align: start !important;
}

.info_right_col_ .content__ .span-2 {
    color: #4B5563;
    font-weight: 300;
    font-size: 14px;
    text-align: start !important;
}

.content__ .span-1 {
    color: #111827;
    font-weight: 600;
    font-size: 16px;
    text-align: start !important;
}

.info_right_col_ {
    background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
    border-radius: 16px;
    padding: 10px 0px;
    margin-top: 3rem;
}

.media_row .right_col {
    background: #fff;
    padding: 20px 30px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.info_right_col {
    background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
    border-radius: 16px;
    padding: 30px;
    margin-top: 3rem;
}

.info_right_col .badge_ {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #111827;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 185px;
    margin: auto;
    padding: 8px 0px;
    border-radius: 30px;
}

.info_right_col .badge_ i {
    color: #EAB308;
}

.right_col .card_1 h4 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
}

.right_col .card_1 .card_title1 {
    color: #2563EB;
}

.right_col .card_1 .card_title2 {
    color: #9333EA;
}

.right_col .card_1 .card_title3 {
    color: #16A34A;
}

.right_col .card_1 .card_title4 {
    color: #EA580C;
}

.right_col .card_1 .card_txt {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}


/* cards section */

.main_cards_section {
    padding-top: 4rem;
}

.main_cards_section .card {
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: none;
    height: 100%;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

.main_cards_section .card .icon_box {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #3B82F6 0%, #A855F7 100%);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.main_cards_section .card .card_head {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.main_cards_section .card .card_title {
    font-size: 15px;
    font-weight: 400;
    color: #4B5563;
    line-height: 20px;
    padding-top: 0.7rem;
}

.main_cards_section .main_btn {
    text-align: center;
    margin-top: 2.5rem;
}

.main_cards_section .main_btn button {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    color: #F8FAFC;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 32px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: none;
    border-radius: 12px;
}

.main_cards_section .card_bottom {
    color: #6B7280;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.main_PR_services {
    background: linear-gradient(135deg, #0F172A 0%, #1E3A8A 50%, #312E81 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 5rem;
    text-align: center;
}

.main_PR_services .badge {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
}

.main_PR_services h3 {

    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 1.5rem;
}

.main_PR_services .head_1 {
    color: #FFFFFF
}

.main_PR_services .head_2 {
    background: linear-gradient(90deg, #FACC15 0%, #F97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main_PR_services .para_content {
    color: #DBEAFE;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 1rem;
}

.main_PR_services .card {
    background: #FFFFFF1A;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #FFFFFF33;
    text-align: center;
    height: 100%;
}

.main_PR_services .card .icon_box {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.main_PR_services .card .icon_box {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #3B82F6 0%, #A855F7 100%);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.main_PR_services .cards-container .card-slide .card .icon_box img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
}

.main_PR_services .card .card_title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.main_PR_services .card .card_txt {
    color: #DBEAFE;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.main_PR_services .main_btn {
    text-align: center;
    margin-top: 3.5rem;
}

.main_PR_services .main_btn button {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    color: #F8FAFC;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 32px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

.main_PR_services .card_bottom {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.bootom_card {
    border-top: 1px solid #FFFFFF33;
    
}

.main_PR_services .bootom_card .card_1 {
    padding: 1.5rem;
}

.main_PR_services .bootom_card .card_1 h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.main_PR_services .bootom_card .card_1 span {
    color: #BFDBFE;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

/* maain marquee section */

.main_marque_section {
    background: #F3F4F6;
    padding: 48px 0;
}

.main_marque_section .head {
    color: #4B5563;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.media-marquee-section {
    overflow: hidden;
    position: relative;
    padding-top: 2rem;
}

.marque_txt {
    color: #4B5563;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 1.2rem;
    padding-top: 0.6rem;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding-bottom: 2rem;
}

.marquee-track {
    display: inline-flex;
    gap: 50px;
    white-space: nowrap;
    will-change: transform;
}

.media-logo {
    flex-shrink: 0;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.media-logo:hover {
    transform: scale(1.05);
    opacity: 1;
}

/* publication css */

.main_publication_div {
    padding-top: 4rem;
    text-align: center;
}

.main_publication_div .badge {
    background: #F3E8FF;
    color: #6B21A8;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}


.main_publication_div h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 1.5rem;
}

.main_publication_div .head_1 {
    color: #111827;
}

.main_publication_div .head_2 {
    background: linear-gradient(90deg, #9333EA 0%, #DB2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main_publication_div .para_content {
    color: #4B5563;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 1.2rem;
}

.main_publication_div .main_btn {
    text-align: center;
    margin-top: 2.5rem;
}


.main_publication_div .main_btn button {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    color: #F8FAFC;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 32px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: none;
    border-radius: 12px;
}


.main_publication_div .card_bottom {
    color: #6B7280;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding-top: 1.2rem;
}

.main_publication_div .card {
    background: #FFFFFF01;
    border-radius: 12px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 2rem 0 2rem 0rem;
    text-align: center;
    border: none;
    position: relative;
    height: 100%;
}

.main_publication_div .card .icon_box {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #A855F7 0%, #EC4899 100%);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.card-heading {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.card-heading h5 {
   position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  line-height: 22px;
  color: #333;
  font-size: 18px;
}

.arrow-icon {
    position: absolute;
  right: 0;
  font-weight: bold;
  background: transparent;
  display: inline-block;
}

.step {
    padding-top: 1rem;
    font-size: 14px;
    font-weight: 700;
    color: #9333EA;
}

.arrow-icon i {
    font-size: 40px;
    color: #D8B4FE;
    background: transparent;
}

.main_publication_div .card .txt_ {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #4B5563;
    margin: auto;
    max-width: 250px;

}

.main_brand_section {
    margin-top: 5rem;
    background: linear-gradient(90deg, #9333EA 0%, #DB2777 100%);
    border-radius: 24px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.main_brand_section .head {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.main_brand_section .para_brand {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 1rem;
    text-align: center;
}

.main_brand_section .main_btn {
    margin-top: 0.5rem;
}

.main_brand_section .main_btn button {
    color: #9333EA;
    background: #FFFFFF;
    padding: 8px 32px;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 10px 15px -3px #0000001A;

}

.main_brand_section .card_bottom {
    color: #F3E8FF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding-top: 1.3rem;
}

.main_benefit_section {
    margin-top: 3rem;
    padding-top: 4rem;
    text-align: center;
    background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);

}

.main_benefit_section .badge {
    background: #DCFCE7 !important;
    color: #166534 !important;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.main_benefit_section h5 {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 1.5rem;
}

.main_benefit_section .head_1 {
    color: #111827;
}

.main_benefit_section .head_2 {
    background: linear-gradient(90deg, #16A34A 0%, #2563EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main_benefit_section .para_content {
    color: #4B5563;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 1.2rem;
}

.main_benefit_section .main_btn {
    text-align: center;
    margin-top: 2.5rem;
}

.main_benefit_section .main_btn button {
    background: linear-gradient(90deg, #16A34A 0%, #2563EB 100%);
    color: #F8FAFC;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 32px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: none;
    border-radius: 12px;
}

.main_benefit_section .media_row {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 50%, #4F46E5 100%);
    padding: 6px;
    border-radius: 16px;
    margin-top: 4rem !important;
}

.main_benefit_section .media_row .info_network {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 25px 50px -12px #00000040;

}

.info_network .badge {
    background: #DBEAFE !important;
    color: #1E40AF !important;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.main_benefit_section .media_row .info_network h5 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #111827;
    padding-top: 1.2rem;
}

.main_benefit_section .info_network .para_content {
    color: #4B5563;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 0.8rem;
}

.main_benefit_section .info_network .card {
    background: #F9FAFB;
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
}

.main_benefit_section .info_network .icon_text_ {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.main_benefit_section .info_network .check_icon {
    color: #22C55E;
    font-size: 22px;
}
.main_benefit_section .info_network .card{
    height: 100%;
}

.main_benefit_section .info_network .icon_text_ .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #374151;
    text-align: start;
}

.main_benefit_section .bootom_card {
    border-top: 1px solid #E5E7EB;
}

.main_benefit_section .bootom_card .card_1 {
    padding: 1rem !important;
}

.main_benefit_section .bootom_card .card_1 h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 5px;
}

.main_benefit_section .bootom_card .card_1 .head-1 {
    color: #2563EB;
}

.main_benefit_section .bootom_card .card_1 .head-2 {
    color: #9333EA;
}

.main_benefit_section .bootom_card .card_1 .head-3 {
    color: #16A34A;
}

.main_benefit_section .bootom_card .card_1 .head-4 {
    color: #EA580C;
}

.main_benefit_section .bootom_card .card_1 span {
    color: #4B5563;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


.main_PR_sucess_section {
    padding-top: 6rem;
    text-align: center;
}

.main_PR_sucess_section .badge {
    background: #F3E8FF;
    color: #6B21A8;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}


.main_PR_sucess_section h5 {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 1.5rem;
}

.main_PR_sucess_section .head_1 {
    color: #111827;
}

.main_PR_sucess_section .head_2 {
    background: linear-gradient(90deg, #9333EA 0%, #DB2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main_PR_sucess_section .para_content {
    color: #4B5563;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 1.2rem;
}


.main_PR_sucess_section .card {
    border-radius: 12px;
    background: #FFFFFF01;

    box-shadow: 0px 10px 15px -3px #0000001A;
    border: none;

}

.main_PR_sucess_section .card img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.main_PR_sucess_section .card .badge_ {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    background: #3B82F6;
    padding: 4px 12px;
    border-radius: 30px;
    color: #FFFFFF;

}

.main_PR_sucess_section .card .card-body {
    text-align: start;
}

.main_PR_sucess_section .card .card-body .card_head {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

.main_PR_sucess_section .card .card-body .para_ {
    color: #4B5563;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 0.2rem;
}

.main_PR_sucess_section .card .card-body .icon_text_ {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.main_PR_sucess_section .card .card-body .check_icon {
    color: #22C55E;
    font-size: 20px;
}

.main_PR_sucess_section .card .card-body .icon_text_ .text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4B5563;
}

.main_PR_sucess_section .card .card-body .pricing {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0.5rem;
}

.main_PR_sucess_section .card .card-body .pricing .main_price {
    font-size: 30px;
    line-height: 36px;
    color: #111827;
    font-weight: 700;
}

.main_PR_sucess_section .card .card-body .pricing .delete {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #9CA3AF;
}

.main_PR_sucess_section .card .card-body .pricing .save {
    color: #166534;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 5px 8px;
    background: #DCFCE7;
    border-radius: 4px;
}

.main_PR_sucess_section .card .card-body .main_btn {
    text-align: center;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}

.main_PR_sucess_section .card .card-body .main_btn button {
    background: linear-gradient(90deg, #3B82F6 0%, #06B6D4 100%);
    padding: 6px 0;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border: none;
    border-radius: 12px;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.main_PR_sucess_section .card .card-body .main_btn button i {
    font-size: 25px;
}

.main_PR_sucess_section .card .purple_badge {
    background: #A855F7 !important;
}

.main_PR_sucess_section .card .card-body .purple_btn button {
    background: linear-gradient(90deg, #A855F7 0%, #EC4899 100%);

}

.main_PR_sucess_section .card .green_badge {
    background: #22C55E !important;
}

.main_PR_sucess_section .card .card-body .green_btn button {
    background: linear-gradient(90deg, #22C55E 0%, #10B981 100%);

}

.main_PR_sucess_section .card .orange_badge {
    background: #F97316 !important;
}

.main_PR_sucess_section .card .card-body .orange_btn button {
    background: linear-gradient(90deg, #F97316 0%, #EF4444 100%);
}

.main_PR_sucess_section .card .blue_badge {
    background: #6366F1 !important;
}

.main_PR_sucess_section .card .card-body .blue_btn button {
    background: linear-gradient(90deg, #6366F1 0%, #A855F7 100%);

}

.main_PR_sucess_section .card .yellow_badge {
    background: linear-gradient(90deg, #FACC15 0%, #F97316 100%);
}

.main_PR_sucess_section .card .card-body .yellow_btn button {
    background: linear-gradient(90deg, #EAB308 0%, #F97316 100%);

}

.main_client_section {
    margin-top: 5rem;
    background: linear-gradient(90deg, #111827 0%, #1F2937 100%);
    border-radius: 24px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_client_section .head {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding-top: 1rem;
    text-align: center;
}

.main_client_section .para_brand {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 1.2rem;
    text-align: center;
    margin: auto;
    max-width: 740px;
}

.main_client_section .main_btn {
    margin-top: 2rem;
}

.main_client_section .main_btn button {
    color: #111827;
    background: #FFFFFF;
    padding: 8px 32px;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 10px 15px -3px #0000001A;

}

.main_client_section .card_bottom {
    color: #D1D5DB;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    padding-top: 1.3rem;
}

.main_client_section .rating {
    display: flex;
    gap: 8px;
}

.main_client_section .rating i {
    color: #FACC15;
    font-size: 20px;
}

.client_rate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.client_rate .txt {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.client_rate i {
    font-size: 20px;
}

.faq-section {
    background: transparent;
    padding: 100px 0;
    text-align: center;
}

.contact-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.contact-card h3 {
    color: #111827;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}

.contact-card p {
    color: #4B5563;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item h5 {
    color: #111827;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.contact-item .p_content {
    font-size: 15px;
    font-weight: 400;
}

.contact-item .blue {
    color: #2563EB;
}

.contact-item .green {
    color: #16A34A;
}

.contact-item .purple {
    color: #9333EA;
}

.contact-item:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.contact-icon.phone {
    background: #e3f2fd;
    color: #1976d2;
}

.contact-icon.email {
    background: #e8f5e8;
    color: #388e3c;
}

.contact-icon.chat {
    background: #f3e5f5;
    color: #7b1fa2;
}

.contact-details h5 {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.contact-details p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.contact-details a {
    color: inherit;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.btn-consultation {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    border: none;
    padding: 8px 16px;
    color: white !important;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 12px !important;
}


.faq-container {
    border: 0 !important;
    background: transparent !important;
}

.accordion-button {
    background: transparent;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    padding: 30px !important;
    font-weight: 700;
    font-size: 18px;
    color: #111827;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: #667eea;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent;
    background: transparent !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
  
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23667eea'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
  
}

.accordion-item {
    border: none !important;
    margin-bottom: 10px;
    background: transparent !important;
}

.accordion-body {
    padding: 20px 0;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.accordion-collapse {
    border: none;
}

.faq-section .badge {
    background: #DBEAFE;
    color: #1E40AF;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.faq-section h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 1.5rem;
}

.faq-section .head_1 {
    color: #111827;
}

.faq-section .head_2 {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.faq-section .para_content {
    color: #4B5563;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 1.2rem;
}


.main_footer {
    background: #0D0D0D;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 1rem;

}

.main_footer p {
    color: #FCFCFC;
    font-size: 18px;
    font-weight: 400;
    padding-top: 0.2rem;
}


.info_input_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.main_bg_white {
    background: white;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-row .form-group {
    flex: 1;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 16px;
    transition: all 0.2s ease;
}

.input-wrapper:focus-within {
    border-color: #3b82f6;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.input-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: #9ca3af;
    flex-shrink: 0;
}

.form-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #374151;
    padding: 16px 0;
    width: 100%;
    font-family: inherit;
}

.form-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.required {
    color: #ef4444;
    margin-left: 4px;
}

.submit-btn {
    width: 100%;
    background-color: #3b82f6;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 24px;
    transition: background-color 0.2s ease;
}

.submit-btn:hover {
    background-color: #2563eb;
}

.submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

.input-icon i {
    font-size: 20px;
    color: #9ca3af;
    margin-bottom: 4px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
}


.gradient-text {
    background: linear-gradient(90deg, #FACC15 0%, #F97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.main_PR_Agency_section {
    padding-top: 6rem;
}

.main_PR_Agency_section .badge {
    background: #DBEAFE;
    color: #1E40AF;
    text-align: center;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.main_PR_Agency_section h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    padding-top: 1.5rem;

}

.main_PR_Agency_section .head_1 {
    color: #111827;
}

.main_PR_Agency_section .head_2 {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.main_PR_Agency_section .para_content {
    color: #4B5563;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    max-width: 740px;
    padding-top: 1.2rem;
}

.main_PR_Agency_section .media_row {
    background: linear-gradient(90deg, #2563EB 0%, #9333EA 50%, #4F46E5 100%);
    padding: 6px;
    border-radius: 16px;
    margin-top: 4rem !important;
}

.main_PR_Agency_section .media_row .left_col {
    background: #fff;
    padding: 20px 30px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.main_PR_Agency_section .media_row .heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main_PR_Agency_section .media_row .icon_box {
    width: 45px;
    height: 45px;
    background: #DCFCE7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.main_PR_Agency_section .media_row .content .txt {
    color: #16A34A;
    font-weight: 600;
    font-size: 18px;
}

.main_PR_Agency_section .media_row .head_ {
    color: #111827;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-align: start;
    padding-top: 1rem;
}

.main_PR_Agency_section .media_row .text_content {
    color: #374151;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding-top: 1rem;
    max-width: 500px;
    text-align: start;
    padding-bottom: 1rem;
}

.main_PR_Agency_section .media_row .icon_text_ {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.main_PR_Agency_section .media_row .check_icon {
    color: #22C55E;
    font-size: 22px;
}

.main_PR_Agency_section .media_row .icon_text_ .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #374151;
}

.main_PR_Agency_section .container {
    max-width: 600px;
    margin: 0 auto;
}

.main_PR_Agency_section .info_box {
    display: flex;
    align-items: start !important;
    gap: 16px;
    padding: 16px 0;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.main_PR_Agency_section .info_box .icon_box {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #3B82F6 0%, #A855F7 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info_box .icon_box i {
    font-size: 20px;
    color: #fff;
}

.text_content h5 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.text_content p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}



@media (max-width: 768px) {
    .main-heading {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;

    }

    .main_brand_section {
        text-align: center;
    }


    .pricing {
        gap: 8px !important;
    }

    .main_PR_sucess_section .card .card-body .pricing .main_price {
        font-size: 24px !important;
        line-height: 36px;
    }

    .main_PR_sucess_section .card .card-body .pricing .delete {
        font-size: 16px !important;
        font-weight: 400;
    }

    .main_PR_sucess_section .card .card-body .pricing .save {
        font-size: 12px;
        line-height: 16px;
    }
}


@media (min-width:480px) {
    .main_PR_Agency_section {
        display: none;
    }

}

@media (max-width: 480px) {
    .info_box {
        align-items: start;
    }

    .icon_box {
        width: 44px;
        height: 44px;
    }

    .icon_box i {
        font-size: 18px;
    }

    .text_content h5 {
        font-size: 15px;
    }

    .text_content p {
        font-size: 13px;
    }
    .main_footer{
        margin-bottom: 1rem !important;
    }
}

.main_PR_Agency_section .text_content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #0f172a;
}

.main_PR_Agency_section .text_content {
    padding-top: 0px !important;
}

.main_PR_Agency_section .text_content p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

@media (max-width: 576px) {
    .info_box {
        align-items: flex-start;
    }

    .icon_box {
        width: 44px;
        height: 44px;
    }

    .icon_box i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .info_navbar {
        height: auto;
        padding: 10px;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .info_navbar .gradient-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .main_benefit_section {
        display: none;
    }
}


@media (max-width:992px) {

    .trusted-section .content_card h5 {
        text-align: start;
    }

    .trusted-section .content_card .content_p {
        text-align: start;
    }

    .trusted-section .custom_icon_box {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .trusted-section .custom_icon_box img {
        width: 30px;
        height: 30px;
    }

    .trusted-section {
        padding: 40px 20px !important;
    }

    .trusted-section .custom_card_box p {
        font-size: 14.5px !important;
    }

    .main_PR_Agency_section h2,
    .main_PR_sucess_section h6,
    .main_benefit_section h5,
    .main_publication_div h4,
    .main_PR_services h3,
    .main_media_section h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .main_PR_Agency_section .left_col {

        border-bottom-left-radius: 0px !important;
    }

    .main_PR_Agency_section .left_col,
    .media_row .left_col {
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .main_PR_Agency_section .right_col,
    .media_row .right_col {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 0px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 40px 0;
    }

    .contact-card,
    .faq-container {
        padding: 25px;
        margin-bottom: 30px;
    }

    .main_header_section {
        text-align: center;
    }

    .main_header_section .para_txt {
        font-size: 18px;
    }

    .info_header_row_ .para {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:668px) {
    .main_footer p {
        font-size: 15px;
    }

    .form-row {
        gap: 0px !important;
    }
}

@media (max-width: 640px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }

    .form-container {
        padding: 24px;
        margin: 0 16px;
    }
}


@media (max-width:580px) {
    .card-form {
        padding: 10px;
    }

    .card-form h5 {
        font-size: 22px;
    }

    .main_client_section {
        width: 90% !important;

    }

    .main_brand_section {
        width: 90% !important;

    }

    .main_header_section {
        padding-top: 0;
    }

    .media_row {

        margin: 5px !important;
    }

    .main_media_section .para_content {
        padding-bottom: 3rem;
    }

    .info_right_col {

        margin-top: 0rem;
    }

    .info_right_col .badge_ {

        max-width: 185px;
        margin: auto;
        padding: 8px 0px;
        border-radius: 30px;

    }

    .main_PR_services .bootom_card .card_1 {
        padding: 1rem 2rem;
    }

    .main_client_section {

        padding: 40px 20px !important;
    }

    .main_client_section .rating i {
        font-size: 18px;
    }

    .client_rate {
        text-align: center;
    }

    
.main_PR_services .bootom_card .card_1 span {
   
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
    
.info_header_row_ h6 {
  
    text-align: start;
    padding-left: 1rem;

}
}

@media (max-width: 767px) {
    .main_PR_services h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .main_PR_services .para_content {
        font-size: 16px;
        line-height: 24px;
    }

    .cards-container {
        overflow: hidden;
        position: relative;
    }

    .cards-slider {
        display: flex;
        cursor: grab;
        user-select: none;
    }

    .cards-slider:active {
        cursor: grabbing;
    }

    .card-slide {
        min-width: 280px;
        max-width: 280px;
        margin: 0 10px;
        flex-shrink: 0;
    }

    .card-slide .card {
        width: 100%;
        margin-bottom: 0;
    }

    .desktop-grid {
        display: none;
    }

    .mobile-slider {
        display: block;
    }

    .bootom_card .card_1 h5 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .mobile-slider {
        display: none;
    }

    .desktop-grid {
        display: block;
    }
 
}


@media (max-width: 768px) {
  .card-heading h5 {
    position: static;
    transform: none;
    text-align: left;
    white-space: normal;
  }

  .arrow-icon {
    display: none;
  }

  .card-heading {

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
}

@media (max-width: 991px) and (min-width: 768px) {
    .main_PR_services h3 {
        font-size: 40px;
        line-height: 48px;
    }
}