html[lang="ar"] {
    direction: rtl;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.wd-bnr-area{
    width: 100%;
    padding: 3rem 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.wd-bnr-area h1{
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
.wd-bnr-area p{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.wd-cmn-btn {
    padding: 10px 25px;
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    border-radius: 9px;
    display: flex;
    text-align: center;
    gap: 10px;
    width: fit-content;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
}
.wd-cmn-btn:hover svg path{
    stroke: #a5c5e5;
}
.wd-white-btn{
    padding: 10px 30px;
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    border-radius: 9px;
    display: inline-block;
    text-align: center;
    width: fit-content;
    font-weight: bold;
    font-size: 15px;
}

.wd-pc-bg{
    padding: 64px 100px;
}
.wd-pc-bg h2{
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.wd-pc-bg img{
    width: 600px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.default-lr-button{
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 22px;
    cursor: pointer;
    display: block;
    width: fit-content;
}

.wd-pc-bg p{
    width: 70%;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.wd-pc-bg p.wd-pc-p{
    font-weight: bold;
    margin: 0 auto 32px;
}

.wd-pc-bg a.default-lr-button{
    margin: 0 auto;
    font-weight: bold;
    min-width: 160px;
}

.wd-search-job{
    padding: 64px 100px;
    position: relative;
}
.wd-search-job img{
    width: 420px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.wd-job-txt p{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}
.wd-main-title{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.wd-main-title h2{
    font-weight: bold;
    font-size: 36px;
}

.heading-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.wd-search-job ul{
    list-style: disc;
    padding: 0 15px;
}
.wd-search-job ul li{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.wd-loop-cv{
    background: #f5f5f5;
    padding: 30px 10px;
    position: relative;
    border-radius: 18px;
}

.wd-loop-area h2{
    font-weight: bold;
    font-size: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: normal;
}
.wd-loop-cv p{
    font-weight: bold;
    margin-bottom: 2rem;
}
.wd-cv-work{
    padding: 64px 0;
    position: relative;
}
.wd-cv-txt{
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.wd-cv-work ul{
    margin: 64px 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.wd-cv-work ul li{
    width: 100%;
}
.wd-step-box{
    text-align: center;
    position: relative;
}
.wd-step-box span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 16px;
}
.wd-step-box p{
    font-size: 16px;
    margin: 0;
}
.wd-brdr{
    border-top: 3px solid rgb(84 84 84 / 30%);
    width: 100%;
    display: block;
    margin: 25px 0;
}
.autoapply-flex {
    display: flex;
    gap: 20px;              /* space between cards */
    flex-wrap: wrap;        /* stack on smaller screens */
}

.wd-work-step {
    flex: 1;                /* all equal width */
    min-width: 280px;       /* responsive breakpoint (stacks if smaller) */
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.wd-work-step img {
    height: 72px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.wd-work-step h3 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 1rem;
}

.wd-work-step p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 1rem;
    flex-grow: 1; /* pushes button to bottom */
}

.wd-work-step a.default-lr-button {
    margin: 0 auto;
    margin-top: auto; /* keeps it stuck to bottom */
    width: 220px;
}
/* FAQs */
.wd-review-points{
    margin-top: 40px;
    position: relative;
}

.wd-faq-blog{
    margin-bottom: 3rem;
}

.wd-faq-area .card-header{
    cursor: pointer;
    border-bottom: none;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wd-faq-area .card-header .title {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    margin: 0;
}
.wd-faq-area .card-header .accicon {
    float: right;
    padding: 0 5px;
}
.wd-faq-area .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(90deg);
}
.wd-faq-area .card-header:not(.collapsed) .rotate-icon path{
    stroke: #1a1a1a;
}
.wd-faq-area .card{
    margin-bottom: 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
}
.wd-faq-area .card:last-child{
    border-bottom: 0 !important;
    margin-bottom: 0;
}
.wd-faq-area .card-body{
    padding: 12px 0 0; 
}
.wd-faq-area .card-body p{
    margin: 0;
    font-size: 14px;
}
.rotate-icon{
    width: 8px;
    height: 16px;
}

.lang_ar .rotate-icon{
    transform: rotate(180deg);
}
/*  faqs [END] */
/* -------------Free Review Service ------------- */
.wd-review-points ul{
    margin-bottom: 30px;
}
.wd-review-points ul li{
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.wd-review-points ul li span{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 158, 255, 0.15);
    color: #a5c5e5;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50%;
}
/* how it works */
.number_listing {
    margin-bottom: 50px;
    position: relative;
}
.number_listing:before {
    content: "";
    background: rgba(157, 157, 157, 0.50);
    display: block;
    width: 70%;
    height: 2px;
    margin: 20px auto;
    position: absolute;
    left: 0;
    right: 0;
}
.number_listing span {
    background: #E4E4E4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #424242;
    font-weight: 500;
    font-size: 20px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    border: 1px solid transparent;
}
.number_listing span:hover, .list_hover{
    background: #C9EAFF !important;
    border: 1px solid #a5c5e5 !important;
    color: #a5c5e5 !important;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s; 
}
.work_blog{
    background: #FFFFFF;
    border: 1px solid rgba(188, 188, 188, 0.5);
    border-radius: 25px;
    padding: 25px 20px 30px;
    text-align: center;
    display: block;
    height: 100%;
}
.wd-mb-15{
    margin-bottom: 15px;
}
.result_hover,
.work_blog:hover{
    border: 1px solid #a5c5e5;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08);
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.work_blog img{
    margin-bottom: 15px;
}
.work_blog h4{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.work_blog p{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 30px;
}
/* search job */
.wd-search-job-area{
    padding: 36px 0 70px;
    position: relative;
}
.wd-search-job-area h4{
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.wd-search-link h5{
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.wd-search-link ul{
    list-style: none;
}
.wd-search-link ul li a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.wd-search-link ul li a:hover{
    color: #a5c5e5;
}
/* review plan */
.wd-resume-blog{
    padding: 70px 0;
}
.wd-benefit-box{
    padding: 30px 16px 35px;
    background: #FFFFFF;
    border-width: 1px 1px 5px 1px;
    border-style: solid;
    border-color: #BCBCBC;
    border-radius: 10px;
    text-align: center;
    display: block;
    height: 100%;
}
.wd-benefit-box:hover{
    border-color: #a5c5e5;
}
.wd-benefit-box img{
    height: 70px;
    object-fit: contain;
    margin-bottom: 25px;
}
.wd-benefit-box h4{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.wd-benefit-box:hover h4{
    color: #a5c5e5;
}
.wd-benefit-box p{
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}
.wd-mb-30{
    margin-bottom: 30px;
}
.wd-mt-50{
    margin-top: 50px;
}
.wd-package-area{
    position: relative;
    padding: 0 0 70px;
}
.wd-pkg-bg{
    background: rgba(0, 158, 255, 0.2);
    height: 360px;
}
.wd-pkg-plan{
    margin: -290px 0 0;
}
.wd-pkg-box{
    background: #FFFFFF;
    border-width: 8px 1px 1px 1px;
    border-style: solid;
    border-radius: 14px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 25px 15px 30px;
}
.first-plan{
    border-color: #327CA4;
}
.second-plan{
    border-color: #EE1D52;
}
.third-plan{
    border-color: #0F9638;
}
.wd-icon{
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}
.wd-pkg-box h4{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.wd-pkg-box span strike, .wd-recruit-area span strike{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #FF0000;
    display: block;
}
.wd-pkg-box .prize-plan, .wd-recruit-area .prize-plan{
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
}
.wd-recruit-area span strike, .wd-recruit-area .prize-plan{
    text-align: left;
}
.wd-pkg-box p{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.wd-brdr{
    border: 1px solid #C9C9C9;
}
.wd-pkg-box ul li, .wd-grid-two ul li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
}
.wd-pkg-box a{
    min-width: 188px;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    padding: 11px 24px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    border: 1px solid transparent;
    width: fit-content;
    border-radius: 9px;
}
.wd-pkg-box a:hover{
    background: transparent;
    border: 1px solid;
}
.hire-btn{
    background: #a5c5e5;
    border-color: #a5c5e5;
}
.hire-btn:hover{
    color: #a5c5e5;
}
.intervw-btn{
    background: #EE1D52;
    border-color: #EE1D52;
}
.intervw-btn:hover{
    color: #EE1D52;
}
.upload-btn{
    background: #0F9638;
    border-color: #0F9638; 
}
.upload-btn:hover{
    color: #0F9638;
}
.wd-rvrs-recruit{
    background: #E2E2E2;
    padding: 70px 0;
}
.wd-grid-two{
    max-width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
    padding: 0;
    margin: 0 0 30px;
}
.wd-grid-two ul li{
    color:#1a1a1a;
}
.wd-grid-two ul li svg{
    min-width: 10%;
}
.wd-recruit-area h3{
    font-weight: bold;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.wd-recruit-area p{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 12px;
}
.wd-rvrs-btn-grp{
    display: flex;
    align-items: center;
    gap: 30px;
}
.wd-ordr-btn{
    padding: 10px 25px;
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    box-shadow: 0px 4px 4px rgba(0, 158, 255, 0.25);
    border-radius: 9px;
    display: inline-block;
    width: fit-content;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    min-width: 150px;
    text-align: center;
}
.wd-ordr-btn:hover{
    background: transparent;
    color: #a5c5e5;
}
.wd-black-btn{
    padding: 10px 25px;
    background: #292929;
    border: 1px solid #292929;
    box-shadow: 0px 4px 4px rgba(41, 41, 41, 0.25);
    border-radius: 9px;
    display: inline-block;
    width: fit-content;
    font-weight: bold;
    font-size: 15px;
    min-width: 150px;
    color: #FFFFFF;
    text-align: center;
}
.wd-black-btn:hover{
    background: transparent;
    color: #292929;
}

.why-drjob-s h2{
    margin-bottom: 1.5rem;
}
.why-drjob-s p{
    font-size: 16px;
    margin-bottom: 3rem;
}
/*---------Arabic Section [ START ]---------*/
/* header */
html[lang="ar"] header .navbar .menu .menu-item:last-child::before{right: 0; left: unset;}
html[lang="ar"] header .navbar .menu-item a span svg {margin-right: 10px;margin-left: 0;}
/* html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6, html[lang="ar"] span, html[lang="ar"] p, html[lang="ar"] small, html[lang="ar"] b, html[lang="ar"] strong, html[lang="ar"] ul{text-align: right;} */
/* automate job */
/* html[lang="ar"] .wd-work-step{text-align: right;} */
/* html[lang="ar"] .wd-cmn-btn, html[lang="ar"] .wd-white-btn{margin: unset;} */
html[lang="ar"] .wd-recruit-area span strike, html[lang="ar"] .wd-recruit-area .prize-plan{text-align: right;}
html[lang="ar"] .wd-benefit-box{text-align: right;}


.career_hero {
  padding: 64px 0;
}

.career_hero__headings {
  margin: 0 auto 32px;
  text-align: center;
  padding: 0 16px;
}

.career_hero__headings h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 10px;
}

.career_hero__headings p {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

.career_hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 0 78px;
}

.career_hero_heading{
    font-size: 30px;
    font-weight: bold;
}

.career_hero__left,
.career_hero__right {
  flex: 1 1 50%;
}


.career_hero__left p {
  margin-bottom: 1rem;
}

.career_hero__hiredby {
  margin-top: 18px;
}

.career_hero__hiredby span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 3.5rem;
}

.career_hero__logos {
    display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;   /* allow wrapping */
  gap: 22px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.career_hero__logos img {
  height: 22px;
  width: auto;
}


.career_hero__cta{
    margin-top: 2rem;
}

.career_hero__cta .default-lr-button{
    margin: 0 auto;
    width: 175px;
    text-align: center;
}

.career_hero__right .career_hero__mock {
    position: relative;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
}

.career_hero__right img {
  width: 600px;
    max-width: 100%;
  height: auto;
  object-fit: contain;
}

.career_hero_s_padding{
    font-weight: bold;
}
/*---------Arabic Section [ END ]---------*/
/* ================================ Responsive [START]=============================================== */
@media only screen and (max-width: 991px) 
{	
    #desktop {display: none;}
    #responsive_menu {display: block;}
    header .navbar .menu .menu-item:last-child::before{display: none;}
	header .navbar {padding: 20px 0;margin: 0 auto;}	
	header .navbar #nav:checked ~ .wrapper {width: 100%;background: #00000080;opacity: 1;display: flex;align-items: flex-end;flex-direction: column;z-index: 99;height: 100%;transition: all 0.3s ease;}
	header .navbar .wrapper {position: fixed;top: 0;right:0;bottom: 0; width: 0;height: unset;z-index: -1;opacity: 0;background: #d1dee7;transition: all 0.3s ease;}
	header .navbar .wrapper .menu {display: none;}
	header .navbar .wrapper .menu-item {width: 100%;text-align: left;padding: 12px 25px;margin-bottom: 0px;}	
	header .navbar .wrapper .menu-item:first-child a {justify-content: flex-end;font-size: 22px;font-weight: bold;}
	header .navbar .wrapper .menu-item:nth-child(1) a {transition-delay: 0.2s;}
	header .navbar .wrapper .menu-item:nth-child(2) a {transition-delay: 0.3s;}
	header .navbar .wrapper .menu-item:nth-child(3) a {transition-delay: 0.4s;}
	header .navbar .wrapper .menu-item:nth-child(4) a {transition-delay: 0.5s;}
	header .navbar .wrapper .menu-item:not(:first-child) {margin-left: 0;}
	header .navbar .wrapper .menu-item a {opacity: 0;transform: translateX(-20px);transition: all 0.3s ease-in-out;display: flex;align-items: center;padding: 0;}
	header .navbar .nav-toggle {display: block;cursor: pointer;z-index: 999;margin-bottom: 0;position: relative;}
	header .navbar .nav-toggle span {display: block;width: 22px;height: 2px;background: #141C28;border-radius: 2px;margin-left: 14px;}
	header .navbar .nav-toggle span:nth-child(2) {margin: 5px 0;opacity: 1;width: 18px;margin-left: auto;}	
	header .navbar #nav:checked + .nav-toggle {
		position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    background: transparent;
	    border-radius: 0;
	    width: 20%;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-flow: column;
	}
	header .navbar .wrapper .menu-item a span {display: flex;align-items: center;justify-content: space-between; width: 100%;color: #424242;}
	header .navbar .wrapper .menu-item a span svg path {fill: #a5c5e5;}
	header .navbar #nav:checked + .nav-toggle span{display: none;}
    header .navbar #nav:checked ~ .wrapper .menu {
	    background: #fff;
	    box-shadow: 0px -3px 14px 0px #00000040;
	    width: 80%;
	    margin-right: auto;
	    height: 100%;
	    position: relative;
        display: block;
	}	
	header .navbar #nav:checked ~ .wrapper .menu-item a {opacity: 1;transform: translateX(0);}
    header .navbar .menu-item a img{display: none;}
	header #accordionExample {
	    padding: 0px 15px;
	    border-top: 1px solid #cccccc5e;
	    margin-top: 10px;
	}
	header #accordionExample li {
	    padding: 10px 0 0px;
	}
	header #accordionExample .megamenu_full_block ul {
	    padding: 0px 20px;
	}
	.log_links a {
	    font-size: 14px !important;
	    color: #493b3b !important;
	    font-weight:  400 !important;
	}
	.megamenu_full_block{background: transparent;height: auto;}	
	

	#res_logo{display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;}
    footer{padding: 30px 0;}    
	.footer_social{justify-content: flex-start;margin-top: 1rem;}
	.sitemap_links{justify-content: flex-start;margin-top: 0.5rem;}	
	.active_blog svg {transform: rotate(180deg);}
    footer .row div:nth-child(2){padding-left: 15px;}
    footer .row div:first-child{margin-bottom: 1rem;}

	/*arabic css*/
	html[lang="ar"] header .navbar #nav:checked ~ .wrapper .menu{margin-left: auto;margin-right: unset;}
	html[lang="ar"] header .navbar #nav:checked + .nav-toggle{left: 0;right: unset;}
	html[lang="ar"] header .navbar .menu .menu-item:first-child:after, html[lang="ar"] header .navbar .menu .menu-item:nth-child(3):after, html[lang="ar"] header .navbar .menu .menu-item:nth-child(5):after{display: none;}
    

}

/* responsive */
@media (max-width: 991px)
{
    /*automate job  */
    br{display: none;}
	.wd-job-img{margin-bottom: 20px;}
    .wd-bnr-area, .wd-loop-cv{padding: 50px 10px;}
    .wd-main-title, .wd-recruit-area h3{font-size: 30px;}
    .wd-bnr-area p{font-size: 15px; margin-bottom: 20px;}
    .wd-job-txt p{font-size: 14px; margin-bottom: 12px;}
    .wd-loop-area h2{font-size: 30px;}
    .wd-cv-work ul li:nth-child(even){display: none;}
    .wd-step-box p, .wd-work-step p, .wd-search-job ul li, .wd-cv-txt, .wd-ordr-btn, .wd-black-btn{font-size: 14px;}
    .wd-step-box span{width: 36px;height: 36px;font-size: 16px;}
    .wd-work-step{padding: 20px 15px; margin-bottom: 20px;}
    .wd-work-step h3{font-size: 20px;}
    .wd-faq-area .card-header .title{font-size: 16px;}
    .wd-faq-area .card{padding: 0 0 15px;}
    .wd-pkg-box h4, .wd-pkg-box p, .wd-work-step h3, .wd-pkg-box, .wd-work-step img, .wd-recruit-img img{margin-bottom: 15px;}
    /*  Review plan  */
    .wd-benefit-box img{height: 50px; margin-bottom: 15px;}
    .wd-pkg-bg{height: 280px;}
    .wd-pkg-plan {margin: -245px 0 0;}
    .wd-pkg-box span strike, .wd-recruit-area span strike{font-size: 18px;}
    .wd-pkg-box .prize-plan, .wd-recruit-area .prize-plan{font-size: 34px; margin-bottom: 15px;}
    .wd-brdr{margin: 15px 0;}
    .wd-pkg-box ul li svg, .wd-grid-two ul li svg{width: 20px; height: 21px;}
    .wd-pkg-box a{padding: 9px 24px;}
    .wd-grid-two{margin: 0 0 20px;}
    .wd-rvrs-btn-grp{justify-content: center;}
    .wd-search-job-area h4{font-size: 20px; margin-bottom: 15px;}
    /* Free CV   */
    .wd-review-points ul li{font-size: 15px; margin-bottom: 12px;}
    .wd-review-points ul li span{width: 25px; height: 25px; font-size: 14px;}
    .number_listing{margin-bottom: 30px;}

}

@media screen and (max-width:768px) {
    .wd-main-title h2{
        font-size: 24px;
    }
}

@media (max-width: 767px)
{
    .wd-loop-area{display: block;}
    .wd-loop-area{text-align: center;}
    .wd-loop-area .wd-white-btn{margin: 0 auto;}
    .wd-cmn-btn, .wd-white-btn{padding: 8px 24px;}
}


@media (max-width: 576px)
{
    .career_hero__logos {
        justify-content: center;  /* center logos on small screens */
        gap: 14px;                /* smaller gap for mobile */
        margin-bottom: 16px;
    }

    .career_hero__logos img {
        height: 18px; /* scale logos down slightly */
    }
    .wd-search-job img{
        width: 90%;
    }
    .career_hero{
        padding: 32px 0;
    }
    .why-drjob-s h2{
        font-size: 22px;
    }
    .career_hero_heading {
    font-size: 18px;
  }
  
    .career_hero__headings h2 {
    font-size: 22px;
  }
      .career_hero__row {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0 16px; /* smaller padding for mobile */
  }

  .career_hero__left,
  .career_hero__right {
    flex: 1 1 100%;
    width: 100%;
  }

  .career_hero__right img {
    width: 100%;
    height: auto;
  }

    .page-container, .full-page-container{
        padding: 0 1rem;
    }
    .wd-cv-work{
        padding: 32px 0;
    }
    .wd-cv-work ul{margin: 30px 0;}
    .wd-bnr-area{
        padding: 2.5rem 0 2.5rem;
    }
    .wd-pc-bg{
        padding: 3rem 0;
    }
    .wd-pc-bg p{
        width: 100%;
    }
    .wd-search-job{
        padding: 32px 0;
    }
    .wd-pc-bg img{
        width: 100%;
        height: 100%;
    }
    .heading-title{
        font-size: 20px;
    }
    .wd-main-title, .wd-loop-area h2, .wd-recruit-area h3{font-size: 22px;}
    .wd-cv-work ul{flex-flow: column;}
    /*  footer   */
    .wd-horz-ftr-link{gap: 25px;}
    .wd-horz-ftr-link li a{font-size: 14px;}
    /*  Review plan   */
    .wd-grid-two{grid-template-columns: repeat(1, 1fr); grid-gap: 0px;}
}

@media screen and (min-width: 576px) and (max-width: 768px) and (orientation: portrait) {
  /* iPad mini / small tablets in portrait */
    .career_hero__logos {
    justify-content: center;  /* center logos on small screens */
    gap: 14px;                /* smaller gap for mobile */
    margin-bottom: 16px;
  }

  .career_hero__logos img {
    height: 18px; /* scale logos down slightly */
  }
  .career_hero__headings h2 {
    font-size: 26px;
  }
  .career_hero_heading {
    font-size: 22px;
  }
 
   .career_hero__row {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px; /* smaller padding for mobile */
  }

  .career_hero__left,
  .career_hero__right {
    flex: 1 1 100%;
    width: 100%;
  }

  .career_hero__right img {
    width: 450px;
    height: auto;
  }


 
  .wd-pc-bg, .wd-search-job {
        padding: 3rem 50px;
    }
    .wd-pc-bg img{
        width: 400px;
    }
    .wd-work-step{
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
  /* iPad Air (portrait) */
  .career_hero__headings h2 {
    font-size: 28px;
  }
  .career_hero_heading {
    font-size: 24px;
  }
  .career_hero__row {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px; /* smaller padding for mobile */
  }
  .career_hero__right img {
    width: 480px;
  }
  .wd-pc-bg, .wd-search-job {
    padding: 3rem 50px;
}
.wd-pc-bg img{
        width: 400px;
    }
    .wd-work-step{
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width: 821px) and (max-width: 834px) and (orientation: portrait) {
  /* iPad Pro 11" (portrait) */
  .wd-pc-bg img{
        width: 400px;
    }
     .career_hero_heading {
    font-size: 26px;
  }
  .career_hero__headings h2 {
    font-size: 30px;
  }
  .career_hero__row {
    gap: 24px;
    padding: 0 16px; /* smaller padding for mobile */
  }
   .career_hero__right img {
    width: 500px;
  }
}
  
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  /* iPad Pro 12.9" and large tablets (portrait) */
  .wd-pc-bg img{
        width: 400px;
    }
     .career_hero__headings h2 {
    font-size: 32px;
  }
   .career_hero_heading {
    font-size: 28px;
  }
   .career_hero__right img {
    width: 550px;
  }
  .career_hero__row {
    gap: 24px;
    padding: 0 16px; /* smaller padding for mobile */
  }
}

/* ================================ Responsive [END]=============================================== */
.text-center{
    text-align: center;
}