.certified-btn,
.cf7-submit input[type="submit"] {
margin-top: 30px;
padding: 12px 30px !important;
border-radius: 30px !important;
border: none;
font-size: 18px !important;
font-weight: 500;
text-transform: capitalize;
background: #f36c29 !important;
color: #fff !important;
font-family: 'Poppins', sans-serif !important;
}
button.certified-btn:hover,
.cf7-submit input[type="submit"]:hover {
background: linear-gradient(90deg,
rgb(161 36 132) 0%,
rgb(161 36 132) 24%,
rgb(57 135 201) 100%) !important;
color: #fff;
} .certified-pop {
position: fixed;
inset: 0;
z-index: 1000;
display: none;
background: #f8f8f8;
justify-content: center;
align-items: center;
overflow: scroll;
}
.certified-pop .popup-content {
text-align: center;
max-width: 1200px;
margin: 5% auto;
position: relative;
} .certified-pop .close {
position: absolute;
top: -20px;
right: 0;
font-size: 28px;
cursor: pointer;
color: #000;
}
.discussion-section {
padding: 20px 0;
}
.discussion-section .contact-box {
background: #ffffff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.discussion-section .contact-box h2 {
font-size: 22px;
margin-bottom: 10px;
}
.discussion-section .form-features li {
font-size: 14px;
color: #28a745;
margin: 0;
}
.discussion-section .contact-form-wrapper {
margin-top: 10px;
} .trusted-box h4 {
font-size: 18px;
margin: 25px auto;
}
.trusted-box_colums .row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 10px;
}
.trusted-box img {
height: 60px;
object-fit: contain;
margin: 0 auto;
}
.trusted-box_colums_items {
margin: 10px 0;
padding: 0 24px;
}
.discussion-section .col-md-6 {
padding: 0px 15px;
}
.discussion-section ul.form-features {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
gap: 25px;
margin-bottom: 16px;
} .cf7-field.schedule-conslt input,
.cf7-field.schedule-conslt select,
.cf7-field.schedule-conslt textarea {
width: 100%;
padding: 10px 15px;
font-size: 12px;
border: 1px solid #ccc;
border-radius: 10px;
color: #494949;
font-weight: 400;
min-height: 46px;
margin: 10px 0;
line-height: 16px;
}
.wpcf7-not-valid-tip {
text-align: left;
}
.schedule-conslt .wpcf7-not-valid-tip {
font-size: 12px;
}
.cf7-field.schedule-conslt textarea {
max-height: 80px;
}
.cf7-field.schedule-conslt ::placeholder {
color: #bbb;
font-weight: 300;
}
.cf7-field.schedule-conslt input:focus,
.cf7-field.schedule-conslt select:focus,
.cf7-field.schedule-conslt textarea:focus {
outline: none;
border-color: #b5b5b5;
color: #444;
}
.cf7-field.schedule-conslt small {
font-size: 10px;
color: #666;
}
.schedule-conslt .cf7-submit {
position: relative;
}
.schedule-conslt .wpcf7-spinner {
position: absolute;
left: 0;
top: -20px;
}
.schedule-conslt .cf7-submit input[type="submit"] {
margin-bottom: 0;
}
.marquee-wrapper {
width: 100%;
overflow: hidden;
position: relative;
}
.trusted-box_colums .marquee {
display: flex;
gap: 20px;
width: max-content;
animation: marquee-scroll 30s linear infinite;
}
.marquee-item {
flex: 0 0 auto;
width: 400px;
height: 300px;
border-radius: 16px;
overflow: hidden;
background: #000;
}
.marquee-item iframe {
width: 100% ! IMPORTANT;
height: 100% !important;
border: none;
display: block;
}
.contact-box br {
display: none;
} @keyframes marquee-scroll {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
body .marquee-wrapper .marquee {
animation-play-state: running !important;
}
.marquee-wrapper:hover .marquee {
animation-play-state: paused !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.discussion-section {
padding: 50px 30px !important;
}
.discussion-section,
section.hero-section {
margin-top: 70px !important;
}
.certified-pop .close {
top: 0 !important;
right: 25px !important;
}
.trusted-box_colums .row {
margin-bottom: 30px;
}
.discussion-section .col-md-6 {
width: 100% !important;
padding: 0 !important;
}
.trusted-box {
margin-top: 30px !important;
}
}
@media (max-width: 767px) {
.certified-pop .close {
top: 30px !important;
right: 22px !important;
}
.discussion-section {
padding-bottom: 50px;
}
h2,
h3 {
font-size: 30px !important;
line-height: 40px !important;
}
.trusted-box_colums .row {
grid-template-columns: 1fr 1fr 1fr;
}
.marquee-item {
width: 300px;
height: 220px;
}
.trusted-box h4 {
margin-bottom: 0 !important;
}
.discussion-section,
.trusted-box {
margin-top: 30px !important;
}
.discussion-section ul.form-features {
flex-wrap: wrap;
gap: 0 !important;
}
.trusted-box_colums .row,
button.certified-btn {
margin-top: 0 !important;
}
} .faq-hero {
background-image: url(https://rndexperts.com/wp-content/uploads/2026/01/About-new-bg.webp);
min-height: 380px;
margin-top: 82px;
padding: 50px 60px;
text-align: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.faq-hero .badge {
display: inline-block;
color: #fff;
border-radius: 999px;
padding: 6px 18px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 20px;
}
.faq-hero h1 {
font-size: clamp(28px, 5vw, 48px);
font-weight: 800;
margin-bottom: 16px;
line-height: 1.2;
color: #fff;
}
.faq-hero p {
font-size: 17px;
color: #fff;
max-width: 560px;
margin: 0 auto 0 auto;
}
.faq_section.new-faq.home::before {
display: none;
}
.faq_section.new-faq.home {
padding: 60px 0;
} .tab-bar {
background: #fff;
z-index: 999;
border-bottom: 1px solid #eee;
display: flex;
gap: 20px;
padding: 10px;
justify-content: center;
width: 97%;
border-radius: 5px;
}
.tab-bar.is-fixed {
position: fixed;
top: 83px; left: 0;
width: 100%;
z-index: 9999;
background: #fff;
box-shadow: 0 4px 12px rgb(0 0 0 / 4%);
border-top: 1px solid #ededed;
} .tab-bar-inner {
display: flex;
gap: 10px;
padding: 10px;
overflow-x: auto;
scrollbar-width: none;
justify-content: center;
}
.tab-bar-inner::-webkit-scrollbar {
display: none;
} .tab-btn {
flex: 0 0 auto;
padding: 10px 16px;
border: 1px solid #eee;
background: #fff;
color: #333;
font-size: 14px;
font-weight: 500;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s ease;
white-space: nowrap;
} .tab-btn:hover {
border-color: #f36c29;
color: #f36c29;
transform: translateY(-1px);
} .tab-btn.active {
background: #f36c29 !important;
color: #fff;
border-color: #f36c29;
box-shadow: 0 6px 15px rgba(243, 108, 41, 0.25);
}
.tab-bar button.tab-btn {
background: #fff;
} @media (max-width: 767px) {
.tab-btn {
padding: 8px 12px;
font-size: 13px;
margin: 5px;
}
.faq-hero {
padding: 50px 20px;
}
.faq-hero p {
margin-bottom: 20px;
}
.tab-bar.is-fixed {
top: 66px;
}
.tab-bar {
display: block;
width: 100%;
}
}
.final-cta-section {
color: #ffffff;
margin: 80px 0;
}
.final-cta-box {
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 64px;
backdrop-filter: blur(10px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
background: #f36c29;
}
.final-cta-box h2 {
font-size: 32px;
font-weight: 700;
margin-bottom: 10px;
color: #ffffff;
text-align: center;
}
.final-cta-box p {
font-size: 16px;
line-height: 1.6;
color: #ffffff;
text-align: center;
margin: 20px 0;
}
.cta-btns {
display: flex;
justify-content: center;
gap: 12px;
align-items: flex-end;
} .cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 18px;
border-radius: 10px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
width: 100%;
max-width: 220px;
} .primary-btn {
background: #fff;
color: #000000;
border: 1px solid transparent;
}
.primary-btn:hover {
background: #fff;
transform: translateY(-2px);
} .secondary-btn {
background: transparent;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.3);
}
.secondary-btn:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-2px);
} @media (max-width: 991px) {
.cta-btns {
align-items: flex-start;
margin-top: 20px;
flex-direction: column;
}
.final-cta-box {
text-align: left;
}
}
@media (max-width: 576px) {
.final-cta-box {
padding: 25px;
}
.final-cta-box h2 {
font-size: 24px;
}
.cta-btn {
max-width: 100%;
}
}
.final-cta-box::before {
content: '';
position: absolute;
width: 320px;
height: 320px;
background: rgb(255 255 255 / 6%);
border-radius: 50%;
top: -120px;
right: -120px;
}