@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Outfit:wght@800;900&display=swap');

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #086AD8;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}
.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}
.whatsapp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99999;
  font-size: 12px;
}
@media (max-width: 1199px) {

  .whatsapp {
      position: fixed;
      bottom: 15px;
      left: 15px;
      z-index: 99999;
      font-size: 12px;
  }

}

/* --- Custom Brand Logo Premium Styling --- */
span.logo-text-color, span.logo-text-white {
    color: #e65c00 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 22px !important;
    line-height: 1.0 !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
}

/* TAŞIMACILIK sub-text */
a.navbar-brand span.text-warning, a.d-flex span.text-warning {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 4.5px !important;
    font-size: 9.5px !important;
    text-transform: uppercase !important;
    color: #fb8500 !important;
    margin-top: 2px !important;
}

.logo-text-color {
    display: none !important;
}
.logo-text-white {
    display: block !important;
}

/* Scrolled Nav sticky state */
.affix .logo-text-white {
    display: none !important;
}
.affix .logo-text-color {
    display: block !important;
}

/* Offcanvas mobile header state */
.offcanvas-header .logo-text-white {
    display: none !important;
}
.offcanvas-header .logo-text-color {
    display: block !important;
}


/* Custom Calculator Tabs */
.custom-calc-tabs {
  background: #f1f5f9;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid #e2e8f0;
}
.custom-calc-tabs .nav-link {
  color: #1e293b !important;
  font-weight: 700;
  font-size: 15px;
  border-radius: 8px !important;
  padding: 10px 16px;
  transition: all 0.25s ease;
  background: transparent;
  border: none;
}
.custom-calc-tabs .nav-link:hover {
  color: #0b163f !important;
  background: rgba(255, 255, 255, 0.6);
}
.custom-calc-tabs .nav-link.active {
  background-color: #0b163f !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(11, 22, 63, 0.25) !important;
}

/* Premium Modern Background & Card Styling for White Sections */
.premium-clean-bg {
    position: relative;
    background-color: #ffffff;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(251, 133, 0, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(2, 132, 199, 0.04) 0%, transparent 45%),
        linear-gradient(to right, rgba(11, 22, 63, 0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(11, 22, 63, 0.02) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
}

.premium-soft-bg {
    position: relative;
    background-color: #f8fafc;
    background-image: 
        radial-gradient(circle at 85% 15%, rgba(251, 133, 0, 0.035) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(2, 132, 199, 0.04) 0%, transparent 40%);
}

.feature-card, .process-card, .single-article {
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    background: #ffffff !important;
}

.feature-card:hover, .process-card:hover, .single-article:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -10px rgba(11, 22, 63, 0.08), 0 0 1px 1px rgba(251, 133, 0, 0.2) !important;
}

.process-card .process-number {
    box-shadow: 0 6px 16px rgba(251, 133, 0, 0.25);
    transition: transform 0.3s ease;
}
.process-card:hover .process-number {
    transform: scale(1.1);
}

.accordion-item {
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    box-shadow: 0 4px 12px rgba(11, 22, 63, 0.02);
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}
.accordion-item:hover {
    border-color: rgba(251, 133, 0, 0.4) !important;
    box-shadow: 0 8px 20px rgba(11, 22, 63, 0.05);
}
