/* 
  Theme Name: Axtra - Digital Agency Portfolio Template
  Author: Crowdyflow
  Support: habib.crowdyflow@gmail.com
  Description: BUILDY – is a  Constructor HTML5 template that comes with high-quality 3 Pre build Home Pages and many built-in awesome inner pages  which are perfect for any creative agencies, designers, digital agencies, freelancers, developers, designers, marketing, startup, blog and portfolio.
  Version: 1.0
*/

.service-sub-title {
  display: block;
}

.service-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  display: table;
  padding-bottom: 10px;
  position: relative;
  margin: 0 auto 10px;
}
.service-view {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all 0.3s ease;
}

.service-image {
  max-width: 150px;
  max-height: 150px;
  transition: all 0.3s ease;
}

.service-card {
  border-radius: 40px;
  border: 0 !important;
  box-shadow: 1px 1px 10px rgb(221 221 221 / 89%);
}
.service-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100px;
  background: #000;
  left: 50%;
  transform: translate(-50%, 0);
}
.is-overflow-hidden .swiper-wrapper {
  justify-content: center;
}

.is-overflow-hidden {
  margin: 0;
}
.faq-list,
.faq-item,
body {
  overflow-anchor: none;
}

.a1 {
  background-color: rgb(248, 248, 248);
  padding: 60px 40px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
}

.b2 {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  width: 100%;
  justify-content: center;
}

.c3 {
  background-color: white;
  border-radius: 30px;
  padding: 40px 35px;
  width: 380px;
  position: relative;
  overflow: visible;
  height: 450px;
}

/* Sağ alt köşeye kıvrım cutout */
.c3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: rgb(248, 248, 248);
  /* Sağ alt köşede içeri doğru giren kıvrım formu */
  clip-path: path(
    "M120 0 Q120 40, 80 40 Q40 40, 40 80 Q40 120, 0 120 L120 120 Z"
  );
  z-index: 1;
}

.d4 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4ade80;
  color: white;
  padding: 8px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
}

.e5 {
  width: 80px;
  height: 80px;
  background-color: #4ade80;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 30px; /* yatay merkezleme için auto */
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(74, 222, 128, 0.2);
}

.e5 svg {
  width: 45px;
  height: 45px;
  fill: white;
}
/* PNG iconları beyaz göstermek için */
.e5 img {
  width: 45px;
  height: 45px;
  /* siyah veya renkli ikonları beyaza çevirmek için */
  filter: grayscale(1) brightness(0) invert(1);
}

.f6 {
  color: #4ade80;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
}

.g7 {
  color: #333;
  font-size: 30px;
  font-weight: 300;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}

.h8 {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

/* Arrow icon sağ altta cutout'un üzerinde */
.i9 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 3;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.i9:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.i9 svg {
  width: 42px;
  height: 42px;
  stroke: #4ade80;
  stroke-width: 2.5;
  fill: none;
  transition: all 0.2s ease;
  transform: rotate(
    -45deg
  ); /* ok'u çapraz yukarı-sağa bakacak şekilde döndür */
}

.i9:hover svg {
  stroke: #22c55e;
  transform: rotate(-45deg) translateX(2px);
}
.dark .development__area {
    margin-top: 100px;
    background: #f7f7f7;
    text-align: center;
}

.dark .sec-title, .dark .sec-title-2, .dark .sec-title-3, .dark .sec-sub-title {
    color: #000;
}

.dark .line::before, .dark .line::after, .dark .line-3 {
    background: #ededed;
    display: none;
}

.dark .service__detail {
    padding: 60px 0;
    background: #fff;
}

.development__img {
    margin-bottom: 30px;
    height: auto;
}

.development__img img {
 height: auto;
 position: relative;
 transform: none !important;
}

.dark .text-light {
    color: #000 !important;
}

.dark .text-light h2,.dark .text-light h3,.dark .text-light h4,.dark .text-light h5,.dark .text-light h6 {
    margin-bottom: 20px;
}

.dark .text-light p {
    margin-bottom: 20px;
}
.widget_title {
    margin-bottom: 1.5em;
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: -7px;
}

.contacts_info {
    font-size: 17px;
    line-height: 1.7em;
    color: #838383;
}

.contacts_info a {
    color: #838383;
}
.contacts_info svg {
    max-width: 35px;
}

.widget_contacts .contacts_info span + span, .widget_contacts .contacts_info span + a {
    margin-top: 1.5em;
}

.widget_contacts .contacts_info span, .widget_contacts .contacts_info > span> a, .widget_contacts .contacts_info > a {
	position:relative;
	display: flex;
	align-items: center;
	gap: 20px;
}

.sidebar_inner {
    padding: 70px 40px;
    background: #f7f7f7;
}
.dark .sec-title.animation__char_come, .dark .sec-title-2.animation__char_come, .dark .sec-title-3.animation__char_come, .dark .sec-sub-title.animation__char_come,.dark .sec-title.animation__char_come_long {
    color: #fff;
}
.dark .services-detail .sec-title.animation__char_come {
    color: #000;
}
.dark .hero__about {
    background: #fff;
}

.hero__about-content {
    padding-top: 80px;
}
@media (min-width: 768px) {
  .service-sub-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 40px;
  }
  .service-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__shape {
    max-width: 40px;
  }

  .hero__content-6 {
    padding-top: 210px;
    padding-bottom: 70px;
  }
  .f6 {
    font-size: 30px !important;
  }

  .g7 {
    font-size: 26px;
  }
  .h8 {
    font-size: 14px;
    margin-top: 10px;
  }
  .b2 {
    flex-direction: column;
  }

  .c3 {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 991px) {
  .header__inner-3 {
    max-width: 960px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f6 {
    font-size: 24px !important;
    margin-bottom: 10px;
    line-height: normal;
  }

  .g7 {
    font-size: 19px;
  }
  .h8 {
    font-size: 13px;
    margin-top: 10px;
  }
  .e5 {
    margin: 10px auto;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .hero__shape {
    max-width: 50px;
  }
}
@media (min-width: 1200px) {
  .main-menu-3 > li {
    padding: 0 15px;
  }
  .header__inner-3 {
    max-width: 1140px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .f6 {
    font-size: 28px !important;
    margin-bottom: 10px;
    line-height: normal;
  }

  .g7 {
    font-size: 25px;
  }
  .h8 {
    font-size: 15px;
    margin-top: 10px;
  }
  .e5 {
    margin: 10px auto;
  }
}
@media (min-width: 1300px) {
  .service-title {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .service-title {
    font-size: 28px;
  }
  .header__inner-3 {
    max-width: 1320px;
  }
}
@media (min-width: 1560px) {
  .main-menu-3 > li {
    padding: 0px 20px;
  }
  .main-menu-3 > li > a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header__logo-2 img {
    max-width: 150px;
    height: auto !important;
  }
  .a1 {
    padding: 40px 20px;
  }
  .b2 {
    flex-direction: column;
  }

  .c3 {
    padding: 30px 25px;
    width: 100%;
    height: auto;
  }

  .f6 {
    font-size: 32px;
  }

  .g7 {
    font-size: 22px;
  }

  .e5 {
    margin-top: 20px;
  }
  .development__img img {
    height: auto;
}

.development__img {
    height: auto;
}
.hero__about-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
