/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2026 | 15:36:37 */
.fleetbeat-deals__grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    gap: 60px;
    padding-top: 20px;
}

h3.fleetbeat-plan__name {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #2b3d4f;
}

span.fleetbeat-plan__price {
    font-family: Lato;
    font-weight: 800;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -2.3%;
    text-align: center;
    color: #2b3d4f;
}

p.fleetbeat-plan__note {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2.3%;
    color: #2b3d4f;
}

span.fleetbeat-plan__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
    padding: 11px 12px;
    border-radius: 100px;
    background-color: #f6f9fb;

    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #2b3d4f;
}

.fleetbeat-plan__promo{
   margin: 30px 0 24px;
}

.fleetbeat-truckspot__promo {
   margin: 14px 0 0;
}


ul.fleetbeat-plan__perks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;

    margin: 0;
    padding: 0;
    list-style: none;
}

li.fleetbeat-plan__perk {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2.3%;
    color: #2b3d4f;
}

li.fleetbeat-plan__perk::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 4px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10.5L7.5 14L16 5.5' stroke='%2328af60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.fleetbeat-plan__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

article.fleetbeat-plan.fleetbeat-plan--hardware {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 30px 32px 32px;
    border-radius: 20px;
    background-color: #fff;
}

button.fleetbeat-plan__cta {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 54px;
    margin-top: 24px;
    padding: 15px 96px;

    color: #28af60;
    background: #fff;
    border: 1px solid #28af60;

    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

article.fleetbeat-truckspot {
    position: relative;
    display: flex;
    width: 400px;
    padding: 30px 32px 32px;
    border-radius: 20px;
    background-color: #28af60;
    flex-direction: column;
    justify-content: space-between;
}

article.fleetbeat-truckspot::before {
    content: "Already have a device ?";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 230px;
    height: 40px;
    padding: 11px 12px;
    border-radius: 100px;

    background: #2b3d4f;
    color: #fff;

    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

span.fleetbeat-truckspot__price {
    font-family: Lato;
    font-weight: 800;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -2.3%;
    color: #fff;
}

p.fleetbeat-truckspot__note {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2.3%;
    color: #fff;
}

span.fleetbeat-truckspot__code-label {
    margin: 0;
	padding: 24px 0 0;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}

.fleetbeat-truckspot__code-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 100%;
    height: 50px;
    margin: 8px 0 0;
    padding: 13px 0;

    background: #fff;
    border-radius: 8px;
	margin: 8px 0 24px;
}

button.fleetbeat-truckspot__code-copy {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;

    background: transparent;
    border: none;
}

ul.fleetbeat-truckspot__benefits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;

    margin: 0;
    padding: 0;
    list-style: none;
}

li.fleetbeat-truckspot__benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2.3%;
    color: #fff;
}

li.fleetbeat-truckspot__benefit::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 4px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10.5L7.5 14L16 5.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

button.fleetbeat-truckspot__btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 54px;
    margin-top: 24px;
    padding: 15px 96px;

    color: #28af60;
    background: #fff;
    border: 1px solid #fff;

    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fleetbeat-truckspot__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.fleetbeat-truckspot__head h3.fleetbeat-plan__name {
    color: #fff;
}

section.fleetbeat-deals {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;

    padding: 60px 0;

    background: #f6f9fb;
}

header.fleetbeat-deals__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

h2#fleetbeat-deals-title {
    font-family: Lato;
    font-weight: 500;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #2b3d4f;
}

p.fleetbeat-deals__subtitle {
    font-family: Lato;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2b3d4f;
}

p.fleetbeat-truckspot__code-value {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #2b3d4f;
	margin: 0;
}

button.fleetbeat-truckspot__code-copy svg path {
    fill: #2b3d4f;
}

@media(max-width: 768px){
	section.fleetbeat-deals{
		background: transparent;
		gap: 32px;
        padding: 0;
	}
	
	.fleetbeat-deals__grid {
        width: 100%;
		gap: 24px;
    }
	
	article.fleetbeat-plan.fleetbeat-plan--hardware{
		width: 100%;
		box-shadow: 0px 8.4px 10.5px -6.3px #0000001A;
		padding: 20px;
	}
	
	h3.fleetbeat-plan__name{
		font-size: 16p;
		line-height: 20px;
	}
	
	span.fleetbeat-plan__price{
		font-size: 44px;
		line-height: 110%
	}
	
	span.fleetbeat-plan__badge{
		padding: 14px 0;
	}
	
	.fleetbeat-plan__promo{
		margin: 12px 0 16px;
	}
	
	li.fleetbeat-plan__perk,
	li.fleetbeat-truckspot__benefit{
		font-size: 16px;
		line-height: 150%;
	}
	
	button.fleetbeat-plan__cta,
	button.fleetbeat-truckspot__btn{
		font-size: 16p;
		line-height: 20px;
		height: 48px;
		margin: 16px 0 0;
	}
	
	article.fleetbeat-truckspot{
		width: 100%;
		padding: 20px;
	}
	
	article.fleetbeat-truckspot::before{
		font-size: 12px;
		padding: 6px 12px;
		height: 26px;
		width: 180px;
		top: -10px;
	}
	
	p.fleetbeat-truckspot__note{
		font-size: 13px;
		line-height: 18px;
		padding: 0 0 16px;
	}
	
	h2#fleetbeat-deals-title{
		font-size: 28px;
		line-height: 27.02px;
		text-align: center;
	}
	
	p.fleetbeat-deals__subtitle{
		font-size: 16px;
		line-height: 150%;
		text-align: center;
	}
	
	header.fleetbeat-deals__header{
		gap: 12px;
	}
}