@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
.secondary-font{
    font-family: "Montserrat", sans-serif;
    font-size: 115%;;
}
.bannerlayer{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.bannercontent{
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 0;
    right: 0;
    padding-bottom: 24px;
}
.bannercontent h2{
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}
.bannercontent p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.text-success{
    color: #006332 !important;
}
.evp-card{
    position: relative;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    background-position: center;
}

.evp-card::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(rgb(0 0 0 / 2%), rgb(0 0 0 / 65%))
}

.evp-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.evp-content h2{
    color: #ffffff;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 4px 12px rgba(0,0,0,0.4);
    text-decoration: none;
}
.counter-number {
    font-weight: 400;
    font-size: 52px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    transition: none;
}
.home-counter-section{
    background-size: cover;
    background-position: center;
}
.text-12{
    font-size: 12px;
}
.home-counter-section .container{
    position: relative;
    z-index: 9;
}
.directormessage{
    padding: 80px;
    border-radius: 30px;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.directormessage:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #c7dad1;
    opacity: .92;
}
.directormessagecontent{
    position: relative;
    z-index: 9;
} 
.dirImg{
    width: 100%;
    aspect-ratio: 3 / 3.5;
    object-fit: cover;
    border-radius: 20px;
}
.directormessagecontent p{
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 30px;
}

.testimonial-card{
    background:#fff;
    border-radius:16px;
    padding:28px 26px 26px;
    box-shadow:0 5px 5px rgba(0,0,0,0.08);
    height:100%;
    margin: 10px;
    border: 1px solid #f9f9f9;
    min-height: 310px;
}
.stars{
    color:#ffc107;
    font-size:18px;
    margin-bottom:14px;
}
.testimonial-text{
    color:#4a5568;
    font-size:15px;
    line-height:1.7;
    margin-bottom:22px;
    font-style: italic;
}
.author{
    display:flex;
    align-items:center;
    gap:12px;
}
.author img{
    width:46px !important;
    height:46px !important;
    border-radius:50%;
    object-fit:cover;
}
.author h5{
    margin: 0;
    font-size: 20px;
    color: #1a202c;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.author span{
    font-size:13px;
    color:#718096;
}

/* Dots style */
.testimonial-section .owl-theme .owl-dots .owl-dot span{
    width:30px;
    height:10px;
    margin:5px;
    background:#cbd5e0;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span{
    background:#008236;
}
.arrowBtn{
    display: flex;
    gap: 10px;
}
.arrowBtn img{
    width: 25px;
    object-fit: contain;
}
.layerBg{
    background:#F4FAF7;
}
.blockPanelcontent{
    max-width: 640px;
    padding: 150px 60px;
    min-height: 600px;
    display: flex;
    align-items: left;
}
.secService{
    background-size: cover;
    background-position:  right;
    position: relative;
}
.secService .container{
    position: relative;
    z-index: 9;
}
.servSeclayer{
        position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #006332;
    opacity: .95;
    z-index: 1;
}
.boxServ{
    padding: 30px;
    border-radius: 15px;
    color: #fff;
    background: #ffffff30;
}
.boxServ h2{
    font-size: 32px;
    margin-bottom: 20px;
}
.boxServ p{
    margin-bottom: 10px;
}
.galSlide img{
    aspect-ratio: 6 / 5;
    object-fit: cover;
}
.galSlide .owl-prev span{
    color: transparent;
    min-width: 60px;
    background-image: url(../images/left-arrow.png);
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    border: 2px solid #178d48;
    border-radius: 30px;
}
.galSlide .owl-next span{
    color: transparent;
    min-width: 60px;
    background-image: url(../images/right-arrow.png);
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    border: 2px solid #178d48;
    border-radius: 30px;
}
.galSlide .owl-nav{
        position: absolute;
    top: -100px;
    right: 200px;
    margin: 0;
}
.galSlide .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.jobsrchform .form-control{
        min-height: 45px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #cfcfcf69;
    color: #fff;
    filter: brightness(0) invert(1);
        border-color: #ffffff91;
}
.jobsrchform .srchbtn{
    min-height: 45px;
    background-color: #006332;
    color: #fff;
    border-radius: 30px;
    border:1px solid #006332;
    font-size: 14px;
    min-width: 105px;
}
.job-card {
    background: #f1f8f4;        
    border-radius: 20px;
    padding: 30px;
    transition: 0.3s;
        border: 1px solid #0082361A;
        height: 100%;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.category {
    color: #2e9e4f;
    font-weight: 600;
}

.description {
    color: #555;
    font-size: 0.95rem;
}

.location, .job-type {
    color: #555;
    font-size: 0.9rem;
}

.apply-link {
    color: #1aa233;
    font-weight: 600;
    text-decoration: none;
}

.apply-link:hover {
    text-decoration: underline;
}
.fw-semibold{
    font-weight: 600;
}
.applyform label{
    font-size: 15px;
    margin-bottom: 5px;
    color: #364153;
    font-weight: 500;
}
.applyform .form-control{
    min-height: 46px;
    font-size: 15px;
}
.upload-box {
    border: 1px solid #D1D5DC;
    border-radius: 8px;
    background: #F9FAFB;
    position: relative;
    cursor: pointer;
    transition: .2s;
}

.upload-box:hover {
    border-color: #9eb2c0;
}
.upload-icon {
    font-size: 50px;
    color: #9aa7b5;
    margin-bottom: 10px;
}
.upload-text {
    color: #1a9b3f;
    font-weight: 600;
    cursor: pointer;
}
.file-note {
    color: #7b8894;
    font-size: 0.9rem;
}
.file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.cancelbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-height: 50px;
    border: 2px solid #D1D5DC;
    color: #000;
    padding: 0 30px;
    border-radius: 6px;
    font-weight: 600;
}
.appysubmit{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-height: 50px;
    border: 2px solid #D1D5DC;
    color: #fff;
    padding: 0 30px;
    border-radius: 6px;
    font-weight: 600;
    background: #0D542B;
    border-color:#0D542B ;
background: linear-gradient(0deg, rgba(13, 84, 43, 1) 0%, rgba(0, 130, 54, 1) 100%);
}
.valuesBox{
    padding: 30px;
    border-radius: 10px;
    background-color: #0082361A;
    height: 100%;
}
.valueicon img{
    height: 70px;
}
.valueicon{
    margin-bottom: 15px;
}
.valuesBox h2{
    font-size: 26px;
    color: #0A0A0A;
}
.valuesBox p{
    font-size: 15px;
}
.benifitsBox{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    height: 100%;
}
.iconbenifit{
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: #DCFCE7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008236;
    font-size: 18px;
}
.benifitsBox h5{
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.benifitsBox p{
    font-size: 14px;
}
.imgpasson img{
    aspect-ratio: 6 / 4;
    object-fit: cover;
    width: 100%;
}
.passonbox{
    height: 100%;
}
.passonbox p{
    font-size: 14px;
}
.rolePanle{
    background-color: #008236;
    color: #fff;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}
.submitResume{
    min-height: 50px;
    background-color: #fff;
    color: #016630;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    width: 250px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
@media(max-width:991px){
    .applyjobpnl .border-start{
        border: 0 !important;
    }
    .evp-content h2{
        font-size: 25px;
    }
    .evp-card{
        height: 250px;
    }
    .directormessagecontent p{
        font-size: 20px;
    }
    .directormessage{
        padding: 40px;
    }
    .bannercontent h2{
        font-size: 40px;
    }
    .bannercontent p{
        font-size: 17px;
    }
    .innerbanner .hero-image{
        height: 320px;
        max-height: inherit;
    }
    .innerbanner .banner-image {
        object-fit: cover;
    }
    .dirImg{
        width: 200px;
    }
    .counter-number{
        font-size: 38px;
        line-height: 1.3;
    }
    .blockPanelcontent{
       margin: auto;
           padding: 50px 15px;
           min-height: auto;
    }
    .galSlide .owl-nav{
        position: relative;
        top: 0;
        right: 0;
        margin-top: 30px;
    }
}
@media (max-width: 768px) {

  /* Banner */
  .bannercontent {
    padding-bottom: 16px;
    text-align: left;
  }

  .bannercontent h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .bannercontent p {
    font-size: 16px;
  }

  /* EVP Cards */
  .evp-card {
    height: 220px;
  }

  .evp-content h2 {
    font-size: 24px;
  }

  /* Counters */
  .counter-number {
    font-size: 34px;
    line-height: 1.2;
  }

  /* Director Message */
  .directormessage {
    padding: 32px 24px;
  }

  .directormessagecontent p {
    font-size: 20px;
  }

  .dirImg {
    max-width: 220px;
    margin: 0 auto 20px;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 22px;
    min-height: auto;
  }

  .author h5 {
    font-size: 18px;
  }

  /* Service Section */
  .blockPanelcontent {
    padding: 40px 20px;
    min-height: auto;
    text-align: left;
  }

  .boxServ h2 {
    font-size: 26px;
  }

  /* Gallery Arrows */
  .galSlide .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
    justify-content: center;
  }

  /* Job Cards */
  .job-card {
    padding: 24px;
  }

  /* Benefits */
  .benifitsBox {
    flex-direction: column;
    gap: 12px;
  }

  .iconbenifit {
    width: 42px;
    height: 42px;
  }
}

@media(max-width:575px){
    .boxServ h2{
        font-size: 25px;
    }
    .directormessage{
        padding: 25px;
    }
    .evp-card{
        height: 220px;
    }
    .bannercontent h2 {
        font-size: 32px;
    }
    .bannercontent p {
        font-size: 15px;
        margin-bottom: 0px !important;
    }

    .contact-left h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .applyform label {
        font-size: 12px;
    }

    
}

@media (max-width: 480px) {

  /* Banner */
  .bannercontent h2 {
    font-size: 24px;
  }

  .bannercontent p {
    font-size: 14px;
  }

  /* EVP */
  .evp-card {
    height: 200px;
  }

  .evp-content h2 {
    font-size: 20px;
  }

  /* Director Message */
  .directormessage {
    padding: 20px;
    border-radius: 20px;
  }

  .directormessagecontent p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* Testimonials */
  .testimonial-text {
    font-size: 14px;
  }

  /* Forms */
  .applyform .form-control {
    font-size: 14px;
    min-height: 44px;
  }

  .jobsrchform .form-control,
  .jobsrchform .srchbtn {
    min-height: 36px;
    font-size: 12px;
  }

  /* Buttons */
  .cancelbtn,
  .appysubmit,
  .submitResume {
    min-height: 44px;
    font-size: 14px;
    width: 100%;
  }

  /* Values */
  .valuesBox h2 {
    font-size: 22px;
  }

  .valuesBox p {
    font-size: 14px;
  }

  /* Headings */
  .applyjobpnl h2.fs-1 {
    font-size: 24px;
  }

  .applyjobpnl p.fw-semibold {
    font-size: 15px;
    margin-bottom: 20px;
  }

  /* Lists */
  .applyjobpnl ul li {
    font-size: 13.5px;
  }

  /* Upload box */
  .upload-box {
    padding: 20px !important;
  }

  /* Checkbox text */
  .applyjobpnl label {
    font-size: 13px;
    line-height: 1.4;
  }

  /* Buttons full width */
  .cancelbtn,
  .appysubmit {
    width: 100%;
  }
}
