.offer-glow {
  position: absolute;
  background: #ffe660;
  color: black;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  padding-top: 85px;
  width: 100%;
  z-index: 99;
}
/*.offer-glow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 5%;
  height: 100%;
  background: linear-gradient(90deg, #facc15 0%, #fde047 50%, #facc15 100%);
  filter: blur(14px);  opacity: 0;
  animation: glow-move 3.5s linear infinite;
  opacity: 1;
}
*/@keyframes glow-move {
  0% {  left: -10%; }
  100% {   left: 110%; }
}
@keyframes smallJump {
  0% {transform: translateY(0);}
  50% {transform: translateY(-3px);}
  100% {transform: translateY(0);}
}
.hosting-manage {
  padding: 60px 0;
  margin: auto;
  padding: 90px 0px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
}
.hosting-manage img {
  width: 100%;
  border-radius: 10px;
  box-shadow:
 rgb(255 216 141 / 40%) -5px 5px,
 rgb(255 255 253 / 30%) -10px 10px,
 rgb(255 231 186 / 20%) -15px 15px,
 rgb(255 247 231 / 10%) -20px 20px,
 rgb(255 239 209 / 5%) -25px 25px;
}
.hosting-manage-content h1 {
  margin: 18px 0;
  font-size: clamp(24px, 5vw, 35px);
  color: #333;
}
.hosting-manage-content p {
  color: #484848;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  max-width: 520px;
}
.host_icon_sprite {   
  display:inline-block;
  background-repeat: no-repeat;
  vertical-align: middle; 
}
.bg-backup_host_icon { width:32px; height:32px; background-position:-10px -178px; }
.bg-firewall_host_icon { width:32px; height:32px; background-position:-62px -178px; }
.bg-hosting_java_host_icon { width:64px; height:64px; background-position:-10px -10px; }
.bg-hosting_menu_host_icon { width:64px; height:64px; background-position:-94px -10px; }
.bg-hosting_settings_host_icon { width:64px; height:64px; background-position:-10px -94px; }
.bg-hosting_ssd_host_icon { width:64px; height:64px; background-position:-94px -94px; }
.bg-hosting_server_host_icon { width:64px; height:64px; background-position:-178px -10px; }
.bg-hosting_wordpress_host_icon { width:64px; height:64px; background-position:-178px -94px; }
.bg-settings_host_icon { width:32px; height:32px; background-position:-114px -178px; }
.bg-uptime_host_icon { width:32px; height:32px; background-position:-166px -178px; }
@media (max-width: 900px) {
  .hosting-manage container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hosting-manage-content p {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hosting-manage {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 60px 20px;
    text-align: center;
  }
}
.hosting-section-features-section {
  background-color: #f7f7f7;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: auto;
  border-radius: 20px;
}
.hosting-section-features-section > :first-child {
  width: 40%;
}
.hosting-section-features-section > :nth-child(2) {
  width: 60%;
}
.hosting-section-h1 {
  font-size: clamp(30px, 5vw, 40px);;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 40px;
  color: rgb(82, 82, 82);
}
.hosting-section-feature-cards-container {
  display: flex;
  gap: 30px;
}
.hosting-section-feature-card {
  flex: 1;
  color: #333;
}
.hosting-section-icon {
  display: block;
  margin-bottom: 15px;
}
.hosting-section-feature-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}
.hosting-section-feature-description {
  font-size: 16px;
  color: #525252;
  line-height: 1.5;
}
@media (max-width: 1750px) {
  .hosting-section-features-section{
    max-width: 1400px;
  }
}
@media (max-width: 768px) {
  .reseller-features{display: block;}
  .hosting-section-features-section,.hosting-section-feature-cards-container{display: block;}
  .hosting-section-features-section > * {width: unset;}
  .hosting-section-features-section > :first-child ,.hosting-section-features-section > :nth-child(2) { width: unset;}
}
.feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.5;
}
.feature-item .icon {
  font-size: 18px;
  color: green;
}
.feature-v7__grid li{list-style-type: none}
.feature-v7__grid{display: grid;grid-template-columns: repeat(12, 1fr);gap: 2rem}
.feature-v7__grid-item{min-width: 0px;grid-column-end: span 12}
.feature-v7__sub-grid{display: flex;gap: 1rem}
.feature-v7__description{color: #484848;line-height: 1.58;text-align: left}
.cd-text-center{color: #525252 !important;font-size: clamp(24px,5vw,35px);}
.feature-v7__img{flex-shrink: 0;display: inline-flex;align-items: center;justify-content: center;width: 32px;height: 32px;border-radius: 50%;margin-bottom: 5px;}
.feature-v7__img-clone{flex-shrink: 0;width: 32px}
.feature-v7__sub-grid h4{font-size: clamp(18px,2vw,20px);margin-top: 5px;color: #333}
.feature-v7{background: azure;width: 100%}
@media (max-width: 768px){
  .feature-v7__sub-grid.cd-items-center{display: flex;justify-content: left}
  .feature-v7__sub-grid h4{margin: 5px;}
  .feature-v7__img-clone{width: unset}
  .home_page p{padding: 15px;margin-bottom: 0px}
  .feature-v7__description{padding: 0; !important}
  .feature-v7__sub-grid{gap: 0px}
  .feature-v7__grid{gap: 0px}
}
@media (min-width: 64rem){
  .feature-v7__grid-item{grid-column-end: span 6}
}
