/* 
 Theme Name:   collegecompare
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   http://localhost/collegecompare
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/** 6-3-2026**/
span.green-dot {
    width: 8px;
    height: 8px;
    background: #16A34A;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    display: inline-block;
}
.white-btn p {
    color: #0fbaeb;
    font-size: 14px;
    border: 1px solid #0fbaeb40;
    border-radius: 25px;
    padding: 5px 20px;
    display: inline;
	background: #fff;
	font-weight: 500;
}
span.text-blue {
    color: #0fbaeb;
}
	.pill {
    background: #ffffff;
    border: 1px solid #e8e0d8;
    padding: 4px 14px;
    border-radius: 100px;
    gap: 6px;
}
@keyframes pulse{
    0%, 100% { opacity: 1;  transform: scale(1) }
    50% {opacity: .6;transform: scale(1.3) }
}
.banner-desc p {
    margin-bottom: 15px;
}
b.card-point {
    color: #3D3D3D;
}
.border-box .elementor-widget-wrap.elementor-element-populated{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
	border: 1px solid #F0F0F0;
	padding:0px !important;
}




/* .info-row .info-item {
    margin-bottom: 0;
    flex: 1;
} */

.card-space{
    padding: 0px 15px;
}
.info-row {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.info-item img {
    width: 16px;
    height: 16px;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
	    border-radius: 4px;
    background: #FBFBFB;
	 padding: 0.5rem;
    width: fit-content;
    text-wrap-mode: nowrap;
}

.pricing {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(90deg, rgba(255, 239, 230, 0.07) 0%, #FFEFE6 50%, rgba(255, 239, 230, 0.00) 100%);
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Public Sans';
}
.discounted-price {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    color: #28a745;
    margin-bottom: 5px;
}
.original-price {
    font-size: 1.1rem;
    color: #666;
    text-decoration: line-through;
}
.pricing {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    gap: 0.75rem;
	padding: 15px 0px;
    background: linear-gradient(90deg, rgba(255, 239, 230, 0.07) 0%, #FFEFE6 50%, rgba(255, 239, 230, 0.00) 100%);
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Public Sans';
}
.popup-btn-box-shadow .elementor-widget-wrap.elementor-element-populated,.popup-btn-box-shadow .elementor-widget-wrap.elementor-element-populated:hover {
    background: unset;
    box-shadow: none !important;
border:none;
}
.mb-0 p{
    margin-bottom: 0px !important;
}
.border-box .elementor-widget-wrap.elementor-element-populated:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.card-img,.border-box:hover img{
		border-radius:12px;
}





.card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.border-box:hover .card-img img {
    transform: scale(1.05);
}
.program-info {
    padding-bottom: 15px;
}
/* a.header-btn {
    background: #0fbaeb;
    padding: 10px 20px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
}
a.header-btn{
	display:none;
}
.page-id-4741 a.header-btn{
	display:block;
}
.page-id-4741 .ast-builder-menu-1.ast-builder-menu,.page-id-4741 .ast-builder-html-element p:first-child {
    display: none;
} */
.page-id-4741 header#masthead,.page-id-4741 nav.breadcrumbs {
    display: none;
}
.position-fixed {
    position: fixed !important;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
@media(max-width:1024px){
	.banner-iconbox ul li{
	padding-bottom:10px !important;
}
}
