:root {
    --spacing-tight: -0.5px;
    --spacing-wide: 1px;
    --spacing-wider: 2px;
    --spacing-widest: 3px;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --custom-gray: #4E6AA6;
    --custom-gray: #CDDAFB;
    /* --custom-gray: #96a7cb57; */

    --light-gray: #d9d9d9;
    --mobofis-gray: #EDEDED;
    --gray-fon: #96a7cb57;
    --secondary-gray: #62748E;
}

.tracking-tight {
    letter-spacing: var(--spacing-tight);
}

.tracking-wide {
    letter-spacing: var(--spacing-wide);
}

.tracking-wider {
    letter-spacing: var(--spacing-wider);
}

.tracking-widest {
    letter-spacing: var(--spacing-widest);
}

.fw-500 {
    font-weight: var(--font-weight-500);
}

.fw-600 {
    font-weight: var(--font-weight-600);
}

.custom-gray {
    background-color: var(--custom-gray) !important;
}

.text-gray {
    color: var(--custom-gray) !important;
}

.light-gray {
    color: var(--light-gray) !important;
}

.mobofis-gray {
    background-color: var(--mobofis-gray) !important;
}

.gray-fon {
    background-color: var(--gray-fon) !important;
}

.secondary-gray {
    color: var(--secondary-gray) !important;
}

.footer-nav-list-store li a {
    font-size: 15px;
    margin: 10px 0;
    display: block;
    opacity: .5;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-nav-list-store li a,
.footer-single-col p {
    color: var(--bs-secondary-dark);
    opacity: .7
}

    .footer-nav-list-store li a:hover {
        opacity: 1
    }

.footer-top.bg-dark .footer-nav-list-store li a,
.footer-top.bg-dark .footer-single-col p,
.footer-top.bg-gradient .footer-single-col p {
    opacity: 1
}

    .footer-top.bg-dark .footer-nav-list-store li a:hover,
    .footer-top.bg-gradient .footer-nav-list-store li a:hover {
        color: #fff
    }

.footer-light .footer-nav-list-store li a,
.footer-light .footer-single-col p {
    color: #737373;
    opacity: .8
}

    .footer-light .footer-nav-list-store li a:hover {
        color: #175cff;
        opacity: 1
    }

.ca-two-footer-area .footer-nav-list-store li a {
    color: #fff;
    opacity: .9
}

.rm-footer-top .footer-nav-list-store li a,
.rm-footer-top .footer-single-col p {
    color: #fff;
    opacity: 1
}

.aih-footer .footer-nav-list-store li a {
    color: #fff;
    opacity: 1
}

    .aih-footer .footer-nav-list-store li a:hover {
        color: #00e1be
    }

.aih-footer.ail-footer .footer-nav-list-store li a:hover {
    color: #6672fb
}

.aih-footer.ai-wt-footer .footer-nav-list-store li a:hover {
    background: linear-gradient(272deg, #3B82F6 1%, #24AA4A 43.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.aiart-footer .footer-nav-list-store li a,
.aiart-footer .footer-single-col p {
    color: #0c0800
}

.footer-38 .footer-nav-list-store li a {
    font-weight: 400
}

.footer-39 .footer-nav-list-store li a {
    font-weight: 400;
    color: #111827
}

[data-bs-theme=dark] .aiart-footer .footer-nav-list li a,
[data-bs-theme=dark] .footer-39 .footer-nav-list li a {
    color: #fff !important
}

/* @media (max-width: 768px) {
  .footer-nav-list-store {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px;
  }

  .footer-nav-list-store li {
      display: inline-block;
  }

  .footer-nav-list-store img {
      max-width: 120px;
  }
} */

@media (max-width: 700px) {
    .footer-nav-list-store img {
        max-width: 120px;
    }
}

.custom-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

#cookieConsent {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1050;
}

    #cookieConsent .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

#closeConsent {
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

/* imageler için */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease;
    opacity: 0;
}

    .modal.show {
        display: block;
        opacity: 1;
    }

.modal-content {
    margin: 5% auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.modal.show .modal-content {
    transform: scale(1);
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

body.modal-open {
    overflow: hidden;
}

.custom-hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

@media (min-width: 768px) {
    .custom-hero-section {
        height: 100vh;
    }
}

.custom-hero-section .hero-content-wrap {
    margin-top: 0px !important;
}

.custom-hero-section .hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .custom-hero-section .hero-img img {
        max-width: 100%;
        height: auto;
    }

@media (max-width: 768px) {
    .custom-hero-section {
        height: auto;
        padding: 60px 0;
    }

        .custom-hero-section .hero-content-wrap {
            margin-top: 20px !important;
        }

        .custom-hero-section .hero-img img {
            width: 50%;
            height: auto;
        }
}

@media (max-width: 768px) {
    .hero-vitee img {
        display: block;
        margin: 0 auto;
        width: 30%;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 992px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
    }

    .grid-item:nth-child(odd) {
        grid-column: 1;
    }

    .grid-item:nth-child(even) {
        grid-column: 2;
        margin-top: 100px;
    }
}

.support-article-item {
    padding: 20px;
    border: 2px solid #061979;
    border-radius: 5px;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.custom-blue .d-flex img {
    width: 250px !important;
    max-width: 100% !important;
}

.custom-blue .d-flex span {
    font-size: 70px !important;
}

@media (max-width: 650px) {
    .custom-blue .d-flex img {
        width: 150px !important;
    }

    .custom-blue .d-flex span {
        font-size: 33px !important;
    }
}

.contact-us-form .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-us-form .col-lg-6, .contact-us-form .col-lg-5 {
    flex: 1;
}

@media (max-width: 920px) {
    .contact-us-form .row {
        flex-direction: row;
        align-items: flex-start;
    }

    .contact-us-form .col-lg-6,
    .contact-us-form .col-lg-5 {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }

    .contact-us-form .col-lg-5 {
        display: flex;
        justify-content: center;
    }

    .contact-us-form .contact-us-img img {
        width: 100%;
        max-width: 350px;
    }
}

/* .contact-us-form .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-us-form .col-lg-6, .contact-us-form .col-lg-5 {
  flex: 1;
}

@media (max-width: 920px) {
  .contact-us-form .row {
    flex-direction: row;
    align-items: flex-start;
  }

  .contact-us-form .col-lg-6,
  .contact-us-form .col-lg-5 {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }

  .contact-us-form .col-lg-5 {
    display: flex;
    justify-content: center;
  }

  .contact-us-form .contact-us-img img {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 770px) {
  .contact-us-form .row {
    flex-direction: column;
    align-items: center;
  }

  .contact-us-form .col-lg-6,
  .contact-us-form .col-lg-5 {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .contact-us-form .contact-us-img img {
    width: 100%;
    max-width: none;
  }
} */

@media (max-width: 500px) {
    .footer-nav-list-store {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
        padding: 0;
        list-style: none;
    }

        .footer-nav-list-store li {
            text-align: center;
        }
}

@media (max-width: 500px) {
    .footer-nav-list-store {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 100%;
    }

        .footer-nav-list-store li {
            text-align: center;
        }

        .footer-nav-list-store img {
            width: 90px;
            height: auto;
        }
}

/* SSS başlık ve açıklama stili */
.sss-title {
    margin-bottom: 1.5rem;
}

.custom-title {
    color: #061979;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 600;
}

.title-letter {
    color: #061979;
    font-size: 2.5rem;
    font-weight: 700;
}

.sss-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
}

.accordion-button {
    font-size: 1rem;
    padding: 1rem;
}

.accordion-body {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #6c757d;
}

@media (min-width: 768px) {
    .custom-title {
        font-size: 2.5rem;
    }

    .title-letter {
        font-size: 3rem;
    }

    .sss-description {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .custom-title {
        font-size: 3rem;
    }

    .title-letter {
        font-size: 3.5rem;
    }

    .sss-description {
        font-size: 1.15rem;
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .custom-title {
        font-size: 1.75rem;
    }

    .title-letter {
        font-size: 2.25rem;
    }

    .sss-description {
        font-size: 0.9rem;
        padding: 0 10px;
    }

    .accordion-button {
        font-size: 0.9rem;
        padding: 0.75rem;
    }

    .accordion-body {
        font-size: 0.85rem;
        padding: 0.75rem;
    }
}

.dropdown-grid-item {
    border-radius: 0.5rem;
}

.dropdown-grid-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer-logo {
    width: 60%;
}

@media (max-width: 991px) {
    .footer-logo {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .footer-logo {
        width: 40%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        width: 50%;
    }
}

.footer-nav-list-store {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem !important;
}

.store-icon {
    width: 110px;
    height: auto;
    transition: all 0.3s ease;
}

@media (max-width: 576px) {
    .footer-nav-list-store {
        justify-content: center;
        gap: 0.25rem !important;
    }

    .store-icon {
        width: 90px;
    }
}
/* .custom-modal {
  position: fixed;
  bottom: 40px;
  left: 30px;
  width: 600px;
  height: 350px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1055;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 35px;
  gap: 30px;
}

.custom-modal.show {
  display: flex;
  opacity: 1;
}

.modal-image {
  width: 230px;
  height: 270px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.modal-text {
  flex-grow: 1;
  padding-right: 20px;
}

.modal-text h6 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #2B2B2B;
}

.modal-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 24px;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 1056;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .custom-modal {
      width: calc(100% - 40px);
      height: auto;
      bottom: 20px;
      left: 20px;
      padding: 24px;
      flex-direction: column-reverse;
  }

  .modal-image {
      width: 100%;
      height: 200px;
      margin-bottom: 20px;
  }

  .modal-text {
      text-align: center;
      padding-right: 0;
  }

  .modal-text h6 {
      font-size: 20px;
  }

  .modal-text p {
      font-size: 15px;
  }
}

.store-icon {
  width: 120px;
}
 */

/* .fade {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.fade.show {
  opacity: 1;
}

@media (max-width: 768px) {
  #autoModal {
      width: calc(100% - 2rem) !important;
      height: auto !important;
      margin: 1rem !important;
  }

  #autoModal .d-flex {
      flex-direction: column-reverse;
  }

  #autoModal img {
      width: 100% !important;
      height: 200px !important;
      margin-bottom: 1rem;
  }

  #autoModal .modal-text {
      text-align: center;
  }
} */

.onboarding-image {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .onboarding-image {
        max-width: 70%;
        margin: 0 auto;
        display: block;
    }
}

@media (min-width: 1400px) {
    .onboarding-image {
        max-width: 75%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 991px) {
    .onboarding-image {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .custom-margin {
        margin-top: 0 !important;
    }
}

.app-two-single-feature {
    height: 160px;
    padding: 25px;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.app-two-single-feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.app-two-single-feature-content {
    padding-left: 75px;
    height: 100%;
    display: flex;
    align-items: center;
}

    .app-two-single-feature-content p {
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-height: 1.5;
    }

.process-card-two:hover .process-icon {
    color: #001a7e !important;
}

body, p, span, button, a, small {
    font-weight: 500 !important;
}

.property-title {
    font-weight: 600 !important;
    font-size: 14px !important;
}