html :where(img[class*="wp-image-"]) {
height: auto;
max-width: 100%;
}
#ez-toc-container {
display: none !important;
}
.soc-mob {
display: none;
}
.ez-toc-sticky {
display: none;
}
.left-sidebar #ez-toc-container .ez-toc-title-toggle {
display: none;
}
a.btn--red,
button.btn--red {
color: #fff !important;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 1; letter-spacing: 4.8px;
text-transform: capitalize;
border-radius: 39.366px;
background: #e80101;
box-shadow: 0px 2.41px 11.247px 0px rgba(232, 1, 1, 0.34);
padding: 18px 35px;
border: 1px solid #e80101;
outline: none;
}
a.btn--red:hover,
button.btn--red:hover {
background: #fff;
color: #e80101 !important;
}
.max-con {
margin: auto;
width: 90%;
} .aiButtonWrapper {
margin-bottom: 30px;
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}
.aiButtonWrapper .ai-summary-buttons {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.aiButtonWrapper .ai-label {
color: #000;
font-size: 20px;
font-weight: 600;
}
.aiButtonWrapper .ai-summary-buttons .ai-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 14px;
border-radius: 10px;
font-size: 13px;
font-weight: 500;
color: #fff;
text-decoration: none;
transition:
transform 0.15s ease,
opacity 0.15s ease;
}
.aiButtonWrapper .ai-summary-buttons .ai-btn:hover {
opacity: 0.9;
transform: translateY(-1px);
} .chatgpt {
background: #74aa9c;
}
.chatgpt img {
width: 17px;
height: auto;
}
.perplexity {
background: #31b8c6;
}
.perplexity img {
width: 17px;
height: auto;
}
.claude {
background: #de7356;
}
.claude img {
width: 17px;
height: auto;
}
.google {
background: #2e87ff;
}
.google img {
width: 17px;
height: auto;
} .blog-home-banner {
padding: 30px 0 50px;
}
.blog-home-banner .content {
text-align: center;
background: #ffd4d4;
border-radius: 20px;
padding: 120px 50px;
position: relative;
}
.blog-home-banner .content::before {
content: "";
background-image: url(//appvertical.kodefuse.com/wp-content/uploads/2025/12/Vector-5.png);
width: 100%;
height: 100%;
position: absolute;
left: 0;
background-repeat: no-repeat;
top: 0;
background-size: contain;
pointer-events: none;
}
.blog-home-banner .content::after {
content: "";
background-image: url(//appvertical.kodefuse.com/wp-content/uploads/2025/12/Vector-5.png);
width: 100%;
height: 100%;
position: absolute;
right: 0;
background-repeat: no-repeat;
top: 0;
background-size: contain;
background-position: right;
pointer-events: none;
}
.blog-home-banner .content h1 {
font-size: 70px;
font-weight: 600;
color: #000;
padding: 0;
}
.blog-home-banner .content h1 strong {
color: #e80101;
}
.blog-home-banner .content p {
color: #333333;
font-size: 20px;
line-height: 29px;
font-weight: 500;
width: 50%;
margin: auto;
}
.blog-home-banner .content .tnp-subscription {
max-width: 40%;
margin-top: 30px;
}
.blog-home-banner .content .tnp-subscription label {
display: none;
}
.blog-home-banner .content .tnp-subscription label {
display: none;
}
.blog-home-banner .content .tnp-subscription form {
display: flex;
width: 100%;
margin: auto;
position: relative;
z-index: 1;
background: #fff;
padding: 5px;
border-radius: 12px;
border: 1px solid #b8b8b8;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-email {
margin: 0;
width: 100%;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-email input {
background: #fff;
outline: none;
font-size: 16px;
color: #a6a6a6;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-button {
margin: 0;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-button input {
background: #e80101;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
padding: 10px 20px;
}
.feature-blog-wrapper .feature-grid {
display: grid;
grid-template-columns: 1fr 0.5fr;
gap: 100px;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-image {
position: relative;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-image img {
border-radius: 20px;
width: 100%;
height: 400px;
object-fit: cover;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-image h4 {
font-size: 12px;
color: #000;
font-weight: 600;
background: #fff;
padding: 10px 12px;
border-radius: 50px;
position: absolute;
top: 15px;
right: 15px;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-content h4 {
font-size: 18px;
font-weight: 600;
color: #333333;
text-transform: uppercase;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-content h2 {
font-size: 30px;
font-weight: 600;
line-height: 40px;
color: #000;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-content p {
font-size: 20px;
font-weight: 500;
line-height: 30px;
color: #666666;
}
.feature-blog-wrapper .feature-grid .feature-right .latest-image img {
border-radius: 8px;
width: 190px;
height: 118px;
object-fit: cover;
}
.feature-grid .feature-right .featured-sidebar-articles h4 {
color: #666666;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-main {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
border: 1px solid #e4e4e4;
padding: 6px;
border-radius: 10px;
gap: 20px;
margin-top: 18px;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-content h3 {
color: #666666;
font-size: 18px;
font-weight: 500;
line-height: 22px;
margin: 0;
}
.search-and-marquee {
padding: 80px 0;
}
.search-and-marquee .marquee-grid {
display: grid;
gap: 100px;
grid-template-columns: 1fr 0.5fr;
align-items: center;
}
.search-and-marquee .marquee-grid .left-side .category-grid-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.search-and-marquee .marquee-grid .left-side .category-grid-list a {
font-size: 18px;
font-weight: 500;
color: #666666;
margin-right: 0px;
text-transform: capitalize;
}
.search-and-marquee .marquee-grid .right-side .cus--search {
position: relative;
display: flex;
align-items: center;
}
.search-and-marquee .marquee-grid .right-side .cus--search svg {
position: absolute;
top: 10px;
left: 16px;
margin: auto;
}
.search-and-marquee .marquee-grid .right-side {
margin-left: auto;
}
.search-and-marquee .marquee-grid .right-side .cus--search input {
border-radius: 40px;
width: 280px;
height: 40px;
border: 1px solid #d2d2d2;
padding-left: 45px;
padding-right: 10px;
outline: none;
}
.category-blogs {
padding: 50px 0 70px;
border-bottom: 1px solid #d7d7d7;
}
.category-blogs:first-child {
padding-top: 0;
}
.category-blogs:last-child {
border-bottom: 0px;
}
.category-blogs .cat-blogs-head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}
.category-blogs .cat-blogs-head h3 {
font-size: 24px;
font-weight: 600;
color: #333333;
margin-bottom: 0;
text-transform: uppercase;
}
.category-blogs .cat-blogs-head a {
margin-bottom: 0px;
font-size: 18px;
font-weight: 500;
color: #333333;
border-bottom: 1px solid #e80101;
}
.blog-cards-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
.blog-cards-grid .blog--cards {
box-shadow: 0px 4px 25px 0px #0000001f;
border-radius: 20px;
position: relative;
transition: 0.5s;
}
.blog-cards-grid .blog--cards:hover {
box-shadow: 0px 4px 25px 0px #6f6b6bd6;
}
.blog-cards-grid .blog--cards img {
height: 270px;
width: 100%;
object-fit: cover;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.blog-cards-grid .blog--cards .card--content {
padding: 20px;
}
.blog-cards-grid .blog--cards .tag,
.blog-cards-grid .blog--cards h6 {
font-size: 12px;
color: #000;
font-weight: 600;
background: #fff;
padding: 10px 12px;
border-radius: 50px;
position: absolute;
top: 15px;
right: 15px;
}
.blog-cards-grid .blog--cards .card--content h4 {
font-size: 22px;
font-weight: 600;
color: #000;
margin-bottom: 10px;
}
.blog-cards-grid .blog--cards .card--content p {
font-size: 18px;
font-weight: 500;
color: #616161;
}
.blog-cards-grid .blog--cards .card--content .author-info {
display: flex;
gap: 10px;
align-items: center;
}
.blog-cards-grid .blog--cards .card--content .author--wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.blog-cards-grid .blog--cards .card--content .author--wrapper p {
font-size: 18px;
color: #a3a3a3;
margin-bottom: 0;
}
.blog-cards-grid .blog--cards .card--content .author-info span {
font-size: 18px;
font-weight: 500;
color: #666666;
margin-bottom: 0px;
}
.blog-cards-grid .blog--cards .card--content .author-info .author-img {
width: 50px;
height: 50px;
}
.blog-cards-grid .blog--cards .card--content .author-info .author-img img {
width: 100%;
height: 100%;
border-radius: 100px;
}  .category-banner {
padding: 60px 0;
}
.category-banner .content {
text-align: center;
}
.category-banner .content p {
color: #333333;
font-size: 20px;
line-height: 29px;
font-weight: 500;
width: 50%;
margin: auto;
}
.category-banner .content h1 {
font-size: 70px;
font-weight: 600;
color: #333333;
padding: 0;
width: 80%;
margin: auto;
}
.category-banner .content h1 span {
color: #e80101;
}  .cus-search-sec {
padding-bottom: 50px;
}
.cus-search-sec #searchform {
padding-top: 60px;
padding-bottom: 30px;
}
.cus-search-sec .search--content .search-text {
text-align: center;
font-size: 18px;
color: #333333;
font-weight: 500;
padding-bottom: 50px;
}
.cus-search-sec .cus--search {
position: relative;
display: flex;
align-items: center;
width: 70%;
margin: auto;
}
.cus-search-sec .cus--search svg {
position: absolute;
top: 16px;
left: 16px;
margin: auto;
}
.cus-search-sec .cus--search input {
border-radius: 40px;
width: 100%;
height: 50px;
border: 1px solid #d2d2d2;
padding-left: 45px;
padding-right: 10px;
outline: none;
}  .single-main {
width: 90%;
margin: auto;
}
.single-main .banner-wrapper { margin: 50px 0;
border-radius: 20px;
padding: 20px 100px;
position: relative;
height: 430px;
display: flex;
flex-direction: column;
justify-content: center;
background: linear-gradient(180deg, #0e2846 0%, #000105 100%);
position: relative;
z-index: 10;
} .single-main .banner-wrapper h1 {
color: #fff;
font-size: 50px;
font-weight: 600;
margin-bottom: 0;
z-index: 1;
position: relative;
width: 65%;
}
.single-main .banner-wrapper .author-details {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 20px;
}
.single-main .banner-wrapper .author-details .author-info {
display: flex;
gap: 15px;
align-items: center;
}
.single-main .banner-wrapper .author-details .author-image img {
height: 45px;
width: 45px;
border-radius: 55px;
overflow: hidden;
}
.single-main .banner-wrapper .author-details .author-name {
color: #fff;
font-size: 18px;
font-weight: 600;
margin-bottom: 0;
padding-bottom: 20px;
margin-top: 15px;
}
.single-main .banner-wrapper .author-details .author-name a {
color: #fff;
}
.single-main .banner-wrapper .author-details .post-date {
color: #fff;
font-size: 18px;
font-weight: 400;
margin-bottom: 0;
}
.single-main .banner-wrapper .author-details .reading-time-bubble {
color: #fff;
font-size: 18px;
font-weight: 400;
margin-bottom: 0;
display: flex;
gap: 10px;
align-items: center;
}
.single-main .banner-wrapper .author-details .post-views {
color: #fff;
font-size: 18px;
font-weight: 400;
margin-bottom: 0;
display: flex;
gap: 10px;
align-items: center;
}
.single-main .banner-wrapper .author-details .last-updated {
color: #fff;
font-size: 18px;
font-weight: 400;
margin-bottom: 0;
display: flex;
gap: 10px;
align-items: center;
}
.breadcrumb-wrapper .custom-breadcrumb a {
color: #fff;
font-weight: 500;
}
.breadcrumb-wrapper .custom-breadcrumb span {
color: #fff;
font-weight: 500;
}
.breadcrumb-wrapper .custom-breadcrumb .separator {
color: #fff;
font-weight: 500;
font-size: 12px;
margin: 0 5px;
}
.single-main .left-sidebar {
position: sticky;
top: 100px;
}
.single-main .left-sidebar .soc p,
.soc-mob p {
color: #000;
font-size: 28px;
font-weight: 600;
margin-bottom: 15px;
}
.single-main .left-sidebar .soc .heateor_sss_svg {
padding: 5px 8px !important;
}
.single-main .left-sidebar .soc .heateor_sss_sharing_ul {
display: flex;
gap: 5px;
}
.single-main .left-sidebar #ez-toc-container {
background: transparent;
border: 0px;
border-radius: 4px;
display: block !important;
}
.ez-toc-title-container {
margin-bottom: 20px;
}
.single-main .left-sidebar #ez-toc-container .ez-toc-title {
color: #000;
font-size: 28px;
font-weight: 600;
}
.single-main .left-sidebar #ez-toc-container ul {
display: flex;
flex-direction: column;
gap: 15px;
}
.single-main .left-sidebar #ez-toc-container .ez-toc-list li a {
padding-left: 12px;
transition: 0s;
color: #000;
}
.single-main .left-sidebar #ez-toc-container .ez-toc-list li a.active {
color: #e80101;
border-left: 2px solid #e80101;
}
.single-main .blog-content-wrapper h2 {
font-size: 32px;
font-weight: 600;
color: #333333;
}
.single-main .blog-content-wrapper h3 {
font-size: 24px;
font-weight: 500;
color: #333333;
}
.single-main .blog-content-wrapper h4 {
font-size: 20px;
font-weight: 500;
color: #333333;
}
.single-main .blog-content-wrapper h8 {
font-size: 18px;
font-weight: 500;
color: #333333;
}
.single-main .blog-content-wrapper table {
min-width: unset !important;
margin-bottom: 15px;
}
.single-main .blog-content-wrapper p {
color: #666666;
font-size: 18px;
font-weight: 500;
line-height: 1.6;
}
.single-main .blog-content-wrapper ul {
padding-left: 20px;
margin: 20px 0;
}
.single-main .blog-content-wrapper ul li {
color: #666666;
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
list-style: disc !important;
}
.single-main .blog-content-wrapper img.aligncenter {
margin: auto;
display: block;
}
.faqSection {
margin-top: 40px;
}
.faqSection h2 {
font-size: 30px;
font-weight: 600;
margin-bottom: 20px;
color: #000;
}
.faqSection .card-header {
padding: 10px 0px;
}
.faqSection .card-header h5 {
font-size: 24px;
font-weight: 600;
}
.faqSection .card {
border-bottom: 1px solid #cacaca !important;
border: 0px;
}
.faqSection .card-header {
background-color: transparent !important;
}
.faqSection .card-header button {
text-align: left;
display: flex;
justify-content: space-between;
color: #000;
font-size: 20px;
text-decoration: none !important;
gap: 10px;
}
.faqSection .card-header button i {
color: #e80101;
}
.faqSection .card-body ul {
margin: 10px 0;
padding-left: 20px;
}
.faqSection .card-body ul li {
list-style: disc !important;
}
.author-details-bottom {
background-color: #f8f8fb;
padding: 25px 30px;
border-radius: 18px;
display: flex;
flex-direction: column;
justify-content: center;
margin: 40px 0;
}
.author-details-bottom h3 {
color: #000;
font-size: 30px;
font-weight: 500;
margin-bottom: 30px;
}
.author-details-bottom .img-info {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 10px;
}
.author-details-bottom .img-info .author-image img {
height: 75px;
width: 75px;
border-radius: 55px;
overflow: hidden;
}
.author-details-bottom .img-info .author-name {
color: #333333;
font-size: 20px;
font-weight: 600;
margin-bottom: 0px;
}
.author-details-bottom .img-info .author-name a {
color: #333333;
}
.author-details-bottom .img-info .autherInfo i {
color: #e80101;
}
.author-details-bottom .content p {
font-size: 18px;
color: #333333;
margin: 0;
}
.related-insights {
}
.related-insights .related-posts-grid .blog-content img {
height: 250px;
width: 100%;
object-fit: cover;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
margin-bottom: 10px;
}
.related-insights .related-posts-grid .blog-content .short-cont h3 {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
color: #000;
}
.related-insights
.related-posts-grid
.blog-content
.short-cont
.author-details
.author-name {
font-size: 15px;
color: #666666;
margin-bottom: 10px;
}
.single-main .blog-content-wrapper p a,
.single-main .blog-content-wrapper ul li a {
color: #e80101 !important;
}
.single-main .cta-section {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 40px 30px;
border-radius: 10px;
position: relative;
margin-bottom: 25px;
}
.single-main .cta-section.red {
background-image: url(//appvertical.kodefuse.com/wp-content/uploads/2025/09/Frame-169.png) !important;
} .single-main .cta-section h4 {
font-size: 32px;
margin: 0 !important;
padding: 0 !important;
color: #fff !important;
padding-bottom: 15px !important;
font-weight: bold !important;
letter-spacing: -0.4px !important;
position: relative !important;
z-index: 1;
}
.single-main .cta-section h2 {
font-size: 32px;
margin: 0 !important;
padding: 0 !important;
color: #fff !important;
padding-bottom: 15px !important;
font-weight: bold !important;
letter-spacing: -0.4px !important;
position: relative !important;
z-index: 1;
}
.single-main .cta-section p {
font-size: 18px !important;
color: #fff !important;
margin-bottom: 30px;
position: relative !important;
z-index: 1;
}
.single-main .cta-section a,
.single-main .cta-section button {
background-color: #fff !important;
display: inline-block;
position: relative !important;
color: #e80101 !important;
text-transform: capitalize;
padding: 12px 25px;
font-weight: 600;
letter-spacing: 0px;
margin-left: auto;
display: block;
width: fit-content;
}
.highlighted-box {
border-radius: 8px;
}
.right-sidebar .we-are-appverticals img {
border-radius: 10px;
width: 100%;
}
.right-sidebar .we-are-appverticals span {
font-size: 22px;
font-weight: 600;
margin: 15px 0;
color: #333333;
display: block;
}
.right-sidebar .we-are-appverticals p {
font-size: 16px;
color: #666666;
margin-bottom: 15px;
}
.right-sidebar .we-are-appverticals a {
font-size: 15px;
font-weight: 500;
text-decoration: none;
padding: 10px 20px;
background-color: #e80101;
color: #fff;
border-radius: 20px;
display: inline-block;
line-height: normal;
}
.right-sidebar-cta {
background-color: #000;
padding: 20px;
border-radius: 10px;
margin-top: 40px;
position: relative;
height: 200px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: start;
position: sticky;
top: 100px;
}
.right-sidebar-cta::after {
content: "";
position: absolute;
background-image: url(//appvertical.kodefuse.com/wp-content/uploads/2025/09/image-239.png);
width: 94px;
height: 140px;
background-size: contain;
background-position: bottom right;
background-repeat: no-repeat;
border-radius: 10px;
bottom: -30px;
right: 0px;
}
.right-sidebar-cta span {
font-size: 20px;
font-weight: 600;
color: #fff;
width: 70%;
}
.right-sidebar-cta a {
font-size: 15px;
font-weight: 500;
text-decoration: none;
padding: 10px 20px;
background-color: #e80101;
color: #fff !important;
border-radius: 20px;
display: inline-block;
line-height: normal;
}
.testimonial-cta {
background-color: #e80101;
padding: 20px;
border-radius: 18px;
position: relative;
}
.testimonial-cta::before {
content: "";
position: absolute;
background-image: url(//appvertical.kodefuse.com/wp-content/uploads/2025/09/Mask-group-1.png);
width: 103px;
height: 68px;
background-size: cover;
background-position: center;
right: 20px;
}
.testimonial-cta-wrapper {
display: flex;
align-items: center;
gap: 15px;
}
.testimonial-cta-info-img img {
width: 75px;
height: 75px;
border-radius: 10px;
object-fit: cover;
}
.testimonial-cta-info h4 {
margin-bottom: 5px;
font-size: 20px;
color: #fff;
}
.testimonial-cta-info p {
margin: 0;
font-size: 14px !important;
color: #fff !important;
}
.testimonial-cta-content {
margin-top: 20px;
}
.testimonial-cta-content p {
font-weight: 500;
font-size: 20px !important;
color: #fff !important;
margin: 0;
}
.content-cta-wrapper {
background-image: url(//appvertical.kodefuse.com/wp-content/uploads/2025/09/Frame-168.png);
padding: 25px 20px;
border-radius: 18px;
background-size: cover;
background-repeat: no-repeat;
}
.content-cta-wrapper .content-cta-info {
display: grid;
grid-template-columns: 0.5fr 1fr;
align-items: center;
gap: 50px;
}
.content-cta-wrapper .content-cta-info h4 {
font-size: 200px;
color: #fff;
font-weight: 700;
text-align: center;
line-height: 1;
}
.content-cta-wrapper .content-cta-info p {
font-size: 18px;
color: #fff;
font-weight: 500;
margin: 0;
}
.author-popover {
position: absolute;
top: 100%; left: 0; z-index: 100; width: 550px;
background: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
padding: 15px;
transition:
opacity 0.3s,
visibility 0.3s;
margin-top: 0px;
border-radius: 8px;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.single-main .author-details .author-info:hover .author-popover {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.author-popover .popover-triangle {
position: absolute;
top: -8px; left: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff; z-index: 101;
}
.author-popover .popover-grid {
display: flex;
gap: 10px;
}
.author-popover .popover-grid .popover-info hr {
margin: 10px 0;
width: 70%;
border-style: dashed;
border-color: #33333338;
border-width: 1px;
}
.author-popover .popover-grid .popover-info .popover-bio-wrapper a {
margin-left: auto;
display: block;
text-align: end;
font-size: 12px;
color: #333333;
text-decoration: underline !important;
text-underline-position: under;
}
.author-popover .title-wrapper .title-verified-wrapper h2 {
color: #333333;
font-size: 18px;
font-weight: 600;
margin-bottom: 0px;
}
.author-popover .popover-grid .popover-info .popover-job-title {
font-size: 12px;
color: #333333;
font-weight: 500;
margin-bottom: 0;
}
.author-popover .popover-grid .popover-info .popover-bio {
font-size: 12px;
color: #333333;
font-weight: 500;
margin-bottom: 0;
}
.author-popover .title-wrapper .title-verified-wrapper {
display: flex;
align-items: center;
gap: 20px;
}
.author-popover .title-wrapper .title-verified-wrapper .verified {
display: flex;
align-items: center;
gap: 5px;
}
.author-popover .title-wrapper .title-verified-wrapper .verified img {
width: 15px;
height: 15px;
}
.author-popover .title-wrapper .title-verified-wrapper .verified span {
margin: 0;
line-height: 1;
font-size: 10px;
text-transform: capitalize;
font-weight: 600;
}
.author-popover .popover-grid .popover-image img {
border-radius: 50%;
width: 80px;
height: auto;
}
.author-popover .popover-grid .popover-info .title-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.author-popover .title-wrapper .social-links-wrapper {
display: flex;
gap: 5px;
align-items: center;
}
.author-popover .title-wrapper .social-links-wrapper a {
color: #000000;
display: flex;
align-items: center;
font-size: 18px;
}
.author-details-bottom .autherInfo .author-info-wrapper {
display: flex;
align-items: center;
gap: 30px;
}
.author-details-bottom .autherInfo .author-info-wrapper h4 { }
.author-details-bottom .autherInfo .author-info-wrapper .verified {
display: flex;
align-items: center;
gap: 5px;
}
.author-details-bottom .autherInfo .author-info-wrapper .verified img {
width: 24px;
}
.author-details-bottom .autherInfo .author-info-wrapper .verified span {
margin-bottom: 0px;
font-size: 12px;
font-weight: 600;
text-transform: capitalize;
}
.author-details-bottom .autherInfo {
width: 100%;
}
.author-details-bottom .autherInfo p {
font-size: 14px;
color: #333333;
margin-bottom: 0px;
font-weight: 500;
}
.author-details-bottom .autherInfo .author-info-main {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
}
.author-details-bottom .autherInfo .author-info-main .social-links-wrapper {
display: flex;
gap: 8px;
align-items: center;
}
.author-details-bottom .autherInfo .author-info-main .social-links-wrapper a {
color: #000000;
display: flex;
align-items: center;
font-size: 18px;
}
.author-details-bottom .autherInfo .author-info-main .social-links-wrapper a i {
color: #000;
}
.author-blogs .blog-content-list h3 {
font-size: 42px;
font-weight: 600;
color: #333333;
margin-bottom: 50px;
}  .author-wrapper {
background: linear-gradient(180deg, #0e2846 0%, #000105 100%);
padding: 30px 50px;
border-radius: 20px;
}
.author-banner {
margin: 50px 0;
}
.author-blogs {
padding: 50px 0px;
}
.author-grid {
display: grid;
grid-template-columns: auto 1fr;
gap: 50px;
align-items: center;
}
.author-grid .profile-image-wrapper img {
border-radius: 50%;
border: 3px solid #fff;
}
.author-grid .author-right-content h4 {
text-transform: uppercase;
font-size: 15px;
color: #fff;
letter-spacing: 4px;
font-weight: 500;
display: flex;
align-items: center;
gap: 10px;
}
.author-grid .author-right-content h4::before {
content: "";
width: 40px;
height: 2px;
background: #fff;
}
.author-grid .author-right-content h3 {
font-size: 20px;
color: #fff;
font-weight: 500;
margin-bottom: 20px;
}
.author-grid .author-right-content p {
font-size: 18px;
color: #fff;
font-weight: 500;
line-height: 23px;
}
.author-title-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}
.author-title-wrapper .title-verified-wrapper {
display: flex;
align-items: center;
gap: 50px;
}
.author-title-wrapper .title-verified-wrapper h2 {
color: #fff;
font-size: 36px;
font-weight: 600;
margin-bottom: 0px;
}
.author-title-wrapper .title-verified-wrapper .verified {
display: flex;
align-items: center;
gap: 10px;
}
.author-title-wrapper .title-verified-wrapper .verified img {
width: 24px;
height: 24px;
}
.author-title-wrapper .title-verified-wrapper .verified h5 {
font-size: 14px;
color: #fff;
margin: 0;
text-transform: capitalize;
text-decoration: underline;
text-underline-position: under;
}
.author-title-wrapper .social-links-wrapper {
display: flex;
align-items: center;
gap: 10px;
}
.author-title-wrapper .social-links-wrapper a {
color: #fff;
display: flex;
align-items: center;
font-size: 20px;
}
.author-wrapper .info-grid {
display: flex;
justify-content: center;
gap: 0px;
width: 92%;
margin: auto;
margin-top: 20px;
}
.author-wrapper .info-grid .info-item {
width: 30%;
border-right: 1px dashed #d3d3d3;
padding: 0 50px;
}
.author-wrapper .info-grid .info-item h3 {
font-size: 20px;
color: #fff;
font-weight: 600;
margin-bottom: 12px;
}
.author-wrapper .info-grid .info-item ul {
display: flex;
gap: 10px;
flex-wrap: wrap;
list-style: none;
padding: 0;
}
.author-wrapper .info-grid .info-item ul li {
padding: 4px 16px;
border: 1px solid #fff;
border-radius: 30px;
color: #fff;
font-size: 12px;
transition: 0.5s;
}
.author-wrapper .info-grid .info-item ul li:hover {
background: #fff;
color: #000;
}
.author-wrapper .info-grid .info-item p {
font-size: 13px;
color: #fff;
line-height: 19px;
font-weight: 500;
}
.author-wrapper .info-grid .info-item h5 {
font-size: 26px;
color: #fff;
font-weight: 500;
}
.author-wrapper .info-grid .info-item:nth-child(1) {
padding-left: 0px;
}
.author-wrapper .info-grid .info-item:nth-child(2) {
width: 40%;
}
.author-wrapper .info-grid .info-item:nth-child(3) {
padding-right: 0px;
border: 0px;
}
#author-post-list {
grid-template-columns: 1fr 1fr !important;
}  .related-insights {
margin-top: 40px;
padding: 30px 0;
}
.related-insights h3 {
font-size: 28px;
font-weight: 700;
margin-bottom: 30px;
color: #333;
text-align: center;
}
.related-posts-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 20px;
}
.related-post-item {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
}
.related-post-item:hover {
transform: translateY(-5px);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.related-post-thumbnail {
position: relative;
overflow: hidden;
height: 200px;
}
.related-post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.related-post-item:hover .related-post-thumbnail img {
transform: scale(1.05);
}
.related-post-content {
padding: 20px;
}
.related-post-content h3 {
margin: 0 0 15px 0;
font-size: 18px;
font-weight: 600;
line-height: 1.4;
}
.related-post-content h3 a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.related-post-content h3 a:hover {
color: #007cba;
}
.related-post-meta {
margin-bottom: 15px;
}
.related-post-meta .post-date {
color: #666;
font-size: 14px;
display: flex;
align-items: center;
gap: 5px;
}
.related-post-meta .post-date i {
color: #007cba;
}
.related-post-excerpt {
color: #666;
font-size: 14px;
line-height: 1.6;
}
.formMain .gridWrapper .right.gcc-gmb::before {
content: "";
position: absolute;
background-image: url(//appvertical.kodefuse.com/appverticals/wp-content/uploads/2026/05/gcc-gmb.webp);
width: 240px;
height: 426px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
right: -12%;
bottom: 0;
pointer-events: none;
}
.formMain .gridWrapper .right.us-gmb::before {
content: "";
position: absolute;
background-image: url(//appvertical.kodefuse.com/appverticals/wp-content/uploads/2026/05/us-gmb.webp);
width: 298px;
height: 411px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
right: -12%;
bottom: 0;
pointer-events: none;
} .terms {
padding: 80px 0
}
.terms h3 {
font-weight: 700;
font-size: 40px;
letter-spacing: -.04em;
line-height: 1.2;
color: #101010;
position: relative
}
.terms p {
font-weight: 500;
font-size: 25px;
letter-spacing: -.02em;
line-height: 1.8;
color: #313131;
position: relative
}
.terms p a {
color: #e80101
}
.terms ul.content-list li {
font-weight: 500;
font-size: 25px;
letter-spacing: -.02em;
line-height: 1.8;
color: #313131;
position: relative;
list-style: disc
}  .thankYou {
padding: 150px 0px;
}
.thankYou .mobileAppBanner__main {
grid-template-columns: auto;
text-align: center;
grid-gap: 0;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1 {
font-size: 60px;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1 span {
color: #e80101;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left .mobileAppBanner__btnWrapper{
display:none;
}  @media screen and (min-width: 1600px) {
.container {
max-width: 1400px !important;
}
}
@media screen and (max-width: 1600px) {
.author-wrapper .info-grid {
width: 95%;
}
.author-blogs .blog-content-list h3 {
font-size: 40px;
}
}
@media (max-width: 1440px) {
.blog-home-banner .content h1 {
font-size: 60px;
}
.blog-home-banner .content p {
width: 70%;
}
.blog-home-banner .content .tnp-subscription {
max-width: 50%;
}
.feature-blog-wrapper .feature-grid {
grid-template-columns: 1fr 0.6fr;
gap: 60px;
}
.feature-blog-wrapper
.feature-grid
.feature-left
.featured-article-content
h2 {
font-size: 28px;
line-height: 1.2;
}
.feature-blog-wrapper
.feature-grid
.feature-left
.featured-article-content
p {
font-size: 18px;
line-height: 1.5;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-content h3 {
font-size: 16px;
}
.blog-cards-grid .blog--cards .card--content h4 {
font-size: 20px;
}
.blog-cards-grid .blog--cards .card--content p {
font-size: 16px;
}
.author-title-wrapper .title-verified-wrapper h2 {
font-size: 32px;
}
.author-blogs .blog-content-list h3 {
font-size: 34px;
}
.author-blogs {
padding: 20px 0px 50px;
}
.category-banner .content h1 {
font-size: 60px;
}
.category-banner .content p {
font-size: 18px;
}
}
@media (max-width: 1400px) {
.single-main .banner-wrapper h1 {
font-size: 40px;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
font-size:50px;
}
}
@media (max-width: 1200px) {
.blog-home-banner .content h1 {
font-size: 50px;
}
.feature-blog-wrapper
.feature-grid
.feature-left
.featured-article-content
h4 {
font-size: 16px;
}
.feature-grid .feature-right .featured-sidebar-articles h4 {
font-size: 16px;
}
.feature-blog-wrapper
.feature-grid
.feature-left
.featured-article-content
h2 {
font-size: 25px;
line-height: 1.2;
}
.feature-blog-wrapper
.feature-grid
.feature-left
.featured-article-content
p {
font-size: 16px;
line-height: 1.5;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-content h3 {
font-size: 14px;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-main {
display: grid;
grid-template-columns: 1fr 1fr;
}
.feature-blog-wrapper .feature-grid .feature-right .latest-image img {
width: 100%;
}
.blog-cards-grid {
gap: 20px;
}
.blog-cards-grid .blog--cards .card--content h4 {
font-size: 18px;
}
.blog-cards-grid .blog--cards .card--content p {
font-size: 16px;
}
.blog-cards-grid .blog--cards img {
height: 200px;
}
.blog-cards-grid .blog--cards .card--content .author-info span {
font-size: 14px;
}
.blog-cards-grid .blog--cards .card--content .author--wrapper p {
font-size: 14px;
}
.blog-cards-grid .blog--cards .card--content .author-info {
gap: 5px;
}
.blog-cards-grid .blog--cards .card--content .author-info .author-img {
width: 40px;
height: 40px;
}
.category-blogs {
padding: 30px 0 50px;
}
.search-and-marquee {
padding: 60px 0;
}
.category-blogs .cat-blogs-head h3 {
font-size: 22px;
}
.category-banner .content h1 {
font-size: 50px;
line-height: 1.2;
width: 70%;
}
.category-banner .content p {
font-size: 16px;
width: 70%;
line-height: 1.5;
}
.search-and-marquee .marquee-grid .left-side .category-grid-list a {
font-size: 14px;
}
.blog-home-banner .content .tnp-subscription {
max-width: 70%;
}
.single-main .banner-wrapper h1 {
font-size: 35px;
width: 80%;
}
.single-main .cta-section h4 {
font-size: 28px;
}
.right-sidebar-cta h4 {
width: 100%;
}
.author-title-wrapper .title-verified-wrapper h2 {
font-size: 28px;
}
.author-grid .author-right-content h3 {
font-size: 18px;
}
.author-grid .author-right-content p {
font-size: 16px;
}
.author-wrapper .info-grid .info-item h3 {
font-size: 18px;
}
.author-wrapper .info-grid .info-item h5 {
font-size: 22px;
}
.author-wrapper .info-grid .info-item {
padding: 0px 30px;
}
.author-blogs .blog-content-list h3 {
font-size: 30px;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
font-size:45px;
}
}
@media (max-width: 1024px) {
.single-main .banner-wrapper h1 {
font-size: 30px;
width: 100%;
}
.single-main .cta-section h4 {
font-size: 24px;
}
.single-main .left-sidebar #ez-toc-container .ez-toc-title {
font-size: 24px;
}
.ez-toc-sticky {
display: none;
}
#ez-toc-container {
display: block !important;
position: sticky !important;
top: 50px;
padding: 0px !important;
background: transparent !important;
border: 0px !important;
z-index: 10;
}
#ez-toc-container .ez-toc-link.active {
color: #e80101 !important;
}
#ez-toc-container .ez-toc-title-container {
margin-bottom: 0;
display: flex;
align-items: center;
justify-content: space-between;
background: #e10101;
padding: 10px;
}
div#ez-toc-container .ez-toc-title {
font-weight: 500;
color: #fff;
text-align: center;
width: 100%;
}
#ez-toc-container ul.ez-toc-list {
padding: 10px;
background: #f9f9f9;
}
#ez-toc-container ul li {
font-weight: 500;
margin-bottom: 10px;
}
#ez-toc-container a {
font-size: 16px;
margin-bottom: 10px;
color: #444 !important;
}
#ez-toc-container .ez-toc-js-icon-con {
border: 1px solid #fff !important;
}
#ez-toc-container .ez-toc-js-icon-con svg {
fill: #fff !important;
color: #fff !important;
}
#ez-toc-container .ez-toc-pull-right {
margin: 0px !important;
} .content-cta-wrapper {
background-size: 100% 100%;
}
.soc-mob {
display: block;
margin-bottom: 40px;
}
.soc {
display: none;
}
.single-main .author-details .author-info .author-popover {
display: none !important;
}
}
@media (max-width: 991px) {
.blog-home-banner .content h1 {
font-size: 40px;
}
.blog-home-banner .content p {
width: 100%;
font-size: 18px;
}
.feature-blog-wrapper .feature-grid {
grid-template-columns: 1fr;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-post-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 20px;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-main {
margin-top: 0;
}
.feature-blog-wrapper
.feature-grid
.feature-left
.featured-article-content
h2 {
font-size: 22px;
}
.blog-cards-grid {
grid-template-columns: 1fr;
}
.blog-cards-grid .blog--cards img {
height: 350px;
}
.blog-home-banner .content .tnp-subscription {
max-width: 100%;
}
.custom-left-sidebar {
display: none;
}
.author-grid {
grid-template-columns: 1fr;
}
.author-wrapper .info-grid {
width: 100%;
}
.author-wrapper .info-grid .info-item {
padding: 0px 20px;
}
.author-wrapper .info-grid .info-item h3 {
font-size: 16px;
}
.author-title-wrapper .title-verified-wrapper h2 {
font-size: 26px;
}
.author-grid .author-right-content h3 {
font-size: 16px;
}
.author-blogs .blog-content-list h3 {
font-size: 26px;
}
.author-details-bottom .img-info .author-name {
font-size: 16px;
}
.author-details-bottom .autherInfo .author-info-wrapper {
gap: 10px;
flex-wrap: wrap;
}
#author-post-list {
grid-template-columns: 1fr !important;
}
.category-banner .content h1 {
font-size: 40px;
width: 100%;
}
.category-banner .content p {
font-size: 16px;
width: 100%;
}
.cus-search-sec .cus--search {
width: 100%;
}
.search-and-marquee .marquee-grid {
gap: 50px;
}
.search-and-marquee .marquee-grid .left-side .category-grid-list {
gap: 15px;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
font-size:40px;
}
} @media screen and (max-width: 768px) {
.related-posts-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.related-insights h3 {
font-size: 24px;
}
.related-post-content {
padding: 15px;
}
.related-post-content h3 {
font-size: 16px;
}
.featured-main-article .featured-article-image img {
height: 200px;
}
.mainContactForm .headContent h3 {
text-align: center;
}
.mainContactForm .headContent p {
width: 100%;
text-align: center;
}
.blog-home-banner .content p {
font-size: 18px;
}
.blog-home-banner .content br {
display: none;
}
.blog-home-banner .content h1 {
font-size: 30px;
}
.blog-home-banner {
padding: 50px 0;
}
.blog-category-tab-wrapper .blog-content-list .blog-posts .blog-img {
height: 170px;
}
.blog-category-tab-wrapper .blog-content-list .short-cont h3 {
font-size: 18px;
}
.blog-category-tab-wrapper .blog-content-list .author-details .author-name {
font-size: 16px;
}
.view-article-btn {
font-size: 16px;
}
.single-main .banner-wrapper h1 {
font-size: 28px;
text-align: center;
}
.single-main .cta-section.red {
text-align: center;
}
.single-main .cta-section a {
margin: auto;
}
.faqSection .card-header button {
font-size: 16px;
}
.content-cta-wrapper {
background: #e80101;
}
.content-cta-wrapper .content-cta-info {
grid-template-columns: 1fr;
}
.content-cta-wrapper .content-cta-info h4 {
display: none;
}
.content-cta-wrapper .content-cta-info p {
text-align: center;
}
.single-main .banner-wrapper {
padding: 20px;
}
.single-main .banner-wrapper .author-details {
justify-content: center;
flex-wrap: wrap;
}
.right-sidebar-cta h4 {
width: 70%;
}
}
@media screen and (max-width: 767px) {
.single-main .cta-section a,
.single-main .cta-section button {
margin: auto;
}
.author-grid {
gap: 30px;
}
.author-wrapper .info-grid {
flex-direction: column;
gap: 20px;
}
.author-wrapper .info-grid .info-item ul {
margin-bottom: 20px;
}
.author-wrapper .info-grid .info-item {
width: 100% !important;
padding: 0px;
border-right: 0px;
border-bottom: 1px dashed #d3d3d3;
}
.author-wrapper .info-grid .info-item h3 {
font-size: 16px;
}
.author-title-wrapper .title-verified-wrapper h2 {
font-size: 22px;
}
.author-grid .author-right-content h3 {
font-size: 14px;
margin-top: 15px;
}
.author-grid .author-right-content p {
font-size: 14px;
}
.author-wrapper {
padding: 30px;
}
.author-title-wrapper .title-verified-wrapper {
flex-wrap: wrap;
gap: 10px;
}
.author-blogs .blog-tab-content {
grid-template-columns: 1fr;
}
.author-blogs .blog-content-list h3 {
font-size: 22px;
}
.author-blogs {
padding-top: 0px;
}
.author-details-bottom h3 {
font-size: 22px;
}
.author-details-bottom .content p {
color: #333333;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-post-wrapper {
grid-template-columns: 1fr;
}
.blog-home-banner .content p {
font-size: 16px;
line-height: 1.5;
}
.feature-blog-wrapper
.feature-grid
.feature-left
.featured-article-content
h2 {
font-size: 20px;
}
.blog-home-banner .content {
padding: 80px 20px;
}
.search-and-marquee .marquee-grid {
grid-template-columns: 1fr;
gap: 50px;
}
.search-and-marquee .marquee-grid .right-side .cus--search input {
width: 100%;
}
.search-and-marquee .marquee-grid .right-side {
width: 100%;
}
.blog-cards-grid .blog--cards img {
height: 260px;
}
.category-banner .content h1 {
font-size: 30px;
}
.category-banner .content p {
font-size: 14px;
}
.search-and-marquee .marquee-grid .left-side .category-grid-list {
gap: 15px;
justify-content: center;
}
.category-blogs .cat-blogs-head h3 {
font-size: 20px;
}
.category-blogs .cat-blogs-head a {
font-size: 16px;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-email input {
font-size: 14px;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-button input {
font-size: 14px;
padding: 10px;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
font-size:30px;
}
}
@media (max-width: 576px) {
.blog-category-tab-wrapper .blog-content-list {
grid-template-columns: 1fr;
}
.blog-category-tab-wrapper .blog-tab-category {
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
}
.blog-category-tab-wrapper .blog-tab-category li {
width: fit-content;
}
.single-main .banner-wrapper {
padding: 30px 20px;
height: auto;
}
.single-main .banner-wrapper h1 {
font-size: 24px;
padding-top: 0px;
}
.single-main .banner-wrapper .author-details {
flex-direction: column;
}
.footer .grid .right .btnWrapper {
flex-direction: column;
}
.content-cta-wrapper .content-cta-info p {
font-size: 16px;
}
.single-main .blog-content-wrapper p {
font-size: 16px;
}
.testimonial-cta::before {
width: 90px;
height: 60px;
}
.testimonial-cta-info-img img {
width: 55px;
height: 55px;
}
.mainContactForm .headContent h3 br {
display: none;
}
.author-details-bottom .img-info {
align-items: flex-start;
gap: 20px;
margin-bottom: 10px;
flex-direction: column;
}
.category-banner .content h1 {
font-size: 26px;
}
}@font-face {
font-family: "Gilroy";
src: url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/fonts/Gilroy-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gilroy";
src: url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/fonts/Gilroy-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gilroy";
src: url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/fonts/Gilroy-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gilroy";
src: url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/fonts/Gilroy-Bold.woff) format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gilroy";
src: url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/fonts/Gilroy-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gilroy";
src: url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/fonts/Gilroy-ExtraBold.woff) format("woff");
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gilroy";
src: url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/fonts/Gilroy-ExtraBold.woff) format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
font-family: "Gilroy", Arial, sans-serif;
background: #fff;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
body.home {
background: #0a0a0a !important;
color: #fff !important;
} body.openmenu {
overflow: hidden;
} a {
text-decoration: none;
color: inherit;
}
ul,
ol {  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-family: "Gilroy", Arial, sans-serif;
margin-top: 0;
margin-bottom: 0.5rem;
line-height: 1.2;
}
p { line-height: 1.5;
}
button {
font-family: inherit;
cursor: pointer;
border: none;
background: none;
} :root {
--red: #e80101;
--dark-red: #c30010;
--black: #000000;
--deep-black: #0a0a0a;
--white: #ffffff;
--font: "Gilroy", Arial, sans-serif;
} .container-fluid {
width: 100%;
padding: 0 50px;
}
@media (max-width: 1200px) {
.container-fluid {
padding: 0 30px;
}
}
@media (max-width: 991px) {
.container-fluid {
padding: 0 24px;
}
}
@media (max-width: 575px) {
.container-fluid {
padding: 0 16px;
}
} #page-wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
#page-content {
flex: 1;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
border-width: 0;
} .grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
z-index: 9;
}
.grecaptcha-badge:hover {
width: 256px !important;
}.StepPopupForm_EstimatePopupForm__PbKD2{padding:50px;position:relative;font-family:var(--font-gilroy);background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/estimateForm/popup-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU{display:flex;flex-direction:column;align-items:center;gap:30px;position:relative;z-index:1}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU h2{font-size:52px;font-weight:700;line-height:1.1;color:#000;text-align:center;letter-spacing:-1px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU h2 span{color:#e80101}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_inputdiv__DANig{border:none}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_inputdiv__DANig input{background:#fff;border-radius:10px;padding:20px;font-size:16px;letter-spacing:.02em;color:#000;box-shadow:0 3px 28px rgba(18,18,19,.15);border:1px solid #fff;font-weight:500}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_inputdiv__DANig input::placeholder{color:#000;font-weight:500}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_phoneinputdiv__wNKrR{border:none}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_phoneinputdiv__wNKrR input{border:1px solid #fff;font-weight:600;background:#fff;border-radius:10px;padding:20px;font-weight:500;font-size:16px;letter-spacing:.02em;color:#000;font-family:var(--font-gilroy);box-shadow:0 3px 28px rgba(18,18,19,.15);width:100%;height:50px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_phoneinputdiv__wNKrR input::placeholder{color:#000;font-weight:500}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_desc__tQjKE{height:120px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_desc__tQjKE textarea{background:#fff;border-radius:10px;padding:20px;font-size:16px;letter-spacing:.02em;color:#000;box-shadow:0 3px 28px rgba(18,18,19,.15);border:1px solid #fff;font-weight:500;resize:none}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_desc__tQjKE textarea::placeholder{color:#000;font-weight:500}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_submit-btn__BnhGL{display:flex;align-items:center;justify-content:center}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_submit-btn__BnhGL button{background-color:#e80101}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_submit-btn__BnhGL button:hover{background-color:#fff}@media(max-width:1199px){.StepPopupForm_EstimatePopupForm__PbKD2{padding:40px}.StepPopupForm_EstimatePopupForm__PbKD2:before{width:200px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU h2{font-size:40px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_inputdiv__DANig input{padding:20px;font-size:16px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_phoneinputdiv__wNKrR input{padding:20px;font-size:16px;height:50px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_desc__tQjKE{height:100px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU .StepPopupForm_Form__dZbZX .StepPopupForm_desc__tQjKE textarea{background:#fff;border-radius:10px;padding:20px;font-size:16px}}@media(max-width:991px){.StepPopupForm_EstimatePopupForm__PbKD2{padding:40px}.StepPopupForm_EstimatePopupForm__PbKD2:before{width:180px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU h2{font-size:35px}}@media(max-width:767px){.StepPopupForm_EstimatePopupForm__PbKD2{padding:40px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU h2{font-size:30px}}@media(max-width:575px){.StepPopupForm_EstimatePopupForm__PbKD2{padding:30px}.StepPopupForm_EstimatePopupForm__PbKD2:before{content:unset}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU h2{font-size:25px}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_Form__dZbZX .StepPopupForm_inputdiv__DANig,.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_Form__dZbZX .StepPopupForm_phoneinputdiv__wNKrR>div{margin-bottom:20px}}@media(max-width:360px){.StepPopupForm_EstimatePopupForm__PbKD2{padding:30px}.StepPopupForm_EstimatePopupForm__PbKD2:before{content:unset}.StepPopupForm_EstimatePopupForm__PbKD2 .StepPopupForm_form-contain__xFkOU h2{font-size:20px}}.Popup_modal-bg__Tt82f{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1111}.Popup_modal-bg__Tt82f .Popup_modal-overlay__FzjWA{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);opacity:1;transition:opacity .3s ease-out}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER{display:flex;justify-content:center;align-items:center;height:100vh}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_{width:1100px;background:#fff;padding:0;max-height:calc(100% - 50px);overflow-y:scroll;box-shadow:0 100px 80px rgba(184,184,184,.07),0 25.8162px 19px 4px rgba(178,178,178,.0456112),0 7.779px 7.30492px rgba(0,0,0,.035),0 1.48838px 2.0843px rgba(0,0,0,.0243888);color:#000;margin:0 4rem;height:auto;background-size:cover!important;position:relative;border-radius:16px}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_::-webkit-scrollbar{display:none}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_.Popup_MainPopupContent__sys42{max-width:1100px!important;background:#f5f5f5!important}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_.Popup_MainPopupContent__sys42>span{background-color:rgba(0,0,0,0)!important;box-shadow:none!important;width:30px!important;height:30px!important}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_.Popup_MainPopupContent__sys42>span svg{color:#e80101!important;font-size:30px!important}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_close-btn__yOivF{background-color:#000;border-radius:50%;cursor:pointer;width:26px;height:26px;padding:0;box-shadow:0 3px 6px rgba(0,0,0,.1607843137);position:absolute;top:10px;right:10px;display:flex;justify-content:center;align-items:center;z-index:111111}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_close-btn__yOivF a{display:contents}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_close-btn__yOivF svg{color:#fff;font-size:15px;font-weight:900;cursor:pointer;border-radius:10px;width:24px;height:24px}.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content-align__W5ct_{position:relative;border-radius:10px}.Popup_modal-bg__Tt82f.Popup_secondaryLayout__mfbUb .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_{background-color:rgba(0,0,0,0);padding:35px;box-shadow:none}@media screen and (max-width:1440px){.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_{max-width:70%;width:100%}}@media screen and (max-width:1200px){.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_{max-width:100%}}@media screen and (max-width:1025px){.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_{max-width:100%;margin:1rem 4rem}}@media screen and (max-width:800px){.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_{margin:1rem;width:100%;min-height:auto}}@media screen and (max-width:767px){.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_ .Popup_modal-right-img__Kxobd{display:none}}@media screen and (max-width:499px){.Popup_modal-bg__Tt82f .Popup_modal-align__Lc6ER .Popup_modal-content__TjU2_{height:auto;width:90%;max-width:100%!important}}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j{display:grid;grid-template-columns:50% 50%;justify-content:center;align-items:center}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt{padding:80px 35px;text-align:center;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-popup/popupleft-bg.webp);background-repeat:no-repeat;background-size:cover;height:100%}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_headBox__Fd6jq{padding-bottom:30px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_headBox__Fd6jq>h3{font-family:var(--font-gilroy);font-size:30px;font-weight:700;color:#333;margin:0 auto;padding:0 0 10px;width:75%}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_headBox__Fd6jq p{font-family:var(--font-gilroy);font-size:16px;font-weight:500;color:#333;margin:0;padding:0}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_reviewSlider__Rhqqi{width:80%;margin:auto;position:relative;padding:10px;overflow:hidden}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_reviewSlider__Rhqqi:before{content:"";position:absolute;border:2px solid red;width:100%;height:85%;pointer-events:none;z-index:999;bottom:0;left:0;z-index:0;border-radius:5%}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_reviewSlider__Rhqqi .PopupForm_singleReview__LtAZS .PopupForm_title__hudhw{padding-top:5px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_reviewSlider__Rhqqi .PopupForm_singleReview__LtAZS .PopupForm_title__hudhw h6{font-family:var(--font-gilroy);color:#333;font-size:19px;font-weight:800;padding:0}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_reviewSlider__Rhqqi .PopupForm_singleReview__LtAZS .PopupForm_title__hudhw p{font-family:var(--font-gilroy);font-size:13px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_reviewSlider__Rhqqi .PopupForm_singleReview__LtAZS p{font-family:var(--font-gilroy);font-weight:500;font-size:16px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_logoBox__etFK3{padding-top:30px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_logoBox__etFK3 h3{font-family:var(--font-gilroy);font-size:28px;font-weight:700;color:#333;margin:0;padding:0}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_logoBox__etFK3 .PopupForm_logos__MOo7z{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;align-items:center;margin-top:30px;grid-row-gap:20px;row-gap:20px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_logoBox__etFK3 .PopupForm_logos__MOo7z .PopupForm_imageSingle__mHtSU{text-align:center}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_logoBox__etFK3 .PopupForm_logos__MOo7z .PopupForm_imageSingle__mHtSU img{width:80%;height:auto}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H{padding:30px;height:100%;display:flex;flex-direction:column;justify-content:center}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA h2{font-family:var(--font-gilroy);font-size:35px;font-weight:700;color:#000;margin-bottom:20px;text-align:left}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA h2 span{color:#e80101}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA p{font-family:var(--font-gilroy);font-size:16px;font-weight:500;color:#333;text-align:left}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px{padding-right:20px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq{padding:40px 0}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_link__8ik8w{font-family:var(--font-gilroy);font-weight:500;font-size:14px;color:#6e6e6e;margin-bottom:20px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_link__8ik8w a{font-weight:700;color:#e80101}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_inputdiv__2dL2W{height:50px;margin-bottom:30px;border-radius:10px;border:none}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_inputdiv__2dL2W input{padding:0 10px 20px;color:#6e6e6e;font-family:var(--font-gilroy);font-weight:500;font-size:16px;outline:none;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #333}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_inputdiv__2dL2W input::placeholder{font-family:var(--font-gilroy);color:#333;font-weight:500}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_inputdiv__2dL2W span{line-height:1;margin-top:8px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_inputdiv__2dL2W.PopupForm_desc__oLoG0 textarea{padding:10px;color:#6e6e6e;font-family:var(--font-gilroy);font-weight:500;font-size:16px;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #333}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_inputdiv__2dL2W.PopupForm_desc__oLoG0 textarea::placeholder{font-family:var(--font-gilroy);color:#333;font-weight:500}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_inputdiv__2dL2W.PopupForm_desc__oLoG0 textarea:focus-visible{outline:none}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_phoneinputdiv__Eml11{position:relative}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_phoneinputdiv__Eml11 .PopupForm_phoneinput___AjNr{height:50px;margin-bottom:30px;border-radius:0;border:none;background-color:rgba(0,0,0,0)}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_phoneinputdiv__Eml11 .PopupForm_phoneinput___AjNr input{color:#6e6e6e;font-family:var(--font-gilroy);font-weight:500;font-size:16px;width:100%;height:50px;background-color:rgba(0,0,0,0);border-radius:0;border:none;border-bottom:1px solid #333}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_phoneinputdiv__Eml11 .PopupForm_phoneinput___AjNr input:focus{box-shadow:none}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_submit-btn___YCH3{text-align:center;padding-top:10px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_submit-btn___YCH3 button{background-color:#e80101;width:-moz-fit-content;width:fit-content}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq .PopupForm_submit-btn___YCH3 button:hover{background-color:#fff}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_featuredHeading__pLubG h3{color:#999;font-family:var(--font-gilroy);font-weight:500;font-size:18px;text-align:center;position:relative}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_featuredHeading__pLubG h3:before{content:"";position:absolute;background-color:#999;width:32%;height:1px;left:0;top:0;bottom:0;margin:auto}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_featuredHeading__pLubG h3:after{content:"";position:absolute;background-color:#999;width:32%;height:1px;right:0;top:0;bottom:0;margin:auto}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_featuredHeading__pLubG .PopupForm_featuredList__IjsL7{display:flex;align-items:center;justify-content:center;align-content:center;margin-top:30px}@media(max-width:1600px){.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt{padding:25px 35px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_headBox__Fd6jq{padding-bottom:15px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_headBox__Fd6jq h3{font-size:25px;width:100%}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_logoBox__etFK3{padding-top:15px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt .PopupForm_logoBox__etFK3 h3{font-size:25px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA h2{font-size:30px}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_formCont__rF1Qq{padding:20px 0}}@media(max-width:1440px){.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt{padding:50px 35px}}@media(max-width:1024px){.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j{grid-template-columns:100%}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_rightSide__DRnrt{display:none}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA h2{text-align:center}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA h2 br{display:none}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA p{text-align:center}.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_featuredHeading__pLubG .PopupForm_featuredList__IjsL7{justify-content:space-evenly}}@media(max-width:550px){.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_SideForm__ai9Px .PopupForm_featuredHeading__pLubG{display:none}}@media(max-width:350px){.PopupForm_popupForm__b8pnu .PopupForm_form-contain__kWU5j .PopupForm_leftSide__OXp0H .PopupForm_formHead___b7PA h2{font-size:22px;margin:0 0 5px}}.Footer_footer__OYoYH{background-color:#0a0a0a;border-top:10px solid #e80101;padding:80px 0 20px;position:relative}.Footer_footer__OYoYH:before{content:"";position:absolute;background-color:#141414;width:40%;height:100%;right:0;top:0;bottom:0;margin:auto}.Footer_footer__OYoYH .Footer_grid__Er3p4{display:grid;grid-template-columns:60% 40%}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49{padding:0 60px;display:flex;flex-direction:column;justify-content:space-between}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_mainHeading__TY8lD{font-family:var(--font-gilroy);font-weight:800;font-size:26px;color:#fff}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc{display:grid;grid-template-columns:1fr 1fr 1fr}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT .Footer_box__f1Ey6 span{font-family:var(--font-gilroy);font-weight:700;font-size:16px;color:#fff}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT .Footer_box__f1Ey6 ul{list-style:none;padding-left:0;color:hsla(0,0%,100%,.6);font-family:var(--font-gilroy);font-weight:400;font-size:14px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT .Footer_box__f1Ey6 ul li{padding-bottom:5px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT .Footer_box__f1Ey6 ul li a{transition:.5s}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT .Footer_box__f1Ey6 ul li a:hover,.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT .Footer_box__f1Ey6 ul li.Footer_active__oZ6DS{color:#e80101}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_socialList__HzTIh{padding-bottom:5px;display:flex;justify-content:flex-end;gap:10px;border-bottom:1px solid #ccc}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_socialList__HzTIh a svg{transition:.5s;color:#e80101}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_socialList__HzTIh a:hover svg{color:#fff;transform:scale(1.3)}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_downText__Bk3vb{display:flex;justify-content:space-between;padding:10px 0 0}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_downText__Bk3vb p{font-family:var(--font-gilroy);font-weight:500;font-size:14px;color:#fff}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_downText__Bk3vb p a{transition:.5s}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_downText__Bk3vb p a:hover{color:#e80101}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa{z-index:1;padding:0 60px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_footerLogo__mHj_P{width:100%;height:auto}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa p{font-family:var(--font-gilroy);font-weight:700;font-size:20px;color:#fff;padding:50px 0 15px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa p span{color:#fff}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_btnWrapper__gLLbw{display:flex;gap:20px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_flagsTabs__AgFqk{padding:30px 0 40px;display:flex;gap:30px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_flagsTabs__AgFqk .Footer_Tab__w6jjc{cursor:pointer}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_flagsTabs__AgFqk .Footer_Tab__w6jjc .Footer_flagWrapper__bznE7{position:relative}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_flagsTabs__AgFqk .Footer_Tab__w6jjc.Footer_active__oZ6DS .Footer_flagWrapper__bznE7:before{content:"";position:absolute;background-color:#e80101;width:100%;height:3px;bottom:-10px;left:0;right:0;margin:auto}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul{list-style:none;padding-left:0}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li{display:flex;gap:15px;padding-bottom:10px;color:#fff;font-family:var(--font-gilroy);font-weight:500;align-items:center}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li a{transition:.5s}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li a:hover,.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li svg{color:#e80101}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li svg:first-child{width:25px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 h3{font-family:var(--font-gilroy);font-weight:700;font-size:16px;color:#fff;padding:0}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66{max-width:400px;border-radius:5px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 label{font-family:var(--font-gilroy);font-weight:500;font-size:14px;color:#fff;padding:0 0 10px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_input-container__PDtXA{display:flex;align-items:center;padding:5px;border-radius:5px;background-color:#fff}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_input-container__PDtXA button{padding:14px 20px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 input{flex:1 1;border:none;padding:10px;outline:none}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 input::placeholder{color:#ccc}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_error-message__B8s3D{color:red;font-size:12px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_checkbox-container__ygL_U{padding-top:10px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_checkbox-container__ygL_U label{padding-left:5px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_gmbSec__QjH7N ul{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;gap:15px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_gmbSec__QjH7N ul li{font-size:14px;color:#fff;font-weight:500;border-right:1px solid #fff;width:-moz-fit-content;width:fit-content;padding-right:15px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_gmbSec__QjH7N ul li:last-child{padding-right:0;border-right:0}@media(max-width:1200px){.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_mainHeading__TY8lD h2{font-size:20px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_btnWrapper__gLLbw,.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_input-container__PDtXA{flex-direction:column}}@media(max-width:991px){.Footer_footer__OYoYH:before{display:none}.Footer_footer__OYoYH .Footer_grid__Er3p4{display:flex;flex-direction:column-reverse}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49{padding-top:30px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa{text-align:center}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa h3{padding:20px;margin:0}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_btnWrapper__gLLbw{flex-direction:row;justify-content:center}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_flagsTabs__AgFqk,.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li{justify-content:center}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li br{display:none}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 h3{padding-bottom:20px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66{max-width:100%}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_input-container__PDtXA{flex-direction:row}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_input-container__PDtXA button{padding:0}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_gmbSec__QjH7N ul{justify-content:center}}@media(max-width:768px){.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li{align-items:start}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li svg{margin-top:5px}}@media(max-width:767px){.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_mainHeading__TY8lD{font-size:20px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc{grid-template-columns:1fr 1fr;gap:0 20px}}@media(max-width:575px){.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49{padding:15px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_mainHeading__TY8lD{text-align:center;margin-bottom:20px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc{grid-gap:0;grid-template-columns:1fr}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT{text-align:center}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_innerGrid__VpJlc .Footer_row__s04jT .Footer_box__f1Ey6 span{font-size:18px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_socialList__HzTIh{justify-content:center}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_left__fTz49 .Footer_downText__Bk3vb{flex-direction:column;align-items:center}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_infoList__6ffvm ul li{gap:5px}}@media(max-width:480px){.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa{padding:0 20px}.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_btnWrapper__gLLbw{flex-direction:column}}@media(max-width:320px){.Footer_footer__OYoYH .Footer_grid__Er3p4 .Footer_right__huLDa .Footer_formWrapper__oYtT9 .Footer_newsletter-form__21w66 .Footer_input-container__PDtXA{flex-direction:column}}.Header_mainHeader__g00J7{color:#fff;padding:0 50px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_mainHeader__g00J7.Header_black-header__lX7ZM{background-color:#000}.Header_mainHeader__g00J7.Header_black-header__lX7ZM .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD>ul>li{padding:25px 0;font-family:var(--font-gilroy)}.Header_mainHeader__g00J7.Header_white-header__sHYXq{background-color:#fff;box-shadow:0 6px 40px rgba(0,0,0,.11)}.Header_mainHeader__g00J7.Header_white-header__sHYXq .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD>ul>li{padding:20px 0}.Header_mainHeader__g00J7.Header_white-header__sHYXq .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD>ul>li.Header_testt__WVwo6{display:block}.Header_mainHeader__g00J7.Header_white-header__sHYXq .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD>ul>li>p{color:#000;font-weight:500;border-bottom:2px solid #fff;font-family:var(--font-gilroy)}.Header_mainHeader__g00J7.Header_white-header__sHYXq .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD>ul>li>p.Header_menuHover__4d1vp,.Header_mainHeader__g00J7.Header_white-header__sHYXq .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD>ul>li>p:hover{border-bottom:2px solid #e80101}.Header_mainHeader__g00J7 .Header_grid-info__AUT5k{display:flex;align-items:center;justify-content:space-between}.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul{list-style:none;display:flex;align-items:center;gap:40px;margin:0}.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul li>p{font-size:16px;font-family:var(--font-gilroy);font-weight:400;color:#fff;cursor:pointer;transition:.5s;padding:0 0 5px;margin:0;border-bottom:2px solid #000}.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul li>p.Header_menuHover__4d1vp,.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul li>p:hover{border-bottom:2px solid #e80101}.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul .Header_active__v7PU5{color:#c30010!important}@media(max-width:1200px){.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul{gap:20px}}@media(max-width:1199px){.Header_mainHeader__g00J7{display:none}}@media(max-width:1100px){.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul{gap:15px}.Header_mainHeader__g00J7 .Header_grid-info__AUT5k .Header_right-info__juE3x .Header_header-menu__K9aDD ul li p{font-size:15px}}.MobileMenu_mobile-nav__CGeVl{display:none;transition:all .3s ease-out;position:-webkit-sticky;position:sticky;top:0;background:#000;z-index:100;box-shadow:0 5px 10px rgba(0,0,0,.0392156863)}.MobileMenu_mobile-nav__CGeVl .MobileMenu_main-header__qeoLe{padding:14px 10px}.MobileMenu_mobile-nav__CGeVl .MobileMenu_main-header__qeoLe .MobileMenu_header-top__olWmK{display:flex;align-items:center;justify-content:space-between}.MobileMenu_mobile-nav__CGeVl .MobileMenu_main-header__qeoLe .MobileMenu_header-top__olWmK .MobileMenu_hamburg__4jgNG{width:40px;height:40px;text-align:center;color:#fff;transition:all .5s;background:#c30010;display:flex;align-items:center;justify-content:center;position:relative}.MobileMenu_mobile-nav__CGeVl .MobileMenu_main-header__qeoLe .MobileMenu_header-top__olWmK .MobileMenu_hamburg__4jgNG svg{font-size:24px}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd{background-color:#fff;width:300px;position:fixed;top:0;right:-300px;padding-top:20px;transition:.5s;height:100vh}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd .MobileMenu_hamburg__4jgNG{text-align:end;color:#c30010;transition:all .5s;display:flex;align-items:center;justify-content:flex-end;margin-left:auto;margin-right:10px;margin-bottom:10px}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd .MobileMenu_hamburg__4jgNG svg{font-size:24px}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd .MobileMenu_main-ul__ECxuQ{position:relative;overflow:auto;height:calc(100vh - 60px)}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul{list-style:none;padding:0}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li{padding:12px;cursor:pointer;border-bottom:1px solid}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li,.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li a,.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li span{font-family:var(--font-gilroy);font-weight:500;font-size:16px;color:#000}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li svg{float:right;position:relative;top:6px;transition:.5s}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li .MobileMenu_active__vwMwD,.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li .MobileMenu_active__vwMwD span{color:#c30010}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li:last-child{border-bottom:0}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li .MobileMenu_open-submenu__LLiG5{rotate:180deg}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li .MobileMenu_sub-menu__G58Iv{display:none}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul li .MobileMenu_sub-menu__G58Iv.MobileMenu_open__pY_gq{display:block}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul .MobileMenu_btn__7GcGI,.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd ul button{margin-top:10px;font-size:15px;font-weight:500;background-color:#c30010;display:block;color:#c30010;padding:5px 14px;width:-moz-fit-content;width:fit-content;border:1px solid #c30010;transition:.5s;color:#fff;margin-left:12px}.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd.MobileMenu_open__pY_gq{right:0}@media(max-width:1199px){.MobileMenu_mobile-nav__CGeVl{display:block}}@media(max-width:320px){.MobileMenu_mobile-nav__CGeVl .MobileMenu_header-menu__KZoAd{width:100%;right:-350px}}.MobileAppServices_mobileApp__PSN6k{padding:80px 0 0;background-color:#fff}.MobileAppServices_mobileApp__PSN6k h2{font-family:var(--font-gilroy);font-weight:700;font-size:42px;color:#000;margin-bottom:30px;text-align:center}.MobileAppServices_mobileApp__PSN6k h2 span{color:#e80101}.MobileAppServices_mobileApp__PSN6k p{font-family:var(--font-gilroy);font-weight:500;font-size:18px;color:#2c2c2c;text-align:center}.MobileAppServices_mobileApp__PSN6k p a{color:#e80101}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh{display:flex;align-items:center;gap:30px;justify-content:space-around;flex-wrap:wrap;margin:40px 0 30px;row-gap:0;border-bottom:1px solid #6e6e6e}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh .MobileAppServices_Tab__4_hAi{transition:.5s;text-align:center}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh .MobileAppServices_Tab__4_hAi span{font-weight:800;font-size:18px;text-align:center;color:#6e6e6e;cursor:pointer;font-family:var(--font-gilroy);position:relative;display:block;margin-bottom:8px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh .MobileAppServices_Tab__4_hAi.MobileAppServices_active__UlDUT span{color:#ec1c24}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh .MobileAppServices_Tab__4_hAi.MobileAppServices_active__UlDUT span:before{content:"";position:absolute;background-color:#e80101;width:100%;height:3px;bottom:-10px;left:0;right:0;margin:auto}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK{display:none}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:60px;gap:60px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp a h3:hover{color:#e80101}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp h3{color:#000;font-family:var(--font-gilroy);font-size:32px;font-weight:700;transition:all .3s}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp h3 br{display:none}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp p{font-family:var(--font-gilroy);font-weight:500;font-size:18px;color:#2c2c2c;padding-bottom:15px;text-align:left;margin:0}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp p a{text-decoration:underline}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp p ul{margin-top:20px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp p ul li{margin-bottom:12px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_right__xiTSX{display:flex;justify-content:center}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_active__UlDUT{display:block}.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS{padding:80px 0}.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe{align-items:center}.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp{padding:30px 0 70px}.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_right__xiTSX img{border-radius:17px}@media(max-width:1200px){.MobileAppServices_mobileApp__PSN6k h2{font-size:38px}.MobileAppServices_mobileApp__PSN6k p{font-size:16px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh{gap:20px;row-gap:20px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh .MobileAppServices_Tab__4_hAi span{font-size:16px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp h3{font-size:28px}}@media(max-width:1199px){.MobileAppServices_mobileApp__PSN6k br{display:none}.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_right__xiTSX img{width:100%;height:auto}}@media(max-width:991px){.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh{gap:15px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh .MobileAppServices_Tab__4_hAi span{font-size:14px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe{grid-template-columns:1fr}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp h3{font-size:22px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp p{font-size:16px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_right__xiTSX img{width:auto}}@media(max-width:768px){.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe{gap:30px}.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp{padding:30px 0}}@media(max-width:575px){.MobileAppServices_mobileApp__PSN6k h2{text-align:center;font-size:28px}.MobileAppServices_mobileApp__PSN6k p{text-align:center}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh{flex-direction:column}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_MainBox__J07lh .MobileAppServices_Tab__4_hAi span{font-weight:600}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_right__xiTSX img{width:100%;height:auto}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp h3{font-size:18px}.MobileAppServices_mobileApp__PSN6k .MobileAppServices_tabBox__X4z_V .MobileAppServices_tab-content__mREDK .MobileAppServices_main__uPDpe .MobileAppServices_left__G6PHp p ul{text-align:left}.MobileAppServices_mobileApp__PSN6k.MobileAppServices_iosApp__HSlsS{padding:50px 0}}@media(max-width:320px){.MobileAppServices_mobileApp__PSN6k h2{font-size:22px}}.SpecialitySoftware_specialitySoftware__WATqE{padding:80px 0}.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_head__m4L3D h2{color:#000;font-family:var(--font-gilroy);font-weight:700;font-size:42px;text-align:center}.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_head__m4L3D h2 span{color:#e80101}.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_listing__zBPlr{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;gap:20px;margin-top:40px}.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_listing__zBPlr .SpecialitySoftware_para__TUdK_ .SpecialitySoftware_single__QRTrT{display:flex;align-items:center;gap:10px}.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_listing__zBPlr .SpecialitySoftware_para__TUdK_ .SpecialitySoftware_single__QRTrT p{font-family:var(--font-gilroy);font-size:18px;font-weight:500;color:#2c2c2c;margin:0}@media(max-width:1200px){.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_head__m4L3D h2{font-size:38px}}@media(max-width:575px){.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_head__m4L3D h2{font-size:28px}.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_listing__zBPlr{display:flex;flex-wrap:wrap}}@media(max-width:320px){.SpecialitySoftware_specialitySoftware__WATqE .SpecialitySoftware_main__Nu_xy .SpecialitySoftware_head__m4L3D h2{font-size:28px}}.SingleTestimonial_singleTestimonial__N6X6A{padding:60px 0;background-size:cover;position:relative;height:590px;display:flex;align-items:center}.SingleTestimonial_singleTestimonial__N6X6A:before{top:0;left:0;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/mobile-app-dallas/q-before.png)}.SingleTestimonial_singleTestimonial__N6X6A:after,.SingleTestimonial_singleTestimonial__N6X6A:before{content:"";position:absolute;width:300px;height:100%;background-size:contain;background-repeat:no-repeat}.SingleTestimonial_singleTestimonial__N6X6A:after{bottom:0;right:0;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/mobile-app-dallas/q-after.png);background-position:bottom}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed{width:80%;margin:auto;position:relative;z-index:2;text-align:center}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed .SingleTestimonial_rating__kyfsD{margin-bottom:10px}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed p{font-size:28px;font-family:var(--font-gilroy);color:#fff}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed .SingleTestimonial_infoContent__7VHqG h2{font-size:17px;font-family:var(--font-gilroy);color:#fff;font-weight:600}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed .SingleTestimonial_infoContent__7VHqG h3{font-size:13px;font-family:var(--font-gilroy);color:#fff}@media(max-width:1200px){.SingleTestimonial_singleTestimonial__N6X6A{height:500px}.SingleTestimonial_singleTestimonial__N6X6A:after,.SingleTestimonial_singleTestimonial__N6X6A:before{width:200px}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed p{font-size:24px}}@media(max-width:991px){.SingleTestimonial_singleTestimonial__N6X6A:after,.SingleTestimonial_singleTestimonial__N6X6A:before{width:200px}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed{text-align:center;width:100%}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed p{font-size:20px}}@media(max-width:767px){.SingleTestimonial_singleTestimonial__N6X6A{height:100%}.SingleTestimonial_singleTestimonial__N6X6A:after,.SingleTestimonial_singleTestimonial__N6X6A:before{width:150px}.SingleTestimonial_singleTestimonial__N6X6A .SingleTestimonial_mainWrapper__wty1U .SingleTestimonial_testimonialContent__Sr3ed p{font-size:18px}}@media(max-width:500px){.SingleTestimonial_singleTestimonial__N6X6A:after,.SingleTestimonial_singleTestimonial__N6X6A:before{width:100px}}.Testimonials_testimonials__HHvXf{padding:100px 0;background-color:#050505;background-size:cover;background-position:50%;background-repeat:no-repeat}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M{display:flex;align-items:center;gap:100px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5{width:50%}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 h2{font-size:42px;font-weight:600;font-family:var(--font-gilroy);color:#fff}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 p{font-size:18px;font-weight:500;font-family:var(--font-gilroy);color:#fff}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq{width:50%}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt{box-shadow:inset 0 0 6px 0 rgba(255,249,249,.2509803922);background:rgba(34,34,34,.7215686275);padding:30px 40px;border-radius:14px;max-height:100%;height:100%;display:flex;flex-direction:column;justify-content:center;cursor:pointer}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt p{font-size:18px;font-weight:500;font-family:var(--font-gilroy);color:#fff;line-height:1.5;margin-top:10px;margin-bottom:10px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt a{margin-left:auto;display:block;color:#fff!important;width:-moz-fit-content;width:fit-content;background:rgba(0,0,0,0);border:0;border-bottom:1px solid #fff!important;border-radius:0;padding:5px 0;font-size:14px;font-weight:500}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt a svg{font-size:20px;margin-left:10px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI{display:flex;justify-content:space-between;align-items:center}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI .Testimonials_profileInfo__OSKVD{display:flex;align-items:center;gap:10px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI .Testimonials_profileInfo__OSKVD .Testimonials_cleintName__Kg08I{font-size:18px;font-weight:600;font-family:var(--font-gilroy);color:#bab7b7;margin:0}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI .Testimonials_revireInfo__gAWR_{display:flex;align-items:center;gap:10px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI .Testimonials_revireInfo__gAWR_ .Testimonials_rating__OS8Za{font-size:14px;font-weight:500;font-family:var(--font-gilroy);color:#fff;margin:0}.Testimonials_testimonials__HHvXf.Testimonials_industryMain__TEEkJ .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 h2{width:60%}.Testimonials_testimonials__HHvXf.Testimonials_industryMain__TEEkJ .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 h2 span{color:#e80101}.Testimonials_testimonials__HHvXf.Testimonials_industryMain__TEEkJ .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 p{width:85%;margin:0;padding:15px 0}@media(max-width:1200px){.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M{gap:50px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 h2{font-size:38px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 p,.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt p{font-size:16px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt a{font-size:14px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt a svg{font-size:20px;margin-left:10px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI .Testimonials_profileInfo__OSKVD{display:flex;align-items:center;gap:10px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI .Testimonials_profileInfo__OSKVD .Testimonials_cleintName__Kg08I{font-size:16px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt .Testimonials_bottomInfo__d9mgI .Testimonials_revireInfo__gAWR_ .Testimonials_rating__OS8Za{font-size:14px}.Testimonials_testimonials__HHvXf.Testimonials_industryMain__TEEkJ .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 h2,.Testimonials_testimonials__HHvXf.Testimonials_industryMain__TEEkJ .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 p{width:100%}}@media(max-width:991px){.Testimonials_testimonials__HHvXf{padding:60px 0}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M{flex-direction:column;gap:30px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5{width:100%;text-align:center}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq{width:100%}}@media(max-width:767px){.Testimonials_testimonials__HHvXf{padding:40px 0 60px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M{flex-direction:column;gap:30px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5{width:100%;text-align:center}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 h2{font-size:28px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq{width:100%}}@media(max-width:575px){.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_left__I_Mi5 h2{font-size:22px}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq{width:100%}.Testimonials_testimonials__HHvXf .Testimonials_mainGrid__f_a_M .Testimonials_right__ueSmq .Testimonials_testimonialItem__2JWbt{padding:20px}}.IndustryNewDropdown_main__Xj9V_{display:grid;grid-template-columns:.7fr 1fr;grid-gap:100px;gap:100px}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_leftTabs__XFvpy .IndustryNewDropdown_tabsList__amHr2{background-color:#141414;border-radius:7px;padding:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:30px}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_leftTabs__XFvpy .IndustryNewDropdown_tabsList__amHr2 .IndustryNewDropdown_single__cxXjl{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #3a3a3b;cursor:pointer}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_leftTabs__XFvpy .IndustryNewDropdown_tabsList__amHr2 .IndustryNewDropdown_single__cxXjl .IndustryNewDropdown_text___pCAt{display:flex;gap:10px;align-items:center;width:100%;padding:10px 20px;transition:all .3s ease-in}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_leftTabs__XFvpy .IndustryNewDropdown_tabsList__amHr2 .IndustryNewDropdown_single__cxXjl .IndustryNewDropdown_text___pCAt>span{font-size:16px;padding:0;margin:0;color:#fff}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_leftTabs__XFvpy .IndustryNewDropdown_tabsList__amHr2 .IndustryNewDropdown_single__cxXjl svg{transition:all .3s ease-in;opacity:0}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_leftTabs__XFvpy .IndustryNewDropdown_tabsList__amHr2 .IndustryNewDropdown_single__cxXjl.IndustryNewDropdown_active__Zkj65 .IndustryNewDropdown_text___pCAt{background-color:#e5e5e5;border-radius:7px}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_leftTabs__XFvpy .IndustryNewDropdown_tabsList__amHr2 .IndustryNewDropdown_single__cxXjl.IndustryNewDropdown_active__Zkj65 .IndustryNewDropdown_text___pCAt>span{color:#000;font-weight:600}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_{display:flex;flex-direction:column;gap:20px;justify-content:center;height:100%}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ p{color:#fff!important;font-weight:400}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ span{font-size:18px;font-weight:700;margin-top:5px}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ .IndustryNewDropdown_pageListing__3eSGp{flex-direction:column!important;align-items:flex-start!important;padding:0;gap:10px!important}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ .IndustryNewDropdown_pageListing__3eSGp li{color:#fff;font-size:16px;font-weight:400;font-family:var(--font-gilroy);display:flex;flex-direction:row!important;align-items:center!important;padding:0;gap:10px!important}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ .IndustryNewDropdown_pageListing__3eSGp li a{transition:all .3s ease-in;background-image:linear-gradient(90deg,#ec1c24 0,#ec1c24);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #fff;transition:background-size .6s ease;width:max-content}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ .IndustryNewDropdown_pageListing__3eSGp li a:hover{background-size:100% 1px;border-bottom:1px solid #000}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ .IndustryNewDropdown_pageListing__3eSGp li a.IndustryNewDropdown_active-item__Ayu_3{border-bottom:1px solid #ec1c24}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ .IndustryNewDropdown_pageListing__3eSGp li svg{font-size:10px}.IndustryNewDropdown_main__Xj9V_ .IndustryNewDropdown_rightInfo__V1svu .IndustryNewDropdown_healthcareBox__VT2T_ img{border-radius:7px;width:100%;height:auto}.AboutusNewDropdown_main__J6TrY{display:grid;grid-template-columns:.7fr 1fr;grid-gap:100px;gap:100px}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM{background-color:#141414;border-radius:7px;padding:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:30px}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:first-child{grid-area:1/1/2/2}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:nth-child(2){grid-area:2/1/3/2}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:nth-child(3){grid-area:3/1/4/2}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:nth-child(4){grid-area:1/2/2/3}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a .AboutusNewDropdown_single__hv0_Q{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #3a3a3b}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a .AboutusNewDropdown_single__hv0_Q .AboutusNewDropdown_text__zqEk1{display:flex;gap:10px;align-items:center;transition:all .5s ease-out}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a .AboutusNewDropdown_single__hv0_Q .AboutusNewDropdown_text__zqEk1>span{font-size:16px;padding-bottom:4px;margin:0;transition:all .5s ease-out;background-image:linear-gradient(90deg,#ec1c24 0,#ec1c24);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;transition:background-size .4s ease;width:max-content}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a .AboutusNewDropdown_single__hv0_Q svg{transition:all .5s ease-out;opacity:0}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a .AboutusNewDropdown_single__hv0_Q:hover .AboutusNewDropdown_text__zqEk1>span{background-size:100% 1px;border-bottom:1px solid #141414}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a .AboutusNewDropdown_single__hv0_Q:hover svg{opacity:1}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a.AboutusNewDropdown_active-item__aKUtG .AboutusNewDropdown_single__hv0_Q .AboutusNewDropdown_text__zqEk1>span{border-bottom:1px solid #e80101}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a.AboutusNewDropdown_active-item__aKUtG .AboutusNewDropdown_single__hv0_Q svg{opacity:1}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_rightInfo__QtqyX .AboutusNewDropdown_info__IfgfU{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;align-items:center}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_rightInfo__QtqyX .AboutusNewDropdown_info__IfgfU .AboutusNewDropdown_details__73rRD>span{font-size:24px;font-weight:700;color:#fff;font-family:var(--font-gilroy)}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_rightInfo__QtqyX .AboutusNewDropdown_info__IfgfU .AboutusNewDropdown_details__73rRD p{margin-bottom:30px!important;color:#fff!important;font-size:16px!important;font-family:var(--font-gilroy)}@media(max-width:1545px){.AboutusNewDropdown_main__J6TrY{gap:60px}}@media(max-width:1440px){.AboutusNewDropdown_main__J6TrY{gap:40px}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_rightInfo__QtqyX .AboutusNewDropdown_info__IfgfU .AboutusNewDropdown_details__73rRD p{margin-bottom:30px!important}}@media(max-width:1366px){.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:first-child,.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:nth-child(2),.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:nth-child(3),.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_leftTabs__dpVS8 .AboutusNewDropdown_tabsList__xQAUM a:nth-child(4){grid-area:unset}.AboutusNewDropdown_main__J6TrY .AboutusNewDropdown_rightInfo__QtqyX{display:flex}}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR{display:grid;grid-template-columns:.5fr 1fr;grid-gap:80px;gap:80px}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_leftTabs__Q_IvV .ServicesNewDropdown_tabsList__r720d{background-color:#141414;border-radius:7px;padding:20px;flex-direction:column;align-items:flex-start!important;gap:20px!important}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_leftTabs__Q_IvV .ServicesNewDropdown_tabsList__r720d li{border-bottom:1px solid #3a3a3b;width:100%;transition:all .3s ease-in}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_leftTabs__Q_IvV .ServicesNewDropdown_tabsList__r720d li .ServicesNewDropdown_box__JuAtK{padding:10px 15px;border-radius:7px;cursor:pointer;margin-bottom:10px}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_leftTabs__Q_IvV .ServicesNewDropdown_tabsList__r720d li .ServicesNewDropdown_box__JuAtK>span{font-size:16px;margin:0;padding:0;width:100%;font-weight:600}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_leftTabs__Q_IvV .ServicesNewDropdown_tabsList__r720d li .ServicesNewDropdown_box__JuAtK:hover,.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_leftTabs__Q_IvV .ServicesNewDropdown_tabsList__r720d li.ServicesNewDropdown_active__0VfVT .ServicesNewDropdown_box__JuAtK{background-color:#e5e5e5;color:#000}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:35px;align-items:center;grid-column-gap:0;align-content:center;justify-content:center;height:100%;position:relative}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb{position:relative;width:max-content}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb:nth-child(3):before{content:"";position:absolute;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-dropdown/portfolio/line.png);width:2px;height:250px;background-repeat:no-repeat;right:-130px;background-position:top;pointer-events:none;top:-110px;background-size:contain}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb a{display:flex;gap:10px;align-items:center;transition:all .3s ease;background-image:linear-gradient(90deg,#ec1c24 0,#ec1c24);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #000;transition:background-size .4s ease;width:max-content}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb a p{color:#fff!important;margin:0}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb a:hover{background-size:100% 1px;border-bottom:1px solid #000}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb a.ServicesNewDropdown_active__0VfVT{border-bottom:1px solid #e80101}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_webRow__Z492b{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:25px;align-items:center;grid-column-gap:0;align-content:center;justify-content:center;height:100%;position:relative}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_webRow__Z492b .ServicesNewDropdown_single__KI_fb:nth-child(2):before{content:"";position:absolute;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-dropdown/portfolio/line.png);width:2px;height:250px;background-repeat:no-repeat;right:120px;left:0;background-position:top;pointer-events:none;top:0;bottom:0;margin:auto;background-size:contain}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_webRow__Z492b .ServicesNewDropdown_single__KI_fb a{display:flex;gap:10px;align-items:center;background-image:linear-gradient(90deg,#ec1c24 0,#ec1c24);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #000;transition:background-size .4s ease;width:max-content}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_webRow__Z492b .ServicesNewDropdown_single__KI_fb a p{color:#fff!important;margin:0}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_webRow__Z492b .ServicesNewDropdown_single__KI_fb a:hover{background-size:100% 1px;border-bottom:1px solid #000}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_webRow__Z492b .ServicesNewDropdown_single__KI_fb a.ServicesNewDropdown_active__0VfVT{border-bottom:1px solid #e80101}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_btmSection__E5g8f{background-color:#fff;padding:10px 20px;border-radius:7px;display:flex;justify-content:space-between;align-items:center;margin-top:30px}.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_btmSection__E5g8f p{color:#000;font-size:16px!important;font-weight:500;margin:0;padding:0;cursor:auto!important;font-family:var(--font-gilroy)}@media(max-width:1500px){.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb:nth-child(3):before{right:-90px}}@media(max-width:1270px){.ServicesNewDropdown_main__vGorc .ServicesNewDropdown_tabBox__k0BMR .ServicesNewDropdown_rightInfo__vWs0w .ServicesNewDropdown_softwareRow__hwRCj .ServicesNewDropdown_single__KI_fb:nth-child(3):before{right:-70px}}.PortfolioDropdown_main__8Jysw{display:grid;grid-template-columns:60% 40%;position:relative}.PortfolioDropdown_main__8Jysw:before{content:"";position:absolute;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-dropdown/portfolio/line.png);width:100%;height:100%;background-repeat:no-repeat;right:-90px;background-position:50%;pointer-events:none}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2{display:flex;flex-direction:column;justify-content:space-between;gap:30px}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_portfolioRow__Q8ESY{display:flex;flex-wrap:wrap;gap:20px}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_portfolioRow__Q8ESY .PortfolioDropdown_single__A_b9H{width:30%}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_portfolioRow__Q8ESY .PortfolioDropdown_single__A_b9H a{display:flex;flex-direction:column}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_portfolioRow__Q8ESY .PortfolioDropdown_single__A_b9H a img{border-radius:7px}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_portfolioRow__Q8ESY .PortfolioDropdown_single__A_b9H a span{font-size:18px;font-weight:500;margin-top:5px;transition:all .3s ease-in;background-image:linear-gradient(90deg,#ec1c24 0,#ec1c24);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;transition:background-size .4s ease;width:max-content}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_portfolioRow__Q8ESY .PortfolioDropdown_single__A_b9H:hover span{background-size:100% 1px;width:max-content}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_portfolioRow__Q8ESY .PortfolioDropdown_single__A_b9H .PortfolioDropdown_active__8j502 span{border-bottom:1px solid #ec1c24;width:max-content}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_buttonWrapper__ChTWq{margin-right:auto;display:flex;align-items:center;gap:10px;padding-bottom:4px;background-image:linear-gradient(90deg,#fff 0,#fff);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #e80101;transition:background-size .4s ease;width:max-content}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_buttonWrapper__ChTWq svg{transition:all .3s ease-in}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_buttonWrapper__ChTWq:hover{background-size:100% 1px;border-bottom:none}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_portfolioBox__BSgc2 .PortfolioDropdown_buttonWrapper__ChTWq:hover svg{margin-left:6px}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_incBox__FWLrS{display:flex;flex-direction:column}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_incBox__FWLrS span{font-weight:700;font-size:20px}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_incBox__FWLrS img{width:80%;height:auto}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_incBox__FWLrS p{font-size:18px!important;font-weight:500!important;color:#fff!important}.PortfolioDropdown_main__8Jysw .PortfolioDropdown_incBox__FWLrS p span{font-weight:700;color:#ec1c24}@media(max-width:1300px){.PortfolioDropdown_main__8Jysw:before{display:none}}.LocationNewDropdown_main__2Ef8M{display:grid;grid-template-columns:.5fr 1fr;grid-gap:80px;gap:80px;position:relative}.LocationNewDropdown_main__2Ef8M:before{content:"";position:absolute;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-dropdown/resources/location-image.webp);background-repeat:no-repeat;width:500px;height:217px;right:-130px;background-position:100%;background-size:contain;top:0;bottom:0;margin:auto;pointer-events:none}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_leftTabs__1ZvAa .LocationNewDropdown_tabsList__FPB4Y{background-color:#141414;border-radius:7px;padding:20px;flex-direction:column;align-items:flex-start!important;gap:20px!important}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_leftTabs__1ZvAa .LocationNewDropdown_tabsList__FPB4Y li{border-bottom:1px solid #3a3a3b;width:100%;transition:all .3s ease-in}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_leftTabs__1ZvAa .LocationNewDropdown_tabsList__FPB4Y li .LocationNewDropdown_box__9VTJl{padding:10px 15px;border-radius:7px;cursor:pointer;margin-bottom:10px}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_leftTabs__1ZvAa .LocationNewDropdown_tabsList__FPB4Y li .LocationNewDropdown_box__9VTJl span{font-size:16px;transition:all .3s ease-in;margin:0;padding:0;width:100%;font-weight:600}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_leftTabs__1ZvAa .LocationNewDropdown_tabsList__FPB4Y li .LocationNewDropdown_box__9VTJl:hover,.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_leftTabs__1ZvAa .LocationNewDropdown_tabsList__FPB4Y li.LocationNewDropdown_active__uajq8 .LocationNewDropdown_box__9VTJl{background-color:#e5e5e5;color:#000}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:20px;align-items:center;height:90%;grid-column-gap:50px;align-content:center}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON{z-index:2}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON:nth-child(7):before{content:"";position:absolute;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-dropdown/portfolio/line.png);width:2px;height:220px;background-repeat:no-repeat;left:52%;background-position:top;pointer-events:none;top:-20px;background-size:contain}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON:nth-child(7):after{content:"";position:absolute;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-dropdown/portfolio/line.png);width:2px;height:220px;background-repeat:no-repeat;left:75%;background-position:top;pointer-events:none;top:-20px;background-size:contain}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON a{display:flex;flex-direction:row;align-items:center;gap:20px;transition:all .3s ease-in;background-image:linear-gradient(90deg,#ec1c24 0,#ec1c24);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;transition:background-size .4s ease;width:max-content}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON a p{color:#fff!important;font-family:var(--font-gilroy);font-size:16px!important;margin:0}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON a svg{opacity:0;transition:all .3s ease-in}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON a:hover{background-size:100% 1px;border-bottom:none}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON a.LocationNewDropdown_active__uajq8{border-bottom:1px solid #ec1c24!important}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON a.LocationNewDropdown_active__uajq8 svg,.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_cityRow__ahvVW .LocationNewDropdown_citySingle__euKON:hover svg{opacity:1}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb{display:grid;grid-template-columns:1fr;grid-row-gap:20px;height:90%;justify-content:center;width:30%;align-items:center;align-content:center}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON{z-index:2}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON a{display:flex;flex-direction:row;align-items:center;gap:20px;transition:all .3s ease-in;background-image:linear-gradient(90deg,#ec1c24 0,#ec1c24);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #000;transition:background-size .4s ease;width:max-content}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON a p{color:#fff!important;font-family:var(--font-gilroy);font-size:16px!important;margin:0}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON a:hover{background-size:100% 1px;border-bottom:1px solid #000}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON a.LocationNewDropdown_active__uajq8{border-bottom:1px solid red!important}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON a.LocationNewDropdown_active__uajq8 svg{opacity:1}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON svg{opacity:0;transition:all .3s ease-in}.LocationNewDropdown_main__2Ef8M .LocationNewDropdown_rightInfo__0JE9z .LocationNewDropdown_gccRow__rzWfb .LocationNewDropdown_citySingle__euKON:hover svg{opacity:1}.ResourcesNewDropdown_main__RKlIk{display:grid;grid-template-columns:.5fr 1fr;grid-gap:80px;gap:80px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_leftTabs__McqAY .ResourcesNewDropdown_tabsList__z8Xal{background-color:#141414;border-radius:7px;padding:20px;flex-direction:column;align-items:flex-start!important;gap:20px!important}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_leftTabs__McqAY .ResourcesNewDropdown_tabsList__z8Xal li{border-bottom:1px solid #3a3a3b;width:100%;transition:all .3s ease}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_leftTabs__McqAY .ResourcesNewDropdown_tabsList__z8Xal li .ResourcesNewDropdown_box__ycZDV{padding:10px 15px;border-radius:7px;cursor:pointer;margin-bottom:10px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_leftTabs__McqAY .ResourcesNewDropdown_tabsList__z8Xal li .ResourcesNewDropdown_box__ycZDV span{font-size:16px;margin:0;padding:0;width:100%;font-weight:600}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_leftTabs__McqAY .ResourcesNewDropdown_tabsList__z8Xal li .ResourcesNewDropdown_box__ycZDV:hover,.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_leftTabs__McqAY .ResourcesNewDropdown_tabsList__z8Xal li.ResourcesNewDropdown_active__4N3Uj .ResourcesNewDropdown_box__ycZDV{background-color:#e5e5e5;color:#000}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p{display:flex;align-items:center;width:100%;justify-content:flex-end}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD{display:flex;flex-direction:column;gap:15px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_blogRow__5flqF{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:50px;gap:50px;width:100%}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_blogRow__5flqF .ResourcesNewDropdown_singleBlog__gjT59{display:flex;flex-direction:row;gap:10px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_blogRow__5flqF .ResourcesNewDropdown_singleBlog__gjT59 a img{border-radius:10px;width:100%;margin-bottom:10px;object-fit:cover;object-position:top}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_blogRow__5flqF .ResourcesNewDropdown_singleBlog__gjT59 a p{font-weight:500!important;font-size:16px!important;color:#fff!important;line-height:1.2;margin:0 0 8px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_blogRow__5flqF .ResourcesNewDropdown_singleBlog__gjT59 a h6{color:#676767;font-size:12px;font-weight:500}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_buttonWrapper__vtEI6{margin-left:auto;display:flex;align-items:center;gap:10px;padding-bottom:4px;background-image:linear-gradient(90deg,#fff 0,#fff);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #e80101;transition:background-size .4s ease;width:max-content}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_buttonWrapper__vtEI6 svg{transition:all .3s ease-in}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_buttonWrapper__vtEI6:hover{background-size:100% 1px;border-bottom:none}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_blogMain___6ryD .ResourcesNewDropdown_buttonWrapper__vtEI6:hover svg{margin-left:6px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_podcastRow__f2jmx{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;gap:20px;align-items:center;justify-content:center;width:100%;margin-bottom:30px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi{width:100%;background-color:#252525;padding:10px;border-radius:6px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi .ResourcesNewDropdown_imgWrapper__ItNM9{position:relative}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi .ResourcesNewDropdown_imgWrapper__ItNM9:before{content:"";position:absolute;inset:0;margin:auto;background-image:url(//appvertical.kodefuse.com/wp-content/themes/appvertical/assets/images/new-dropdown/resources/play.png);background-repeat:no-repeat;background-position:50%;background-size:30px;z-index:2;pointer-events:none;transition:all .3s ease-in}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi .ResourcesNewDropdown_imgWrapper__ItNM9:hover:before{scale:1.5}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi .ResourcesNewDropdown_imgWrapper__ItNM9 img{border-radius:7px;width:100%;height:auto;margin-bottom:10px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi p{font-weight:500!important;font-size:16px!important;color:#fff!important;line-height:1.2;margin:0}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_buttonWrapper__vtEI6{margin-left:auto;display:flex;align-items:center;gap:10px;padding-bottom:4px;background-image:linear-gradient(90deg,#fff 0,#fff);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #e80101;transition:background-size .4s ease;width:max-content}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_buttonWrapper__vtEI6 svg{transition:all .3s ease-in}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_buttonWrapper__vtEI6:hover{background-size:100% 1px;border-bottom:none}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastMain__0m6L4 .ResourcesNewDropdown_buttonWrapper__vtEI6:hover svg{margin-left:6px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;grid-gap:50px;gap:50px;align-items:center;width:100%;justify-content:flex-end}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_details__dkqvI span{font-family:var(--font-gilroy);font-size:24px;font-weight:700}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_details__dkqvI p{margin-bottom:20px!important;color:#fff!important;font-size:16px!important}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_details__dkqvI .ResourcesNewDropdown_buttonWrapper__vtEI6{margin-right:auto;display:flex;align-items:center;gap:10px;padding-bottom:4px;background-image:linear-gradient(90deg,#fff 0,#fff);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #e80101;transition:background-size .4s ease;width:max-content}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_details__dkqvI .ResourcesNewDropdown_buttonWrapper__vtEI6 svg{transition:all .3s ease-in}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_details__dkqvI .ResourcesNewDropdown_buttonWrapper__vtEI6:hover{background-size:100% 1px;border-bottom:none}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_details__dkqvI .ResourcesNewDropdown_buttonWrapper__vtEI6:hover svg{margin-left:6px}.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_imageWrapper__dKaZj img{border-radius:7px}@media(max-width:1790px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi iframe{width:262px;height:auto}}@media(max-width:1700px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi iframe{width:255px;height:auto}}@media(max-width:1660px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi iframe{width:245px;height:auto}}@media(max-width:1600px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_info___5p4y{width:100%}}@media(max-width:1599px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi iframe{width:260px;height:auto}}@media(max-width:1500px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi iframe{width:230px;height:auto}}@media(max-width:1440px){.ResourcesNewDropdown_main__RKlIk{gap:50px}}@media(max-width:1366px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_info___5p4y .ResourcesNewDropdown_imageWrapper__dKaZj img{width:100%;height:auto}}@media(max-width:1320px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi iframe{width:210px;height:auto}}@media(max-width:1220px){.ResourcesNewDropdown_main__RKlIk .ResourcesNewDropdown_rightInfo__ITi4p .ResourcesNewDropdown_podcastRow__f2jmx .ResourcesNewDropdown_singlePodcast__d2sSi iframe{width:200px;height:auto}}.DropdownMain_mainDropdown__auy_N{position:absolute;z-index:1;width:100%;left:0;top:68px;opacity:0;visibility:hidden;transition:.5s;background-color:#313131;padding:0;overflow:hidden}.DropdownMain_mainDropdown__auy_N .DropdownMain_inner__JkpSp{background-color:#000;margin:10px;padding:20px 10px;border-radius:7px}@media(max-width:1440px){.DropdownMain_mainDropdown__auy_N{top:66px}}@media(max-width:1400px){.DropdownMain_mainDropdown__auy_N{top:64px}}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts{display:grid;grid-template-columns:.9fr 1fr;grid-gap:80px;gap:80px}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_leftTabs__okCkH>.PlatformNewDropDown_tabsList__io2N5{background-color:#141414;border-radius:7px;padding:20px;flex-direction:column;align-items:flex-start!important;gap:20px!important}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_leftTabs__okCkH>.PlatformNewDropDown_tabsList__io2N5>.PlatformNewDropDown_tabsWrapper__OuYmt{display:grid!important;grid-template-columns:1fr 1fr}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_leftTabs__okCkH>.PlatformNewDropDown_tabsList__io2N5>.PlatformNewDropDown_tabsWrapper__OuYmt li{border-bottom:1px solid #3a3a3b;width:100%;transition:all .3s ease}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_leftTabs__okCkH>.PlatformNewDropDown_tabsList__io2N5>.PlatformNewDropDown_tabsWrapper__OuYmt li .PlatformNewDropDown_box__ryjLM{padding:10px 15px;border-radius:7px;cursor:pointer;margin-bottom:10px}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_leftTabs__okCkH>.PlatformNewDropDown_tabsList__io2N5>.PlatformNewDropDown_tabsWrapper__OuYmt li .PlatformNewDropDown_box__ryjLM span{font-size:16px;margin:0;padding:0;width:100%;font-weight:600}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_leftTabs__okCkH>.PlatformNewDropDown_tabsList__io2N5>.PlatformNewDropDown_tabsWrapper__OuYmt li .PlatformNewDropDown_box__ryjLM:hover,.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_leftTabs__okCkH>.PlatformNewDropDown_tabsList__io2N5>.PlatformNewDropDown_tabsWrapper__OuYmt li.PlatformNewDropDown_active___uwNz .PlatformNewDropDown_box__ryjLM{background-color:#e5e5e5;color:#000}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD{display:flex;align-items:center;width:100%;justify-content:flex-end}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD .PlatformNewDropDown_info__ERJ9x{grid-gap:20px;gap:50px;align-items:center;width:100%;justify-content:flex-end}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD .PlatformNewDropDown_info__ERJ9x .PlatformNewDropDown_details__M6wBm span{font-family:var(--font-gilroy);font-size:24px;font-weight:700}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD .PlatformNewDropDown_info__ERJ9x .PlatformNewDropDown_details__M6wBm p{margin-bottom:20px!important;color:#fff!important;font-size:16px!important}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD .PlatformNewDropDown_info__ERJ9x .PlatformNewDropDown_details__M6wBm .PlatformNewDropDown_buttonWrapper__aYm1S{display:flex;align-items:center;gap:10px;padding-bottom:4px;background-image:linear-gradient(90deg,#fff 0,#fff);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;border-bottom:1px solid #e80101;transition:background-size .4s ease;width:max-content;margin-left:auto}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD .PlatformNewDropDown_info__ERJ9x .PlatformNewDropDown_details__M6wBm .PlatformNewDropDown_buttonWrapper__aYm1S svg{transition:all .3s ease-in}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD .PlatformNewDropDown_info__ERJ9x .PlatformNewDropDown_details__M6wBm .PlatformNewDropDown_buttonWrapper__aYm1S:hover{background-size:100% 1px;border-bottom:none}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_mainTabs__1Shts .PlatformNewDropDown_rightInfo__74JnD .PlatformNewDropDown_info__ERJ9x .PlatformNewDropDown_details__M6wBm .PlatformNewDropDown_buttonWrapper__aYm1S:hover svg{margin-left:6px}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_btmSection__inEOs{background-color:#fff;padding:10px 20px;border-radius:7px;display:flex;justify-content:space-between;align-items:center;margin-top:30px}.PlatformNewDropDown_main__h1OUX .PlatformNewDropDown_btmSection__inEOs p{color:#000;font-size:16px!important;font-weight:500;margin:0;padding:0;cursor:auto!important;font-family:var(--font-gilroy)}  :root {
--font-gilroy: 'Gilroy', Arial, sans-serif;
} .li-nav:hover .DropdownMain_mainDropdown__auy_N {
opacity: 1 !important;
visibility: visible !important;
} .Header_mainHeader__g00J7 .li-nav:hover > p {
border-bottom: 2px solid #e80101;
} .MobileMenu_header-menu__KZoAd.MobileMenu_open__pY_gq {
right: 0 !important;
}
.Button_btn___t8GZ{background-color:#e80101;box-shadow:none;padding:10px 40px;transition:.5s;font-size:16px;font-family:var(--font-gilroy);font-weight:600;text-align:center;color:#fff;border-radius:5px;border:1px solid #e80101}
.Button_btn___t8GZ:hover{background-color:rgba(0,0,0,0);color:#e80101}
.Button_btn___t8GZ.Button_ctaButton__fEctd{background-color:#e80101}
.Button_btn___t8GZ.Button_ctaButton__fEctd:hover{color:#fff}
.Button_btn___t8GZ:disabled{opacity:.6;cursor:not-allowed;background-color:#e80101!important;color:#fff!important}
.Button_btn___t8GZ.Button_whiteBtn__k_WPq{padding:14px 60px}
.Button_btn___t8GZ.Button_odooBtn__8ZVIX,.Button_btn___t8GZ.Button_whiteBtn__k_WPq{background:#fff;color:#e80101;border:none;font-weight:500;font-size:16px;font-family:var(--font-gilroy);font-weight:600}
.Button_btn___t8GZ.Button_odooBtn__8ZVIX{padding:14px 100px}
.Button_btn___t8GZ.Button_whiteBlue__MPemk{background:#fff;color:#0944a6;border:1px solid #fff}
.Button_btn___t8GZ.Button_whiteBlue__MPemk:hover{background-color:rgba(0,0,0,0);color:#fff}
.Button_btn___t8GZ.Button_borderBtn__pfFe5{background-color:rgba(0,0,0,0);border:1px solid #e80101;color:#e80101}
.Button_btn___t8GZ.Button_borderBtn__pfFe5:hover{background-color:#e80101;color:#fff}
.Button_btn___t8GZ.Button_whiteBorderBtn__UNEHG{background-color:rgba(0,0,0,0);border:1px solid #fff;color:#fff}
.Button_btn___t8GZ.Button_whiteBorderBtn__UNEHG:hover{background-color:#fff;color:#e80101}
.Button_btn___t8GZ.Button_navigateBtn__zqfmB{background-color:rgba(0,0,0,0);font-size:18px;border:none;border-radius:0;text-align:left;padding:0 0 5px}
.Button_btn___t8GZ.Button_navigateBtn__zqfmB:hover{color:#fff}
.Button_btn___t8GZ.Button_visionze__Adti5{background:#fff;color:#00546f;border:1px solid #fff}
.Button_btn___t8GZ.Button_visionze__Adti5:hover{background-color:rgba(0,0,0,0);color:#fff}
.Button_btn___t8GZ.Button_oasis__2gfPo{background:#fff;color:#071c3e;border:1px solid #fff}
.Button_btn___t8GZ.Button_oasis__2gfPo:hover{background-color:rgba(0,0,0,0);color:#fff}
.Button_btn___t8GZ.Button_raha__3HyDE{color:#122a4f;background:#fff;border:1px solid #fff}
.Button_btn___t8GZ.Button_lulu__MBsIc{background:#eb9411;color:#fff;border:1px solid #eb9411}
.Button_btn___t8GZ.Button_lulu__MBsIc:hover{background-color:rgba(0,0,0,0);color:#fff}
.Button_btn___t8GZ.Button_openhouse__4ZSNr{background:#fff;color:#bf0a30;border:1px solid #fff}
.Button_btn___t8GZ.Button_openhouse__4ZSNr:hover{background-color:rgba(0,0,0,0);color:#fff}
.Button_btn___t8GZ.Button_oasisCta__QpZWQ{background:#20b5f2;color:#fff;border:1px solid #20b5f2;border-radius:5px}
.Button_btn___t8GZ.Button_oasisCta__QpZWQ:hover{background-color:rgba(0,0,0,0);color:#fff;border:1px solid #fff}
.Button_btn___t8GZ.Button_luluCta__kaAae{background:#eeb563;color:#fff;border:1px solid #eeb563;border-radius:5px}
.Button_btn___t8GZ.Button_luluCta__kaAae:hover{background-color:rgba(0,0,0,0);color:#fff;border:1px solid #fff}
.Button_btn___t8GZ.Button_rahaCta__YP1BG{background:#986cb1;color:#fff;border:1px solid #986cb1;border-radius:5px}
.Button_btn___t8GZ.Button_rahaCta__YP1BG:hover{background-color:rgba(0,0,0,0);color:#fff;border:1px solid #fff}
.Button_btn___t8GZ.Button_gtsCta__4wJIY{background:#00a69e;color:#fff;border:1px solid #00a69e;border-radius:5px}
.Button_btn___t8GZ.Button_gtsCta__4wJIY:hover{background-color:rgba(0,0,0,0);color:#fff;border:1px solid #fff}
.Button_btn___t8GZ.Button_openCta__Fs1Jq{background:#bf0a30;color:#fff;border:1px solid #bf0a30;border-radius:5px}
.Button_btn___t8GZ.Button_openCta__Fs1Jq:hover{background-color:rgba(0,0,0,0);color:#fff;border:1px solid #fff}
.Button_btn___t8GZ.Button_casitaCta__P9D_q{background:#fff;color:#0a477f;border:1px solid #fff;border-radius:5px}
.Button_btn___t8GZ.Button_casitaCta__P9D_q:hover{background-color:rgba(0,0,0,0);color:#fff;border:1px solid #fff}
.Button_btn___t8GZ.Button_bannerBtn__2EFge{padding:15px 0;width:37%}
.Button_btn___t8GZ{padding:16px 30px;padding:16px 20px}
.Button_btn___t8GZ{padding:16px 25px}
.Button_btn___t8GZ.Button_bannerBtn__2EFge{padding:16px 25px;width:unset}
.Button_btn___t8GZ.Button_whiteBtn__k_WPq{padding:16px 25px}
.Button_btn___t8GZ{font-size:14px} #menuoverlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, .55);
z-index: 99;
}
#menuoverlay.open { display: block; }  .ServicesNewDropdown_softwareRow__hwRCj,
.ServicesNewDropdown_webRow__Z492b { display: none !important; }
.ServicesNewDropdown_softwareRow__hwRCj.active,
.ServicesNewDropdown_webRow__Z492b.active { display: grid !important; } .IndustryNewDropdown_healthcareBox__VT2T_ { display: none !important; }
.IndustryNewDropdown_healthcareBox__VT2T_.active { display: flex !important; } .PlatformNewDropDown_info__ERJ9x { display: none !important; }
.PlatformNewDropDown_info__ERJ9x.active { display: flex !important; } .ResourcesNewDropdown_blogMain___6ryD,
.ResourcesNewDropdown_podcastMain__0m6L4,
.ResourcesNewDropdown_info___5p4y { display: none !important; }
.ResourcesNewDropdown_blogMain___6ryD.active,
.ResourcesNewDropdown_podcastMain__0m6L4.active { display: block !important; }
.ResourcesNewDropdown_info___5p4y.active { display: flex !important; }.av-anim {
transition-property: opacity, transform;
transition-timing-function: cubic-bezier(0, 0, 0.58, 1); will-change: opacity, transform;
}  .av-anim--fade-up {
opacity: 0;
transform: translateY(60px);
transition-duration: 0.5s;
} .av-anim--fade-down {
opacity: 0;
transform: translateY(-60px);
transition-duration: 0.6s;
} .av-anim--fade-left {
opacity: 0;
transform: translateX(-60px);
transition-duration: 0.6s;
} .av-anim--fade-right {
opacity: 0;
transform: translateX(60px);
transition-duration: 0.6s;
} .av-anim--fade-in {
opacity: 0;
transition-duration: 0.6s;
} .av-anim--scale-in {
opacity: 0;
transform: scale(0.8) translateY(30px);
transition-duration: 0.6s;
} .av-anim--stagger {
opacity: 0;
transform: translateY(30px);
transition-property: opacity, transform;
transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
transition-duration: 0.6s;
will-change: opacity, transform;
} .av-anim-visible {
opacity: 1 !important;
transform: none !important;
}  @media (max-width: 767px) {
.av-anim--fade-up,
.av-anim--fade-down,
.av-anim--fade-left,
.av-anim--fade-right,
.av-anim--scale-in,
.av-anim--stagger {
transform: none;
}
} @media (prefers-reduced-motion: reduce) {
.av-anim,
.av-anim--stagger {
transition: opacity 0.15s linear !important;
transform: none !important;
}
} .no-js .av-anim,
.no-js .av-anim--stagger {
opacity: 1 !important;
transform: none !important;
transition: none !important;
will-change: auto !important;
}.av-form-section {
padding: 30px 0 80px;
}  .av-form-section--dark {
background-color: #0a0a0a;
} .av-form-section--light {
background-color: #fff;
}
.av-form-section--light .av-form-left h2 {
color: #0a0a0a;
}
.av-form-section--light .av-form-left .av-form-subhead {
color: #555;
}
.av-form-section--light .av-form-left .av-contact-list li {
color: #444;
}
.av-form-section--light .av-form-left .av-contact-list li a {
color: #444;
}
.av-form-section--light .av-form-left .av-contact-list li a:hover {
color: #0a0a0a;
}
.av-form-section--light .av-field input,
.av-form-section--light .av-field textarea {
color: #0a0a0a;
border-color: rgba(10, 10, 10, 0.25);
}
.av-form-section--light .av-field input::placeholder,
.av-form-section--light .av-field textarea::placeholder {
color: #aaa;
}
.av-form-section--light .av-field input:focus,
.av-form-section--light .av-field textarea:focus {
border-color: rgba(10, 10, 10, 0.6);
}
.av-form-section--light .av-field input:-webkit-autofill,
.av-form-section--light .av-field input:-webkit-autofill:hover,
.av-form-section--light .av-field input:-webkit-autofill:focus {
-webkit-text-fill-color: #0a0a0a !important;
} .av-modal-box.av-form-section--light {
background: #fff;
}
.av-modal-box.av-form-section--light h2,
.av-modal-box.av-form-section--light .av-form-subhead {
color: #0a0a0a;
} .av-form-inline.av-form-section--dark {
background-color: #0a0a0a;
padding: 30px 0 80px;
}
.av-form-inline.av-form-section--light {
background-color: #fff;
padding: 30px 0 80px;
} .av-form-grid {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 50px;
align-items: start;
} .av-form-left .av-form-subhead {
font-size: 20px;
font-weight: 400;
color: #7f7f7f;
margin-bottom: 0.5rem;
}
.av-form-left h2 {
font-size: 54px;
font-weight: 600;
letter-spacing: -3px;
color: #fff;
line-height: 1.1;
margin: 0 0 10px;
}
.av-form-left h2 span {
color: #e80101;
}
.av-form-left .av-contact-list {
list-style: none;
padding-left: 0;
margin: 30px 0 0;
display: flex;
flex-direction: column;
gap: 20px;
}
.av-form-left .av-contact-list li {
display: flex;
gap: 15px;
align-items: center;
color: #747474;
font-size: 16px;
font-weight: 500;
}
.av-contact-icon {
flex-shrink: 0;
border: 1px solid #e80101;
border-radius: 50%;
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #e80101;
}
.av-contact-icon svg {
width: 16px;
height: 16px;
fill: currentColor;
}
.av-form-left .av-contact-list li a {
color: #747474;
text-decoration: none;
transition: color 0.3s;
}
.av-form-left .av-contact-list li a:hover {
color: #fff;
} .av-form-right .av-contact-form {
padding: 20px 0;
color: #fff;
} .av-form-group {
display: flex;
flex-wrap: wrap;
gap: 20px;
} .av-field--full {
flex: 0 0 100%;
min-width: 0;
}
.av-field--half {
flex: 1 1 calc(50% - 10px);
min-width: 180px; }
.av-field {
display: flex;
flex-direction: column;
gap: 4px;
} .av-field input,
.av-field textarea {
width: 100%;
background: transparent;
border: 1px solid rgba(222, 222, 222, 0.5);
padding: 12px 14px;
color: #fff;
font-size: 16px;
font-family: inherit;
outline: none;
border-radius: 8px;
box-sizing: border-box;
transition: border-color 0.3s;
}
.av-field input::placeholder,
.av-field textarea::placeholder {
color: #575757;
}
.av-field input:focus,
.av-field textarea:focus {
border-color: rgba(222, 222, 222, 0.85);
}
.av-field input.av-error-border,
.av-field textarea.av-error-border {
border-color: #e80101;
}
.av-field textarea {
resize: none;
min-height: 120px;
} .av-field select.av-select {
width: 100%;
background: transparent;
border: 1px solid rgba(222, 222, 222, 0.5);
padding: 12px 36px 12px 14px;
color: #fff;
font-size: 16px;
font-family: inherit;
outline: none;
border-radius: 8px;
box-sizing: border-box;
transition: border-color 0.3s;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23888' d='M5 7l5 5 5-5z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 18px;
}
.av-field select.av-select:focus {
border-color: rgba(222, 222, 222, 0.85);
}
.av-field select.av-select.av-error-border {
border-color: #e80101;
} .av-field select.av-select option {
background: #1a1a1a;
color: #fff;
} .av-form-section--light .av-field select.av-select {
color: #0a0a0a;
border-color: rgba(10, 10, 10, 0.25);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23555' d='M5 7l5 5 5-5z'/%3E%3C/svg%3E");
}
.av-form-section--light .av-field select.av-select option {
background: #fff;
color: #0a0a0a;
} .av-field input:-webkit-autofill,
.av-field input:-webkit-autofill:hover,
.av-field input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
-webkit-text-fill-color: #fff !important;
transition: background-color 9999s ease-in-out 0s;
} .av-field-error {
color: #e80101;
font-size: 12px;
display: block;
min-height: 16px;
} .av-form-submit {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: #e80101;
color: #fff;
border: 1px solid #e80101;
padding: 14px 40px;
font-size: 16px;
font-weight: 600;
font-family: inherit;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
}
.av-form-submit:hover {
background-color: transparent;
color: #e80101;
}
.av-form-submit:disabled {
opacity: 0.6;
cursor: not-allowed;
background-color: #e80101 !important;
color: #fff !important;
}
.av-form-submit--full {
width: 100%;
justify-content: center;
} .av-spinner {
width: 18px;
height: 18px;
border: 2px solid rgba(255, 255, 255, 0.4);
border-top-color: #fff;
border-radius: 50%;
animation: av-spin 0.7s linear infinite;
}
@keyframes av-spin {
to { transform: rotate(360deg); }
} .av-form-message {
padding: 14px 18px;
border-radius: 6px;
font-size: 15px;
font-weight: 500;
display: none;
}
.av-form-message.av-msg-success {
background: rgba(39, 174, 96, 0.15);
border: 1px solid #27ae60;
color: #27ae60;
}
.av-form-message.av-msg-error {
background: rgba(232, 1, 1, 0.12);
border: 1px solid #e80101;
color: #e80101;
} .av-modal-overlay {
position: fixed;
inset: 0;
z-index: 9999;
background: rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.av-modal-overlay.av-modal-open {
opacity: 1;
visibility: visible;
}
.av-modal-box {
background: #111;
border-radius: 12px;
width: 100%;
max-width: 560px;
max-height: 90vh;
overflow-y: auto;
padding: 40px 36px;
position: relative;
transform: translateY(30px);
transition: transform 0.25s ease;
}
.av-modal-overlay.av-modal-open .av-modal-box {
transform: translateY(0);
} .av-modal-close {
position: absolute;
top: 14px;
right: 18px;
background: none;
border: none;
cursor: pointer;
color: #888;
font-size: 28px;
line-height: 1;
padding: 4px 8px;
transition: color 0.2s;
}
.av-modal-close:hover {
color: #fff;
} .av-modal-box .av-form-subhead {
font-size: 16px;
color: #7f7f7f;
margin: 0 0 6px;
}
.av-modal-box h2 {
font-size: 36px;
font-weight: 600;
letter-spacing: -1px;
color: #fff;
line-height: 1.15;
margin: 0 0 24px;
}
.av-modal-box h2 span {
color: #e80101;
} .av-modal-box .av-contact-form {
padding: 0;
} @media (max-width: 1440px) {
.av-form-left h2       { font-size: 45px; }
.av-form-left .av-form-subhead { font-size: 18px; }
}
@media (max-width: 1300px) {
.av-form-left h2 { font-size: 40px; letter-spacing: 0; }
}
@media (max-width: 1200px) {
.av-form-left h2 { font-size: 35px; }
}
@media (max-width: 991px) {
.av-form-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.av-form-left h2 {
font-size: 30px;
text-align: center;
}
.av-form-left .av-form-subhead {
font-size: 16px;
text-align: center;
} .av-form-left .av-contact-list {
display: none;
}
.av-input-row {
flex-direction: column;
gap: 0;
}
}
@media (max-width: 480px) {
.av-modal-box {
padding: 28px 18px;
}
.av-modal-box h2 {
font-size: 28px;
}
.av-form-submit {
width: 100%;
justify-content: center;
}
}