.g-bg-intro{
	background-color:#008680;
}

.btn-uux {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border: solid 1px #000;
    text-decoration: none !important;
    border-radius: 10px;
}

.btn-uux:hover {
	color: #000;
	font-weight: 600;
}

/*tooltipnew*/

/* Tooltip container */
.tooltip1 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background: #444444 none repeat scroll 0 0;
  color:#fff;
  border: 1px solid #444444;
  text-align: left;
  border-radius: 6px;  
  font-size: 16px;
  padding: 3px 10px;
  position: absolute;
  right: -382px;
  top: 68px;
  width: 550px;
  opacity: 2.9;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
  visibility: visible;
}

/*tooltipnew*/

/*smartwifi*/

.hero-gradient {
    background: linear-gradient(135deg, hsl(210 100% 45%) 0%, hsl(200 90% 40%) 50%, hsl(170 60% 45%) 100%);
}

.promo-section {
  background-color: #fcfcfc;
  font-family: 'Inter', sans-serif; /* Recommended font for this look */
}
 
.image-wrapper img {
  border-radius: 2rem;
}
 
.badge-overlay {
  background: linear-gradient(135deg, #28b4a2 0%, #35c9b6 100%);
  color: white !important;
  font-weight: 600;
}
 
.icon-box {
  background: linear-gradient(135deg, #0099cc 0%, #29abe2 100%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.btn-primary {
  background: linear-gradient(90deg, #0076c0 0%, #28b4a2 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(0, 118, 192, 0.3);
  transition: transform 0.2s ease;
}
 
.btn-primary:hover {
  transform: translateY(-2px);
}
 
.feature-card {
  transition: all 0.3s ease;
}
 
.feature-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
 
.bg-success-soft {
  background-color: #DEEEED;
  color: #2eb8a1;
}

.text-success{
  color:#2EB8A1;
}	

/*smartwifi*/

/*everywhere*/
.card-container {
    background-color: #ffffff;
    width: 90%;
    max-width: 1100px;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Left Side */
.content-side {
    flex: 2;
}

.badge-label {
    background: #fff4e6;
    color: #fbb03b;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.main-title {
    font-size: 3rem;
    color: #1a2b3c;
    margin: 20px 0 10px 0;
    font-weight: 800;
}

.description {
    color: #5f7182;
    font-size: 1.1rem;
    line-height: 1.5;
}

.sub-description {
    color: #5f7182;
    opacity: 0.8;
    margin-bottom: 30px;
}

/* Steps Grid */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.step-card {
    background: #fffff;
    border: 1px solid #edf2f6;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s;
}

.icon-box {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.blue-bg { background: linear-gradient(135deg, #0072ff, #00c6ff); }
.green-bg { background: linear-gradient(135deg, #00b09b, #96c93d); }

.step-num {
    display: block;
    font-size: 0.75rem;
    color: #99aab5;
}

.step-title {
    display: block;
    font-weight: 700;
    color: var(--primary-text);
    margin-bottom: 8px;
}

.step-card p {
    font-size: 1.0rem;
    color: #5f7182;
    margin: 0;
}

/* Bottom Bar */
.info-bar {
    background: #EDF0F3;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4a5a6a;
    font-size: 0.9rem;
}

/* Right Side Image */
.image-side {
    flex: 1.2;
    background: #edf2f6;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.orange-tab {
    position: absolute;
    top: 20px;
    left: -20px;
    background: #fbb03b;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(251, 176, 59, 0.3);
}

.image-inner-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.image-inner-card img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 900px) {
    .card-container { flex-direction: column; }
    .steps-grid { grid-template-columns: 1fr; }
}
/*everywhere*/

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  background: linear-gradient(189deg, rgb(149, 39, 110) 0%, rgb(203, 65, 144) 100%);
}

.icon-blue { background: linear-gradient(135deg, #0ea5e9, #0891b2); }
.icon-teal { background: linear-gradient(135deg, #0d9488, #2dd4bf); }
.icon-orange { background: #fef3c7; }

.ideal-section {
  flex-direction: column;
  align-items: flex-start;
}

.card2 {
  background: white;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 16px;
  display: flex;
  /* align-items: center; */
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05);
}

.card-white { background: #ffffff; }

.card-light { 
  background: #f8fafc; 
  border: 1px solid #e2e8f0;
}

.ideal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 20px;
}

.ideal-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 1.0rem;
}

.steps-container {
  display: flex;
  gap: 24px;
  max-width: 1000px;
  width: 100%;
}

.step-card {
  background: #ffffff;
  flex: 1;
  padding: 20px 30px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-box {
  width: 50px;
  height: 50px;
  /* background: linear-gradient(135deg, #0ea5e9, #0d9488); */
  background: linear-gradient(189deg, rgb(149, 39, 110) 0%, rgb(203, 65, 144) 100%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  color: white;
}

.icon-box svg {
  width: 30px;
  height: 30px;
}

.step-number {
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 8px;
}

.step-title {
  color: #1e293b;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.step-desc {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0;
}

/* Responsive: stack cards on mobile */
@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
  }
  
  .step-card {
    padding: 30px 20px;
  }
  .custom-minheight{
		min-height:0px!important;
  }	
}

.custom-minheight{
	min-height:235px;
}	

.custom-overlay {
    background: linear-gradient(180deg, rgba(2, 0, 36, 0.54) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/*pricing tables*/

/* Pricing Grid */
.pricing-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.card3 {
    background: #fff;
    border-radius: 16px;
    padding: 30px 30px;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    border: 2px solid transparent;
    position: relative;
    transition: transform 0.3s ease;
}

.card3.highlighted {
    border-color: #d63384;
}

.popular-badge2 {
    position: absolute;
    top: 20px;
    left: 30px;
    background: #FBEAF0;
    color: #d63384;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.plan-name {
    /* margin-top: 20px; */
    font-size: 1.2rem;
    color: #b3b3b3;
}

.price-increase {
    display: flex;
    align-items: baseline;
    margin: 15px 0;
    color: #d63384;
}

.price-increase .plus { font-size: 1.5rem; font-weight: bold; }
.price-increase .amount { font-size: 4rem; font-weight: bold; margin: 0 5px; }
.price-increase .period { font-size: 0.9rem; line-height: 1.2; color: var(--text-muted); }

.multiplier-tag {
    background: #111;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 25px;
	color:#fff;
}

.specs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.spec-item {
    font-size: 0.85rem;
    color: #000;
    line-height: 1.5;
}

.features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.features li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #000;
}

.features li::before {
    content: "•";
    color: #d63384;
    margin-right: 10px;
}

.total {
    margin-top: auto;
    font-size: 0.95rem;
    color: #000;
    margin-bottom: 20px;
}

.upgrade-btn {
    width: 100%;
    background: transparent;
    border: 1px solid #3d3d3d;
    color: #000000; 
    padding: 15px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600; 
    cursor: pointer;
    transition: all 0.2s ease;
    
    /* Flexbox to align text and arrow */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Space between "Upgrade now" and the arrow */
}

.upgrade-btn:hover {
    background: #3d3d3d;
    color: #fff;
}

/* The Arrow Styling */
.arrow-svg {
    width: 18px;  /* Size of the icon */
    height: 18px;
    transition: transform 0.2s ease;
}

/* Subtle animation: moves the arrow up and right on hover */
.upgrade-btn:hover .arrow-svg {
    transform: translate(2px, -2px);
}
/*pricing tables*/


/*onts*/

/* Tabs */
/* Filter Tabs */
.tabs2 {
	margin-bottom: 30px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.tab2 {
	padding: 10px 22px;
	border-radius: 25px;
	border: 1px solid var(--border-color);
	background: white;
	cursor: pointer;
	color: var(--text-muted);
	font-weight: 500;
	transition: all 0.2s ease;
}

.tab2:hover {
	background-color: #f0f0f0;
}

.tab2.active {
	background-color: var(--pink);
	color: white;
	border-color: var(--pink);
}

/* Grid Layout */
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 25px;
}

/* Card Styling */
.card4 {
	background: white;
	border: 1px solid var(--border-color);
	border-radius: 16px;
	padding: 45px 25px;
	text-align: center;
	position: relative;
	transition: transform 0.3s ease, opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card4.recommended {
	border: 2px solid var(--pink);
	box-shadow: 0 4px 15px rgba(216, 90, 138, 0.1);
}

.label {
	position: absolute;
	top: 20px;
	width: 100%;
	color: var(--pink);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Icons */
.icon {
	font-size: 55px;
	margin-bottom: 20px;
	line-height: 1;
}
.blue-diamond { color: #4a90e2; }
.purple-circle { color: #9b59b6; }

h3 {
	margin: 5px 0;
	font-size: 1.1rem;
	color: #222;
}

.wifi-version {
	color: var(--pink);
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.speed-meter {
	font-size: 22px;
	color: #eee;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.speed-meter span {
	color: var(--pink);
	opacity: 0.3;
}

/* Logic for meter bars */
.card4[data-speed="1"] .bar-1,
.card4[data-speed="2"] .bar-1, .card[data-speed="2"] .bar-2,
.card4[data-speed="3"] .bar-1, .card[data-speed="3"] .bar-2, .card[data-speed="3"] .bar-3,
.card4[data-speed="4"] .bar-1, .card[data-speed="4"] .bar-2, .card[data-speed="4"] .bar-3, .card[data-speed="4"] .bar-4,
.card4[data-speed="5"] .bar-1, .card[data-speed="5"] .bar-2, .card[data-speed="5"] .bar-3, .card[data-speed="5"] .bar-4, .card[data-speed="5"] .bar-5 {
	opacity: 1;
}

.speed-text {
	color: var(--text-muted);
	font-size: 0.95rem;
	margin-bottom: 25px;
}

.upgrade-link {
	color: var(--pink);
	font-size: 0.9rem;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
}

.btn-black {
	background: #000;
	color: white;
	border: none;
	padding: 14px;
	width: 100%;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	margin-top: auto;
}

.btn-black:hover {
	background: #333;
}

/* --- Table Styling --- */
.table-container {
	overflow-x: auto;
	background: white;
	border-radius: 12px;
	border: 1px solid var(--border-color);
}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	min-width: 600px;
}

th, td {
	padding: 20px;
	border-bottom: 1px solid var(--border-color);
	font-size: 0.95rem;
}

th {
	color: var(--text-muted);
	font-weight: 500;
	background-color: #fafafa;
}

.highlight-col {
	color: var(--pink);
	font-weight: 600;
}

tr:last-child td { border-bottom: none; }

.feature-name {
	font-weight: 600;
	color: #444;
	width: 250px;
} */
/*onts*/