@charset "utf-8";
/* CSS Document */



:root {
    --color-primary: #007bff;     /* A clean, professional blue */
    --color-secondary: #28a745;   /* A subtle green for highlights */
    --color-background-light: #f8f9fa; /* Light gray for sections */
    --color-text-dark: #343a40;
    --color-text-light: #ffffff;
    --max-content-width: 1100px;
    --spacing-unit: 20px;
}




body{
 font-family: 'Poppins', sans-serif;
    color: var(--color-text-dark);
    margin: 0;
    padding: 0;
    background-color: var(--color-text-light);
    overflow-x: hidden;
    line-height: 1.6;

	
}




.desktop-div{
	
	display: flex;
	width: 100%;
	height: auto;
	margin: 0;
	flex-direction: column;
align-items: center;
	
}
		
		.top{
		display: flex;
		flex-direction: column;
		width: 100%;
	height: auto;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #fff;
		align-items: center;
		margin-bottom: auto;
			margin: 0;
			
			 box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);		

		
		
	}
	.topline{
		display: flex;
		width: 100%;
		height: auto;
		flex: 1;
		color: #000;
		align-items: center;
		font-weight: 600;
		text-align: center;
		justify-content: space-around;
		border-bottom: 1px solid rgba(191,191,191,1.00);
		background-color: #878EFF;
		
		
	}
		
		.special{
			display: flex;
			flex: 1;
			width: 100%;
			height: auto;
			background-color: #878EFF;
			justify-content: space-around;
			padding: 5px;
			text-align: center;
			align-content: center;
			
		}
		.right-stuff{
			display: flex;
			width: auto;
			height: auto;
			
			padding: 10px;
			gap: 20px;
		}
		.nav-right{
			display: flex;
			width: auto;
			height: auto;
			align-content: center;
			align-items: center;
			padding: 10px;
			gap: 15px;
			
		}
	
		
		
		section{
			width: 100%;
			height: auto;
			margin-bottom: 30px;
			 border-bottom: 1px solid #ddd;
			
		}
		.section-one{
			
			
		}
		.section-two{
			display: flex;
			width: 80%;
			height: auto;
			flex-direction: column;
			padding: 10px;
			gap: 20px;
			
		}
		.section-three{
			display: flex;
			width: 100%;
			height: auto;
			background-color: #f2f9ff;
			justify-content: space-around;
			flex-direction: column;
			text-align: center;
			
			
		}
		.section-4-mid{
			display: flex;
			width: auto;
			height: auto;
			border-radius: 10px;
			text-align: center;
			flex-direction: column;
			align-content: center;
			background-color: white;
			padding: 20px;
		}
		
		.reason-txt{
			display: flex;
			width: 100%;
			height: auto;
			font-size: 4vh;
			text-align: center;
			padding: 10px;
		}



.section-four {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 50px 0;
    background: #000;
    overflow: hidden;
}

.section-four .rain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}
.section-four .rain span {
    position: absolute;
    top: -10%;
    color: rgba(255, 0, 255, 0.9);
    text-shadow: 0 0 8px rgba(255, 0, 255, 1);
    font-family: monospace;
    font-size: 30px;
    animation: rain linear infinite;
    opacity: 1;
}


.section-four .rain span:nth-child(1) { left: 5%;  animation-delay: 0s; }
.section-four .rain span:nth-child(2) { left: 15%; animation-delay: -1s; }
.section-four .rain span:nth-child(3) { left: 25%; animation-delay: -2s; }
.section-four .rain span:nth-child(4) { left: 35%; animation-delay: -1.5s; }
.section-four .rain span:nth-child(5) { left: 45%; animation-delay: -0.5s; }
.section-four .rain span:nth-child(6) { left: 60%; animation-delay: -2.2s; }
.section-four .rain span:nth-child(7) { left: 75%; animation-delay: -0.8s; }
.section-four .rain span:nth-child(8) { left: 90%; animation-delay: -1.7s; }

@keyframes rain {
    0%   { transform: translateY(-120%); opacity: 0; }
    10%  { opacity: 1; }
    100% { transform: translateY(120%); opacity: 0; }
}


.s4-container {
    position: relative;
    z-index: 5;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}




.unknown{		

			display: flex;
			width: 80%;
		height: auto;
			flex-direction: column;
			justify-content: center;
			text-align: center;
			align-content: center;
			align-items: center;
			padding: 20px;
				gap: 10px;
			background-image: url("../imgs/s4-background.png");
			background-size: cover;
			background-repeat: no-repeat;
		
			
		}
		
		.section-six{
			display: flex;
			width: 100%;
			height: auto;
			background-color: darkgray;
			flex-direction: column;
			align-items: center;
			gap: 8px;
		}
		
		.s4-left{
			text-align: center;
			font-size: 5vh;
		}
		.s4-right{}
		
		
	
		
		
		.img-box-desc{
			display: flex;
			width: auto;
			height: auto;
			color: #fff;
			background-color: #000;
			padding: 10px;
		}
		.s3-cont-box{display: flex;
		
		width: auto;
			height: auto;
			flex-direction: column;
			
			gap: 5px;
		}
		
		.s3-bxs{display: flex;
		width: 100%;
			height: auto;
			justify-content: space-around;
		}
	
		
	.topmid{
		display: flex;
		width: 100%;
	height: auto;
		align-content: center;
	justify-content: space-around;
		
		gap: 10px;
		
	}
		.mid-left{display: flex;
		width: auto;
			height: auto;
			align-items: center;
		}
	.nav{
		display: flex;
		width: auto;
		height: auto;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
		padding: 10px;
	}
		.nav-ex{
			display: flex;
			width: 100%;
			height: 50px;
			color: #000;
			justify-content: space-between;
		text-align: center;
		}
	.logo{
		
		width: auto;
		font-size: 5vh;
		color: darkblue;
		text-decoration: none;
		padding: 10px;
				
	}
.logo a{text-decoration: none;}

		.price-display{
			width: 100px;
			height: 100px;
			font-weight: bold;
		font-size: 4vh;
			border-radius: 50%;
			border: 1px solid #ddd;
			align-content: center;
			justify-content: center;
			padding: 20px;
			align-items: center;
		}
	.ui{display: flex;
	width: 100%;
		height: 30px;
		background-color: skyblue;
	}
	
	.links{
		display: flex;
		width: auto;
	align-items: center;
margin-right: 280px;
	}
		.link{width: auto;
			height: auto;
		color: #fff;
			background-color: #000fff90;
			padding: 10px;
			border-radius: 5px;
			font-weight: bold;
		}
		.top-link{
		padding: 10px;
		}
		.top-link-space{}
		/*
		.local-link{
			width: auto;
			height: auto;
		color: #000;
			cursor: pointer;
			background-color: #add8e690;
			padding: 10px;
			border-radius: 2px;
			font-weight: 1000;
		}
		.local-link:hover{background-color: #add8e6;}
*/

.local-link{
	color: #007bff;
	font-size: 1.5em;
	font-weight: bold;
	
}
.tollfree-link{
	
	color: #007bff;
	font-size: 1.5em;
	font-weight: bold;
}

/*
		.tollfree-link{width: auto;
			height: auto;
		color: #000;
			background-color: #90ee9075;
			padding: 10px;
			border-radius: 2px;
			font-weight: bold;
			cursor: pointer;
		}
		.tollfree-link:hover{background-color: #90ee90;}

*/
		.other-link{width: auto;
			height: auto;
		color: #fff;
			background-color: #00000090;
			padding: 10px;
			border-radius: 2px;
			font-weight: bold;
			cursor: pointer;
		}
		.other-link:hover{background-color: #000000;}

.top-section-backup{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-content: center;

}
.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #fff;
	align-content: center;
	gap: 5px;
	margin-top: 100px;
}

.mid-section {
	display: flex;
	width: 90%;
	height: auto;
	justify-content: space-between;
	background-position: center;
	background-size: cover;
background: linear-gradient(45deg, #000fff, #000fff);

	
border-radius: 10px;
	margin-top: 75px;
	padding: 10px;
	
	
}

.box {
	display: flex;
	width: 33%;
	height: auto;
	
	align-items: center;
	flex-direction: column;
	border-radius: 5px;
	text-align: center;
	margin-left: 180px;
	color: #fff;
	font-size: 44px;
}
.section-header{}
	.small-section{
		display: flex;
		width: 80%;
		height: 50px;
		background-color: #f2f9ff;
		
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		font-size: 20px;
		padding: 10px;
		
		
	}

	.search-title{
		display: flex;
			width: auto;

		height: auto;
font-size: 5vh;
	
		text-align: center;
		padding: 10px;
		color: #fff;
		
		
	}
	.search-area{
		display: flex;
		width: 100%;
		height: auto;
		
		border-radius: 2px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-left: 50px;
		gap: 5px;
		
		

	}

		
		
		
	
		.mid-box{display: flex;
		width: 33%;
			height: auto;
			
		}
	.footer{display: flex;
	width: 100%;
		align-items: center;
		background-color: #000;
		color: #fff;
		padding: 10px;
		gap: 20px;
		
		
	}
	.company{display: flex;
	width: 500px;
		align-content: center;
		align-items: center;
		flex-direction: column;
	}
	.company-logo{display: flex;
	width: 200px;
		height: 200px;
		align-content: center;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		border: 1px solid #000;
	
	
	}
		.company-link{
			display: flex;
			width: auto;
			height: auto;
			padding: 10px;
			gap: 100px;
			
		}
	.footer-links{display: flex;
	
		gap:20px;
	
	}
	.bfl{display: flex;
		width: auto;
		flex-direction: column;

	}
	.fl-title{display: flex;
	
	
	}
	.description{
		display: flex;
		width: auto;
		flex-direction: column;
		 text-align: center;
		align-content: center;
		align-items: center;
    margin-bottom: 40px;

		/*display: flex;
		width: 100%;
		height: auto;
		align-content: center;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 10px;*/
	
	}
	.description-top{
		
		
		 font-size: 3rem;
    color: var(--color-primary);
font-weight: 2000;
		

		/*display: flex;
	font-size: 30px;
		font-weight: bold;*/
	}
	.description-sub{display: flex;
		font-size: 24px;
	
	}
	.description-carriers{display: flex;
	width: 60%;
		height: auto;
	justify-content: space-between;
		align-content: center;
	}
	
	.carriers{display: flex;
		width: 80%;
		height: 100px;
		justify-content: space-between;
		align-items: center;
		backdrop-filter: blur(12px);
	
	}
	.carrier-block{display: flex;
	width: 100px;
		height: auto;
		gap: 10px;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}
	.carriers-title{
		display: flex;
	width: auto;
	justify-content: center;
		align-content: center;
	}
	.carrier-name{display: flex;
		width: 100px;
		justify-content: center;
	font-weight: bold;
		
		
	}
	.carrier-logo{
		
		display: flex;
	justify-content: center;
		width: auto;
		height: auto;
		border-radius: 10px;
		padding: 10px;
		
	}
	.main-feature{display: flex;
	
	width: auto;
		justify-content: space-between;
	}
	
	.lower-top-text{display: flex;
		
		width: auto;
		font-size: 30px;
	font-weight: bold;
		color: #fff;
		background-color: #000; 
		padding: 10px;
		
	}
	.lower-mid-text{display: flex;
		width: auto;
		
		font-size: 24px;
			justify-content: flex-start;
		align-content: flex-start;
	
	}
	.lower-top-img{display: flex;
	width: 100%;
		height: auto;
		font-size: 24px;
			justify-content: center;
		align-content: center;
	}
	.lower-left{display: flex;
	width: auto;
		height: auto;
		flex-direction: column;
	
	}
	.lower-right{display: flex;
	width: auto;
		height: auto;
		border: 1px solid #000;
	}
		.number-types{
			display: flex;
			width: 40%;
			height: auto;
			align-content: center;
			justify-content: space-around;
			padding: 10px;
			
			
		}
		.number-box{
			width: 200px;
			height: auto;
			flex-direction: column;
			background-color: lightblue;
			border: 1px solid #000;
			border-radius: 10px;
			padding: 10px;
			
		}
		.type-name{
			display: flex;
			color: #fff;
		font-size: 3vh;
			padding: 10px;
		}
		.type-description{
			padding: 10px;
			
		}
	.section{display: flex;
		width: 100%;
		height: auto;
		align-content: center;
		flex-direction: column;
		background-color: lightcoral;
		text-align: center;
	
	}
		.fs-cont{display: flex;
		width: 100%;
			height: auto;
			text-align: center;
			align-content: center;
			font-size: 30px;
			font-weight: bold;
			
		}
	
	.section-title{
		font-weight: bold;
		}
	.section-title-big{display: flex;
	font-size: 30px;
		
	}
	.subscribe-option{
		
		padding: 10px;
    border: none;
    border-radius: 6px;
    margin-right: 5px;


	}
	
	
		

		.input{padding: 10px;
		
		}
		
		.search-input{padding: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		}
		.search-button{
			
			border-radius: 2px;
		border: 0;
			background-color: #fff;
			font-size: 16px;
			color: #fff;
			padding: 10px;
			box-shadow: 0 0 1px 1px rgba(0, 0, 0, 1.5);
		}
		.start-search{
			font-size: 25px;
			padding: 10px;
			background-color: #ffffff50;
			border: 1px solid #000;
		}
		.mid-search{
			display: flex;
			width: auto;
			height: auto;
			padding: 10px;
			gap: 5px;
		
			
		}
		.advanced-search{
			background-color: #FF5700;
			border: 0;
			color: #fff;
			padding: 10px;
			box-shadow: 0 0 8px 0px rgba(0, 0, 0, 1);
		}
		.acct-btn{background-color: lightblue;
		padding: 10px;
			border: 1px solid #000;
			font-weight: 1000;
			color: #000;
		}
.acct-btn:hover{cursor: pointer;}
		.custom-btn{
			
			background-color: lightgreen;
		padding: 10px;
			border: 1px solid #000;
			
			font-weight: 1000;
			color: #000;
			
		}
		.custom-btn:hover{}
		
		
		
	
		
		  .btn{padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;

}
		.get-started-2{
			width: 200px;
			height: auto;
			background-color: lightgreen;
			padding: 10px;
			border: 0;
			
		}
.get-started-3{
			background-color: var(--color-primary); /* Uses the primary blue: #007bff */
    color: var(--color-text-light); /* White text */

			
		}
		.shop-btn{
			width: 50%;
			height: auto;
			border: 1px solid #000;
		background-color: springgreen;
			padding: 10px;
		}
		
		
		.block{display: flex;
			width: 65%;
			height: auto;
			flex-direction: column;
			border: 1px solid #ddd;
			padding: 10px;
		}
		.upq{display: flex;
			font-weight: 1000;
			background-color: darkgray;
		padding: 20px;
		
		}
		.downa{
			
			background-color: lightgray;
			padding: 20px;
		}
		.text{
			
			font-size: 28px;
		}

/* index page start*/

.index-page-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	background-color: #fff;
	gap: 5px;
	margin-top: auto;
	
}
.top-section{
display: flex;
	width: 80%;
	height: auto;
	max-height: 400px;
	justify-content: space-around;
			align-items: center;
			background-image: url("../imgs/index-top-bg.png");
background-color: #f2f9ff;
	
	
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*background: linear-gradient(45deg, lightblue, darkblue);*/
	/*	background: linear-gradient(45deg, lightblue, darkblue);*/

	margin-top: auto;
		}


.box-2{
	 background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    max-width: 650px;
	flex-direction: column;
	/*
		display: flex;
		width: 30%;
		height: auto;
	flex-direction: column;
		padding: 10px;
		align-items: center;
		justify-content: center;
		mafgin: 10px;
	border: 1px solid #ddd;.fe
	border-radius: 5px;
	padding: 10px;
	background: linear-gradient(-90deg, white, gray);
*/
	
	
		
	}

.left-section {
	display: flex;
	width: 60%;
	height: auto;
	justify-content: space-between;
	background-position: center;
	background-size: cover;


	
border-radius: 10px;
	margin-top: 75px;
	padding: 10px;
	
	
}


.index-left-box {
 width: 55%;
    padding: 0 var(--spacing-unit);

}
.index-section-two{
	
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
}


.index-page-section-three{
	display: flex;
	width: 100%;
			height: auto;
			background-color: #f2f9ff;
			justify-content: center;
			flex-direction: column;
			text-align: center;
	align-items: center;
	align-content: center;
	
	
}
.s3-container{
			display: flex;
			width: 100%;
		height: auto;
	
	/*background-color: #f2f9ff;*/
	
			justify-content: space-around;
		
			padding: 10px;
			
		}
		
		.s3-img img{
			display: flex;
			max-width: 100%;
			height: auto;
			background-color: lightgray;
			box-sizing: border-box;
		border: 1px solid #000;
			border-top-left-radius: 10px;
		}

/* index page end*/
/*local page start */



	.s3-cont-left{
		display: flex;
width: 60%;
height: 400px; /* or 100vh */
flex-direction: column;
padding: 10px;

background-image: url("../imgs/used-on.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;

			
		}
		

		.s3-cont-right{
			
			display: flex;
			
			width: 30%;
			height: auto;
			
			flex-direction: column;
			align-items: center;
		justify-content: center;
			
		}
		


.feature {
  display: flex;
    justify-content: space-between;
    gap: var(--spacing-unit);
    margin-bottom: 60px;

}

.feature-box {
	 flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--spacing-unit);
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background-color: var(--color-text-light);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);


}
	.feature-img{display: flex;
		
		 font-size: 2.5rem;
    color: var(--color-primary);
    margin-bottom: 10px;
	
	}
	.feature-title{
		 font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;

	}
	.feature-text{display: flex;
	font-size: 24px;
		font-weight: bold;
	}
	.feature-text-bottom{display: flex;
}


.large-hlt{
		
			font-size: 2vh;
    font-weight: 700;

			
	color: #000;
		}

.large-hlt-sub{
		
			 font-size: 1.5rem;
    font-weight: 400;

	color: #000;
		}
		
		.large-text{
			
			font-size: 25px;
			font-weight: bolder;
		}
.texxone{
	
	font-size: 28px;
}


	
.local-page-container {
	display: flex;
	width: 65%;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	align-content: center;
	gap: 5px;
	margin-top: auto;
}

.local-page-section-one{
isplay: flex;
	width: 75%;
	height: auto;
	justify-content: center;
	
background: linear-gradient(45deg, lightblue, darkblue);

	
border-radius: 10px;
	padding: 10px;
	
	background-image: url("../imgs/mid.png");
	background-size: cover;
	background-position: center;
 background-repeat: no-repeat;
	margin-top: 5%;
}
.local-page-section-two{
	display: flex;
	width: 100%;
	height: auto;
	
}
.local-page-section-three {
	
	
	display: flex;
	width: 100%;
	height: auto;
	background-color: palegreen;
	
}


.maps a{
	
	min-width: 100%;
	height: 100%;;

}

.maps{display: flex;
width: 100%;
	height: auto;
	justify-content: space-between;

}
.usmap,.canmap{display: flex;
width: 10%;
	height: 300px;
	border: 1px solid #000;
	
}

/*local page end */


/* faq container start */
.faq-container{
	display: flex;
	width: 65%;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 1px solid #ddd;
	margin-top: auto;
}

.faq-section-one{
display: flex;
	width: 75%;
	height: auto;
	justify-content: center;
	
background: linear-gradient(45deg, lightblue, darkblue);

	
border-radius: 10px;
	padding: 10px;
	
	background-image: url("../imgs/mid.png");
	background-size: cover;
	background-position: center;
 background-repeat: no-repeat;
	margin-top: 5%;
}
.faq-section-two{
	
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 15px;
	gap: 10px;
}


/* faq container end*/
/* conact us container start*/
.contact-us-container{
	display: flex;
	width: 65%;
	height: auto;
}

/* contact us container end*/
.page-title{display: flex;
width: auto;
}

a{text-decoration: none;}
a:visited{text-decoration: none;}

/* faq container end */



/* toll free number page start*/


.toll-free-numbers-container-container{
	
	display: flex;
	width: 65%;
	height: auto;
	flex-direction: column;
	
}

.toll-free-section-one{
	display: flex;
	width: 65%;
	height: auto;
	flex-direction: column;
}
.toll-free-section-two{}
.toll-free-section-three{}

/* toll free number page end*/