/**
* Theme Name: Hostiko Child
* Description: This is a child theme of Hostiko, generated by AKD Demo Importer.
* Author: Designing Media
* Template: hostiko
* Version: 94.2
*/



.nav-wrapper ul li a {

    padding: 20px 10px;
    
}
.nav-wrapper ul li.has-submenu::after {

    margin-left: -5px;
    top: 25px;
    
}

.whmcs-products
.nav-wrapper ul li a {
    display: block;
    padding: 25px 10px !important;
}
.whmcs-products {
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
    }

    .whmcs-product {
        border: 0px solid #ddd;
        border-radius: 20px;
        padding: 40px 20px;
        width: calc(33.333% - 40px); /* Adjust based on the number of columns */
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
        background-color: white;
        height: 450px;
        text-align: center;
    }

    .whmcs-product:hover {
        transform: scale(1.05);
    }

    .whmcs-product h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
        color: #003970;
		font-family: "Poppins", Sans-serif;
    }

    .whmcs-product p {
        font-size: 1em;
        margin-bottom: 10px;
        color: #666;
    }

   .whmcs-product .price {
    font-size: 1.8em;
    font-weight: bold;
    color: #114ec9;
}

    .feature-list {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
    }
ul.packages_desc {
    list-style: none;
    text-align: left;
}

/* ul .feature-item::before {
  content: "";
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;

  /* SVG path as mask */
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg>') no-repeat 50% 50%;
  background-color: #F5A95B; /* set tick color */
} */
    .feature-item {
       
		
		font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5em;
		    padding: 5px 0;
    }

    .feature-icon {
        margin-right: 5px;
    }


p.text_bold {
    font-size: 16px;
    color: #174cf3;
    margin-bottom: 0;
        font-weight: 800;
}


a.magicmore {
background-color: #F5A95B;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 0.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F5A95B;
    border-radius: 30px 30px 30px 30px;
    padding: 13px 30px 13px 30px;
}

@media only screen and (max-width: 780px) {
.whmcs-product {
    width: 100%;
    text-align: center;
}
}

.page-id-15535 .breadcrumb-area{
    
    display:none;
}

.page-id-15909 .breadcrumb-area{
    
    display:none;
}

.page-id-15529 .breadcrumb-area{
    
    display:none;
}

.page-id-15523 .breadcrumb-area{
    
    display:none;
}

.page-id-15514 .breadcrumb-area{
    
    display:none;
}

.page-id-15509  .breadcrumb-area{
    
    display:none;
}

.page-id-15490  .breadcrumb-area{
    
    display:none;
}

.page-id-14810 .breadcrumb-area{
    
    display:none;
}

.page-id-14914 .breadcrumb-area{
    
    display:none;
}

.page-id-14909 .breadcrumb-area{
    
    display:none;
}

.page-id-14903 .breadcrumb-area{
    
    display:none;
}

.page-id-14953 .breadcrumb-area{
    
    display:none;
}


.page-id-14896 .breadcrumb-area{
    
    display:none;
}

.page-id-15406 .breadcrumb-area{
    
    display:none;
}


.page-id-14888 .breadcrumb-area{
    
    display:none;
}

.page-id-14836 .breadcrumb-area{
    
    display:none;
}


.page-id-14879 .breadcrumb-area{
    
    display:none;
}


.page-id-15497 .breadcrumb-area{
    
    display:none;
}


.page-id-15352 .breadcrumb-area{
    
    display:none;
}


.page-id-16213 .breadcrumb-area{
    
    display:none;
}


.page-id-16252 .breadcrumb-area{
    
    display:none;
}


.page-id-16260 .breadcrumb-area{
    
    display:none;
}

.page-id-16283 .breadcrumb-area{
    
    display:none;
}

.vps-locations {
    margin: 20px 0;
}

.region-locations-grid {
    display: flex;
    flex-wrap: wrap;
}

.location-item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.location-image img {
    width: 100%;
    height: auto;
}

.location-info {
    margin-left: 20px;
}

.location-info h3 {
    margin: 0 0 10px 0;
}

.location-info p {
    margin: 0;
}


/* section.breadcrumb-area.bg-primary-gradient {
    display: none;
} */


ul.icon-menu.submenu-wrapper {
    column-count: 4;
}

.page-meta-logo {
    width: 100%;
}

.main-logo {
    width: 100%;
}

.logo-sticky {
    width: 100%;
}

@media only screen and (max-width: 768px) {
	
	ul.icon-menu.submenu-wrapper {
    column-count: 1 !important;
}
}