.banner-style-three .banner-thumb {
	position: absolute !important;
	width: 53% !important;
	right: 0 !important;
	left: auto !important;
	z-index: 1;
}

.banner-style-three .banner-thumb::after {
	position: absolute;
	left: -80px;
	top: -10%;
	content: "";
	height: 120%;
	width: 150px;
	background: var(--bg-gray);
	filter: blur(15px);
	z-index: -1;
}

.banner-style-three {
	position: relative;
}

.banner-style-three .banner-shape {
	position: absolute;
	left: -20%;
	bottom: 0;
	max-width: 20%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.banner-style-three.swiper-slide-active .banner-shape {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.banner-style-three .banner-shape img {
	height: auto;
	width: auto;
}

.banner-style-three .content h4 {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color-secondary);
}

.banner-style-three .content h2 {
	font-size: 65px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 25px;
}

.banner-style-three .content ul li {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 18px;
	margin-top: 10px;
	color: var(--color-heading);
}

.banner-style-three .content ul li:first-child {
	margin-top: 0;
}

/* =========================================
OP SCALES ABOUT PAGE
========================================= */

.op-about-page .about-hero-area{
    position: relative;
    padding: 180px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.op-about-page .hero-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(15,23,42,0.78);
}

.op-about-page .about-hero-content{
    position:relative;
    z-index:2;
}

.op-about-page .about-hero-content .sub-title{
    color:#8B5CF6;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
    display:block;
}

.op-about-page .about-hero-content h1{
    font-size:62px;
    line-height:1.2;
    color:#fff;
    margin-bottom:25px;
    font-weight:700;
}

.op-about-page .about-hero-content p{
    color:rgba(255,255,255,0.85);
    font-size:18px;
    line-height:32px;
}

.op-about-page .about-modern-area{
    background:#F8FAFC;
    position:relative;
}

.op-about-page .about-modern-info .sub-heading{
    color:#6C3BFF;
    font-weight:600;
    margin-bottom:15px;
    display:block;
    text-transform:uppercase;
}

.op-about-page .about-modern-info .title{
    font-size:48px;
    line-height:1.2;
    margin-bottom:25px;
    color:#0F172A;
    font-weight:700;
}

.op-about-page .about-modern-info p{
    color:#5B6475;
    font-size:17px;
    line-height:32px;
}

.op-about-page .about-feature-item{
    display:flex;
    gap:20px;
    padding:28px;
    background:#fff;
    border-radius:24px;
    margin-bottom:25px;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
    transition:0.4s ease;
}

.op-about-page .about-feature-item:hover{
    transform:translateY(-10px);
}

.op-about-page .about-feature-item .icon{
    width:75px;
    height:75px;
    min-width:75px;
    background:linear-gradient(135deg,#6C3BFF,#2563EB);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

.op-about-page .about-feature-item h4{
    font-size:24px;
    margin-bottom:10px;
    color:#0F172A;
}

.op-about-page .about-modern-thumb{
    position:relative;
}

.op-about-page .about-modern-thumb img{
    width:100%;
    border-radius:30px;
}

.op-about-page .floating-card{
    position:absolute;
    bottom:40px;
    right:-20px;
    background:#fff;
    padding:35px;
    border-radius:24px;
    box-shadow:0 15px 50px rgba(0,0,0,0.12);
    max-width:260px;
}

.op-about-page .floating-card h2{
    font-size:58px;
    color:#6C3BFF;
    margin-bottom:10px;
    font-weight:700;
}

.op-about-page .floating-card p{
    margin:0;
    color:#5B6475;
    font-weight:500;
}

.op-about-page .mission-vision-area{
    background:#fff;
}

.op-about-page .mission-box,
.op-about-page .vision-box{
    background:#F8FAFC;
    padding:50px;
    border-radius:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    transition:0.4s ease;
}

.op-about-page .mission-box:hover,
.op-about-page .vision-box:hover{
    transform:translateY(-10px);
}

.op-about-page .mission-box .icon,
.op-about-page .vision-box .icon{
    width:85px;
    height:85px;
    border-radius:50%;
    background:linear-gradient(135deg,#6C3BFF,#2563EB);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.op-about-page .mission-box h3,
.op-about-page .vision-box h3{
    font-size:32px;
    margin-bottom:20px;
    color:#0F172A;
}

.op-about-page .why-choose-area{
    background:#F8FAFC;
}

.op-about-page .choose-card{
    background:#fff;
    padding:45px 30px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
    transition:0.4s ease;
    margin-bottom:30px;
}

.op-about-page .choose-card:hover{
    transform:translateY(-12px);
}

.op-about-page .choose-card i{
    font-size:42px;
    margin-bottom:20px;
    color:#6C3BFF;
}

.op-about-page .choose-card h4{
    margin-bottom:15px;
    color:#0F172A;
}

.op-about-page .counter-area{
    position:relative;
    padding:110px 0;
    background:linear-gradient(135deg,#0F172A,#111827);
    overflow:hidden;
}

.op-about-page .counter-area::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        135deg,
        rgba(108,59,255,0.15),
        rgba(37,99,235,0.08)
    );
}

.op-about-page .counter-item{
    position:relative;
    z-index:2;
    text-align:center;
    transition:0.4s ease;
}

.op-about-page .counter-item:hover{
    transform:translateY(-8px);
}

.op-about-page .counter-item h2{
    font-size:62px;
    font-weight:700;
    color:#8B5CF6;
    margin-bottom:12px;
}

.op-about-page .counter-item p{
    color:#fff;
    font-size:18px;
    font-weight:500;
}

/* =========================================
UI UX PAGE DESIGN
========================================= */

.uiux-hero-area{
    position:relative;
    padding:180px 0;
    background-size:cover;
    background-position:center;
}

.uiux-hero-area .overlay,
.uiux-cta-area .overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(15,23,42,0.78);
}

.uiux-hero-area .hero-content{
    position:relative;
    z-index:2;
}

.uiux-hero-area .sub-title{
    color:#8B5CF6;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
    display:block;
}

.uiux-hero-area h1{
    font-size:64px;
    line-height:1.2;
    color:#fff;
    margin-bottom:25px;
}

.uiux-hero-area p{
    color:rgba(255,255,255,0.85);
    font-size:18px;
    line-height:32px;
}

.btn-border{
    border:2px solid #fff;
    color:#fff;
    padding:14px 32px;
    border-radius:8px;
    margin-left:15px;
}

.uiux-about-area{
    background:#fff;
}

.uiux-about-info .sub-heading{
    color:#6C3BFF;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:15px;
    display:block;
}

.uiux-about-info h2{
    font-size:48px;
    line-height:1.2;
    margin-bottom:25px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.feature-item{
    background:#F8FAFC;
    padding:25px;
    border-radius:20px;
    text-align:center;
    transition:0.4s;
}

.feature-item:hover{
    transform:translateY(-8px);
}

.feature-item i{
    font-size:34px;
    color:#6C3BFF;
    margin-bottom:15px;
}

.uiux-about-thumb{
    position:relative;
}

.uiux-about-thumb img{
    width:100%;
    border-radius:30px;
}

.floating-box{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,0.1);
}

.floating-box h2{
    color:#6C3BFF;
    font-size:52px;
}

.uiux-services-area{
    background:#F8FAFC;
}

.uiux-card{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
    transition:0.4s;
    margin-bottom:30px;
}

.uiux-card:hover{
    transform:translateY(-10px);
}

.uiux-card .icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:20px;
    background:linear-gradient(135deg,#6C3BFF,#2563EB);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    margin-bottom:25px;
}

.process-box{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
    transition:0.4s;
}

.process-box:hover{
    transform:translateY(-10px);
}

.process-box span{
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#6C3BFF,#2563EB);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:25px;
    font-size:24px;
    font-weight:700;
}

.uiux-cta-area{
    position:relative;
    padding:100px 0;
    background-size:cover;
    background-position:center;
}

.uiux-cta-area .container{
    position:relative;
    z-index:2;
}
.bg-white {
	background-color:#fff;
}
/* =========================================
ENTERPRISE SOLUTIONS PAGES
========================================= */

.enterprise-breadcrumb{
    position: relative;
    padding: 180px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.enterprise-breadcrumb .overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(15,23,42,0.78);
}

.enterprise-breadcrumb .breadcrumb-content{
    position:relative;
    z-index:2;
}

.enterprise-breadcrumb .sub-heading{
    color:#8B5CF6;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
    margin-bottom:20px;
    display:block;
}

.enterprise-breadcrumb h1{
    font-size:64px;
    line-height:1.2;
    margin-bottom:25px;
    color:#fff;
    font-weight:700;
}

.enterprise-breadcrumb p{
    color:rgba(255,255,255,0.85);
    font-size:18px;
    line-height:32px;
}

.enterprise-about-area{
    background:#fff;
}

.enterprise-info .sub-heading{
    color:#6C3BFF;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:15px;
    display:block;
}

.enterprise-info h2{
    font-size:48px;
    line-height:1.2;
    margin-bottom:25px;
    color:#0F172A;
}

.enterprise-info p{
    color:#5B6475;
    line-height:32px;
    font-size:17px;
}

.capability-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
    padding:25px;
    border-radius:24px;
    background:#F8FAFC;
    transition:0.4s ease;
}

.capability-item:hover{
    transform:translateY(-8px);
}

.capability-item .icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#6C3BFF,#2563EB);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
}

.capability-item h4{
    margin-bottom:10px;
    color:#0F172A;
}

.enterprise-thumb{
    position:relative;
}

.enterprise-thumb img{
    width:100%;
    border-radius:30px;
}

.enterprise-thumb .floating-card{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#fff;
    padding:30px;
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,0.1);
}

.enterprise-thumb .floating-card h2{
    font-size:52px;
    color:#6C3BFF;
    margin-bottom:10px;
}

.enterprise-process-area{
    background:#F8FAFC;
}

.process-style-two{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    text-align:center;
    transition:0.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
    height:100%;
}

.process-style-two:hover{
    transform:translateY(-10px);
}

.process-style-two span{
    width:70px;
    height:70px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:linear-gradient(135deg,#6C3BFF,#2563EB);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
}

.process-style-two h4{
    margin-bottom:15px;
    color:#0F172A;
}

.process-style-two p{
    color:#5B6475;
    line-height:30px;
}



/* =========================================
MODERN CAREERS PAGE
========================================= */

.modern-career-hero{
    position:relative;
    overflow:hidden;
    padding:140px 0;
    background:#0f172a;
}
.hero-blur{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.blur-one{
    width:350px;
    height:350px;
    background:#7c3aed;
    top:-100px;
    left:-100px;
}

.blur-two{
    width:300px;
    height:300px;
    background:#2563eb;
    bottom:-100px;
    right:-100px;
}

.career-content{
    position:relative;
    z-index:2;
}

.career-label{
    color:#a78bfa;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    display:block;
    margin-bottom:25px;
}

.career-content h1{
    font-size:68px;
    line-height:1.1;
    color:#fff;
    margin-bottom:30px;
}

.career-content p{
    color:rgba(255,255,255,0.8);
    line-height:34px;
    font-size:18px;
    margin-bottom:40px;
}

.career-btns{
    display:flex;
    gap:20px;
    margin-bottom:50px;
}

.btn-modern-primary{
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    color:#fff;
    padding:16px 35px;
    border-radius:14px;
    font-weight:600;
    display:inline-block;
}

.btn-modern-outline{
    border:1px solid rgba(255,255,255,0.2);
    color:#fff;
    padding:16px 35px;
    border-radius:14px;
    font-weight:600;
}

.career-stats{
    display:flex;
    gap:50px;
}

.stat-item h3{
    color:#fff;
    font-size:36px;
}

.stat-item span{
    color:rgba(255,255,255,0.7);
}

.career-image-wrapper{
    position:relative;
    z-index:2;
    text-align:center;
}

.career-image-wrapper img{
    width:100%;
    max-width:650px;
}

.floating-tech-card{
    position:absolute;
    background: rgba(20,20,35,0.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:20px;
    padding:20px 24px;
    display:flex;
    align-items:center;
    gap:15px;
    color:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
    z-index:10;
}

.floating-tech-card i{
    width:55px;
    height:55px;
    border-radius:14px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
}

.floating-tech-card h5{
    color:#fff;
    font-size:20px;
    margin-bottom:6px;
}

.floating-tech-card span{
    color:rgba(255,255,255,0.75);
    font-size:15px;
}

.floating-tech-card i{
    width:60px;
    height:60px;

    min-width:60px;

    border-radius:16px;

    background:linear-gradient(135deg,#7c3aed,#2563eb);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:22px;
}

.card-one{
    top:40px;
    left:-40px;
}

.card-two{
    right:-30px;
    top:180px;
}

.card-three{
    bottom:30px;
    left:10px;
}
.modern-benefits-area{
    padding:120px 0;
    background:#fff;
}

.section-heading-modern{
    margin-bottom:70px;
}

.section-heading-modern span{
    color:#7c3aed;
    text-transform:uppercase;
    font-weight:600;
}

.section-heading-modern h2{
    font-size:52px;
    margin-top:15px;
    color:#0f172a;
}

.glass-benefit-card{
    background:#fff;
    border-radius:28px;
    padding:45px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    transition:0.4s;
    margin-bottom:30px;
}

.glass-benefit-card:hover{
    transform:translateY(-10px);
}

.glass-benefit-card .icon{
    width:75px;
    height:75px;
    border-radius:20px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:30px;
}

.modern-jobs-area{
    padding:120px 0;
    background:#f8faff;
}

.modern-job-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
}

.job-left{
    display:flex;
    align-items:center;
    gap:25px;
}

.job-icon{
    width:80px;
    height:80px;
    border-radius:22px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

.job-badge{
    background:#ede9fe;
    color:#7c3aed;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    display:inline-block;
    margin-bottom:12px;
}

.job-info ul{
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    gap:25px;
}

.job-info ul li{
    color:#64748b;
}

.modern-apply-area{
    padding:120px 0;
    background:#fff;
}

.apply-wrapper{
    background:#0f172a;
    border-radius:40px;
    padding:70px;
    overflow:hidden;
    position:relative;
}

.apply-content-modern span{
    color:#a78bfa;
    text-transform:uppercase;
    font-weight:600;
}

.apply-content-modern h2{
    font-size:52px;
    color:#fff;
    margin:25px 0;
}

.apply-content-modern p{
    color:rgba(255,255,255,0.8);
    line-height:32px;
    margin-bottom:30px;
}

.modern-form-box{
    background:#fff;
    padding:50px;
    border-radius:30px;
}

.modern-form-box .form-control{
    height:60px;
    border-radius:14px;
    margin-bottom:20px;
    border:1px solid #e2e8f0;
}

.modern-form-box textarea.form-control{
    height:140px;
    padding-top:20px;
}
.resume-label{
    display:block;
    margin-bottom:10px;
    color:#fff;
    font-weight:600;
}

/* =========================================
MODERN CONTACT PAGE
========================================= */

.modern-contact-hero{
    position:relative;
    overflow:hidden;
    padding:140px 0;
    background:#0f172a;
}

.contact-blur{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.contact-blur.blur-one{
    width:350px;
    height:350px;
    background:#7c3aed;
    top:-100px;
    left:-100px;
}

.contact-blur.blur-two{
    width:300px;
    height:300px;
    background:#2563eb;
    bottom:-100px;
    right:-100px;
}

.contact-hero-content{
    position:relative;
    z-index:2;
}

.contact-hero-content span{
    color:#a78bfa;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    display:block;
    margin-bottom:25px;
}

.contact-hero-content h1{
    font-size:64px;
    line-height:1.1;
    color:#fff;
    margin-bottom:30px;
}

.contact-hero-content p{
    color:rgba(255,255,255,0.8);
    line-height:34px;
    font-size:18px;
}

.contact-hero-image{
    position:relative;
    z-index:2;
    text-align:center;
}

.contact-hero-image img{
    width:100%;
    max-width:620px;
}

.office-locations-area{
    padding:120px 0;
    background:#fff;
}

.location-card{
    background:#fff;
    border-radius:30px;
    padding:45px;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
    transition:0.4s;
    margin-bottom:30px;
}

.location-card:hover{
    transform:translateY(-10px);
}

.location-top{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:35px;
}

.location-icon{
    width:80px;
    height:80px;
    border-radius:22px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

.location-top h3{
    margin-bottom:5px;
}

.location-top span{
    color:#64748b;
}

.location-info{
    padding:0;
    margin:0;
    list-style:none;
}

.location-info li{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:20px;
    color:#475569;
    line-height:30px;
}

.location-info li i{
    color:#7c3aed;
    margin-top:7px;
}

.modern-contact-form-area{
    padding:120px 0;
    background:#f8faff;
}

.contact-form-wrapper{
    background:#0f172a;
    border-radius:40px;
    padding:70px;
    overflow:hidden;
}

.contact-left-content span{
    color:#a78bfa;
    text-transform:uppercase;
    font-weight:600;
}

.contact-left-content h2{
    font-size:52px;
    color:#fff;
    margin:25px 0;
}

.contact-left-content p{
    color:rgba(255,255,255,0.8);
    line-height:32px;
    margin-bottom:30px;
}

.contact-left-content img{
    max-width:100%;
}

.modern-contact-form{
    background:#fff;
    border-radius:30px;
    padding:50px;
}

.modern-contact-form .form-control{
    height:60px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    margin-bottom:20px;
}

.modern-contact-form textarea.form-control{
    height:150px;
    padding-top:20px;
}

.btn-contact-modern{
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    color:#fff;
    border:none;
    padding:16px 35px;
    border-radius:14px;
    font-weight:600;
}
/* =========================================
MODERN RECRUITMENT PAGE CSS
========================================= */

.recruitment-hero-area{
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background: #0f172a;
}

.hero-gradient{
    position: absolute;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg,#7c3aed,#2563eb);
    filter: blur(150px);
    opacity: 0.25;
    top: -200px;
    right: -150px;
}

.recruitment-content{
    position: relative;
    z-index: 2;
}

.hero-label{
    color: #a78bfa;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
    font-size: 15px;
}

.recruitment-content h1{
    font-size: 68px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
   
}

.recruitment-content p{
    color: rgba(255,255,255,0.8);
    line-height: 34px;
    font-size: 18px;
    margin-bottom: 40px;
}

.hero-buttons{
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.btn-recruit-primary{
    background: linear-gradient(135deg,#7c3aed,#2563eb);
    color: #fff;
    padding: 16px 35px;
    border-radius: 14px;
    font-weight: 600;
    display: inline-block;
    transition: 0.4s;
}

.btn-recruit-primary:hover{
    transform: translateY(-5px);
    color: #fff;
    box-shadow: 0 15px 35px rgba(124,58,237,0.35);
}

.btn-recruit-outline{
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 16px 35px;
    border-radius: 14px;
    font-weight: 600;
    display: inline-block;
    transition: 0.4s;
}

.btn-recruit-outline:hover{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.recruitment-stats{
    display: flex;
    gap: 50px;
    margin-top: 60px;
}

.stat-box h3{
    color: #fff;
    font-size: 38px;
    margin-bottom: 5px;
}

.stat-box span{
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}

.recruitment-image-wrapper{
    position: relative;
    z-index: 2;
    text-align: center;
}

.recruitment-image-wrapper img{
    width: 100%;
    max-width: 650px;
}

/* Floating Cards */

.floating-recruit-card{
    position: absolute;
    background: rgba(20,20,35,0.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 20px;

    padding: 20px 24px;

    display: flex;
    align-items: center;
    gap: 15px;

    color: #fff;

    box-shadow: 0 15px 40px rgba(0,0,0,0.25);

    z-index: 10;
}

.floating-recruit-card i{
    width: 60px;
    height: 60px;

    min-width: 60px;

    border-radius: 16px;

    background: linear-gradient(135deg,#7c3aed,#2563eb);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;
}

.floating-recruit-card h5{
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px;
}

.floating-recruit-card span{
    color: rgba(255,255,255,0.75);
    font-size: 15px;
}

.card-one{
    top: 40px;
    left: -40px;
}

.card-two{
    right: -30px;
    top: 180px;
}

.card-three{
    bottom: 30px;
    left: 10px;
}

/* =========================================
SECTION HEADINGS
========================================= */

.section-heading-modern{
    margin-bottom: 70px;
}

.section-heading-modern span{
    color: #7c3aed;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-heading-modern h2{
    font-size: 52px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #0f172a;
}

.section-heading-modern p{
    max-width: 750px;
    margin: auto;
    color: #64748b;
    line-height: 32px;
}

/* =========================================
SERVICES AREA
========================================= */

.recruitment-services-area{
    padding: 120px 0;
    background: #fff;
}

.recruitment-service-card{
    background: #fff;
    padding: 45px;
    border-radius: 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: 0.4s;
    margin-bottom: 30px;
    height: 100%;
}

.recruitment-service-card:hover{
    transform: translateY(-10px);
}

.recruitment-service-card .icon{
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: linear-gradient(135deg,#7c3aed,#2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.recruitment-service-card h4{
    margin-bottom: 20px;
}

.recruitment-service-card p{
    color: #64748b;
    line-height: 30px;
}

/* =========================================
PROCESS AREA
========================================= */

.recruitment-process-area{
    padding: 120px 0;
    background: #f8faff;
}

.process-card-modern{
    background: #fff;
    padding: 40px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    transition: 0.4s;
    margin-bottom: 30px;
    height: 100%;
}

.process-card-modern:hover{
    transform: translateY(-10px);
}

.process-card-modern span{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg,#7c3aed,#2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: auto;
    margin-bottom: 25px;
}

.process-card-modern h4{
    margin-bottom: 20px;
}

.process-card-modern p{
    color: #64748b;
    line-height: 30px;
}

/* =========================================
OPENINGS AREA
========================================= */

.recruitment-openings-area{
    padding: 120px 0;
    background: #fff;
}

.opening-card{
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: 0.4s;
}

.opening-card:hover{
    transform: translateY(-5px);
}

.opening-left{
    display: flex;
    align-items: center;
    gap: 25px;
}

.opening-icon{
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: linear-gradient(135deg,#7c3aed,#2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.opening-info h4{
    margin-bottom: 15px;
}

.opening-info ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.opening-info ul li{
    color: #64748b;
}

.opening-info ul li i{
    color: #7c3aed;
    margin-right: 8px;
}

/* =========================================
CTA AREA
========================================= */

.recruitment-cta-area{
    padding: 0 0 120px;
    background: #fff;
}

.cta-wrapper{
    background: linear-gradient(135deg,#0f172a,#1e293b);
    padding: 70px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}

.cta-content h2{
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
}

.cta-content p{
    color: rgba(255,255,255,0.75);
    line-height: 32px;
    margin-bottom: 0;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .recruitment-content h1{
        font-size: 48px;
    }

    .section-heading-modern h2{
        font-size: 40px;
    }

    .cta-content h2{
        font-size: 38px;
    }

    .hero-buttons{
        flex-wrap: wrap;
    }

    .recruitment-stats{
        flex-wrap: wrap;
        gap: 30px;
    }

    .opening-card{
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .card-one,
    .card-two,
    .card-three{
        display: none;
    }

    .cta-wrapper{
        padding: 50px 35px;
    }
}

@media(max-width:767px){

    .recruitment-hero-area{
        padding: 100px 0;
    }

    .recruitment-content h1{
        font-size: 38px;
    }

    .section-heading-modern h2{
        font-size: 32px;
    }

    .opening-left{
        flex-direction: column;
        align-items: flex-start;
    }

    .opening-info ul{
        flex-direction: column;
        gap: 10px;
    }

    .cta-content h2{
        font-size: 30px;
    }

    .text-end{
        text-align: left !important;
        margin-top: 30px;
    }
}