/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor.
Author: Warp Development
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*html, body, *{
	cursor: url("https://infogro.warpdemo.co.za/wp-content/uploads/2023/04/Ellipse-new.svg"), auto !important;	
}*/

.agility-result-list{
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: space-around;
}

.agility-result-provider-list{
    display: flex;
    /* Center justification removed because it broke the carousel */
    /* justify-content: center; */
    align-items: center;
}

.agility-result-provider{
    background-color: #f1f1f1;
    -webkit-box-shadow: 19px 9px 30px 3px #d5d5d5;
    box-shadow: 19px 9px 30px 3px #D5D5D5;
    padding:5px;
    font-weight:bold;
    font-size:30px;
    border-radius:35px;
    margin:0 10px;
}

.agility-result-provider-list{
    margin-bottom:15px;
}

.img-service-provider{
    height:50px !important;
    max-width:200px !important;
    min-width:100px !important;
}

#speedometer-values {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  
.speedometer-value {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 16.6%;
    cursor: pointer;
}

#btn-live-chat{
    cursor:pointer;
}

.hidden-by-network-filter,
.hidden-by-speed-filter{
    display:none;
}

.agility-result-provider-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.agility-result-provider {
    flex: 0 0 auto;
    margin-right: 10px;
    scroll-snap-align: start;
}

.agility-result-provider:last-of-type {
    margin-right: 0;
}

.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}
  
.product-loop-container {
    font-family: "Sora", Sans-serif;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
    width: 100%;
}

.product-loop-container::-webkit-scrollbar {
    display: none;
}

.product-loop-container .product{
    color:#EF4537;
    background-color: white;
    border-radius:10px;
    margin: 0 10px;
    padding: 0px;
    scroll-snap-align: center;
}

.product-loop-container .product-price-container .amount{
    font-size: 22px;
    font-weight: 700;
	color:#EF4537;
	text-align: left;
}

.product-loop-container .product-price-container{
    padding: 17px 0 0 20px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #C4C4C4;
}

.product-loop-container .product-price-container,
.product-loop-container .product-link-container,
.product-loop-container .product-title-container,
.product-loop-container .product-description-container,
.product-loop-container .product-image-container{
    display:flex;
        text-align: center;
	justify-content: center;
}

.product-loop-container .product-title{
    font-size: 16px;
    font-weight: 700;
    color:#5A5C5E;
	margin-top: 1.5rem;
}

.product-loop-container .product-image-container img{
    width:255px;
    height:255px;
}

.product-loop-container .product-description{
    word-break: break-word;
    color:#5A5C5E;
}

.product-loop-container .product-link-container a{
    background-color:#EF4537;
    border:solid 1px #EF4537;
    color:white;
    cursor:pointer;
	margin-bottom: 20px;
	border-radius: 10px;
	font-weight: bold;
}

.product-loop-container .product-link-container a:hover{
    color:#EF4537;
    background-color:white;
    border-color:#65E6F4;
}

#product-categories-container{
    font-family: "Sora", Sans-serif;
    display: flex;
    grid-gap: 10px;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 25px;
    justify-content: center;
}

#product-categories-container .product-category-tile,
#product-categories-container .product-category-tile:visited{
    display:block;
    padding:10px 25px;
    font-weight:600;
    cursor: pointer;
    min-width:100px;
    -webkit-box-shadow: 0 0 16px 0px #b7b7b7;
    box-shadow: 0 0 16px 0px #b7b7b7;
    text-align:center;
    color:#5A5C5E;
    margin:0 15px;
	border-radius: 10px;
	background-color: #fff;
}

#product-categories-container .product-category-tile:hover{
    color:#fff;
	background-color: #EF4537;
	border-radius: 10px;
}

#product-categories-container .product-category-tile.category-selected{
    color:#fff;
	background-color: #EF4537;
	border-radius: 10px;
}

.alert-no-coverage{
    color:#EF4537 !important;
    border-color: #EF4537 !important;
    font-weight:600;
    background-color: rgba(239, 69, 55, 0.2) !important;
}

.alert-no-coverage button{
    color:white !important;
    border-color: #EF4537 !important;
    background-color: #EF4537 !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hidden-xs {
        display: none !important;
    }
	
	.agility-result-list{
		display: grid;
		grid-template-columns: repeat(3, 32%) !important;
		justify-content: space-around;
	}
	
	#mobile-speed-container{
		display: grid !important;
		width: 350px;
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom:15px;
	}
	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hidden-sm {
        display: none !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }
}

#mobile-speed-container{
    display: flex;
    justify-content: center;
    margin-bottom:15px;
}

#mobile-speed-container .mobile-speed-value{
    -webkit-box-shadow: 19px 9px 30px 3px #d5d5d5;
    box-shadow: 19px 9px 30px 3px #D5D5D5;
    padding:5px 10px;
    font-weight:600;
    color:#EF4537;
    margin:0 5px;
    cursor: pointer;
    border-radius:15px;
}

#mobile-speed-container .mobile-speed-value.active{
    color:white;
    background-color:#EF4537;
}





#desktop-network-speed-filter-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#desktop-network-speedometer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#package-speeds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.network-speedometer-value:hover{
	color: #EF4537;
}

.network-speedometer-value {
    position: absolute;
    cursor: pointer;
	font-family: "Sora", Sans-serif;
	font-size: 15px;
    font-weight: 700;
}

.network-speedometer-value-10 {
    transform: translate(-235%, 168%);
}

.network-speedometer-value-50 {
    transform: translate(-600%, 20%);
}

.network-speedometer-value-100 {
    transform: translate(-380%, -130%);
}

.network-speedometer-value-200 {
    transform: translate(-140%, -335%);
}

.network-speedometer-value-300 {
    transform: translate(130%, -335%);
}

.network-speedometer-value-400 {
    transform: translate(335%, -130%);
}

.network-speedometer-value-500 {
    transform: translate(200%, 170%);
}