.elementor-2113 .elementor-element.elementor-element-2cc5875{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-2113 .elementor-element.elementor-element-2cc5875, .elementor-2113 .elementor-element.elementor-element-2cc5875::before{--border-transition:0.3s;}.elementor-2113 .elementor-element.elementor-element-2cc5875 > .elementor-shape-top .elementor-shape-fill, .elementor-2113 .elementor-element.elementor-element-2cc5875 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#E9EFF1;}.elementor-2113 .elementor-element.elementor-element-2cc5875 > .elementor-shape-bottom .elementor-shape-fill, .elementor-2113 .elementor-element.elementor-element-2cc5875 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:#E7EDEF;}.elementor-2113 .elementor-element.elementor-element-574d1d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-2113 .elementor-element.elementor-element-01687a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-2113 .elementor-element.elementor-element-6425c49{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2113 .elementor-element.elementor-element-6425c49{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-2113 .elementor-element.elementor-element-574d1d8{--width:50%;}.elementor-2113 .elementor-element.elementor-element-01687a3{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-514805d */.vetra-section-title2 span {
    font-style: italic;
    color: #15639a;
    font-weight: 600
   
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5f65413 */h2 {
    font-size:27px;
    font-weight: 400;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6fe125 */.vetra-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .vetra-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .vetra-card {
    background: #ffffffee;
    border-radius: 20px;
    border: 1px solid rgba(21,99,154,.1);
    padding: 44px 36px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(21,99,154,.08);
    transition: transform .4s cubic-bezier(.23,1,.32,1), box-shadow .4s ease, border-color .3s ease;
    animation: vetraFadeUp .6s ease both;
    cursor: default;
    display: flex;
    flex-direction: column;
  }

  .vetra-card:nth-child(1) { animation-delay: .1s; }
  .vetra-card:nth-child(2) { animation-delay: .2s; }
  .vetra-card:nth-child(3) { animation-delay: .3s; }

  .vetra-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(21,99,154,.04) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .4s ease;
  }

  .vetra-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(21,99,154,.18);
    border-color: rgba(21,99,154,.2);
  }

  .vetra-card:hover::before { opacity: 1; }

  .vetra-card-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0a3554, #15639a);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: transform .3s ease;
  }

  .vetra-card:hover .vetra-card-icon-wrap { transform: scale(1.08); }

  .vetra-card-icon-wrap svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #a8d4f0;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vetra-card-number {
    position: absolute;
    top: 28px;
    right: 32px;
    font-size: 4rem;
    font-weight: 700;
    color: rgba(21,99,154,.06);
    line-height: 1;
    user-select: none;
    transition: color .3s ease;
  }

  .vetra-card:hover .vetra-card-number { color: rgba(21,99,154,.11); }

  .vetra-card-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #0a3554;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .vetra-card-desc {
    font-size: .93rem;
    line-height: 1.7;
    color: #2e5470;
    font-weight: 300;
    margin-bottom: 32px;
  }

  .vetra-card-footer {
    margin-top: auto;
  }

  .vetra-card-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(21,99,154,.15), transparent);
    margin-bottom: 28px;
  }

  .vetra-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0a3554, #15639a);
    color: #ffffff;
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 12px;
    width: 100%;
    justify-content: center;
    transition: background .3s ease, transform .2s ease, box-shadow .3s ease;
    border: none;
    cursor: pointer;
  }

  .vetra-card-cta:hover {
    background: linear-gradient(135deg, #15639a, #1e7fc0);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(21,99,154,.4);
  }

  .vetra-card-cta svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
  }

  .vetra-card-cta:hover svg { transform: translateX(3px); }

  @keyframes vetraFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 900px) {
    .vetra-cards-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  }
  .vetra-card-cta {
    display: inline-flex;
    position: relative; /* EKLENEN SATIR */
    z-index: 10;        /* EKLENEN SATIR: Butonu diğer tüm efektlerin önüne alır */
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0a3554, #15639a);
    /* ... (kodun geri kalanı aynı) ... *//* End custom CSS */