/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'AvenirRegular';
  src: url('/fonts/Avenir\ Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
}


.lermimg-dev-bg {
    padding: 152px;
    background-image: url("/images/leraning-&-dv_bg-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

h2{
    color: #363636;
  font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 53px; /* 132.5% */
}


.process-bg {
    background-image: url("/images/for-companies-process-desk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.process-bg-gredient {

    padding: 30px 0px;
    background: radial-gradient(139.12% 80.54% at 82.81% 19.51%, #E7FBFF 28%, rgba(250, 255, 235, 0.70) 70.5%, #FFF 100%) !important;

}

.learning-banner{
      background-image: url("../images/learning-development-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hire-section {
    background: linear-gradient(270deg, #FFCF3C 0%, #3E4890 54%, #121B5C 100%);
}

.hire-section h2 {
  color: #FFF;
font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 53px; /* 132.5% */
}

.gradient-text-hire {
    background: linear-gradient(90deg, #FFCF3C 31.43%, #FFF 67.27%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 53px;
}

.hire-section p,
.hire-section ul li {
    color: #FFF;
 font-family: 'AvenirRegular';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;

}

.feature-row {
     padding: 55px 0px;
    text-align: center;
}

.section-heading {
   color: #363636;
text-align: center;
  font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 53px; /* 132.5% */
}

.section-heading span {
    color: #444;
    font-weight: normal;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0px;
}

.feature-item {
    padding: 25px;
    text-align: left;
}



.feature-item h4 {
 font-family: "Inter", sans-serif;
color: #121B5C;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.feature-item p {
        margin: auto;
 color: #000;
 font-family: 'AvenirRegular';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;

}

.icon-container {
    gap: 10px;
    display: flex;
}

.hire-box {
    margin: 30px 0px;
    background: linear-gradient(90deg, #0e166c, #796214);
    border-radius: 16px;
    padding: 40px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hire-box .tagline {
    color: #FFF;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 3.6px;
text-transform: uppercase;
}

.hire-box h2 {
    color: #FFF;
font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 53px; /* 132.5% */
}

.hire-box h3{
          font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3em;
}

.cta-button {
   margin: 10px 0px;
    color: #121b5c;
    text-decoration: none;
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
    transition: background 0.3s;
    background: #fff;
    letter-spacing: 1.12px;
    font-family: "Inter", sans-serif;
}

.cta-button:hover {
    background-color: #ffc107;
}

@media (max-width: 768px) {
    .hire-box {
        flex-direction: column;
        text-align: left;
        gap: 20px;
    }

    .hire-box h2 {
        font-size: 22px;
    }

    .cta-button {
        align-self: flex-start;
    }
}

.faq-wrapper {
    display: flex;

}

.faq-left {
    
    
    color: #363636;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 53px; /* 132.5% */
    width: 184px;

    display: flex;
    justify-content: center;
    align-items: flex-start;


    padding-top: 63px;
}

.faq-right {
    flex: 1;
    padding: 40px;
    background: #fff;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.faq-question {
    border: 1px solid #EBEBEB;
    padding: 15px 20px;
    cursor: pointer;
    background: #fdfdfd;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-question:hover,
.faq-question.active {
 font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    color: #fdfdfd;
    background: linear-gradient(270deg, #755B0A 0%, #3E4890 54%, #121B5C 100%);
}

.faq-icon {
    font-size: 1.4rem;
    color: #666;
    transition: transform 0.3s ease;
}

.faq-answer {
    color: #000;
  font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    
    display: none;
    padding: 15px 20px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    animation: fadeIn 0.3s ease;
}

.faq-answer.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .faq-wrapper {
        flex-direction: column;
    }

    .faq-left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #ddd;
        padding: 20px;
        justify-content: flex-start;
    }

    .faq-right {
        padding: 20px;
    }
}

/*blog page css*/
.blog-bg {
    background-image: url("../images/Resources-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;

}

.subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}



.blog-grid {
    margin: 50px 0pc;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}


.blog-grid > div {
    border: 1px solid grey;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 7px 4px 0px 0px rgba(0, 0, 0, 0.15);
    width: calc(33.333% - 27px); 
    box-sizing: border-box;
}


.blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.blog-image {
    height: 200px;
    overflow: hidden;
}


.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.blog-content {
    padding: 1.5rem;
}

.blog-category {
    display: inline-block;
    background-color: var(--accent-color);
    color: white;
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-title {
  color: #666;
font-family: "Inter", sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.blog-excerpt {
   color: #000;
  font-family: 'AvenirRegular';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.read-more:hover {
    
    content: "→";
  background-color: #121b5c !important;
    color: #fff !important;
}

.read-more:hover::after {
 
}

.read-more {
        border-radius: 5px;
    text-decoration: auto;
    display: inline-block;
    margin: 14px 0px;
    border: 1px solid grey;
    padding: 10px;
    color: #666;
     font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;

}

.company-one-mobile{
    display:none;
}

.reviews-mobile{
    display:none;
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .blog-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 2rem;
    }
}



/*revies jov*/
.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 40px 20px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  color: #111;
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.user-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.designation {
  font-size: 14px;
  color: #555;
}

.testimonial-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/*jobseker */
.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 40px 20px;
}


.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.user-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.designation {
  font-size: 14px;
  color: #555;
}

.testimonial-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.cta-yellow {
    color: #121B5C;
  font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.12px;
text-transform: uppercase;
    
}

.popup-form-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 900px;
  width: 95%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup-form h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  
}

.form-row.two-cols .form-group {
  flex: 1 1 48%;
}

.form-group.full {
  width: 100%;
}

.form-group {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  background: #f9f9f9;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 5px;
  outline: none;
  resize: vertical;
}

.form-group label {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.submit-btn {
  background: #FFD233;
  color: #000;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}




/*compnay rev css*/
.company-rev {
    padding: 90px 0px;
    background: radial-gradient(139.12% 80.54% at 82.81% 19.51%, #E7FBFF 28%, rgba(250, 255, 235, 0.70) 70.5%, #FFF 100%);
}

.reviews-bg {
    background-size: cover;
    background-repeat: no-repeat;

    line-height: 1.6;
    background-image: url("../images/for-companies-reviews.jpg")
}

.for-companies-process-desk{
   background-size: cover;
    background-repeat: no-repeat;

    line-height: 1.6;
    background-image: url("../images/for-companies-process-desk.jpg")

}
/*compnay-1-program css*/
.company-one-bg {
    background-size: cover;
    background-repeat: no-repeat;

    line-height: 1.6;
    background-image: url("../images/Forcompanies-Program.jpg")
}

.company-one-sec {
            background-size: cover;
            background-repeat: no-repeat;
            padding: 137px 0;
            line-height: 1.6;
            background-image: url(../images/compny-one.png);
        }

.non-flex{
    flex: 0;
   max-width: 50%;
}

.org{
  background-size: cover;
    background-repeat: no-repeat;
   padding: 150px 0;
    line-height: 1.6;
    background-image: url(../images/orgaisation-banner.png);
}
.company-container {
    padding: 137px 0px;
    display: flex;
    margin: auto;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/*job seeker blog/*/
.jobseeker-blog {

    background-size: cover;
    background-repeat: no-repeat;

    line-height: 1.6;
    background-image: url("../images/Blogs-banner.jpg")
}


/*jobseker-prgm-1/*/
.jobseekers-1-program-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/jobseekers-1-program-banner.jpg")
}


.services-recruitment-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/services-recruitment-banner.jpg")
}

.staffing-box {
    max-width: 800px;
    margin: auto;
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.staffing-box h4 {
    letter-spacing: 2px;
    font-size: 14px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.staffing-box h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.staffing-box p {
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;
}

.staffing-box img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    margin: 0 auto 30px;
    display: block;
}

.staffing-box h5 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    color: #222;
}

.staffing-box ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

.staffing-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #333;
}

.staffing-box ul li::before {
    content: "✔";
    color: #f6b93b;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.staffing-box .note {
    font-size: 15px;
    color: #555;
    text-align: left;
}

.center-align {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-align .label,
.center-align h2,
.center-align p,
.center-align ul,
.center-align .image-side-about {
    margin-bottom: 15px;
}

.center-align .image-side-about img {
    max-width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}




.service-organizational-banner {

    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/service-organizational-banner.jpg")
}

.hroutsourcing-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/hroutsourcing-banner.jpg");
}

.Blog-Desktop-Banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/Blog-Desktop-Banner.jpg");
}



.contact-us {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/contact-us.jpg");
}

.contact-section {
    background: linear-gradient(to bottom right, #e6f7ff, #fdfbe7);
    padding: 60px 20px;
}

.contact {

    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.contact-info {
    line-height: 1.6;
    flex: 50%;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
}

.contact-info p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.contact-info .icon-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.contact-form {
    flex: 1 1 40%;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
}

.contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: inherit;
}

.contact-form button {
    width: 124px;
    background-color: #fff;
    border: 2px solid #000;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        flex: 1 1 100%;
    }
}







.about-slider h1{
    
    color: #363636;
  font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 53px; /* 132.5% */
    
}

.owl-carousel.owl-drag .owl-item{
        width: 386.667px;
    margin-bottom: 25px;
    margin-top:25px;
}

 /*partner logo slider*/

 .brands-wrap {
  padding-top: 45px; 

.carousel {
  background: transparent;
}
.gallery-cell {
  width: 100%; /* half-width */
  height: auto;
  padding: 0 15px; 
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  @media (min-width: 548px) {
    width: 33.3%;
  }
  &.is-selected {
    
  }
  img {
   
    max-width: 150px;
    display: inline-block; 
    transform: scale(0.7);
    
  }
}
.flickity-prev-next-button.previous {
  left: -40px;
 
}
.flickity-prev-next-button.next {
  right: -40px;
}

.brand-carousel {
 margin: 0 60px; /* space for prev/next buttons */
}
.flickity-prev-next-button .arrow {
  fill: rgb(7, 1, 1);
  box-shadow: 0 0 5px black; 
}
.flickity-prev-next-button.no-svg {
  color: white;
}
.flickity-prev-next-button {
  background: transparent;
  &:hover {
    background: transparent; 
  }
}















