/* Reset default styles for headings and content */
html, body, h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3 {
    margin: 0;
    padding: 0;
    font-family: "Kunnari", Sans-serif !important;
}

/* H3 heading styles */
.h3, h3, .entry-content h3 {
    font-size: calc(1.3rem + .6vw);
	font-weight:400;
}

/* Select dropdown styles */
select {
    font-family: 'Kunnari', sans-serif;
    color: #000;
}

/* Label and legend styles */
label, legend {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

label.card {
	background-color:#fff;
}

/* Price display styles */
#bronze-price, #gold-price, #platinum-price {
	font-size:55px;
	color:#ee961b;
}

input[name=selected-plan] {
    position: absolute;
    margin: 10px 0 0 40px;
	display:none;
}
input[name=selected-plan]:checked + label {
  background-color: #FECF48 !important;
	border-color:#FECF48 !important;
}

/* Font awesome icon styles in cards */
.card .fa {
    font-size: 30px;
    margin-right: 10px;
    color: #90BE6D;
}

/* Primary background color */
.bg-primary {
    background-color: #ee961b !important;
}

/* White text heading styles */
.text-white h1 {
    color: #fff !important;
	margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	font-size: 44px;
}

/* Center aligned headings */
.text-center h1 {
    text-align: center;
}

/* Card header styles */
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

/* Card body styles */
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

/* Base card styles */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

/* Plan card styles */
.plans-container > .card {
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: 31%;
    margin: 20px 0;
    justify-content: space-between;
}

/****** Imported CSS *********/

/* Base HTML reset */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'kr', Arial, sans-serif;
}

/* Main container styles */
.main-container {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}

/* Container heading styles */
.container h2 {
    color: #617040;
    font-family: 'kb', Arial, sans-serif;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}

/* Plans container layout */
.plans-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

/* Individual plan card styles */
.plans-container > .card {
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: 31%;
    margin: 20px 0;
    justify-content: space-between;
}

/* Plan card heading styles */
.plans-container > .card h2 {
    color: #A03B18;
    font-family: 'kb', Arial, sans-serif;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Plan price styles */
.plans-container > .card .price {
    color: #C0BDBD;
    font-size: 30px;
    font-weight: 500;
}

/* Plan content styles */
.plans-container > .card .content {
    color: #6C6C6C;
    font-size: 16px;
    margin-top: 22px;
}

/* Font awesome icon styles */
.svg-inline--fa {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
    color: #90BE6D !important;
}

/* Plan card list styles */
.plans-container > .card ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

/* Plan card list item styles */
.plans-container > .card ul li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Plan button container */
.plans-container > .card .planBtn {
    margin-top: 30px;
}

/* Plan button label styles */
.plans-container > .card .planBtn label {
    background-color: #fff;
    color: #A03B18;
    font-size: 22px;
    border: 1px solid #A03B18;
    padding: 10px 60px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Plan button hover state */
.plans-container > .card .planBtn label:hover {
    background-color: #A03B18;
    color: #fff;
}

/*-------- Gold Plan Card ---------------*/

/* Gold plan card specific styles */
.plans-container > .card-gold {
    background-color: #EE961B;
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: 31%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Gold plan heading styles */
.plans-container > .card-gold h2 {
    color: #ffffff;
    font-family: 'kb', Arial, sans-serif;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Gold plan price styles */
.plans-container > .card-gold .inner-content .price {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}

/* Gold plan content styles */
.plans-container > .card-gold .content {
    color: #ffffff;
    font-size: 16px;
    margin-top: 22px;
}

/* Gold plan icon styles */
.plans-container > .card-gold .svg-inline--fa {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
    color: #fff !important;
    background-color: #90BE6D;
    padding: 4px;
    border-radius: 99%;
}

/* Gold plan list styles */
.plans-container > .card-gold ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

/* Gold plan list item styles */
.plans-container > .card-gold ul li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Gold plan button container */
.plans-container > .card-gold .planBtn {
    margin-top: 50px;
}

/* Gold plan button label styles */
.plans-container > .card-gold .planBtn label {
    background-color: #A03B18;
    font-size: 22px;
    color: #fff;
    border: 1px solid #A03B18;
    padding: 10px 60px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Gold plan button hover state */
.plans-container > .card-gold .planBtn label:hover {
    background-color: #fff;
    color: #A03B18;
}

/* Media Query */
@media (max-width: 768px) {
    /* Tablet view heading styles */
    .container h2 {
        font-size: 50px;
    }

    /* Tablet view card styles */
    .plans-container > .card {
        width: 45%;
    }

    /* Tablet view button styles */
    .plans-container > .card .planBtn label {
        padding: 10px 40px;
    }

    /* Tablet view price styles */
    .plans-container > .card .price {
        font-size: 24px;
    }

    /* Tablet view gold card styles */
    .plans-container > .card-gold {
        width: 45%;
    }

    /* Tablet view gold button styles */
    .plans-container > .card-gold .planBtn label {
        padding: 10px 40px;
    }

    /* Tablet view gold price styles */
    .plans-container > .card-gold .price {
        font-size: 24px;
    }
}

@media (max-width: 430px) {
    /* Mobile view heading styles */
    .container h2 {
        font-size: 35px !important;
    }

    /* Mobile view card styles */
    .plans-container > .card {
        width: 100%;
    }

    /* Mobile view button styles */
    .plans-container > .card .planBtn label {
        padding: 10px 30px;
    }

    /* Mobile view price styles */
    .plans-container > .card .price {
        font-size: 20px;
    }

    /* Mobile view gold card styles */
    .plans-container > .card-gold {
        width: 100%;
    }

    /* Mobile view gold button styles */
    .plans-container > .card-gold .planBtn label {
        padding: 10px 30px;
    }

    /* Mobile view gold price styles */
    .plans-container > .card-gold .price {
        font-size: 20px;
    }
}

/* Card background transition styles */
.card {
            background-color: #151515;
            transition: background-color 0.3s;
        }

/* Black background card variant */
.card.black-background {
            background-color: #ee961b;
    		color: white;
        }
.plans-container > .card.black-background .content, .entry-content .plans-container > .card.black-background h3, .card.black-background .price{
    color: #fff !important;
}

.card.black-background #bronze-price, .card.black-background #gold-price, .card.black-background #platinum-price {
	color:#fff !important;
}


/* Custom select dropdown styles */
select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
                background-color: #fff;
                background-size: 26px;
                padding-right: 30px;
            }

/* Header Steps */
.card-header.text-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
span.circle {
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    font-weight: 900;
	position:relative;
	z-index:5;
	display: flex;
    align-items: center;
    justify-content: center;
	border:2px #fff dashed;
}
span.circle::before {
    content: "";
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    position: absolute;
    z-index: -5;
}
span.circle.highlight::before {
	background-color:#EE961B;
	color:#fff;
}
span.circle.highlight {
	color:#fff;
	border:2px #EE961B solid;

}
span.divider {
    width: 30px;
    margin-bottom: 28px;
}

span.divider.highlight::before {
	border-top:2px #EE961B solid;
}

span.divider::before {
    content: "";
    display: block;
    border-top: 2px #fff dashed;
    width: 80px;
    left: -25px;
    position: relative;
}

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

.card-header div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.circle-text {
    font-size: 18px;
    color: #fff;
	width: 120px;
	text-align:center;
}


select#zip-code {
    display: none !important;
}