a {
  text-decoration: none !important;
}
.our-logo {
  height: 60px;
  width: auto;
}
.opened {
  opacity: 1;
}
.open-now {
  display: block !important;
  opacity: 0.9 !important;
}
.closed {
  display: block !important;
  opacity: 1 !important;
}
.container {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 30px auto;
}
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.col-md-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-md-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-md-12 {
  flex: 0 0 auto;
  width: 100%;
}
.pb-10 {
  padding-bottom: 10px;
}
.map-box-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-box {
  padding: 20px;
  box-shadow: 0 0 20px #0000003d;
  border-radius: 15px;
  margin: 10px;
}
.text-center {
  text-align: center;
}
.team-box {
  padding: 15px;
  box-shadow: 0 0 20px #00000025;
  margin: 10px 0;
  border-radius: 10px;
}
.team-table {
  width: 100%;
  border-collapse: collapse;
}
.team-table th {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.team-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.container-fluid {
  padding: 0;
}

.two-col-wrapper .tc-text {
  min-height: 550px;
}
.two-col-wrapper .col-12 {
  background-repeat: no-repeat;
  background-size: cover;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .two-col-wrapper .order-one {
    order: 0;
  }
}
.tc-text-inner {
  padding: 60px;
}
hgroup {
  display: block;
  unicode-bidi: isolate;
}
.tc-text-inner .kicker {
  margin-bottom: 0;
}
.kicker {
  color: #2a2a2a;
}
.kicker {
  color: #000000;
  display: inline-block;
  font-family: Barlow, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.10938rem;
  line-height: 1;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
}
.kicker {
  text-transform: uppercase;
}
.kicker:before {
  background-color: #03d;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 25px;
}
.tc-text-inner h2 {
  color: #03d;
  margin-top: 25px;
}

.team-profile {
  padding: 20px;
  box-shadow: 0 0 28px #00000047;
  margin: 50px;
  border-radius: 15px;
}
.team-pic-box img {
  width: 240px;
  border-radius: 15px;
  box-shadow: 4px 7px 28px 8px #0000003b;
}

.team-pic-box {
  height: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-info-box {
  padding: 30px;
}
.office-box {
  box-shadow: 0 0 28px 5px #0000002b;
  height: 295px;
  padding: 30px;
  border-radius: 18px;
  margin: 25px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .two-col-wrapper .col-12.showMobile {
    display: none;
  }
}
.two-col-wrapper .col-12 {
  background-repeat: no-repeat;
  background-size: cover;
}
.form-container {
  padding: 60px;
}
.map-box h2 {
  text-align: center;
}
.input-group {
  position: relative;
  margin-bottom: 20px;
}
.input-group label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  color: #aaa;
  pointer-events: none;
  z-index: 9;
}
.input-group label[for="message"] {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-200%);
  transition: all 0.2s ease;
  color: #aaa;
  pointer-events: none;
  z-index: 9;
}
.input-group input:focus ~ label:not(.checkbox-group label),
.input-group textarea:focus ~ label:not(.checkbox-group label),
.input-group input:not(:placeholder-shown) ~ label:not(.checkbox-group label),
.input-group textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #007bff;
}
.input-group input,
.input-group textarea {
  padding: 17px 15px;
  padding-top: 12px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 17px;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #0133dd17;
  margin: 3px 0px;
  box-shadow: 9px 11px 20px #0000002b;
}
.input-group input:focus,
.input-group textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
  outline: none;
}
/* Focused State for Labels */
.input-group label.focused:not(.checkbox-group label) {
  top: -10px;
  left: 0px;
  font-size: 12px;
  color: #007bff;
}
.input-group label[for="message"].focused:not(.checkbox-group label) {
  top: 17px;
  left: 0px;
  font-size: 12px;
  color: #007bff;
}
/* Valid/Invalid Input Styles */
.input-group input.valid,
.input-group textarea.valid {
  border-color: #28a745; /* Geçerli (valid) durumda yeşil border */
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.25); /* Hafif yeşil bir gölge ekleyelim */
}
.input-group input.invalid,
.input-group textarea.invalid {
  border-color: #dc3545; /* Geçersiz (invalid) durumda kırmızı border */
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.25); /* Hafif kırmızı bir gölge ekleyelim */
}
.input-group .input-icon i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #aaa;
}
.input-group input:focus + i,
.input-group textarea:focus + i {
  color: #007bff;
}
.checkbox-group {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.checkbox-group input {
  margin-right: 10px;
  width: auto;
}
.checkbox-group label {
  color: #555;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 10px;
}
button {
  width: 100%;
  padding: 15px;
  background-color: #0133dd;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}
button:active {
  background-color: #004494;
  transform: translateY(0);
}
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #444;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInDown 0.5s forwards;
  font-size: 14px;
}
.notification.success {
  background-color: #28a745;
}
.notification.error {
  background-color: #dc3545;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .form-container {
    padding: 20px;
  }
  button {
    padding: 12px;
    font-size: 16px;
  }
}
/* Animations */
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.gallery img:hover {
  padding: 3px;
  box-shadow: 0 0 25px #00000066;
  transition: 0.6s ease-in-out;
}
.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 0 25px #00000054;
}
.office-box h5,
.office-box h3 {
  line-height: 0 !important;
}
/* Mobile layout */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

/* Desktops and laptops */
@media only screen and (min-width: 768px) {
  /* styles here */
}

/* Mobile phones */
@media only screen and (max-width: 479px) {
  /* styles here */
  #header-side-navigation-trigger {
    display: block;
  }
  .col-md-5 {
    width: 100%;
  }
  .col-md-7 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}

/* iPad and other tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* styles here */
}

/* Large desktops and TVs */
@media only screen and (min-width: 1200px) {
  /* styles here */
  #header-side-navigation-trigger {
    display: none;
  }
}
