
/* ===== Team Slider Custom Styles ===== */
.team-slider .swiper-slide {
    padding: 10px 5px 30px;
}
.team-slider .swiper-wrapper {
    align-items: stretch;
}
.team-slider .team-block {
    height: 100%;
}
.team-pagination {
    text-align: center;
    margin-top: 20px !important;
}
.team-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}
.team-pagination .swiper-pagination-bullet-active {
    background: #FF6B1E;
    width: 24px;
    border-radius: 5px;
}

/* ===== Brand/Partners Section ===== */
.brand-section {
    background: #f8f9fc;
    padding: 60px 0;
}
.brand-section .sec-title {
    margin-bottom: 40px;
}
.brand-box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    min-height: 90px;
    transition: all 0.3s ease;
}
.brand-box-1:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}
.brand-img-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-img-1:last-child {
    display: none;
}
.brand-box-1 img {
    max-height: 55px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}
.brand-box-1:hover img {
    filter: grayscale(0%);
}

/* ===== CUSTOM FIXES ===== */

/* Team slider - uniform box sizes */
.team-slider .swiper-slide {
  height: auto;
}
.team-block .inner-block {
  height: 420px !important;
  overflow: hidden;
}
.team-block .inner-block .image-block {
  height: 100% !important;
  width: 100%;
}
.team-block .inner-block .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Partner logos - proper sizing and centering */
.brand-box-1 {
  height: 120px !important;
  line-height: 120px !important;
}
.brand-box-1 .brand-img-1 {
  padding: 15px 20px;
}
.brand-box-1 .brand-img-1 img {
  max-height: 70px !important;
  max-width: 160px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

/* Service details image */
.service-details-image img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 12px;
}

/* ===== Partner/Brand Section Fix ===== */
.brand-section.section-padding-top {
  padding-top: 80px;
}
.brand-section .sec-title .sub-title {
  color: #7A7A7A;
}
.brand-section .sec-title .title {
  color: var(--headings-color);
}

/* ===== Contact Form Text White ===== */
#contact_form .form-control,
.contact-details .form-control {
  color: #ffffff !important;
}
#contact_form .form-control::placeholder,
.contact-details .form-control::placeholder {
  color: rgba(255,255,255,0.5) !important;
}

/* ===== Careers Page ===== */
.careers-img {
  position: relative;
}
.career-card {
  transition: all 0.3s ease;
}
.career-card:hover {
  border-color: var(--theme-color1) !important;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(255,107,30,0.12);
}
.careers-section select.form-control {
  background-color: transparent;
  color: #fff;
}
.careers-section select.form-control option {
  background-color: #0f0f1a;
  color: #fff;
}

/* ===== Blog Cards consistent height ===== */
.blog-box .inner-box {
  height: 100%;
}

/* ===== Logo Background Removal ===== */
.logo img,
.nav-logo img {
  background: transparent !important;
  background-color: transparent !important;
}

.header-lower .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img {
  background: transparent !important;
  padding: 5px 0;
}

/* Remove any background from parent containers */
.logo,
.nav-logo {
  background: transparent !important;
}

/* Mobile view logo adjustments */
@media (max-width: 768px) {
  .mobile-menu .nav-logo img {
    max-width: 120px !important;
    height: auto !important;
  }
  
  .logo img {
    max-width: 140px !important;
  }
}
