.tp-section-title.fs-140 {
    line-height: 1 !important;
    color:#2f89c5 !important;
}

.musteri-bg-color {
    background-color: #3c464e !important;
}

.tp-award-item {
    background-color: #48555f !important;
}

.tp-testimonial-item {
    transition: 0.3s;
    margin: 0px -25px;
    display: inline-block;
    padding: 30px 30px 45px 30px;
    background-color: var(--tp-common-red-3);
    border: 6px solid #3c464e !important;
}

.tp-testimonial-bg {
    padding-top: 100px;
}

.tp-testimonial-slider-active {
    padding-top: 120px;
    margin: 0px -100px;
}

.tp-award-subtitle { 
    color: white !important;
}


/* Career Form Native Select Styles */
.tp-contact-us-wrap .tp-contact-form-input {
    position: relative;
}

.tp-contact-us-wrap .tp-contact-form-input select {
    width: 100% !important;
    height: 60px !important;
    line-height: 60px !important;
    border: 1px solid #302F32 !important;
    border-radius: 8px !important;
    background-color: #302F32 !important;
    color: var(--tp-common-white) !important;
    padding: 0 20px !important;
    padding-right: 45px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: inherit !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    margin: 0 !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.6)' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 12px 12px !important;
}

.tp-contact-us-wrap .tp-contact-form-input select:hover {
    border-color: rgba(200, 11, 15, 0.5) !important;
}

.tp-contact-us-wrap .tp-contact-form-input select:focus {
    border-color: var(--tp-common-red-3) !important;
    background-color: #1B1B1D !important;
    outline: none !important;
}

.tp-contact-us-wrap .tp-contact-form-input select option {
    background: #1B1B1D !important;
    background-color: #1B1B1D !important;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.tp-contact-us-wrap .tp-contact-form-input select option:checked {
    background-color: rgba(200, 11, 15, 0.25) !important;
    color: var(--tp-common-white) !important;
    font-weight: 500 !important;
}

.tp-contact-us-wrap .tp-contact-form-input select option:hover {
    background-color: rgba(200, 11, 15, 0.15) !important;
}

/* Light theme */
.agntix-light .tp-contact-us-wrap .tp-contact-form-input select {
    background-color: #ffffff !important;
    border-color: rgb(237, 237, 245) !important;
    color: var(--tp-common-black) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(0,0,0,0.4)' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 12px 12px !important;
}

.agntix-light .tp-contact-us-wrap .tp-contact-form-input select:focus {
    border-color: var(--tp-common-red-3) !important;
    background-color: transparent !important;
}

.agntix-light .tp-contact-us-wrap .tp-contact-form-input select option {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: var(--tp-common-black) !important;
}

.agntix-light .tp-contact-us-wrap .tp-contact-form-input select option:checked {
    background-color: rgba(200, 11, 15, 0.15) !important;
    color: var(--tp-common-black) !important;
}

/* Career Form KVKK Checkbox Styles */
.tp-contact-form-kvkk-checkbox {
    margin-bottom: 20px;
}

.tp-contact-form-checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tp-contact-form-checkbox-input {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #302F32;
    border-radius: 4px;
    background-color: transparent;
    position: relative;
    flex-shrink: 0;
    margin-top: 1px;
    transition: all 0.3s ease;
}

.tp-contact-form-checkbox-input:checked {
    background-color: var(--tp-common-red-3);
    border-color: var(--tp-common-red-3);
}

.tp-contact-form-checkbox-input:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.tp-contact-form-checkbox-input:hover {
    border-color: rgba(200, 11, 15, 0.5);
}

.tp-contact-form-checkbox-input:focus {
    outline: none;
    border-color: var(--tp-common-red-3);
    box-shadow: 0 0 0 3px rgba(200, 11, 15, 0.1);
}

.tp-contact-form-checkbox-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.tp-contact-form-kvkk-link {
    color: var(--tp-common-red-3);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.tp-contact-form-kvkk-link:hover {
    color: #a0080c;
}

/* Contact Form Error Messages */
.contact-form-error-message {
    color: #ff4444;
    font-size: 13px;
    margin-top: 8px;
    display: none;
    line-height: 1.4;
}

.tp-contact-form-input input.error,
.tp-contact-form-input textarea.error {
    border-color: #ff4444 !important;
    box-shadow: 0 0 0 1px #ff4444 !important;
}

.tp-contact-form-input input.error:focus,
.tp-contact-form-input textarea.error:focus {
    border-color: #ff4444 !important;
    box-shadow: 0 0 0 1px #ff4444 !important;
}

.tp-contact-form-kvkk-checkbox .contact-form-error-message {
    margin-top: 8px;
    margin-left: 38px;
}

/* Contact Form Ajax Response Messages */
.ajax-response {
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    text-align: center;
}

.ajax-response.success {
    background: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    border: 1px solid #4CAF50;
    display: block;
}

.ajax-response.error {
    background: rgba(244, 67, 54, 0.1);
    color: #f44336;
    border: 1px solid #f44336;
    display: block;
}

/* Light theme */
.agntix-light .tp-contact-form-checkbox-input {
    border-color: rgb(237, 237, 245);
}

.agntix-light .tp-contact-form-checkbox-input:hover {
    border-color: rgba(200, 11, 15, 0.5);
}

.agntix-light .tp-contact-form-checkbox-label {
    color: var(--tp-common-black);
}

/* File Upload Styles */
.tp-contact-form-file-upload {
    position: relative;
}

.tp-contact-form-file-upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.tp-file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 180px;
}

.tp-file-upload-label:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.02);
}

.tp-file-upload-icon {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.tp-file-upload-icon svg {
    width: 32px;
    height: 32px;
}

.tp-file-upload-label:hover .tp-file-upload-icon {
    color: rgba(255, 255, 255, 0.9);
}

.tp-file-upload-text {
    text-align: center;
}

.tp-file-upload-main-text {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.4;
}

.tp-file-upload-sub-text {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

.tp-file-upload-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 12px;
}

.tp-file-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
}

.tp-file-remove {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 4px;
    flex-shrink: 0;
}

.tp-file-remove:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Light theme file upload */
.agntix-light .tp-file-upload-label {
    border-color: rgba(0, 0, 0, 0.15);
    background-color: transparent;
}

.agntix-light .tp-file-upload-label:hover {
    border-color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.02);
}

.agntix-light .tp-file-upload-icon {
    color: rgba(0, 0, 0, 0.5);
}

.agntix-light .tp-file-upload-label:hover .tp-file-upload-icon {
    color: rgba(0, 0, 0, 0.7);
}

.agntix-light .tp-file-upload-main-text {
    color: rgba(0, 0, 0, 0.8);
}

.agntix-light .tp-file-upload-sub-text {
    color: rgba(0, 0, 0, 0.5);
}

.agntix-light .tp-file-upload-preview {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-file-name {
    color: rgba(0, 0, 0, 0.8);
}

.agntix-light .tp-file-remove {
    color: rgba(0, 0, 0, 0.5);
}

.agntix-light .tp-file-remove:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .tp-section-title.fs-140 {
        font-size: 35px !important;
    }

    @media (max-width: 767px) {
        .tp-testimonial-slider-active {
            padding-top: 40px;
            margin: 0;
        }
    }

    .tp-testimonial-bg {
        padding-top: 52px;
        padding-bottom: 34px;
    }

    .tp-testimonial-text {
        margin-right: 28px;
    }
    
    .des-portfolio-title {
        font-size: 38px;
    }
}


/* -------- Hakkimizda CSS -------- */
#hakkimizda-area .tp-section-title-dirtyline {
    font-family: var(--tp-ff-mango) !important;
    font-weight: var(--tp-ff-mango-weight) !important;
}

#hakkimizda-area .design-project-title {
    font-family: var(--tp-ff-heading) !important;
    font-size: 48px !important;
    margin-bottom: 40px;
    letter-spacing: normal !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    #hakkimizda-area .design-project-title {
        font-size: 30px !important;
    }

    #hakkimizda-area .design-project-item {
        margin-bottom: 5px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    #hakkimizda-area .design-project-title-wrap {
        margin-bottom: 6px;
    }

    .katalog-img {
      margin-bottom: 60px;
    }
}


/* -------- Kategori CSS -------- */

#kategories-section .tp-portfolio-inner-title.fs-30 {
    font-size: 23px;
    min-height: 47px;
}
#kategories-section .tp-portfolio-inner-content span {
    font-size: 20px;
    color: #e92a2f;
}

@media (max-width: 767px) {
    #kategories-section .tp-portfolio-inner-title.fs-30 {
        font-size: 19px;
        min-height: auto;
    }

    #kategories-section .tp-portfolio-inner-content span {
        font-size: 16px;
    }
}

/* -------- Logo Download Buttons (Sadece logolar.html için) -------- */
.tp-logo-download-buttons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    justify-content: center;
}

.tp-logo-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-common-red-3);
    border: 1px solid var(--tp-common-red-3);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tp-logo-download-btn:hover {
    background-color: #a0080c;
    border-color: #a0080c;
    color: var(--tp-common-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 11, 15, 0.3);
}

.tp-logo-download-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.tp-logo-download-png {
    background-color: transparent;
    border-color: var(--tp-common-red-3);
    color: var(--tp-common-red-3);
}

.tp-logo-download-png:hover {
    background-color: var(--tp-common-red-3);
    color: var(--tp-common-white);
}

/* Light theme */
.agntix-light .tp-logo-download-btn {
    color: var(--tp-common-white);
}

.agntix-light .tp-logo-download-png {
    color: var(--tp-common-red-3);
}

.agntix-light .tp-logo-download-png:hover {
    color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .tp-logo-download-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .tp-logo-download-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* Read-more section */
.sulax-readmore-section {
  position: relative;
}
.sulax-readmore-content {
  font-size: 16px;
  line-height: 1.75;
  color: var(--tp-text-1, #383C3E);
  transition: max-height 0.35s ease, -webkit-line-clamp 0.35s ease;
}
.sulax-readmore-content.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sulax-readmore-toggle-wrap {
  text-align: center;
}
.sulax-readmore-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--tp-heading-1, #0E0F11);
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.sulax-readmore-toggle .sulax-readmore-icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.sulax-readmore-toggle .sulax-readmore-icon i {
  font-size: 16px;
}
/* Do not rotate icon; JS swaps up/down icons explicitly */

/* Table cleanup for responsive */
.sulax-readmore-content table {
  width: 100% !important;
  border-collapse: collapse;
}
.sulax-readmore-content table th,
.sulax-readmore-content table td {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px 12px;
  vertical-align: top;
}

.sulax-readmore-section ul {
    padding-inline-start: 15px;
    margin-block-start: 15px;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.tp-product-details-title {
    color: #000000;
    font-size: 25px;
}


@media (max-width: 767px) {
  .sulax-readmore-content {
    font-size: 15px;
    line-height: 1.7;
  }
  .sulax-readmore-content table th,
  .sulax-readmore-content table td {
    font-size: 14px;
    padding: 8px 10px;
  }
}

/* Typography sizing for read-more content */
.sulax-readmore-section h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 16px 0 10px;
}
.sulax-readmore-section h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 14px 0 8px;
}

.sulax-readmore-section p,
.sulax-readmore-section li,
.sulax-readmore-section table th,
.sulax-readmore-section table td {
  font-size: 16px;
}

@media (max-width: 1199px) {
  .sulax-readmore-section h2 { font-size: 26px; }
  .sulax-readmore-section h3 { font-size: 18px; }
  .sulax-readmore-section p,
  .sulax-readmore-section li { font-size: 14.8px; }
}

@media (max-width: 991px) {
  .sulax-readmore-section h2 { font-size: 24px; }
  .sulax-readmore-section h3 { font-size: 18px; }
  .sulax-readmore-section p,
  .sulax-readmore-section li { font-size: 14.5px; }
}

@media (max-width: 767px) {
  .sulax-readmore-section h2 { font-size: 22px; }
  .sulax-readmore-section h3 { font-size: 16px; }
  .sulax-readmore-section p,
  .sulax-readmore-section li,
  .sulax-readmore-section table th,
  .sulax-readmore-section table td { font-size: 14px; }
}

@media (max-width: 575px) {
  .sulax-readmore-section h2 { font-size: 20px; }
  .sulax-readmore-section h3 { font-size: 15px; }
  .sulax-readmore-section p,
  .sulax-readmore-section li { font-size: 13.5px; }
}

/* ---------------------------------------------
   Product details description (scoped typography)
   --------------------------------------------- */
.sulax-product-desc {
  color: var(--tp-text-1, #383C3E);
}
.sulax-product-desc h2 {
  font-size: 24px; /* desktop heading size */
  line-height: 1.35;
  margin: 18px 0 12px;
}
.sulax-product-desc p { font-size: 15px; line-height: 1.75; margin-bottom: 14px; }
.sulax-product-desc ul,
.sulax-product-desc ol { padding-left: 18px; margin: 8px 0 16px; }
.sulax-product-desc li { font-size: 15px; line-height: 1.65; margin-bottom: 6px; }
.sulax-product-desc a { color: var(--tp-theme-1, #c80b0f); text-decoration: underline; }
.sulax-product-desc a:hover { opacity: .9; }

/* responsive adjustments */
@media (max-width: 1199px) {
  .sulax-product-desc h2 { font-size: 22px; }
  .sulax-product-desc p, .sulax-product-desc li { font-size: 14.8px; }
}
@media (max-width: 991px) {
  .sulax-product-desc h2 { font-size: 21px; }
  .sulax-product-desc p, .sulax-product-desc li { font-size: 14.5px; }
}
@media (max-width: 767px) {
  .sulax-product-desc h2 { font-size: 20px; }
  .sulax-product-desc p, .sulax-product-desc li { font-size: 14px; }
}

/* mobile: keep spec cards side-by-side (3 in a row) */
@media (max-width: 767px) {
  .sulax-spec-cards { display: flex; flex-wrap: wrap; gap: 12px; padding: 0 10px; }
  .sulax-spec-cards > [class^="col-"],
  .sulax-spec-cards > [class*=" col-"] { flex: 0 0 calc(33.333% - 8px); max-width: calc(33.333% - 8px); padding-left: 0; padding-right: 0; }
  .sulax-spec-card { padding: 10px 8px; }
  .sulax-spec-icon i { font-size: 16px; }
  .sulax-spec-text .label { font-size: 12px; }
  .sulax-spec-text .value { font-size: 12px; }
}

/* Product details (shop-details replacement) */
.tp-product-details-wrapper .sulax-product-details {
  margin-top: 10px;
}
.sulax-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sulax-feature-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.sulax-feature-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tp-theme-1, #c80b0f);
}

.tp-product-details-price.new-price {
    color: #c80b0f;
}

.breadcrumb__list span a:hover {
    color: #c80b0f;
}

.sulax-spec-cards .sulax-spec-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0,0,0,0.8);
  border-radius: 4px;
  padding: 16px 18px;
  background: #fff;
  height: 100%;
}
.sulax-spec-icon i {
  font-size: 18px;
  color: #0E0F11;
}
.sulax-spec-text { line-height: 1.2; }
.sulax-spec-text .label {
  display:block;
  font-size: 14px;
  font-weight: 600;
  color: #0E0F11;
}
.sulax-spec-text .value {
  display:block;
  font-size: 13px;
  color: #0E0F11;
  opacity: .9;
  margin-top: 4px;
}

.tp-product-details-buy-now-btn {
    background-color: #c80b0f;
}

.tp-product-details-buy-now-btn:hover {
    color: #c80b0f;
    border-color: #c80b0f;
}

.sulax-attrs { 
  border-top: 1px solid rgba(0,0,0,0.08); 
  padding-top: 20px; 
}

/* Desktop: yan yana */
@media (min-width: 1200px) {
  .sulax-attrs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
  
  .sulax-attr {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 0 20px;
    position: relative;
  }
  
  .sulax-attr + .sulax-attr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  
  .sulax-attr .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sulax-attr .texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* Tablet ve Mobile: alt alta */
@media (max-width: 1199px) {
  .sulax-attr { 
    display: flex; 
    align-items: center; 
    gap: 14px; 
    padding: 12px 0; 
  }
  
  .sulax-attr .texts { 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
  }
  
  .sulax-attr + .sulax-attr { 
    border-top: 1px dashed rgba(0, 0, 0, 0.1); 
  }
}

.sulax-attr .icon i { font-size: 28px; color: var(--tp-heading-1, #0E0F11); }
.sulax-attr .icon img { height: 65px; width: auto; display: block; }

@media (max-width: 1199px) {
  .sulax-attr .icon img { height: 59px; }
}
@media (max-width: 767px) {
  .sulax-attr .icon img { height: 62px; }
}

.sulax-attr .texts .title { font-weight: 700; font-size: 18px; margin-bottom: 2px; }
.sulax-attr .texts .value { font-size: 14px; opacity: .9; }

@media (max-width: 767px) {
  .sulax-attr .texts .title { font-size: 16px; }
}

/* related-swiper styles moved to product-swiper.css */

.tp-product-details-additional-info {
    margin: 0 auto;
    display: flex;
    justify-self: center;
}

.tp-product-details-additional-info img {
    object-fit: contain;
    height: auto;
}

@media (max-width: 768px) {
    .tp-product-details-additional-info img {
        object-fit: contain;
        height: auto;
    }
}

.ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 12px;
}

#hero-area-second .ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 100px;
}

.tp-offcanvas-top {
  margin-bottom: 30px;
}

.tp-offcanvas-menu {
  margin-bottom: 60px;
}

.sidebar-widget-author-content p {
  margin-bottom: 0px;
}

.postbox-details-meta > div:not(:first-child)::after {
  display: none;
  content: "none";
}

.sulax-blog-desc ul, .sulax-blog-desc ol {
  padding-left: 18px;
  margin: 8px 0 16px;
  font-size: 16px;
}

/* TEXT FONT */

.tp-portfolio-11-slider-title {
  font-size: 70px;
  line-height: 0.95;
  letter-spacing: normal;
}

.tp-portfolio-11-slider-nav-tittle {
    font-size: 23px;
    letter-spacing: normal;
}

.des-portfolio-title {
  font-size: 100px;
  font-weight: 500 !important;
  letter-spacing: normal;
}

.tp-project-title {
  letter-spacing: normal;
}

.tp-section-title.fs-140 {
  font-size: 112px;
  letter-spacing: normal;
}

.tp-section-title {
  letter-spacing: normal;
}

  .tp-section-title-dirtyline {
    font-size: 66px;
  }

  .tp-blog-masonry-title {
    font-size: 21px;
  }

  .agntix-light .tp-blog-masonry-btn a {
    color: #ec1f28;
  }

  .tp-career-title {
    font-family: var(--tp-ff-body);
  }
  

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-11-slider-title {
        font-size: 50px;
    }

    .des-portfolio-title {
      font-size: 37px;
    }

    .tp-section-title.fs-140 {
    font-size: 91px;
    }

    .design-project-title-box .tp-section-title-dirtyline {
      font-size: 50px;
    }
}

@media (max-width: 767px) {
    .tp-portfolio-11-slider-title {
        font-size: 45px;
    }

    .des-portfolio-title {
      font-size: 22px;
  }

  .tp-section-title-dirtyline {
    font-size: 37px;
  }
}



/* TEXT FONT BİTİŞ*/

/* Blog Post Navigation Styles */
.blog-post-navigation {
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 50px;
}

.blog-nav-item {
    display: block;
    text-decoration: none;
    padding: 25px 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: #fff;
}


.blog-nav-prev {
    text-align: left;
}

.blog-nav-next {
    text-align: right;
}

.blog-nav-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-nav-prev .blog-nav-label {
    justify-content: flex-start;
}

.blog-nav-next .blog-nav-label {
    justify-content: flex-end;
}

.blog-nav-arrow {
    color: #ec1f28;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}

.blog-nav-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog-nav-item:hover .blog-nav-title {
    color: #ec1f28;
}

.rc-post-title {
  font-size: 16px;
}

.sidebar-wrapper {
  padding-left: 35px;
  padding-right: 50px;
}


.sulax-blog-desc h2{
  font-size: 28px;
}

.sulax-blog-desc h3{
  font-size: 24px;
}

.sulax-blog-desc h4{
  font-size: 20px;
}

#other-blogs .tp-blog-masonry-title {
  min-height: 54px;
}

.dgm-footer-widget-title {
  font-family: var(--tp-ff-heading);
}

.tp-career-title {
  letter-spacing: normal;
}

.referans-content .postbox-title {
  margin-bottom: 0px;
}


/* Responsive Design */
@media (max-width: 768px) {

    .postbox-title.fs-54 {
        font-size: 24px;
    }

    .sulax-blog-desc h2{
      font-size: 26px;
    }

       .sulax-blog-desc h3{
      font-size: 22px;
    }

     .sulax-blog-desc h4{
      font-size: 20px;
    }


    .blog-post-navigation {
        padding: 0;
        margin-top: 40px;
    }

    .blog-nav-item {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .blog-nav-prev,
    .blog-nav-next {
        text-align: left;
    }

    .blog-nav-next .blog-nav-label {
        justify-content: flex-start;
    }

    .blog-nav-title {
        font-size: 16px;
    }

    .blog-nav-label {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .blog-post-navigation {
        padding: 0;
        margin-top: 30px;
    }

    .blog-nav-item {
        padding: 18px 12px;
    }

    .blog-nav-title {
        font-size: 15px;
    }
}


  /* Referanslar Brand Area - Layout */
  #referanslar-brand-area .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  #referanslar-brand-area .row > * {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #referanslar-brand-area .tp-brand-inner-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 0;
  }

  #referanslar-brand-area .tp-brand-inner-item img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  /* Referanslar Hover Animation */

  @keyframes referansHoverBounce {
    0% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.2);
    }
    40% {
      transform: scale(1.1);
    }
    55% {
      transform: scale(1.18);
    }
    70% {
      transform: scale(1.13);
    }
    85% {
      transform: scale(1.16);
    }
    95% {
      transform: scale(1.14);
    }
    100% {
      transform: scale(1.15);
    }
  }

  #referanslar-brand-area .tp-brand-inner-item:hover {
    animation: referansHoverBounce 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  } 



  /* Referanslar Brand Area - Responsive */
  @media (max-width: 1199px) {
    #referanslar-brand-area .row {
      margin-left: -25px;
      margin-right: -25px;
    }
    #referanslar-brand-area .row > * {
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 45px;
    }
    #referanslar-brand-area .tp-brand-inner-item img {
      max-height: 90px;
    }
  }

  @media (max-width: 991px) {
    #referanslar-brand-area .row {
      margin-left: -20px;
      margin-right: -20px;
    }
    #referanslar-brand-area .row > * {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px;
    }
    #referanslar-brand-area .tp-brand-inner-item img {
      max-height: 85px;
    }
  }

  @media (max-width: 767px) {
    #hero-area-second .tp-career-title {
      font-size: 33px;
      letter-spacing: normal;
    }

    #hero-area-second .ar-about-us-4-hero-ptb {
      padding-top: 150px;
      padding-bottom: 50px;
    }

    .tp-section-subtitle {
      font-size: 11px;
    }

    #referanslar-brand-area .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    #referanslar-brand-area .row > * {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 35px;
    }
    #referanslar-brand-area .tp-brand-inner-item img {
      max-height: 75px;
    }

    #hero-area-second .ar-about-us-4-icon {
      display: none;
      }

      .baskanin-mesaji-text-area p {
        font-size: 15px;
      }

      .baskanin-mesaji-text-area {
        padding-top: 0px !important;
    }

      .tp-team-inner-thumb {
        height: 160px !important;
      }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .baskanin-mesaji-text-area .tp-team-hero-text p br {
        display: block !important;
    }
}

  @media (max-width: 575px) {
    #referanslar-brand-area .row {
      margin-left: -12px;
      margin-right: -12px;
    }
    #referanslar-brand-area .row > * {
      padding-left: 12px;
      padding-right: 12px;
      margin-bottom: 30px;
    }
    #referanslar-brand-area .tp-brand-inner-item img {
      max-height: 65px;
    }
  }


  .baskanin-mesaji-hero-area .tp-career-title {
    font-size: 63px;
    font-weight: 600;
    line-height: 1;
    color: #111013;
    letter-spacing: normal;
}

.design-project-title {
  line-height: 1.2;
}

.baskanin-mesaji-hero-area  .ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 10px !important;
}

/* ========================================
   FOOTER TABLET STYLES (768px - 991px)
   ======================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Footer Area */
  .dgm-footer-area {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
  }

  /* Footer Widget Spacing */
  .dgm-footer-widget {
    margin-bottom: 35px !important;
  }

  /* Footer Logo */
  .dgm-footer-col-1 .dgm-footer-logo {
    margin-bottom: 25px !important;
  }

  .dgm-footer-col-1 .dgm-footer-logo img {
    max-width: 180px;
  }

  /* Footer Social Icons */
  .dgm-footer-widget-social {
    margin-top: 20px;
  }

  .dgm-footer-widget-social a {
    width: 40px;
    height: 40px;
  }

  /* Footer Widget Titles */
  .dgm-footer-widget-title {
    font-size: 16px;
    margin-bottom: 18px;
  }

  /* Footer Menu Items */
  .dgm-footer-widget-menu ul li {
    margin-bottom: 10px;
  }

  .dgm-footer-widget-menu ul li a {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Footer Columns - Better Grid Layout */
  .dgm-footer-area .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .dgm-footer-area .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* First Column (Logo) - Full Width on Tablet */
  .dgm-footer-area .col-md-6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  /* Other Columns - 2 Columns Layout */
  .dgm-footer-area .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 35px;
  }

  /* Copyright Area */
  .tp-copyright-2-area {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tp-copyright-2-left {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .tp-copyright-2-left p {
    font-size: 13px;
  }

  .tp-copyright-2-middle {
    text-align: center;
    padding-left: 0 !important;
    margin-bottom: 15px;
  }

  .tp-copyright-2-middle a {
    font-size: 13px;
    justify-content: center;
  }

  .tp-copyright-2-right {
    text-align: center !important;
  }

  .tp-copyright-2-right ul {
    justify-content: center;
  }

  .tp-copyright-2-right ul li a {
    font-size: 13px;
  }

  .dgm-footer-col-3 {
    padding-left: 0px !important;
}
}

.design-project-content span {
  font-weight: 400 !important;
  letter-spacing: normal !important;
}


.design-choose-item p {
  font-weight: 400;
  font-size: 40px;
  text-align: left;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-body);
}

.design-choose-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* ========================================
   DESIGN CHOOSE ITEM - TABLET STYLES (768px - 991px)
   ======================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  #hero-area-second .ar-about-us-4-hero-ptb {
    padding-bottom: 20px;
}

  .design-choose-item {
    padding: 40px 35px !important;
    border-radius: 20px;
  }

  .design-choose-item span {
    font-size: 70px !important;
    margin-bottom: 40px !important;
    letter-spacing: -0.03em;
  }

  .design-choose-item p {
    font-size: 24px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .design-choose-item-wrap {
    margin-bottom: 20px;
  }

  .design-choose-item-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .design-choose-item-wrap .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .design-choose-item-wrap .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .design-choose-item.mt-170 {
    margin-top: 0 !important;
  }

  .design-choose-item.mb-30 {
    margin-bottom: 20px !important;
  }
}

/* ========================================
   DESIGN CHOOSE ITEM - MOBILE STYLES (max-width: 767px)
   ======================================== */
@media (max-width: 767px) {

  .design-project-area {
    padding-top: 0px !important;
  }

  .tp-pd-3-portfolio-area {
    padding-top: 0px !important;
  }

  #surdurulebilirlik-area {
    padding-top: 0px !important;
  }

    .design-choose-title-box p {
        max-width: 100%;
        font-size: 19px;
    }

    .design-choose-title-box {
      margin-bottom: 30px !important;
  }


  .design-choose-item {
    padding: 25px 20px !important;
    border-radius: 15px;
    margin-top: 0 !important;
  }

  .design-choose-item span {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.02em;
    line-height: 1 !important;
  }

  .design-choose-item span i {
    font-size: 48px !important;
  }

  .design-choose-item p {
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    letter-spacing: normal !important;
  }

  /* Kartları mobilde 2 sütun yap */
  .design-choose-item-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .design-choose-item-wrap .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .design-choose-item-wrap .row > * {
    padding-left: 8px;
    padding-right: 8px;
  }

  .design-choose-item-wrap .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Margin düzenlemeleri */
  .design-choose-item.mt-170 {
    margin-top: 0 !important;
  }

  .design-choose-item.mb-30 {
    margin-bottom: 15px !important;
  }

  /* Ana container düzenlemesi */
  .col-xl-9[style*="margin: 0 auto"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xl-9[style*="margin: 0 auto"] .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col-xl-9[style*="margin: 0 auto"] .row > * {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* ========================================
   DESIGN CHOOSE ITEM - SMALL MOBILE STYLES (max-width: 575px)
   ======================================== */
@media (max-width: 575px) {
  .design-choose-item {
    padding: 20px 15px !important;
    border-radius: 12px;
  }

  .design-choose-item span {
    font-size: 40px !important;
    margin-bottom: 15px !important;
  }

  .design-choose-item span i {
    font-size: 40px !important;
  }

  .design-choose-item p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .design-choose-item.mb-30 {
    margin-bottom: 12px !important;
  }

  .design-choose-item-wrap {
    margin-bottom: 12px;
  }
}


#kalite-politikamiz .tp-pd-3-title {
  font-size: 35px;
}

#degerlerimiz-area .dgm-service-content-right p {
  max-width: 100%;
}


#degerlerimiz-area .tp-section-title-grotesk {
  font-size: 53px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #degerlerimiz-area {
      padding-top: 0px !important;
  }

  #degerlerimiz-area .tp-section-title-grotesk {
    font-size: 24px;
  }

  #degerlerimiz-area .tp-section-title-shape {
    display: none;
  }
}

#surdurulebilirlik-area .tp-portfolio-slicer-title-sm {
  font-size: 60px;
}

/* Kataloglar sayfası - Resim arkası kutucuk */
.kataloglar-area .item-1 {
  position: relative;
}

.gap-10 {
  gap: 10px;
  display: flex;
}

.kataloglar-area .item-1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #c80b0f;
  z-index: -1;
  transform: translate(-20px, 20px);
}

.kataloglar-area .item-1 img {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
    .kataloglar-area .item-1::before {
    width: 120px;
    height: 180px;
    transform: translate(-15px, 15px);
  }

  .kataloglar-area .item-1::before {
    content: none;
  }
}

.kataloglar-area .design-project-content span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .tp-portfolio-slicer-content {
      margin-bottom: 30px !important;
  }

  #surdurulebilirlik-area .tp-portfolio-slicer-title-sm {
    font-size: 30px !important;
    margin-bottom: 0px !important;
}

#other-blogs {
  padding-bottom: 0px !important;
}
}

/* ========================================
   PORTFOLIO THUMB ITEM - ANIMATED BORDER EFFECT
   ======================================== */

/* Rotate animation for portfolio thumb items */
@keyframes sulax-portfolio-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Animated border box for portfolio thumb items */
.tp-portfolio-11-thumb-item {
  position: relative !important;
  overflow: hidden !important;
  z-index: 0;
  /* Remove background from main element to show border */
  background: transparent !important;
}

.tp-portfolio-11-thumb-item::before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0), #c80b0f, rgba(0, 0, 0, 0) 25%);
  animation: sulax-portfolio-rotate 4s linear infinite;
  pointer-events: none;
  border-radius: 16px;
}

/* Different starting positions for each item */
.tp-portfolio-11-thumb-item:nth-child(1)::before {
  animation-delay: 0s;
  transform: translate(-50%, -50%) rotate(0deg);
}

.tp-portfolio-11-thumb-item:nth-child(2)::before {
  animation-delay: -0.4s;
  transform: translate(-50%, -50%) rotate(36deg);
}

.tp-portfolio-11-thumb-item:nth-child(3)::before {
  animation-delay: -0.8s;
  transform: translate(-50%, -50%) rotate(72deg);
}

.tp-portfolio-11-thumb-item:nth-child(4)::before {
  animation-delay: -1.2s;
  transform: translate(-50%, -50%) rotate(108deg);
}

.tp-portfolio-11-thumb-item:nth-child(5)::before {
  animation-delay: -1.6s;
  transform: translate(-50%, -50%) rotate(144deg);
}

.tp-portfolio-11-thumb-item:nth-child(6)::before {
  animation-delay: -2s;
  transform: translate(-50%, -50%) rotate(180deg);
}

.tp-portfolio-11-thumb-item:nth-child(7)::before {
  animation-delay: -2.4s;
  transform: translate(-50%, -50%) rotate(216deg);
}

.tp-portfolio-11-thumb-item:nth-child(8)::before {
  animation-delay: -2.8s;
  transform: translate(-50%, -50%) rotate(252deg);
}

.tp-portfolio-11-thumb-item:nth-child(9)::before {
  animation-delay: -3.2s;
  transform: translate(-50%, -50%) rotate(288deg);
}

.tp-portfolio-11-thumb-item:nth-child(10)::before {
  animation-delay: -3.6s;
  transform: translate(-50%, -50%) rotate(324deg);
}

/* Create inner background layer to cover the gradient, leaving border visible */
.tp-portfolio-11-thumb-item::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(6px);
}

/* Ensure inner content stays above the animated border */
.tp-portfolio-11-thumb-item .tp-portfolio-11-thumb-img,
.tp-portfolio-11-thumb-item .tp-portfolio-11-thumb-content {
  position: relative;
  z-index: 1;
}

/* Maintain hover effects */
.tp-portfolio-11-thumb-item:hover::after {
  box-shadow: 0 24px 42px rgba(200, 11, 15, 0.18);
}

.tp-product-details-action-wrapper .sulax-whatsapp-trigger-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.tp-product-details-action-wrapper .sulax-whatsapp-trigger-icon:hover  {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 30%, #075E54 60%, #25D366 100%);
    background-size: 300% 300%;
    animation: gradient-shift 4s ease infinite 0.5s;
    animation-fill-mode: both;
}

.tp-product-details-action-wrapper {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
.tp-section-title.fs-140 {
    font-size: 72px;
    letter-spacing: normal;
}
}

.sulax-product-properties p {
  font-size: 14px;
  line-height: normal;
}

#hero-area-second .ar-about-us-4-hero-ptb {
  padding-bottom: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .design-project-area {
        padding-top: 0px;
    }

        .design-project-content {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-pd-3-portfolio-area {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .tp-project-area {
        padding-top: 0px;
        padding-bottom: 0;
    }

     .tp-work-area {
        padding-top: 0px;
    }

    .showcase-portfolio-wrap {
      padding-top: 50px !important;
    }
}


.agntix-light .postbox-details-text p span {
  color: rgba(0, 0, 0, 0.7) !important;
}
