    
    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
    
    :root {
      --red: #DD1109;
      --blue: #11329A;
      --gold: #DBAF5D;
      --rwf-red: #DD1109;
      --rwf-blue: #11329A;
      --rwf-gold: #DBAF5D;
      --bg: #0f1724;
      --card: #ffffff;
      --muted: #6b7280;
      --max-width: 1200px;
      --radius: 14px;
      --shadow: 0 10px 30px rgba(0,0,0,0.06);
    }
body{
   font-family: "Libre Baskerville", serif;
}
.navbar-toggler {
  padding: 2px 0px;
  width: 38px;
  height: 38px;
}

.navbar-toggler-icon {
  background-size: 30px 20px; /* icon shrink */
}
    .eyebrow {
      color: var(--rwf-blue);
      font-weight: 600
    }

    .hero-head {
       font-family: "Libre Baskerville", serif;
      color: #000000;
      font-weight: 700;
      font-size: clamp(1.6rem, 2rem, 3rem);
    }

    .hero-sub {
      color: #2a0604;
      font-size: 1rem;
      margin-top: .6rem;
      max-width: 60ch
    }

    .hero-micro {
      color: #11329A;
      margin-top: .8rem
    }

    .ctas {
      margin-top: 3.6rem
    }

    .btn-primary {
      background: linear-gradient(to right, #d90000, #DBAF5D);
      border: 0;
      padding: .9rem 1.1rem;
      font-size: 16px;
    }

    .btn-ghost {
      background: linear-gradient(to right, #d90000, #162fad);
      border: 1px solid rgba(255, 255, 255, 0.09);
      color: rgba(255, 255, 255, 0.95);
      padding: .8rem 1rem;
      font-size: 16px;
      margin: 0 25px;
    }

    .btn-primary:hover {
      background: linear-gradient(to right, #d90000, #162fad);
    }

    .btn-ghost:hover {
      color: white;
      background: linear-gradient(to right, #d90000, #DBAF5D);

    }

    /*SECTION 2*/
    #rwf-hero-story {
      background: linear-gradient(180deg, #ffffff 0%, #DBAF5D 100%);
    }

    /* Eyebrow / brand highlight */
    .eyebrow {
      font-weight: 700;
      color: var(--red);
      letter-spacing: 0.2px;
      margin-bottom: 8px;
      font-size: 2.25rem;
    }

    .brand-highlight {
      color: var(--blue);
      font-weight: 800;
    }

    /* Hero */
    .hero-title {
      /* font-family: 'Playfair Display', serif; */
       font-family: "Libre Baskerville", serif;
      font-size: 30px;
      color: var(--blue);
      font-weight: 700;
      margin-top: 4px;
    }

    .hero-sub {
      color: #000000;
      font-size: 1.05rem;
      margin-top: 12px;
      max-width: 58ch;
    }

    .btn-solid {
      background: var(--red);
      color: #fff;
      border-radius: 12px;
      border: 0;
      padding: 10px 15px;
      box-shadow: 0 8px 30px rgba(221, 17, 9, 0.12);
      font-size: 1rem;
      margin: 0 25px 0;
    }

    .btn-outline {
      background: transparent;
      color: var(--blue);
      border: 2px solid rgba(17, 50, 154, 0.08);
      border-radius: 12px;
      padding: 8px 16px;
      font-size: 1rem;
      font-weight: 700;
    }

    .btn-outline:hover {
      background-color: var(--blue);
      color: white;
    }

    .btn-solid-lg {
      background: linear-gradient(90deg, var(--red), var(--blue));
      color: #fff;
      padding: 12px 28px;
      border-radius: 14px;
      border: 0;
      font-weight: 700;
      box-shadow: 0 12px 40px rgba(17, 50, 154, 0.08);
    }

    .btn-solid-lg:hover {
      transform: translateY(-4px);
    }

    /* Hero card */
    .hero-card {
      border-radius: 18px;
      position: relative;
      background: linear-gradient(180deg, #fff, #f8fbff);
      padding: 18px;
    }

    .hero-img {
      border-radius: 12px;
      width: 100%;
      height: 500px;
      display: block;
      object-fit: contain;
    }

    .hero-card-badge {
      position: absolute;
      left: -18px;
      bottom: -18px;
      background: var(--blue);
      color: #ffffff;
      padding: 8px 14px;
      border-radius: 999px;
      font-weight: 700;
      box-shadow: 0 6px 20px rgba(17, 50, 154, 0.06);
    }

    /* Story cards */
    .story-card,
    .solution-card,
    .quote-card {
      border-radius: 14px;
      background: #fff;
      box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
      color: #0b1220;
    }

    .story-card .story-heading {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--blue);
    }

    .story-text {
      color: #334155;
      margin-top: 0.6rem;
    }

    .mini-heading {
      color: var(--red);
      font-weight: 700;
      margin-bottom: 8px;
    }

    .cashflow {
      color: var(--blue);
      font-weight: 800;
      font-size: 1.05rem;
      margin-top: 6px;
    }

    .chain-list {
      list-style: none;
      padding-left: 0;
      color: #475569;
      margin-top: 10px;
    }

    .chain-list li {
      margin-bottom: 8px;
      padding-left: 18px;
      position: relative;
    }

    .chain-list li::before {
      content: '•';
      position: absolute;
      left: 0;
      color: var(--gold);
      font-weight: 900;
    }

    .checks {
      list-style: none;
      padding-left: 0;
      margin-top: 10px;
      color: #0b1220;
    }

    .checks li {
      margin-bottom: 8px;
      padding-left: 22px;
      position: relative;
      font-weight: 600;
    }

    .checks li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: var(--red);
      font-weight: 900;
    }

    .sol-img {
      width: 210px;
      height: 210px;
      object-fit: cover;
      border-radius: 12px;
      margin-right: 25px;
    }

    .quote-card {
      background: linear-gradient(180deg, #fffaf2, #fff);
      color: #0b1220;
    }


    /* *****Who essence******* */


    /* SECTION BACKGROUND */
    #rwf-who {
      background: linear-gradient(135deg, #ffffff 0%, #f4f7ff 100%);
    }

    /* TITLE */
    .who-title {
      font-size: 2.4rem;
      font-weight: 800;
      color: #222;
    }

    .who-title span {
      background: linear-gradient(45deg, var(--blue), var(--red));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .who-subtitle {
      color: #555;
    }

    /* CARDS */
    .who-card {
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: 0.4s ease;
      text-align: center;
      border-top: 4px solid var(--gold);
    }

    .who-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
      border-top: none;
      border-bottom: 4px solid var(--red);
    }

    .who-card h5 {
      color: var(--rwf-blue);
      font-weight: 700;
      font-size: 1.25rem;
    }

    .who-card p {
      font-size: 0.725rem;
    }

    /* IMAGE */
    .who-img {
      width: 100%;
      height: 200px;
      object-fit: scale-down;
      border-radius: 14px;
    }

    /* ESSENCE BOX */
    .who-essence {
      background: linear-gradient(135deg, var(--blue), var(--red));
      border-radius: 20px;
      color: white;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .who-essence span {
      color: var(--gold);
      font-weight: 800;
    }

    /* 9alignments */
    #signature-alignments {
      background: #ffffff;
      padding-bottom: 80px;
    }

    .align-title {
      font-weight: 800;
      color: var(--blue);
    }

    .align-sub {
      color: #444;
      font-size: 1.15rem;
      margin-bottom: 50px;
    }

    /* ---- DESKTOP CIRCLE ---- */
    .circle-wrapper {
      width: 420px;
      height: 420px;
      position: relative;
      margin: auto;
    }

    .circle-center {
      width: 170px;
      height: 170px;
      background: var(--gold);
      border-radius: 50%;
      position: absolute;
      top: 135px;
      left: 125px;
      padding: 25px;
      color: #0d1741;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

    .orbit {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .orb-item {
      width: 70px;
      height: 70px;
      background: #fff;
      color: white;
      border-radius: 50%;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      cursor: pointer;
      box-shadow: 0 10px 22px rgba(17, 50, 154, 0.25);
      transition: 0.3s ease;
    }

    .orb-item img {
      object-fit: contain;
      width: 40px;
      height: 40px;
    }

    .orb-item:hover {
      transform: scale(1.15);
      background: white;
      color: var(--blue);
      box-shadow: 0 0 40px -5px var(--red);
    }

    /* Orb positions (desktop only) */
    .orbit .orb-item:nth-child(1) {
      top: 0;
      left: 45%;
      transform: translateX(-50%);
    }

    .orbit .orb-item:nth-child(2) {
      top: 55px;
      left: 315px;
    }

    .orbit .orb-item:nth-child(3) {
      top: 165px;
      left: 365px;
    }

    .orbit .orb-item:nth-child(4) {
      top: 280px;
      left: 310px;
    }

    .orbit .orb-item:nth-child(5) {
      top: 350px;
      left: 200px;
    }

    .orbit .orb-item:nth-child(6) {
      top: 350px;
      left: 80px;
    }

    .orbit .orb-item:nth-child(7) {
      top: 280px;
      left: -10px;
    }

    .orbit .orb-item:nth-child(8) {
      top: 165px;
      left: -40px;
    }

    .orbit .orb-item:nth-child(9) {
      top: 55px;
      left: 10px;
    }

    /* ---- MOBILE: 3×3 GRID ---- */

    /* Description box */
    .desc-box {
      max-width: 650px;
      background: #f9fafb;
      border-left: 5px solid var(--red);
      border-radius: 10px;
    }

    .desc-title {
      font-weight: 700;
      color: var(--blue);
    }

    .closing-line {
      max-width: 700px;
      margin: auto;
      font-weight: 500;
      color: #333;
    }

    /* ***************************************************** */
    /* ***************************************************** */
  
.buy-book-section {
  padding: 80px 20px;

      background: linear-gradient(0deg, #ffffff 0%, rgb(255, 159, 159) 100%);
    
}

/* TITLE */
.buy-title {
  color: var(--blue);
  font-size: 38px;
  font-weight: 800;
}

.buy-subline {
  font-size: 18px;
  color: #444;
  max-width: 600px;
}

/* LEFT BOOK IMAGE */
.book-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.book-cover {
  width: 100%;
  border-radius: 14px;
}

/* LEARN LIST */
.learn-list li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.learn-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 900;
}

/* GAIN CARDS */
.gain-card {
  padding: 25px;
  border-radius: 18px;
  color: white;
  min-height: 200px;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  background-size: cover;
  background-position: center;
}

.gain-card:hover {
  transform: translateY(-6px);
}
 .gain-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    transition: 0.4s;
    height: 100%;
  }

  .gain-card:hover {
    transform: translateY(-6px);
  }

  .gain-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .gain-content {
    padding: 18px 20px;
  }

  .gain-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
  }

  .gain-desc {
    font-size: 15px;
    color: #555;
  }
/* GRADIENT BLOCKS WITH IMAGES */
.gain-health {
  background: linear-gradient(rgba(17,50,154,0.7), rgba(17,50,154,0.7)), 
              url('asset/what_we_do/clear_mind_img1.png');
}

.gain-clarity {
  background: linear-gradient(rgba(221,17,9,0.7), rgba(221,17,9,0.7)), 
              url('asset/what_we_do/clarity_img2.png');
}

.gain-habits {
  background: linear-gradient(rgba(219,175,93,0.7), rgba(219,175,93,0.7)), 
              url('asset/what_we_do/better_habits_img3.png');
}

.gain-finance {
  background: linear-gradient(rgba(17,50,154,0.7), rgba(221,17,9,0.7)), 
              url('asset/what_we_do/financialstrength.png');
}

/* INSIDE LIST */
.inside-list {
  font-size: 15px;
  color: #444;
}

/* BUTTONS */
.btn-buy {
  padding: 8px 10px;margin:20px 25px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.btn-red {
  background: var(--red);
  color: white;
}

.btn-gold {
  border: 2px solid var(--gold);
  color: var(--blue);
}

.btn-buy:hover {
  transform: translateY(-4px);
  transition: 0.3s;
}

/* Closing */
.closing-line {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  color: var(--blue);
  font-weight: 700;
}

/* ********Programs online...offline********** */

    .programs-hero {
      padding: 28px;
      border-radius: 12px;
       background: linear-gradient(#c5c8f2);      box-shadow: var(--shadow);
      margin-bottom: 30px;
    }

    .program-card {
      border: 1px solid rgba(0,0,0,0.07);
      border-radius: var(--radius);
      padding: 20px;
      background: #fff;
      transition: .2s;background: linear-gradient(220deg, #162fad, #d90000d5);
    }
    .program-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 32px rgba(0,0,0,0.06);
    }

    .program-icon {
      width: 56px;
      height: 56px;
      background: rgba(221,17,9,0.10);
      border-radius: 12px;
      display:flex;
      align-items:center;
      justify-content:center;
      color: var(--gold);
      font-size: 22px;
      margin-right: 12px;
    }

    .program-title { font-weight: 700; font-size: 1.05rem; color: #ffffff;}
    .program-sub { color: #ffffff; font-size: .95rem; }

    .program-badge {
      background: rgb(233, 228, 228);
      color: var(--blue);
      padding: 6px 10px;
      border-radius: 50px;
      font-size: .8rem;
      font-weight: 600;
    }

    .btn-outline-red {

         background:  var(--blue);
      color: white;
    }
    .btn-outline-red:hover {
      border:3px solid var(--blue);
      background-color: white;
      color:black;
    }
    /* section 7 */
    
    .programs-hero {
      padding: 28px;
      border-radius: 12px;
       background: linear-gradient(#c5c8f2);      box-shadow: var(--shadow);
      margin-bottom: 30px;
    }

    .program-card {
      border: 1px solid rgba(0,0,0,0.07);
      border-radius: var(--radius);
      padding: 20px;
      background: #fff;
      transition: .2s;background: linear-gradient(220deg, #162fad, #d90000d5);
    }
    .program-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 32px rgba(0,0,0,0.06);
    }

    .program-icon {
      width: 56px;
      height: 56px;
      background: rgba(221,17,9,0.10);
      border-radius: 12px;
      display:flex;
      align-items:center;
      justify-content:center;
      color: var(--gold);
      font-size: 22px;
      margin-right: 12px;
    }

    .program-title { font-weight: 700; font-size: 1.05rem; color: #ffffff;}
    .program-sub { color: #ffffff; font-size: .95rem; }

    .program-badge {
      background: rgb(233, 228, 228);
      color: var(--blue);
      padding: 6px 10px;
      border-radius: 50px;
      font-size: .8rem;
      font-weight: 600;
    }

    .btn-outline-red {

         background:  var(--blue);
      color: white;
    }
    .btn-outline-red:hover {
      border:3px solid var(--blue);
      background-color: white;
      color:black;
    }

    /*****************************/
    /***********blog**************/
    /*****************************/
     .blogs-section {
    background: #f7f9fc;
  }

  .blog-card {
    background: white;
    padding: 18px;
    border-radius: 12px;
    border-left: 6px solid var(--red);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .blog-card p {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--blue);
  }

  .blog-card:hover {
    transform: translateY(-4px);
    background-color: var(--blue);
    border-left-color: var(--gold);
    color:white;
  }
.blog-card:hover p {color:white;transition: all .5s ;}
  .blog-btn {
    background: var(--red);
    color: white;
    padding: 10px 26px;
    font-size: 1rem;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
  }

  .blog-btn:hover {
    background: var(--blue);
    color: white;
  }
  /* ***************************** */
  /* ***********Footer************ */
  /* ***************************** */
    .footer-wrapper {
      margin-top: 20px;padding:0px;background:  #0D102D;
    }

    /* Column 1 & 2 (Blue Section) */
    .footer-blue {
      background:  #0D102D;
      color: #fff;
      padding: 60px 40px;
      height: 100%;
    }

    /* Column 3 (Gold Section) */
    .footer-gold {
      background: var(--gold);
      color: #000;
      padding: 60px 40px;
      height: 100%;
    }

    .footer-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .footer-blue p,
    .footer-gold p {
      font-size: 15px;
      margin-bottom: 10px;
    }
.footer-blue p a{
  color:white;
}
    .footer-icons a {
      font-size: 20px;
      margin-right: 18px;
      color: #fff;
    }

    .footer-gold .footer-icons a {
      color: #000;
    }

    /* Bottom bar */
    .footer-bottom {
      background: #000;
      color: #fff;
      padding: 15px 0;
      margin-top: 0;
      font-size: 14px;
    }

  
    /* ***************************************************** */
    /* ***************************************************** */
    /* ***************************************************** */
    /* ***************************************************** */
.logo-box {
    width: 60px;
    height: auto;
    background: #d3d3d3;
    border-radius: 4px;
    display: inline-block;
 
}

.logo-box img {
    height: 150%;
    width: 100%;
    object-fit: contain;
}

.head {
    font-size: 4rem;
    color: #11329A;
}
.custom-nav {
  padding: 12px 0;
  background: #ffffff;
}

.custom-link {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  padding: 8px 4px;
  color: #000000;
  transition: all 0.3s ease;
}

.custom-link:hover {
  color: #11329A; /* elegant royal blue tone */
  transform: translateY(-2px);
}

.custom-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #DD1109; /* elegant red underline */
  transition: width 0.35s ease-in-out;
  border-radius: 5px;
}

.custom-link:hover::after {
  width: 100%;
}
.brand-text {
    color: #0d3c90;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0px;
}

.sec1-img {
    background-image: url('/asset/sec01bg_img.png');
    background-color: #d900008d;
    min-height:50vh;
    max-height:80vh;width: 100%;
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 50% 0;
}

/* .perspective-box {

    margin: 50px 0% 0 0%;
    background: #DBAF5D;
    padding: 50px 40px;
    border-radius: 40px;
    transform: perspective(900px) rotateX(0deg) rotateY(8deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
} */

.content-fix {
    transform: perspective(900px) rotateX(0deg) rotateY(0deg);
}

.happy_customer {
    min-height: 40vh;
    align-content: center;
}


   /* ---------- AUTHOR SECTION (SIDE-BY-SIDE) ---------- */
    /* Header Section */
    .meet-header {
        text-align: center;
        padding: 60px 20px;
        background: linear-gradient(to right, var(--red), var(--blue));
        color: white;
    }

    .meet-header h1 {
        font-size: 30px;
        margin: 0;
        font-weight: 700;
    }

    .meet-header p {
        font-size: 18px;
        margin-top: 10px;
        opacity: 0.9;
    }


    .author-section {
        max-width: 1200px;
        margin: 60px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
        padding: 0 20px;
    }

    .author-img img {
        width: 100%;
        border-radius: 16px;
        box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
        object-fit: cover;
    }

    .author-content h2 {
        color: var(--blue);
        font-size: 28px;
        margin-bottom: 8px;
    }

    .author-content h3 {
        color: var(--red);
        font-size: 17px;
        margin: 5px 0 15px;
        font-weight: 600;
    }

    .author-content p {
        line-height: 1.7;
        margin-bottom: 10px;
    }

    .author-content ul {
        margin: 15px 0 20px;
        padding-left: 20px;
    }

    .author-content li {
        margin-bottom: 7px;
    }

    blockquote {
        margin-top: 15px;
        font-size: 16px;
        font-style: italic;
        color: var(--blue);
        border-left: 4px solid var(--gold);
        padding-left: 12px;
    }

    /* ---------- Combined Section ---------- */
    .together {
        max-width: 600px;
        margin: 70px auto;
        text-align: center;
        padding: 40px 25px;
        background: var(--blue);
        color: white;
        border-radius: 16px;
    }

    .together h2 {
        color: var(--gold);
        font-size: 30px;
        margin-bottom: 15px;
    }

    .together p {
        font-size: 17px;
        line-height: 1.8;
        max-width: 500px;
        margin: 10px auto;
    }

    .together img {
        width: 100%;
        max-width: 350px;height:450px;
        border-radius: 16px;
        margin-top: 25px;
        box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
    }



/* Right side headings */
.who-text {
    width: 400px;
    text-align: center;
    max-width: 100%;
    margin: auto;
}

.storetitle {
    color: #DD1109;
    font-size: 4rem;
    font-weight: 800;
}

.who-title {
    font-size: 48px;
    font-weight: 700;
    color: #DD1109;
    text-align: center;
}

.quote-text {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    max-width: 100%;
    margin: auto;
}

h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

.profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

/* Optional: to better handle vertical spacing on small screens */
.customer-card {
    margin-bottom: 30px;

}

.brand_prvw_cont {
    box-shadow: inset 0px 0px 62px 5px #DD1109, inset 0px 0px 62px 5px #DBAF5D;
}

       /* .section-blue {
            background: #0e2f89;
            padding: 20px 30px;
            border-radius: 40px;
            transform: skewY(-3deg);
            margin-top: 25px;
            height: fit-content;
        }

        .section-blue .inner {
            transform: skewY(3deg);
        } */

.store-img {
    width: 350px;
    border-radius: 40px;
    object-fit: scale-down;
}

.icon-list i {
    margin-right: 10px;
    color: #d8a14a;
}

.book_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    gap: 40px;
    flex-wrap: wrap;
}

/* LEFT SIDE */
.left-box {
    flex: 1;
    min-width: 250px;
}

.left-box p {
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.category-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(to right, #d90000, #162fad);
    cursor: pointer;
    font-size: 14px;
}

/* RIGHT SIDE */
.right-box {
    flex: 2;
    height: 45vh;
    position: relative;
    background-image:
        linear-gradient(to left, #dd1009b5, #11319ab5),
        url('/asset/book_category_img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 150px 0 0 0;
    min-width: 320px;
    max-width: 500px;
    /* border:3px solid red; */
}


/* Center Yellow Box */
.overlay-box {
    background: #d9b161;
    padding: 45px 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 50px 0px 0px 0px;
    width: 100%;
    position: absolute;
    top: 90px;
    left: -20%;
    font-size: 16px;
}



.section {
    width: 100%;
    padding: 60px 6%;
}

.section h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section p {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
}



.fluid {
    width: 75%;

}

.contact-title {
    text-align: center;vertical-align: middle;
    font-size: 42px;
    font-weight: 600;
    margin: 80px 0 20px;
}



.contact-info i {
    margin-right: 10px;
    font-size: 16px;
    color: #c89a3c;
}

.contact-info div {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}


.brand-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    gap: 80px;
    animation: scroll 550s linear infinite
}

.slider-img {
    height: 120px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */


.brand-section {
    padding: 60px 0;
}

.brand-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.brand-img {
    width: 80%;
    height: 60%;
    object-fit: contain;
    background: rgb(241, 183, 183);
    padding: 40px;
}

.brand-text {
    padding:40px 5px;
}

.Brand-deal-title {
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-size: 55px;
    font-weight: 500;
    color: black;
}

.Brand-sub {
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-weight: 500;
    color: black;
}

.rounded-custom {
    border-radius: 45px 0px 45px 0px;
    overflow: hidden;

}

.grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-box {
    padding: 80px;
    background: #efe6e6;
    font-size: 15px;
    line-height: 1.6;
    max-height: 250px;
}

.first-image {
    border-radius: 45px 0px 0px 0px;
}

/* Ensure each cell is equal height */
.grid-cell {
    max-height: 250px;
}

/* ******************************************* */
/********************Book page**************** */
/* ******************************************** */

body {
      font-family: 'Libre Baskerville', serif;
  }
     .header-text {
          font-size: 1.25rem;
          line-height: 1.5;
          width: 60%;
          /* or 14px */
      }
  .title-underline {
      width: 60px;
      height: 6px;
      background: red;
      border-radius: 10px;
      margin-top: 6px;
  }
  .relatable-text {
      font-size: 1rem;

  }
  .h-card {
      transition: transform 0.6s ease;
  }

  .h-card:hover {
      transform: translateY(-10px);
      box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);

  }
 .para-img .chapter-img {
          max-height: 336px;
          width: 336px;
          /* object-fit: contain; */
      }
  .chapter-number {
      font-size: 40px;
      font-weight: 700;
  }

  .chapter-title {
      font-size: 20px;
      font-weight: 700;
  }

  .chapter-text {
      font-size: 18px;
      line-height: 1.8;
      margin-top: 15px;
  }

  .divider-line {
      border-right: 2px solid #000;
      height: 100%;
  }

  .chapter-block {
      margin-bottom: 60px;
  }




  .get_your_copy {
              background: #fcf8ec;
        }
         .top-title {
      font-size: 2.2rem;
      font-weight: 700;
      color: #1d2d80;
    }

    .buy-btn {
      background: #ffcc7a;
      padding: 12px 35px;
      border-radius: 30px;
      font-size: 1rem;
      border: none;
      font-weight: 500;
    }

    .stars i {
      color: #ffb300;
      font-size: 1.5rem;text-align: center;
      margin-right: 3px;
    }

    .review-text {
      font-size: 1rem;
      line-height: 1.4;
      max-width: 450px;
    }

    .book-img {
      width: 350px;
    }
/* ******************************************* */
/*****************9 alignment page************ */
/* ******************************************** */

.dark {
    background: #1d2951;
    color: white;
}

.light {
    background: #f9f9f9;
    color: #11329A;
}

.ninealign_sec h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.ninealign_sec h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ninealign_sec p {
    font-size: 18px;
    margin-bottom: 10px;
}
       .ninealign_img{text-align: center;}
        .ninealign_img img{width:376px; height:376px;}
        .ninealign_sec{ margin:20px 0px;}


/* ************************ */
/* About and contact page */
/* ************************ */
.about-hero {
    background: url("asset/aboutimg/0f941b65a8cea75d9468a50d3bd746f4c0427d85.jpg") center/cover no-repeat;
    height: 500px;            
    position: relative;
}


.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); 
  
}
.about-title {
    z-index: 2;
    font-size: 46px;
    font-weight: 800;
}
.author .title-heading {
    color: #0d2b8a;font-size: 28px;      
    font-weight: 600;
}

.title-para{font-size: 16px;width: 85%;margin: auto;}
.title-underline {
    width: 150px;         
    height: 3px;          
    background: red;     
    border-radius: 10px;  
    margin: 0px auto 0;   
}

.habit-card {
  height:250px;
      padding: 35px 30px;margin:25px 15px;
      border-radius: 20px;
      text-align: center;
      background: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: 0.3s ease-in-out;
    }

    .habit-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px 15px rgba(0, 0, 0, 0.12);
    }

    .habit-card i{
    font-size: 50px;
     color: #0d47a1;
      margin-bottom: 15px;
    }

    .habit-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .habit-text {
      font-size: 16px;font-weight: 400;
      color: #555;
      line-height: 1.5;
    }
    .card-icons{
        color: #11329A;
    }
    .author{
        background-color: #263050;
        border-radius: 25px;
        text-align: center;
        justify-content: center;
        
    }
.card-img-top{height:250px;object-fit: contain;}
    .card-sec-3{
        opacity: 50%;background-color: #BFBFBF;
    }
    .card-sec-3:hover{
        opacity: 100%;
        cursor: pointer;
    }
    .authr{height:600px !important;}
   .card-sec-3>.card>.card-body>h2{font-size:22px !important;}
   .card-sec-3>.card>.card-body>h6{font-size:16px;}
   .card-sec-3>.card>.card-body>p{font-size:13px;}
   .card-sec-3>.card>.card-body>a{font-size: 14px; padding: 0%;}
   ._9algn_abtpg>.row>.col>.card{
    width: 315px;height: 250px;margin: 15px auto;border-radius: 20px;
   }
     ._9algn_abtpg>.row>.col>.card:hover{
      border:none;
      box-shadow: 0px 0px 45px -5px #d8a24aac;
     }
._9algn_abtpg>.row>.col>.card>.card-body>h4{font-size: 18px; line-height: 1.8;}
._9algn_abtpg>.row>.col>.card>.card-body>h5{font-size: 18px;color: #11329A;font-weight: 800; line-height: 1.8;}
._9algn_abtpg>.row>.col>.card>.card-body>p{font-size: 14px;font-weight: 700; line-height: 1.8;}
._9algn_abtpg>.row>.col>.card>.card-body>a{font-size: 14px;font-weight: 700;color:#DD1109; line-height: 1.8;}
   .circular-img-container {
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 1rem;
    flex-shrink: 0; 
}

.circular-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.speech-bubble-left,
.speech-bubble-right {
    border-radius: 1.5rem;
    font-size: 1.1em;
    color: #444;
}
.speech-bubble-right{
    position: relative;

}
.circular-img-container {
    position: absolute;
   top: 10;
   left: 50;
}


/* --------------- */




.card-container {
   
    gap: 1.5rem; width:75%;
    font-size: clamp(1rem, 2vw, 1.15rem); 
    line-height: 1.6;
}


.card-image-wrapper {
   position: absolute;
   left: -55px;
    flex-shrink: 0;

}
.card-image-wrapper-1{
    position: absolute;
    right: -55px;
   
}

.card-image {
    object-fit: cover;
    
}


.card-text-bubble {
  font-size: 16px;
    text-align: center;
    background-color: #E8EDFC;  
    padding: 1.5rem 2rem;
    border-radius: 20px;
    position: relative;
    flex-grow: 1; 

}

.highlight {

    font-weight: 700;
}


.bubble-left {
  
    border-top-left-radius: 5px;
}


.card-container .card-image-wrapper:first-child {

    z-index: 10; 
}


.bubble-right {
    
    border-top-right-radius: 5px;
}


.card-container .order-md-2 {
    margin-left: var(--overlap); 
    z-index: 10;
}



/* RESPONSIVE */

    /* Responsive tweaks */


@media (max-width: 992px) {

.store-img {
    width: 300px;
    border-radius: 40px;
    object-fit: cover;
}
    .about-img,
    .about-img-2 {
        height: 200px;
    }
/* *****book page********* */

      .relatable-text {
          font-size: 1.8rem;
      }
        .top-title {
      font-size: 1.8rem;
   
    }

    .buy-btn {
     
      font-size: 0.925rem;
     
    }

 .book-img {
      width: 300px;
    }
     .review-text {
      text-align: center;
      font-size: 1rem;
      line-height: 1.4;
      max-width: 500px;
    }
/* ---9 alignments------- */
            .ninealign_sec h2 { font-size: 28px;}
            .ninealign_sec h3 {font-size: 20px;}
             .ninealign_sec p {font-size: 16px;}


             /*  */
        }
  @media (max-width: 991px) {
    .logo-box {
    width: 55px;
    height: auto;
    background: #d3d3d3;
    border-radius: 4px;
    display: inline-block;
 
}


      .hero-title {
        font-size:26px;
      }

      .hero-sub {
        max-width: 100%
      }

      .sol-img {
        width: 90px;
        height: 90px
      }
    }     

@media (max-width: 900px) {
    .book_category {
        flex-direction: column;
        text-align: center;
    }

    .overlay-box {
        width: 90%;
        left: 5%;
        top: 70px;
    }
}

/* mobile */
    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 850px) {
      .sec1-img {
    background-image: url('/asset/sec01bg_img.png');
    background-color: #d900008d;
    max-height:50vh;width: 100%;}
    .eyebrow{ font-size: 28px;  }
    .hero-head{font-size: 24px;}
    .hero-sub{font-size: 16px;}
    .btn-primary {
      padding: .5rem .8rem;
      font-size: 14px;
    }

    .btn-ghost {   
      padding: .4rem .8rem;
      font-size: 14px;    }
      .hero-title {font-size: 25px;}
      .btn-solid, .btn-outline{font-size: 14px;}
        .author-section {
            grid-template-columns: 1fr;
            text-align: center;
        }
 .meet-header h1 {
        font-size: 24px;
      
    }

    .meet-header p {
        font-size: 16px;
      
    }
        .author-content {
            text-align: left;
        }
    }
   @media (max-width:792px){
            .ninealign_sec h2 { font-size: 20px;}
            .ninealign_sec h3 {font-size: 18px;}
             .ninealign_sec p {font-size: 14px;}
             .ninealign_img{text-align: center;}
        .ninealign_img img{width:276px; height:276px;}
        }
@media (max-width: 768px) {
    .head{
        font-size: 2rem;
    }

    .sec1-img{
    margin:auto;background-size:cover;
    border-radius: 0 0 50% 0;}
     .meet-header h1 {
        font-size: 20px;
      
    }

    .meet-header p {
        font-size: 13px;
      
    }
    .grid-cell {
        min-height: 200px;
    }

    .first-image {
        border-radius: 0px;
    }

    .rounded-custom {
        border-radius: 0px;
    }

    .Brand-deal-title {
        font-size: 45px;
    }

.store-img {
    width: 300px;
    border-radius: 40px;
    object-fit: cover;
}
    .section h1,
    .contact-title {
        font-size: 34px;
    }

    .banner-text {
        font-size: 13px;
        width: 90%;
    }

    .brand-img {
        padding: 20px;
    }

    .slider-img {
        height: 90px;
    }

    .storetitle {
        font-size: 32px;
        text-align: center;
    }

    .text-right {
        text-align: center;
    }

    .hero-title {
        font-size: 24px;
        line-height: 1.1;
    }

    h1,
    .section-one h1 {
        font-size: 28px;
    }

    .content-fix {
        transform: none;
    }

    .who-title {
        font-size: 34px;
    }

 
    .right-text {
        text-align: center !important;
    }

      .footer-blue, .footer-gold {
        padding: 40px 25px;
      }

      /* ****book page****** */
       .para-img {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
      }

      .para-img .chapter-number {
          font-size: 26px;
      }

      .para-img .chapter-title {
          font-size: 16px;
      }

     .chapter-text {
          font-size: 15px;
          line-height: 1.6;
      }

      .para-img .chapter-block {
          margin-bottom: 1.5rem;
      }

      .para-img .chapter-img {
          max-height: 336px;
          width: 336px;
          object-fit: contain;margin: auto;
      }


      .para-img .divider-line,
      .para-img .border-end {
          display: none !important;
      }

      .h-card {
          padding: 1rem !important;
      }

      .h-card h5 {
          font-size: 1rem !important;
      }

      .h-card p {
          font-size: 0.95rem !important;
      }

      .h-card .bi {
          font-size: 1.2rem !important;
      }
 
      .header-h1 {
          font-size: 2.1rem;
      }

      .header-text {
          font-size: 1rem;
      }

      .title-underline {
          width: 48px;
          height: 5px;
      }
   /* about */
    .about-hero {
        height: 220px;
    }
    .about-title {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    
    .card-container {
        
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .card-container .card-image-wrapper {
      display:none
    }
 .card-container .card-image-wrapper-1 {
      display:none
    }

    .card-text-bubble {
       font-size: 14px;
        border-radius: 20px ; 
        padding: 1.5rem;
        width: 100%; 
    }
    
  
    .card-container.d-flex.align-items-start {
      align-items: center ;
    }
}

/* Responsive  */




@media (max-width: 576px) {
    .sec1-img {
    background-image: url('/asset/sec01bg_img.png');
    background-color: #d900008d;
    max-height:30vh;width: 50%;}
    .eyebrow{ font-size: 28px;  }
    .hero-head{font-size: 22px;}
    .hero-sub{font-size: 15px;}
     .btn-primary {
      padding: .5rem .8rem;
      font-size: 12px;
    }

    .btn-ghost {   
      padding: .4rem .8rem;
      font-size: 12px;    }
    .slider-img {
        height: 70px;
    }
     .meet-header h1 {
        font-size: 20px;
      
    }

    .meet-header p {
        font-size: 13px;
      
    }

    .brand-text {
        padding: 10px;
    }


    h1,
    .section-one h1 {
        font-size: 22px;
    }


    /* Make hero h1 small on mobile */
    .hero-title {
        font-size: 18px;
        line-height: 1.1;
    }
/* 
    .perspective-box {
        margin: 0%;
    } */

  

    .who-title {
        font-size: 30px;
    }


      .circle-wrapper {
        display: none;
      }

      .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        max-width: 350px;
        margin: auto;
        margin-bottom: 30px;
      }

      .grid-item {
        width: 100px;
        height: 80px;
        background: var(--blue);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin: auto;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        transition: 0.25s;
      }

      .grid-item img {
        height: 40px;
        width: 40px;
        object-fit: fill;
      }

      .grid-item:hover {
        background: white;
        color: var(--blue);
        transform: scale(1.12);
        box-shadow: 0 0 40px -5px var(--red);
      }


      /* ****book page**** */
       .para-img .chapter-number {
          font-size: 20px !important;
      }

      .para-img .chapter-title {
          font-size: 14px !important;
      }

       .chapter-text {
          font-size: 13px !important;
          line-height: 1.4 !important;
      }

      .para-img .chapter-img {
          max-height: 250px !important;
          width: 100%;
          object-fit: contain;
      }

      .para-img .mb-5,
      .para-img .chapter-block {
          margin-bottom: 1rem !important;
      }

      .header-text {
          font-size: 0.9rem;
          /* or 14px */
      }
 
      .mobile-blur {
          filter: blur(10px);
      }

      .chapter-number {
          font-size: 28px;
      }

      .chapter-title {
          font-size: 20px;
      }

      .chapter-text {
          font-size: 13px;
          line-height: 1;
          margin-top: 10px;
      }

      .chapter-block {
          margin-bottom: 30px;
      }

      body.p-5 {
          padding: 1rem !important;
      }

      .chapter-img {
          max-height: 220px;
          object-fit: cover;
      }

      .ms-3 {
          margin-left: .6rem !important;
      }
  
      .h-card {
          padding: 0.65rem !important;
          gap: 0.5rem;
      }

      .h-card h5 {
          font-size: 0.95rem !important;
      }

      .h-card p {
          font-size: 0.85rem !important;
      }

      .h-card .bi {
          font-size: 1rem !important;
      }
      .header-h1 {

          font-size: 1.6rem;
          line-height: 1.05;
      }

      .header-text {
          font-size: 0.8rem;
          line-height: 1.4;
      }

      .relatable-text {
          font-size: 0.95rem;
      }

      .title-underline {
          width: 40px;
          height: 5px;
      }


      .para-img {
          padding-left: .5rem;
          padding-right: .5rem;
      }
    }

@media (max-width: 480px) {
  .logo-box {    width: 30px;}
  .brand-text{ font-size: 14px;}
    .section h1,
    .contact-title {
        font-size: 38px;
    }

    .fluid {
        height: 220px;
        width: 400px;
        align-items: left;
        margin: 0px auto;
        justify-content: left;
        overflow: hidden;
    }

    .about-hero {
        height: 180px;
    }
    .about-title {
        font-size: 22px;
    }
}
@media (min-width:320px) and (max-width:425px) {

    .text-box {
        padding: 30px;
    }

    .Brand-deal-title {
        font-size: 35px;
    }

}