/*

[Custom Stylesheet]

Project: CloudServer - Responsive HTML5 Technology, Web Hosting and WHMCS Template
Version: 1.9
Author : themelooks.com

*/
section.banner-item-content h1 {
    line-height: 30px;
    font-size: 30px !important;
}
section.banner-item-content span {
    font-size: 36px !important;
    line-height: 48px;
}
section.banner-item-content p {
    font-size: 16px;
    line-height: 30px;
}
section.banner-item-content h4 {
    line-height: 36px;
    margin-bottom: 30px;
    font-size: 16px;
}
section.banner-item-content h2 {
    font-size: 24px;
}
.center {
    text-align: center;
}

.pricing--item.features {
    padding: 30px;
    background: #fef6f6;
    border-radius: 8px;
    color: #222;
}
.pricing--item.features h4 {
    margin-bottom: 30px;
    line-height: 1.3;
    font-family: "Asap",sans-serif;
    font-size: 18px;
}
.counter-icon i.fa {
    background: none !important;
    border: 1px solid;
}
.features i.fa {
    margin: 0 auto 20px;
    color: #CD151F;
    font-size: 36px;;
}
.findout {
    color: #CD151F;
    font-weight: 400;
    margin-bottom: 40px;
}
.findout:hover {
    text-decoration: underline;
}
.pricing--item.features.d-flex.flex-column.h-100.w-100 {
    min-height: 260px;
}
.started {
    margin-top: 50px;
}
.legal p a {
    color: #CD151F !important;
}
.legal a:link {
    color: #CD151F !important;
}
.legal a:visited {
    color: #CD151F !important;
}
.legal a:hover {
    color: #CD151F !important;
}
.legal a:active {
    color: #CD151F !important;
}
.white {color: #fff !important;} 
.banner .container {
    width: 60%;
}
.banner .container {
    width: 60%;
}
.empty10 {padding: 10px;}
.empty20 {padding: 20px;}
.empty60 {padding: 60px;}
.domain-ext {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Space between blocks */
    margin-top: 50px;
}

.price-box {
    flex: 1 1 calc(16.66% - 16px); /* 6 items per row with gap compensation */
    min-width: 140px; /* Prevents shrinking too small on small screens */
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.price-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.extension {
    text-decoration: none;
    color: #333;
    display: block;
}

.extension .name {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.extension span {
    display: block;
    font-size: 14px;
}
/* Container for the boxes */
.domain-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between blocks */
    margin: 30px 0;
    justify-content: center; /* Optional: center-align */
}

/* Each block */
.one_fifth_less {
    flex: 1 1 calc(20% - 20px); /* 5 items per row with gap */
    min-width: 180px;
    max-width: 280px;
}

/* Box Styling */
.box {
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.2s ease;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* Typography */
.box h1 {
    font-size: 24px;
    margin: 10px 0;
}

.box h6 {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.sitecolor {
    color: #CD151F; /* Customize the accent color */
}

.box em {
    font-size: 12px;
    color: #333;
    margin-left: 4px;
}
.section-title h2 { margin-bottom: 60px;}
.section-title h3 { margin-bottom: 60px;}
ul.tick {
  list-style: none; /* Remove default bullets */
  padding-left: 0;  /* Optional: align neatly */
}

li.tick {
  position: relative;
  padding-left: 28px; /* Space for the tick */
  margin-bottom: 10px; /* Some spacing between items */
}

li.tick::before {
  content: "✔";          /* Unicode check mark */
  position: absolute;
  left: 0;
  top: 0;
  color: #CD151F;          /* Tick color */
  font-size: 18px;       /* Adjust size */
  line-height: 1.2;
}
li.tick.white::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.col-md-25 {
    width: 20%;
    float: left;
    border: 1px solid #fff;
    padding: 0px;
}
.col-md-15 {
    width: 14%;
}
.equal {
    display: flex;
    flex-wrap: wrap;
}

.feature--item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.feature--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Optional: balances inner spacing */
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
}
#results {
    color: #fff;
    margin-top: 13px;
}
.desc {font-size:20px; line-height:1.7;margin-bottom: 40px;}
.bg {
    background: #fef6f6;
}
.font30 { font-size:40px; }
.mylink a {
    color: #CD151F;
}
.sup-button {
    padding: 15px !important;
    width: 60%;
    margin: auto;
    background-color: #CD151F !important;
}
.sup-button:hover {
    background-color: #202736 !important;
}
li i.fa.fa-user {
    float: left;
    padding-right: 5px;
    
}
a.btn.btn-lg.btn-custom.white:hover {
    background-color: #CD151F;
}