body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    color: #1d1f22;
}
::selection {
    background-color: rgba(234, 37, 44, 0.753);
    color: #ffffff; 
  }
  
h1,h2,h3,h4,h5,h6 {
    font-family: 'Questrial' , sans-serif;
}
.questrial,
.questrial a {
    font-family: 'Questrial' , sans-serif;
}
.inter, 
.inter a {
    font-family: 'Inter', sans-serif;
}
.w-300 {
    font-weight: 300;
}
.w-600 {
    font-weight: 600;
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '' !important; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '' !important; 
}
@media (max-width: 768px) {
    .none {
        display: none;
    }
}

.row {
    display: flex;
    gap: 10px; /* İki kolon arası boşluk */
    margin-bottom: 15px;
  }
  
  .col {
    flex: 1; /* Her input alanının eşit genişlikte olmasını sağlar */
  }
  label {
    color: #151719;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5px;
    word-spacing: 1px;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box; /* Taşma sorunlarını önlemek için */
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #ea252c;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 110px;  /* Yükseklik */
    width: 100%;    /* Genişlik */
  }
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
    }
  }

  .moving-image {
    transition: transform 0.2s ease-out;
    will-change: transform; /* Performans için */
  }

.circle {
  width: 98px;
  height: 98px;
}  
.circle .circle-inner .elementor-icon-box-content {
    opacity: 0;
    transition: opacity 0.9s ease-out;
    width: 0px;
}
.circle .circle-inner .elementor-icon-box-icon {
  margin-left: 10px;
}
.circle .circle-inner .elementor-icon-box-content .elementor-icon-box-title,
.circle .circle-inner .elementor-icon-box-content .elementor-icon-box-description {
  display: none;
}
.circle:hover .circle-inner .elementor-icon-box-content {
    opacity: 1;
    width: 100%;
    
}
.circle:hover .circle-inner .elementor-icon-box-content .elementor-icon-box-title,
.circle:hover .circle-inner .elementor-icon-box-content .elementor-icon-box-description {
  display: block;
}
.circle:hover {
  width: unset;
  height: 98px;
}
.right-icons {
  left: 0;
}

.eael-grid-post .eael-entry-wrapper {
  padding: 15px 0 !important;
}

.blog-btn .eael-entry-content .eael-grid-post-excerpt a.eael-post-elements-readmore-btn {
  display: inline-block;
}

.brandLogos img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s ease-out;
}
.brandLogos img:hover {
  -webkit-filter: none;
  filter: none;
}


/* brand style */
 /* Animation for the first right to left marquee */
 @keyframes slide {
  0% {
      transform: translateX(calc(0% + 40px));
  }

  100% {
      transform: translateX(-100%);
  }
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
  0% {
      transform: translateX(calc(0% + 40px));
  }

  100% {
      transform: translateX(-100%);
  }
}

/* 2. Marquee - Sağa kayan */
@keyframes slide-right {
  0% {
    transform: translateX(calc(0% + 40px));
  }
  100% {
    transform: translateX(-100%);
  }
}

.logo-animate {
  animation: slide 35s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
}

.logo-animate-alt {
  animation: slidealt 35s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse;
}
.overline {
  color: #151719;
  text-align: center;
  font-size: 44px;
  font-weight: 700; 
  font-family: 'Questrial', sans-serif;
  margin-bottom: 60px;
}
.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.clients-grid.logo-animate-salt {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}


.logo-animate {
  animation: slide 35s infinite linear;
}
.logo-animate-salt {
  animation: slide-right 35s infinite linear;
  animation-direction: reverse;
}
.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}
@media screen and (min-width: 1280px) {
  .home-logo-left-gradient {
      background-image: linear-gradient(90deg, #f6f6f6, #fff0);
  }
  .home-logo-left-gradient.right {
      background-image: linear-gradient(270deg, #f6f6f6, #fff0);
  }
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, #f6f6f6, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}
.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #f6f6f6, #fff0);
  inset: 0% 0% 0% auto;
}

/* brand style */

.last-post .elementor-fit-height {
  height: 75px;
  border-radius: 10px;
}

/* comment style */
.comments-area .comment-content p {
  line-height: 1.2em;
}
.comments-area .reply a {
  font-size: 1.3em;
  background: #ea252c;
  color: #fff;
  padding: 4px 25px 5px;
  font-weight: 400;
  border-radius: 0.75em;
  transition: all 0.3s ease-in-out;
}
.comments-area .reply a:hover {
  background: #151719;
  color: fff;
}
.comments-area h2.title-comments {
  font-size: 1.3em;
}
.comments-area div#respond {
  margin: 15px 0 0;
}
.comments-area div#respond form#commentform {
  margin-top: 20px;
}
.comments-area div#respond h2#reply-title {
  font-size: 1em;
  color: #151719;
  display: inline;
}
.comments-area div#respond p.logged-in-as {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
}
.comments-area div#respond p.logged-in-as a {
  color: #151719;
  transition: all 0.3s ease-in-out;
}
.comments-area div#respond p.logged-in-as a:hover {
  color: #151719;
  text-decoration: underline;
}
.comments-area div#respond p.logged-in-as span.required {
  color: #ea252c;
}
.comments-area .custom-comment-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.comments-area .custom-comment-fields input {
  border: 2px solid #151719;
  border-radius: 0.75em;
}
.comments-area .comment-form-comment textarea {
  border: 2px solid #151719;
  border-radius: 0.75em;
}
.comments-area p.comment-form-cookies-consent {
  display: flex;
  flex-direction: row;
  height: 50px;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}
.comments-area p.form-submit input {
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

/* comment style */

.ilkbil-tabs .elementor-widget-button .elementor-button-text {
  color: #fff;
}
.ilkbil-tabs .elementor-widget-button:hover .elementor-button-text {
  color: #151719;
}
.border-img {
  border-radius: 20px !important;
  width: 100% !important;
  height: 250px !important;
  object-fit: cover;
  margin-top: 20px;
}


.reference .logo-container {
    aspect-ratio: 16 / 1;

}
.reference .logo-container img {
  -webkit-filter: grayscale(100%) brightness(0.5) contrast(100%);
  filter: grayscale(100%) brightness(0.5) contrast(100%);
  transition: all .3s ease-out;
  height: 50px;
  max-width: 100%;
  width: unset;
  object-fit: contain;
}
.reference:hover .logo-container img {
  -webkit-filter: grayscale(100%) brightness(0.7) contrast(90%);
  filter: grayscale(100%) brightness(0.7) contrast(90%);
}

/* .blog-page a.elementor-post__thumbnail__link .elementor-post__thumbnail {
  padding-bottom: calc(0.7* 350px) !important;
}
.blog-page a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
  height: 350px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: top;
} */

p#breadcrumbs {
    text-align: center;
    min-width: 270px;
}