/* CSS File 
	===================
	Item Name: Payler - pricing Packages & tables
	Author: Ashish Maraviya
	Version: 2.0
	Copyright 2020
===================*/

/* Start all plan general */
.plan-header .plan-title, .plan-price .price, .plan-list li, .plan-button{
	font-family: 'Lato', sans-serif;
}
.plan-padding{
	padding: 0;
}
/* End all plan general */



/* Start Pricing plan style 2 */
.tab-pane.fade {
   -webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
 }
ul.nav.nav-tabs.style-2-tabs{
    margin-bottom: 30px !important;
    justify-content: center;
	border: none;
}
.nav-tabs.style-2-tabs .nav-link{
	color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}
.nav-tabs.style-2-tabs .nav-link.active{
	color: #333;
	border-color: #fff;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.style-2-tabs li {
    margin: 5px;
   
}
.nav-tabs .nav-item {
	margin-bottom: 5px;
}
.plan-style-2{
    margin: 0 auto;
	overflow: hidden;
    position: relative;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-2:hover{
	position: relative;
	z-index: 3;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.5);
}
.plan-style-2 .plan-header{
	height: 153px;
    padding: 30px 20px;
	position: relative;
	background: #001138!important;background: linear-gradient(to right, rgba(0, 17, 56, 1) 0%, rgba(20, 45, 86, 1) 100%)!important;
}
.plan-style-2 .plan-header:after{
	content: "";
    display: block;
    width: 200px;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
}
.plan-style-2 .plan-header .plan-title{
	margin: -13px 0 4px 0;
	color: #f7f7f7;
	line-height: 40px;
    font-size: 20px;
	font-weight: 400;
}

.plan-style-2 .plan-price .price{
	margin-bottom: -15px;
	font-size: 42px;
    font-weight: 600;
	line-height: 46px;
    color: #fff;
}
.plan-style-2 .plan-price .price span{
	padding: 0 5px;
	font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.plan-style-2 .plan-header .plan-term{
	margin: -13px 0 30px 0;
	color: #f7f7f7;
    font-size: 17px;
	font-weight: 400;

}


.plan-style-2 .plan-list{
    padding:0;
    margin-bottom: 0;
	position: relative;
	z-index: 1;
}
/*.plan-detail-style-2{
	position: absolute;
	top: 0;
	right: 0;
} */
.plan-detail-style-2 .plan-header{
	height: 153px;
	padding: 30px 0;
	background-color: #fafafa;
	text-align: center;
}
.plan-detail-style-2 .plan-header .plan-title{
	margin: 5px 0 4px 0;
    line-height: 32px;
    font-size: 26px;
    font-weight: 600;
    color: #666;
}
.plan-detail-style-2 .plan-detail{
	padding: 0;
}
.plan-detail-style-2 .plan-detail li{
    margin: 0;
	padding: 20px 20px;
    list-style-type: none;
    color: #fff!important;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	text-align: right;
	height: 120px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	display: flex;
    align-items: center;       /* vertical middle */
    justify-content: flex-end; /* horizontal right align */
}
.plan-detail-style-2 .plan-detail li:nth-child(even){
	background: rgba(0, 17, 56, 1) ;
}
.plan-detail-style-2 .plan-detail li:nth-child(odd){
	background: rgba(20, 45, 86, 1); 
}
.plan-style-2 .plan-list li{
    margin: 0;
	padding: 20px 20px;
	position: relative;
    list-style-type: none;
    color: #777;
    line-height: 80px;
    font-size: 18px;
    font-weight: 600;
	height: 120px;
    letter-spacing: 0.02rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-right:1px solid #ddd;
}
.plan-style-2 .plan-list li i.far.fa-check-circle{
	color: #6b47af;
}
.plan-style-2 .plan-list li p{
	margin: -10px 0 0 0;
	padding-bottom: 10px;
	font-weight: 600;
	line-height: 20px;
	display: none;
}
.plan-style-2 .plan-list .tooltip-info i{
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
	line-height: 18px;
}
.plan-style-2 .plan-list .tooltip-info{
	cursor: pointer;
}
.plan-style-2 .tooltip-info .tooltiptext{
	visibility: hidden;
	width: 150px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	letter-spacing: 0.02rem;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 2;
	bottom: 85%;
	left: 0;
    right: 0;
    margin: auto;
}
.plan-style-2 .tooltip-info .tooltiptext::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-2 .tooltip-info:hover .tooltiptext{
	visibility: visible;
}
.plan-style-2 .plan-list .tooltip-info:after{
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    right: -13px;
	border-width: 0 20px 20px 20px;
    border-style: solid;
	border-color: transparent transparent #754dbf transparent;
    transform: rotate(45deg);
}
.plan-style-2 .plan-list li:nth-child(even){
	background: #f9f9f9;
}
.plan-style-2 .dark-skin li:nth-child(even){
	background: #f3f3f3 !important;
}
.plan-style-2 .plan-list li:nth-child(odd){
	background: #fafafa;
}
.plan-style-2 .light-skin li:nth-child(odd){
	background: #fff !important;
}
/*.plan-style-2 .plan-list li i{
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 41px;
} */
.plan-style-2 .plan-list li i.far.fa-times-circle{
	color: red;
}
.plan-style-2 .plan-bottom{
	padding: 30px 0;
	position:relative;
	overflow:hidden;
    margin-top: 2PX;
	background: #001138!important;background: linear-gradient(to right, rgba(0, 17, 56, 1) 0%, rgba(20, 45, 86, 1) 100%)!important;
}
.plan-style-2 .plan-button{
    padding: 10px 18px;
	font-size: 14px;
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	/*border: 2px solid #fff; */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: var(--ed-color-theme-secondary);
}
.plan-style-2 .plan-button:hover{
    background: #fff;
	color: #555;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* End Pricing plan style 2 */


  .pricing-table { display: flex; flex-wrap: wrap;  align-items: stretch;}
  .pricing-col:first-child { flex: 0 0 25%;justify-content: center;   /* vertical center */
    align-items: flex-start;   /* horizontal left align */ } /* wide column */
 /* .pricing-col:not(:first-child) { flex: 0 0 calc(75% / 6); } */.pricing-col:not(:first-child) { flex: 0 0 calc(75% / 5); }
/*.pricing-table .pricing-col:nth-child(even) {box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.5);z-index: 3;} */

  @media (max-width: 992px) { /* tablet */
    .pricing-col:first-child { flex: 0 0 100%; }
    .pricing-col:not(:first-child) { flex: 0 0 33.33%; }
	.pricing-col {flex: 0 0 100% !important;}
  }


.pricing-col {
    justify-content: center;text-align: center;
    align-items: center;        /* 👈 keeps icons centered vertically */
  }



  /* Responsive: all columns full width */
  @media (max-width: 992px) {
    .pricing-col {
      flex: 0 0 100% !important;
      border-right: none; margin-bottom:50px;
	  }.plan-style-2 .plan-list li{height:150px;}.plan-style-2 .plan-header .plan-term{margin-bottom:5px;}
  }

.plan-price .premium{font-size:20px;color:#ffffff;}
.plan-style-2 .plan-header .plan-title.premium{
	line-height: 30px!important;
}

.plan-style-2 .plan-list li i.far.fa-times-circle{color:red !important;font-size:22px;}
.plan-style-2 .plan-list li i.far.fa-check-circle{color:green !important;font-size:25px;}

/* Price Toggle */
.price-message{font-size:14px; font-style:italic; font-weight:600;padding: 0px 60px;text-align:center;margin-bottom:30px;color:#0f54a1;}
.price-message-1{font-size:18px; font-style:italic; font-weight:600;padding: 0px 60px;text-align:center;margin-bottom:30px;color:#0f54a1;}
.switch {position: relative;display: inline-block;width: 40px;height: 24px;}
.switch input {opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: var(--ed-color-theme-secondary); -webkit-transition: 0.4s;transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;}
.slider:before {position: absolute;content: "";height: 16px;width: 16px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: 0.4s;transition: 0.4s;}
input:checked + .slider {background-color:var(--ed-color-theme-secondary);}input:focus + .slider {box-shadow: 0 0 1px #0f54a1;}
input:checked + .slider:before {-webkit-transform: translateX(18px);-ms-transform: translateX(18px);transform: translateX(18px);}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

.toggle-btn {
  display: flex;
  align-items: center;
  gap: 6px;       /* tighten spacing for small table columns */
}

.toggle-btn span {
  text-align: center;  /* centers 1/Year vertically */
  line-height: 1.1;    /* keeps text tight */
  white-space: normal; /* allow the <br> to break */
}

.toggle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers both rows */
	margin-top:20px;
}

.toggle-row {
  display: flex;
  align-items: center;
	 justify-content: center;
  gap: 10px;
}

.year-num {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  min-width: 12px;
}

.years-label {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1;
  text-align: center;
}

/* keep your existing switch styles */

