/* Container centers the text */
.custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
}

/* Logo text styling */
.text-logo {
    font-size: 390px;
    font-weight: 700;
    text-align: center;
    color: #fff; /* solid white text */
    line-height: 1;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

/* Highlight for the "I" */
.highlight-i {
    color: #01ACF1; /* solid theme blue fill */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .text-logo {
        font-size: 200px;
        height: 70%;
    }
}

@media (max-width: 768px) {
    .text-logo {
        font-size: 100px;
        height: 70%;
    }
}

@media (max-width: 480px) {
    .text-logo {
        font-size: 60px;
        height: 70%;
    }
}


.brand-wrapper-2 {
    text-align: center; /* centers all inline/inline-block text elements inside */
}

.brand-wrapper-2 h6 {
    display: block;
    padding-top: 40px;
}
.service-section2 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.text-bebe {
    color: #bebebe !important;
}

.badge-gra {
    background: linear-gradient(90deg, #01ACF1 0%, #006A99 100%) !important;
    color: #fff !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

.h6-tx {
    color: white;
    font-weight: 600;
    padding-bottom: 20px;
}
    .career-card {
  background: #1b1b1b;
  padding: 25px 20px;
  border-radius: 14px;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
  color: #fff;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.career-card:hover {
  transform: translateY(-6px);
}

.career-title {
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 15px;
  color: #01ACF1;
}

.career-details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.career-details li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #ccc;
}

.career-details strong {
  color: #fff;
}

/* Share buttons */
.career-share {
  display: flex;
  align-items: center;
  gap: 12px;
}

.career-share span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease;
}

.share-btn:hover {
  transform: scale(1.1);
  color: #000;
}

.share-btn.fb:hover { background: #1877f2; }
.share-btn.tw:hover { background: #1da1f2; }
.share-btn.li:hover { background: #0a66c2; }
.share-btn.wa:hover { background: #25d366; }

    /* Careers Form Styling */
.career-form-wrap {
  background: #1b1b1b;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.3);
  text-align: center;
}

.darkk-bg {
  background: #1b1b1b !important;
  
}

.career-form-wrap .form-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff; /* White text */
  margin-bottom: 10px;
}

.career-form-wrap .form-subtitle {
  font-size: 15px;
  color: #ccc; /* Light gray for subtitle */
  margin-bottom: 25px;
}

.form-field {
  position: relative;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 2px solid #444;
  background: #222;
  color: #fff; /* White text inside fields */
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
}

/* White placeholders */
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #aaa;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #01ACF1;
  background: #2c2c2c;
  color: #fff;
}

/* Resume upload */
.file-upload {
  text-align: left;
}

.file-upload label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #fff; /* White label text */
}

.file-upload input[type="file"] {
  background: #222;
  padding: 12px;
  border-radius: 8px;
  border: 2px dashed #444;
  color: #fff; /* White file text */
  cursor: pointer;
}

.file-upload input[type="file"]:hover {
  border-color: #01ACF1;
  color: #01ACF1;
}

/* Button */
.career-btn {
  background: linear-gradient(90deg, #01ACF1 0%, #006A99 100%) !important;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 35px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.career-btn:hover {
  background: linear-gradient(90deg, #01ACF1 0%, #006A99 100%) !important;
  transform: scale(1.05);
}

.career-btn .icon-1 img,
.career-btn .icon-2 img {
  height: 18px;
}


.job-description-section {
  background: transparent;
  
  border-radius: 16px;
  margin-top: 50px;
 
}

.job-description-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.job-section-title {
  font-size: 18px !important;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #fff; /* yellow accent */
}

.job-overview-text {
  font-size: 16px;
  line-height: 1.7;
  color: #f1f1f1 !important;
  margin-bottom: 25px;
}

.job-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.job-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.job-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #01ACF1;
  font-weight: bold;
}

/* Import a signature-style font */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.fanc {
  font-family: 'Great Vibes', cursive;
  font-size: 28px;
  color: #01ACF1; /* Your theme color */
  letter-spacing: 1px;
  font-weight: 400;
}
