.employes-intro-parpa p{
    text-align:justify;
}
.hiric-picts {
        margin: 1.7rem 0 0;
}
/*.real-life-experience {*/
/*    padding:4rem 0 4rem;*/
/*    background-color: #f0f1f5;*/
/*}*/
.real-life-experience {
    padding: 4rem 0 4rem;
    background-image: url('../image/bg/doctor-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.real-life-experience .row{
       row-gap: 30px;
}

.real-life-box {
    background: #ffffff;
    padding: 2rem !important;
    border-radius: 16px !important;
        box-shadow: 0 .125rem .25rem -.1rem rgba(0, 0, 0, .15) !important;
    height: 100%; 
    transition: transform 0.3s ease;
}


.real-life-header {
      display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 15px;
}


.real-life-experience .icon-square {
        background: linear-gradient(135deg, rgba(240, 121, 55, 0.15), rgba(240, 121, 55, 0.05));
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.real-life-experience .icon-square img{
    filter: invert(46%) sepia(87%) saturate(414%) hue-rotate(338deg) brightness(101%) contrast(99%);
}
.real-life-header h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.4;
}
.real-life-box p {
       margin: 0;
}

.germany-stable-section{
    position:relative;
    padding:4rem 0 4rem;
}
.germany-stable-section .row{
    row-gap:20px;
}
.germany-stable-section .benefit-card {
       z-index: 1;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 40px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.germany-stable-section .benefit-card .icon {
       margin-bottom: 40px;
    transition: transform .4s, color .4s;
}
.germany-stable-section .benefit-card .icon img{
     filter: invert(46%) sepia(87%) saturate(414%) hue-rotate(338deg) brightness(101%) contrast(99%);
}
.germany-stable-section .benefit-card h3,.benefit-card .h3 {
      margin-bottom: 16px;
    font-size: 18px;
    transition: color .3s;
}

.germany-stable-section .benefit-card p {
    margin-bottom: 0;
    transition: color .3s
}

.germany-stable-section .benefit-card:before {
    content: "";
    z-index: -1;
    /*background: radial-gradient(circle,rgba(51,106,234,.15) 0%,transparent 70%);*/
        background: radial-gradient(circle at left top, #f079355e 0%, #ffffff 30%, #f4e0d4 65%, #fef6f1 100%);
    border-radius: 50%;
    width: 200%;
    height: 200%;
    transition: transform .5s;
    position: absolute;
    top: -50%;
    left: -50%;
    transform: scale(0)
}

.germany-stable-section .benefit-card:hover {
    border: 1px solid #f07935;
    transform: translateY(-10px)scale(1.03)
}

.germany-stable-section .benefit-card:hover:before {
    transform: scale(1)
}

.daily-social-cultural {
    position: relative;
    padding: 4rem 0 4rem;
}

.daily-social-img img{
        border-radius: 20px;
}
.daily-list  {
        padding-left: 0;
}

.daily-list li::before {
       content: "\f14a";
    font-family: flaticon_normal-icon !important;
    left: 2px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    color: #f07935;
    text-align: center;
    font-size: 15px;
}


.daily-list li{
  position: relative;
    padding-left: 27px;
    margin: 0 0 0.7rem;
    list-style: none;
}





.healthcare-hero {
     overflow: hidden;
    padding: 100px 0 0px;
    position: relative;
}

.healthcare-hero  .hero-img-left, .hero-img-right {
    width: 100%;
    height: 500px;
}

.healthcare-hero .hero-img-left img, .hero-img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.healthcare-hero  .hero-img-left img {
    border-radius: 0 40px 40px 0;
}


.healthcare-hero  .hero-img-right img {
    border-radius: 40px 0 0 40px;
}

.healthcare-hero  .hero-text-content .subtitle {
    font-size: 13px;
    letter-spacing: 2px;
    color: #444;
    font-weight: 600;
    margin-bottom: 15px;
}

.healthcare-hero  .hero-text-content .main-title {
    font-size: 42px;
    font-weight: 700;
    color: #063a3d;
    line-height: 1.2;
    margin-bottom: 20px;
}

.healthcare-hero  .hero-text-content .hero-description {
       font-size: 17px;
    margin-bottom: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.healthcare-hero  .btn-book {
    background-color: #00acc1;
    color: white;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}


.healthcare-jobs-germany{
       position: relative;
    padding: 4rem 0;
    background-color: #f0f1f5;
}
.healthcare-jobs-germany .btn-default{
    max-width: fit-content;
    margin: 40px auto;
}
.healthcare-jobs-germany .row{
    row-gap:30px;
}
.healthcare-jobs-outer{
       padding: 8px 8px 20px;
    border: 1px solid rgba(3, 31, 66, 0.1);
    height: 100%;
    border-radius: 20px;
    background: #fff;
    
}
.healthcare-jobs-outer h4{
       font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}

.healthcare-imgage {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
}
.healthcare-imgage:hover img {
    transform: scale(1.1, 1.1);
}
.healthcare-imgage img {
     border-radius: 14px;
    transition: all 0.3s 0s ease-out;
    /*height: 200px;*/
    object-fit: cover;
   width: 100%;
   
}




.medicza-supports-your{
    position:relative;
    padding:4rem 0 4rem;
}
.medicza-supports-tile{
    position: sticky;
    top: 145px;
}
.medicza-supports-tile img{
       border-radius: 20px;
    width: 450px;
    /*height: 294px;*/
    object-fit: cover;
}
.consulting-choose-items {
    margin-left: 100px;
    border-left: 1px solid #CCCCCC;
}

.consulting-choose-items .item:first-child {
    padding-top: 0;
}

.consulting-choose-items .item {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 50px;
    position:relative;
}
.consulting-choose-items .item:last-child {
    border-bottom: none;
}
.consulting-choose-items {
    counter-reset: step;
}

/* Step Numbers */
.consulting-choose-items .item::before {
   counter-increment: step;
    content: counter(step, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 48px;
    font-weight: 800;
    color: #cccccc;
    letter-spacing: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.consulting-choose-items .item h3{
   font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
}

.consulting-choose-items .item p {
    margin-bottom: 0;
}



/* Section */
.living-savings-section {
    position: relative;
    padding: 0 0 4rem;
}

/* Card */
.living-savings-box {
    padding: 40px;
    background-color: #f0f1f5;
    border-radius: 20px !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, .05);
    height: 100%;
    transition: all 0.3s ease;
}

/* List */
.living-listr {
    padding-left: 0;
    margin: 1.5rem 0 0;
}

.living-savings-box h4 {
    font-size: 18px;
    font-weight: 500;
}

.living-listr li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 0.7rem;
    list-style: none;
}

.living-listr li::before {
    content: "\f19e";
    font-family: flaticon_normal-icon !important;
    left: 2px;
    position: absolute;
    top: 0;
    color: #f07935;
    font-size: 15px;
}

/* ========================= */
/*  SWIPER SMOOTH EFFECT */
/* ========================= */


.livingSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch;

    transition-timing-function: linear !important; 
}


.livingSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}


.livingSwiper .swiper-slide {
    width: 380px; 
    height: auto !important;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
  
}


.living-savings-box {
    width: 100%;
    margin: 0 auto;
    background: #f8f9fa; 
    border-radius: 20px;
    padding: 30px;
}


.livingSwiper .swiper-slide-active {
    opacity: 1;
    z-index: 2;
}

.livingSwiper .swiper-slide-active .living-savings-box {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #f07935;
}

.livingSwiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.6;
}

.livingSwiper .swiper-slide-active .living-savings-box {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-bottom: 2px solid #f07935;
}

/* Navigation Buttons */
.livingSwiper .swiper-button-prev,
.livingSwiper .swiper-button-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    color: #000;
}

.livingSwiper .swiper-button-next:after,
.livingSwiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.living-savings-section .section-title p{
    max-width:75%;
    margin:auto;
}



.daily-social-img {
    text-align:center;
}


.for-employe-section {
    position:relative;
    padding:4rem 0 3rem;
}


.feature-tlte-list {
    position:relative;
        padding-left: 0;
}


.feature-tlte-list li{
       color: #fff;
    position: relative;
    padding-left: 35px;
    list-style-type: none;
    margin: 18px 0 0;
}

.feature-tlte-list li::before {
    content: "\f14a";
    font-family: flaticon_normal-icon !important;
    left: 1px;
    background: rgb(240 121 53);
    position: absolute;
    border-radius: 50px;
    top: 0;
    width: 21px;
    height: 21px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}


.challenges-employers {
    position:relative;
    padding:4rem 0 4rem;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
}



/* Container & Section */
.our-story-section {
    position:relative;
    padding:4rem 0 4rem;
    /*background-color: #fcfcfc;*/
}
.image-grid-container {
    position: sticky;
    top: 145px;
}
/* Left Side: Image Grid Styling to match the uploaded image */
.image-grid-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.top-row {
    display: flex;
    gap: 15px;
}

.teal-card {
       background-color: #132030;
    flex: 1;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    min-height: 200px;
}

.teal-card p {
      color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.doctor-img {
    flex: 1;
}
.doctor-img img{
       width: 100%;
    height: 267px;
    object-fit: cover;
    border-radius: 20px;
}
 .molecule-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.molecule-img {
    height: 250px;
    width: 100%;
}

/* Right Side: Typography Styling */
.oiurstory .sub-title {
    color: #00a8bd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.oiurstory .main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}

.oiurstory .description {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.oiurstory .info-item h4{
      font-size: 17px;
    font-weight: 600;
}

.oiurstory .info-item p{
    margin:0;
}

.our-story-section .oiurstory p{
    text-align:justify;
}


/* Styling for the Healthcare Sector Section */
.healthcare-sector {
        position: relative;
    padding: 4rem 0 4rem;
    background-color: #ebf7fa3b;
}

/* Rounding the images exactly like the reference */
.healthcare-sector .hc-rounded-img {
    border-radius: 30px; 
    width: 100%;
    height: auto;
    display: block;
}

.healthcare-sector .hc-body {
    padding: 15px 5px;
}

.hc-tag {
    color: #1a5c6d;
    font-weight: bold;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.healthcare-sector .hc-title {
   font-size: 16px;
    color: #0b3d4a;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.3;
    text-align: center;
}
.hc-card.card-height img{
        width: 100%;
    height: 333px;
    object-fit: cover;
}
.healthcare-sector .section-title p{
    max-width:75%;
    margin:auto;
}


/* Section Background */
.other-talent-platforms {
       background-color: #ffffff;
    padding: 5rem 0 4rem;
    position: relative;
}

/* Big Heading Style */
.otp-main-title {
       font-size: 39px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 0;
    max-width: 82%;
}

/* Highlighted Teal Text */
.otp-highlight {
    color:rgb(240 121 53); /* Bright Teal */
}

/* Right-aligned small paragraph */
.otp-description {
        font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 3rem;
}

/* Responsive adjustments for mobile/tablet */
@media (max-width: 991px) {
    .otp-main-title {
        font-size: 2.5rem;
    }
    
    .other-talent-platforms .offset-lg-6 {
        margin-left: 0;
    }
}


/* General Card Styling */
.service-card {
       position: relative;
    padding: 40px;
    border-radius: 40px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Background Colors */
.bg-light-blue { background-color: #f0f9fb; }
.bg-main-blue  { background-color: #0084d1; }
.bg-dark-navy  { background-color: #213744; }

/* THE BEFORE CONCEPT: Adding the background icon */
.has-bg-icon::before {
       content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/about/other-talent-platformsr-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 1;
}

/* Ensure your text stays readable above the background */
.service-content {
    position: relative;
    z-index: 2;
}


/* Typography */
.other-talent-platforms .service-tag {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 50px;
}

.other-talent-platforms .service-title {
     font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
}

.other-talent-platforms .service-divider {
    border: 0;
    border-top: 1px solid #d1dee2;
    margin: 30px 0;
    opacity: 1;
    width: 100%;
}

.other-talent-platforms .divider-white {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.other-talent-platforms .service-text {
    margin: 0;
}

.our-commitment-section {
    position:relative;
        padding: 0 0 5rem;
         position: relative;
    overflow: hidden; /* prevents overflow issues */
    z-index: 1;
}



/* Centered Logo */
.our-commitment-section::before {
       content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    background-image: url(../image/svg/medicza-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    inset: 0;
    margin: auto;
    opacity: 0.08;
    pointer-events: none;
    z-index: -1;
}
.commitment-comnten p{
       max-width: 75%;
    margin: auto;
    text-align: center;
    font-size: 35px;
    font-style: italic;
    line-height: 1.4;
}



.certifi-regist {
    position: relative;
    padding: 3rem 0 0;
}

.certifi-regist .sec-big-title {
      font-size: 252px;
    letter-spacing: 1rem;
    background: linear-gradient(90deg, #ff6a00, #132030, #00c6ff);
    background-size: 200% auto;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: trx-addons-advanced-title-animate-gradient 5s ease infinite;
    margin-bottom: 0;
    font-weight: 500;
}

@keyframes trx-addons-advanced-title-animate-gradient {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}


.faq-terminal-acc.acc-terminal-faq .accordion-body{
    /*padding: 18px 12px;*/
    padding: 0;
}

.faq-terminal-acc.acc-terminal-faq .accordion-button{
        padding: 9px 0px;
}

.work-ready-healthcare {
      position: relative;
    padding: 5rem 0 5rem;
}
.work-ready-healthcare .work-ready-box{
       position: relative;
    padding: 30px;
    background-color: #f0f1f5;
    border-radius: 20px;
}
.work-ready-healthcare .work-ready-box .sec-big-title {
    font-size: 21px;
}

.work-ready-box ul{
        padding-left: 0;
}
.work-ready-box ul li {
       position: relative;
    padding-left: 35px;
    margin: 0 0 0.9rem;
    list-style-type:none;
}
.work-ready-box ul li::before {
      content: "\f14a";
    font-family: flaticon_normal-icon !important;
    left: 1px;
    background: rgb(240 121 53);
    position: absolute;
    border-radius: 5px;
    top: 1px;
    width: 19px;
    height: 19px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}


.why-choose-detail.choose-detail .row{
       background: #fff;
    border-radius: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    margin-top: 0;
}
.why-choose-detail.choose-detail {
    padding: 2.5rem 0 4rem;
}


.platforms-talent .otp-description {
      margin: 0 0 1rem;  
}



.challanges-delay-section {
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
    position:relative;
        padding: 3rem 0 3rem;
}
    
.challanges-delay-section h4{
        font-size: 20px;
}

.challanges-delay-section .sec-big-title{
    text-align:start;
}

.challanges-delay-section .req-list li{
      color: #000;
       margin: 0.9rem 0 0.5rem;
}

.challanges-delay-section .hiric-picts img{
    /*height: 500px;*/
    object-fit: cover;
}



.our-lprocvedss-section {
    position:relative;
    padding:3rem 0 3rem;
}




/* Section spacing */
.recruitment-process-section {
    padding: 60px 0;
    background-color: #fff;
    position:relative;
}
.recruitment-process-section .row{
    row-gap:20px;
}
/* Image Wrapper - Background Shadow (Antha light orange shape) add panna */
.recruitment-process-section .image-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    z-index: 1; /* Main content mela iruka */
}

.recruitment-process-section .image-box-container::after {
        content: "\f177";
    font-family: flaticon_normal-icon !important;
    font-weight: 100;
    display: inline-block;
    margin-right: 10px;
    color: #f07935;
    right: -9rem;
    position: absolute;
    /* transform: rotate(39deg); */
    font-size: 121px;
    bottom: -7rem;
}
.recruitment-process-section .image-box-container.hufgde{
    position:relative;
}

.recruitment-process-section .image-box-container.step-2-arrow::before {
        content: "\f177";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    font-size: 121px;
    color:#f07935;
    left: -8rem;
    bottom: -5rem;
    transform: rotate(346deg) scaleX(-1);
    display: inline-block;
    z-index: 5;
}

.recruitment-process-section .content-box {
        padding-left: 77px;
}
.recruitment-process-section .image-box-container.step-2-arrow::after{
    display:none;
}
    /* Background 'Shadow' element - image-86bf8d.png-la irukira mathiri */
.recruitment-process-section .image-wrapper::before {
       content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 100%;
    height: 98%;
    background-color: #fff5ed;
    border-radius: 38px;
    z-index: -1;
    transform: rotate(5deg);
}
.recruitment-process-section .col-lg-6:last-child .image-box-container.step-2-arrow::before{
    display: none !important;
}
/* Image Box with Main Shadow and Border Radius */
.recruitment-process-section .image-box-container {
      background: #ffffff;
    border-radius: 30px;
    padding: 33px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #f0f0f0;
}

.image-box-container img{
    
        height: auto;
    /*width: 370px !important;*/

}
/* The '01' box design - positioning updated for image alignment */
.recruitment-process-section .step-badge {
      position: absolute;
    top: 9%;
    right: -21px;
    background: #fff;
    border: 4px solid #ff7b00;
    color: #ff7b00;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 18px;
    border-radius: 12px;
    transform: rotate(15deg);
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Content Styles (Right Side) */
.recruitment-process-section  .step-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recruitment-process-section  .check-mark {
      background: #fff5ed;
    color: #ff7b00;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}

.recruitment-process-section  .step-text {
   color: #ff7b00;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.recruitment-process-section  .section-title {
       font-weight: 700;
    /* font-size: 36px; */
    color: #000;
    margin-bottom: 20px;
}

.recruitment-process-section  .section-desc {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
}

/* Mobile responsive fixes */
@media (max-width: 991px) {
  .recruitment-process-section .image-wrapper {
        margin-bottom: 40px;
    }
}



.reqi-main-sec.wefd-bokt-section .sec-big-title{
    color:#000;
}

.vlr-or {
    color:#f07935;
}



.german-healthcar-outer .feature-list {
    margin-top: 30px;
}

.german-healthcar-outer .feature-card {
   background: #ffffff;
    border: 2px solid #E2E8F0;
    border-radius: 15px;
    padding: 12px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

/*.feature-card:hover {*/
/*    border-color: #ff7a2d;*/
/*}*/

.german-healthcar-outer .icon-box {
       width: 38px;
    height: 38px;
    background-color: #FFEDD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.german-healthcar-outer .icon-box i.flaticon-check-mark {
    color: #ff7a2d;
    font-size: 18px;
    font-weight: bold;
    top: 0.2rem;
    position: relative;
}

.german-healthcar-outer .feature-text {
    font-size: 16px;
    color: #4a4a68;
    font-weight: 500;
}

.german-healthcar-outer .sec-big-title{
       max-width: 76%;
}

.action-container {
    display: flex;
    align-items: center;
}

/* Pill-shaped button with specific orange gradient and shadow */
.btn-primary-orange {
       background-color: #ff7a1a;
    color: #ffffff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 122, 26, 0.35);
    border: none;
    padding: 13px 16px;
}

.btn-primary-orange:hover {
    background-color: #e66d17;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 122, 26, 0.45);
    color: #ffffff;
}

/* Side Text Styling */
.text-content {
    line-height: 1.2;
}

.free-text {
       display: block;
    color: #8a90a2;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}

.candidate-text {
    margin: 0;
    color: #1a1b3a; /* Dark navy text */
    font-size: 18px;
    font-weight: 700;
}
.german-healthcar-outer .sec-samll-title{
        background: #FFEDD5;
    padding: 10px;
    max-width: fit-content;
    border-radius: 30px;
}

.german-healthcar-ikmh {
    padding-left:30px;
}
.german-healthcare-dsecftion {
        position: relative;
    padding: 2rem 0 4rem;
}
.complete-recruitment-platform .row{
        row-gap: 20px;
}
.complete-recruitment-platform {
        position: relative;
    padding: 4rem 0 4rem;
    background-color: #0d1b2e;
}
.complete-recruitment-platform .text-white{
       margin: auto;
    max-width: 66%;
}
.complete-recruitmen-box {
    background: #112038;
    border: 1px solid #1e3352;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    cursor: pointer;
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    position: relative;
    overflow: hidden;
    height:100%;
}

.complete-recruitmen-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(230, 100, 20, 0.07) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px;
}

.complete-recruitmen-box .icon-wrap {
   flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: linear-gradient(145deg, #2a1a08, #3d2510);
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.28s ease, transform 0.28s ease;
    position: relative;
    z-index: 1;
}

.complete-recruitmen-box .icon-wrap svg {
    width: 24px;
    height: 24px;
    color: #e06414;
    stroke: #e06414;
    transition: stroke 0.28s ease;
}
.complete-recruitmen-box:hover .icon-wrap svg {
    stroke: #ffffff;
}
.complete-recruitmen-box:hover .icon-wrap {
    background: linear-gradient(145deg, #5c2d0a, #e06414);
    transform: rotate(-4deg) scale(1.08);
}
.complete-recruitmen-box .card-content {
    position: relative;
    z-index: 1;
}

.complete-recruitmen-box .card-content h3 {
    font-size: 0.97rem;
    font-weight: 600;
    color: #e8eef5;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: color 0.2s;
}

.complete-recruitmen-box .card-content p {
       color: #cfd1d5de;
    line-height: 1.6;
    transition: color 0.28s ease;
        margin: 0;
}

.complete-recruitmen-box:hover {
    /*transform: scale(1.04);*/
    /*border-color: #e06414;*/
    /*box-shadow: 0 12px 36px rgba(230, 100, 20, 0.18), 0 0 0 1px rgba(230, 100, 20, 0.12);*/
    background: #142540;
}


.cta-home-main.hoainmaine .sec-big-title{
         width: 80%;
    font-size: 68px;
}



.quality-certificate {
        margin: 2rem 0 0;
}