/* Set base font */
:root {
  font-size: 95%;
  --primary-color: #1976d2;
  --button-color: #6161ff;
  --button-hover-color: #3030f0;
  --text-color: #333333;
  --label-color: #495057;
  --bg-light: #f8f9fa;
  --bg-white: #ffffff;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*"Calibri"*/
    color: #333333; 
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    padding: 0 px;  
    font-size: 1.1rem;  
  }  
    
  .containerMain {
    width: 100%;
    height: 100%;   
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    padding:0%;     
  }

  .navbar {
    display: flex;
    background-color: var(--bg-light);
    border-radius: 0px;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
    padding:0px;
    margin: 0px;   
    box-shadow: 0 0px 4px rgba(0,0,0,0.1);  
    min-height: 30px; 
  }

  .containerWhite {
    width: 100%;
    background-color: #ffffff;     
    border: 0px solid #e0e0e0;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1); 
    padding:5px;
    margin: 0px;  
  }

  .container-nav {
    width: 50%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3px;
  }
  
  .container {    
    display: flex; 
    flex: 1 0 auto;    
    flex-direction: column;  
    width: 50%;    
    margin: 0 auto;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 10px; 
    padding: 0px;
    /*background-color: #f8f9fa;*/
    background-color: #ffffff;
    border-radius: 8px;
    border: 0px solid #e0e0e0;           
    padding-left: 0;
    padding-right: 0;      
  }

  .container > * {
    width: 100%;
    text-align: center;
  }
  
  .containerLog {    
    width: 25%;    
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;    
    align-items: center;
    position: relative;
  }

 

  .innerContainer {
    /*display: flex; */
    align-items: center;
    justify-content: center;    
    min-height: 400px;
    background-color: #ffffff; 
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
  }

.hero h1 {
    font-size: 2.7rem;
    color: var(--primary-color);
    margin-bottom: 5px;
    
}

h3 {
  color: var(--label-color);
}

.hero p {
    font-size: 1.1rem;
    color: var(--label-color);
    max-width: 600px;
    margin: 0 auto 0px;
}

.cta-button {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    min-width: 200px;    
    margin: 15px;
    white-space: nowrap;
    text-align: center;    
}

/* Features Section */
.features {
    padding: 60px 20px;
    text-align: center;
}

.features h2 {
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: left;
}

.feature-item {
    background: var(--bg-white);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.feature-item h3 {
    color: var(--primary-color);
    margin-top: 0;
}

/* Visual/Screenshot Section */
.visual {
    padding: 60px 20px;
    text-align: center;
    background-color: var(--bg-white);
}

.visual h2 {
    margin-bottom: 20px;
}

.app-screenshot {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    margin-top: 30px;
}

/* Pricing Section */
.pricing {
    padding: 60px 20px;
    background-color: var(--bg-light);
    text-align: center;
}

.pricing-grid {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pricing-card {
    background: var(--bg-white);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
}

.pricing-card h3 {
    color: var(--primary-color);
    margin-top: 0;
}

.pricing-card .price {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-color);
    margin: 10px 0;
}

.pricing-card .price span {
    font-size: 1rem;
    font-weight: normal;
    color: var(--label-color);
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.pricing-card ul li {
    margin-bottom: 10px;
    color: var(--text-color);
}

/* Footer */
.footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: auto; /* Pushes footer to the bottom */
}

.footer a {
    color: #fff;
    text-decoration: underline;
}
    

  .balance {     
    background-color: #ffffff; 
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    padding: 12px;
    width:32%;
    text-align: center;
    font-size: 0.8125rem;    
  }
  
  h2 {
    color: var(--primary-color);
  }
  
  label {
    display: block;
    margin: 10px 0 5px;
    color: #495057;
  }
     
  button {
    background-color: var(--button-color);
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    min-width: 145px;
    width: auto;
    margin: 0px;
    margin-right: 0px;
    box-shadow: 0 0px 4px rgba(0,0,0,0.1); 
  }
   
  button:hover {
    background-color: var(--button-hover-color);
  }

  .button-disabled {
    background-color: #cccccc !important;
    cursor: not-allowed !important;
    opacity: 0.6;
  }

  .button-disabled:hover {
    background-color: #cccccc !important;
  }
  
  p {
    margin-top: 15px;
     
  }
  
  a {
    color: #007bff;
  }
  
  a:hover {
    text-decoration: none;
  }   

 

  .bMargin {
    margin-bottom: 20px;
  }

   /* Additional styles specific to the landing page */
        .header-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
        }
        
        .header-nav .logo {
            font-weight: bold;
            font-size: 1.5rem;
            color: var(--text-color);
        }
        
        .header-nav .nav-links {
            display: flex;
            gap: 40px;
            margin-left: 50px;
            margin-right: auto;              
        }

                
        .header-nav .nav-links a {
            text-decoration: none;
            color: var(--label-color);
            font-weight: 500;            
        }
        
        .header-nav .nav-links a:hover {
            color: var(--primary-color);
        }

        
        
        .hero {
            text-align: center;
            padding: 0px 0px;
        }
        
        .hero-image {
            max-width: 100%;
            height: auto;
            margin: 0px;
            border-radius: 22px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }
        
        .section {
            padding: 30px;
            max-width: 900px;
            margin: 0 auto;
            align-items: center;
            border: 1px solid #f1eeee;
            border-radius: 22px;            
            background-color: #ffffff;
            margin-top: 40px;
            margin-bottom: 40px;               
        }

        .section.images {
          padding: 0px;
          border: none;
          min-width: 950px;
        }

        .section-solution {          
          border: none; 
          padding: 0px;           
          max-width: 950px;
          margin: 0 auto;
          align-items: center;
          background-color: #ffffff;
          margin-top: 40px;
          margin-bottom: 40px;  
        }

        
        .section-title {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .section-title h2 {
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .problem-list, .solution-list, .features-list {
            margin: 0px 0;
            padding-left: 20px;
        }
        
        .problem-list li, .solution-list, .features-list li {
            margin-bottom: 5px;
            line-height: 1.6;
        }

        .problem-list {
          list-style-type: none;
          text-align: left; 
          
          
        }

        .problem-list li::before {
          content: "\2718"; /* червен хикс */
          color: red;
          font-size: 1.2em;
          margin-right: 5px;
        }

        .solution-list, .features-list {
          list-style-type: none;
          text-align: left; 
        }

        .solution-list li::before, .features-list li::before {
          content: "\2713"; /* зелена отметка */
          color: green;
          font-size: 1.3em;
          margin-right: 5px;
          font-weight: bold;
        }

        .greenCheck::before {
          content: "\2713"; /* зелена отметка */
          color: green;
          font-size: 1.3em;
          margin-right: 5px;
          font-weight: bold;
        }

        .redCheck::before {
          content: "\2718"; /* зелена отметка */
          color: red;
          font-size: 1.3em;
          margin-right: 5px;
          font-weight: bold;
        }
        
       
        
        .image-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;            
        }
        
        .image-grid-item {           
            flex-direction: column;
            gap: 10px;
            display: inline-block;
            vertical-align: top;
            border: 1px solid #ddd;
            border-radius: 22px;
            box-shadow: 1 4px 12px rgba(0,0,0,0.08);            
            padding: 20px;  
            background-color: var(--bg-light);
        }

                
        .image-grid-item img {
            max-width: 100%;            
            height: auto;
            border-radius: 22px;
            box-shadow: 0px 8px 14px rgba(0,0,0,0.09);
            display: inline-block;
            vertical-align: top;
            border: 0px solid #ddd;
        }


        .image-grid-item-solution {           
            flex-direction: column;
            gap: 10px;
            display: inline-block;
            vertical-align: top;
            border: 1px solid #ddd;
            border-radius: 22px;
            box-shadow: 1 4px 12px rgba(0,0,0,0.08);            
            padding: 20px;  
            background-color: var(--bg-light);
        }

        .image-grid-solution {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;            
        }

        .image-grid-item-solution img {
            max-width: 100%;            
            height: auto;
            border-radius: 22px;
            box-shadow: 0px 8px 14px rgba(0,0,0,0.09);
            display: inline-block;
            vertical-align: top;
            border: 0px solid #ddd;
        }

        
        .pricing-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            border: 0px solid #ddd;
            border-radius: 22px;
            overflow: hidden;
            background-color: var(--bg-light);
            box-shadow: 0 0 0 1px #ddd;
        }
 
          

        .pricing-table th, .pricing-table td {
            border: 0px solid #ddd;
            padding: 15px;
            text-align: left;
            vertical-align: top;
            word-wrap: break-word;         
            width:50%;     
                 
        }


        
        .pricing-table th {
            background-color: var(--primary-color);
            color: white;
        }
        
        .pricing-table tr:nth-child(even) {
            background-color: var(--bg-light);
        }
        
        .guarantee {
            background-color: var(--bg-white);
            padding: 20px;            
            margin: 0px 0;
        }
        
        .cta-section {
            text-align: center;
            padding: 40px 0px;
            background-color: var(--primary-color);
            color: white;
        }
        
        .cta-section .cta-button {
            background-color: white;
            color: var(--primary-color);
            
        }
        
        .cta-section .cta-button:hover {
            background-color: #f0f0f0;
        }
        
        .divider {
            text-align: center;
            margin: 40px 0;
        }
        
        .divider img {
            height: 30px;
            width: auto;
        }



  /* Езиково меню */
.language-menu {
  position: relative;
  margin-right: 0px;
}

.language-switcher {
  background: none;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #463f3fa1;
  font-size: 0.875rem;
  min-width: 60px; /* По-тясно */
  justify-content: center; 
}


.language-switcher:hover {
  background-color: rgba(0,0,0,0.05);
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: -90px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border: 1px solid #ccc;
  z-index: 1000;
  width: 150px;
  max-height: 400px;
  overflow-y: auto;
  display: none;
}

.language-menu:hover .language-dropdown {
  display: block;
}

.language-option {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}

.language-option:hover {
  background-color: rgba(0,0,0,0.05);
}

/* край езиково меню*/


/*анимация картинки*/





/*recponcive css*/

  @media screen and (max-width: 800px) {
    .container {
      width: 95%;
    }

    .buttonShrink {
      padding: 11px 8px;
      min-width: 70px;
      font-size: 0.875rem;
    }

    .hide-mobile {
      display: none;      
    }

    .td-as-th {
      font-size: 0.65rem;
    }

    .containerLog {
      width: 70%;
    }

    .logo{
      display: none;
    }  

    .container-nav {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px;
    }

    .language-menu {
      margin-right: 10px;
    }

    .section {
      margin-left: 5px;
      margin-right: 5px;
      padding: 5px;
      min-width: 90%;
    }

    .image-grid{
      gap:5px;
    }

    .section-solution {
      max-width: 100%;
      margin-right: 5px;
      margin-left: 5px;
      padding: 5px;
    }

    .image-grid-solution{
      gap:5px;
      grid-template-columns: 1fr;
    }

    .image-grid-item-solution {
      display: none;      
    }

    .section.images {
      min-width: 400px;   
    }  

  }

  
  

