h1, h2, h3, h4 {
  font-weight: 800; 
  color: #136556;  
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

p {
  font-weight: 400;
  font-size: 15px;
  color: #444;
}

.main-nav a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase; 
  letter-spacing: 0.5px;
}

  .logo {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
  }
  
  .main-nav a {
    color: #eafff1;
    text-decoration: none;
    margin-left: 18px;
    font-size: 14px;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  
  .card-content {
    padding: 15px;
  }
  
  .card-content h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .card-content p {
    font-size: 14px;
    color: #555;
  }

  .site-footer {
    background: #1e1e1e;
    color: #aaa;
    text-align: center;
    padding: 18px;
    font-size: 13px;
    margin-top: 40px;
  }
  
  .logo img,
.logo-img {
  height: 38px;      
  width: auto;
  display: block;
}

.logo a {
  display: flex;
  align-items: center;
}

.post-content {
  max-width: 800px;
  margin: auto;
}

.post-content h1 {
  font-size: 26px;
  margin-bottom: 15px;
}

.post-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.post-content p {
  margin-bottom: 18px;
}

.post-content h2 {
  margin-top: 36px;
  margin-bottom: 14px;
}

.post-content ul {
  margin: 16px 0 22px;
}

.post-content li {
  margin-bottom: 8px;
}

.brand-track img {
  height: 60px;
  object-fit: contain;
  transition: 0.3s;
}

.brand-track img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@keyframes scrollBrands {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* MOBİL */
@media (max-width: 768px) {
  .brand-track img {
    height: 45px;
  }
}

.brand-slider {
  position: relative;
}

.brand-slider::after {
  right: 0;
  background: linear-gradient(to left, #f8f8f8 0%, transparent 100%);
}

.brand-track img {
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s;
}

.brand-track img:hover {
  transform: scale(1.10);
}

.blog-card {
  text-decoration: none;
  color: inherit;
}

.blog-card .card-image {
  height: 220px;
  overflow: hidden;
}

.blog-card .card-image img {
  width: 100%;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.delivery-system {
  background: #f7f9f8;
  padding: 60px 20px;
  text-align: center;
}

.delivery-system h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.delivery-system .subtitle {
  color: #555;
  margin-bottom: 40px;
}

.delivery-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.step {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.step span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #2e7d32;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.step h3 {
  margin-bottom: 8px;
}

.delivery-info {
  margin-top: 40px;
  font-size: 16px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}


/* Yazı balonu */
.whatsapp-text {
  max-width: 220px;
  background: #ffffff;
  color: #333;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  white-space: normal;
}

.whatsapp-float {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

/* Mobilde yan yana yerine ALT ALTA */
@media (max-width: 600px) {
  .whatsapp-container {
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
  }
}

.logo img {
  height: 40px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}


.social-icons a:hover img {
  transform: scale(1.15);
}

.main-nav {
  display: flex;
  gap: 20px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {

  .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    padding: 15px 0;
    z-index: 9999;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    display: block;              
    padding: 12px 20px;
    color: #111;                 /* 🔴 BEYAZ ÜSTÜ BEYAZI ENGELLER */
    text-decoration: none;
    font-weight: 500;
  }

  .main-nav a:hover {
    background: #f2f2f2;
  }
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 38px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.main-nav {
  display: flex;
  gap: 18px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {

  .header-inner {
    align-items: center;
  }

  .social-icons {
    order: 1;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .main-nav {
    position: absolute;
    top: 100%; /* HEADER'IN ALTINA DEĞİL, İÇİNDEN */
    left: 0;
    width: 100%;
    background: #136556;
    flex-direction: column;
    display: none;
    z-index: 9999;
  }

  .main-nav a {
    padding: 14px 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
  }

  .main-nav.active {
    display: flex;
  }
}

.header-right {
  display: flex;
  align-items: center; 
  gap: 14px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}


.social-icons img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.menu-toggle {
  display: flex;              
  align-items: center;        
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    background: #fff;
    width: 100%;
    flex-direction: column;
    z-index: 999;
  }

  .main-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}

.menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}


.menu-toggle {
  display: none;
}

@media (max-width: 768px) {

  .menu-toggle {
    display: block;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    z-index: 9999;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    display: block;
    padding: 14px 20px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #eee;
  }
}

.menu-toggle {
  position: relative;
  z-index: 10001;
}

.whatsapp-float {
  z-index: 999;
}

.menu-toggle {
  position: relative;
  z-index: 10002;
}

.main-nav {
  z-index: 10001;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  padding: 10px 0;
  z-index: 10000;
  background: #0d6140f7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.container.mt-5, 
.container-fluid.mt-5 {
    margin-top: 1rem !important; 
}

.card-body {
    padding: 1rem !important; 
}

.swiper-container, .mySwiper {
    margin-bottom: 5px !important;
}

.card:hover {
  transform: translateY(-5px);
}

h1, h2, h3, .card-title {
  color: #1a3c34 !important; 
  font-weight: 700 !important;
  text-shadow: none !important; 
}

p {
  color: #444 !important;
  line-height: 1.6;
}

.alt-sabit-kedi {
  position: fixed;  
  bottom: 0;   
  left: 50%;        
  transform: translateX(-50%); 
  z-index: 1000;    
  pointer-events: none; 
  width: 350px;     
}

.alt-sabit-kedi img {
  width: 100%; 
  display: block;
  filter: drop-shadow(0px -5px 10px rgba(0,0,0,0.1)); 
}

@media (max-width: 768px) {
  .alt-sabit-kedi {
      width: 200px; 
  }
}

.kedi-wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px; 
  z-index: 1000;
  overflow: hidden; 
  pointer-events: none;
}

#sabitKedi {
  width: 100%;
  display: block;
  transition: transform 0.1s ease-out; 
  will-change: transform;
}

h1, h2, h3, h4, h5, h6,
p, span, li, a, button, input, textarea {
  font-family: inherit;
}


h1 {
  font-weight: 700;
  letter-spacing: -0.4px;
}

h2 {
  font-weight: 600;
}




h1, h2, h3, h4, h5 {
  font-weight: 600;
}



h1, h2, h3, h4, h5 {
  font-weight: 600;
}


@media (max-width: 768px) {
    
    .main-nav {
        background: rgba(40, 44, 52, 0.95) !important; 
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 15px 30px rgba(0,0,0,0.3);
        position: absolute;
        top: 100%; /* Header'ın hemen altından başlar */
        left: 0;
        width: 100%;
        display: none; /* JS ile açılır */
        flex-direction: column;
        padding: 0;
        z-index: 9999;
    }

    .main-nav.open, .main-nav.active {
        display: flex !important;
    }

    .main-nav a {
        color: #ffffff !important; 
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        font-weight: 500; 
        padding: 18px 25px; 
        
        border-bottom: 1px solid rgba(255, 255, 255, 0.08); 
        text-decoration: none;
        display: block;
        transition: all 0.3s ease;
    }

    .main-nav a:hover {
        background: rgba(255, 255, 255, 0.1);
        padding-left: 35px;
        color: #eafff1 !important; 
    }
}

@media (max-width: 768px) {
  .main-nav {
      position: fixed;
      top: 0;
      right: 0;       
      width: 50% !important; 
      height: 100vh;
      z-index: 10001;
      background: rgba(255, 255, 255, 0.85) !important;
      box-shadow: -8px 0 25px rgba(0, 0, 0, 0.1);
      display: flex !important;
      flex-direction: column;
      padding: 100px 20px 20px 20px;
      transform: translateX(100%); 
      visibility: hidden;
      transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s;
  }

  .main-nav.open {
      transform: translateX(0) !important; 
      visibility: visible;
  }

  .main-nav a {
      color: #136556 !important;
      font-family: 'Poppins', sans-serif !important;
      font-weight: 700;
      font-size: 18px;
      padding: 15px 0;
      text-decoration: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      text-align: center;
      display: block;
      width: 100%;
  }

  .menu-toggle {
      position: relative;
      z-index: 10002;
      background: none;
      border: none;
      cursor: pointer;
  }
}

@media (max-width: 768px) {
  .main-nav {
      position: fixed !important;
      top: 61px !important;  
      right: 0 !important;
      left: auto !important;
      width: 50% !important; 
      height: calc(100vh - 80px) !important; 
      background: rgba(255, 255, 255, 0.8) !important; 
      display: flex !important;
      flex-direction: column;
      padding: 0 !important; 
      z-index: 99999;
      box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.05);
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      transform: translateX(100%);
      visibility: hidden;
      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .main-nav.open {
      transform: translateX(0) !important;
      visibility: visible;
  }

  .main-nav a {
      color: #136556 !important;
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 700;
      font-size: 15px;
      padding: 22px 15px; /* Yazıları kutu içinde ortalar */
      text-align: center;
      text-decoration: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
      display: block;
      width: 100%;
  }
}

@media (max-width: 768px) {
  .main-nav {

      position: fixed !important;
      top: 60px !important;
      right: 0 !important;
      left: auto !important;
      margin: 0 !important;
      width: 50% !important; 
      height: calc(100vh - 60px) !important;
      background: rgba(255, 255, 255, 0.85) !important;
      box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
      display: flex !important;
      flex-direction: column;
      padding: 0 !important; 
      z-index: 99999;
      overflow-y: auto;
      transform: translateX(100%);
      visibility: hidden;
      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .main-nav.open {
      transform: translateX(0) !important;
      visibility: visible;
  }


  .main-nav a {
      color: #136556 !important;
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 700;
      font-size: 15px;
      padding: 20px; 
      text-align: center;
      text-decoration: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      display: block;
      width: 100%;
  }
}

section:first-of-type {
  padding-top: 20px !important;
}

h1, h2, h3 {
    color: #136556 !important; 
    margin-bottom: 20px;
}

p, li {
    color: #222 !important; 
    font-weight: 500; 
    line-height: 1.8;
}

p, li, span {
    color: #1a1a1a !important; 
    font-weight: 500 !important;
}

h1, h2, h3 {
    color: #136556 !important; 
    text-shadow: 0 1px 2px rgba(255,255,255,0.5); 
}

.container, .post-content, .card {
  background: rgba(255, 255, 255, 0.5) !important; 
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.45) !important;
  margin-top: 20px !important;
  margin-bottom: 25px;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: var(--card-bg) !important;
}

.brand-slider {
  width: 100%;
  overflow: hidden;
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: brandScroll 30s linear infinite;
}

@keyframes brandScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .brand-track {
    gap: 40px;
  }

  .brand-track img {
    height: 45px;
  }
}

.card .slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.card .slider .slide.active {
  opacity: 1;
}

a.card {
  display: block;      
  text-decoration: none;
  color: inherit;
}

.slider {
  display: block !important;
  position: relative !important;
  height: auto !important;
  min-height: 200px !important;
  color: white;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  font-size: 30px;
  width: 100%;
  z-index: 9999 !important;
  box-shadow: none !important;
  border: none !important;
  margin-top: 0 !important;
  align-items: center;
  padding: 20px 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

.card .slider .slide .slide.active {
  background-color: #ddd !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  inset: 0;
  transition: opacity 0.8s ease, transform 1.2s ease;
}

.card .slider .slide.active {
  opacity: 1;
  transform: scale(1);
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: scale(1.05);
}

.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.slider::before, .slider::after {
  display: none !important;
}

.slide {
  position: absolute;
  inset: 0;              
  opacity: 0;       
  visibility: hidden;
  background-size: contain;   
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1.2s ease-in-out; 
}

.slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
@media (max-width: 768px) {
    .main-nav {
        display: none; 
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        padding: 40px 0; 
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        z-index: 99999;
        
        flex-direction: column;    
        align-items: center;      
        justify-content: center; 
        gap: 25px;          
    }

    .main-nav.open {
        display: flex !important;
    }

    .main-nav a {
        font-size: 1.2rem;      
        width: 100%;         
        text-align: center;      
    }
}


.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: start;
}

.contact-card {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  height: 100%; 
}


.social-contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 12px;
}


.social-contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.mini-contact-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border-radius: 20px;
  text-decoration: none;
  color: #136556;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.mini-contact-link:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.4) !important;
  border-color: #136556;
  color: #000;
}

.mini-contact-link::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-bottom: 8px;
}

.tel::before { background: #2d5a27; }
.whatsapp::before { background: #2ecc71; }
.instagram::before { background: #e1306c; }
.facebook::before { background: #1877f2; }


.tel { background: #136556; }
.whatsapp { background: #2ecc71; }
.instagram { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.facebook { background: #3b5998; }


.branch-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.branch-details strong { display: block; color: #333; margin-bottom: 4px; }
.branch-details p { font-size: 0.85rem; color: #777; margin-bottom: 8px; }

.map-link {
  display: inline-block;
  font-size: 0.8rem;
  color: #136556;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #136556;
  padding: 4px 12px;
  border-radius: 20px;
  transition: all 0.3s;
}

.map-link:hover { background: #136556; color: white; }

.map-preview-card {
  background: #eee;
  height: 200px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  color: #888;
}

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: 20px; }
  .social-contact-wrapper { grid-template-columns: 1fr 1fr; }
}

.contact-card {
  background: rgba(255, 255, 255, 0.7) !important; 
  border: 1px solid rgba(255, 255, 255, 0.3); 
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05); 
  height: 100%;
}

.map-container {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 5px solid white; 
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

.glass-card {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.5) !important;
}

.step-number {
  background: #136556;
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.call-btn, .wp-btn {
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  color: white;
  transition: 0.3s;
}

.call-btn { background: #136556; }
.wp-btn { background: #25D366; }

.call-btn:hover, .wp-btn:hover { opacity: 0.9; transform: scale(1.05); }

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.glass-step {
  background: rgba(255, 255, 255, 0.25) !important;   
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 24px !important;
  padding: 30px 20px;
  text-align: center;
  color: #136556;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.glass-step:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.35) !important;
  border-color: #136556;
}

.step-icon {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  opacity: 0.6;
  color: #136556;
}

.glass-step h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.glass-step p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

.wp-button-simple {
  display: block;
  margin-top: 15px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  border-radius: 12px;
  background: rgba(37, 211, 102, 0.1) !important;
  color: #136556 !important;
  border: 1px solid rgba(37, 211, 102, 0.4);  
  transition: all 0.3s ease;
}

.wp-button-simple:hover {
  background: #25D366 !important;
  color: white !important;
  border-color: #25D366;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px; 
}

.wp-button-simple {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 10px; 
  margin-top: 15px;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 12px;
  background: rgba(37, 211, 102, 0.1) !important;
  color: #136556 !important;
  border: 1px solid rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.wp-button-simple:hover {
  background: #25D366 !important;
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

.wp-icon-small {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.wp-button-simple:hover .wp-icon-small {
  filter: brightness(1.2);
}


.card-content {
    padding: 15px !important; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    text-align: center;
    min-height: auto !important; 
}

.card-content h3 {
    margin-bottom: 5px !important; 
    font-size: 1.1rem;
    line-height: 1.2;
}

.card-content p {
    margin-bottom: 10px !important; 
    font-size: 0.9rem;
    line-height: 1.3;
}


.card-content {
  padding: 15px !important; 
  display: flex;
  flex-direction: column;
  gap: 12px; 
  text-align: center;
  justify-content: flex-start;
}

.card-content h3 {
  margin-top: 5px !important; 
  margin-bottom: 0 !important; 
  font-size: 1.15rem;
  color: #136556;
  line-height: 1.2;
}

.card-content p {
  margin: 0 !important; 
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
}

.wp-button-simple {
  margin-top: 5px !important;
  padding: 10px 15px !important;
}


body {
  background-attachment: scroll !important; 
  position: relative;
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
  letter-spacing: 0.15px;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 90px !important;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  
}

body::before {
  content: "";
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
  will-change: transform;
  transform: translateZ(0);
  background-blend-mode: multiply;
  background-size: 400px;
  box-sizing: border-box;
  display: block;
  
}

html {
  scroll-behavior: auto !important; 
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

:root {
  --bg-color: #ffffff;
  --text-color: #444444;
  --heading-color: #136556;
  --card-bg: rgba(255, 255, 255, 0.95);
  --header-bg: #136556;
}

[data-theme="dark"] {
  --bg-color: #121212;
  --text-color: #e0e0e0;
  --heading-color: #25D366; 
  --card-bg: #1e1e1e;
  --header-bg: #0a3d34;
}

h1, h2, h3, .card-content h3 {
  color: var(--heading-color) !important;
}

.site-header {
  background-color: var(--header-bg) !important;
}
