body {
  font-family: "Inter", sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

:root {
  --glass-bg: rgba(255, 255, 255, 0.62);
  --glass-border: rgba(255, 255, 255, 0.82);
  --glass-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.glass-base {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
}

.hero-glass-glow {
  position: relative;
}

.glass-bg {
  background:
    radial-gradient(490.93% 64.36% at 87.68% 38.45%, rgb(200 236 255 / 60%) 0%, rgba(251, 251, 251, 0.9) 100%), 
    linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.2))
}

.glass-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glass-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.22) 1px, rgba(255, 255, 255, 0) 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 220px 220px;
  pointer-events: none;
  opacity: 0.4;
}

.glass-edge {
  position: absolute;
  inset: -20px;
  border-radius: 42px;
  border: 23px solid rgb(231 223 223 / 41%);
  pointer-events: none;
  z-index: 2;
}

.glass-btn {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.glass-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}

.landing-btn.glass {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12), 0 2px 6px rgba(15, 23, 42, 0.08);
}

.landing-btn-secondary.glass {
  background-color: rgba(255, 255, 255, 0.92);
  border-color: rgba(230, 238, 247, 0.95);
  color: #2fb3e8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 12px 26px rgba(15, 23, 42, 0.12);
}

.landing-btn-primary.glass {
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.16);
}

#menu {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1000;
  background-color: transparent;
  border-bottom: none;
}

#menu .navbar {
  position: relative;
  padding: 18px 0;
  background-color: transparent;
  border-bottom: none;
}

#menu .navbar::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  left: -60px;
  top: -40px;
  background: #00d0ff;
  filter: blur(220px);
  opacity: 1;
  pointer-events: none;
}

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

#menu .navbar-toggler-icon {
  width: 55px;
  height: 55px;
  background-image: url("../img/mobile-icon.png?v=1");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#menu .navbar-toggler {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.landing-nav-wrap {
  background: #f3fbff;
  border-radius: 999px;
  padding: 12px 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (min-width: 992px) {
  #menu .navbar .container {
    position: relative;
  }

  #menu .navbar .navbar-collapse {
    position: static;
  }

  #menu .landing-nav-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #menu .landing-nav-actions {
    margin-left: auto;
  }
}

.landing-nav {
  gap: 4px;
}

#menu .landing-nav .nav-link {
  color: #1f2937 !important;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

#menu .landing-nav .nav-link:hover,
#menu .landing-nav .nav-link:focus {
  color: #1f2937 !important;
  background-color: #ebf9ff;
}

#menu .landing-nav .nav-link.active {
  color: #2fb3e8 !important;
  background-color: #e0f6ff;
}

.landing-nav-actions {
  gap: 14px;
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.landing-btn-secondary {
  background-color: #ebf9ff;
  border-color: #c0edff;
  color: #2fb3e8;
}

.landing-btn-secondary:hover,
.landing-btn-secondary:focus {
  background-color: #c0edff;
  color: #1d6c8c;
}

.landing-btn-primary {
  background-color: #34c5ff;
  border-color: #34c5ff;
  color: #ffffff;
}

.landing-btn-primary:hover,
.landing-btn-primary:focus {
  background-color: #2fb3e8;
  border-color: #2fb3e8;
  color: #ffffff;
}

#menu .dropdown-menu {
  display: none;
  background-color: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  min-width: 680px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  left: 50%;
  transform: translateX(-50%);
}

#menu .dropdown-menu .row {
  row-gap: 0.5rem;
}

#menu .dropdown-menu--sectors {
  min-width: 260px;
  width: max-content;
  max-width: min(320px, calc(100vw - 140px));
  padding: 1rem 0.75rem;
  padding-top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  box-sizing: border-box;
}

#menu .dropdown-menu--sectors .dropdown-pointer {
  left: 50%;
  transform: translateX(-50%);
}

.sectors-dropdown-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}

#menu .dropdown-menu--sectors .sectors-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  max-width: none;
  border-radius: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: normal;
  min-width: 0;
}

#menu .dropdown-menu--sectors .sectors-item i:first-child {
  font-size: 1rem;
  color: #00b6ff;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

#menu .dropdown-menu--sectors .sectors-item span {
  flex: 1;
  min-width: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1f2937;
}

#menu .dropdown-menu--sectors .sectors-item .sectors-arrow {
  font-size: 0.7rem;
  color: #9ca3af;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

#menu .dropdown-menu--sectors .sectors-item:hover,
#menu .dropdown-menu--sectors .sectors-item:focus {
  background-color: #f0f9ff;
  color: #0284c7;
}

#menu .dropdown-menu--sectors .sectors-item:hover .sectors-arrow,
#menu .dropdown-menu--sectors .sectors-item:focus .sectors-arrow {
  opacity: 1;
  transform: translateX(2px);
}

#menu .dropdown-menu--sectors .sectors-item:hover span,
#menu .dropdown-menu--sectors .sectors-item:focus span {
  color: #0284c7;
}

#menu .dropdown-menu--sectors .sectors-item:hover i:first-child {
  color: #0284c7;
}

#menu .dropdown-menu--sectors .dropdown-item {
  max-width: none;
}

#menu .dropdown-pointer {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#menu .dropdown:hover .dropdown-menu,
#menu .dropdown-menu.show {
  display: block;
}

#menu .dropdown-item {
  color: #111827;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  max-width: 320px;
  text-wrap: balance;
}

#menu .dropdown-item:hover,
#menu .dropdown-item:focus {
  background-color: #f3f4f6;
  border-radius: 12px;
}

#menu .dropdown-item img.svgmenuicon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

#menu .dropdown-item i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

#menu .dropdown-item div {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-item strong {
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

#menu .dropdown-item span {
  font-size: 0.8rem;
  color: #6b7280;
}

@media (max-width: 991px) {
  #menu {
    background-color: #fff;
  }

  #menu .navbar {
    padding: 10px 0;
  }

  #menu .navbar .container {
    align-items: center;
  }

  #menu .navbar-brand img {
    width: 140px;
    max-height: 48px;
  }

  .landing-nav-wrap {
    width: 100%;
    border-radius: 14px;
    padding: 6px;
  }

  #menu .landing-nav {
    gap: 6px;
  }

  #menu .landing-nav .nav-link {
    width: 100%;
  }

  #menu .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    min-width: auto;
    left: 0;
    transform: none;
    padding: 0;
  }

  #menu .dropdown.dropdown-open .dropdown-menu {
    display: block !important;
  }

  #menu .dropdown:not(.dropdown-open) .dropdown-menu {
    display: none !important;
    visibility: hidden !important;
  }

  #menu .dropdown-pointer {
    display: none;
  }

  #menu .dropdown-item {
    margin-bottom: 0;
    max-width: none;
  }

  #menu .dropdown-item:hover,
  #menu .dropdown-item:focus {
    background-color: transparent;
  }

  #menu .dropdown-item i {
    display: none;
  }

  #menu .dropdown-item div {
    display: block;
    font-weight: 200;
    padding-left: 15px;
  }

  #menu .dropdown-item strong {
    font-size: 14px;
    margin-bottom: 0;
  }

  #menu .dropdown-item span {
    display: none;
  }

  #menu .dropdown-menu--sectors .sectors-item i:first-child {
    display: inline-block !important;
  }

  #menu .dropdown-menu--sectors .sectors-item .sectors-arrow {
    display: none;
  }

  #menu .dropdown-menu--sectors .sectors-item span {
    display: inline !important;
  }

  #menu .dropdown-menu--sectors .sectors-item {
    white-space: normal;
  }

  .landing-nav-actions {
    width: 100%;
    padding-top: 8px;
  }

  .landing-btn {
    width: 100%;
    justify-content: center;
  }
}

.btndemo {
  border: solid 1px #0066cc;
  border-radius: 50px;
  color: #0066cc;
  padding: 10px 20px 10px 20px;
}

.btndemo:hover {
  border: solid 1px #0066cc;
  border-radius: 50px;
  color: #0066cc;
  padding: 10px 20px 10px 20px;
}


.btndemo2 {
  border: solid 1px #0066cc;
  border-radius: 50px;
  color: #0066cc;
  padding: 5px 10px 5px 10px;
}

.btndemo2:hover {
  border: solid 1px #0066cc;
  border-radius: 50px;
  color: #0066cc;
  padding: 5px 10px 5px 10px;
}

.btndemow {
  border: solid 1px #fff;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px 10px 20px;
  background-color: #0066cc;
}

.btndemow:hover {
  border: solid 1px #0066cc;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px 10px 20px;
  background-color: #0066cc;
}

/*menu*/

.hero h1{
  color:  #0066cc !important; 
}


/*anasayfa modüller menü */
#moduller.nav-tabs {
  border-bottom: none;
  background-color: #f6f7fb;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-evenly;
  scrollbar-width: none;
}

#moduller.nav-tabs::-webkit-scrollbar {
  display: none;
}

#moduller .nav-item {
  margin-bottom: 5px;
  flex: 0 0 auto;
}

#moduller .nav-link {
  color: #676879;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; /* Eklendi */
}

#moduller .nav-link.active {
  color: #0073ea;
  background-color: transparent; /* Değiştirildi */
  border-radius: 6px;
}

#moduller .nav-link.active::after {
  /* Eklendi */
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0073ea;
}

#moduller .nav-link:hover:not(.active) {
  color: #0073ea;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}

#moduller .nav-link:hover:not(.active)::after {
  /* Eklendi */
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

#moduller .nav-link i {
  margin-bottom: 5px;
  font-size: 18px;
}

 
/*anasayfa modüller menü */

/*anasayfa tab menü */

.tab-content {
  min-height: 400px;
  /* padding: 40px; */
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tab-pane .row {
  min-height: 320px;
}

.tab-pane h2 {
  color: #0073ea;
  margin-bottom: 20px;
  font-size: 28px;
}

.tab-pane p {
  color: #676879;
  font-size: 16px;
  line-height: 1.6;
}

.video-container {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 8px 24px rgba(29, 140, 242, 0.5));
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*anasayfa tab menü */

/*anasayfa banner accordion*/
#anasayfa .custom-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#anasayfa .custom-accordion .accordion-button {
  background-color: transparent;
  color: white;
  padding: 1rem 0;
  font-weight: bold;
  box-shadow: none;
}

#anasayfa .custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: white;
}

#anasayfa .custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-size: 1.5rem;
}

#anasayfa .custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-size: 1.5rem;
}

#anasayfa .custom-accordion .accordion-body {
  color: white;
  padding: 1.5rem 0;
}

#anasayfa .custom-accordion .accordion-item:not(:last-child) .accordion-collapse.show {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#anasayfa .custom-accordion .accordion-item:last-child .accordion-collapse.show {
  border-bottom: none;
}

/*demotalep*/
.btndemo {
  border: solid 1px #fff;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px 10px 20px;
}

.btndemo:hover {
  border: solid 1px #fff;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px 10px 20px;
}

.f54 {
  font-size: 54px;
}

.f20 {
  font-size: 20px;
}
.f17 {
  font-size: 17px;
}
.f32 {
  font-size: 32px;
}
/*demotalep*/

/*anasayfa banner accordion*/

@media (max-width: 768px) {
  #moduller.nav-tabs {
    padding: 5px 0;
  }

  #moduller .nav-link {
    font-size: 12px;
  }

  #moduller .nav-link i {
    font-size: 16px;
  }

  .video-container {
    padding-bottom: 70%;
  }
}

/* referans */

#referans {
  position: relative;
  overflow: hidden;
}

#referans::before,
#referans::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 2;
  pointer-events: none;
}

#referans::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
}

#referans::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
}

#referans #refCarousel .owl-stage-outer {
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 18%,
    rgba(0, 0, 0, 1) 82%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 18%,
    rgba(0, 0, 0, 1) 82%,
    rgba(0, 0, 0, 0) 100%
  );
}

.grayscale-logo {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  max-height: 72px;
}

.grayscale-logo:hover {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  #referans::before,
  #referans::after {
    width: 120px;
  }

  #referans #refCarousel .owl-stage-outer {
    -webkit-mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 14%,
      rgba(0, 0, 0, 1) 86%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 14%,
      rgba(0, 0, 0, 1) 86%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
/* referans */

/* price */

#price .custom-gradient {
  border-radius: 20px;
  border: 1px solid rgba(35, 35, 35, 0.16);
  background: linear-gradient(108deg, #2499d5 -0.95%, #3957a1 95.43%);
}

#price .card {
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#price .card-body {
  height: 100%;
  padding: 1.5rem;
}

#price .col-md-4 .card {
  transform: scale(1.05);
  z-index: 1;
}

#price .card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

#price .btn {
  padding: 0.5rem 1rem;
  background-color: #3075b9;
  color: #fff;
  border-radius: 100px;
}
#price .btnw {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #3075b9;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  border: none;
}

.pricetitle {
  color: #555;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}

.pricecontent {
  color: #555;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 23.8px */
}

.pricetitlem {
  color: #3075b9;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.9px;
}
.pricecontentm {
  color: #232323;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.8px;
}
.pricecontentmw {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.8px;
}
.priceanatitle {
  color: #3075b9;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.pricecontentw {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.8px;
}
.pricetitlew {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.9px;
}

/* price */

/* yorumlar*/

.flex-containerx {
  display: flex;
}

@media (max-width: 768px) {
  .flex-containerx {
    display: contents;
  }
}

.carousel-inner {
  overflow: visible !important;
}

#comments .comment-card {
  border-radius: 20px;
  background: linear-gradient(108deg, #2499d5 -0.95%, #3957a1 95.43%);
  color: white;
  padding: 30px;
  position: relative;
  overflow: visible;
}

#comments .comment-image-container {
  position: absolute;
  top: -40px;
  padding-bottom: 60px;
  border-radius: 20px;
}
#comments .comment-image-container img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 20px;
}

#comments .comment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#comments .comment-content {
  padding-left: 1rem;
  padding-top: 4rem;
}

#comments .comment-content h4 {
  margin: 0;
  font-size: 1.2rem;
}

#comments .comment-title {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

#comments .comment-text {
  font-size: 0.95rem;
  margin: 15px 0;
}

#comments .company-logo {
  max-width: 200px;
}

#comments .carousel-indicators {
  bottom: -40px;
}

#comments .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2499d5;
}

@media (max-width: 768px) {
  #comments .row > div {
    margin-bottom: 60px;
  }

  #comments .comment-image-container {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }

  #comments .comment-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

/* yorumlar */

/*footer up */
#footerup {
  background-image: url("../img/footerup.png");
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
#footerup .btn-custom {
  background-color: white;
  color: #0066cc;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
}
/*footer up */

/*icons*/
.iconstitle {
  color: #3075b9;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.iconsp {
  color: #232323;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
/*icons*/

/* footer */
.footertext {
  color: #232323;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.44px;
}
.footernumber {
  color: #232323;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none;
  letter-spacing: 0.56px;
}

.copyright {
  color: #a4a4a4;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  #footer .d-flex {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  #footer .d-flex a {
    margin-bottom: 0.5rem;
  }

  #footer .col-md-6 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
/* footer */

/* */
#banner .feature-slide {
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
}

#banner .carousel-item {
  transition: transform 0.6s ease-in-out;
}

#banner .carousel-item-next:not(.carousel-item-start),
#banner .active.carousel-item-end {
  transform: translateX(100%);
}

#banner .carousel-item-prev:not(.carousel-item-end),
#banner .active.carousel-item-start {
  transform: translateX(-100%);
}

#banner .carousel-control-prev,
#banner .carousel-control-next {
  width: 5%;
}

#banner .carousel-control-prev-icon,
#banner .carousel-control-next-icon {
  background-color: #007aff;
  border-radius: 50%;
}

/* Dots göstergeleri için stiller */
#banner .carousel-indicators {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: left;
  padding-top: 50px;

  padding-bottom: 0.5rem;
  margin-left: 5% !important;
}

#banner .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#banner .carousel-indicators button.active {
  background-color: #fff;
  opacity: 1;
}

/* */

/* moduller */

.titlemoduller {
  color: #626f8d;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */
  text-transform: capitalize;
}

.modullerh2 {
  color: #3075b9;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
}
.modullerp {
  color: #617589;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;

  line-height: 150%;
}
.modullera {
  color: #3075b9;
  font-family: Inter;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

#moduller .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#moduller .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#moduller .modullerp {
  flex-grow: 1;
}
/* moduller */

/* satis modulu */

.satism {
  color: #626f8d;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}
/* satis modulu */

/* Responsive tasarım için ek stiller */
@media (max-width: 768px) {
  #banner .feature-slide {
    padding: 15px;
    max-width: 90%;
  }

  #banner .f54 {
    font-size: 18px;
  }

  #banner .carousel-indicators {
    bottom: -30px;
  }

  #banner .carousel-indicators button {
    width: 8px;
    height: 8px;
  }
  .titlemoduller {
    font-size: 20px;
  }
}

#commentCarousel .carousel-inner {
  min-height: 300px !important;
}

#comment .card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#comment .card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#comment .card-body {
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#comment .image-container {
  margin-bottom: 10px;
}
#comment .star-rating {
  color: #ffc107;
}
#comment .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 20px 20px;
}
#comment .btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactform .form-control {
  line-height: 2.5;
}

#finansyonetimi .finans-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#finansyonetimi .finans-item img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin-bottom: 15px;
}

#finansyonetimi .finans-item h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 54px; /* 3 satır için yeterli yükseklik */
  display: flex;
  align-items: center;
  color: #3075b9;
}

#finansyonetimi .finans-item p {
  color: #757575;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}



#projeyonetimi .proje-item {
  margin-bottom: 30px;
}

#projeyonetimi .proje-item img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

#projeyonetimi .proje-item h5 {
  color: #3075B9;
  margin-bottom: 10px;
}

#neden-gflex img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
}

#neden-gflex p {
  color: #626F8D;
  text-align: center;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Animasyonlar */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Hero animasyonları - Sayfa açılışında */
#indexbanner .hero-title {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

#indexbanner .hero-subtitle {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

#indexbanner .hero-actions {
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

#indexbanner .hero-mockup {
  animation: fadeInUp 1s ease-out 0.8s both;
}

#indexbanner .hero-ai {
  animation: fadeIn 1.2s ease-out 1s both, slideInRight 1.2s ease-out 1s both;
}

/* Scroll animasyonları için başlangıç durumu */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* JavaScript yüklenmezse fallback - görünür ol */
.no-js .animate-on-scroll,
.no-js .animate-on-scroll-left,
.no-js .animate-on-scroll-right,
.no-js .animate-on-scroll-scale {
  opacity: 1;
  transform: none;
}

.animate-on-scroll-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll-left.animated {
  opacity: 1;
  transform: translateX(0);
}

.animate-on-scroll-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll-right.animated {
  opacity: 1;
  transform: translateX(0);
}

.animate-on-scroll-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll-scale.animated {
  opacity: 1;
  transform: scale(1);
}

/* Delay desteği için transition delay */
.animate-on-scroll-scale[data-delay] {
  transition-delay: calc(var(--delay, 0) * 1ms);
}

.animate-on-scroll[data-delay] {
  transition-delay: calc(var(--delay, 0) * 1ms);
}

.animate-on-scroll-left[data-delay] {
  transition-delay: calc(var(--delay, 0) * 1ms);
}

.animate-on-scroll-right[data-delay] {
  transition-delay: calc(var(--delay, 0) * 1ms);
}