/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2025 | 06:16:15 */
.glassborder{border: 1px solid rgba(255,255,255,0.4);
backdrop-filter: blur(8px);}

/* Section Background */
.sc-bundle-section {
  padding: 10px;
  background: linear-gradient(90deg, #EFF5FF, #D6E8FF);
  display: flex;
  justify-content: center;
}

/* Master Wrapper */
.sc-bundle-wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* Left Column */
.sc-bundle-left {
  flex: 1;
}

.sc-bundle-tag {
  color: #2563EB;
  font-weight: 600;
  margin-bottom: 10px;
}

.sc-bundle-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}

.sc-bundle-sub {
  font-size: 18px;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Features List */
.sc-bundle-features {
  list-style: none;
  padding: 0;
}

.sc-bundle-features li {
  font-size: 17px;
  padding-left: 28px;
  margin-bottom: 12px;
  background: url("https://www.sitecrafted.com/wp-content/uploads/2025/11/check-mark.png") no-repeat left center;
  background-size: 18px;
	list-style: none;
  margin-left: -15px;
}

/* Pricing Card */
.sc-bundle-card {
  width: 550px;
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  border: 1px solid #E5E9F0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* Pricing Headings */
.deal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
	margin-top: 10px;
}

.old-price {
  text-decoration: line-through;
  color: #000;

 
  font-size: 28px;
  margin-top: -15px;
  font-weight: 600;
  margin-bottom: 30px;
}
.new-price {
  font-size: 46px;
  font-weight: 700;
  color: #2563EB;
  margin: 15px 0 25px;
}

/* Button */
.bundle-btn {
  display: inline-block;
  padding: 16px 32px;
  background: #2563EB;
  color: #fff;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.bundle-btn:hover {
  background: #1d4fcb;
}

/* Card Features */
.card-features {
  margin-top: 25px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .sc-bundle-wrapper {
    flex-direction: column;
    max-width: 900px;
  }
  
  .sc-bundle-card {
    margin-top: 40px;
    width: 100%;
    max-width: 450px;
    align-self: center;
  }
}

@media (max-width: 600px) {
  .sc-bundle-title {
    font-size: 32px;
  }
  
  .new-price {
    font-size: 40px;
  }
}


/* Founder Section */
.founder-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #E8F1FF, #F6FAFF);
}

.founder-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

/* Left Column */
.founder-left {
  flex: 1;
}

.founder-photo {
  width: 100%;
  max-width: 380px;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Right Column */
.founder-right {
  flex: 2;
}

.founder-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0A1A3A;
	text-align:center;
	
}

.founder-name {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 5px;
}

.founder-role {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.founder-bio {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 18px;
}

.founder-highlights {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.founder-highlights li {
  font-size: 16px;
  margin-bottom: 8px;
}

/* CTA Button */
.founder-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #0057FF;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0,87,255,0.3);
}

.founder-btn:hover {
  background: #003FCC;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 900px) {
  .founder-container {
    flex-direction: column;
    text-align: center;
  }
  .founder-left, .founder-right {
    flex: unset;
  }
  .founder-photo {
    margin-bottom: 20px;
  }
}

