company-info-a {
    color: #205cd4 !important;
    text-decoration: underline;
}
company-info-a:hover {
    text-decoration: none;
}
/* Kategori kartları için stiller */
.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.card .fa-2x {
    transition: all 0.3s ease;
}

.card:hover .fa-2x {
    transform: scale(1.2);
}

/* Son değerlendirmeler bölümü için stiller */
.review-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #e4e5e9;
}

/* Continue Application Button Styles */
.continue-application {
  --color: #fff;
  --background: #404660;
  --background-hover: #3A4059;
  --background-left: #2B3044;
  --folder: #F3E9CB;
  --folder-inner: #BEB393;
  --paper: #FFFFFF;
  --paper-lines: #BBC1E1;
  --paper-behind: #E1E6F9;
  --pencil-cap: #fff;
  --pencil-top: #275EFE;
  --pencil-middle: #fff;
  --pencil-bottom: #5C86FF;
  --shadow: rgba(13, 15, 25, .2);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 17px 29px 17px 69px;
  transition: background 0.3s;
  color: var(--color);
  background: var(--bg, var(--background));
  display: block;
  text-align: center;
}

.continue-application > div {
  top: 0;
  left: 0;
  bottom: 0;
  width: 53px;
  position: absolute;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: var(--background-left);
}

.continue-application > div .folder {
  width: 23px;
  height: 27px;
  position: absolute;
  left: 15px;
  top: 13px;
}

.continue-application > div .folder .top {
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder .top svg {
  width: 24px;
  height: 27px;
  display: block;
  fill: var(--folder);
  transform-origin: 0 50%;
  transition: transform 0.3s ease var(--fds, 0.45s);
  transform: perspective(120px) rotateY(var(--fr, 0deg));
}

.continue-application > div .folder:before, .continue-application > div .folder:after,
.continue-application > div .folder .paper {
  content: "";
  position: absolute;
  left: var(--l, 0);
  top: var(--t, 0);
  width: var(--w, 100%);
  height: var(--h, 100%);
  border-radius: 1px;
  background: var(--b, var(--folder-inner));
}

.continue-application > div .folder:before {
  box-shadow: 0 1.5px 3px var(--shadow), 0 2.5px 5px var(--shadow), 0 3.5px 7px var(--shadow);
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder:after,
.continue-application > div .folder .paper {
  --l: 1px;
  --t: 1px;
  --w: 21px;
  --h: 25px;
  --b: var(--paper-behind);
}

.continue-application > div .folder:after {
  transform: translate(var(--pbx, 0), var(--pby, 0));
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .folder .paper {
  z-index: 1;
  --b: var(--paper);
}

.continue-application > div .folder .paper:before, .continue-application > div .folder .paper:after {
  content: "";
  width: var(--wp, 14px);
  height: 2px;
  border-radius: 1px;
  transform: scaleY(0.5);
  left: 3px;
  top: var(--tp, 3px);
  position: absolute;
  background: var(--paper-lines);
  box-shadow: 0 12px 0 0 var(--paper-lines), 0 24px 0 0 var(--paper-lines);
}

.continue-application > div .folder .paper:after {
  --tp: 6px;
  --wp: 10px;
}

.continue-application > div .pencil {
  height: 2px;
  width: 3px;
  border-radius: 1px 1px 0 0;
  top: 8px;
  left: 105%;
  position: absolute;
  z-index: 3;
  transform-origin: 50% 19px;
  background: var(--pencil-cap);
  transform: translateX(var(--pex, 0)) rotate(35deg);
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .pencil:before, .continue-application > div .pencil:after {
  content: "";
  position: absolute;
  display: block;
  background: var(--b, linear-gradient(var(--pencil-top) 55%, var(--pencil-middle) 55.1%, var(--pencil-middle) 60%, var(--pencil-bottom) 60.1%));
  width: var(--w, 5px);
  height: var(--h, 20px);
  border-radius: var(--br, 2px 2px 0 0);
  top: var(--t, 2px);
  left: var(--l, -1px);
}

.continue-application > div .pencil:before {
  -webkit-clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
  clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
}

.continue-application > div .pencil:after {
  --b: none;
  --w: 3px;
  --h: 6px;
  --br: 0 2px 1px 0;
  --t: 3px;
  --l: 3px;
  border-top: 1px solid var(--pencil-top);
  border-right: 1px solid var(--pencil-top);
}

.continue-application:before, .continue-application:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: var(--color);
  transform-origin: 9px 1px;
  transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
  top: 26px;
  right: 16px;
  transition: transform 0.3s;
}

.continue-application:after {
  --r: 45deg;
}

.continue-application:hover {
  --cx: 2px;
  --bg: var(--background-hover);
  --fx: -40px;
  --fr: -60deg;
  --fd: .15s;
  --fds: 0s;
  --pbx: 3px;
  --pby: -3px;
  --pbd: .15s;
  --pex: -24px;
  color: var(--color) !important;
  text-decoration: none !important;
}

/* Yıldız renkleri */
.rating-1 .fas.fa-star,
.rating-1 .fas.fa-star-half-alt {
    color: #FF3722 !important;
}

.rating-2 .fas.fa-star,
.rating-2 .fas.fa-star-half-alt {
    color: #FF8622 !important;
}

.rating-3 .fas.fa-star,
.rating-3 .fas.fa-star-half-alt {
    color: #FFCE00 !important;
}

.rating-4 .fas.fa-star,
.rating-4 .fas.fa-star-half-alt {
    color: #73CF11 !important;
}

.rating-5 .fas.fa-star,
.rating-5 .fas.fa-star-half-alt {
    color: #00B67A !important;
}

.far.fa-star {
    color: #e4e5e9 !important;
}

.review-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #2d2d2d;
}

.review-nav button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    background: white;
}

.review-nav button:hover {
    background: #f8f9fa;
    border-color: #dee2e6;
}

.review-nav button i {
    color: #6c757d;
} 
.rating-stars {
    color: #00b67a;
    font-size: 1.2rem;
}
.rating-stars .fas.fa-star,
.rating-stars .fas.fa-star-half-alt {
    color: #00b67a;
}
.rating-stars .far.fa-star {
    color: #e4e5e9;
}
.company-header {
    background: #f8f9fa;
    padding: 40px 0;
    border-bottom: 1px solid #e4e5e9;
}
.review-card .user-info {
    margin-bottom: 15px;
}
.review-card .review-content {
    color: #444;
    line-height: 1.6;
}
.review-card .review-rating {
    margin-top: 4px;
}
.review-card .badge {
    font-weight: 500;
    padding: 4px 8px;
    font-size: 12px;
}
.review-card .badge i {
    font-size: 10px;
}
.review-card h6 {
    color: #333;
    font-size: 16px;
}
.review-card p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}
.review-card .text-muted {
    color: #6c757d !important;
}
.rating-bar {
    height: 8px;
    background: #e4e5e9;
    border-radius: 4px;
    margin: 8px 0;
    overflow: hidden;
}
.rating-bar .fill {
    background: #00b67a;
    height: 100%;
    border-radius: 4px;
    transition: width 0.3s ease;
}
.rating-distribution {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.rating-distribution .stars {
    width: 100px;
    font-size: 0.9rem;
}
.rating-distribution .bar {
    flex-grow: 1;
    margin: 0 10px;
}
.rating-distribution .count {
    width: 50px;
    text-align: right;
    color: #666;
}
.trust-score {
    font-size: 3rem;
    font-weight: bold;
    color: #00b67a;
    line-height: 1;
}
.company-info {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.write-review-btn {
    background: #00b67a;
    border: none;
    padding: 12px 24px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}
.write-review-btn:hover {
    background: #009e67;
}
.breadcrumb-item a {
    color: #00b67a;
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: #009e67;
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: #666;
}
.rating-box {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.btn-outline-primary {
    color: #00b67a;
    border-color: #00b67a;
    font-size: 1.1rem;
    padding: 1rem;
    transition: all 0.3s ease;
}
.btn-outline-primary:hover {
    background-color: #00b67a;
    border-color: #00b67a;
    color: white;
}
.company-logo {
    max-width: 200px;
    max-height: 200px;
    border-radius: 8px;
    padding: 15px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.company-logo-placeholder {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}
.company-logo-placeholder i {
    font-size: 4rem;
    color: #e4e5e9;
    position: absolute;
}
.company-logo-placeholder span {
    font-size: 3rem;
    font-weight: bold;
    color: #00b67a;
    z-index: 1;
}
.company-header {
    padding: 60px 0;
}
@media (max-width: 768px) {
    .company-logo, .company-logo-placeholder {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }
    .company-logo-placeholder i {
        font-size: 3rem;
    }
    .company-logo-placeholder span {
        font-size: 2.5rem;
    }
}
.business-response {
    background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%);
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}
.business-response .border-success {
    border-left: 3px solid #182848 !important;
}
.business-response .text-success {
    color: #182848 !important;
}
.business-response-text{
    color: white !important;
}
.review-card .user-info {
    margin-bottom: 15px;
}
.rating-stars {
    color: #ffc107;
    font-size: 0.9rem;
}
.rating-stars .far.fa-star {
    color: #e0e0e0;
}
.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container .tooltip {
    visibility: hidden;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(51, 51, 51, 0.95);
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    width: 320px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.5;
    white-space: normal;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip-container .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.profile-status-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: help;
}

.profile-status-btn.claimed {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.profile-status-btn.unclaimed {
    background-color: #fff3e0;
    color: #ef6c00;
}
.company-header .breadcrumb-item a {
    color: #666;
    text-decoration: none;
}
.company-header .breadcrumb-item a:hover {
    color: #000;
}
.company-header .company-logo {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.company-header .company-badges .badge {
    font-weight: normal;
    font-size: 0.9rem;
}
.company-header .company-contact-info {
    border: 1px solid #e4e5e9;
}
.company-header .company-contact-info i {
    width: 20px;
}
.rating-1 .fa-star { color: #FF3722 !important; }
.rating-2 .fa-star { color: #FF8622 !important; }
.rating-3 .fa-star { color: #FFCE00 !important; }
.rating-4 .fa-star { color: #73CF11 !important; }
.rating-5 .fa-star { color: #00B67A !important; }

/* From Uiverse.io by Creatlydev */ 
.button-category {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #5126D2;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
  }
  
  .button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--clr);
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  
  .button-category:hover {
    background-color: #673DE6;
  }
  
  .button-category:hover .button__icon-wrapper {
    color: #673DE6;
  }
  
  .button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
  }
  
  .button-category:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
  }
  
  .button-category:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
  }
  

/* Kategori Sayfası Stilleri */
.filter-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
}

.filter-card .card-header {
    background: #fff;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.filter-card .card-body {
    padding: 1rem;
}

.company-list-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.company-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #d1d5db;
}

.company-list-item .company-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 4px;
}

.company-list-item .company-logo-placeholder {
    width: 64px;
    height: 64px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #adb5bd;
    border: 1px solid #eee;
}

.company-list-item .company-name {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: block;
}

.company-list-item .company-name:hover {
    color: #0056b3;
}

.company-list-item .company-location {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.company-list-item .company-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.company-list-item .rating-stars {
    color: #00b67a;
}

.company-list-item .rating-value {
    font-weight: 600;
    color: #2c3e50;
}

.company-list-item .review-count {
    color: #6c757d;
    font-size: 0.9rem;
}

.company-list-item .company-contact {
    display: flex;
    gap: 0.5rem;
}

.company-list-item .contact-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.2s;
}

.company-list-item .contact-btn:hover {
    background: #e9ecef;
    color: #0056b3;
}

/* Modern Şirket Kartları */
.company-card-modern {
    position: relative;
}

.company-card-content {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.company-card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

/* Logo Container */
.company-logo-container {
    position: relative;
    display: inline-block;
}

.company-logo-modern {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 12px;
    border: 2px solid #f1f3f4;
    padding: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.company-logo-placeholder-modern {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.company-initial {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.company-verified-badge {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #00b67a 0%, #00a86b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.company-verified-badge i {
    color: #ffffff;
    font-size: 0.7rem;
}

/* Company Info */
.company-name-modern {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.3;
}

.company-rating-badge {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.rating-score {
    font-weight: 700;
    color: #ffffff;
    font-size: 0.9rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.rating-star {
    color: #ffffff;
    font-size: 0.8rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

/* Rating Stars */
.rating-stars-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-stars-modern {
    display: flex;
    gap: 2px;
}

.star-filled {
    color: #ffd700;
    font-size: 1.1rem;
    filter: drop-shadow(0 1px 2px rgba(255, 215, 0, 0.3));
}

.star-half {
    color: #ffd700;
    font-size: 1.1rem;
    filter: drop-shadow(0 1px 2px rgba(255, 215, 0, 0.3));
}

.star-empty {
    color: #e2e8f0;
    font-size: 1.1rem;
}

.review-count-modern {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* Company Actions */
.company-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.contact-buttons {
    display: flex;
    gap: 8px;
}

.contact-btn-modern {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
}

.website-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.phone-btn {
    background: linear-gradient(135deg, #00b67a 0%, #00a86b 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 182, 122, 0.3);
}

.email-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.btn-text {
    font-size: 0.8rem;
    font-weight: 600;
}

.review-btn-modern {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
    color: #1a202c;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .company-card-content {
        padding: 16px;
    }
    
    .company-logo-modern,
    .company-logo-placeholder-modern {
        width: 60px;
        height: 60px;
    }
    
    .company-initial {
        font-size: 1.4rem;
    }
    
    .company-name-modern {
        font-size: 1.2rem;
    }
    
    .company-actions {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .contact-buttons {
        justify-content: center;
    }
    
    .btn-text {
        display: none;
    }
    
    .contact-btn-modern {
        padding: 8px;
        justify-content: center;
    }
}

.sort-dropdown .btn {
    background: #fff;
    border: 1px solid #eee;
    color: #6c757d;
    padding: 0.5rem 1rem;
}

.results-count {
    color: #6c757d;
    font-size: 0.9rem;
}

.filter-card .form-check-label {
    color: #495057;
    font-size: 0.9rem;
}

.filter-card .form-control {
    border: 1px solid #eee;
    font-size: 0.9rem;
}

.filter-card .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.text-success {
    --bs-text-opacity: 1;
    color: #673DE5 !important;
}
.hero-section {
    background: linear-gradient(135deg, #673DE5 0%, #00B67A 100%);
    padding: 80px 0;
    color: white;
    position: relative;
    margin-bottom: 80px;
    z-index: 1;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('assets/images/pattern.png') repeat;
    opacity: 0.1;
}
.hero-content {
    position: relative;
    z-index: 99999;
}
.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.hero-search {
    border-radius: 50px;
    padding: 8px;
}
.hero-search input {
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
}
.hero-search button {
    background: #673DE5;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.hero-search button:hover {
    background: #5025D1;
    color: white;
}
.hero-image {
    position: relative;
    z-index: 1;
}
.hero-image img {
    max-width: 100%;
    height: auto;
}
.trust-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.trust-badge i {
    margin-right: 8px;
}
.company-card {
    transition: transform 0.3s;
}
.company-card:hover {
    transform: translateY(-5px);
}
.rating-stars {
    color: #FFD700;
}

/* Yeni kategori kartı stilleri */
.outer {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    padding: 1px;
    background: radial-gradient(circle 230px at 0% 0%, #ffffff, #673DE5);
    position: relative;
    margin-bottom: 20px;
}

.dot {
    width: 5px;
    aspect-ratio: 1;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 100px;
    z-index: 2;
    right: 10%;
    top: 10%;
    animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
    0%, 100% {
        top: 10%;
        right: 10%;
    }
    25% {
        top: 10%;
        right: calc(100% - 35px);
    }
    50% {
        top: calc(100% - 30px);
        right: calc(100% - 35px);
    }
    75% {
        top: calc(100% - 30px);
        right: 10%;
    }
}

.card-category {
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    border: solid 1px #5025D1;
    background-size: 20px 20px;
    background: radial-gradient(circle 280px at 0% 0%, #673DE5, #5025D1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    color: #fff;
    transition: transform 0.3sease;
}

.ray {
    width: 220px;
    height: 45px;
    border-radius: 100px;
    position: absolute;
    background-color: #5025D1;
    opacity: 0.4;
    box-shadow: 0 0 50px #673DE5;
    filter: blur(10px);
    transform-origin: 10%;
    top: 0%;
    left: 0;
    transform: rotate(40deg);
}

.card-category .text {
    font-weight: bolder;
    font-size: 1.5rem;
    background: linear-gradient(45deg, #ffffff 4%, #fff, #000);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    padding: 0 10px;
}

.line {
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #2c2c2c;
}

.topl {
    top: 10%;
    background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}

.bottoml {
    bottom: 10%;
}

.leftl {
    left: 10%;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #747474 30%, #222424 70%);
}

.rightl {
    right: 10%;
    width: 1px;
    height: 100%;
}

.outer:hover .card {
    transform: scale(1.02);
}

/* Son değerlendirmeler için yeni kart stilleri */
.card-comments {
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(243, 244, 246, 1);
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  cursor: pointer;
}

.card-comments:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-color: #673DE5;
}

.header-comments {
  display: flex;
  justify-content: space-between;
  grid-gap: 1rem;
  gap: 1rem;
}

.title-comments {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: rgba(17, 24, 39, 1);
  display: block;
}

.card-comments:hover .title-comments {
  color: #673DE5;
}

.name-comments {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: rgba(75, 85, 99, 1);
}

.image-comments {
  display: block;
  flex-shrink: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

.description-comments {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(107, 114, 128, 1);
}

.post-info-comments {
  margin-top: 1.5rem;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
}

.cr {
  display: flex;
  flex-direction: column-reverse;
}

.dt {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgba(75, 85, 99, 1);
}

.dd {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(107, 114, 128,1);
}

.rating-comments {
  display: flex;
  gap: 2px;
  font-size: 0.875rem;
}

.rating-comments .far.fa-star {
  color: #e4e5e9 !important;
}

.rating-comments.rating-1 .fas.fa-star {
  color: #FF3722 !important;
}

.rating-comments.rating-2 .fas.fa-star {
  color: #FF8622 !important;
}

.rating-comments.rating-3 .fas.fa-star {
  color: #FFCE00 !important;
}

.rating-comments.rating-4 .fas.fa-star {
  color: #73CF11 !important;
}

.rating-comments.rating-5 .fas.fa-star {
  color: #00B67A !important;
}
.card-categories-page {
    --white: hsl(0, 0%, 100%);
    --black: hsl(240, 15%, 9%);
    --paragraph: hsl(0, 0%, 83%);
    --line: hsl(240, 9%, 17%);
    --primary: #673AB7;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    background-color: hsla(240, 15%, 9%, 1);
    background-image: linear-gradient(135deg, #673DE5 0%, #00B67A 100%);
    border-radius: 1rem;
    box-shadow: 0px -16px 24px 0px rgba(255, 255, 255, 0.25) inset;
    margin-bottom: 2rem;
}

.card-categories-page .card__border {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: -10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: linear-gradient(0deg, hsl(0, 0%, 100%) -50%, hsl(0, 0%, 40%) 100%);
    border-radius: 1rem;
}

.card-categories-page .card__border::before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 10rem;
    background-image: linear-gradient(0deg,
            hsla(0, 0%, 100%, 0) 0%,
            hsl(189, 100%, 50%) 40%,
            hsl(189, 100%, 50%) 60%,
            hsla(0, 0%, 40%, 0) 100%);
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.card-categories-page .card_title__container .card_title {
    font-size: 1.5rem;
    color: white;
    display: block;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
}

.card-categories-page .card_title__container .card_title i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
}

.card-categories-page .card_title__container .card_title:hover {
    color: white;
}

.card-categories-page .card_title__container .card_paragraph {
    margin-top: 0.25rem;
    width: 100%;
    font-size: 0.875rem;
    color: var(--paragraph);
}

.card-categories-page .line {
    width: 100%;
    height: 0.1rem;
    background-color: hsl(261.6deg 51.87% 47.25%);
    border: none;
    margin: 6rem 0;
}

.card-categories-page .card__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-categories-page .card__list .card__list_item {
    display: flex;
    align-items: center;
}

.list_text_link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease;
}

.list_text_link:hover {
    transform: translateX(5px);
}

.list_text_link:hover .list_text {
    color: var(--primary);
}

.card-categories-page .card__list .card__list_item .check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
}

.card-categories-page .card__list .card__list_item .check .check_svg {
    width: 1rem;
    height: 1rem;
    fill: white;
}

.card-categories-page .card__list .card__list_item .list_text {
    font-size: 0.875rem;
    color: var(--white);
}

.card-categories-page .card__list .card__list_item .list_text small {
    color: var(--paragraph);
    margin-left: 0.5rem;
}

.card-categories-page .button {
    cursor: pointer;
    padding: 0.75rem;
    width: 100%;
    background-image: linear-gradient(0deg, hsl(189, 92%, 58%), hsl(189, 99%, 26%) 100%);
    font-size: 0.875rem;
    color: var(--white);
    border: 0;
    border-radius: 9999px;
    box-shadow: inset 0 -2px 25px -4px var(--white);
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.card-categories-page .button:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 -2px 25px -2px var(--white);
    color: var(--white);
}

.category-header {
    background: #f8f9fa;
    padding: 2rem 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 2rem;
}

.search-box {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
}

.search-input {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    width: 100%;
    font-size: 1rem;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(0,182,122,0.1);
}

/* Kategori Sayfası Stilleri */
.row.g-4.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-lg-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 0;
}

.row.g-4.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-lg-4 > .col {
    width: 100%;
    padding: 0;
    margin: 0;
}

.card-categories-page {
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.card-categories-page .card__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.card-categories-page .card_title__container {
    margin-bottom: 1rem;
}

/* Yeni Arama Kutusu Stilleri */
.search-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    z-index: 99999;
}

.search-input-wrapper {
    position: relative;
    width: 100%;
}

.search-input-wrapper input {
    width: 100%;
    padding: 16px 48px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.search-input-wrapper .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #673DE6;
    font-size: 18px;
    z-index: 100000;
    pointer-events: none;
}

.search-input-wrapper .clear-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    cursor: pointer;
    display: none;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.search-input-wrapper .clear-icon:hover {
    background: #f5f5f5;
}

.search-input-wrapper input:focus {
    outline: none;
    box-shadow: 0 6px 24px rgba(103, 61, 230, 0.2);
    transform: translateY(-1px);
}

.search-input-wrapper input:focus + .search-icon {
    color: #673DE6;
}

.search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    display: none;
    overflow: hidden;
}

.search-results .category-item {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
}

.search-results .category-item:last-child {
    border-bottom: none;
}

.search-results .category-item:hover {
    background-color: #f8f9ff;
}

.search-results .category-item i {
    color: #673DE6;
    width: 24px;
    text-align: center;
    font-size: 16px;
}

.search-results .category-item .category-name {
    font-weight: 500;
    color: #333;
    flex: 1;
}

.search-results .category-item .category-type {
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Hero section z-index düzeltmesi */
.hero-section {
    position: relative;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-image {
    position: relative;
    z-index: 1;
}

/* Yeni Navbar Stilleri */
.custom-nav {
  padding: 0.8rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #171717;
  color: #f2f2f2;
}

.custom-nav-left,
.custom-nav-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.custom-nav-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}

.custom-nav-brand > img {
  width: 10.3rem;
}

.custom-nav-menu {
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.6rem 0.625rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s;
  color: #f2f2f2;
  text-decoration: none;
  cursor: pointer;
}

.custom-nav-link > svg {
  font-weight: 600;
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

.custom-nav-link:hover {
  background-color: #212121;
  color: #f2f2f2;
}

.custom-btn-primary {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1rem;
  gap: 8px;
  background-image: linear-gradient(144deg, #673DE6, #5b42f3 50%, #00ddeb);
}

.custom-btn-primary > svg,
.custom-btn-icon > svg {
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.custom-btn-profile {
  font-size: 16px;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

.custom-btn-profile > svg {
  width: 24px;
  height: 24px;
  margin-left: 0;
}

.custom-profile-pic {
  width: 2.25rem;
  margin-left: 1rem;
  aspect-ratio: 1;
}

.custom-profile-pic > img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.375rem;
}

/* DROPDOWN MENU */
.custom-dropdown-container {
  position: relative;
  overflow: visible;
}

.custom-dropdown-menu {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 8px);
  background-color: #212121;
  padding: 1rem;
  gap: 0.5rem;
  border-radius: 0.75rem;
  z-index: 9999;
  transition: 0.3s;
  min-width: 200px;
}

.custom-dropdown-container:hover > .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.custom-dropdown-menu.custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 240px);
}

.custom-dropdown-menu > a {
  font-weight: 600;
  padding: 1rem;
  background-color: #292929;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f2f2f2;
  text-decoration: none;
}

.custom-dropdown-menu > a:hover {
  background-color: #353535;
}

.custom-dropdown-menu > a > span:nth-of-type(2) {
  color: #9ca3af;
}

/* Profile Dropdown */
.custom-profile-dropdown {
  width: 200px;
  padding: 5px;
  translate: 0 -20px;
  opacity: 0;
  transition: 0.3s ease;
  right: 0;
  left: auto;
}

.custom-dropdown-container:hover:has(.custom-profile-dropdown) > .custom-profile-dropdown {
  translate: 0 0;
  opacity: 1;
}

.custom-profile-dropdown > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #d1d5db;
  transition: 0.15s ease;
}

.custom-profile-dropdown > a:hover {
  background-color: #171717;
  color: #f0f3f5;
}

/* Menu Icon */
.custom-menu-icon {
  display: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
}

.custom-menu-icon:hover {
  background-color: #212121;
}

@media (max-width: 900px) {
  .custom-nav-left > .custom-nav-menu {
    display: none;
  }
  .custom-nav-right > * {
    display: none;
  }

  .custom-menu-icon {
    display: block;
  }
}
.filter-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}
.filter-card .card-header {
    background: #f8f9fa;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
}
.filter-card .card-body {
    padding: 1rem;
}
.company-list-item {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
}
a:hover .company-list-item {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.company-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    padding: 0.5rem;
}
.company-logo-placeholder {
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #9ca3af;
}
.company-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.company-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.rating-stars {
    display: flex;
    gap: 2px;
}
.rating-stars .far.fa-star {
    color: #e4e5e9 !important;
}
.rating-1 .fas.fa-star {
    color: #FF3722 !important;
}
.rating-2 .fas.fa-star {
    color: #FF8622 !important;
}
.rating-3 .fas.fa-star {
    color: #FFCE00 !important;
}
.rating-4 .fas.fa-star {
    color: #73CF11 !important;
}
.rating-5 .fas.fa-star {
    color: #00B67A !important;
}
.rating-value {
    font-weight: 600;
    color: #374151;
}
.review-count {
    color: #6b7280;
    font-size: 0.875rem;
}
.company-contact {
    display: flex;
    gap: 1rem;
}
.contact-btn {
    color: #6b7280;
    font-size: 1.125rem;
}
.search-header {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    padding: 3rem 0;
    margin-bottom: 2rem;
}
.search-header h1 {
    color: white;
    margin-bottom: 1.5rem;
}
.search-form {
    max-width: 600px;
    margin: 0 auto;
}
.sort-dropdown {
    margin-bottom: 1rem;
}
.results-count {
    color: #6b7280;
    margin-bottom: 1rem;
}
/* Modern Auth Container Styles */
.auth-container {
    max-width: 450px;
    margin: 3rem auto;
    padding: 0 1rem;
}

.auth-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.auth-header i {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #673DE5 0%, #00B67A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    display: block;
}

.auth-header h2 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.auth-header p {
    color: #6b7280;
    font-size: 1rem;
    margin: 0;
}

/* Modern Card Styles */
.auth-container .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    position: relative;
}

.auth-container .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #673DE5 0%, #00B67A 100%);
    z-index: 1;
}

.auth-container .card-body {
    padding: 3rem 2.5rem;
    position: relative;
    z-index: 2;
}

/* Modern Form Styles */
.auth-container .form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.auth-container .form-control {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.auth-container .form-control:focus {
    border-color: #673DE5;
    box-shadow: 0 0 0 3px rgba(103, 61, 229, 0.1);
    background: #fff;
    outline: none;
}

.auth-container .form-control:hover {
    border-color: #d1d5db;
    background: #fff;
}

/* Modern Button Styles */
.auth-container .btn-primary {
    background: linear-gradient(135deg, #673DE5 0%, #00B67A 100%);
    border: none;
    border-radius: 12px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.auth-container .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #5025D1 0%, #00A86B 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.auth-container .btn-primary:hover::before {
    left: 0;
}

.auth-container .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(103, 61, 229, 0.3);
}

.auth-container .btn-primary span,
.auth-container .btn-primary i {
    position: relative;
    z-index: 1;
    color: white;
}

/* Form Check Styles */
.auth-container .form-check {
    margin: 1.5rem 0;
}

.auth-container .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    margin-top: 0.1rem;
}

.auth-container .form-check-input:checked {
    background-color: #673DE5;
    border-color: #673DE5;
}

.auth-container .form-check-label {
    color: #6b7280;
    font-size: 0.95rem;
    margin-left: 0.5rem;
}

/* Links */
.auth-container a {
    color: #673DE5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.auth-container a:hover {
    color: #5025D1;
    text-decoration: underline;
}

/* Divider */
.auth-container hr {
    margin: 2rem 0;
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}

/* Responsive Design */
@media (max-width: 576px) {
    .auth-container {
        margin: 1.5rem auto;
        padding: 0 0.5rem;
    }
    
    .auth-container .card-body {
        padding: 2rem 1.5rem;
    }
    
    .auth-header h2 {
        font-size: 1.75rem;
    }
    
    .auth-header i {
        font-size: 3rem;
    }
}

/* Animation for form inputs */
.auth-container .form-floating {
    position: relative;
}

.auth-container .form-floating > .form-control {
    padding: 1rem 0.75rem 0.25rem;
}

.auth-container .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: #6b7280;
}

/* Loading animation for button */
.auth-container .btn-primary.loading {
    pointer-events: none;
}

.auth-container .btn-primary.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* Outline Button Styles */
.auth-container .btn-outline-primary {
    background: transparent;
    border: 2px solid #673DE5;
    color: #673DE5;
    border-radius: 12px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.auth-container .btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #673DE5 0%, #00B67A 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.auth-container .btn-outline-primary:hover::before {
    left: 0;
}

.auth-container .btn-outline-primary:hover {
    color: white;
    border-color: #673DE5;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(103, 61, 229, 0.2);
}

.auth-container .btn-outline-primary span,
.auth-container .btn-outline-primary i {
    position: relative;
    z-index: 1;
}

/* Form Text Styles */
.auth-container .form-text {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Progress Bar Styles */
.auth-container .progress {
    background-color: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
}

.auth-container .progress-bar {
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Password Match Icon */
.auth-container #passwordMatch {
    pointer-events: none;
}

/* Terms and Conditions */
.auth-container .form-check-label a {
    text-decoration: none;
}

.auth-container .form-check-label a:hover {
    text-decoration: underline;
}

/* Enhanced Input Focus Effects */
.auth-container .form-control:focus {
    transform: translateY(-1px);
}

.auth-container .position-relative.focused .form-control {
    border-color: #673DE5;
    box-shadow: 0 0 0 3px rgba(103, 61, 229, 0.1);
}

/* Mobile Optimizations */
@media (max-width: 576px) {
    .auth-container .btn-primary,
    .auth-container .btn-outline-primary {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .auth-header i {
        font-size: 2.5rem;
    }
    
    .auth-container .form-control {
        padding: 0.75rem 0.875rem;
    }
}
.profile-container {
    max-width: 600px;
    margin: 2rem auto;
}
.profile-header {
    text-align: center;
    margin-bottom: 2rem;
}
.profile-header i {
    font-size: 3rem;
    color: #00b67a;
    margin-bottom: 1rem;
}
.add_company_card {
    width: 100%;
    max-width: 740px;
    height: auto;
    min-height: 354px;
    padding: 30px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
  }
  
  .add_company_card > * {
    margin: 0;
  }
  
  .add_company_card__title {
    font-size: 23px;
    font-weight: 900;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .add_company_card__content {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin: 10px;
  }
  
  .add_company_card__form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    max-width: 500px;
  }
  
  .add_company_card__form input {
    outline: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: transparent 0px 0px 0px 1px inset;
    padding: 0.6em;
    border-radius: 14px;
    border: 1px solid #333;
    color: black;
  }
  
  .add_company_card__form button {
    border: 0;
    background: #111;
    color: #fff;
    padding: 0.68em;
    border-radius: 14px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .add_company_sign-up:hover {
    opacity: 0.9;
  }
  .add_newcompany_button {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .add_newcompany_button {
    --primary-color: #111;
    --hovered-color: #875DF5;
    position: relative;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    gap: 0.5rem;
    align-items: center;
  }
  
  .add_newcompany_button p {
    margin: 0;
    position: relative;
    font-size: 20px;
    color: var(--primary-color);
  }
  
  .add_newcompany_button::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -7px;
    background: var(--hovered-color);
    height: 2px;
    transition: 0.3s ease-out;
  }
  
  .add_newcompany_button p::before {
    position: absolute;
    content: "Şirket Ekle";
    width: 0%;
    inset: 0;
    color: var(--hovered-color);
    overflow: hidden;
    transition: 0.3s ease-out;
  }
  
  .add_newcompany_button:hover::after {
    width: 100%;
  }
  
  .add_newcompany_button:hover p::before {
    width: 100%;
  }
  
  .add_newcompany_button:hover svg {
    transform: translateX(4px);
    color: var(--hovered-color);
  }
  
  .add_newcompany_button svg {
    color: var(--primary-color);
    transition: 0.2s;
    position: relative;
    width: 15px;
    transition-delay: 0.2s;
  }

/* Yıldız derecelendirme sistemi için stiller */
.rating-stars {
    direction: rtl;
}

.rating-stars .star-label i {
    color: #e4e5e9;
    transition: all 0.2s;
}

.rating-stars .star-label:hover i,
.rating-stars .star-label:hover ~ .star-label i {
    color: var(--hover-color, #00b67a);
}

.rating-stars .star-label input:checked ~ i {
    color: var(--rating-color, #e4e5e9);
}

.rating-stars .star-label input:checked ~ .star-label i {
    color: var(--rating-color, #e4e5e9);
}
.clear-divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px auto;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.company-social-card {
    height: fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 25px;
    border-radius: 14px;
}
.company-Btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
}

.company-svgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(0px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
    z-index: 2;
    padding: 0;
    margin: 0;
}

.company-svgContainer svg {
    padding: 0;
    margin: 0;
}

.company-BG {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #181818;
    z-index: 1;
    border-radius: 10px;
    pointer-events: none;
    transition: all 0.3s;
    font-size: 0px;
    padding: 0;
    margin: 0;
}
.company-facebook .company-BG {
    background: #1877f2;
}
.company-x .company-BG {
    background: #000000;
}
.company-instagram .company-BG {
    background: #e4405f;
}
.company-linkedin .company-BG {
    background: #0077b5;
}
.company-Btn:hover .company-BG {
    transform: scale(1.5);
    font-size: 20px;
    color: white;
}

.company-Btn:hover .company-svgContainer {
    border: 1px solid rgba(216, 216, 216, 0.466);
    background-color: rgba(209, 209, 209, 0.466);
    backdrop-filter: blur(4px);
}
.company_gowebsite_button {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(144deg, #673DE6, #5b42f3 50%, #00ddeb);
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
  padding-left: 8px;
  text-decoration: none;
}

.company_gowebsite_svgIcon {
  height: 25px;
  transition: transform 1.5s ease;
  filter: brightness(0) invert(1);
}

.company_gowebsite_bell path {
  fill: #ffffff;
}

.company_gowebsite_button:hover {
  background: linear-gradient(144deg, #02b0bd #4f2db4, #4431be 50%);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.company_gowebsite_button:active {
  transform: translateY(-1px) scale(0.98);
  transition: all 0.1s ease;
}

.company_gowebsite_button:hover .company_gowebsite_svgIcon {
  transform: rotate(250deg);
  transition: transform 1.5s ease;
}