@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');

/*font-family: 'Red Rose', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*font-family: 'DM Sans', sans-serif;*/

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;

}

.navbar-nav .nav-link.active {
  background: #000;
  color: #fff !important;
}

a {
    text-decoration: none;
}

.page-top-head-section{
    padding: 40px 0;
}

.page-top-head-section2{
    padding: 40px 0 20px 0;
}

.subject-body-section{
    padding-bottom: 50px;
}

.page-top-head-section, .subject-body-section, .divider-section, .page-top-head-section2{
    background-color: #F7F7F7;
}

.joblist {
    display: flex;
    background-color: #fff;
    list-style: none;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    padding: 21px;
    border-radius: 22px;
    margin-bottom: 20px;
    align-items: center;
}

.job-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 9px;
}

.location1{
    list-style: none;
    display: flex;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 3px;
}

.location1 li {
    padding-right: 15px;
}

.location1 li span {
    padding-right: 10px;
}

.joblist .liquid {
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    width: 144px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 13px 10px;
    transition: all 0.3s ease-out;
}

.joblist .liquid:hover {
    background-color: #fff;
    color: #000;

}

.joblist .liquid i {
    font-size: 14px;
    padding-right: 2px;
}

.page-top-ul{
    list-style: none;
    padding-left: 0;

}

.heading-name1{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pera1{
    font-size: 16px;
    width: 75%;
}

.about-text{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.divider-line{
    background-color: #ebebeb;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
}

.email-bold{
    border: 1px solid #000;
    padding: 9px 25px;
    border-radius: 100px;
    margin-top: 20px;
}

.email-bold-section{
    padding-top: 20px;
}

.about-text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.about-pera {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
  max-width: 100%;
}
.about-text-heading{
	font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}
.subject-body-text ul {
  list-style: disc !important;
  margin-left: 20px !important;
  padding-left: 20px !important;
}

.subject-body-text li {
  display: list-item !important;
  list-style: disc;
  line-height: 30px;
}

.subject-body-text ul li::marker {
  color: #000;
}

/* === HEADER ROW (Breadcrumbs + Filters) === */
.page-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}


/* Filter Bar */
.blog-filter-bar {
  display: flex;
  align-items: center;
  gap: 14px;
}


/* Search */
.filter-search {
  position: relative;
}

.filter-search input {
  width: 280px;
  height: 44px;
  padding: 0 44px 0 16px;
  background: #F5F7FB;
  border: 1px solid #CBD3E3;
  border-radius: 8px;
  font-size: 14px;
  color: #1C1F2A;
}

.filter-search input::placeholder {
  color: #8E96A8;
}

.filter-search .search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%238E96A8' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}


/* Dropdowns */
.filter-dropdown {
  position: relative;
}

.filter-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  height: 44px;
  min-width: 180px;
  max-width: 200px;
  padding: 0 44px 0 16px;
  background: #F5F7FB;
  border: 1px solid #CBD3E3;
  border-radius: 8px;
  font-size: 14px;
  color: #1C1F2A;
  cursor: pointer;
}

/* Custom arrow */
.filter-dropdown::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238E96A8' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.filter-search input:focus,
.filter-dropdown select:focus {
  outline: none;
  border-color: #9AA4BF;
  background: #FFFFFF;
}

/* Force visible checkbox tick */
#custom-contact-form .form-check-input {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
    accent-color: #ffffff; /* white tick */
    background-color: transparent;
    border: 2px solid #ffffff !important;
}

/* When checked — white background with dark tick OR accent color */
#custom-contact-form .form-check-input:checked {
    accent-color: #ffffff;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}


.grid {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.left {
  color: #fff;
  width: 100%;
}

.left h5 {
  text-align: center;
  margin-bottom: 24px;
}

.right {
  width: 100%;
  background-image: url("../images/right-bg.png");
  min-height: 100%;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.chat-card {
  background: #202120;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  max-width: 100%;
  border: 3px solid #313131;
}

.chat-card p {

  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 120% !important;
  letter-spacing: 0% !important;
  color: #B1B1B1 !important;
  padding: 14px 0 20px 0;
  width: 350px;
  margin: auto;
}


.chat-card h3 {
  font-weight: 800 !important;
  font-size: 28px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: #FFFFFF !important;
  width: 200px;
  margin: auto;
  padding-top: 20px;
}

.chat-card img {
  width: 300px;
  margin-top: -25px;
}

.robot img {
  width: 200px;
  padding-left: 20px;
}

.chat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000 !important;
  border-radius: 30px;
  padding: 10px 35px;
  border: 1px solid #767676;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

.robot video {
  width: 160px;
  margin-top: 20px;
  pointer-events: none;
}

.robot-visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* === MOBILE FIX === */
@media (max-width: 992px) {
  .page-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .blog-filter-bar {
    width: 100%;
    flex-wrap: wrap;
  }

  .filter-search input,
  .filter-dropdown select {
    width: 100%;
  }
  .grid {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .main-about-box {
    padding: 20px;
  }
  .about-text {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
.chat-card img {
    width: 215px;
    margin-top: -15px;
  }

  .robot img {
    width: 150px;
  }
}

@media (max-width: 527px) {
    .joblist {
        align-items: center;
        flex-direction: column;
    }

    .location1 {
        justify-content: space-evenly;
        margin-bottom: 8px;
    }

    .job-name {
        text-align: center;
    }

    .pera1 {
    width: 100%;
}
}

@media (max-width: 420px) {
  .left h5 {
    width: 290px !important;
    font-size: 14px !important;
  }
}

