p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
img {
    height: auto;
    max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Onest", sans-serif;
}

html, body {
    overflow-x:clip;
}


body{
      font-family: "Inter", sans-serif;
      
}

.reqi-main-sec {
    padding:4rem 0 3rem;
 position: relative;
}
.reqi-main-sec .common-reqqi {
    border-radius: 20px;
    padding: 20px;
    position:relative;
    overflow: hidden;
    margin: 3rem 0 0;
}
.reqi-main-sec .common-reqqi::before {
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../image/home/bg-2.jpg);
    background-size: cover;
    background-position: center;
    transform: rotateY(180deg);
    z-index: -1;

}

.reqi-main-sec.wefd-bokt-section .sec-samll-title {
       background: #FFEDD5;
    padding: 5px 11px;
    max-width: fit-content;
    border-radius: 20px;
}
 
.common-reqqi .req-list li {
    margin: 20px 0 0;

}
.req-content {
        padding: 0 30px 37px 40px;
}
.sec-big-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.reqi-main-sec .sec-big-title{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}



.quality-certificate .cert-card {
    border: 2px solid  #e2e8f0;
    border-radius: 30px;
    padding: 40px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* Card Variants */
.quality-certificate .card-orange {
    background-color: #fffaf5;
  border: 3px solid #FFEDD54D;
}

/* Icon Styles */
.quality-certificate .icon-box {
       width: 50px;
    height: 50px;
    background: #fff2e8;
    color: #ff7a30;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.quality-certificate .bg-light-blue { 
        background-color: #F1F5F9;
}
.quality-certificate .bg-dark-blue {
       background-color: #0F172A;
    
}

/* Card 1 Footer (Progress line) */
.quality-certificate .progress-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.quality-certificate .dot {
      width: 35px;
    height: 35px;
    background: white;
    border: 2px solid #E2E8F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: translate(10px, 10px);
}

.quality-certificate .dot.active {
    background: #ff7a30;
    color: white;
    border-color: #ff7a30;
}

.dot.active img{
        filter: brightness(0) invert(1);
    transition: 0.3s;
}

.cert-dot h6{
      position: relative;
        padding: 1.4rem 0 0;
        font-style: italic;
        font-size: 14px;
}
/* Card 2 List Items */
.quality-certificate .list-item {
       background: #F1F5F980;
    padding: 12px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.quality-certificate .list-item i{
    COLOR:#f07935;
}
.quality-certificate .text-orange { color: #ff7a30; }

/* Card 3 Inner Box */
.quality-certificate .inner-card {
       border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #fff;
}

.quality-certificate .inner-icon {
      background: #FFEDD580;
    padding: 10px;
    border-radius: 50px;
    width: 30px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
}

.quality-certificate h3 {
    font-size:20px;
    font-weight:600;
}

.card-vompliance {
        background-color: #F1F5F94D;
}
.card-vompliance .icon-box{
    background: #000;
}








.sec-samll-title {
    display: block;
    font-size: 13px;
    letter-spacing: 1.9px;
    color: #f07935;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.req-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.req-list li {
      position: relative;
    padding-left: 35px;
    color: #fff;
    line-height: 1.7;
}

.req-list li::before {
     content: "\f14a";
    font-family: flaticon_normal-icon !important;
    left: 4px;
    background: rgb(240 121 53);
    position: absolute;
    border-radius: 50px;
    top: 2px;
    width: 21px;
    height: 21px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
/*.reqi-main-sec .sec-samll-title{*/
/*    color:#fff;*/
/*}*/
.reqi-main-sec .reqq-pict {
    border-radius: 20px;
}
.reqi-main-sec .reqq-pict img {
    width: 100%;
    border-radius: 15px;
    padding-left: 6px;
    /*height: 480px;*/
        height: 541px;
    object-fit: cover;
}

.reqq-pict {
    position: relative; /* Mandatory for the 'before' to stay inside this box */
    display: inline-block; /* Or block, depending on your layout */
}

.reqq-pict::before {
       content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 167px;
    height: 58px;
    background-image: url(../image/svg/germany-based.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}







.our-call {
   background-color: rgb(240 121 53);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 5px 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 15px;
}
.mobile-last{
    display: block;
       margin: 0px 46px 34px;
}

.our-call:hover {
    background-color: #ffffff;
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
}

.faq-terminal-acc .accordion {
    --bs-accordion-bg: transparent;
}
.terminal-bloc-secc {
    position: relative;
    padding: 2.5rem 0px;
}
/*.terminal-bloc-secc::before {*/
/*    content: url(../image/svg/backgrouund.svg);*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 0px;*/
/*}*/
/*.faq-terminal-acc {*/
/*    width: 86%;*/
/*    margin-left: auto;*/
/*}*/
.faq-terminal-acc .accordion-body {
   padding: 0 20px 21px 162px;
}

.terminal-bloc-secc .contact-btn {
    width: 234px;
    height: 90px;
    border: 1px solid rgb(0 0 0 / 11%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    padding-right: 17px;
    position: relative;
}

.faq-terminal-acc .accordion-content-inner p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.terminal-bloc-secc .contact-btn:hover {
    box-shadow: inset 0 0 0 10em rgb(19 32 48);
    border-color: rgb(19 32 48);
}
.terminal-bloc-secc .contact-btn:hover::before {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.terminal-bloc-secc .contact-btn::before {
    content: "";
    position: absolute;
    right: 10%;
    bottom: 14px;
    width: 24px;
    height: 42px;
    background-image: url(../image/svg/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.07;
}
a{
    text-decoration:none;
    color:inherit;
}
.mega-right .our-call:hover , .sticky .mega-right .our-call:hover{
    color:#000 !important;
}
.sticky .mega-right .our-call{
     color:#fff !important;
}


.call-icons {
    display:none;
}
.contact-btn .two span {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s ease;
    text-transform:uppercase;
}

.terminal-bloc-secc .contact-btn:hover .two span {
    background-size: 0% 1px;
}
.terminal-bloc-secc .contact-btn:hover .two span {
    color: #fff;
}
.faq-terminal-acc .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-terminal-acc .accordion-button:not(.collapsed) {
    background-color: transparent;
     color: #023a65;
    box-shadow: none;
}
.faq-terminal-acc .accordion-content-inner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 10px 0 20px;
}

.accordion-content-text {
    flex: 1;
}

.faq-terminal-acc .accordion-button {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 18px 12px;
    box-shadow: none;
    border: none;
}
.faq-terminal-acc .accordion-number {
position: relative;
    display: inline-block;
    text-align: center;
    width: 56px;
    height: 56px;
        margin-right: 90px;
    font-size: 1.3rem;
    line-height: 54px;
    font-weight: 500;
    border: 2px solid #ccc;
    border-radius: 100%;
    transition: all 400ms ease-in-out;
}
.faq-terminal-acc .accordion-button:not(.collapsed)::after {
    content: '−';
}
.faq-terminal-acc .accordion-button:not(.collapsed) .accordion-number {
    background-color: #213745;
    color: #ffffff;
    border-color: #213745;
}

.faq-terminal-acc .accordion-button::after {
    content: '+';
    background-image: none;
    font-size: 32px;
    font-weight: 300;
    width: auto;
    height: auto;
    justify-self: end;
    margin-left: auto;
}
.faq-terminal-acc .accordion-button {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color:#213745;
}

.faq-terminal-acc .req-list li{
    color:#000;
    margin:10px 0 0;
}
.fact-main-sec {
    padding:3rem 0 4rem;
    position: relative;
    
}
.fact-main-sec .fact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 36px;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.fact-card svg{
    width: 140px;
    height: 140px;
    position: absolute;
    opacity: 0.15;
    right: 10px;
    top: 0;
}
.fact-main-sec .fact-number {
font-size: 40px;
    font-weight: 500;
    color: #023a65;
    margin-bottom: 27px;
    line-height: 1.2;
}

.fact-main-sec .fact-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.fact-main-sec .fact-card p {
  font-size: 16px;
  margin: 0;
}

.profess-main-secc {
   position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: #f0f1f5;
}
.profess-main-secc .profes-titlsd{
position:relative;
z-index:2
}
/* Background Image using ::before */
.profess-main-secc::before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78%;
    background: url(../image/home/bg-2.jpg) center center / cover no-repeat;
}
.faq-terminal-acc .accordion-item:last-child .accordion-body {
    padding-bottom: 0;
}

.profess-main-secc .profess-slider-wrapper {
    position: relative;
   margin-top: 50px;
    z-index: 1;
}
.profess-main-secc .profess-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.profess-main-secc .profess-img {
  overflow: hidden;
}

.profess-main-secc .profess-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.4s;
}

.profess-main-secc .profess-card:hover img {
  transform: scale(1.05);
}
.profess-main-secc .profess-title {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #132030;
}
.profess-main-secc .swiper-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.6);
  background: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.profess-main-secc .swiper-btn i {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.profess-main-secc .swiper-btn:hover {
     background: #f07935;
}
.profess-main-secc .swiper-btn:hover i {
  color: #fff;
}
.profess-main-secc .sec-big-title{
    color:#fff;
}


.health-german-pro {
    padding: 2rem 0 5.5rem;
    background-color: #f0f1f5;
}

.health-german-pro .req-list li {
       color: #000;
    margin: 10px 0 0;
    font-size: 15px;
     /*font-size: 19px;*/
}
.health-german-pro .req-list li::before{
      background: #023a65; 
       color: #FFF;
       top: 2px;
}
.health-german-pro .our-healths img {
    border-radius: 20px;
   width: 100%;
    padding-left: 6px;
    height: 440px;
    object-fit: cover;
}

/*.health-list-top {*/
/*    padding-bottom: 20px;*/
/*    border-bottom: 1px solid #ccc;*/
/*    margin-bottom: 20px;*/
/*}*/

.health-list-bottom {
    padding-top: 4px;
}

.health-german-pro p{
    margin:0;
}
.health-german-pro .mobile-last{
        margin: 15px auto 0;
}
.germal-doccc .sec-big-title {
    font-size:36px;
}




.faq-home-sec {
    padding: 5rem 0;
    background-color: #f0f1f5;
}

.faq-home-sec .sec-desc {
    margin: 0 auto 3rem;
}
.faq-home-sec .accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.faq-home-sec .accordion-item {
padding: 15px 40px;
    background-color: #fff !important;
    border-radius: 20px !important;
    margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 3px 0 rgba(5, 5, 5, .05);
}
.faq-home-sec .accordion-button {
    font-size: 21px;
    font-weight: 700;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    color:#132030;
}

.faq-home-sec .accordion-button::after {
    content: '+';
    background-image: none;
    font-size: 28px;
    font-weight: 300;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 1;
    border: 1.35px solid #ccc;
    
}

.faq-home-sec .accordion-button:not(.collapsed)::after {
    content: "−";
    background: rgb(240 121 53);
    color:#fff;
}

.faq-home-sec .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.faq-home-sec .accordion-body {
    font-size: 0.96rem;
    color: #5b6e78;
    line-height: 1.8;
   padding: 14px 28px 24px 0;
    border-top: 1px solid #eef3f5;
}


 .cta-home-main {
         position: relative;
    background-image: url(../image/bg/cta-background-1-medicza.webp);
    background-size: cover;
        min-height: 500px;
            display: grid;
    align-items: center;
    }
    .detail-menu-cta{
   
    }

  .cta-home-main .section-title,
.cta-home-main .section-title h3,
.cta-home-main .section-title p {
    color: #fff;
        width: 90%;
    margin-left: 0px;
}
.cta-home-main .section-title p{
    margin:0;
}
.cta-home-main .sec-big-title{
    /*font-size: 70px;*/
    font-size: 48px;
    font-weight: 500;
    margin: 0;
}
  .cta-home-main .mobile-last {
    margin: 0px;
        margin-bottom: 1rem;
}
 .why-indian-medii{
     padding:5rem 0;
     position: relative;
 }

.why-indian-medii .why-bgox {
position: relative;
    border: 1px solid #cccccc70;
    border-radius: 7px;
    padding: 28px 20px;
    box-shadow: 0 8px 15px 0 rgba(5, 5, 5, .05);
    height:100%;
}

.why-indian-medii .why-picttt {
    position: absolute;
    top: -22px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: rgb(240 121 53);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-indian-medii .why-picttt svg {
    width: 28px;
    height: 28px;
    color: #fff;
    stroke-width: 1.4;
    transition: transform 0.28s;
}
.why-indian-medii .why-picttt img {
    filter: brightness(0) invert(1);
}

.why-indian-medii .why-bgox h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 18px 0 10px 0;
}

.why-indian-medii .why-bgox p {
    margin: 0;
}

.why-indian-medii .why-bgox p strong {
    font-weight: 600;
}

.why-indian-medii .row{
    row-gap:47px;
    margin-top: 4rem;
    justify-content: center;
}
.why-indian-medii .section-title{
    margin-bottom:50px
}
.verifii-main-secc {
    padding: 2.5rem 0 0;
    position: relative;
    
}

.verifii-main-secc .duck-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.verifii-main-secc .veri-pictt {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(240, 121, 55, 0.15),
        rgba(240, 121, 55, 0.05)
    );
        flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.verifii-main-secc .veri-pictt svg {
    width: 28px;
    height: 28px;
    color: #f07935;
    stroke-width: 1.7;
    transition: transform 0.28s ease;
}
.verifii-main-secc .veri-pictt img {
    filter: invert(53%) sepia(68%) saturate(594%) hue-rotate(343deg) brightness(95%) contrast(92%);
}
.verifii-main-secc .duck-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.site-footer {
       position: relative;
    padding: 80px 0 10px;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../image/bg/footer-background.webp") no-repeat center / cover;
}

.footer-inner {
    position: relative;
    z-index: 2;
}

.footer-about p {
    color: #fff;
    margin:0;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color:#fff;
}
.footer-contact{
    margin-left: 2rem;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size:15px;
    font-weight:400;
}

.footer-links a:hover {
    padding-left: 5px;
}
.footer-contact p {
    margin-bottom: 8px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-social {
    margin: 15px 0;
}
.footer-social span {
    font-family: "flaticon_normal-icon";
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    margin-right: 8px;
    color: #fff;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #ff5a2c;
}
.footer-hours p {
    font-size: 14px;
    margin: 3px 0;
    color: #fff;
}
.footer-bar {
       margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bar a {
    color: #c7d3d9;
    text-decoration: none;
    font-size: 14px;
}
.footer-bar p{
    color:#c7d3d9;
    font-size: 14px;
    margin:0;
}
.footer-bar a:hover {
    color: #fff;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
    transition: all 0.5s;
    /*padding: 10px 0;*/
    width: 100%;
}

.main-header.sticky {
    position: fixed;
    background: #ffffffcc;
    z-index: 9999;
        transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
        backdrop-filter: blur(8px);
}
@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}

100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.logo img {
    width: 190px;
}
.main-nav .menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.main-nav .menu li {
    position: relative;
}
.main-nav .menu li a {
       text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Onest';
    color: #414141;
}

.main-nav .menu li.active > a {
    color:#f07935;
}

.main-nav .menu li a.our-call{
    color:#fff;
}


.header-right {
    display: flex;
       justify-content: center;
    align-items: center;
    gap: 15px;
}

.mega-dropdown {
    position: relative;
        padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.mega-menu {*/
/*    position: absolute;*/
/*      left: -80px;*/
/*    top: 45px;*/
/*    width: 800px;*/
/*    background: #fff;*/
/*    padding: 35px;*/
/*    border-radius: 20px;*/
/*    box-shadow: 0 25px 70px rgba(0,0,0,0.08);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transform: translateY(20px);*/
/*    transition: all 0.3s ease;*/
/*    z-index: 999;*/
/*}*/
.mega-menu {
    position: absolute;
    left: -250px;
    top: 45px;
    width: 1100px;
    background: #fff;
    padding: 19px;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
}



.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(16px);
}

/*.mega-left {*/
/*    padding-right: 30px;*/
/*}*/


.mega-item {
    display: flex;
    gap: 18px;
    padding: 16px;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.mega-item:hover {
    background: #f5f7f6;
}

.mega-icon {
        width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    background-color: #f3f6f5;
    border-radius: 12px;
    flex-shrink: 0;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


/*.mega-icon svg {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  display: inline-block;*/
/*}*/

/*.mega-item:nth-child(1) .mega-icon {*/
/*    background-image: url('../image/svg/nurses-germany.svg');*/
/*}*/
/*.mega-item.nursing .mega-icon {*/
/*    background-image: url('../image/svg/nurses-germany.svg');*/
/*}*/
/*.mega-item.physio .mega-icon {*/
/*    background-image: url('../image/svg/physicaltherapy.svg');*/
/*}*/
/*.mega-item.medical .mega-icon {*/
/*    background-image: url('../image/svg/medical-technical-roles.svg');*/
/*}*/
/*.mega-item.ot .mega-icon {*/
/*    background-image: url('../image/svg/operation-theatre.svg');*/
/*}*/
/*.mega-item.radiology .mega-icon {*/
/*    background-image: url('../image/svg/radiology-technologis.svg');*/
/*}*/
/*.mega-item.anesthesia .mega-icon {*/
/*    background-image: url('../image/svg/anesthesia.svg');*/
/*}*/


.mega-item .mega-icon img{
    filter: invert(60%) sepia(67%) saturate(2844%) hue-rotate(340deg) brightness(99%) contrast(90%);
}
.mega-content h6 {
   font-size: 13px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #111;
}

.mega-content p {
    font-size: 13px;
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.mega-right img {
    width: 100%;
    border-radius: 20px;
    display: block;
}
.mega-right .our-call{
    width:100%;
    text-align:center;
}

.mega-right .our-call {
    margin-top: 20px;
    display: inline-block;
}

.banner-right-img{
    text-align:right;
}
.banner-right-img img{
    width:100%;
}
.lang-dropdown .flaticon-down-arrow:before{
      content: "\f104";
      top: 6px;
    position: absolute;
    font-size: 14px;
    right: -17px;
}

.lang-toggle,
.lang-option {
    background: none;
    border: none;
    padding: 0;
     position: relative;
    font-size: 14px;
}
.lang-option {
    width: 100%;
    text-align: left;
}
.lang-menu {
    position: absolute;
    top: 73%;
    right: 28px;
    list-style: none;
    background: #fff;
      padding: 0;
    margin: 0;
    overflow: hidden;
    min-width: 115px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}
.lang-menu li {
    padding: 8px 15px;
}
.lang-menu li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.lang-menu li:hover {
    background: #f5f7f6;
}
.lang-dropdown:hover .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.mega-dropdown .flaticon-down-arrow{
  position: absolute;
  
    bottom:15px;
    margin-left: 5px;
}
.main-header .col-lg-8{
    padding-left:0;
}
.whatsappicon {
       position: fixed;
    right: 18px;
    top: 50%;
    z-index: 9999;
}

.login-link {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.login-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #000; 
    transition: width 0.3s ease;
}

.login-link:hover::after {
    width: 100%;
}

.banner-secc-main {
    width: 100%;
    padding: 7.5rem 0 3.5rem;
    position: relative;
    display: grid;
    align-items: center;
    z-index: 1;
    background:#fef6f1;
    background: radial-gradient(circle at left top, #f079355e 0%, #ffffff 30%, #f4e0d4 65%, #fef6f1 100%);
    mask-image: linear-gradient(0deg, transparent 0, #000 10%, #000 90%, transparent) !important;
}

.banner-contates{
    position:relative;
}
.banner-titlsd{
       font-size: 50px;
    font-weight: 600;
    color: #213745;
        margin-bottom: 1.2rem;
        max-width: 450px;
}
.banner-contates p{
    max-width: 450px;
}
.banner-titlsd em{
    font-size:55px;
}
.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
   margin-top: 4rem;
}
.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 34px;
    font-size: 14.5px;
    font-weight: 400;
    color: white;
    background: #f07935;
    border-radius: 8px;
    text-decoration: none;
    transition: all .25s;
    box-shadow: 0 8px 28px rgba(240, 121, 53, .35);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 28px;
    font-size: 14px;
    font-weight: 500;
    color: #213745;
    border: 1.5px solid rgb(33 55 69);
    border-radius: 8px;
    text-decoration: none;
    transition: all .25s;
}
.btn-outline:hover {
    border-color: #f07935;
    color:#f07935;
}
.btn-hero:hover {
    background: #ee681b;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(240, 121, 53, .45);
}
.btn-c {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #ff9a54 0%, #f07935 50%, #d9601a 100%);
    color: white;
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: .01em;
    box-shadow: 0 2px 0 #b04a10, 0 6px 20px rgba(240, 121, 53, .35);
    transition: all 0.2s ease;
    position: relative;
}
.btn-c:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 0 #b04a10, 0 4px 12px rgba(240, 121, 53, .3);
}


.medicza-breadcrumb {
    position: relative;
 background: radial-gradient(circle at left top, #f079355e 0%, #ffffff 30%, #f4e0d4 65%, #fef6f1 100%);
    mask-image: linear-gradient(0deg, transparent 0, #000 10%, #000 90%, transparent) !important;
    padding: 120px 0 80px;
    text-align: center;
   
}



/* Content */
.main-bread-sec {
    position: relative;
    z-index: 1;
}

.main-bread-sec h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Breadcrumb */
.nav-bread {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}



.nav-bread li {
    color: #ddd;
}

.nav-bread li a {
    text-decoration: none;
     color: #000;
}

.nav-bread li.active {
    color: rgb(240 121 53);
    font-weight: 700;
}

.nav-bread li:not(:last-child)::after {
    content: "/";
    margin: 0 0px 0 8px;
    color: #aaa;
}

.sec-logo , .megamenucl-active.sticky .sec-logo {
    display:none;
}

.megamenucl-active .sec-logo {
    display:block;
}

.megamenucl-active .plain-logo {
    display:none;
}

.megamenucl-active.sticky .plain-logo{
     display:block;
}

.megamenucl-active .main-nav .menu li a {
    color: #ffff;
}

.megamenucl-active.sticky .main-nav .menu li a {
    color: #414141;
}


.megamenucl-active .login-link {
    color: #fff;
}

.megamenucl-active.sticky .login-link{
     color: #414141;
}

.intro-sec-main {
    padding:4rem 0;
}

.intro-sec-main .row{
    align-items:center;
}
.intro-sec-main p{
    text-align:justify;
}
/* SECTION */
.why-choose-detail {
    padding:2.5rem 0;
  
}

/* MAIN WRAPPER (THIS CREATES BIG SHAPE) */
.why-choose-detail .row {
    background: #fff;
    border-radius: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    margin-top: 50px;
}

/* CARD */
.main-detail-cnt {
    position: relative;
    text-align: center;
    padding:50px 15px;
    height: 100%;
    border-right: 1px solid #ddd;
    background: transparent;
}

/* REMOVE LAST BORDER */
.col-lg-4:last-child .main-detail-cnt {
    border-right: none;
}


/* ICON */
.icon-cnt {
    width: 90px;
    height: 90px;
    /*background: #0b2c6b;*/
   background: #f07935;
    border-radius: 50%;
    display: flex;
    text-align:center;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.icon-cnt img {
    width: 42px;
    height: 42px;
    filter: invert(100%) sepia(0%) saturate(12%) hue-rotate(297deg) brightness(105%) contrast(105%);
}

/* TITLE */
.content-why h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b2c6b;
    margin-bottom: 15px;
}

/* TEXT */
.content-why p {
      line-height: 1.7;
    margin: 0;
}

/* READ MORE BUTTON */
.content-why {
     margin-top: 30px;
}

/* CARD HOVER */
.main-detail-cnt {
    transition: all 0.4s ease;
}

.main-detail-cnt:hover {
    transform: translateY(-10px);
}

/* ICON HOVER */
.main-detail-cnt .icon-cnt {
    transition: all 0.4s ease;
}

.main-detail-cnt:hover .icon-cnt {
    background: linear-gradient(135deg, #f07935, #ff9a5a);
    box-shadow: 0 10px 25px rgba(240, 121, 53, 0.4);
    transform: scale(1.1);
}

/* ICON IMAGE EFFECT */
.main-detail-cnt:hover .icon-cnt img {
    filter: brightness(0) invert(1);
}

/* TITLE COLOR CHANGE */
.main-detail-cnt:hover h4 {
    color: #f07935;
}

/* TEXT SLIGHT FADE */
.main-detail-cnt:hover p {
    color: #444;
}

/* READ MORE ANIMATION */
.content-why::before {
    transition: all 0.3s ease;
}

.main-detail-cnt:hover .content-why::before {
    background: #f07935;
    transform: translateX(-50%) scale(1.1);
}

.content-why::after {
    transition: all 0.3s ease;
}

.main-detail-cnt:hover .content-why::after {
    color: #f07935;
    letter-spacing: 1px;
}


/* SECTION */
.why-german-sec {
    padding: 2.5rem 0;
}

.course-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */
.german-career {
    padding: 30px;
    transition: 0.3s ease;
    border-top: 1px solid #ccc;
    position: relative;
}

.spread-career img{
    filter: invert(93%) sepia(12%) saturate(0%) hue-rotate(140deg) brightness(88%) contrast(97%);
}

/* ICON */
.german-career .icon {
   display: flex;
    color: #2bb3b1;
    
}

.icon .main-img {
    width:50%;
    border-radius: 5px;
}

/* CONTENT */
.german-career h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1f2a44;
  MARGIN: 25px 0;
}

.german-career p {
    margin-top:15px;
    line-height: 1.6;
    
}

.head-comt {
    position:sticky;
    top:20%;
}

/*elebrity*/
.elegibrity-sec:before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/home/bg-2.jpg) center center / cover no-repeat;
    
}
.main-detail-img img {
    /*border-radius: 20px;*/
    margin-left: 15px;
    text-align:center;
}
.main-detail-img {
    text-align:center;
}
.elegibrity-sec{
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: #f0f1f5;
}

.specialize-card {
    position: relative;
    background: #fff;
    padding: 70px 25px;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease;
}

.specialize-card:hover::after {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 10px;
}

.specialize-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    background-color: #f0793514;
    width: 152px;
    height: 157px;
    display: flex;
    justify-content: end;
    padding: 25px 15px;
    transition: all 0.6s ease-out 0s;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border-radius: 0 10px;
    z-index: 1;
}



.card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.card-icon img {
    width: 40px;
    height: 40px;
}

/* Content */
.card-content h4 {
  font-size:20px;
    max-width: 65%;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.card-content p {
    font-size: 15px;
    color: #666;

    line-height: 1.6;
}



/* CTA Card */
.cta-card {
    background: linear-gradient(135deg, #0b1c2c, #122e46);
    color: #fff;
    border-radius: 15px;
    padding: 40px;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.cta-card span {
    font-size: 14px;
    opacity: 0.8;
}

.cta-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}

.elegibrity-sec .section-title {
    position:relative;
    margin-bottom:40px;
}

.elegibrity-sec .section-title .sec-big-title {
    color:#fff;
}

.cta-card p {
    font-size: 14px;
    margin-bottom: 20px;
}

.cta-card ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.cta-card ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.btn-appoint {
    display: inline-block;
    background: #ff4d4d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
}

.elegibrity-sec .row{
    row-gap:30px;
}

.spread-career {
    width: 50%;
}

.elig-cont-sec {
    padding: 2.5rem 0;
    
}

.elig-card {
   
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
   
    border: 1px solid #eeeeee;
}

.elig-card.main-yellow {
     background: #fffcf4;
}

.elig-card.green{
    background:#ecfafb;
}

.elig-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1d1d1d;
}

.elig-cont-sec .row{
    row-gap:20px;
}
.elig-card p{
    margin:0;
}

.elig-card.purple {
  background: #f4f4ff;
}

.elig-card.orange{
 background:#f0793512;
}

.elig-cont-sec .section-title {
    text-align:center;
    margin-bottom:30px;
}

.medicza-cta-sec {
    padding: 2.5rem 0 4rem;
}

.main-cta-sec {
   background: linear-gradient(135deg, #132030, #1f3a5f);
    border-radius: 30px;
    padding: 80px 20px;
    text-align:center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Decorative shapes */
.main-cta-sec::before,
.main-cta-sec::after {
    content: "";
    position: absolute;
}

.main-cta-sec::before {
    width: 222px;
    height: 400px;
    background: url(../image/svg/cta-shape1.svg);
    /* top: -15px; */
    bottom: 55%;
    left: 18px;
    opacity: 0.1;
}
.main-cta-sec::after {
    background: url(../image/svg/cta-shape2.svg);
    width: 255px;
    height: 250px;
    bottom: -93px;
    right: 5px;
    opacity: 0.2;
}

/* Heading */
.main-cta-sec .section-title .sec-big-title {
   color:#fff;
   font-weight:600;
}

.main-cta-sec h2 span {
    color: #c8f28f;
}

/* Subtext */
.main-cta-sec p {
    font-size: 17px;
    width:90%;
    margin:12px auto 20px;
    color: #fff;
}


.cta-users .count {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #5f5ae6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-left: -10px;
}



.process-detail-sec {
    padding:4rem 0;
  
}



/* RIGHT SIDE */
.process-content {
    position: relative;
    display: flex;
    padding-left: 50px;
    gap: 40px;
    flex-wrap: wrap;
}

/* CARD */
.proc-card-med {
    background: #f0793512;
    border-radius: 24px;
    padding: 25px;
    position: relative;
    width: 91%;
}

.card-inner p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.card-inner span {
    color: #a98df5;
}

/* BUTTON */
.add-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #222;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
}

/* TEXT BELOW */
.proc-text {
    margin-top: 25px;
}

.proc-text h4 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #222;
}

.proc-text p {
    font-size: 17px;
    text-align:center;
    font-weight:600;
    margin:0;
  
}

/* STEPS */
.steps {
    position: absolute;
    right: 0;
    top: 20px;
}

.step {
    width: 45px;
    height: 65px;
    background: #f0793512;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 3.40282e38px;*/
    margin-bottom: 15px;
    font-weight: 600;
    border:0;
    pointer:cursor;
}

.step.active {
    background: #f07935;
    color: #fff;
}

.card-inner {
    position: relative;
    overflow: hidden;
        background: #0b2c6b1a;
    border-radius: 18px;
    padding:10px;
}

/* IMAGE */
.card-inner img {
    width: 100%;
    
    height: auto;
    display: block;
    border-radius: 18px;
    /*margin-top: 30px;*/
    object-fit: cover;
}

/* BOTTOM FADE SHADOW */
.card-inner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px; /* control fade height */
    
    /*background: linear-gradient(*/
    /*    0deg,*/
    /*    #f4efe7 0%,*/
    /*    rgba(244, 239, 231, 0.9) 40%,*/
    /*    rgba(244, 239, 231, 0) 100%*/
    /*);*/

    pointer-events: none;
}


.process-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    width: 1px;
    height: 100%;

    background: linear-gradient(
        to bottom,
        rgba(240, 121, 53, 0) 0%,
        rgba(240, 121, 53, 0.6) 20%,
        rgba(240, 121, 53, 0.6) 80%,
        rgba(240, 121, 53, 0) 100%
    );
}

.process-view {
    position:sticky;
    top:20%;
}




/* CARD SPACING */
.proc-card-med {
    margin-bottom: 20px;
}

/* STEPS FIXED SIDE */
.steps {
    position: sticky;
    top: 120px;
    float: right;
}

/* SECTION */
.talent-employee-sec {
    background: #f0f1f5;
    padding: 4rem 0;
}

/* MAIN WRAPPER */
.main-employ-con {
    position: relative;
}

/* TAB NAV */
.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
}

/* TAB BUTTON (Bootstrap nav-link) */
.tabs .nav-link {
    padding: 15px 22px 33px;
    border-radius: 14px 14px 0 0;
    color: #555;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* ACTIVE TAB */
.tabs .nav-link.active {
    background: #fff;
    color: #222;
}

/* TAB CONTENT BOX */
.tab-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

/* REMOVE YOUR OLD DISPLAY BLOCK (IMPORTANT) */
/* Bootstrap handles this automatically */
.tab-pane {
    animation: fadeIn 0.4s ease;
}

/* IMAGE */
.tab-img {
    width: 100%;
    border-radius: 20px;
}

/* TEXT */
.tab-pane h4 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}
.tab-pane p {
    margin-bottom: 20px;
    line-height: 1.6;
}

/* CHECK LIST */
.check-list {
    list-style: none;
    padding: 0;
}


.tab-content .req-list li {
    color:#000;
    font-size:15px;
    margin-bottom: 12px;
}

/* SMOOTH FADE */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.eli-german-sec {
    padding: 4rem 0;
}


.eli-german-sec .eli-card {
    padding: 35px; 
    border-bottom: 1px solid #eeeeee;; 
    height: 100%;
}
 .eli-german-sec .row .col-lg-6:nth-child(odd) .eli-card {
        border-right: 1px solid #eeeeee;;
    }

    .eli-german-sec .row .col-lg-6:nth-last-child(-n+2) .eli-card {
        border-bottom: none;
    }

    .eli-german-sec.eli-card {
        padding: 25px 15px;
    }
    .eli-german-sec .row .col-lg-6:last-child .eli-card {
        border-bottom: none;
    }
    .eli-german-sec .row .col-lg-6{
        padding:0;
    }
    
.eli-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.eli-card p {
    margin-bottom: 0;
}

/* GRID BORDER EFFECT */
.eligibility-row {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.eligibility-row .col-lg-6 {
    padding: 0;
}

/* BOX */
.eligibility-box {
    display: flex;
    gap: 15px;
    padding: 30px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 100%;
    transition: 0.3s;
}

.eligibility-box:hover {
    background: #fafafa;
}

/* CHECK ICON */
.check {
    color: #22c55e;
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
}

/* TEXT */
.eligibility-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.eligibility-box p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}


.page-banner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #F8FAFC;
    /*padding: 7.25rem 0 3rem;*/
      padding: 8.25rem 0 3rem;
}

.page-banner-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 245px;
    background-color: #ffffff;
    z-index: -1;
}
.page-banner-area .col-lg-9{
    padding-left:0;
}

.page-banner-content .content {
    margin-left: 20px;
    margin-bottom: 30px;
}

.page-banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 22px;
}

.page-banner-content .list {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.page-banner-content .list li {
list-style-type: none;
    position: relative;
 margin-right: 20px;
}

.page-banner-content .content .list li::before {
    position: absolute;
    content: "/";
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: #464646;
    line-height: 1;
    font-size: 15px;
}
.page-banner-content .content .list li:last-child::before {
    display: none;
}
.page-banner-content .list li.active {
    color: rgb(240 121 53);
    font-weight: 600;
}
.page-banner-content .list li a {
    color: inherit;
    text-decoration: none;
}
.page-banner-content .image img {
    width: 100%;
    border-radius: 0 15px 15px 0;
}

/* RIGHT SIDE */
.page-banner-right-content {
    margin-left: 10px;
}

.page-banner-right-content .wrap-image {
    max-width: 270px;
    margin-left: auto;
    margin-bottom:0;
}

.page-banner-right-content .wrap-image img {
    width: 100%;
}

.page-banner-right-content .wrap-content p {
   font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    margin: 0;
    padding-right: 15px;
}

.tabes-sect-medi .row {
  margin-bottom: 3.125rem; 
}
.tabes-sect-medi .row:last-child {
  margin-bottom: 0;
}
.cta-buttons-call{
    display:flex;
    gap:13px;
    align-items:center;
    justify-content:center;
}
.cta-buttons-call .btn-c{
    padding: 9px 19px;
}

.intro-sec-main .verifii-main-secc .duck-box h4 {
    font-size:16px;
}



@media (min-width: 1280px) and (max-width: 1400px) {
    .main-nav .menu {
        gap: 16px;
    }
    
    .main-header{
            max-width: 96%;
    margin: auto;

    }
    .main-nav .menu li a {
            font-size: 14px;
    }
    
    .main-header .container{
        max-width: 96%;
        margin: auto;
    }

}