
   :root {
      --secondary: #4cc9f0;
   }

* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
    body {
      font-family: 'Inter', sans-serif;
      background-color: #f9f9f9;
      color: #333;
      line-height: 1.6;
    }
    header {
      background: #094d8d;
      color: white;
      padding: 1rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: sticky;
      top: 0;
    }
    header h1 { font-family: 'Poppins', sans-serif; font-size: 1.5rem; }
.btn {
            display: inline-block;
            padding: 12px 24px;
            background-color: #4CAF50; /* Green background */
            color: white; /* White text */
            border: none;
            border-radius: 4px; /* Rounded corners */
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease; /* Smooth transition for hover effects */
            box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Subtle shadow */
        }
        
        .btn:hover {
            background-color: #45a049; /* Darker green on hover */
            transform: translateY(-2px); /* Slight lift effect */
            box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Enhanced shadow on hover */
        }
        
        .btn:active {
            transform: translateY(0); /* Reset lift when clicked */
            box-shadow: 0 2px 3px rgba(0,0,0,0.2); /* Flatten shadow when clicked */
        }

		.navy-container {
            width: 100%;
            background-color: #094d8d;
            color: white;
            padding: 20px 0;
        }
        
        .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            padding: 0 15px;
        }
        
        .hero-section {
            padding: 20px;
            text-align: center;
        }
        
        .hero-section:first-child {
            width: 30%; /* First section takes 40% */
        }
        
        .hero-section:last-child {
            width: 70%; /* Second section takes 60% */
        }
        
        /* Stack vertically on small screens */
        @media (max-width: 768px) {
            .hero-section:first-child,
            .hero-section:last-child {
                width: 100%;
            }
        }	
	
    .hero-main-title {
		text-align: center; 
		width: 100%;
		font-size: 2.5em;
		color: #ffffff;
		font-weight: 800;
		//line-height: 55px;
		margin-bottom: 1em;
		font-family: 'Poppins', sans-serif;
	}
	
    .hero-sub-title {
		text-align: center; 
		width: 100%;
		font-size: 1.5em;
		color: #ffffff;
		margin-bottom: 1em;
		font-family: 'Poppins', sans-serif;
	}
	
	
    .hero {
      max-width: 1200px;
      display: flex;
      flex-wrap: wrap;
      padding: 1rem 1rem;
      background: linear-gradient(to right, #e0f7f4, #f5feff);
      margin: 0 auto;
	  margin-top: 2rem;
      border-radius: 10px;
    }
    .hero-text {
      //flex: 1; min-width: 300px;
      flex: 2; min-width: 300px;
      padding-top: 20px;
      vertical-align: middle;
    }
    /*
    .hero-text h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      font-family: 'Poppins', sans-serif;
    }
    .hero-text p {
      font-size: 1.2rem;
      margin-bottom: 1.5rem;
    }
    */
    .hero-img {
	  margin-top: 2em;
      flex: 1; min-width: 300px;
      text-align: center;
    }
    .hero-img img {
      max-width: 100%;
    }
    .content {
      padding: 2rem 2rem;
      max-width: 1200px;
      margin: auto;
    }
    .content h2 {
		font-size: 2em;
		//text-align: center;
		margin-bottom: 1em;
	}
    .content p {
		font-size: 1.1em;
	}
    .intro {
      padding: 1rem 2rem;
      max-width: 1200px;
      margin: auto;
      margin-bottom: 1rem;
    }
    .intro h1 {
		font-size: 3em;
		text-align: center;
	}
    .intro h3 {
		font-size: 1.5em;
		text-align: center;
		margin-bottom: 0.5em;
	}
    .intro p {
		font-size: 1.1em;
	}
    .pricing {
      padding: 1rem 2rem;
      max-width: 1000px;
      margin: auto;
      background: linear-gradient(to right, #e0f7f4, #f5feff);
      //margin: 0 auto;
      margin-top: 0.5rem;
	  margin-bottom: 2rem;
      border-radius: 10px;      
      
    }
    .pricing h1 {
		font-size: 2em;
		text-align: center;
		padding-bottom: 10px;
		color: #094d8d;
	}
    .pricing h3 {
		font-size: 1.5em;
		text-align: center;
		margin-bottom: 0.5em;
	}
    .pricing p {
		font-size: 1.1em;
		padding-bottom: 15px;
	}
	
    .modules-container {
      //padding: 1rem 2rem;
      max-width: 1200px;
      margin: auto;
      //background: linear-gradient(to right, #e0f7f4, #f5feff);
      margin: 0 auto;
      //margin-top: 0rem;
	  //margin-bottom: 2rem;
      //border-radius: 10px;      
    }

    .module {
      padding: 0px;
      max-width: 95%;
      margin: 0 auto;
      margin-bottom: 40px;
      background: #ffffff;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-radius: 10px;
    }
    .module-checklist li {
      margin-bottom: 0.5rem;
      list-style: none;
      padding-left: 1.5rem;
      position: relative;
      font-size: 0.9em;
      font-style: italic;
    }
    .module-checklist li::before {
      content: '.';
      //position: absolute;
      left: 0;
      //color: #00b386;
      font-weight: bold;
      font-size: 1.3em;
      padding: 5px;
    }
    .module-headline {
		background: #094d8d;
		color: #ffffff;
        text-align: center;
        padding: 1rem 1rem;
        font-size: 1.8rem;
        margin-bottom: 1rem;
        font-family: 'Poppins', sans-serif;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .module-subheadline {
		color: #094d8d;
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        //font-family: 'Poppins', sans-serif;
        font-weight: bold;
    }
    
        .module-content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            padding: 0 15px;
        }
        
        .module-content-section {
            padding: 10px;
        }
        .module-content-section p {
            margin-bottom: 10px;
        }
        
        .module-content-section:first-child {
            width: 30%; /* First section takes 40% */
            text-align: center;
        }
        
        .module-content-section:last-child {
            width: 70%; /* Second section takes 60% */
        }
        
        /* Stack vertically on small screens */
        @media (max-width: 768px) {
            .module-content-section:first-child,
            .module-content-section:last-child {
                width: 100%;
            }
        }
	
    .bonus {
      padding: 1rem 2rem;
      max-width: 800px;
      margin: auto;
      background: linear-gradient(to right, #e0f7f4, #f5feff);
      //margin: 0 auto;
      margin-top: 2rem;
	  margin-bottom: 2rem;
      border-radius: 10px;      
      
    }
    .bonus h1 {
		font-size: 2.5em;
		text-align: center;
	}
    .bonus h3 {
		font-size: 1.5em;
		text-align: center;
		margin-bottom: 0.5em;
	}
    .bonus p {
		font-size: 1.1em;
	}	
	
     /* Strategy Cards */
     .strategy-card {
         background: white;
         border-radius: 8px;
         padding: 2rem;
         margin-bottom: 0.5rem;
         box-shadow: 0 5px 15px rgba(0,0,0,0.05);
         border-top: 3px solid var(--secondary);
         transition: transform 0.3s ease, box-shadow 0.3s ease;
     }
     .strategy-card p {
		margin-bottom: 20px;
		font-size: 1.1em;
     }
     .strategy-card h2 {
        color: #3498db;
        font-size: 1.5em;
        //margin-top: 10px;
        margin-bottom: 15px;
     }
    .section {
      padding: 2rem 2rem;
      max-width: 1200px;
      margin: auto;
    }
    .section h3 {
      font-size: 2rem;
      margin-bottom: 1rem;
      text-align: center;
    }
    .section p {
		font-size: 1.1em;
		padding-bottom: 1em;
	}
    .features {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
      justify-content: center;
    }
    .feature {
      background: #fff;
      padding: 1.5rem;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      flex: 1 1 280px;
      text-align: center;
    }
    .checklist li {
      margin-bottom: 1rem;
      list-style: none;
      padding-left: 1.5rem;
      position: relative;
      font-size: 1.1em;
    }
    .checklist li::before {
      content: '.';
      //position: absolute;
      left: 0;
      //color: #00b386;
      font-weight: bold;
      font-size: 1.3em;
      padding: 5px;
    }
    .cta-section {
      background: #094d8d;
      color: white;
      text-align: center;
      padding: 4rem 2rem;
    }
    footer {
      text-align: center;
      padding: 2rem;
      font-size: 0.9rem;
      color: #777;
    }
    .main-title {
		text-align: center; 
		width: 100%;
		font-size: 3.8em;
		color: #094d8d;
		font-weight: 800;
		line-height: 60px;
		margin-bottom: 0.3em;
		font-family: 'Poppins', sans-serif;
	}
    .main-title-thanks {
		text-align: center; 
		width: 100%;
		font-size: 3em;
		color: #1a5276;
		font-weight: 800;
		line-height: 55px;
		margin-bottom: 0.3em;
		font-family: 'Poppins', sans-serif;
	}
	.sub-title {
		text-align: center;		
		font-size: 2rem;
		margin-bottom: 1rem;
		font-family: 'Poppins', sans-serif;
	}
	.sub-title2 {
		text-align: center;		
		font-size: 1.2rem;
		margin-bottom: 1.5rem;
	}
	.cta-hero {
		text-align: center;		
	}
    .headline {
      background: #094d8d;
      color: white;
      text-align: center;
      padding: 2rem 2rem;
	  width: 100%; 
	  margin: auto;
    }
    .headline h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
      font-family: 'Poppins', sans-serif;
	}
    .headline p {
      font-size: 1.3rem;
      margin-bottom: 1rem;
    }
    
    .headline-dark {
      color: #094d8d;
      text-align: center;
      //padding: 2rem 2rem;
	  padding-top: 1em;
	  width: 100%; 
	  margin: auto;
    }
    .headline-dark h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
      font-family: 'Poppins', sans-serif;
	}
    .headline-dark p {
      font-size: 1.3rem;
      margin-bottom: 1rem;
    }    
    
    .focus {
		font-weight: bold; 
		font-size: 1.2em; 
		background-color: #000000; 
		color: #f0c32d; 
		text-align: center; 
		margin: auto; 
		border-radius: 40px; 
		padding: 10px; 
		margin-top: 20px;	
		margin-bottom: 20px;	
		//width: 80%;
		max-width: 600px;
	}
	.guarantee {
		max-width: 600px;
		margin: 0 auto; 
		padding: 10px; 
		margin-top: 20px;	
		margin-bottom: 20px;	
		border: 3px;
		border-style: dashed;
		border-color: #cc0000;
		//text-align: center;
		border-radius: 20px;
		font-size: 1.1em;
	}
	/* Responsive Adjustments */
	@media (max-width: 767.98px) {
		.main-title {
			font-size: 2.5em;
			line-height: 50px;
		}
		.main-title-thanks {
			font-size: 2em;
			line-height: 50px;
		}
		.sub-title {
			font-size: 1.5em;
		}
		.sub-title2 {
			font-size: 0.9rem;
		}
		.btn {
				padding: 10px 20px;
                font-size: 14px;
                width: 100%; /* Full width on small screens */
		}
	}
	
/* bonus product */	
.bonus-product {
  border: 2px solid #FFD700;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  background-color: #FFF9E6;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 700px;
  font-family: 'Arial', sans-serif;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bonus-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px dashed #FFD700;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.bonus-badge {
  background-color: #FFD700;
  color: #8B4513;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.bonus-header h3 {
  margin: 5px 0 0;
  color: #8B4513;
  font-size: clamp(18px, 4vw, 22px);
}

.bonus-content {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.bonus-image {
  border: 0px solid #ddd;
  border-radius: 5px;
  width: 250px;
  height: auto;
  align-self: center;
  flex-shrink: 0;
}

.bonus-details {
  flex: 1;
  min-width: 0; /* Prevent flex overflow */
}

.bonus-details h4 {
  margin-top: 0;
  color: #333;
  font-size: clamp(16px, 3vw, 18px);
}

.bonus-value {
  color: #E67E22;
  font-weight: bold;
  font-style: italic;
  margin: 5px 0 15px;
  font-size: clamp(14px, 2.5vw, 16px);
}

.bonus-features {
  padding-left: 20px;
  color: #555;
  margin: 0;
  font-size: clamp(14px, 2.5vw, 15px);
}

.bonus-features li {
  margin-bottom: 8px;
}

.bonus-footer {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed #FFD700;
  font-size: clamp(13px, 2.5vw, 14px);
  color: #666;
  font-style: italic;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .bonus-content {
    flex-direction: column;
    gap: 15px;
  }
  
  .bonus-image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  
  .bonus-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .bonus-badge {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .bonus-product {
    padding: 15px;
  }
  
  .bonus-features {
    padding-left: 15px;
  }
}

.benefits {
    background-color: #dbecf8;
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0;
    border: 2px dashed;
    border-color: #1a5276;
}
.benefits p {
    font-size: 1em;
    padding-bottom: 5px;
}
.benefits h1 {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
    color: #1a5276;
}

/* newsletter style */
        
        /* Fixed Signup Button */
        .signup-trigger {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background-color: #4a6fa5;
            color: white;
            padding: 12px 20px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: all 0.3s ease;
        }
        
        .signup-trigger:hover {
            background-color: #3a5a8a;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        }
        
        /* Modal Overlay */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 2000;
            display: none;
            justify-content: center;
            align-items: center;
        }
        
        /* Modal Content */
        .modal-content {
            background-color: #fff;
            border-radius: 10px;
            width: 90%;
            max-width: 500px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            position: relative;
            animation: modalFadeIn 0.4s ease-out;
        }
        
        @keyframes modalFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 24px;
            cursor: pointer;
            color: #888;
            transition: color 0.3s;
        }
        
        .close-btn:hover {
            color: #333;
        }
        
        /* Form Styles */
        .modal-title {
            font-family: 'Playfair Display', serif;
            color: #2c3e50;
            font-size: 28px;
            margin-top: 0;
            margin-bottom: 20px;
            line-height: 1.3;
	    text-align: center;
        }
        
        .modal-description {
            color: #555;
            margin-bottom: 25px;
            font-size: 16px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #2c3e50;
        }
        
        .form-group input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        .form-group input:focus {
            border-color: #4a6fa5;
            outline: none;
        }
        
        .submit-btn {
            background-color: #4a6fa5;
            color: white;
            border: none;
            padding: 14px 25px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
            transition: background-color 0.3s;
        }
        
        .submit-btn:hover {
            background-color: #3a5a8a;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 480px) {
            .modal-content {
                padding: 25px 20px;
            }
            
            .modal-title {
                font-size: 24px;
            }
            
            .signup-trigger {
                padding: 10px 15px;
                font-size: 14px;
            }
        }

.nps_gdpr {
	position: absolute !important;
}
.nps_gdpr_descr {
	position: relative !important;
	left: 30px !important;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.nps_gdpr_descr_popup {
	position: relative !important;
	left: 30px !important;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.nps_error_close {
	position: relative !important;
	top: -10px !important;
	font-family: 'Saira Condensed', sans-serif !important;
	font-size: 15px !important;
	color: #fff !important;
	border: 0px !important;
	float: right !important;
	padding: 0px;
	background-color: #dc7633 !important;
}
.newsletter_error {
	display: none;
	width: 100% !important;
	margin: auto !important;
	padding-bottom: 10px !important;
	text-align: left !important;
	background-color: #dc7633 !important;
	margin-top: 20px !important;
	padding: 10px !important;
	border-radius: 5px !important;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 14px;
	color: #fff !important;
}
.input_error {
	background-color: #edbb99 !important;
	color: #000 !important;
}
.newsletter_success {
	display: none;
	font-size: 20px;
	font-family: 'Saira Condensed', sans-serif;
	//font-weight: 600;
	margin-top: 15px;
	color: #000;
	padding: 10px;
}
