html, body { scroll-behavior: smooth;}
body{
font-family: 'interface', sans-serif;

font-size: 16px;
color: var(--black-color);
line-height: normal;
background-color: #c9c9c9;
}
:root {
    --main-color : #c9620d;
    --black-color:#2c2c2c;
    --green-color:#a4b63e;

    
    --brand-orange: #e87722;
    --brand-orange-dark: #c9620d;
    --brand-orange-light: #020201;
    --brand-gray: #f4f4f4;
    --brand-text: #2c2c2c;
    --section-title-color: #555;
  }

  .main-box {
    max-width: 900px !important;
    margin: 0 auto;
    padding: 0;
  }
.w-md-48{
    width: 48%;
}
.brand-gradient {
  background-image: linear-gradient(to bottom, #ff9c0d, #ffbd2f);
}
main,
.container { background-color: #fff;}
.w-10{width: 10%;}
hr.w-10{
    border-top: 1px solid #f1c30f;
    margin-top: 1.5rem;
}
.py-6rem{
    padding: 6rem 0;
}
.z-n1{
    z-index: -1;
}
.z-1{
    z-index: 1;
}
.z-2{
    z-index: 2;
}
.bold { font-weight: bold;}
.bg-main { background-color: var(--main-color);}
.main-color { color:  var(--main-color);}
.sub-color { color: var(--green-color) !important; }
.font { font-family:'josefin Sans', sans-serif;} 

.color-portal { color: #ffbc0d;}
.bg-portal { background-color: #ffbc0d;}
.transform-end-l eft {
top: 78%;
left: 50%;
transform: translate(-50%, -50%);
}
.calc100vh-100px{
    height: calc(100vh - 100px);
    margin-top: 100px;
}
.h-90px{
    min-height: 90px;
}
.page-item.active .page-link { background-color: var(--main-color) !important; color: #fff !important; border-color: var(--main-color) !important;}
.page-link { color: var(--main-color) !important;}
/* generated css start */
.site-header {
    border-bottom: 3px solid var(--brand-orange);
  }

  .header-brand {
    padding: 12px 16px;
  }

  .header-brand small {
    display: block;
    font-size: 0.7rem;
    color: #888;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .brand-name {
    font-family: 'Merriweather', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--brand-orange);
    text-decoration: none;
  }

  .header-banner {
    background: linear-gradient(135deg, #d4a35a 0%, #b8860b 40%, #8b6914 70%, #5a4a1a 100%);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
  }

  .header-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .header-banner .tagline {
    font-family: 'Merriweather', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    text-align: center;
    position: relative;
    z-index: 1;
  }

  /* ── Navbar ── */
  .main-nav {
    background-color: var(--brand-orange);
  }

  .main-nav .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 8px 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 3px;
    transition: background 0.2s;
  }

  .main-nav .navbar-nav .nav-link:hover,
  .main-nav .navbar-nav .nav-link.active {
    background: rgba(0,0,0,0.15);
  }

  .main-nav .nav-auth .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 8px 10px;
  }

  .main-nav .nav-auth .nav-link:hover {
    text-decoration: underline;
    background: transparent;
  }

  .main-nav .divider {
    color: rgba(255,255,255,0.5);
    padding: 8px 2px;
  }

  /* ── Section Titles ── */
  .section-title {
    display: flex;
    align-items: center;
    gap: 8px;
 
    font-size: 1rem;
    font-weight: 700;
    color: var(--section-title-color);
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }

  .section-title .title-icon {
    width: 18px;
    height: 18px;
    background: var(--brand-orange);
    border: 3px solid var(--brand-orange-light);
    border-radius: 2px;
    flex-shrink: 0;
  }

  /* ── About Company ── */
  .about-text p {
    text-align: justify;
    line-height: 1.7;
    color: #444;
    margin-bottom: 12px;
  }

  /* ── Current Openings ── */
  .job-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    gap: 10px;
  }

  .job-item:last-child {
    border-bottom: none;
  }

  .job-title {
    font-weight: 700;
    font-size: 0.88rem;
    color: #222;
    margin-bottom: 2px;
  }

  .job-location {
    font-size: 0.78rem;
    color: #888;
    font-style: italic;
  }

  .btn-apply {
    background-color: var(--brand-orange);
    color: #fff;
    border: none;
    padding: 4px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 3px;
    white-space: nowrap;
    transition: background 0.2s, transform 0.1s;
  }

  .btn-apply:hover {
    background-color: var(--brand-orange-dark);
    color: #fff;
    transform: translateY(-1px);
  }

  .view-all-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 8px;
    font-size: 0.82rem;
  }

  .view-all-bar a {
    color: var(--brand-orange);
    text-decoration: none;
    font-weight: 600;
  }

  .view-all-bar a:hover {
    text-decoration: underline;
  }

  /* ── Three Steps ── */
  .steps-box {
    background: #f0f0f0;
    border-radius: 4px;
    padding: 16px 18px;
    margin-top: 20px;
  }

  .steps-box .steps-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
  }

  .step-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .step-item:last-child {
    margin-bottom: 0;
  }

  .step-num {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: var(--brand-orange);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-text {
    font-size: 0.82rem;
    color: #444;
    line-height: 1.5;
  }

  .step-text a {
    color: var(--brand-orange);
    font-weight: 700;
    text-decoration: underline;
  }

  /* ── Main content wrapper ── */
  .main-content {
    padding: 20px 0 30px;
  }

  /* ── Footer ── */
  .site-footer {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 14px 0;
  }

  .footer-copy {
    font-size: 0.78rem;
    color: #888;
  }

  .footer-powered {
    font-size: 0.78rem;
    color: #666;
  }

  .footer-powered .rozee-badge {
    display: inline-block;
    background: var(--brand-orange);
    color: #fff;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 1px 6px;
    border-radius: 2px;
    margin: 0 3px;
    text-decoration: none;
  }

  .footer-powered a {
    color: var(--brand-orange);
    text-decoration: none;
    font-weight: 600;
  }

  /* ── Responsive tweaks ── */
  @media (max-width: 576px) {
    .header-banner .tagline { font-size: 0.92rem; }
    .main-nav .navbar-nav .nav-link { font-size: 0.78rem; padding: 6px 10px; }
  }
/* generated css end */




/*nav.filter{
    background-color: rgb(155, 185, 60, 0.7);
    backdrop-filter: saturate(1) blur(20px);
}
nav.filter1{
    background-color: rgb(155, 185, 60, 0.7);
    backdrop-filter: saturate(1) blur(20px);
}*/

.hmSchBx { position: relative;}
.hmSchBx h1 { font-weight: bold; font-size: 3.5rem; line-height: 3.5rem; }
.hmSchBx .input-group { padding: 24px;    background-color: #fdc10d;}
.hmSchBx .input-group button { background-color: #db0007; color: #fff;}
.hmImg .hmImgBx { position: absolute; top: 0; right: 10px; background-color: #000; width: 70px; aspect-ratio: 1/1; z-index: -1;}
.hmImg { padding: 14px 24px 14px 14px;}


.scHd { font-size: 36px ; font-weight: bold; line-height: 36px; display: block; margin-bottom: 14px;}
.scHd span { color: #fdc10d;}
.values { margin: 0;}
.values [class*='col-'] { padding: 0;}
.values .d-flex { padding: 3rem; background-color: #fff;}
@media (max-width: 690px) {
    .hmSchBx { margin-top: 50px !important; bottom: auto !important;}
    .hmSchBxMobile { margin: 0 !important;}
    .values .text-justify .scHd { text-align: left; font-size: 24px; line-height: 26px;}
    .values .d-flex { padding: 1rem;}
    .JbBx { text-align: center;}
    .hiring  .hd { font-size: 36px; line-height: 36px !important; }
    .hiring img { top: auto !important;}
}
.navbar{
    transition: .4s;
}
nav.filter .navbar-toggler .line{
    /*background-color: #fff;*/
}
nav.filter1 .navbar-toggler .line,
.navbar-toggler .line{
    background-color: #fff !important;
}
.logo-ubank{
    top: 10px;
    bottom: 10px;
    left: 0px;
    right: 0px;
}
.navCustom .navbar-nav {}
.navCustom .navbar-nav a { color:#000; font-size: 17px; font-weight: 400;}
.bg-cover{background-size: cover;}
.schBx { margin-top:284px}
.schBx h1 { font-size:31px; margin:0 0 10px}
.search-job{
    border-radius: 0 !important;
    border: 1px solid #b5babd;
    margin-top: 0;
	box-shadow: unset !important;
}
.search-job::placeholder { color:#999; font-size:16px}
.btn-search{
   
    background-color: #9bb93c;
	border-radius:0 !important;
   
}
.JbSc  { margin-bottom:24px; border:0; background: var(--main-color) url(../../../assets/i/novacare/jobs_bg.jpg) center center no-repeat; background-size: cover;}
.JbSc .nav-tabs { margin-bottom:24px; border:0;}
.JbSc .nav-tabs .nav-item { 
	padding: 0px 0;
	color: #999;
	border-bottom: solid 3px #fff;
	margin-right: 18px;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 20px;
	}
.JbSc .nav-tabs .nav-item.show .nav-link, 
.JbSc .nav-tabs .nav-link.active { border:0; color:#000; border-bottom: solid 3px #9bb93c !important}

.text-primary { color:#034469 !important}
.schBx  .input-group-append .btn, 
.schBx  .input-group-prepend .btn { height:calc(2.5em + 1rem + 2px); border:0  !important; padding: .5rem 1.6rem;}
.schBx  .input-group-lg > .custom-select, 
.schBx  .input-group-lg > .form-control:not(textarea) { height:calc(2.5em + 1rem + 2px) !important }


.JbBx { border-bottom:dashed 1px #dbdbdb; color: #fff; padding-bottom: 8px; display:block; margin-bottom: 10px; border-radius: 0;}
.JbBx [class*='col-'] { border-radius: 0;}
.JbBx a { color: #fff;}
.JbBx .JbBxTxt { padding: .8rem }
.JbBx .btn { border-radius: 0;}
.JbBx:hover { box-shadow:0 0 5px 3px rgba(0,0,0,.1);}

.color-danger, .text-danger { color: #db0007  !important;}
.bg-danger, .btn-danger,  .btn-primary { background-color: var(--main-color) !important;border-color: var(--main-color) !important;;}
/* .JbBx .JbBx-title a { color:#212121 !important}
.JbBx .JbBx-btn a { color:#26226f  !important; }
.JbBx .JbBx-loc { font-size:14px; padding-top:14px}
.JbBx  .JbBx-dsp { color:#333 }
.JbBx:hover  .JbBx-dsp { color:#000 }
.JbBx:hover div a { color:#000 !important}
.JbBx .JbBx-brd hr{ border:0; border-top:solid 1px #dbdbdb; }
.JbBx:hover .JbBx-brd hr{  border-top:solid 1px #999; }
.JbBx .pdt { padding:5px 18px 10px}
.JbBx .pdb { padding:10px 18px 5px} */
.brdBx { border-right:solid 1px #ccc} 
.error { color:#c00}
.abt .bar { position:absolute; right:-10px; width:20px; background-color:#9cba3e; height:150px; top:30%}
.hd { font-size:57px}
.f-light { font-weight:100}
.f-light2 { font-weight:300}
.f-mid { font-weight:300}
.f-mid2 { font-weight:500}
.f-bold { font-weight:700}
.f-bold2 { font-weight:900}
.modal-content .modal-body { padding:2rem}
.jobs-swiper .swiper-slide{
    height: 280px;
}
.jobs-swiper .job-header{
    padding: 30px 24px;
    height: 170px;
}
.jobs-swiper .job-header .jtitle{
    min-height: 75px;
}
.jobs-swiper .job-button{
    height: 110px;
    padding: 30px 30px;
    background-color: #f6f6f6;
    transition: .2s;
}
.jobs-swiper .job-button:hover{
    background-color: #9bb93c;
}
.jobs-swipe .swiper-button-prev:after, .jobs-swipe  .swiper-rtl .swiper-button-next:after,
.jobs-swipe .swiper-button-next:after, .jobs-swipe  .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.jobs-swipe .swiper-button-next, .jobs-swipe .swiper-rtl .swiper-button-prev{
    right: 5.5rem;
}
.jobs-swipe .swiper-button-prev, .jobs-swipe .swiper-rtl .swiper-button-next{
    left: 5.5rem;
    transform: rotate(180deg);
}
@media only screen and (min-width: 1600px) {
    .jobs-swipe .swiper-button-next, .jobs-swipe .swiper-rtl .swiper-button-prev{
        right: 10.5rem;
    }
    .jobs-swipe .swiper-button-prev, .jobs-swipe .swiper-rtl .swiper-button-next{
        left: 10.5rem;
    }
}
@media only screen and (min-width: 1800px) {
    .jobs-swipe .swiper-button-next, .jobs-swipe .swiper-rtl .swiper-button-prev{
        right: 18.5rem;
    }
    .jobs-swipe .swiper-button-prev, .jobs-swipe .swiper-rtl .swiper-button-next{
        left: 18.5rem;
    }
}

.hiring .card{
    min-height: 250px;
    max-width: 350px;
    padding: 20px 24px;
    border-radius: 0 !important;
    z-index: 1;
    border-bottom: 2px solid transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    transition: .4s;
}
.hiring .card:hover{
    box-shadow: 0 10px 30px #00609620 !important;
    z-index: 2;
    border-color: #000 !important;
}
.hiring .card .rounded-circle{
    height: 100px;
    width: 100px;
    box-shadow: 0 3px 16px #00609626 !important;
}
.team .detail{
    color: #fff;
    padding-top: 15px;
    border-top: 1.2px solid #fff !important;
    bottom: 15px;
    left: 30px;
    right: 30px;
    z-index: 1;
    opacity: 0;
    transition: .4s;
}
.team::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #9cb93cd7;
    opacity: 0;
    transition: .4s;
}
.team:hover::after, .team:hover .detail{
    opacity: 1;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-outline-white{
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 25px;
    height: 50px;
}
.text-blue{
    color: #313e47;
}
.bg-xlight{
    background-color: #f2f2f2;
}
.hidden{
    visibility: hidden;
}
.awards .team{
    border: 1px solid #f8f8f8;
    min-width: 200px;
    min-height: 200px;
    transform: scale(1);
    z-index: 1;
    transition: .4s;
	background-color:#fff;
	margin:5px
}
.awards .team:hover{
    transform: scale(1.2);
    z-index: 2;
    background-color: #fff;
}
.awards .team::after {display: none;}
footer{
    background-color: #fff;
    z-index: 99;
    position: relative;
}
.mt-100px{
    margin-top: 100px;
}
.mt-120px{
    margin-top: 120px;
}
.pt-120px{
    padding-top: 120px;
}
.form-control, .selectize-input {
    /*border: 0 !important;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) !important;
}
.form-control.error, .selectize-input.err{
    box-shadow: 0 0 10px rgba(243, 4, 4, 0.8) !important;
}
/*.form-control:focus, .selectize-input:focus {
    box-shadow: 0 0 15px var(--primary) !important;
}
.form-control.error:focus, .selectize-input.err:focus {
    box-shadow: 0 0 10px rgba(243, 4, 4, 0.8) !important;
}*/
.mx-510px{max-width: 510px;width: 100%;}
.mx-890px{max-width: 890px;width: 100%;}
.min-100vh{min-height: 100vh;}
.listingpage{
    min-height: calc(100vh - 192px);
    margin-top: 120px;
    padding-bottom: 0px;
}
.listingpage .border-bottom:last-child{
    border-color: transparent !important;
}
.sectionpage{
    min-height: calc(100vh - 71px);
    padding-top: 120px;
}
.dot {
    width: 4.96px;
    height: 4.96px;
}
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:focus{
    /* -webkit-box-shadow: 0 0 0 30px var(--primaryLight) inset !important; */
}
.w-md-25{
    width: 25%;
}
.w-md-75{
    width: 75%;
}
.searchBlockFields{ transform: scale(1);transition: .4s; ;}
.searchBlockFields:hover{
    transform: scale(1.01);transition: .4s;
    border: 0 !important;
    box-shadow: 0 0 15px rgba(0,0,0,.2) !important; 
    padding-inline:20px !important;
    border-radius: 14px;

}
@media only screen and (max-width: 768px) {
	.navbar-collapse { margin-top:20px}
	nav.filter1 .navbar-toggler .line {
    background-color: #999;
}
    .py-6rem {
        padding: 2rem 0;
    }
    .bg-xlight .font-16{
        font-size: 12px;
    }
    .w-md-48{
        width: 100%;
    }
    .bnr-mob{
        position: relative;
        left: 680px;
    }
    .jobs-swipe .container{
        padding: 0 !important;
    }
    .listingpage{
        min-height: calc(100vh - 283px);
        margin-top: 120px;
        padding-bottom: 0px;
    }
    .sectionpage{
        min-height: calc(100vh - 163px);
        padding-top: 120px;
    }
    .selectize-control.single .selectize-input{
        padding-left: 10px !important;
    }
    .w-md-25{
        width: 100%;
    }
    .w-md-75{
        width: 100%;
    }
}
/* width */
::-webkit-scrollbar {
    width: 0px;
}
  
  /* Track */
  /* ::-webkit-scrollbar-track {
    background: #9bb93c80;
    border-left: 1px solid #9bb93c;
  } */
   
  /* Handle */
  /* ::-webkit-scrollbar-thumb {
    background: #9bb93c20; 
  } */
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #9bb93c; 
  } */

  header {
      animation: padding 140ms ease-in-out;
      padding: 1.5vw 4vw ;
  }
  .nav-social i {
      background-color: var(--main-color);
      color: #fff !important;
      font-size: 12px;
      font-weight: normal !important;
      border-radius: 8px;
      /* margin-left: 14px; */
      aspect-ratio: 1;
      padding: 8px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: -4px;
  }
  .nav-social { padding-left: 0;}
  h5.text-label { color: #666 !important;}
  .hm-cap { 
    font-size: clamp(24px,10vw,72px);
    line-height: clamp(22px,8vw,69px);
    font-weight: 700 !important;
    padding: 0 !important;
    letter-spacing: -3.0px;
    margin-bottom: 40px;
  }
  @media only screen and (min-width: 1450px) {
      /* .container { width: 1450px !important; max-width: 1450px;} */
      .hm_cnt .row>div[class*=col-] {
        /* padding-inline: 45px; */
    }
    .hm_cnt .row { margin-inline: 30px;}
      
  } 

  .hm_sub { font-size: 25px;}
    .hm_cnt p { font-size:17px ; font-weight: 400;}
   
   
    .hm_icons { height: 120px;}


    @media only screen and (max-width: 1200px) {
        
        .hm-cap { 
            font-size: clamp(24px,10vw,60px);
            line-height: clamp(22px,9vw,56px);
         
          }  
    } 


    .grad_btn {
        position: fixed;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        background-image: linear-gradient(to right, var(--green-color), var(--main-color));
        padding: 10px 18px;
        color: #fff !important;
        border-radius: 0 0 8px 8px;
        right: -60px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 14px;
        transition: all 3000ms ease-in-out;
    }
    .grad_btn:hover {
        text-decoration: none;
        background-image: linear-gradient(to right, var(--main-color), var(--green-color));
    }

    .section1 { min-height: 130px;}
    .section2 { min-height: 150px;}
.section3 { font-size: 14px !important;}
    @media only screen and (max-width: 1200px) {
        .search_box_home  .input-group {
            flex-direction: column !important;
        }
        .search_box_home  .input-group .form-control {
            padding: 14px;
            margin-bottom: 8px;
            width: 100%;
        }
        .JbSc { 
            padding-inline: 14px !important;
        }
        .navCustom .navbar-nav a { text-align: center; font-size: 36px;}
    }
    .red { color: red; }