/*
Theme Name: Divintra
Description: A professional staffing & recruitment company website built with Bootstrap 5
Version: 1.0
Author: Divintra Team
*/

/* Custom styles for Divintra theme */
:root {
  --primary-color: #0d6efd;
  --secondary-color: #6c757d;
  --light-gray: #f8f9fa;
  --dark-gray: #343a40;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}
/* ================================
   NAVBAR STYLES
   ================================ */

/* Navbar container */
.navbar {
  background-color: #000000; /* Primary Bootstrap blue */
  padding: 12px 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Brand/logo */
.navbar-brand {
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.navbar-brand:hover {
  color: #ffc107 !important; /* Yellow on hover */
}

/* Menu list alignment */
.navbar-nav {
  margin-left: auto;
  gap: 10px;
}

/* Navbar links */
.navbar-nav .nav-link {
  /* color: #fff !important; */
  color: var(--secondary-color) !important;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform: capitalize; /* "about" -> "About" */
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  color: #ffc107 !important;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

a {
  color: #000000;
  /* color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); */
  text-decoration: underline;
  text-decoration: none;
  /* font-size: 1.2rem; */
}
.navbar-nav a {
  /* background-color: #343a40; */
  /* color: #000000; */
  color: var(--secondary-color);
  font-weight: 600;
  /* text-decoration: underline; */
  text-decoration: none;
  font-size: 1.2rem;
}
/* Active / Current menu item */
.navbar-nav .current-menu-item > a,
.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: var(--primary-color) 2px solid;
}

/* Hamburger menu (toggler button) */
.navbar-toggler {
  border: none;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  /* filter: invert(100%);  Make icon white */
}

/* Mobile view dropdown */
@media (max-width: 991px) {
  .navbar-nav {
    /* background: #0d6efd; */
    padding: 15px;
    border-radius: 8px;
  }
  .navbar-nav .nav-link {
    display: block;
    margin: 6px 0;
    text-align: center;
  }
}

.custom-logo {
    /* max-height: 32px; */
    /* max-width: 32px; */
    object-fit: contain;
}

.hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
  color: white;
  padding: 100px 0;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-section .lead {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.btn-hero {
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  margin: 10px;
  transition: all 0.3s ease;
}

.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.section-padding {
  padding: 80px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-gray);
  margin-bottom: 3rem;
  text-align: center;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.company-logos {
  background: var(--light-gray);
  padding: 60px 0;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  align-items: center;
}

.logo-placeholder {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: var(--secondary-color);
  font-weight: 600;
}

.contact-form {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.footer {
  background: var(--dark-gray);
  color: white;
  padding: 60px 0 30px;
}

.footer h5 {
  color: var(--primary-color);
  margin-bottom: 20px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--primary-color);
}

.footer span {
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease;
}

.footer i {
  font-size: 12px;
}

.footer img {
    /* max-height: 60px; */
    max-height: 40px;
    /* filter: invert(100%) brightness(200%) contrast(100%); */
    /* filter: invert(23%) sepia(94%) saturate(3927%) hue-rotate(230deg) brightness(96%) contrast(93%); */
    filter: invert(23%) sepia(94%) saturate(3927%) hue-rotate(214deg) brightness(96%) contrast(93%);
}

@media (max-width: 768px) {
    .footer img {
        max-height: 45px;
    }
}

#logoCarousel img {
    width: 120px;   
    height: 60px;   
    /* max-height: 40px; */
    object-fit: contain;
    display: block;
    /* background-color: #0056b3; */
}

@media (max-width: 768px) {
    #logoCarousel img {
        width: 90px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    #logoCarousel img {
        width: 70px;
        height: 35px;
    }
}


.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: white;
  color: var(--primary-color);
  transform: translateY(-3px);
}
.socialnew a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  background: white;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 5px;
  border: var(--primary-color) 1px solid;
  transition: all 0.3s ease;
}
.socialnew a i {
  margin: 0;
}
.socialnew a:hover {
  background: white;
  color: var(--primary-color);
  transform: translateY(-3px);
}

.socialicons {
  display: inline-block;
  width: 40px;
  height: 40px;
  /* background: var(--primary-color); */
  background: white;
  color: var(--primary-color);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
}

.socialicons :hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-3px);
}

.about-section {
  padding: 60px 0;
}

.industry-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.industry-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.map-container {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-info {
  background: var(--light-gray);
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}

.contact-info h5 {
  color: var(--primary-color);
  margin-bottom: 20px;
}

.contact-info i {
  color: var(--primary-color);
  margin-right: 10px;
  width: 20px;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .hero-section .lead {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .btn-hero {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
