/**
 * @file
 * Subtheme specific CSS.
 */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

* {
  font-family: 'Ubuntu', sans-serif;
}

.btn-primary {
  color: #fff !important;
}

.form-item-phone .iti.iti--allow-dropdown {
  width: 100%;
}

/** Footer **/

footer {
  background: #0A1D3C;
  color: #ffffff;
}

footer .content a, footer .content a.is-active {
  color: #d9dee1;
  text-decoration: none;
}

footer .block {
  border: none;
}

/***************/

/** Home Slider **/

#carouselHomeSlider {
  width: 100%;
}

#carouselHomeSlider .carousel-item img {
  width: 100%;
  height: auto;
  margin: 0;
}

.slider-outer {
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#carouselHomeSlider .carousel-caption {
  position: absolute;
  left: 10%;
  top: 40%;
  right: auto;
  /*bottom: 20%;*/
  /*padding-top: 1.25rem;*/
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  opacity: 0.75;
}

#carouselHomeSlider .carousel-caption h5 {
  background: #0A1D3C;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  font-size: 2.5rem;
}

#carouselHomeSlider .carousel-caption p {
  background: #0A1D3C;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  display: inline-block;
}

/*******************/

/** Home Tools **/

#homePartners .item-partner img {
  width: 100%;
  height: auto;
}

#homeTools .item-tool img {
  width: 100%;
  height: auto;
}

/****************/

.path-frontpage .featured-bottom,
.path-frontpage .featured-top {
  background: #F9F9F9;
}

.path-frontpage #main-wrapper {
  background: #F9F9F9;
}

h2.display-4 {
  color: #7E1812;
}

#block-languagedropdownswitcher .dd-options li a {
  height: 36px !important;
}

#block-languagedropdownswitcher .dd-option-text {
  line-height: 14px !important;
  float: left;
}

#block-languagedropdownswitcher .ddsDefault .dd-selected label {
  line-height: 14px !important;
  float: left;
}

#block-languagedropdownswitcher .ddsDefault .dd-selected {
  height: 36px !important;
  color: #fff;
  background: #7E1812;
}

#block-languagedropdownswitcher .ddsDefault .dd-selected:hover {
  color: #fff;
  cursor: pointer;
}

#block-languagedropdownswitcher .ddsDefault .dd-select {
  background: #7E1812;
  border-color: #7E1812;
  color: #fff;
}

#block-languagedropdownswitcher .ddsDefault .dd-pointer-down {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

#block-languagedropdownswitcher .ddsDefault .dd-pointer-up {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff !important;
}

#block-languagedropdownswitcher .ddsDefault .dd-option .dd-option-text:hover,
#block-languagedropdownswitcher .dd-selected-text:hover {
  cursor: pointer;
}

.region-secondary-menu {
  width: 100%;
}

#block-contactstop .field--name-body {
  display: flex;
}

#navbar-top {
  /*height: 60px;*/
  padding: 0;
}

#block-languagedropdownswitcher fieldset {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  height: 32px;
}

.navbar-brand img {
  max-width: 160px;
  height: auto;
}

#block-languagedropdownswitcher,
#block-contactstop {
  padding-right: 0;
  padding-left: 0;
}

.menu--main .nav-link {
  color: #fff;
  font-weight: 300;
}

.menu--main .nav-link:focus,
.menu--main .nav-link:hover {
  color: #7E1812;
}

/** Sticky header **/


.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar.sticky + .highlighted {
  padding-top: 102px;
}


/*****************/

.menu--main .nav-item .nav-link {
  border-radius: 5px;
  font-size: 1rem;
}

.menu--main .nav-item .nav-link:hover {
  color: #939598;
}

.menu--main .nav-item.active .nav-link {
  color: #fff;
  background-color: #939598;
  display: inline-block;
}

#navbar-top .field--name-body a,
#main a,
#about-triwin a,
.featured-bottom a {
  color: #7E1812;
  text-decoration: none;
}

#about-triwin a.nav-link {
  color: #7E1812;
}

#navbar-top .field--name-body a:hover,
#main a:hover,
#about-triwin a:hover,
.featured-bottom a:hover {
  color: #939598;
}

#lang_dropdown_form_lang-dropdown-form {
  border: none;
  color: #fff;
  border-radius: 3px;
}

#lang_dropdown_form_lang-dropdown-form .form-select {
  border: none;
  color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-left: 5px;
}

#lang_dropdown_form_lang-dropdown-form img.language-icon {
  padding: 0;
  margin-top: -19px;
  margin-left: 10px;
}

.cc-revoke {
  display: none;
}

.dir-nortl {
  direction: ltr;
  text-align: right;
}

#block-contactstop .dir-nortl {
  display: flex;
}

html[dir='rtl'] .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem auto -0.5rem -0.5rem;
}

/*html[dir='rtl'] #block-languagedropdownswitcher {*/
/*  align-items: flex-start !important;*/
/*  margin-left: unset !important;*/
/*}*/

html[dir='rtl'] #block-contactstop {
  /*margin: 0 auto!important;*/
  margin-left: 24px !important;
}

html[dir='rtl'] .region-secondary-menu {
  display: flex;
  justify-content: flex-end;
}

html[dir='rtl'] #carouselHomeSlider .carousel-caption {
  text-align: right;
}

.captcha {
  position: unset;
}

.webform-submission-contact-form .form-check {
  display: inline-block;
}


#navbar-top {
  background-color: #eceef0 !important;
}

#auth-app .nav-link {
  color: #7E1812;
  font-weight: normal !important;
}

#auth-app a {
  color: #7E1812;
  font-weight: normal;
  text-decoration: none;
}

#auth-app a:hover {
  color: #495057;
}

#auth-app .nav-link.active {
  color: #495057;
  font-weight: bold !important;
}

.card-header {
  background: #d9dee1;
}

.card-header .field--name-field-title {
  font-size: 1.3rem;
}

.country {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.display-4 {
  font-size: 2.5rem !important;
}

#edit-lang-dropdown-select-dd-placeholder .dd-option-selected {
  display: none;
}

#about-us {
  padding-top: 60px !important;
}

.navbar.sticky .navbar-brand img {
  max-width: 150px;
  height: auto;
}

#homePartners .item-partner .country-fav img {
  width: 18px;
}

@media (max-width: 576px) {
  #block-contactstop {
    padding-right: 5px !important;
  }

  .form-type-tel {
    width: 100%;
  }

  form .pe-2 {
    padding: 0 !important;
  }


  #carouselHomeSlider .carousel-caption {
    bottom: 10px;
    padding-bottom: 0;
    left: 45px;
    max-width: 300px;
    opacity: 0.85;
  }

  #carouselHomeSlider .carousel-caption h5 {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    max-width: 300px;
  }

  #carouselHomeSlider .carousel-caption p {
    /*background: #939598;*/
    border-radius: 0.25rem;
    padding: 0.5rem 0.5rem;
    font-size: 0.9rem;
  }

  .row.region-secondary-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  #block-contactstop .field--name-body {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    padding-left: 1.5rem;
  }

  .navbar.sticky .navbar-brand img, .navbar-brand img {
    max-width: 150px;
    height: auto;
  }

}

#section-partners, #section-jobs {
  background: #c6cdd1;
}


#accordionJobs .accordion-button::after {
  margin-left: unset;
}

#accordionJobs .accordion-button:not(.collapsed) {
  color: #bf1e2e;
  background-color: #eceef0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#accordionJobs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.job-title {
  font-size: 1.3rem;
}

#section-testimonials {
  background: #fff;
}

#header #navbar-main {
  background-color: #0A1D3C;
}


/* Footer */

/* Üst Kısım */
.akademie-footer-top {
  padding: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.af-col-brand {
  flex: 1 1 300px;
}

.af-col-brand img {
  max-width: 220px;
  margin-bottom: 20px;
  height: auto;
}

.af-col-brand p {
  color: #d1d5db;
  font-size: 14px;
  margin-bottom: 25px;
  max-width: 90%;
}

/* Sosyal Medya İkonları - Siyah Hover Efekti */
.af-social {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.af-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
}

.af-social a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
  /* İkon rengi siyah */
}

.af-social a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.af-col-links {
  flex: 1 1 180px;
}

.af-col-links h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.af-col-links h4 a {
  color: #ffffff;
  text-decoration: none;
}

.af-col-links h4 a:hover {
  color: #9ca3af;
}

.af-col-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.af-col-links ul li {
  margin-bottom: 12px;
}

.af-col-links ul li a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}

.af-col-links ul li a:hover {
  color: #ffffff;
}

/* Kurumsal Alt Kırılımlar İçin Tasarım */
.af-sub-links {
  padding-left: 12px !important;
  margin-top: 8px !important;
  margin-bottom: 4px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.af-sub-links li {
  margin-bottom: 8px !important;
  font-size: 13.5px;
}

/* Orta Kısım: İletişim Bandı */
.akademie-footer-middle {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 40px 0;
  overflow: hidden;
}

.akademie-footer-middle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.akademiebrucke.com/wp-content/uploads/2026/04/World-Map.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 0.08;
  z-index: 1;
}

.af-mid-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.af-mid-section {
  display: flex;
  gap: 30px;
  flex: 1 1 45%;
}

.af-mid-title {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  min-width: 100px;
  flex-shrink: 0;
  padding-top: 2px;
}

.af-mid-data {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.af-data-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.af-data-col p {
  margin: 0;
  color: #d1d5db;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.af-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #9ca3af;
  flex-shrink: 0;
}

/* Alt Kısım */
.akademie-footer-bottom {
  padding: 25px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #9ca3af;
  font-size: 13px;
}

.af-bottom-links {
  display: flex;
  gap: 20px;
}

.af-bottom-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}

.af-bottom-links a:hover {
  color: #ffffff;
}

/* Navbar offcanvas */

#navbar-main .navbar-toggler {
  background-color: #fff;
  border-color: #fff;
}

#carouselHomeSlider {
  z-index: 0;
}


.navbar .offcanvas.offcanvas-end {
  background: rgb(10, 29, 60, 0.8);
}

.navbar .offcanvas.offcanvas-end .offcanvas-header {
  /*background: rgb(10, 29, 60);*/
  height: 70px;
}

.offcanvas-header .btn-close {
  background-color: #fff;
  opacity: 1;
}

.navbar-expand-xl .offcanvas .offcanvas-body{
  justify-content: flex-end;
}


/* Mobil Uyumluluk ve Boşluk Düzenleme */
@media (max-width: 991px) {
  .akademie-footer-top {
    padding: 40px 0 20px;
  }

  .akademie-footer-middle {
    padding: 30px 0;
  }

  .af-mid-content-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .af-mid-section {
    flex-direction: column;
    gap: 10px;
  }

  .af-mid-data {
    gap: 15px;
  }

  .akademie-footer-bottom {
    padding: 20px 0;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .af-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}
