/* Rating Card */

.rating-card {
  margin-bottom: 80px;
  background: #f3f3f3;
  border-radius: 16px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
  flex-wrap: wrap;
}

.rating-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.trustpilot-logo {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.trustpilot-logo i {
  color: #00b67a;
  font-size: 22px;
}

.stars {
  color: #00b67a;
  font-size: 18px;
}

.rating-text {
  font-size: 16px;
}

.rating-text strong {
  font-weight: 700;
}

.divider1 {
  width: 1px;
  height: 35px;
  background: #ccc;
}

.rating-stat {
  font-size: 18px;
}

.rating-stat strong {
  font-weight: 700;
}

@media (max-width: 768px) {

  .rating-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .rating-left {
    justify-content: center;
    text-align: center;
  }

  .divider1 {
  width: 100%;
  height: 1px;
  background: #ddd;
  }
}

.hero-left,
.hero-left h1,
.hero-desc,
.hero-features li,
.hero-note,
.hero-offer {
    color: #000;
}

.price-row{
    display:flex;
    align-items:center;
    gap:30px;
}

/* ===== HERO BANNER ===== */

.hero-banner{
    padding:70px 8% 0 8%;
    margin-top:110px;
    background: linear-gradient(180deg, #f3f0ff 0%, #ffffff 100%);
}
.hero-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* LEFT SIDE */

.hero-left{
    flex:1;
}

.hero-offer{
    font-size:16px;
    font-weight:500;
    margin-bottom:20px;
}

.hero-offer span{
    color:#2563eb;
    font-weight:700;
}

.hero-left h1{
    font-size:50px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-desc{
    font-size:18px;
    color:#555;
    margin-bottom:25px;
}

.hero-features{
    list-style:none;
    margin-bottom:20px;
}

.hero-features li{
    margin-bottom:5px;
    font-size:16px;
    color:#222;
}

.hero-features li::before{
    content:"✔";
    color:#22c55e;
    margin-right:10px;
}

.hero-price{
    font-size:48px;
    font-weight:800;
    padding-top:20px;
    color:#000;
}

.hero-price span{
    font-size:20px;
    font-weight:500;
}

.hero-btn{
    display:inline-block;
    background:#2563eb;
    color:#fff;
    padding:15px 35px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
    transition:.3s;
}

.hero-btn:hover{
    background:#1d4ed8;
}

.hero-note{
    margin-top:20px;
    font-size:14px;
    color:#444;
}

/* RIGHT SIDE */

.hero-right{
    flex:1;
}

.hero-right img{
    width:100%;
    max-height:520px;
    object-fit:contain;
}

/* RESPONSIVE */

@media(max-width:992px){
    .hero-container{
        flex-direction:column;
    }

    .hero-left h1{
        font-size:38px;
    }

    .hero-price{
        font-size:36px;
    }
     .hero-banner{
        margin-top:0; 
        padding:50px 6% 0 6%;
    }
}

/* 7 Day Money Back */

.guarantee-section {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  margin: 80px 0;
  flex-wrap: wrap;
}

.guarantee-image {
  flex: 1;
  text-align: center;
}

.guarantee-image img {
  max-width: 320px;
  width: 100%;
}

.guarantee-content {
  flex: 1.2;
}

.guarantee-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.guarantee-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.7;
}

.guarantee-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guarantee-content ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.guarantee-content ul li i {
  color: #00b67a;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 992px) {
  .guarantee-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 25px;
  }

  .guarantee-content {
    margin-top: 20px;
  }
}

/* ============================= */
/* PRICING SECTION */
/* ============================= */

.main-section {
    padding: 80px 0;
}

.pricing-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 20px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* ============================= */
/* DESKTOP TABLE LAYOUT */
/* ============================= */

.pricing-header,
.pricing-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 0.8fr 0.8fr 1.2fr 1fr 1fr;
    align-items: center;
    padding: 22px 30px;
}

.pricing-header {
    font-weight: 600;
    font-size: 14px;
    color: #8a8f9c;
    border-bottom: 1px solid #eee;
}

.pricing-row {
    border-bottom: 1px solid #f0f0f0;
    transition: 0.3s ease;
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-row:hover {
    background: #f9fbff;
}

/* Package Title */
.package {
    font-weight: 700;
    color: #1d2b4f;
}

/* Text Styling */
.pricing-row span {
    font-size: 14px;
    color: #6c757d;
}

.pricing-row small {
    font-size: 13px;
    color: #6c757d;
}

/* Price */
.price {
    font-weight: 700;
    color: #1a73e8;
    font-size: 18px;
}

.price span {
    font-size: 14px;
    font-weight: 500;
}

/* Button */
.deploy-btn {
    background: #1a73e8;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    display: inline-block;
    text-align: center;
}

.deploy-btn:hover {
    background: #155cc2;
}

/* ============================= */
/* MOBILE CARD VERSION */
/* ============================= */

@media (max-width: 991px) {

    .pricing-section {
        padding: 40px 0;
    }

    .pricing-header {
        display: none;
    }

    .pricing-card {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .pricing-row {
        display: block;
        background: #ffffff;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        border: 1px solid #f0f0f0;
    }

    .pricing-row > div {
        display: block;
        padding: 4px 0;
    }

    .package {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    /* Two column specs */
    .pricing-row div:nth-child(2),
    .pricing-row div:nth-child(3),
    .pricing-row div:nth-child(4),
    .pricing-row div:nth-child(5) {
        display: inline-block;
        width: 48%;
        font-size: 14px;
        margin-bottom: 8px;
    }

    /* Bottom price + button */
    .pricing-row div:nth-child(6),
    .pricing-row div:nth-child(7) {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
        margin-top: 15px;
    }

    .price {
        font-size: 16px;
        font-weight: 700;
    }

    .deploy-btn {
        width: 100%;
        padding: 12px;
        border-radius: 6px;
        font-size: 14px;
    }
}
/* ============================= */
/* MOBILE LABEL AFTER VALUE */
/* ============================= */

@media (max-width: 991px) {

    /* Storage
    .pricing-row div:nth-child(2)::after {
        content: " Storage";
        font-weight: 500;
        color: #6c757d;
    } */

    /* RAM */
    .pricing-row div:nth-child(4)::after {
        content: " RAM";
        font-weight: 500;
        color: #6c757d;
    }

    /* Bandwidth */
    .pricing-row div:nth-child(5)::after {
        content: " Bandwidth";
        font-weight: 500;
        color: #6c757d;
    }

}

/* ===============================
   AWARDS SECTION
================================ */

.awards-section {
   padding: 20px 0 40px;
   background: #f8f9fb;
   position: relative;
}

/* award card */
.award-card {
   background: #fff;
   border-radius: 12px;
   padding: 25px;
   text-align: center;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
   transition: 0.3s;
   height: 150px;
   display: flex;
   align-items: center;
   justify-content: center;
}

/* ===============================
   FEATURS SECTION
================================ */

:root {
  --radius: 18px;
  --shadow: 0 8px 24px rgba(0,0,0,0.05);
  --border: 1px solid #e5e7eb;
  --text-dark: #111827;
  --text-light: #6b7280;
}

/* Grid */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card */
.card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 16px;

  padding: 24px;
  border-radius: var(--radius);
  border: var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* Hover */
.card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* Active */
.card:active {
  transform: translateY(0);
  border-color: #6366f1;
}

/* Icon */
.card-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  flex-shrink: 0;
}

/* Text container */
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Text */
.card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.card p {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.45;
}

/* Gradient Background variants (Left Deep → Right Medium Light) */

.bg-blue { 
  background: linear-gradient(to right, #1d4ed8, #bfdbfe); 
}

.bg-orange { 
  background: linear-gradient(to right, #c2410c, #fed7aa); 
}

.bg-purple { 
  background: linear-gradient(to right, #6d28d9, #d8b4fe); 
}

.bg-green { 
  background: linear-gradient(to right, #15803d, #bbf7d0); 
}

.bg-yellow { 
  background: linear-gradient(to right, #b45309, #fde68a); 
}

.bg-sky { 
  background: linear-gradient(to right, #0369a1, #bae6fd); 
}

/* Icon colors */
.icon-blue { background: #e0ecff; color: #2563eb; }
.icon-orange { background: #ffedd5; color: #ea580c; }
.icon-purple { background: #ede9fe; color: #7c3aed; }
.icon-green { background: #dcfce7; color: #16a34a; }
.icon-yellow { background: #fef3c7; color: #d97706; }
.icon-sky { background: #e0f2fe; color: #0284c7; }

/* Mobile */
@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

/* best features */

.ftrs-indxrw{background:none;border-radius: 20px; margin: -45px;}
.ftico-bgload{background:url('../images/app/why.png') no-repeat;background-size:1500%;}
.ftrs-indxrw{padding:50px;background:url('../images/app/bg-blur.jpg') fixed,url('../images/app/bg-illustrator.png') repeat;background-size:cover;}
.ftrs-indxrw .h-two{color:#fff;margin-bottom:30px;}
.ftrs-indxrw .sbttl-cp-ftrs{color:#fff;}
.ftindxrw{width:100%;padding:0 20px;margin-top:40px;display:flex;flex-flow:row wrap;}
.ftinbx{width:19%;margin:0 0.5%;margin-bottom:20px;background:rgba(255,255,255,1);padding:30px 10px;box-shadow:0 0 1px #9d9d9d;transition:all 0.3s ease-in-out;}
.ftinbx:hover{background:#fff;}
.ftico{width:30%;height:0;padding-top:30%;overflow:auto;margin:0 auto;}
.ftico1{background-position:0 0;} .ftico2{background-position:7.14% 0;} .ftico3{background-position:14.29% 0;} .ftico4{background-position:21.43% 0;} .ftico5{background-position:28.57% 0;}
.ftico6{background-position:35.71% 0;} .ftico7{background-position:42.86% 0;} .ftico8{background-position:50.00% 0;} .ftico9{background-position:57.14% 0;} .ftico10{background-position:64.29% 0;}
.ftico11{background-position:71.43% 0;} .ftico12{background-position:78.57% 0;} .ftico13{background-position:85.71% 0;} .ftico14{background-position:92.86% 0;} .ftico15{background-position:100.00% 0;}
.ft-ttl{text-align:center;font-size:16px;margin-top:15px;margin-bottom:10px;color:#303948;}
@media screen and (max-width:1100px){
	.ftrs-indxrw{padding:50px 20px;}
}
@media screen and (max-width:500px){
	.ftrs-indxrw{padding:40px 0;}

}
.ftinbx{position:relative;}
.tl-why-bx{width:100%;height:100%;position:absolute;color:#fff;background:rgba(0,0,0,0.9);top:0;left:0;padding:3px 5px;display:none;}
.tl-vlgn-mdl{display:block;position:relative;top:50%;transform:translateY(-50%);}
.tl-why-hdhr{text-align:center;display:block;margin-bottom:2px;color:#ebff0c;}
.tl-why-bx .para-tlp{display:block;font-size:13px;line-height:1.4em;text-align:center;}
.ftinbx:hover .tl-why-bx{display:block;}
@media screen and (max-width:1050px){
	.ftinbx{width:24%;}
}
@media screen and (max-width:850px) {
	.ftrs-indxx-one{padding:5px 10%;}
	.ftinbx{width:32.33%;}

}
@media screen and (max-width:750px) {
	.indx-sld-ttl-fnt{font-size:35px;}
	.ftinbx{width:31.83%;margin:0 0.75%;margin-bottom:13px;padding:10px;}

}
@media screen and (max-width:650px) {
	.ftinbx{width:49%;margin:0 0.5%;margin-bottom:10px;}
}
@media screen and (max-width:650px) {
	.ftinbx{width:70%;margin:0 auto;float:none;margin-bottom:10px;}
}


/* ================================
   PRICING CARD ENHANCEMENTS
================================ */

/* card shadow */
.blog__single.pricing-card {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.stp{
    padding: 8px;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(90deg, #ff9800, #26c6da);
    font-size: 18px;
    color: #fff;
    padding: 25px 25px 20px 20px;
    width:60%;
}
.blog__single.pricing-card:hover {
  background: #fff !important;
}

/* price */
.blog__single.pricing-card .price {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #e53935;
  margin: 10px 0 5px;
}

.blog__single.pricing-card .price span {
  font-size: 16px;
}

/* renew text */
.blog__single.pricing-card .renew-text {
  font-size: 13px;
  color: #e53935;
  margin-bottom: 15px;
}

/* product title background */
.blog__single.pricing-card .plan-name {
  background: #00715d;
  color: #fff;
  padding: 14px 10px;
  margin: 0 -25px 18px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
}

.plan {
  background: #00715d;
  color: #fff;
  padding: 20px 20px;
  font-size: 22px;
  font-weight: 600;
  border-radius:15px;
}
.blog__single.pricing-card .pricing-features li {
  padding: 9px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  color: #555;
}

/* CTA button */
.blog__single.pricing-card .blog__single-cta a {
  background: #009688;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none !important;
}


/* featured (middle) card highlight */
.blog__single.pricing-card.featured {
  transform: translateY(-12px);
  border: 2px solid #009688;
}

/* responsive fix */
@media (max-width: 991px) {
  .blog__single.pricing-card.featured {
    transform: none;
  }
}

