.navbar-toggler:focus{box-shadow:  0 0 0 0;}
.top-bar{background-color: #caaf66; padding: 1rem 4rem; display: flex; justify-content: end; align-items: center;}
.top-bar ul{margin: 0; padding: 0; list-style: none; display: flex; justify-content: end; gap: 15px;}
.top-bar ul li{display: flex; justify-content: start; align-items: center; gap: 5px; font-size: 16px; font-weight: 500; color: #fff;}
.top-bar ul li img{width: 20px;}
.top-bar ul li a{font-size: 16px; font-weight: 500; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 5px;}
.top-bar ul li a:hover{opacity: 0.8;}
.navbar .nav-link {position: relative; font-family: Montserrat; font-size: 1rem; font-weight: 600; line-height: 4.2rem; color: #522583;}

.navbar .nav-link:hover {color: #522583;}
.navbar .nav-link::before {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: #caaf66; transition: width 0.3s ease;}
.navbar .nav-link:hover::before {width: 100%;}
.navbar .dropdown .dropdown-toggle::after{display: none;}
.navbar .dropdown-menu{position: absolute; top: 100%; left: 0; content: ''; width: 200px; border-radius: 15px; display: none;}
.navbar .dropdown:hover .dropdown-menu{display: block;}
.navbar .dropdown:hover .dropdown-menu li a{text-align: center; line-height: 2rem; border-bottom: 1px solid #522583;}
.navbar .dropdown:hover .dropdown-menu li:last-child a{border-bottom: none;;}
.navbar .dropdown .dropdown-toggle{display: none;}
@media (max-width: 991.98px) {
    .navbar .nav-item{width: 100%; display: flex; justify-content: space-between; padding: 0 15px; border-top: 1px solid #522583;}
    .navbar .nav-link {font-size: 1rem; line-height: 2rem; text-align: left;}    
    .navbar .dropdown .dropdown-toggle{display: block;}
    .navbar .dropdown .dropdown-toggle::after{position: absolute; top: 50%; right: 0; width: 10px; display: block; }
    .navbar .dropdown-menu{width: 100%;}
    .navbar .dropdown-menu li a{text-align: left !important; padding: 5px 15px;}
}
.home-hero{position: relative; background: url('../img/hero-new1.png') no-repeat;}
.home-hero::after{width: 100%; height: 100%; /*background-color: #8312ed70;*/ position: absolute; left: 0; top: 0; content:''; z-index: 1; }
.hero-animation-btn{position: relative; width: 200px; height: 45px; background-color: #caaf66; border-radius: 6px; text-align: center; line-height: 45px;
overflow: hidden;}
.hero-animation-btn span{z-index: 99; position: relative;}
.hero-animation-btn::after, .hero-animation-btn::before{position: absolute; top: 0; width: 0; height: 45px; background-color: #fff; content: ''; transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: .15s;}
.hero-animation-btn::after{left: 0; }
.hero-animation-btn::before{right: 0; }
.hero-animation-btn:hover::after, .hero-animation-btn:hover::before{width: 50%;}

.logos-wrap{width: 90%; left: 5%; top: -70px; border-radius: 10px; position: relative;  z-index: 1;}
.logos-wrap div img{height: 80px;}

@media(max-width: 768px){
    .logos-wrap{top: -40px;}
    .logos-wrap div img {height: 50px;}
}

.know-more-animation-btn{position: relative; width: 180px; height: 45px; background-color: #522583; border-radius: 6px; text-align: center; line-height: 45px;
overflow: hidden;}
.know-more-animation-btn span{z-index: 99; position: relative; color: #fff;}
.know-more-animation-btn::after, .know-more-animation-btn::before{position: absolute; top: 0; width: 0; height: 45px; background-color: #caaf66; content: ''; transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: .15s;}
.know-more-animation-btn::after{left: 0; }
.know-more-animation-btn:hover span{color: #522583}
.know-more-animation-btn::before{right: 0; }
.know-more-animation-btn:hover::after, .know-more-animation-btn:hover::before{width: 50%;}

.get-started-new-btn{position: relative; width: 180px; height: 45px; background: #fff; border-radius: 6px; text-align: center; line-height: 45px; overflow: hidden;}
.get-started-new-btn span{z-index: 99; position: relative; color: #522583;}
.get-started-new-btn::after, .get-started-new-btn::before{position: absolute; top: 0; width: 0; height: 45px; background-color: #e9e8e4; content: ''; transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: .15s;}
.get-started-new-btn::after{left: 0; }
.get-started-new-btn:hover span{color: #522583}
.get-started-new-btn::before{right: 0; }
.get-started-new-btn:hover::after, .get-started-new-btn:hover::before{width: 50%;}

.journytogermany{background-repeat: no-repeat; background-size: cover; position: relative;}
.journytogermany:before{width: 100%; height: 100%; background-color: #bbc4d569; position: absolute; left: 0; top: 0; content:''; z-index: 0; }

.marquee .marquee-items{display: flex; gap: 80px;}
.marquee .marquee-item{display: flex; justify-content: start; align-items: center; gap: 8px;}
.marquee .marquee-item img{width: 18px;}

.howitcard{background: #f3eff7; padding: 30px; border-radius: 10px; min-height: 420px;}
.howitcard .icon{background: #522583; width: 50px; height: 50px; border-radius: 50px; display: flex; justify-content: center; align-items: center; margin-bottom: 15px;}
.howitcard .icon img{width: 24px;}
.howitcard h3{font-size: 22px; font-weight: 600; font-family: 'Montserrat';}
.howitcard p{margin: 10px 0;}
.howitcard ul{margin: 0; padding: 0; list-style: none;}
.howitcard ul li{display: flex; justify-content: start; align-items: start; gap: 10px; margin: 10px 0;}
.howitcard ul li img{
    width: 20px;
    filter: brightness(0) saturate(100%)
            invert(16%) sepia(79%)
            saturate(2674%) hue-rotate(258deg)
            brightness(92%) contrast(97%);
    transition: filter 0.3s ease;
    position: relative;
    top: 3px;
}
.howitcard:hover{background: #522583; color: #fff;}
.howitcard:hover .icon{background:#caaf66; width: 50px; height: 50px; border-radius: 50px; display: flex; justify-content: center; align-items: center;}
.howitcard:hover ul li img{
    filter: brightness(0) saturate(100%)
            invert(83%) sepia(26%)
            saturate(740%) hue-rotate(7deg)
            brightness(92%) contrast(90%);
}

.owl-dots{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #F3EFF7;
    display: block;
}
.owl-dots .owl-dot.active span{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #522583;
}

.testimonial-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
    text-align: center;
    min-height: 500px;
    margin: 20px 0;
}

.card-top {
    background: #552583;
    border-radius: 18px 18px 0 0;
    padding: 20px 0 0;
    position: relative;
    height: 150px;
}
.card-top::after{
    background: #552583;
    width: 100%;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -25px;
    content:'';
}

.stars {
    color: #caaf66;
    font-size: 24px;
    margin-bottom: 20px;
}

.avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 1;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.card-bottom{padding: 20px;}

.testimonial-card h4 {
    font-family: Montserrat;
    margin-top: 70px;
    font-size: 20px;
    font-weight: 600;
}

.testimonial-card span {
    color: #666;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.testimonial-card p {
    font-family: Lato;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.how-it-work-steps{display: flex; justify-content: start; align-items: start; gap: 30px; flex-wrap: wrap;}
.how-it-work-steps .step{width: 80px; position: relative; display: flex; flex-direction: column; align-items: start; justify-content: center;}
.how-it-work-steps .step::after{position: absolute; top: 15px; right: -30%; content: ''; width: 18px;   height: 18px; background: url('../../img/how-it-works-step-seprater.png') no-repeat; background-size: contain;}
.how-it-work-steps .step img{margin: 0 auto 10px;}
.how-it-work-steps .step p{font-size: 16px; line-height: 20px;}
.how-it-work-steps .step:last-child::after{display: none;}

.your-sefety-box{background: #f3eff7; width: 230px; height: 230px; display: flex; justify-content: start; align-items: center; flex-direction: column; padding: 50px; margin: 0 auto;}
.your-sefety-box .your-sefety-box-icon{width: 60px; height: 60px;}
.your-sefety-box .your-sefety-box-icon img{width: 100%;}

.hire-smarter-wrap{position: relative; top: -100px;}

@media(max-width: 768px){
    .your-sefety-box{width: 200px; height: 200px; padding: 40px 30px;}
    .your-sefety-box .your-sefety-box-icon{width: 40px; height: 60px;}
    .hire-smarter-wrap{top: -75px;}
}

.recruit-smarter-card .know-more-animation-btn{position: relative; width: 250px; margin-bottom: -40px;}

.matters-box .dot-line{position: relative; width: 100%; height: 30px; margin-bottom: 15px;}
.matters-box .dot-line .dot{position: absolute; top: 0; left: 46%; content: ''; width: 25px; height: 25px; border-radius: 25px; background: #CAAF66; }
.matters-box .dot-line::after{position: absolute; top: 12px; left: 0; content: ''; width: 50%; height: 3px; border: 2px dashed #CAAF66;}
.matters-box .dot-line::before{position: absolute; top: 12px; left: 50%; content: ''; width: 60%; height: 3px; border: 2px dashed #CAAF66;}
.matters-box .dot-line.last::before{display: none;}
.matters-box .dot-line.first::after{display: none;}

@media(max-width: 768px){
    .matters-box .dot-line::before{width: 50%;}
    .matters-box .dot-line.last::before{display: block;}
    .matters-box .dot-line.first::after{display: block;}
}

.adler-bg{background: #522583 url('../../img/adler-bg.png') no-repeat center left; background-size: contain;}

.founder-main-wrap{padding: 200px 0;}
.founder-box1{position: relative; margin-top: -150px ; margin-left: -50px;}
.founder-box1 img{width: 300px;}
.founder-box-content1{position: relative;}
.founder-box2{position: relative; margin-top: -150px ; margin-bottom: -80px; margin-right: -150px;}
.founder-box2 img{width: 300px; position: relative; right: -100px;}
.founder-box-content2{position: relative;}

@media(max-width: 768px){
    .founder-box1{margin-left: -20px;}
    .founder-box2{margin-top: 0; margin-right: -20px;}
}

.testimonial-carousel1 .testimonial-card{margin: 20px 10px;}

.footer{background: #572F90;}
.social-icons img{width: 30px;}
.social-icons img:hover{filter: brightness(0) saturate(100%) invert(83%) sepia(26%) saturate(740%) hue-rotate(7deg) brightness(92%) contrast(90%);}

.know-more-animation-btn{position: relative; width: 180px; height: 45px; background-color: #522583; border-radius: 6px; text-align: center; line-height: 45px;
overflow: hidden;}
.know-more-animation-btn span{z-index: 99; position: relative; color: #fff;}
.know-more-animation-btn::after, .know-more-animation-btn::before{position: absolute; top: 0; width: 0; height: 45px; background-color: #caaf66; content: ''; transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: .15s;}
.know-more-animation-btn::after{left: 0; }
.know-more-animation-btn:hover span{color: #522583}
.know-more-animation-btn::before{right: 0; }
.know-more-animation-btn:hover::after, .know-more-animation-btn:hover::before{width: 50%;}


.ready-to-start-cta-btn {position: relative; width: 180px; height: 45px; background-color: #522583; border-radius: 6px; text-align: center; line-height: 45px; overflow: hidden;}
.ready-to-start-cta-btn span{z-index: 99; position: relative; color: #ffff;}
.ready-to-start-cta-btn::after, .ready-to-start-cta-btn::before{position: absolute; top: 0; width: 0; height: 45px; background-color: #caaf66; content: ''; transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: .15s;}
.ready-to-start-cta-btn::after{left: 0; }
.ready-to-start-cta-btn:hover span{color: #522583;}
.ready-to-start-cta-btn::before{right: 0; }
.ready-to-start-cta-btn:hover::after, .ready-to-start-cta-btn:hover::before{width: 50%;}

.bg-\[url\(\'\/img\/icon-checkmark\.svg\'\)\] {
    background-image: url(/img/icon-checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Benefits Section */
.benefits-section {
    position: relative;
}

.benefits-section .bg-\[url\('\/img\/icon-arrow-down\.svg'\)\] {
    background-image: url('/img/icon-arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 768px){
    .hero-animation-btn, .know-more-animation-btn{height: 45px; line-height: 45px; width: 200px;}
    .recruit-smarter-card .know-more-animation-btn{height: 45px; line-height: 45px; width: 200px;}
}

html[lang="de"] {
  letter-spacing: 0.2px;
}

html[lang="de"] .btn {
  padding-left: 24px;
  padding-right: 24px;
}


.pricingcard{background: #522583; color: #fff; padding: 30px 13px; border-radius: 10px; min-height: 420px;}
.pricingcard .icon{background: #522583; width: 50px; height: 50px; border-radius: 50px; display: flex; justify-content: center; align-items: center; margin-bottom: 15px;}
.pricingcard .icon img{width: 24px;}
.pricingcard h3{font-size: 22px; font-weight: 600; font-family: 'Montserrat'; color: #caaf66;}
.pricingcard p{margin: 10px 0;}
.pricingcard ul{margin: 0; padding: 0; list-style: none; width: 100%; min-height: 200px;}
.pricingcard ul li{position: relative; display: flex; justify-content: start; align-items: start; gap: 10px; margin: 8px 0; padding-left: 25px;}
.pricingcard ul li::after{position: absolute; top: 8px; left: 0; content: ''; background: url(../img/check.png) no-repeat; width: 12px;
    height: 10px; background-size: cover;}
.pricingcard ul li img{
    width: 20px;
    filter: brightness(0) saturate(100%)
            invert(16%) sepia(79%)
            saturate(2674%) hue-rotate(258deg)
            brightness(92%) contrast(97%);
    transition: filter 0.3s ease;
    position: relative;
    top: 3px;
}


.pricingcard-big{background: #522583; color: #fff; padding: 30px; border-radius: 10px; min-height: 420px;}
.pricingcard-big .icon{background: #caaf66; width: 40px; height: 40px; border-radius: 40px; display: flex; justify-content: center; align-items: center;}

.pricingcard-big h3{width: 100%; font-size: 22px; font-weight: 600; font-family: 'Montserrat'; color: #fff;}
.pricingcard-big p{margin: 10px 0;}
.pricingcard-big ul{margin: 0 0 15px; padding: 0; list-style: none; width: 100%; min-height: auto;}
.pricingcard-big ul li{position: relative; display: flex; justify-content: start; align-items: start; gap: 10px; margin: 8px 0; padding-left: 25px;}
.pricingcard-big ul li::after{position: absolute; top: 8px; left: 0; content: ''; background: url(../img/check.png) no-repeat; width: 12px;
    height: 10px; background-size: cover;}
.platform-access{
    border-right: 3px solid #caaf66;
    min-height: 250px;
}

@media(max-width: 768px){
    .platform-access{ border-bottom: 3px solid #caaf66; border-right: none; min-height: auto;}
    .howitcard{min-height: auto;}
    .founder-box1 img {width: 200px;}
    .founder-box2 img{width: 200px; right: -125px;}
    .founder-main-wrap {padding: 200px 0 130px;}
    .process-card:hover h3 {white-space: normal; word-break: break-all;}
    .process-step-card-container{padding-top: 30px;}
    
    font[dir="auto"]{white-space: normal; word-break: break-all;}
    marquee font[dir="auto"]{white-space: normal; word-break: normal;}
}


.professionals-text{
    background: #FFFFFF1A;
    padding: 10px 30px;
    border-radius: 25px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.professionals-text img{
    height: 30px;
}

.hero-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.hero-btn{
    background: #FFFFFF1A;
    padding: 10px 30px;
    border-radius: 25px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-btn img{
    width: 20px;
}

.home-about-msg-wrap{
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.home-about-msg-wrap.right{
    align-items: end;
    margin-right: -100px;
}

.home-about-msg-wrap.left{
    align-items: start;
    margin-left: -100px;
    padding-top: 50px;
}

.home-about-msg{
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 250px;
    font-family: Montserrat;
    font-size: 14px;
}

.home-about-msg span{
    color: #522583;
}

.home-about-msg img{
    position: absolute;
    top: -25px;
    left: -25px;
    content:'';
    width: 50px;
    height: 50px;
}

.home-about-msg-wrap.left .home-about-msg img{
    left: 230px;
}

.three-journeys-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.three-journeys-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.three-journeys-btns a{
    font-size: 22px;
    font-weight: bold;
    color: #7A00FF;
    border: 1px solid #CAAF66;
    border-radius: 6px;
    padding: 10px 20px;
}

.applicatio-bg{
    background: url('../../img/applicationbg.png') no-repeat;
}

.for-condidate-card{
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin: 10px 0;
    min-width: 300px;
}

.for-condidate-card h6{
    color: #522583;
}

.for-condidate-card ul li{
    padding: 4px 0;
    border-bottom: 1px solid #522583;
}

.for-condidate-card ul li:last-child{
    border-bottom: 0;
}

.professionals-lists{
    gap: 15px;
}
    

.professionals-list{
    background: #FFFFFF1A;
    padding: 8px 30px 8px 5px;
    border-radius: 25px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.professionals-list img{
    height: 30px;
}

.workflow-carousel .card-item {
    background: #ffffff url('../../img/testi-bg.png') no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    opacity: 0.6;
    transform: scale(0.85);
    box-shadow: 0px 2px 2px 1px #00000040;
    border-radius: 6px;
    margin: 20px 0;
}

.workflow-carousel .card-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.workflow-carousel .card-item h4 {
    color: #5a2ca0;
    font-size: 16px;
}

/* CENTER ACTIVE */
.workflow-carousel .owl-item.center .card-item {
    background: #ffffff url('../../img/testi-bg.png') no-repeat;
    background-size: cover;
    transform: scale(1.1);
    opacity: 1;
    box-shadow: 0px 2px 2px 1px #00000040;
    border-radius: 6px;
}

.workflow-carousel .owl-item.center .card-item img {
    width: 140px;
    height: 140px;
}

.workflow-carousel .owl-item.center .card-item h4 {
    font-size: 18px;
    font-weight: bold;
}

.workflow-carousel .owl-item.center .card-item p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}


.traditional-section-hiring{
    position: relative;
}

.traditional-section-hiring::before{
    position: absolute;
    top: -23%;
    left: 100px;
    content: '';
    width: 2px;
    height: 140%;
    border: 1px dashed #52258357;
}

.traditional-items{
    display: flex;
    gap: 40px;
    flex-direction: column;
    margin-top: 50px;
}

.traditional-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 16px;
}

.traditional-item-tab{
    background: #fff;
    width: 150px;
    border: 1px solid #522583;
    border-radius: 6px;
    padding: 10px 20px;
    margin-right: 150px;
    position: relative;
    color: #522583;
    font-size: 18px;
    font-weight: 600;
}

.traditional-item-tab::before{
    position: absolute;
    left: 100%;
    top: 25px;
    content: '';
    width: 150px;
    height: 1px;
    background: #522583;
}

.traditional-item-tab::after{
    position: absolute;
    left: 298px;
    top: 20px;
    content: '';
    width: 10px;
    height: 10px;
    background: #522583;
    border-radius: 100%;
}

.bg001{
    background: linear-gradient(90deg, #522583 -0.62%, #CAAF66 99.38%);
    width: 30px;
    height: 20px;
    border-radius: 15px;

}

.why-ai-poered-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 160px;
}

.why-ai-poered-box h3{
    font-size: 16px;
    font-weight: 500;
    color: #522583;

}

.why-ai-poered-box p{
    font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;

}

.why-ai-poered-box-icon{
    background: linear-gradient(90deg, #522583 -0.62%, #CAAF66 99.38%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.why-ai-poered-box-icon img{
    width: 20px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 50px auto 0;
    height: 500px;
}

/* Line */
.timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(267.03deg, #00F0FF 25%, #5200FF 80%);
    z-index: 0;
}

/* Item */
.timeline-item {
    width: 150px;
    height: 250px;
    text-align: left;
    position: relative;
    z-index: 1;
    top: -110px;
    font-family: Montserrat;
}

.timeline-item::after{
    position: absolute;
    top: 130px;
    left: 73px;
    content: '';
    width: 6px;
    height: 6px;
    background: linear-gradient(-267.03deg, #00F0FF 57.55%, #5200FF 114.97%);
    border-radius: 100%;
}

.timeline-item::before{
    position: absolute;
    top: 135px;
    left: 50%;
    content: '';
    width: 2px;
    height: 100px;
    background: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);


}

.timeline-item:nth-child(even){
    top: 250px;
}

.timeline-item:nth-child(even)::after{
    position: absolute;
    top: -25px;
    left: 73px;
    content: '';
    width: 6px;
    height: 6px;
    background: linear-gradient(267.03deg, #FF2DF7 50.97%,  #5200FF 80.55%);
    border-radius: 100%;
}

.timeline-item:nth-child(even)::before{
    position: absolute;
    top: -123px;
    left: 50%;
    content: '';
    width: 2px;
    height: 100px;
    background: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);


}

/* Circle */
.circle {
    font-size: 36px;
    font-weight: bold;
    color: #7A00FF;
    background: #fff;
    margin: 0 auto;
}

/* Text */
.timeline-item p {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.ai-defferent-box{
    background: url('../../img/ai-defferent-bg.png') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    box-shadow: 0px 2px 2px 1px #00000040;
    border-radius: 8px;
    padding: 25px 50px;
    text-align: justify;
    font-family: Montserrat;
    position: relative;
}


.ai-defferent-box div + div{
    width: 90%;
}

.ai-defferent-box-icon{
    background: linear-gradient(90deg, #522583 -0.62%, #CAAF66 99.38%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.ai-defferent-box-icon img{
    width: 20px;
}

.ai-defferent-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #522583;
}

.ai-defferent-box p {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    text-align: left;
}

.Impact-card{
    background: linear-gradient(180deg, #522583 0%, #CAAF66 100%);
    padding: 2px;
    border-radius: 8px;
    font-family: Montserrat;
}

.Impact-card-inner{
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 15px 15px 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Impact-card-inner h3{
    font-size: 44px;
    font-weight: bold;
   color: #7A00FF;
}

.Impact-card-inner p{
    font-size: 14px;
    color: #555;
}

.Impact-card-icon{
    background: linear-gradient(90deg, #522583 -0.62%, #CAAF66 99.38%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.Impact-card-icon img{
    width: 24px;
}

.feature-table{
    width: 100%;
}

.feature-table1{
    background: url(../../img/table-bg.png) no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px #00000040;
    width: 100%;

}

.feature-table th{
    padding: 30px 15px;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.feature-table1 th{
    padding: 30px 15px;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #7A00FF;
}

.feature-table td, .feature-table1 td{
    padding: 15px;
    text-align: center;
}

.feature-table td{
    border-bottom: 1px solid #00F0FF;
}

.feature-table td img{
    margin: 0 auto;
    width: 20px;
}

.feature-table1 td img{
    margin: 0 auto;
    width: 36px;
}

@media(max-width: 768px){
    .hero-btns{gap: 10px; margin-bottom: 15px;}
    .hero-btn{width: 48%; padding: 4px 8px;}
    .home-about-msg-wrap{gap: 40px; padding: 30px;}
    .home-about-msg-wrap.right{align-items: start; margin-right: 0;}
    .home-about-msg-wrap.left{align-items: start; margin-left: 0; margin-top: 50PX;}
    .home-about-msg{width: 100%;}
    .home-about-msg img {top: -15px; left: -15px; width: 30px; height: 30px;}
    .home-about-msg-wrap.left .home-about-msg img{left: 92%;}
    .three-journeys-btns {gap: 10px;}
    .three-journeys-btns a{font-size: 14px; padding: 6px 12px;}
    .for-condidate-card{width: 100%;}
    .applicatio-bg{background-size: cover;}
    .traditional-section-hiring::before{display: none;}
    .traditional-item-tab{padding: 6px 12px; margin-right: 20px; font-size: 14px;}
    .traditional-item-tab::after{left: 130px; top: 10px;}
    .traditional-item-tab::before{width: 22px; top: 15px;}

    .timeline{flex-wrap: wrap;}
    .timeline::before { top: 0; left: 50%; width: 2px; height: 100%;}
    .timeline-item{width: 40%; height: auto; left: 0; top: 0;}
    .timeline-item:nth-child(even){top: 0;}
    .timeline-item::before{top: 25%; left: 92%; width: 50px; height: 2px;}
    .timeline-item::after{top: 24%; left: 90%;}
    .timeline-item:nth-child(even){top: 100px; left: 20px;}
    .timeline-item:nth-child(even)::before{top: 25%; left: -38%; width: 50px; height: 2px;}
    .timeline-item:nth-child(even)::after{top: 24%; left: -8%;}
    .Impact-card-inner{padding: 15px;}
    .Impact-card-inner h3{font-size: 26px;}
    .feature-table th{padding: 10px 10px; font-size: 18px;}
    .feature-table td, .feature-table1 td{padding: 6px;}
    .feature-table1 th{padding: 10px; font-size: 18px;}
    .feature-table1 td img{width: 28px; margin: 4px auto;}
    .feature-table td img{width: 12px;}

    .why-ai-poered-box{width: 100%;}
    .ai-defferent-box h3{text-align: left;}
    .ai-defferent-box{padding: 25px 20px;}
}



