#container_title {
  display: none;
}
.side_box {
  padding: 100px 0 !important;
}
/* Package Comparison */
:root {
  --primary-red: #E81C1C;
  --dark-red: #e63946;
  --bright-red: #d10420;
  --bg-black: #0a0a0a;
  --bg-dark: #1a1a1a;
  --bg-card: #242424;
  --text-white: #ffffff;
  --text-gray: #b0b0b0;
  --text-label: #808080;
  --gold: #FFE852;
}
.full_box {max-width:1400px; margin:0 auto;}
.package-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 40px;
     margin-top: 0;
     justify-items: center;
 }

 .package-card {
   background: var(--bg-card);
   padding: 40px;
   border-radius: 20px;
   border: 2px solid var(--dark-red);
   transition: all 0.3s ease;
   position: relative;
   overflow: hidden;
   width: 100%;
   max-width: 500px;
}

.package-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 5px;
   background: linear-gradient(90deg, var(--primary-red), var(--bright-red));
   transform: scaleX(0);
   transition: transform 0.3s ease;
}


.package-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-red);
}

.package-thickness {
  font-size: 1.2rem;
  color: var(--text-gray);
  margin-bottom: 30px;
}

.package-price {
  margin-bottom: 30px;
}

.original-price {
  text-decoration: line-through;
  color: var(--text-label);
  font-size: 1.2rem;
}

.promo-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold);
  margin-top: 10px;
}

.price-unit {
  font-size: 1.2rem;
  color: var(--text-gray);
}

.package-features {
  list-style: none;
  margin-bottom: 30px;
}

.package-features li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-gray);
  font-size:1.1em;
}
.ftbk {
  margin-top:50px;
}
.ftbk li {
  color:#222 !important;
  padding: 12px 0;
  font-size:1.1em;
}
.ftbk li span {
  display: inline;
  word-break: keep-all;
}
.ftbk li::before {
  content: '▪';
  color: var(--primary-red);
  font-weight: 700;
  margin-right: 10px;
}
.ftbk li:first-child {
  font-size: 2em;
  color: var(--primary-red) !important;
  position: relative;
  background: linear-gradient(to top, var(--gold) 52%, transparent 50%);
  width: fit-content;
}
.ftbk li:first-child::before {
  content: none;
}
.ftbk li:nth-child(2) {
  margin-top:10px;
}
.package-features li::before {
  content: '✓';
  color: var(--primary-red);
  font-weight: 700;
  margin-right: 10px;
}

.package-note {
  font-size: 0.9rem;
  color: var(--text-label);
  margin-top: 20px;
  font-style: italic;
}
/* Section Styles */

.section-title {
   font-size: 2em;
   font-weight: 300;
   letter-spacing: -2px;
   margin-bottom: 20px;
   position: relative;
   display: inline-block;
}

.section-title::after {
   content: '';
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 60px;
   height: 3px;
   background: #e63946;
}

.section-subtitle {
   font-size: 1.2em;
   color: #666;
   font-weight: 300;
   margin-bottom: 30px;
}
/* FAQ */
.faq-list {
    margin-top: 10px;
}

.faq-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 0;
}

.faq-question {
    font-size: 1.3em;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.faq-question:hover {
    color: #e63946;
}

.faq-icon {
    font-size: 1.5em;
    color: #e63946;
    transition: transform 0.3s;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 1.1em;
    color: #666;
    font-weight: 300;
    line-height: 1.8;
    transition: max-height 0.35s ease;
    word-break: keep-all;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}
.mgt100 {
  margin-top:100px;
}
.mgt50 {
  margin-top:50px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2em;
  }
  .side_box {
    padding: 100px 20px !important;
  }
  .ftbk li span {
    display: block !important;
    margin-left:20px;
  }
  .mgt50 {
    margin-top:50px;
    padding:20px !important;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.iconBox i {
  color: #fff;
   transform: rotate(-45deg);
}
  .cardd_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;

    .cardd {
      &:nth-child(1) .box .icon .iconBox {
        background: #d3b19a;
      }
      &:nth-child(2) .box .icon .iconBox {
        background: #70b3b1;
      }
      &:nth-child(3) .box .icon .iconBox {
        background: #d05fa2;
      }

      ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.625rem;

        li {
          text-transform: uppercase;
          background: var(--clr-tag);
          color: #282828;
          font-weight: 700;
          font-size: 0.8rem;
          padding: 0.375rem 0.625rem;
          border-radius: 0.188rem;
        }

        .branding {
          color: #fff;
        }

        .packaging {
          color: darken(#70b3b1, 40%);
        }

        .marketing {
          color: darken(#d05fa2, 40%);
        }
      }

      .contentt {
        padding: 0.938rem 0.625rem;

        h3 {
          text-transform: capitalize;
          font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
        }

        p {
          margin: 0.625rem 0 1.25rem;
          color: #565656;
        }
      }
    }

    .cardd-inner {
      position: relative;
      width: inherit;
      height: 18.75rem;
      background: var(--clr);
      border-radius: 1.25rem;
      border-bottom-right-radius: 0;
      overflow: hidden;

      .box {
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 1.25rem;
        overflow: hidden;

        .imgBox {
          position: absolute;
          inset: 0;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }

        .icon {
          position: absolute;
          bottom: -0.375rem;
          right: -0.375rem;
          width: 6rem;
          height: 6rem;
          background: var(--clr);
          border-top-left-radius: 50%;

          &:hover .iconBox {
            transform: scale(1.1);
          }

          &::before {
            position: absolute;
            content: "";
            bottom: 0.375rem;
            left: -1.25rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
          }

          &::after {
            position: absolute;
            content: "";
            top: -1.25rem;
            right: 0.375rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
          }

          .iconBox {
            position: absolute;
            inset: 0.625rem;
            background: #282828;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.3s;

            span {
              color: #fff;
              font-size: 1.5rem;
            }
          }
        }
      }
    }
  }
}
