/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .plan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 40px;
    margin-top: 40px;
}

 .plan-card {
    width: 32%;
    background: #dde4fd;
    border-radius: 18px;
    padding: 25px;
    font-family: Arial, sans-serif;
    color: #0b1c3d;
}



 .plan-title {
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-decoration: underline;
}

 .plan-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

 .plan-price .currency {
    font-size: 26px;
    font-weight: bold;
}

 .plan-price .amount {
    font-size: 34px;
    font-weight: bold;
}

 .plan-price .gst {
    font-size: 14px;
    color: #555;
}

 .savings {
    font-size: 16px;
    font-weight: 600;
    color: #0a7a3b;
    margin-bottom: 15px;
}

   .divider {
    -webkit-mask-size: 5px 100%;
    border-top-width: 1px;
    width: 90%;
    border-top-color: #ffffff;
    border-top-style: dashed;
    margin-top: 5px;
    margin-bottom: 5px;
}

 .plan-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

 .detail-title {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px;
    font-weight: 600;
}

 .detail-value {
    font-size: 15px;
    font-weight: 600;
}

 .buy-btn {
   
    text-align: center;
    background: #0b1450;
    color: #fff;
  
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
   
    margin-top: 3%;
    padding-top: 1%;
    padding-right: 16%;
    padding-bottom: 1%;
    padding-left: 16%;
}
.buy-btn:hover {
background-color:#0a0aaa;
}

.button-part{
	display:flex;
	width:100%;
	justify-content:center;
}
/* ================= FORM ================= */

 .cpf_form {
    max-width: 900px;
    margin: auto;
    font-family: Arial, sans-serif;
}

 .cpf_section_title {

    margin: 30px 0 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

 .cpf_row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

 .cpf_fields {
    flex: 1;
    display: flex;
    flex-direction: column;
}

 .cpf_fields label {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

 .cpf_fields input,
 .cpf_fields textarea,
 .cpf_fields select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

 .cpf_fields textarea {
    min-height: 90px;
    resize: vertical;
}

 .cpf_full {
    flex: 100%;
}

.cpf_error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.cpf_submit_button {
    text-align: right;
    margin-top: 30px;
}

 .cpf_submit {
    background: #010334;
    color: #fff;
    padding: 12px 30px;

     border-radius: 6px; 

    cursor: pointer;
}

 .cpf_submit:hover {
    background: #084298;
}

/* Responsive */
@media (max-width: 768px) {
	.tabcontent {
		width:100%;
	}
    .tab {
		width:100%;
	}
     .plan-card {
		 width: 100%;
	}
     .cpf_row {
        flex-direction: column;
    }
}
 .mrml-plugin button.nav-link.active {
    background-color: #010334 !important
    ;
}

.mrml-plugin button.nav-link {
    color: #010334;
}

.mrml-plugin button.accordion-button {
    color: white;
    background-color: #010334;
}

.mrml-plugin button.accordion-button {
    background-color: #010334 !important;
    color: white !important;
}

.mrml-plugin .accordion-button::after {
    filter: brightness(0) invert(1);
}
.tab {
 	float: left;
    width: 24%;
    height: 100%;
    box-shadow: inset 0px 0px 0px 0 rgb(0 0 0 / .2);
    background: #ffffff14;


}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */


/* Create an active/current "tab button" class */


/* Style the tab content */
.tabcontent {
    float: left;
    padding: 10px 15px;
    width: 73%;
    border-left: none;
    display: none;
    height: 100%;
    margin-left: 2%;
    background: #d9d4d41f;
    box-shadow: inset 0px 0px 0px 0px rgb(250 250 250 / 51%);
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
button.tablinks {
    text-align: center;
    /* justify-content: center; */
}

button#defaultOpen {
    text-align: center;
}

button#defaultOpen {}

button.tablinks.active{
    background-color: #010334;
    color:white;
}

button.accordion {
    background-color: white;
    color: black;
	margin-bottom:5px;
	margin-top:5px;

      box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .1);

}
button.accordion.active {
    background-color:#010334;
    color: white;
	

}

.plan-card:hover{
	box-shadow: 0px 18px 40px -10px;
}
button.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.close-it {
  display: none;
}

@media (max-width: 768px) {
	.tabcontent {
		width:100%;
        height: auto;
		margin-left:0;
       padding:0%;
		
	}
    .plans-flex-it {
    margin-top: 2%;
}
    .tab {
		width:100%;
		height: auto;
        box-shadow: 0px 0 12px rgba(0, 0, 0, 0.2);
	}
     .plan-card {
		 width: 100%;
		 
	}
}
.plans-flex-it {
    margin-bottom: 2%;
}
.mrml-modal {
    display: block;
   
 
    padding-top: 100px;
    left: 0;
    top: 0;
    /* width: 100vw; */
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.mrml-modal-content {
  background-color: #fefefe;
  margin: 0 auto;
	
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.mrml-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mrml-close:hover,
.mrml-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cpf_submit_button {
    display: flex;
    justify-content: flex-end; /* align to right */
    align-items: center;
    gap: 10px; /* space between button & loader */
}

.mrml-btn-loader {
    width: 18px;
    height: 18px;
    border: 3px solid #ccc;
    border-top: 3px solid #2271b1;
    border-radius: 50%;
    animation: mrml-spin 0.8s linear infinite;
    display: none; /* hidden by default */
}

@keyframes mrml-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.modal-confirm {		
		color: #636363;
		width: 28%;
		margin: 30px auto;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-confirm .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
		padding-top: 9%;
	}
	.modal-confirm .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-confirm .modal-footer {
		border: none;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
	}	
	.modal-confirm .icon-box {
		color: #fff;		
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -95px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #010334;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-confirm .icon-box i {
		font-size: 58px;
		position: relative;
		top: -20%;
        right: 4%;
	}
	.modal-confirm.modal-dialog {
		margin-top: 80px;
	}
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		background: #010334;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-confirm .btn:hover, .modal-confirm .btn:focus {
		background: #0a0aaa;
		outline: none;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
.mrml-modal-content.modal-dialog.modal-confirm {
    border-radius: 2%;
}
button.btn.btn-success.btn-block

 {
    width: 100%;
}
button.btn.btn-success.btn-block {
    width: 100%;
    font-size: 14px;
}
.modal-body {
    font-size: 16px;
    margin-bottom: 12%;
    margin-top: 12%;
}
.mrml-modal-content.modal-dialog.modal-confirm {
    padding-top: 0%;
}
@media (max-width: 768px) {
	.modal-confirm {		
	
		width: 80%;
		
	}
}