.fa-heart::before {
  color: red;
}

.main-menu ul > li > a {
  margin-right: 0px !important;
}

@media screen and (min-width: 1200px) {
  .head-top {
    margin-top: 78px !important;
  }

  .head-down {
    margin-bottom: 78px !important;
  }

  .main-menu ul > li.has-dropdown a {
    padding-right: 20px !important;
  }
}

.grid-container-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Default to a single column */
  gap: 30px;
  margin: 170px auto;
  max-width: 1000px;
}

@media (min-width: 768px) {
  .grid-container-1 {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on larger screens */
  }
}

@media (max-width: 768px) {
  header .logo {
    padding: 10px 0px;
    width: 300px !important;
  }
}

@media (min-width: 1024px) {
  .grid-container-1 {
    grid-template-columns: repeat(
      2,
      1fr
    ); /* 3 columns on even larger screens */
  }
}

.space-sec {
  gap: 12rem !important;
}

.grid-item-1 {
  text-align: center;
  border-radius: 10px;
  border: 3px solid #fb6300;
  padding: 20px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}

.circle-icon {
  display: flex;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: -40px auto 0 auto;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 3px solid #fb6300;
}

.circle-icon img {
  width: 80%;
  height: auto;
}

h3 {
  margin-bottom: 10px;
}

/* cool hover effect */
.grid-item-1:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* lift up effect */
.grid-item-1:hover {
  transform: translateY(-5px);
}

.grid-item-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.grid-item-1:hover::before {
  opacity: 1;
}

.alert-success {
  color: #fff !important;
  background-color: #fb6300 !important;
  border-color: #fff !important;
}

.modal-title {
  color: #fff !important;
}

.main-menu ul > li > ul {
  width: 380px !important;
}

.tj-body.tj-con {
  padding-bottom: 90px;
}

.tj-body.tj-mail {
  padding-bottom: 58px;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fb6300;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #fb6300;
}
/* mobile-menu-start */
.hamburger_menu .mean-nav ul li a {
  color: #040404;
}

.hamburger_bottom .contact_info .info_list li .item_inner .text a {
  color: #000000;
}

.hamburger_bottom .contact_info .title {
  color: #000000;
}

.hamburger_bg {
  background-color: #ffffff;
}

.hamburger_bottom .socials ul li a {
  color: #fb6300;
}

.hamburger_close_btn {
  color: #000;
}

@media (max-width: 575px) {
  .hamburger_logo {
    max-width: 215px;
  }
}

.hamburger_bottom .socials {
  padding-top: 10px;
}
/* mobile-menu-end */

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fb6300;
}

.portfolio-item .item {
  padding-bottom: 30px !important;
}

.down-top {
  padding: 10px;
  background-color: #fb6300;
  border-radius: 2px;
  margin-top: 20px;
  color: #fff;
}

a:is(:link, :active, :visited).active {
  color: #fb6300;
}

.career-button {
  background-color: #fb6300;
  padding: 16px;
}
