* {
outline: none !important;
}
button:focus {
border: none !important;
outline: 0 !important;
}
p {
margin-bottom: 0px !important;
}
ul#ast-hf-menu-1 li.menu-item-has-children ul {
box-shadow: 0px 0px 5px 0px #00000026;
width: max-content;
min-width: 250px;
}
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
border: none !important;
box-shadow: none;
line-height: inherit;
top: 4px;
} .career-popup {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.45);
z-index: 999999;
justify-content: center;
align-items: center;
padding: 20px;
}
.career-popup-box {
background: #fff;
width: 100%;
max-width: 780px;
border-radius: 40px;
padding: 40px;
position: relative;
animation: fadeIn 0.3s ease;
box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
max-height: 90vh;
overflow-y: auto;
}
.career-popup-close {
position: absolute;
top: 18px;
right: 20px;
font-size: 32px;
cursor: pointer;
color: #555;
font-weight: 300;
}
.career-header h3 {
font-size: 30px;
margin-bottom: 10px;
}
.career-header span {
color: var(--ast-global-color-0);
}
.career-header p {
color: #666;
margin-bottom: 20px !important;
} .career-form .wpcf7-form {
background: #f9fafb;
padding: 25px;
border-radius: 12px;
border: 1px solid #e5e7eb;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
} @media (max-width: 991px) {
.career-popup-box {
padding: 30px;
}
.career-header h3 {
font-size: 26px;
}
.career-form .wpcf7-form {
padding: 20px;
}
} @media (max-width: 768px) {
.career-popup {
padding: 15px;
}
.career-popup-box {
padding: 25px;
}
.career-header h3 {
font-size: 24px;
}
} @media (max-width: 480px) {
.career-popup-box {
padding: 20px;
}
.career-popup-close {
font-size: 28px;
top: 12px;
right: 15px;
}
.career-header h3 {
font-size: 22px;
}
.career-form .wpcf7-form {
padding: 15px;
}
}  .technologies-box:hover img {
transform: scale(1.2);
transition: transform 0.3s ease;
}
.technologies-box img {
transition: transform 0.3s ease;
}
.technologies-box .elementor-button {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.technologies-box .elementor-button-text {
display: none;
margin-right: 5px;
white-space: nowrap;
}
.technologies-box .elementor-button-icon {
transition: transform 0.3s ease;
}
.technologies-box:hover .elementor-button-text {
display: inline-block;
animation: textFlow 1s forwards;
}
@keyframes textFlow {
0% {
transform: translateX(-100%);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.technologies-box:hover .elementor-button-icon {
transform: translateX(5px);
} .client-testimonial .elementor-widget-text-editor {
margin-bottom: 0px;
font-size: 15px;
height: 150px;
overflow-y: auto;	
}
.swiper-slide {
flex-shrink: 0;
}   .card-box {
display: flex;
align-items: center;
justify-content: start;
gap: 20px;
}
a#btn-svg:hover svg path {
fill: var(--ast-global-color-1);
}   .video-banner .swiper-button-next {
background-image: url(https://www.fusionaix.com/wp-content/themes/astra-child/wp-content/uploads/2025/09/icons8-arrow-96-1-1.png);
}
.video-banner .swiper-button-prev {
background-image: url(https://www.fusionaix.com/wp-content/themes/astra-child/wp-content/uploads/2025/09/icons8-arrow-96-1-1.png);
transform: rotate(180deg);
} .swiper-button-next,
.swiper-button-prev {
width: 50px !important;
height: 50px !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
text-indent: -9999px;
position: static !important;
}
.swiper-button-prev { 
left: 0;
}
.swiper-button-next {
right: 0; 
}  .video-banner .nav-btn {
position: absolute;
bottom: 50px;
right: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 20%;
margin-left: auto;
padding: 20px 0;
}
.video-banner {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}
@media (max-width: 480px) {
.video-banner {
height: 500px;
}
.video-banner .nav-btn {
bottom: 10px;
}
.banner-logo img {
width: 40px !important;
}
}
.video-banner video {
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-overlay {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.45);
}
.banner-content {
position: absolute;
top: 0;
left: 10%;
right: 0;
bottom: 0;
color: #fff;
max-width: 700px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
transform: translateX(50px); 
opacity: 0;
transition:
transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
opacity 1.2s ease-in-out;
transition-delay: 0s;
padding: 0px 20px;
} .swiper-slide-active .banner-content {
transform: translateX(0);
opacity: 1;
transition-delay: 1s;
}
.banner-content h2 {
color: #fff;
font-size: 55px;
margin-bottom: 20px;
}
.banner-content p {
font-size: 18px;
margin-bottom: 20px !important;
}
.banner-content .btn {
display: inline-block;
background: #1363BA;
color: #fff;
padding: 12px 24px;
border-radius: 30px;
text-decoration: none !important;
transition: 0.3s;
}
.banner-content .btn:hover {
background: #2FB660;
}
.testimonial-section .nav-btn.desktop-nav {
display: flex;
}
.testimonial-section .nav-btn.mobile-nav { 
display: none;
}
@media(max-width:1025px) {
.banner-content h2 {
font-size: 38px;
} .testimonial-slider-container {
max-width: 100%;}
.blog-box{
position: static;
}
.technologies-box .elementor-button-text {
display: inline-block;
} .atom {
width: 360px !important;
height: 360px !important;
}
img.atom-cover-img {
width: 250px !important;
height: 200px !important;
}
}
@media(max-width:768px) { .testimonial-section .nav-btn.desktop-nav { display: none; }
.testimonial-section .nav-btn.mobile-nav { display: flex;
margin-top: 20px; } .testimonial-slider-container {
margin-top: 30px;
} .atom {
width: 300px !important;
height: 300px !important;
}
img.atom-cover-img {
width: 230px !important;
height: 180px !important;
}
.detail-1 {
top: 0 !important;
left: 0 !important;
}
.banner-content h2 {
font-size: 30px;
}
.banner-content p {
font-size: 16px
}
.banner-content {
left: 0;
}
} header {
transition: all 0.4s ease;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);	
}
header.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
animation: headerSlideDown 0.5s ease forwards;
}
@keyframes headerSlideDown {
0% {
transform: translateY(-100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.ast-builder-grid-row-5-equal .ast-builder-grid-row {
grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}
.footer-widget-area .widget_nav_menu .menu li {
margin-bottom: 5px;
}
.banner-logo {
position: absolute;
top: 5px;
right: 5px;
z-index: 1;
}
.banner-logo img {
width: 85px;
} picture > img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.position-relative {
position: relative;
}
span.heading-secondary-color {
color: var(--ast-global-color-0);
}
.atom-wrapper {
position: relative;
display: flex;
justify-content: center;
}
.atom {
position: relative;
display: flex;
width: 480px;
height: 480px;
align-items: center;
justify-content: center;
}
.line {
width: 100%;
height: 100%;
position: absolute;
opacity: 1;
z-index: -1
}
.line-1 {
--color: #383A5D;
width: 100%;
height: 100%;
border-radius: 50%;
border-bottom: 10px solid var(--color);
border-top: 10px solid var(--color);
animation: line1 2s linear infinite;
filter:drop-shadow( 0 0 2px var(--color));
}
@keyframes line1 {
0% {
transform: rotateY(70deg) rotateZ(0deg);
}
100% {
transform: rotateY(70deg) rotateZ(360deg);
}
}
.line-2 {
--color: #757AC3;
width: 100%;
height: 100%;
border-radius: 50%;
border-right: 10px solid var(--color);
border-left: 10px solid var(--color);
animation: line2 3s linear infinite;
filter:drop-shadow( 0 0 2px var(--color));
}
@keyframes line2 {
0% {
transform: rotateX(80deg) rotateY(25deg) rotateZ(0deg);
}
100% {
transform: rotateX(80deg) rotateY(25deg) rotateZ(360deg);
}
}
.line-3 {
--color: #757AC348;
width: 100%;
height: 100%;
border-radius: 50%;
border-right: 10px solid var(--color);
border-left: 10px solid var(--color);
animation: line3 3s linear infinite;
filter:drop-shadow( 0 0 2px var(--color));
}
@keyframes line3 {
0% {
transform: rotateX(-80deg) rotateY(25deg) rotateZ(0deg);
}
100% {
transform: rotateX(-80deg) rotateY(25deg) rotateZ(360deg);
}
}
.details {
width: max-content;
height: max-content;
background-color: #FFF;
border: 1px solid #CACACA;
border-radius: 20px;
padding: 10px;
z-index: 9;
display: flex;
align-items: center;
}
.details img {
width: 25px;
margin-right: 5px;
}
.detail-1 {
top: 5%;
left: 15%;
}
.detail-2 {
top: 20%;
right: 0;
}
.detail-3 {
bottom: 0;
left: 50%;
transform: translatex(-50%);
}
img.atom-cover-img {
width: 360px;
height: 250px;
object-fit: cover;
margin: 0 auto;
display: block;
border-radius: 16px;
} .timeline-bg {
position: absolute;
top: 10%;
left: 50%;
transform: translateX(-50%);
z-index: -1;
}
.story-wrap {
position: relative;
}
.story-wrap > .elementor-widget-image {
position: absolute;
top: -30px;
}
.img-expertise {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: -1;
}
.vertical-text {
writing-mode: vertical-rl;
transform: rotate(180deg);
text-orientation: mixed;
}
.cards-hover > .e-con-full {
position: relative;
overflow: hidden;
}
.cards-hover > .e-con-full > .elementor-widget-icon {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) translateY(100%);
transition: transform 0.5s ease;
}
.cards-hover:hover .e-con-full > .elementor-widget-icon {
transform: translateX(-50%) translateY(-20%)
}
.cards-hover:hover .e-con-full > .elementor-widget-image {
transform: scale(1.1);
}
.single-letter {
position: absolute;
top: -20px;
left: 20px;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50px;
background: var(--ast-global-color-2);
}
.single-letter h3 {
color: #FFF;
}
.single-letter-transparent{
width:60px;
height:60px;
display:flex;
justify-content:center;
align-items:center;
border:1px solid #1363BA;
padding:15px;
border-radius:50px;
background:white !important;
position: absolute;
top: -30px;
left: 30px;
}
.single-letter-transparent p{
color:#1363BA;
}
.bg_blue_box{
width:20px;
height:20px;
background-color: var(--ast-global-color-0);
display: block;
border-radius:3px;
}
.content_spacer {
background-color: #236EBE;
}
ul.organization_challenges {
margin: 0;
padding-left: 50px;
width: 60%
}
ul.organization_challenges li {
margin-bottom: 10px;
}
ul.organization_challenges h4{
margin-bottom: 5px;
} .elementor-widget-icon-box .elementor-icon-box-description a {
color: #FFF;
}
.elementor-widget-icon-box .elementor-icon-box-description a:hover {
color: var(--ast-global-color-1);
} ::placeholder {
font-size: 13px;
}
.wpcf7 .wpcf7-not-valid-tip {
font-size: 12px;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
background: #F3F3F5;
border: 1px solid #E5E7EB;
height: 55px;
}
textarea {
height: 150px !important;
width: 100% !important;
}
.form-wrapper > div {
margin-bottom: 10px;
position: relative;
}
.form-wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 0 !important;
}
.width-50 {
width: calc(50% - 20px);
}
.width-100 {
width: 100%;
}
input[type=submit], button[type=submit] {
width: 100%;
}
span.wpcf7-spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
@media (max-width: 1025px) {
.width-50 {
width: 100%;
}
} .key-tabs button.e-n-tab-title {
border-width: 0px !important;
border-left-width: 2px !important;
border-style: solid !important;
border-color: #00000000 !important;
box-shadow: none;
}
.key-tabs button.e-n-tab-title[aria-selected="true"] {
border-color: #253A71 !important;
}  .before-line {
position: relative;
}
.before-line:after {
position: absolute;
content: '';
width: 20px;
height: 200px;
background: var(--ast-global-color-0);
border-radius: 7px;
right: calc(0px + 40px);
top: -100px;
transform-origin: top;
transform: scaleY(0); animation: none; } .before-line.is-visible::after {
animation: revealLine 1s ease-out forwards;
}
@keyframes revealLine {
0% {
transform: scaleY(0);
}
100% {
transform: scaleY(1);
}
}
.active-page {
color:  var(--ast-global-color-2);
} .fusion-blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 30px;
row-gap: 30px;
align-items: stretch;
}
.fusion-blog-card {
display: flex;
flex-direction: column;
align-items: flex-end;
transition: all 0.3s ease;
}
.fusion-blog-image {
overflow: hidden;
border-radius: 16px;
}
.fusion-blog-card:hover .fusion-blog-image img {
transform: scale(1.1);
}
.fusion-blog-card:hover .fusion-blog-readmore {
color: var(--ast-global-color-1);
}
.fusion-blog-image img {
width: 100%;
height: 260px;
object-fit: cover;
border-radius: 16px;
transition: all 0.3s ease;
}
.fusion-blog-content {
padding: 20px 25px;
background: #FFF;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 90%;
position: relative;
top: -50px;
}
.fusion-blog-date {
font-size: 14px;
color: #3b67ff;
text-align: end;
position: absolute;
top: 0;
right: 0;
padding: 5px
}
.fusion-blog-content h4 {
font-size: 18px;
margin: 15px 0px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.fusion-blog-content p {
font-size: 16px;
margin-bottom: 15px !important;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.fusion-blog-readmore {
color: var(--ast-global-color-2);
transition: color 0.3s ease;
} @media (max-width: 1024px) {
.fusion-blog-grid {
gap: 25px;
}
.fusion-blog-image img {
height: 300px;
}
} @media (max-width: 768px) {
.fusion-blog-grid {
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
}
.fusion-blog-image img {
height: 250px;
}
.fusion-blog-date {
font-size: 13px;
}
.fusion-blog-content p {
font-size: 14px;
}
.vertical-text {
writing-mode: horizontal-tb;
transform: rotate(0deg);
text-orientation: mixed;
}
.overflow-section {
overflow: hidden;
}
} @media (max-width: 480px) {
.fusion-blog-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.fusion-blog-readmore {
font-size: 14px;
}
}
.hover-box:hover .elementor-widget-image {
transform: scale(1);    
}
.border-top-color {
border-top-color: var(--ast-global-color-0) !important;
border-top-width: 20px !important;
border-top-style: solid;
} .resume-upload-wrapper {
margin-bottom: 20px;
}
.resume-upload-wrapper label {
display: block;
margin-bottom: 5px;
}
.resume-upload-box {
position: relative;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 15px 20px;
text-align: center;
cursor: pointer;
transition: all 0.2s ease;
}
.resume-upload-box:hover {
border-color: #0073aa;
background-color: #f9fbff;
}
.resume-upload-box .resume-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
z-index: 2;
}
.resume-upload-text {
position: relative;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;	
}
.resume-upload-text > div {
margin-left: 10px;
}
.resume-upload-text small {
display: block;
margin-top: 4px;
color: #999;
font-size: 13px;
}
.text-center {
text-align: center;
} .equal-height .swiper-slide > .elementor-element > .e-con-inner > .elementor-element, .equal-height .swiper-slide > .elementor-element > .elementor-element {
height: 100% !important;
}  .timeline-even, .timeline-even-line {
position: relative;
z-index: 1;
}
.timeline-odd {
position: relative;
z-index: 1;
}
.timeline-odd:before {
content: '';
width: 100%;
height: 160px;
background: url(https://www.fusionaix.com/wp-content/uploads/2025/11/timeline-02.svg) no-repeat;
background-size: contain;
top: -15%;
left: 50%;
transform: translateY(-100%);
}
.timeline-even-line:before {
content: '';
width: 100%;
height: 160px;
background: url(https://www.fusionaix.com/wp-content/uploads/2025/11/timeline-01.svg) no-repeat;
background-size: contain;
top: auto;
bottom: -15%;
left: 50%;
transform: translateY(100%);	
}
.timeline-even .single-letter-careers {
position: absolute;
bottom: -70px;
left: 50%;
transform: translatex(-50%);
}
.timeline-odd .single-letter-careers {
position: absolute;
top: -70px;
left: 50%;
transform: translatex(-50%);
}
@media (max-width: 1025px) {
.timeline-odd:before {
content: none;
}
.timeline-even-line:before 	{
content: none;
}
.timeline-even .single-letter-careers {
position: relative;
bottom: 0px;
left: 0px;
transform: none;
}
.timeline-odd .single-letter-careers {
position: relative;
top: -0px;
left: 0px;
transform: none;
}
} .event-gallery figure.swiper-slide-inner {
position: relative;
}
.event-gallery figcaption.elementor-image-carousel-caption {
position: absolute;
width: 100%;
bottom: 0;
background: linear-gradient(
0deg, #1363BA, transparent);
padding: 20px;
color: #FFF;
transform: translateY(100%);
transition: all 0.5s ease;
}
.event-gallery .swiper-slide:hover figcaption.elementor-image-carousel-caption {
transform: translateY(0%);
}
@media (max-width: 767px) {
.event-gallery figcaption.elementor-image-carousel-caption {
transform: translateY(0%);
}
} #jobs_listing .job-item {
background: white;
padding: 40px 20px;
border: 1px solid rgba(229, 231, 235, 1);
border-radius: 10px;
width: 32%;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
#jobs_listing.jobs-list {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 10px;
justify-content: center;
}
.job_items_left {
width: calc(100% - 70px);
}
.job_items_right {
width: 50px;
}
.job_items_right a {
display: inline-block;
background-color: rgba(249, 250, 251, 1);
padding: 15px;
border-radius: 10px;	
}
.job-title a {
color: black;
}
.job-item ul li img {
width: 20px;
margin-right: 5px;
}
.job-item ul {
display: flex;
flex-wrap: wrap;
gap: 20px;
list-style: none;
padding: 0 !important;
margin-bottom: 30px;
}
.job_type span {
background: rgba(19, 99, 186, 0.13);
padding: 5px 15px;
border-radius: 8px;
}
.job-item ul li {
color: rgba(106, 114, 130, 1);
}
.job-link img {
transition: all 0.5s ease;
}
div#jobs_listing .job-item:hover .job-link img {
transform: rotate(45deg);
transition: all 0.5s ease;
}  .job_details_wrapper {
display: flex;
gap: 60px;
width: 100%;
justify-content: center;
margin: 50px 0px;
flex-wrap: wrap;
}
.job_title_heading {
margin-bottom: 20px;
}
.job_description_header {
margin-bottom: 20px;
}
p.job_description_header {
font-weight: normal;
margin-bottom: 25px;
color: rgba(31, 41, 55, 1);
}
.job_key_headers {
margin-bottom: 10px !important;
font-weight: normal;
font-size: 20px;
}
.responsibilities_content ul {
margin-bottom: 15px;
}
.job_description_card ul li {
list-style-type: none;
position: relative;
margin-bottom: 15px;
}
.job_description_card ul li::before {
content: "";
position: absolute;
left: -25px;
top: 5px;
width: 20px;
height: 20px;
background-image: url(//www.fusionaix.com/wp-content/uploads/2025/11/pointers-icon.svg);
background-size: contain;
background-repeat: no-repeat;
}
.job_description_card {
width: 40%;
}
.job_role_details {
width: 30%;
display: flex;
flex-direction: column;
text-align: center;
border: 1px solid rgba(107, 114, 128, 1);
border-radius: 15px;
padding: 25px;
height: max-content;
}
.job_experience_box,
.job_role_type_box,
.job_location_box {
display: flex;
padding: 20px;
background-color: rgba(243, 243, 243, 1);
border: 1px solid rgba(213, 213, 213, 1);
border-radius: 15px;
margin-bottom: 15px;
gap: 15px;
}
.job_role_wrapper {
height: 100%;
}
.job_role_wrapper h6 {
font-weight: 600;
font-size: 16px;
margin-bottom: 5px;
}
.job_details_card {
text-align: left;
}
.job_role_wrapper p {
color: rgba(107, 114, 128, 1);
font-size: 16px;
}
.job_role_wrapper img {
background-color: rgba(35, 110, 190, 0.16);
padding: 10px;
border-radius: 10px;
margin-right: 5px;
width: 45px;
height: 45px;
}
a.apply_now_btn img {
width: 38px;
margin-right: 0;
}
.apply_now_btn_wrapper {
text-align: center;
}
.apply_now_btn_wrapper a {
background-color: rgba(19, 99, 186, 1);
text-decoration: none;
color: white; border-radius: 50px;
width: 100%;
display: block;
}
.apply_now_btn img {
background-color: transparent;
}  #success_story .swiper-button-next {
background-image: url(https://stage.odigma.com/fusionaix/wp-content/uploads/2025/09/icons8-arrow-96-1.png) !important;
}
#success_story .swiper-button-prev {
background-image: url(https://stage.odigma.com/fusionaix/wp-content/uploads/2025/09/icons8-arrow-96-1.png) !important;
transform: rotate(180deg);
}  .events-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: center;
gap: 30px;
}
.contents_wrapper {
padding: 25px;
}
.event-card {
border: 1px solid rgba(179, 179, 179, 1);
box-shadow: 1px 3px 6px 0px rgba(176, 176, 176, 0.1);
background-color: white;
border-radius: 10px;
}
.not-found {
text-align: center;
}
.not-found p{
border: 1px solid #DDD;
padding: 10px;
display: inline-block;
}
.contents_wrapper p {
margin-bottom: 15px !important;
font-size: 14px;
}
.contents_wrapper p.event_date {
color: rgba(47, 182, 96, 1);
}
a.event_link {
background: var(--ast-global-color-0);
color: white;
padding: 10px 25px;
border-radius: 25px;
border: 1px solid var(--ast-global-color-0);
}
a.event_link:hover {
background: #FFF;
color: var(--ast-global-color-0);
}
a.event_video_link {
border: 1px solid var(--ast-global-color-0);
background: #FFF;
color: var(--ast-global-color-0);
}
a.event_video_link:hover {
background: var(--ast-global-color-0);
color: #FFF;
}
.event-card img {
height: 280px !important;
width: 100%;
object-fit: cover;
}
p.event_descrition {
margin-bottom: 30px !important;
}
.btn-links {
display: flex;
align-items: center;
gap: 10px;
}
.why_work_with_fusion_image,
.why_work_with_fusion_image img {
height: 100%;
object-fit: cover;
}
.learning_resources_image,
.learning_resources_image img {
height: 100%;
object-fit: cover;
}
.single-letter-careers {
display: flex;
justify-content: center;
}
.single-letter-careers h5 {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
border-radius: 50px;
background: white !important;
box-shadow: 0px 4.72px 18.88px 0px rgba(43, 106, 255, 0.15);
}
.single-letter-careers h5 {
color: rgba(43, 106, 255, 1);
}
#timeline_first_element .single-letter-careers {
position: relative;
}
@media (max-width:1440px) {
.job_role_details {
width: 30%;
}
}
@media (max-width:1024px) {
#jobs_listing .job-item {
width: 48%;
}
.job_role_details {
width: 40%;
}
.job_description_card {
width: 50%;
}
}
@media (max-width: 768px) {
#jobs_listing .job-item {
width: 100%;
}
.job_description_card {
width: 100%;
padding: 0 20px;
}
.job_role_details {
width: 90%;
margin-bottom: 20px;
}
a.event_link {
font-size: 14px;
padding: 8px 15px;
}
h3.event_heading {
font-size: 18px;
}
.events-wrapper {
grid-template-columns: 1fr;
}
} .wp-filter-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-bottom: 40px;
}
.wp-filter-tabs button {
border: none;
background: #F1F1F1;
color: #000;
padding: 15px 30px;
border-radius: 25px;
cursor: pointer;
}
.wp-filter-tabs button.active {
background: var(--ast-global-color-1);
color: #FFF;
}
.wp-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
@media (max-width: 1199px) {
.wp-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
} @media (max-width: 991px) {
.wp-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
} @media (max-width: 767px) {
.wp-grid {
grid-template-columns: 1fr;
gap: 15px;
}
}
.white-paper-card {
background: #F9F9F9;
border-radius: 15px;
padding: 20px;
}
.wp-image img {
width: 100%;
margin-bottom: 15px;
}
.btn-download {
background: var(--ast-global-color-0);
color: #FFF;
padding: 10px 25px;
border-radius: 30px;
display: inline-block;
}
.btn-download:hover {
background: var(--ast-global-color-1);
color: #FFF;
} .we-filter-tabs {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 40px;
flex-wrap: wrap;
}
.we-filter-tabs button {
background: #f1f1f1;
color: #000;
border: none;
padding: 15px 30px;
border-radius: 30px;
cursor: pointer;
}
.we-filter-tabs button.active {
background: var(--ast-global-color-1);
color: #fff;
} .we-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
} .we-card {
border-radius: 20px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
display: flex;
gap: 20px;
align-items: center;
}
.we-image {
width: 45%;
}
.we-content {
width: 55%;
padding: 10px;
}
.we-image img {
width: 100%;
height: 300px !important;
object-fit: cover;
object-position: center center;
border-radius: 20px 0px 0px 20px !important;
}
.we-text {
font-size: 14px;
margin-bottom: 15px;
}
.we-btn {
display: inline-block;
background: var(--ast-global-color-0);
color: #fff;
padding: 10px 30px;
border-radius: 30px;
}
.we-btn:hover {
color: #FFF;
background: var(--ast-global-color-1)
} @media (max-width: 991px) {
.we-grid {
grid-template-columns: 1fr;
padding:10px;
}
.we-image img {
width: 100%;
border-radius: 20px !important;
}
}
@media (max-width: 575px) {
.we-card {
flex-direction: column;
}
.we-image, .we-content {
width: 100%;
}
} .file-preview {
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 6px;
background: #f9f9f9;
font-size: 14px;
}
.file-check {
color: #2ecc71;
font-weight: bold;
}
.file-name {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.file-size {
color: #777;
font-size: 13px;
}
.remove-file {
background: none;
border: none;
color: #e74c3c;
cursor: pointer;
padding: 10px;
box-shadow: none;
}
.remove-file {
background: transparent !important;
color: #e74c3c !important;
}