/* Colors */

.fdi-main-black-bg {
  background-color: #1b1d27 !important;
}

.fdi-deep-black-bg {
  background-color: #070e1d !important;
}

.fdi-blue-color {
  color: #03bdff !important;
}

/* Spacing */
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
h1,h2,h3,h4,h5,h6 {
  color: #03bdff;
}

/* Styles */
.fdi-header-top-bar .top-bar-item {
  position: relative;
}

/* Header */
.fdi-header-top-bar .top-bar-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 5px;
  bottom: 0;
  width: 1px; /* Çizginin kalınlığı */
  height: 70%;
  background-color: #5c83db; /* Çizginin rengi */
}
.navbar-stick:not(.navbar-dark) {
  background: #070e1d;
}

.fdi-nav-list {
  gap: 2rem;
}

.fdi-nav-list a {
  color: #fff;
}

/* Banner */

.c-hero__video {
  width: 100%;
  height: 700px;
  -o-object-fit: fill;
  object-fit: fill;
  object-position: top;
}

.c-hero__video-container {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.c-hero__video-container::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(7, 14, 29, 0.25) 0%, rgba(7, 14, 29, 0.7) 100%), linear-gradient(to top, #070f1e 30%, rgba(7, 15, 30, 0.4) 90%);
}
.text-blue {
  color: #133890 !important;
}

.search {
  background-color: #445267;
  padding: 4px;
  border-radius: 5px;
  opacity: 0.5;
  border: 1px solid #dbdde1;
}

.search input {
  background-color: #445267;
  pointer-events: auto;
}

.search-1 {
  position: relative;
  width: 100%;
  opacity: 0.6;
}

.search-1 input {
  height: 45px;
  border: none;
  width: 100%;
  padding-left: 34px;
  padding-right: 10px;
  border-right: 2px solid #eee;
}

.search-1 input:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}

.search-1 i {
  position: absolute;
  top: 12px;
  left: 5px;
  font-size: 24px;
  color: #eee;
}

::placeholder {
  color: #fff;
}

.search-2 {
  position: relative;
  width: 100%;
}

.search-2 input {
  height: 45px;
  border: none;
  width: 100%;
  padding-left: 18px;
  padding-right: 100px;
}

.search-2 input:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}

.search-2 i {
  position: absolute;
  right: 1px;
  top: 0px;
  border: none;
  height: 45px;
  color: #fff;
  width: 90px;
  border-radius: 4px;
}
.custom-about-us h1 {
  letter-spacing: 10px;
  text-align: center;
}

.custom-services h1 {
  text-align: center;
}

.custom-innovation h1 {
  color: #fff;
  text-align: center;
  font-size: 68px;
}

.custom-about-us p,
.custom-services p,
.custom-innovation p {
  text-align: center;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #fff;
}

.section-title {
  text-align: center;
}

.section-title h1 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}

.custom-card {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/card-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
}
.fdi-motion-cards {
  position: relative;
  background-position: center;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease, background-image 0.5s ease;
}
.fdi-motion-cards:hover {
  transform: scale(1.1);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/motion-cards.jpg");
}

.fdi-motion-cards .card-body {
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: flex-end;
}

.card-content {
  position: relative;
  z-index: 1; /* İçeriğin üstte görünmesini sağlıyoruz */
}

.fdi-motion-cards .card-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 250px;
  max-width: 90%;
}

.fdi-motion-cards:hover .card-text {
  opacity: 1;
}

.card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #03bdff;
}

.divider {
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}
.divider::after {
  background: #03bdff;
  height: 1px;
}

.card-text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.news-card .card-title {
  font-size: 18px;
}
.news-card .card-text {
  font-size: 15px;
}

.arrow-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #03bdff;
  background-color: rgba(0, 0, 0, 0.4);
}

.arrow-icon {
  font-size: 24px;
  color: #03bdff;
  cursor: pointer;
}

.fdi-video-thumbnail img {
  max-height: 500px;
  object-fit: cover;
}

.fdi-custom-form input,
.fdi-custom-form textarea {
  background-color: transparent;
  border: 1px solid #03bdff;
}
.fdi-custom-form label {
  color: #fff;
  font-weight: 100;
}
.home-link-item {
  position: relative;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.home-link-image {
  height: 300px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.home-link-item .overlay-item {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.home-link-item .overlay-text img {
  height: 50px;
}
.home-link-item .overlay-text {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  flex-direction: column;
  gap: 10px;
  font-weight: 600;
}
.home-link-item:hover .overlay-item {
  background: rgba(0, 0, 0, 0.3);
}

.footer-logo {
  height: 150px;
}

.footer-main-widget {
  border-right: 1px solid #03bdff;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.breadcrumb-list .breadcrumb-item {
  color: #fff;
}

.sticky-accordion {
  position: sticky;
  top: 90px;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.fdi-tab-list ul {
  list-style: disc;
}
.fdi-detail-section .card-header button {
  font-size: 36px;
  font-weight: 700;
}

.fdi-detail-section .fdi-tab-content {
  color: #fff;
}

.fdi-detail-section .card-body p,
.fdi-detail-section li a {
  color: #fff;
}

.fdi-tab-content {
  border-left: 1px solid #03bdff;
  padding-left: 15px;
}

.fdi-tab-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #03bdff;
  margin-top: 25px;
}

.fdi-tab-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #03bdff;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.fdi-tab-content p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fdi-tab-content ul {
  padding-left: 0.7rem;
}
.fdi-tab-content ul li {
  color: #fff;
}

.fdi-tab-content .custom-card {
  border: 1px solid #03bdff;
  height: 200px;
  border-radius: 16px;
}
.accordion-wrapper .card-header button.collapsed {
  color: #fff;
}
.single-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #03bdff;
}
.single-img {
  max-height: 400px;
  width: auto;
  object-fit: cover;
}
.left-menu-acc a.active {
    color: #3f78e0;
}
.navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
  color: #fff;
}
button.hamburger span, button.hamburger:after, button.hamburger:before {
  color: #fff;
}


.search-result {
  background-color: #1e1e1e;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 1.5rem;
  transition: background-color 0.3s ease;
  position: relative;
}
.search-result:hover {
  background-color: #2a2a2a;
}
.search-link {
  color: #0d6efd;
  text-decoration: none;
}
.search-link:hover {
  text-decoration: underline;
}
.search-result .result-category{
  position: absolute;
  top: 0;
  right: 20px;
}
.search-input{
  color: #fff;
}

/* MediaQueries */
@media (min-width: 992px) {
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
        background: #1b1d27;
    }
}
@media (max-width: 992px) {
  .footer-main-widget {
    border-right: none;
  }
  .fdi-nav .dropdown .inner-nav-item {
    list-style: disc;
  }
  .fdi-nav .dropdown .inner-nav-item::marker {
    color: #fff;
  }
  .fdi-nav .dropdown .inner-nav-item a.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: normal;
    word-break: break-word; 
    font-size: 13px;
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu.inner-dropdown-menu {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .fdi-header-top-bar .top-bar-item::after {
    display: none;
  }
  .search-1 input {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .search-2 i {
    left: 4px;
  }

  .search-2 input {
    padding-left: 34px;
  }

  .search-2 button {
    height: 37px;
    top: 5px;
  }
  .footer-logo {
    height: 100px;
  }
}
