:root {  
  --color1: #213266;
  --color2: #81cbbd;
  --color3: #6a84c2;
  --color4: #f7a291;
  --color5: #f27a9f;
  --color6: #ba7ca3;
  --color7: #c5afd5;
  --color8: #737373;
  --color9: #090525;
  --color-white: #ffffff;
} 
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  color: var(--color1);
  letter-spacing: normal;
  overflow-x: hidden;
  background: var(--color-white);
}
.entry-header, .post-thumbnail, .entry-content, .entry-footer, .author-bio {
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.loading_data2 {
  position: fixed;
  overflow: hidden;
  height: 100vh;
}
.loader_active,
.loading_data {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
}
.loading_data2::before,
.loading_data:before {
  content: '';
  background: #00000033;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0px;
  z-index: 1;
}
.loading_data2 .loader,
.loading_data .pre-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
} 
.form_ps.form_loading {
  padding: 20px;
}
.form_loading2:before,
.form_loading:before {
  content: '';
  background: #ffffff42;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 20px;
}
.form_loading2:before {
  border-radius: 0px;
}
.form_loading {
  position: relative;
}
.form_loading2 .pre-loader,
.form_loading .loader,
.form_loading .rhi-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.form_loading2 {
  padding: 10px;
  position: relative;
}
.loader2 .wpcf7-spinner {
  visibility: visible;  
}
.button .spinner {
  width: 25px;
  height: 25px;
  border-top-color: var(--color5);
}

/* Spinner animation */
.spinner,
.spinner2{
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #002AF9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.blur_data {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
}
.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mw-75 {
  max-width: 75%;
}
.mw-580 {
  max-width: 580px;
}
.d_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.flex_auto {
  flex: 0 0 auto;
}
.row_gap_70 {
  row-gap: 70px;
}
.row_gap_50 {
  row-gap: 50px;
}
.row_gap_30 {
  row-gap: 30px !important;
}
.row_gap_20 {
  row-gap: 20px;
}
.row_gap_10 {
  row-gap: 10px;
}
.col_gap_80 {
  column-gap: 100px;
}
.col_gap_100 {
  column-gap: 100px;
}
.col_gap_20 {
  column-gap: 20px !important;
}
.col_gap20 {
  row-gap: 0;
  column-gap: 20px;
}
.site-main > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.container-sm {
  position: relative;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-white *,
.text-white {
  color: #ffffff;
}
.single .post-navigation,
.site-header .header-inner,
.page-width,
.container {
  width: 100%;
  margin: 0px auto;
  padding-left: 150px;
  padding-right: 150px;
  max-width: 1900px;
  position: relative;
}
.hidden {
  display: none;
} 
* {
  box-sizing: border-box;
}
.bdr-0 {
  border: 0px !important;
}
a {
  position: relative;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  color: var(--color1);
}
.entry-title a:hover,
a:hover {
  color: var(--color3);
}
p{
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color1);
  font-family: "poppins", sans-serif;
  width: 100%;
}
p:empty {
  display: none;
}
p:last-child {
  margin-bottom: 0px;
}
dl,
ol,
ul {
  margin: 0px;
  font-family: "poppins", sans-serif;
}
.claerfix {
  clear: both;
}
ul {
  margin: 0px;  
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0px;
  margin: 0px;
  color: #292929;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  letter-spacing: normal;
}
body:not(.blog) .entry-header .entry-title,
.page-header .page-title,  
.entry-content h1,
.h1,
h1,
.font60,
.h2,
h2 {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 500;
  color: var(--color1);
  margin: 0px;
  display: inline-block;
  position: relative;
}
.font50 {
  font-size: 50px;
  line-height: 1.15;
}
.font44 {
  font-size: 44px;
  line-height: 1.15;
  font-family: "poppins", sans-serif;
}
.font30,
.h3,
h3 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 5px;
}
.font24,
.h4,
h4 {
  font-size: 20px;
  line-height: 1.25;
}
.homepage-post-item.post .entry-title,
.font22 {
  font-size: 20px;
}
.font20 {
  font-size: 20px; 
}
.h5,
h5 {
  font-size: 20px;
  line-height: 1.19;
}
.f-25 {
  font-size: 25px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font18 {
  font-size: 18px;
}
.font14 {
  font-size: 14px;
}
.font36 {
  font-size: 36px;
}
.font0 {
  font-size: 0px !important;
}
.fw-500 {
  font-weight: 500 !important;
} 
.font-semibold,
.fw-600 {
  font-weight: 600 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.heading_main3,
.heading_main {
  position: relative;
  margin-bottom: 40px;
}
.heading_main h2 {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 500;
  color: var(--color1);
  margin: 0px;
  display: inline-block;
  position: relative;
  letter-spacing: -0.6px;
}
.heading_main3 h2 + *,
.heading_main2 h2 + *,
.heading_main h2 + * {
  margin-top: 15px;
}
.heading_with_btn .text_wrap {
  width: calc(100% - 30%);
}
.about.what_inside_litbox .heading_main p {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.font1 {
  font-family: "poppins", sans-serif !important;
}
.font2 {
  font-family: "poppins", sans-serif !important;
}
.bg_grey {
  background: #F6F6F6;
}
.blue_bg {
  background: var(--color1);
}
.blue_text,
.blue_text * {
  color: var(--color1) !important;
}
.bg_color1 {
  background: var(--color2);
}
.bg_color2 {
  background: var(--color2);
}
.bg_color3 {
  background: var(--color3);
}
.bg_color3_light {
  background: #E6F0FE;
}
.bg_color4 {
  background: var(--color4);
}
.bg_color5 {
  background: var(--color5);
}
.bg_color6 {
  background: var(--color6);
}
.bg_color7 {
  background: var(--color7);
}
.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.color4 {
  color: var(--color4);
}
.color4_light {
  color: #FFEFF4;
}
.color5 {
  color: var(--color5);
}
.color6 {
  color: var(--color6);
}
.color7 {
  color: var(--color7);
}
.text-muted2 {
  color: #555555;
}
.yellow_bx1 {
    background: #FFFDF2;
    border: 1px solid var(--color2);
    padding: 20px;
    border-radius: 10px;
}
.title_mini,
.heading_main h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color1);
  font-family: "poppins", sans-serif;
  margin-top: 15px;
}
.heading_main3 p,
.heading_main p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  font-weight: 400;
  display: block;
  color: var(--color1);
}
.cms_page .heading_main3 .font50 + p {
  margin-top: 15px;
}
.heading_main3 p:last-child {
  margin-bottom: 0px;
}
.heading_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_main {
  margin-bottom: 50px;
  position: relative;
}
.font48,
.title_main h2 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.375;
  letter-spacing: -0.66px;
}
.title_main h2 span {
  font-weight: 300;
}
.title_main h2 + * {
  margin-top: 15px;
}
.title_main p:last-child {
  margin-bottom: 0px;
}
.title_main h2 + p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

nav,
header,
section,
img,
figure,
small,
select {
  margin: 0px;
  padding: 0px;
  color: var(--color1);
}
.fit {
  display: flex;
}
.fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.v-center {
  align-content: center;
  align-items: center;
}
.v-end {
  align-content: flex-end;
  align-items: flex-end;
}
.center,
.h-center {
  justify-content: center;
}
.justify {
  justify-content: space-between;
}
section {
  position: relative;
}
input:focus,
input,
select:focus,
select {
  outline: none;
  box-shadow: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all ease 0.5s;
}
.action {
  display: flex;
  align-items: center;
}
.center {
  justify-content: center !important;
}
.start {
  justify-content: flex-start;
}
.end {
  justify-content: flex-end;
}
.lost_password a,
.link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  color: #1d1d1f;
  display: block;
  text-decoration: none;
  background: none;
  border: 0px;
}
.link2 {
  display: block;
  text-decoration: underline;
}
.link2:hover {
  text-decoration-style: dotted;
    text-decoration-skip-ink: none;  
}
.lost_password a {
  max-width: max-content;
}
.lost_password a:hover {
  color: var(--color1);
}
.link a {
  color: inherit;
}
button:not(:hover):not(:active):not(.has-text-color).link_p,
.link_p {
  color: var(--color1);
  font-size: 12px;
  text-decoration: underline;
  font-weight: 600;
  background: transparent;
  padding: 0px;
}
button:not(:hover):not(:active):not(.has-text-color).link_p:hover,
.read_more_link:hover,
.link_p:hover {
  text-decoration: none;
}
.read_more_link {
  color: #554F4F;
  font-size: 10px;
  text-decoration: underline;
}
.search-form .search-submit,
.site .redeem_link .button:not(:hover):not(:active):not(.has-background),
.filter_tab .button:not(:hover):not(:active):not(.has-background),
.site .banner .btn.button:not(:hover):not(:active):not(.has-background),
.site .button,
.site .button:disabled,
.button {
  border-radius: 30px;
  background: var(--color1);
  color: var(--color-white);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  font-size: 19px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  line-height: 1;
  text-transform: capitalize;
  min-width: auto;
  padding: 13.5px 35px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  letter-spacing: normal;
  min-height: auto;
  column-gap: 10px;
  overflow: hidden;
  outline: none;
  width: auto;
  max-width: max-content;
  white-space: normal;
}
.search-form .search-submit:hover,
.site .banner a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site .redeem_link .button:not(:hover):not(:active):not(.has-background):hover,
.site .redeem_link a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.filter_tab .button:not(:hover):not(:active):not(.has-background):hover,
.site .button:hover,
.button:focus,
.button:hover {
  color: var(--color1);
  background: transparent;
  border-color: var(--color1);
  outline: none !important;
  text-decoration: none !important;
}
.button:focus img,
.button:hover img {
  filter: invert(1);
}
.button:hover::before {
  left: 120%;
  opacity: 0.5s;
}
.button:hover::after {
  left: 200%;
  opacity: 0.6;
}
.button.yellow2,
.button.yellow {    
  background: var(--color2);
  border-color: var(--color2);
  color: var(--color1);
}
.button.yellow2:hover,
.button.yellow:focus,
.button.yellow:hover {
  background: transparent;
  border-color: var(--color2);
  color: var(--color-white);
}
.button.yellow img {    
  filter: invert(1);
}
.button.yellow:hover img {
  filter: invert(0);
}
.button.yellow2:focus,
.button.yellow2:hover {
  background: transparent;
  color: var(--color1);
}
.button.yellow2 img {
  filter: invert(0);
}
.button.yellow2:hover img {
  filter: invert(0);
}
.button.radius {
  border-radius: 30px !important;
}
.arrow-animate {
  position: relative;
  animation: moveRight 1.5s linear infinite;
} 
@keyframes moveRight {
  0% { left: 0; }
  50% { left: 5px; }
  100% { left: 0; }
}
.button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.button2 {
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  background: linear-gradient(72.74deg, #6A84C2 7.32%, #80CABC 25.17%, #F7A291 43.01%, #F27A9F 60.86%, #BA7CA3 74.24%, #C4AFD5 87.63%);
  padding: 12px 25px;
  border-radius: 100px;
  color: var(--color-white);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: max-content;
  text-transform: capitalize;
}
.button2:hover {
  background: var(--color1);
  color: var(--color-white);
}
.button2 .arrow_ico {
  margin-left: 5px;
}
.button2.font18 {
  font-size: 18px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}
.px-2\.5 {
  padding-left: .625rem;
  padding-right: .625rem;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
} 
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}

/* top bar */
.topbar_header {
  background: var(--color2);
  padding: 10px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
  transition: all ease 0.9s;
}
.topheader_close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.topbar_header p {
  margin: 0px;
  font-size: 15px;
}
.site .topbar_header .button,
.topbar_header .button {
  padding: 7px 10px;
  font-size: 12px;
}
.announcement-item {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  transform-origin: top;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  to {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in {
  animation-name: flipInX;
}

/* header css */
.scroll_up .topbar_header,
.scroll_down .topbar_header {
        display: none !important;
}
.scroll_down .header {
      transform: translateY(-100%);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1000000;
      background: #E6F0FE;
      transition: all ease 0.9s;
}
 
.scroll_up .header {
    position: fixed;
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
    background: #E6F0FE;
    transition: all ease 0.9s;
}

body:has(.left-sidebar-open) { 
  position: fixed;
  overflow: hidden;
}
.header {
  padding: 18px 0px;
  position: relative;
  width: 100%;
  max-width: 100%;
  /* border-bottom: 1px solid #d9d9d9; */
  transition: all ease 0.5s;
  background: #E6F0FE;
}
.header .container {
  position: static;
}
.logo {
  max-width: 190px;
  display: flex;
  align-items: center;
  width: 100%;
}
.logo .site-branding{
  margin: 0px;
  line-height: 1;
  display: flex;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.logo a {
  display: flex;
}
.for_menu {
  display: none;
}
.header_icons {
  margin-left: 10px;
  flex: 0 0 auto;
}
.header_icons a {
  /* margin-right: 20px; */
  /* font-size: 22px; */
  line-height: 24px;
  /* color: var(--color1); */
}
.header_icons a:last-child {
  margin-right: 0px;
}
.header_icons a svg {
  width: 18px;
  height: 18px;
}
.dropdown-toggle::after {
  display: none;
} 
.header_menu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.header_menu .primary-navigation {
  margin-left: 0;
  width: 100%;
  position: relative;
}
.menu_wrap {
  column-gap: 25px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.menu_left {
  display: flex;
  align-items: center;
  column-gap: 25px;
  width: 100%;
}
.header_menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0px;
}
.header_menu .menu .menu-item {
  padding-left: 20px;
  padding-right: 20px;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a,
.header_menu .menu .menu-item>a,
.header_menu .navbar-nav .nav-link {
  color: var(--color1);
  font-size: 20px;
  line-height: 1.2225;
  padding: 12px 15px;
  transition: all ease 0.5s;
  font-family: 'poppins',sans-serif;
}
.header_menu .menu .menu-item.active>a,
.header_menu .primary-navigation > div > .menu-wrapper > li > .sub-menu li.current_page_item a,
.header_menu .menu .menu-item.current_page_item a,
.header_menu .has-submenu:hover.has-submenu.menu-item>a,
.header_menu .menu .menu-item.current-menu-item a,
.header_menu .menu .menu-item>a:hover,
.header_menu .navbar-nav .nav-link:hover {
  color: var(--color3);
  outline: none;
  text-decoration: none;
}
.login_btn.button {
  /* min-height: 60px; */
  /* flex: 0 0 auto; */ 
 /* font-size: 20px; */
}
.menu-item-has-children .sub-menu-toggle-new .svg-icon,
.header_menu .menu .menu-item.menu-item-has-children .sub-menu-toggle .svg-icon {
  display: none; 
}
.menu-item-has-children .sub-menu-toggle-new .icon-plus:before,
.header_menu .menu .menu-item.menu-item-has-children .sub-menu-toggle .icon-plus:before {
  content: "\f107";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  color: #c7c7c7;
  font-size: 13px;
}
.menu-item-has-children .sub-menu-toggle-new .icon-minus:before,
.header_menu .menu .menu-item.menu-item-has-children .sub-menu-toggle .icon-minus:before {
  content: "\f106";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  color: #c7c7c7;
  font-size: 13px;
}
.header_menu .navbar-nav .nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
}
.arrow_down {
  position: absolute;
  right: 4px;
  color: #c7c7c7;
  font-size: 13px;
  line-height: 1;
}
.header_menu .dropdown-menu {
  border: 1px solid rgba(199, 199, 199, 0.3);
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(199, 199, 199, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(199, 199, 199, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(199, 199, 199, 0.3);
}
.header_menu .dropdown-item {
  padding: 8px 15px;
}
.header_menu .dropdown-menu[data-bs-popper] {
  left: 12px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li{
  transition: all ease 0.5s;
  padding: 0px;
  border-bottom: 1px solid #fff;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:last-child {
  border-bottom: 0;
}
.header_menu .primary-navigation > div > .menu-wrapper > li > .sub-menu li a {
  color: var(--color-white);
  transition: all ease 0.5s;
} 
.header_menu .primary-navigation > div > .menu-wrapper > li > .sub-menu li a:focus,
.header_menu .primary-navigation > div > .menu-wrapper > li > .sub-menu li.current_page_item a,
.header_menu .primary-navigation > div > .menu-wrapper > li > .sub-menu li:hover a {
  background: #f1f3ff;
}

/* menu setting */
.menu_wrap_setting {
  position: static;
}
.user_wrap {
  cursor: pointer;
  position: relative;
}
.user_wrap .arrow_caret {
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  width: 20px;
  height: 12px;
}
.active_menu .user_wrap .arrow_caret {
  transform: rotate(-180deg);
}
.user_name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    line-height: 1.25;
    text-transform: capitalize;
}
.first_name {
    max-width: 155px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.user_name_ico {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: var(--color1);
  color: #fff;
  text-shadow: 1px 1px 2px #7b91d7;
}
.drop_down_menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 10px auto 0px;
  z-index: 99;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px #e1e1e1;
}
.active_menu .drop_down_menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.drop_down_menu:before {
    content: '';
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #fff;
}
.drop_down_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.drop_down_menu ul li {
  border-bottom: 1px solid #eee;
}
.drop_down_menu ul li:last-child {
  border-bottom: 0px;
}
.drop_down_menu ul li a {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.drop_down_menu ul li a svg {
  width: 20px;
  height: 20px;
}

/* mega menu */
.caret_icon:before {
  content: "\f107";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  color: #c7c7c7;
  font-size: 13px;
  transition: all ease 0.5s;
}
.header_menu .has-submenu:hover .caret_icon:before {
  content: "\f106";    
  transition: all ease 0.5s;
} 
.primary-navigation > div > .menu-wrapper li.menu-item.has-submenu {
  position: relative;
}
.primary-navigation > div > .menu-wrapper li.menu-item.has-submenu .caret_icon {
  display: none !important;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  max-width: 400px;
  min-width: 240px;
  border-radius: 0px 20px 0px 20px;
  background: #fff;
  /* box-shadow: 0px 0px 10px 0px #00000026; */
  /* border: 1px solid #eee; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  pointer-events: none;
  /* box-shadow: 0px 0px 4px 0px #00000040; */
  box-shadow: 0px 0px 2px 0px #00000040;
  overflow: hidden;
}
.mega-menu:hover {
  /* box-shadow: none; */
  /* box-shadow: 0px 0px 4px 0px #00000040; */
}
.mega-menu .container {
  padding-left: 0px;
  padding-right: 0px;
}
.menu_body {
  padding: 20px 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  box-shadow: 0px 0px 4px 0px #00000040;
}
.has-submenu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  pointer-events: all;
}
.has-submenu:hover .mega-menu::before {
  opacity: 1;
}
.menu-item {
  position: relative;
}
.mega-column {
  display: flex;
  align-items: center;
  /* padding: 10px; */
  /* border-radius: 0px 20px 0px 20px; */
  /* transition: all ease 0.7s; */
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}
.mega-column:hover {
  /* background: var(--color1); */
  /* box-shadow: 0px 0px 5px 0px #21326642; */
}
.mega-image {
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: all ease 0.5s;
  flex: 0 0 auto;
  box-shadow: 0px 0px 5px 1px #97979745;
  border-radius: 10px;
}
.mega-image a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
}
.mega-column:hover .mega-image a {
  border-color: var(--color1);
  background: var(--color1);
}
.mega-column:hover .mega-image img {
  filter: invert(1);
}
.mega-content {
  width: 100%;
}
.primary-navigation .mega-content a  {
  padding: 8px 16px;
  color: rgb(33 50 102 / 70%);
  position: static;
  border-radius: 0px 10px 0px 10px;
  transition: all ease 0.7s;
  background: transparent;
}
.primary-navigation .mega-content a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

/* .mega-column:hover .mega-content>a, */
.primary-navigation .mega-content a:hover {  
  text-decoration: none;
  outline: none;
  background: var(--color1);
  color: var(--color-white);
}
.mega-column:hover .mega-content p {
  color: var(--colortxt);
}
.mega-content h4 {
  color: inherit;
  font-family: 'poppins',sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.mega-content p {
  margin: 0px;
  font-size: 14px;
  color: #858585;
  line-height: 1.5;
  font-family: 'poppins',sans-serif;
}
.txt-rotate {
  color: var(--color3);
}

/* hero banner home */
.hero_bnr_slider {
  border-radius: 10px;
  overflow: hidden;
}
.hero_bnr_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.hero_bnr_slider:not(.slick-slider) .slide_item {
  width: 100%;
  flex: 0 0 auto;
}
.hero_bnr_slider.slick-slider .slide_item {
  padding: 0px 10px;
}
.hero_bnr_slider.slick-slider .slide_item .images_wrap {
  overflow: hidden;
}
.hero_banner_home.what_your_book .text_wrap {
    max-width: 100%;
    padding-right: 30px;
}
.hero_banner_home.what_your_book .text_wrap .heading_main {
  max-width: 710px;
}
  
/* banner section */
.banner .shape1 {
  left: 50px;
  bottom: -30px;
}
.banner .shape2 {
  left: -60px;
  bottom: 30px;
}
.banner .shape3 {
  top: -20px;
  left: 0px;
}
.banner .shape4 {
  top: 260px;
  left: -50px;
}
.banner .shape5 {
  bottom: -20px;
  left: 120px;
}
.banner .shape6 {
  right: -60px;
  top: 280px;
}
.banner .text_wrap {
  width: 100%;
  max-width: 680px;
}
.slider-content-section {
  padding-right: 60px;
}
.banner .slider-navigation {
  gap: 20px;
}
.banner .navigation-item {
  background: #fff1ee;
  border-radius: 30px;
  padding: 20px 50px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.banner .navigation-item::after {
  content: '';
  border: 30px solid transparent;
  border-left-color: var(--color1);
  width: 30px;
  height: 61px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all ease 0.8s;
}
.banner .navigation-item.active::after {
  opacity: 1;
  right: -60px;
}
.banner .navigation-item:hover {
  background-color: #e5ebff;
}
.banner .navigation-item.active {
  padding: 50px;
  background-color: var(--color1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);   
}
.banner .navigation-item.active * {
  color: #fff;
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.navigation-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color1);
  margin-bottom: 0;
  font-family: "poppins", sans-serif;
}
.banner .navigation-item.active .navigation-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.navigation-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.5s ease forwards;
  font-family: "poppins", sans-serif;
}
.navigation-item:not(.active) .navigation-title {
  margin-bottom: 0;
}  
.navigation-item:not(.active) .navigation-subtitle,
.navigation-item:not(.active) .navigation-content {
  display: none;
}
.navigation-content {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.5s ease 0.1s forwards;
  font-family: "poppins", sans-serif;
}
.banner_mobile .slider_item:nth-child(odd) .navigation_item2,
.banner .navigation-item.active:nth-child(even) * {
  color: var(--color1);
}
.banner .images_wrap  {
  width: 100%;
  max-width: 740px;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  min-height: 545px;
}
.banner .thumbnail_bx {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
} 

/* banner mobile */
.banner_mobile .images_wrap {
  height: 350px;
}
.banner .navigation-item.active:nth-child(odd),
.banner_mobile .slider_item:nth-child(even) .navigation_item2 {
  background: var(--color1);
}
.banner .navigation-item.active:nth-child(even),
.banner_mobile .slider_item:nth-child(odd) .navigation_item2 {
  background: var(--color2);
}
.banner .navigation-item.active:nth-child(odd)::after {
  border-left-color: var(--color1);
}
.banner .navigation-item.active:nth-child(even)::after {
  border-left-color: var(--color2);
}
.banner_mobile .slider_item:nth-child(even) .navigation_item2::after {
  border-bottom-color: var(--color1);
}
.banner_mobile .slider_item:nth-child(odd) .navigation_item2::after {
  border-bottom-color: var(--color2);
}
.navigation_item2::after {
  content: '';
  border: 18px solid transparent;
  border-bottom-color: var(--color1);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease 0.8s;
}
.slider_item.slick-active .navigation_item2::after {
  opacity: 1;
  top: -35px;
}
.navigation_item2 {
  padding: 20px 20px;
  transition: all 0.3s ease;
  position: relative;
  background-color: var(--color1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #fff;
  min-height: 200px;
}
.navigation_item2 * {
  color: inherit;
}
.navigation_subtitle2 {
  margin-bottom: 10px;
}

/* video modal */
.video_modal .modal-content {
  border-radius: 0px;
}
.video_modal .modal-body {
  padding: 0px;
}
button.close_p, .close_p {
  width: 30px;
  height: 30px;
  background: var(--color2);
  color: var(--color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
  opacity: 1;
  padding: 0px;
  outline: none;
  border: 0;
}
.close_p svg path {
  fill: var(--color1);
}
.video_body {
  display: flex;
}
 
/* how it work */
.row_grid.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.row_grid.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.row_grid.four {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  justify-content: center;
}
.row_grid.four .col_grid_item {
  width: 100%;
  flex-basis: calc(25% - 90px / 4);
}
.row_grid.five {
  grid-template-columns: repeat(auto-fit, minmax(304px, max-content));
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
}
.row_grid.five .col_grid_item {
  width: 100%;
  flex-basis: calc(20% - 80px / 5);
  max-width: calc(20% - 80px / 5);
}
.how_it_work  .shape1 {
  left: 0px;
  top: 0;
}
.how_it_work  .shape2 {
  right: 70px;
  bottom: 30px;
}
 
.how_it_work  .shape3 {
  left: -100px;
  top: -10px;
}
.how_it_work  .shape4 {
  right: -100px;
  bottom: 0px;
}
.how_it_work  .shape5 {
  right: 70px;
  bottom: 90px;
}
.how_it_work .container-sm {
  /* max-width: 1370px; */
}
.how_it_work .row_bx {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 20px;
}
.how_it_work .cols_item {
  background-color: var(--color2);
  position: relative;
  /* overflow: hidden; */
  max-width: 430px;
  background-size: cover;
  border-radius: 20px;
}
.how_it_work .cols_item .images_wrap {
  /* position: absolute; */
  max-height: 150px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.how_it_work .text_content {
  padding-bottom: 40px;
  min-height: 260px;
}
.how_it_work .cols_item .text_wrap {
  /* position: absolute; */
  /* inset: 0; */
  /* max-width: 300px; */
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: self-start;
}
.how_it_work .cols_item .text_wrap h3 {
  font-size: 25px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.15;
  max-width: 100%;
  margin-bottom: 0px;
}
.how_it_work .cols_item .text_wrap p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0px;
  /* max-width: 200px; */
  color: rgb(255 255 255 / 80%);
  transition: all ease 0.5s;
  opacity: 0;
}
.how_it_work .cols_item:hover .text_wrap p {
  opacity: 1;
}
.how_it_work .cols_item .text_wrap .ico {
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 0;
}
.how_it_work .action_wrap {
  margin-top: auto;
}
.action_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.action_wrap.center {
  justify-content: center;
}

/* get your content */
.bg_box_blue .shape1 {
  top: 100px;
  left: 70px;
}
.bg_box_blue .shape2 {
  bottom: -20px;
  left: 26%;
}
.bg_box_blue .shape3 {
  top: 50px;
  right: 29%;
  max-width: 45px;
}
.bg_box_blue .shape4 {
  top: 100px;
  right: -30px;
  max-height: 55px;
}
.bg_box_blue {
  background: #3f3a7a url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/09/mylit_box2.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
  border-radius: 30px;
  position: relative;
}

.get_your_content .shape1 {
  right: 0px;
  top: 60px;
}
.get_your_content .shape2 {
  right: 20%;
  bottom: 60px;
}
.get_your_content .images_wrap img {
  /* max-width: 673px; */
}
.get_your_content .text_wrap {
  color: var(--color-white);
}
.get_your_content .text_wrap h2 {
  line-height: 1.25;
  font-weight: 500;
  color: inherit;
  margin-bottom: 10px;
}
.get_your_content .text_wrap h4 {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: inherit;
  margin-top: 10px;
}
.get_your_content .text_wrap h4 span {
  font-size: 26px;
  color: var(--color5);
  /* margin-top: 10px; */
  display: block;
  font-weight: 500;
}
.get_your_content .text_wrap p {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: inherit;
  font-family: "poppins", sans-serif;
}

/* counter content */
.counter_content {
  /* background: #e5ebff; */
}
.counter_content .shape1 {
  right: -180px;
  left: auto;
  top: 0;
}
.counter_content .row_grid.three {
  column-gap: 80px;
}
.counter_bx {
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 10px;
  padding: 25px;
}
.counter_bx .icons {
  width: 80px;
  height: 80px;
}
.counter_bx .text_wrap {
  width: 70%;
  text-align: left;
}
.counter_bx h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  color: var(--color1);
  letter-spacing: -0.3px;
}
.counter_bx h3 span {
  line-height: 1;
  display: inline-flex;
}
.counter_bx p {
  font-size: 18px;
  line-height: normal;
  color: #555555;
}
 
/* tab content */
.nav_ps {
  gap: 15px;
}
.nav_ps.nav-pills .nav-link {
  background: #eff5f3;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
  color: var(--color1);
  font-family: "poppins", sans-serif;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  min-height: 60px;
}
.site .nav_ps.nav-pills a:focus:not(.wp-block-button__link):not(.wp-block-file__button).nav-link:focus,
.nav_ps.nav-pills .nav-link:focus {
  text-decoration: none;
}
.nav_ps.nav-pills .nav-link.active, .nav_ps.nav-pills .show>.nav-link {
  background: #e5ebff;
}
.nav_ps.nav-pills .nav-link .ico {
  max-height: 40px;
}
.nav_ps_content {
  margin-top: 30px;
}
.tab_bg_bx {
  position: relative;
  background: url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/07/tab_bg_img1.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px;
  min-height: 650px;
  border-radius: 30px;  
}
.color_bx.tab_bg_bx {
  min-height: initial;
  padding: 50px 50px;
}
.tab_bg_bx .container-sm {
  padding-left: 0px;
  padding-right: 0px;
}
.tab_bg_bx .text_wrap h5 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}
.tab_bg_bx h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--color4);
  margin-bottom: 20px;
}
.tab_bg_bx p {
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  color: var(--color-white);
  font-family: "poppins", sans-serif;
  margin-bottom: 45px;
}
.tab_bg_bx p:last-child {
  margin-bottom: 0px;
}
.tab_bg_bx .button:focus,
.tab_bg_bx .button:hover {
  color: #fff;
}
.tab_bg_bx .button:focus img,
.tab_bg_bx .button:hover img {
  filter: invert(0);
}

/* wonrdering content */
.bg_box_yellow {
  background: var(--color2);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
} 
.bg_box_yellow .container-sm {
  padding-left: 0px;
  padding-right: 0px;
}
.button.large_btn {
  min-width: 180px;
  min-height: 180px;
  font-size: 26px;
  max-width: 242px;
}
.bg_box_yellow .row_bx {
  justify-content: space-between;
  align-items: center;
}
.bg_box_yellow .row_bx .text_wrap {
  width: 74%;
  display: flex;
  align-items: center;
  column-gap: 70px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.bg_box_yellow .row_bx .text_wrap br {
  /* display: none; */
}
.bg_box_yellow .row_bx .text_wrap h2 {
  font-weight: 500;
  line-height: 1.25;
  color: var(--color1);
  width: 100%;
}

.bg_box_yellow .row_bx .text_wrap p {
  font-size: 18px;
  line-height: normal;
  font-family: "poppins", sans-serif;
  color: var(--color1);
}
.shape_cp {
  position: absolute;
}
.bg_box_yellow .shape1 {
  top: 20px;
  left: -90px;
  max-width: 70px;
}
.bg_box_yellow .shape2 {
  bottom: -40px;
  right: 300px;
  max-width: 60px;
}
.bg_box_yellow .shape3 {
  top: -20px;
  right: -80px;
}

/* our mission */
.our_mission .shape1 {
    left: 50px;
    top: 55px;
}
.our_mission .shape2 {
  left: 100px;
  bottom: -70px;
}
.our_mission .shape3 {
  right: 0;
  bottom: -20px;
}
.our_mission .shape4 {
  right: 100px;
  top: 60px;
}
.our_mission .col_bx {
  gap: 25px;
}
.icon_bx {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color2);
  flex: 0 0 auto;
  transition: all ease 0.5s;
  padding: 10px;
}
.icon_bx img {
  transition: all ease 0.5s;
}
.icon_bx_img {
  max-height: 100px;
}
.icon_with_text .col_bx h3 {
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 5px;
}
.icon_with_text .col_bx p {
  font-size: 16px;
  font-weight: 400;
  max-width: 250px;
}

/* success story */
.success_story .shape1 {
  left: 80px;
  top: 240px;
  max-width: 83px;
  max-height: 83px;
}
.success_story .shape2 {
  left: 40px;
  top: 0;
}
.success_story .shape3 {
  left: 45%;
  transform: translateX(-45%);
  top: -40px;
}
.success_story .shape4 {
  left: 55%;
  transform: translateX(-55%);
  top: 10px;
}
.success_story .shape5 {
  right: 300px;
  top: 0;
}.success_story .shape6 {
  right: 80px;
  bottom: 20px;
}
.gradient_grey {
  background-image: linear-gradient(to bottom, #f7f7f7 , #fff );
}
.success_story .slider_wrap {
  display: flex;
  gap: 40px;
  /* padding: 10px; */
}
.success_story .slider_wrap .slick-track {
  display: flex;
  /* padding: 40px 0; */
}
.success_story .slider_wrap .slide_item {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  transition: all ease-in 0.4s;
  margin: 0 10px;
  height: auto;
  /* box-shadow: 0px 5px 15px 0px #00000026; */
  border: 1px solid #eee;
}
.success_story .slider_wrap .slide_item:hover {
  /* background: var(--color6);
  color: #fff; */
}
.success_story .slider_wrap .slide_item:hover * {
  /* color: var(--color-white); */
}
.success_story .slider_wrap .title {
  color: var(--color1);  
  margin-bottom: 20px;
}
.success_story .slider_wrap p::before {
  content: '"';
  font-size: 20px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  position: absolute;
  left: 0;
}
.success_story .slider_wrap p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  padding-left: 10px;
  position: relative;
  color: var(--color8);
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.profile_info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile_info h6 {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--color9);
  letter-spacing: -0.3px;
}
.star_ico {
  margin-bottom: 25px;
}
.profile_info .icon_bx_sm {
  width: 44px;
  height: 44px;
  border: 0px;
  display: none;
}
.icon_bx_sm {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
}
.success_story .row_bx {
  display: flex;
  align-items: flex-end;
}
.success_story .images_bx {
  width: 100%;
  max-width: 781px;
  border-radius: 20px;
  flex: 0 0 auto;
  background: var(--color-white);
  height: 681px;
  overflow: hidden;
}
.success_story .slider_wrap {
  /* width: 100%; */
  /* max-width: 1204px; */
  /* margin-left: -300px; */
  /* position: relative; */
  /* left: -7px; */
  /* justify-self: flex-end; */
  /* margin-top: -325px; */
  /* padding-left: 396px; */
  /* max-width: 75%; */
  /* overflow: hidden; */
  /* border-radius: 10px; */
}
.success_story.home .container {
    padding-bottom: 40px;
}
.success_story .shape2_home {
  right: 160px;
  bottom: -110px;
}
.success_story.home .slider_wrap {
  margin-top: -300px;
  max-width: 75%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 5px 15px 0px #00000026;
  margin-left: auto;
  justify-self: flex-end;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.success_story .slider_wrap .slick-list {
   /* padding: 40px 0px; */
   /* border-radius: 10px; */
   /* overflow: hidden; */
}
.success_story.home .slider_wrap .slick-list {
  padding: 0px;
}
.success_story.home .slider_wrap .slick-list:after,
.success_story.home .slider_wrap .slick-list:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 40px;
    width: 300px;     /* adjust width of gradient */
    height: 100%;
    z-index: 5;
    pointer-events: none;
    height: calc(100%  - 80px);
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 40%, 
        rgba(255, 255, 255, 0.8) 60%,
        rgba(255, 255, 255, 1) 100% 
    );
    opacity: 0;
}
.success_story.home .slider_wrap .slick-list:after {
  left: auto;
  right: -1px;
  background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 40%, 
        rgba(255, 255, 255, 0.8) 60%,
        rgba(255, 255, 255, 1) 100% 
    );
}

.success_story.home .title_main {
  padding-left: 24px;
}


/*prevnext css */
.prevnext button:not(:hover):not(:active):not(.has-text-color),
.prevnext .slick-next,
.prevnext .slick-prev {
  margin: 0px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededed;
  color: var(--color1);
  border-radius: 50%;
  transition: all ease 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid transparent;
  font-size: 0px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
}
.prevnext button:not(:hover):not(:active):not(.has-text-color):hover,
.prevnext .slick-prev:hover,
.prevnext .slick-next:hover {
  background: var(--color2);
  color: var(
  --color1);
}
.slick-arrow.slick-disabled,
.prevnext .slick-arrow.slick-disabled {
  opacity: 0.6;
}
.prevnext .slick-prev {
  left: 0px;
}
.prevnext .slick-next {
  right: 0px;
}
.prevnext .slick-prev:before,
.prevnext .slick-next:before {
  content: "\f104";
  font-family: 'FontAwesome', sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  width: 25px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: inherit;
}
.prevnext .slick-next:before {
  content: "\f105";
}
   
/* center_nav_bottom */
.prevnext.center_nav_bottom button:not(:hover):not(:active):not(.has-text-color).slick-arrow,
.center_nav_bottom.prevnext .slick-arrow {
	top: auto;
	bottom: -100px;
}
.center_nav_bottom.prevnext .slick-next {
  right: calc(50% - 50px);
  left: auto;
}
.center_nav_bottom.prevnext .slick-prev {
  right: auto;
  left: calc(50% - 50px); 
}

#subscribe_form {
  padding-left: 160px;
  padding-right: 160px;
}
/* subscribe form */
.subscribe_form {
  /* background: var(--color2); */
  position: relative;
  background: linear-gradient(72.74deg, #6A84C2 7.32%, #80CABC 25.17%, #F7A291 43.01%, #F27A9F 60.86%, #BA7CA3 74.24%, #C4AFD5 87.63%);
  border-radius: 100px;
  max-width: 1435px;
  margin: 0 auto;
  padding: 36px 40px;
  margin-bottom: -60px;
  z-index: 1;
  width: 95%;
  overflow: hidden;
}
.subscribe_form:before {
  content: '';
  background: url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/11/wave_footer.png);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.subscribe_form .shape1 {
  left: -80px;
  bottom: 0px;
  max-width: 65px;
}
.subscribe_form .shape2 {
  right: 0px;
  top: 0;
  max-width: 50px;
}
.subscribe_form .heading_main h2 {
  font-weight: 600;
}
.subscribe_form .signup_form .wpcf7-form p {
  flex-direction: column;
}
.signup_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}
.tnp.tnp-subscription {
  max-width: 530px;
  margin: 0;
}
.tnp.tnp-subscription form {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: flex-end;
}
.tnp.tnp-subscription form .tnp-field-email {
  width: calc(100% - 170px);
  margin: 0px;
}
.tnp-subscription .tnp-field label {
  display: none;
}
.tnp.tnp-subscription input[type=email],
.subscribe_form .signup_form .form-control {
  background: var(--color-white);
  border-radius: 30px;
  font-weight: 400;
  padding: 11.5px 20px;
  border-color: var(--color-white);
  outline: none;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  margin: 0px;
}
.tnp.tnp-subscription input[type=email]::placeholder,
.subscribe_form .signup_form .form-control::placeholder{
  color: #8c86ba;
}
.tnp.tnp-subscription form .tnp-field-button {
  margin: 0px;
}
.wpcf7-form .wpcf7-submit,
.tnp.tnp-subscription form .tnp-field-button .tnp-submit,
.subscribe_form .signup_form input[type=submit]:not(:hover):not(:active):not(.has-background) {
  border-radius: 30px;
  background: var(--color1);
  color: var(--color-white);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  font-size: 19px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  line-height: 1;
  text-transform: capitalize;
  min-width: auto;
  padding: 15px 35px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color1);
  letter-spacing: normal;
  min-height: auto;
  column-gap: 10px;
  overflow: hidden;
  outline: none;
  width: auto;
  max-width: max-content;
}
.wpcf7-form .wpcf7-submit:hover,
.tnp.tnp-subscription form .tnp-field-button .tnp-submit:hover {
  color: var(--color1);
  background: transparent;
  border-color: var(--color1);
  outline: none;
  text-decoration: none;
}
/* .wpcf7-form .wpcf7-submit[disabled], */
.tnp.tnp-subscription form .tnp-field-button .tnp-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  background: var(--color1);
  color: #fff;
}

.subscribe_form .wpcf7-not-valid-tip {
  margin-bottom: 5px;
}
.subscribe_form .signup_form .wpcf7-form .wpcf7-spinner {
  top: auto;
  bottom: 10px;
}
.subscribe_form .signup_form input[type=submit]:not(:hover):not(:active):not(.has-background),
.tnp.tnp-subscription form .tnp-field-button .tnp-submit {
  height: 100%;
  padding: 10px 35px;
  font-size: 16px;
}
  
/* blog post home */
.blog_content_home {
  /* padding-left: 50px; */
  /* width: calc(100% - 10px); */
  /* display: inline-block; */
}
.blog_grid_view {
  gap: 40px;
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.homepage-post-item {
  /* border: 1px solid #D9D9D9; */
  border-radius: 10px;
  /* padding: 14px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* gap: 20px; */
}
.post.homepage-post-item .post-thumbnail {
  margin-bottom: 0px;
  border-radius: 10px;
}
.homepage-post-item .text_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  gap: 20px;
  padding: 30px;
  box-shadow: 0px 0px 25px 0px #00000040;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  background: #fff;
  width: calc(100% - 32px);
}
.homepage-post-item:hover .text_wrap {
  background: var(--color1);
}
.homepage-post-item:hover .text_wrap * {
  color: #fff;
}
.homepage-post-item:hover .text_wrap svg {
  
}
.author_name {
  font-size: 14px;
  font-weight: 400;
  color: var(--color1);
  display: flex;
  align-items: center;
  gap: 7px;
}
.homepage-post-item .date {
  font-size: 16px;
  font-weight: 500;
  color: var(--color1);
}
  
/* footer */
.footer .shape1 {
  left: 100px;
  top: 50px;
}
.footer .shape2 {
  left: 60px;
  bottom: 100px;
}
.footer .shape3 {
  right: 130px;
  top: 170px;
}
.footer {
  padding: 120px 0px 0px;
  background: var(--color1);
  position: relative;
}
.footer-inner {
  padding-bottom: 50px;
  /* border-bottom: 1px solid #ffffff1a; */
  width: 100%;
  row-gap: 20px;
}
.footer_about {
  /* max-width: 247px; */
}
.footer_logo {
  margin-bottom: 25px;
  display: flex;
  max-width: max-content;
}
.footer_logo img {
  /* max-width: 250px; */
}
.footer_logo a {
  display: inline-block;
}
.footer_about p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-white);
  max-width: 250px;
}
 
.footer_title {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color5);
  margin-bottom: 23px;
  display: block;
}
.footer_menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-left: 14px;
}
.footer_menu .menu-item {
  padding-bottom: 10px;
}
.footer_menu .menu-item>a,
.footer_menu .link {
  font-size: 16px;
  line-height: 1.3;
  color: #eeeeee;
  font-family: "poppins", sans-serif;
  display: inline-block;
  position: relative;
}
.footer_menu a:hover {
  transition: all 0.5s;
  color: var(--color5);
}
.footer_menu a::before {
  content: '\f101';
  font-family: 'Fontawesome',sans-serif;
  opacity: 1;
  display: inline-block;
  transition: all ease 0.3s;
  transform: translateX(-30px);
  position: absolute;
}
.footer_menu a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-20px);
  left: 0;
}
.footer .social_links {
  margin-top: 0px;
}

/* social links */
.social_links {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 auto;
}
.social_links ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0;
  margin-top: 30px;
  }
.social_links .link {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  transition: all ease 0.2s;
  width: 42px;
  height: 42px;
  /* border: 1px solid currentColor; */
  /* border-radius: 50%; */
}
.social_links .link:last-child {
  margin-bottom: 0;
}
.social_links .link:hover {
  /* color: var(--color5); */
}
.social_links .link a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  padding: 0px;
  color: inherit;
  transition: all ease 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_links .link a:hover {
  color: var(--color5);
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
  border-top: 1px solid #ffffff1a;
  gap: 10px;
}
.copyright p {
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0px;
  font-family: "poppins", sans-serif;
}
.copyright p strong {
  font-weight: 200;
}
.copyright p a {
  color: inherit;
}
.copyright p a:hover {
  color: var(--color5);
}
.right_links {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}
.right_links p {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
.right_links p a svg {
  margin-right: 10px;
}
.copyright .right_links p a {
  display: flex;
  align-items: center;
}

/* Lit score page */ 

.what_islit_score .text_wrap {
  padding-left: 100px;
  padding-right: 60px;
  color: var(--color-white);
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.what_islit_score .text_wrap * {
  color: inherit;
}
.what_islit_score .shape1 {
  right: 45px;
  top: 60px;
}
.what_islit_score .shape2 {
  bottom: -20px;
  left: 20px;
}
.what_islit_score .col_img .img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  /* max-height: 500px; */
}

/* whylit score */
.icon_bx.w-100 {
  width: 100px !important;
  height: 100px;
} 
.lit_score.whylit_score h3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.whylit_score .shape1 {
  top: 100px;
  left: 240px;
}
.whylit_score .shape2 {
  top: 90px;
  right: 30px;
  max-width: 50px;
}
.whylit_score .row {
  justify-content: space-between;
}
.whylit_score .row .col_p {
  max-width: 380px;
  padding: 0px;
}
.whylit_score h4 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.whylit_score .text_wrap {
  max-width: 380px;
  margin: 0px auto;
}
.whylit_score .col_bx p {
  max-width: 100%;
}
 
/* five cols icon with text*/
.icon_bx.w-85 {
  width: 85px;
  height: 85px;
}
.bdr_col_bx {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 40px 30px;
  height: 100%;
}
.bdr_col_bx.two {
  padding: 30px;
}
.bdr_col_bx.two .icon_bx.w-85,
.bdr_col_bx.two .icon_bx {
  margin-top: -75px;
}
.bdr_col_bx .icon_bx.w-85 {
  margin-top: -85px;
}
.bdr_col_bx h4 {
  margin-bottom: 10px;
}
.bdr_col_bx p {
  color: #292929;
}
.icon_bx.bg_none {
  background: transparent;
  padding: 0px;
}

/* who is it for bg_box_yellow 2 */

.bg_box_yellow2 {
  background: var(--color2) url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/07/yellow_bg_girl_img.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-radius: 30px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.bg_box_yellow2 .text_wrap {
  max-width: 580px;
  margin-left: 90px;
}
.bg_box_yellow2 .text_wrap h2 {
  margin-bottom: 20px;
}
.ul_disc {list-style: disc;padding-left: revert;}
.ul_disc li {
  font-size: 18px;
  line-height: 1.5;
  color: #292929;
  font-family: "poppins", sans-serif;
  margin-bottom: 20px;
}
.ul_disc>li:last-child {
  margin-bottom: 0px;
}
 
.ul_disc.icon {
  list-style: none;
  padding: 0px;
}
.ul_disc.icon>li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 15px;
}
.ul_disc.icon li p {
  font-size: 22px;
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  width: auto;
}
.ul_disc.icon.font22 li,
.ul_disc.icon.font22 li p,
.ul_disc.icon.font18 li,
.ul_disc.icon.font18 li p,
.ul_disc.icon.font20 li,
.ul_disc.icon.font20 li p {
  font-size: inherit;
  font-family: "poppins", sans-serif;
}
.ul_disc.icon.font20 li .img {
  top: 2px;
}
.ul_disc.icon li .img {
  position: relative;
  top: 7px;
}
.ul_disc.icon.font18 li .img {
  top: 4px;
}
.ul_disc.icon li>p {
  width: calc(100% - 20px);
}
.ul_disc.icon li>p:last-of-type {
  margin-bottom: 0px;
}
.bg_box_yellow2 .shape1 {
  top: -30px;
  left: -20px;
  max-width: 62px;
}
.bg_box_yellow2 .ul_disc,
.bg_box_yellow2 .ul_disc.icon {
  list-style: none;
}
.bg_box_yellow2 .ul_disc.icon>li::before {
  display: none;
}
.bg_box_yellow2 .ul_disc>li {
  position: relative;
}
.bg_box_yellow2 .ul_disc>li::before {
  content: "•";
  color: #5bb3a2;
  position: absolute;
  left: -30px;
  top: 8px;
  font-size: 40px;
  line-height: 0;
}
.who_isit_for_content .bg_box_yellow2 .ul_disc>li::before {
  top: 13px;
}
.who_isit_for_content .shape2 {
  bottom: -40px;
  left: 150px;
  max-width: 83px;
}
.bg_box_yellow2 .shape3 {
  top: 0;
  right: -20px;
}
.icon_bx.blue_bg {
  background: var(--color1);
}
.icon_bx.blue_bg img {
  filter: invert(1);
}
.icon_with_text_two .text_wrap {
  max-width: 610px;
  margin: 0px auto;
}
.icon_with_text_two .col_grid_item {
  position: relative;
  padding: 0px 30px;
}
.icon_with_text_two .col_grid_item:first-child {
  border-right: 1px solid #e5e5e5;
}

/* lit_score_impact */
.lit_score_impact .shape1 {
  top: -60px;
  left: 30px;
}
.lit_score_impact .shape2 {
  bottom: -10px;
  right: 40px;
}
.lit_score_impact .shape3 {
  top: 30px;
  right: 30px;
  width: auto;
  max-width: max-content;
}
.lit_score_impact .row {
  padding-left: 100px;
  padding-right: 100px;
}
.lit_score_impact .text_wrap {
  position: relative;
}
.lit_score_impact .heading_main p {
  max-width: 440px;
}
.lit_score_impact h4 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.radius_10 {
  border-radius: 10px;
}
.radius_10 img {
  border-radius: 10px;
}
.radius_20 {
  border-radius: 20px;
}
.radius_20 img {
  border-radius: 20px;
}
.radius_30 {
  border-radius: 30px;
}
.radius_30 img {
  border-radius: 30px;
}


/* img_with_txt_bg */
.bg_bx_img {
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
.bg_bx_img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #00000036;
}
.bg_bx_img .text_wrap {
  max-width: 850px;
}

.img_with_txt_bg .bg_bx_img .heading_main h2,
.img_with_txt_bg .bg_bx_img .heading_main p {
  color: #fff;
}

.bg_bx_img small {
  color: #fff;
  margin-bottom: 20px;
  display: block;  
}

/* AI Buddy page */
.what_your_book .shape1 {
  top: -90px;
  left: 70px;
}
.what_your_book .shape2 {
  top: -100px;
  right: 60px;
}
.what_your_book .shape3 {
  bottom: -110px;
  left: -20px;
}
.what_your_book .text_wrap {
  max-width: 610px;
}
.ai_reading_buddy .shape1{
  top: 0px;
  left: 90px;
}
.ai_reading_buddy .shape2 {
  top: 100px;
  right: 70px;
}
.bdr_col_bx.bdr_none {
  border: 0px;
  padding: 0px 19px;
}
.bdr_col_bx.bdr_none .icon_bx {
  margin-top: 0px;
}
.why_it_matter_content .bg_box_yellow2 {
  padding-right: 20px;
}
.why_it_matter_content .images_wrap {margin-bottom: -200px;}
.why_it_matter_content .bg_box_yellow2 .text_wrap {
  margin-left: auto;
  max-width: 100%;
}
.why_it_matter_content .shape1 {left: 40px;top: -40px;}
.why_it_matter_content .shape2 {
  right: -70px;
  top: -30px;
}
.why_it_matter_content .shape3 {right: -60px;bottom: 30px;top: auto;} 
.why_it_matter_content .shape4 {margin-top: 41px;left: 100px;}
.why_it_matter_content .shape5 {left: 0;top: 120px;}
.why_it_matter_content .shape6 {right: 0;top: -70px;}
.icon_list_wrap {
  column-gap: 70px;
}
.reading_experience_like_magic .shape1 {
  top: 0;
  left: -60px;
}
.reading_experience_like_magic .shape2 {
  bottom: 100px;
  right: 110px;
  max-width: 64px;
}
.reading_experience_like_magic .shape3 {
  top: -60px;
  right: 50px;
  max-width: max-content;
}
.reading_experience_like_magic .text_wrap h2 {
  max-width: 670px;
}
.reading_experience_like_magic .text_wrap p  {
  max-width: 630px;
}

/* SChool program page */
.bring_litquest_school .shape1 {
  top: 0;
  left: 40px;
}
.bring_litquest_school .shape2 {
  top: -60px;
  right: 130px;
}
.bring_litquest_school .shape3 {
  right: 20px;
  bottom: -50px;
}  
.educator_girl {
  position: relative;
}
.educator_girl.bg_box_yellow2 .text_wrap {
  max-width: 100%;
} 
.educator_girl.bg_box_yellow2 .shape1 {top: -30px;left: -20px;max-width: 62px;}
.educator_girl.bg_box_yellow2 .shape2 {
  top: 0px;
  right: 0;
}
.educator_girl.bg_box_yellow2 .shape3 {max-width: 70px;bottom: -40px;top: auto;right: 0px;}
.educator_girl .images_wrap {
  position: absolute;
  width: 300px;
  height: 330px;
  bottom: 0;
  right: 0;
  margin-bottom: -90px;
  text-align: right;
}
.school.icon_with_text_five .bdr_col_bx h4 {
  margin-bottom: 0px;
}
.school.icon_with_text_five .bdr_col_bx h4 + * {
  margin-top: 10px;
} 

/* form css */
.woocommerce-password-strength {
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce-password-strength.short {
  color: #f01;
}
.woocommerce-password-strength.bad {
  color: #ff7600;
}
.woocommerce-password-strength.good {
  color: #68d6d1;
}
.woocommerce-password-strength.strong {
  color: #00b150;
}
.woocommerce-password-hint {
  color: #999;
}
.woocommerce-error,
.error,
.atrisk_sign {
  color: #f01;
}
.date-error {
  color: #f01;
  font-size: 12px;
  line-height: 1.15;
  display: block;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.contact_form7.center .wpcf7-form {
  margin: 30px auto 0px;
}
.contact_form7 .wpcf7-form .wpcf7-submit {
  margin-top: 20px;
}
.contact_form7 .wpcf7-form {
  margin-top: 30px;
  max-width: 630px;
}
.contact_form7 .input-group,
.form_ps .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.cms_page .entry-content .input-group>p,
.contact_form7 .input-group>p {
  margin-bottom: 0px;
}
.form_ps .lbl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: var(--color1);
  margin-bottom: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
}
.woocommerce-page .select2-container .select2-selection,
.woocommerce-page form .form-row select,
.contact_form7 .wpcf7-textarea,
.contact_form7 .input-group .wpcf7-form-control,
.woocommerce form .form-row .input-text,
.form_ps .input-text,
.form_ps .form-control {
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #29292933;
  font-size: 18px;
  line-height: 1;
  color: var(--color1);
  border-radius: 10px;
  box-shadow: none;
  margin: 0px;
  width: 100%;
  font-family: "poppins", sans-serif;
  outline: none;
}
.woocommerce-page .select2-container .select2-selection {
  height: auto;
  min-height: 50px;
}
.contact_form7 .input-group .wpcf7-form-control.wpcf7-textarea, .contact_form7 .wpcf7-textarea {
  height: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
}
.form_ps .form-control.border_bottom {
  border: 0;
  border-bottom: 2px solid #eef1f4;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce form .form-row textarea.input-text,
.form_ps textarea.form-control {
  height: 122px;
  resize: none;
}
.woocommerce form .form-row .input-text:focus,
.contact_form7 .wpcf7-textarea:focus,
.contact_form7 .input-group .wpcf7-form-control:focus,
.form_ps .input-text:focus,
.form_ps .form-control:focus {
  box-shadow: none;
  border-color: #00112d;
  outline: none;
}
.contact_form7 .input-group .wpcf7-form-control::placeholder,
.contact_form7 .wpcf7-textarea::placeholder,
.form_ps .input-text::placeholder,
.form_ps .form-control::placeholder {
  color: #00000066;
}
.state_select,
.select_pk_select select,
.form-control.select_pk,
.select_pk {
  appearance: none;
  background-image: url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/07/arrow-down-dark.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  background-position: right;
  background-origin: content-box;
}
.password_wrap {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
.password_eye_icon {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #29292980;
  font-weight: 400;
}
.button.submit_btn {
  border-radius: 10px;
  min-width: 260px;
}
.quote_form_sec .images_wrap {
  position: relative;
  max-width: max-content;
  margin: 0px auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.quote_form_sec .images_wrap .shape1 {
  top: 100px;
  left: 0px;
}
.quote_form_sec .images_wrap .shape2 {
  top: 50px;
  right: 0;
}
.quote_form_sec .heading_main .shape3 {
  top: -20px;
  right: -50px;
} 
.quote_form_sec .shape4 {
  top: -70px;
  right: 130px;
}
.quote_form_sec .shape5 {
  bottom: 40px;
  right: 0;
  max-width: 80px;
}

/* donate page */
.every_child_deserves .shape1 {top: 0;left: 60px;}
.every_child_deserves .shape2 {right: 60px;bottom: 20px;}
.every_child_deserves .shape3 {bottom: -120px;left: 50%;z-index: 1;}
.icon_with_text.donate .shape1 {
  left: 60px;
  top: 0px;
}
.icon_with_text.donate .shape2 {
  right: 60px;
  top: 0;
  max-width: 50px;
}
.our_mission_girl.bg_box_yellow2 .text_wrap {
  max-width: 95%;
  margin-left: 0;
} 
.our_mission_girl.bg_box_yellow2 .shape1 {top: 10px;left: -80px;max-width: 100%;}
.our_mission_girl.bg_box_yellow2 .shape2 {
  top: 0px;
  right: 0;
}
.our_mission_girl.bg_box_yellow2 .shape3 {top: 210px;right: -70px;}
.every_contribtution_count .shape4 {
  top: 0px;
  left: 0;
}
.every_contribtution_count .shape5 {
  top: 0px;
  right: 0;
}
.our_mission_girl .images_wrap {
  position: absolute;
  width: 300px;
  height: 450px;
  bottom: 0;
  left: 40px;
  margin-bottom: -70px;
  text-align: left;
}
.corporate_social .ul_disc.icon li .img {
  top: 5px;
}
.corporate_social .shape1 {top: 0;left: 60px;max-width: 50px;}
.corporate_social .shape2 {left: 50px;bottom: -170px;}
.corporate_social .shape3 {bottom: -100px;right: 70px;}
.corporate_social .text_wrap.font20 p {
  font-size: inherit;
}
.corporate_social .images_wrap img {
  max-height: 440px;
}
.talk_form_bg_bx {
  background: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 70px;
  margin-top: -290px;
}
.talkus_form_sec .shape2 {right: 0;top: -300px;}
.content_describe .shape1 {
  max-height: 75px;
  top: 0;
}
.submit_btn .wpcf7-spinner {
  position: absolute;
  top: 12px;
  left: 30px;
}
.submit_btn {
  position: relative;
}
.wpcf7-form .submit_btn .wpcf7-submit,
.submit_btn .wpcf7-submit {
  margin-top: 0px;
  outline: none;
}
.submit_btn p {
  max-width: max-content;
  position: relative;
}
.talk_form_bg_bx .images_wrap {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
}

/* Plans page */
.what_inside_litbox .shape1 {
  left: 20%;
  top: -20px;
}
.grobox.what_inside_litbox .shape1 {
  top: -40px;
}
.grobox.what_inside_litbox .shape2 {
  bottom: auto;
  top: -40px;
}
.what_inside_litbox .shape2 {
  right: 10%;
  bottom: 40px;
}
#plans_section {
    /* margin-top: -100px; */
    /* padding-top: 100px; */
}
.plans_sec .shape1 {
  top: -120px;
  left: 50px;
}
.plans_sec .shape2 {
  top: 0px;
  right: 40px;
}
.plans_sec .shape3 {
  bottom: 300px;
  left: -180px;
}
.plans_sec .shape4 {
  bottom: 200px;
  right: -120px;
}
.col_bx_bg_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.col_bx_bg {
  border-radius: 15px;
  padding: 40px 40px;
}
.col_bx_bg h4 + p {
  margin-top: 10px;
}
.plans_bx {
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 50px 40px;
  height: 100%;
  transition: all ease 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.plans_bx:hover {
  background: #eff2fc;
  border-color: var(--color1);
}
.plans_bx .font50 {
  transition: all ease 0.5s;
  font-size: 40px;
}
.plans_bx:hover .font50 {
  color: var(--color1);
}
.plans_bx:hover .ul_disc.icon li .img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(7000%) hue-rotate(225deg) brightness(100%) contrast(105%);
}
.divider {
  height: 2px;
  width: 100%;
  display: block;  
  background: #dcdada;
  margin: 40px auto;
}
.plans_bx:hover .divider {
  background: #c0ccfd;
}
.early_bird_img {
  max-width: 270px;
  max-height: 130px;
  margin-bottom: 20px;
}
.plans_bx h5 {
  font-family: "poppins", sans-serif;
  margin-bottom: 15px;
}
.just_pay_icon {
  background: url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/07/just_pay_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 270px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.just_pay_icon span {
  font-family: "poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 500;
  max-width: 190px;
  display: block;
  margin: 0px auto;
}
.plans_bx h4 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.plan_top,
.plan_middle {
  width: 100%;
}
.plans_bx .ul_disc.icon li>p {
  width: calc(100% - 40px);
}
.plan_bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.plan_bottom .font44 {
  font-size: 32px;
}
.plan_bottom .font44 svg {
  margin-right: 5px;
  margin-left: 5px;
  width: calc(1em - 8px);
  height: calc(1em - 8px);
  fill: currentColor;
  vertical-align: middle;
  max-width: max-content;
  margin-top: -3px;
}
.plans_bx.free .font44 {
  text-transform: uppercase;
  margin: 0px;
}
.plans_bx:hover .font44 {
  color: var(--color1);
}
.button.h-60 {
  min-height: 60px;
}
.plans_bx ul li {
  flex-wrap: wrap;
  color: var(--color1);
}
.plans_bx ul ol {
  width: 100%;
  margin-left: 20px;
  list-style-type: circle;
}
.plans_bx ul ol li {
  margin-bottom: 10px;
}

/* About page */
.about.what_islit_score .shape1 {
  left: 80px;
  top: 30px;
}
.about.what_islit_score .shape2 {
  right: 140px;
  bottom: 30px;
  left: auto;
}
.about.whylit_score .shape1 {
  top: 0;
  left: 40px;
}
.about.whylit_score .shape2 {
  top: 0;
  right: 40px;
  max-width: 75px;
}
.about .icon_list_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  row-gap: 25px;
  margin-top: 10px;
  column-gap: 30px;
}
.about .icon_list_wrap .icon_bx2 {
  flex: 0 0 auto;
}
.about.why_it_matter_content .shape1 {
  top: auto;
  bottom: 100px;
  left: 40px;
}
.about.why_it_matter_content p {
  margin-bottom: 10px;
}
.about.icon_with_text_five h4 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.about.icon_with_text_five .shape1 {
  right: 0;
  top: 20px;
}
.about.what_inside_litbox h3 {
  max-width: 1000px;
}
.about.what_inside_litbox .shape1 {
  top: -130px;
  left: 70px;
}
.about.what_inside_litbox .shape2 {
  top: 60px;
  right: 100px;
  max-width: 55px;
}
.about.what_inside_litbox .shape3 {
  bottom: 50px;
  left: -40px;
  max-width: 30px;
}
.about.what_inside_litbox .shape4 {
  bottom: 0px;
  right: 70px;
}
.img_with_txt_bg.about .shape1 {
  left: -70px;
  top: -20px;
}
.img_with_txt_bg.about .shape2 {
  right: 50px;
  bottom: 0px;
}
#order-complaint-section {
  display: none;
}
 
/* checkout page */
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  margin-top: 30px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  color: var(--color1);
}
.woocommerce-page abbr {
  text-decoration: none;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
  font-size: 18px; 
  line-height: 1.25;
}
.woocommerce-additional-fields h3 {
  margin-bottom: 10px;
}

/* .required_field .required, */
.required,
.woocommerce form .form-row .required {
  color: #f01;
}
 
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: #f2f5ff;
  border: 0px;
  border-radius: 10px;
  color: var(--color1);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 13px 20px;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  position: initial;
  margin-right: 5px;
}
.cms_page .entry-content .woocommerce-form-coupon-toggle a {
  color: var(--color5);
  font-weight: 400;
}

.checkout_coupon {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background-color: #f9fafb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.checkout_coupon>p {
  font-size: 16px;
  color: #334155;
  margin-bottom: 1rem;
}
.woocommerce form.checkout_coupon .form-row .input-text,
.checkout_coupon .form-row .input-text {
  flex: 1;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: white;
  transition: border-color 0.3s;
}

.woocommerce form.checkout_coupon .form-row .input-text:focus,
.checkout_coupon .form-row .input-text:focus {
  border-color: #000;
  outline: none;
}
.checkout_coupon .button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#parent_fields {
  margin-top: 20px;
}


.shipping_address_wrap {
  background: #fafafa;
  padding: 50px;
  border-radius: 20px;
}
.woocommerce-checkout-payment {
  width: 40%;
  padding-left: 40px;
}
.tlq_order_review {
  width: 60%;
  flex: 0 0 auto;
}
.woocommerce-billing-fields h3,
.woocommerce-checkout-review-order h3 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 20px;
}
.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
  background: #fff;
  border-color: #ddd;
  padding: 30px 40px;
  font-size: 20px;
  line-height: 1.25;
  font-family: "poppins", sans-serif;
  color: #292929;
  text-align: left;
}
.shop_table .woocommerce-shipping-methods {
  padding: 0px;
  list-style: none;
}
.woocommerce-checkout .woocommerce-shipping-methods label {
  white-space: nowrap;
}
.woocommerce-shipping-methods label,
.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
  font-size: 20px;
  margin: 0px;
  font-family: "poppins", sans-serif;
}
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table thead .product-name,
.woocommerce-checkout-review-order-table thead .product-total {
  font-family: "poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #292929;
}
.woocommerce-checkout-review-order-table thead tr th {
  border-top: 0px;
}
.woocommerce-checkout-review-order-table tr.order-total th:first-child,
.woocommerce-checkout-review-order-table tr td:last-child {
  border-bottom: 0px;
}
.woocommerce-checkout-review-order-table tr td:first-child,
.woocommerce-checkout-review-order-table tr th:first-child {
  border-left: 0px;
}
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  border-right: 0px;
}
.woocommerce-checkout-review-order #payment #place_order {
  float: none;
}
.address_book .select2.select2-container {
  width: 100% !important;
}
.woocommerce-checkout-review-order {
  display: flex;
  gap: 30px;
  background: #fafafa;
  padding: 100px;
  margin-top: 40px;
}
.woocommerce-billing-fields__field-wrapper label {
  text-transform: capitalize;
}
.place-order .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
  margin-top: 10px;
}
.checkout.woocommerce-checkout {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 20px;
}
.wc_payment_methods.payment_methods.methods {
  padding-top: 5px;
  padding-left: 0px;
}
.wc_payment_methods .wc_payment_method {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.wc_payment_methods .wc_payment_method label {
  margin: 0px;
  padding-left: 0px;
  line-height: 1;
  cursor: pointer;
  width: calc(100% - 35px);
}
.payment_method_ccavenue label img {
  margin-left: 5px;
}
.wc_payment_methods .payment_box {
  width: 100%;  
  line-height: 1;
}
.wc_payment_methods .payment_box p:last-child {
  margin-bottom: 0px;
}
.wc_payment_methods .payment_box.payment_method_cod {
  padding-left: 35px;
  margin-bottom: 15px;
}

/* Gift recipent field */
.woocommerce .checkout .gift_recipient_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .checkout .gift_recipient_fields .form-row-wide.w-half {
  width: 48%;
  max-width: 48%;
}

/*checkbox default*/
.woocommerce-form__label-for-checkbox.checkbox {
  font-family: "poppins", sans-serif;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: #fff;
  border: 2px solid #bababa;
  margin-top: 0;
  float: left;
  margin-right: 5px;
  border-radius: 4px;
  outline: none;
}

	input[type=checkbox]:checked {
		border-color: var(--color1);
	}
	input[type=checkbox]:focus {
		outline: none;
	}
	input[type=checkbox]:after {
		content: "";
		opacity: 0;
		display: block;
		position: absolute;
    left: 7px;
    top: 2px;
		width: 7px;
		height: 13px;
		border: 3px solid var(--color1);
		border-top: 0;
		border-left: 0;
		transform: rotate(45deg);
    border-width: 2px;
	}	
	input[type=checkbox]:checked:after {
		opacity: 1;
		border-color: var(--color1);
	}
}

/*checkbox default*/
.woocommerce-notices-wrapper>ul,
.woocommerce-notices-wrapper>div {
  margin: 15px 15px;
}
/* checkout page */
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error::before {
  left: 0px;
}
.woocommerce-checkout .woocommerce-notices-wrapper ul.woocommerce-error {  
  list-style: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  padding-left: 40px;
}
.woocommerce-error li {
  padding: 14px 35px;
  margin-bottom: 5px;
  background: #FBECEC;
  font-size: 16px;
  line-height: 1.15;
  border-radius: 5px;
}
.woocommerce-edit-account .dahsboard-details-area ul.woocommerce-error>li {
  padding-left: 40px;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 1em 1em 1em 3.5em;
  margin: 0em 0em 2em;
  position: relative;
  border: 0;
  border-radius: 5px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  color: #B81C23;
}
.woocommerce-message {
  background-color: #dbeafe;
  color: #007eff;
  margin-bottom: 1em;
  border: 0;
  border-radius: 5px;
}
.woocommerce-info {
  background-color: #E5F8FF;
  color: #1E85BE;
  border-radius: 5px;
}
.login_form_new .woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
  content: '\f06a';
  position: absolute;
  top: 1em;
  left: 1.15em;
  width: 16px;
  height: 16px;
  font-family: 'Fontawesome', sans-serif;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  line-height: 1.15;
  margin-top: 10px;
}
.wpcf7-form p {
  position: relative;
}
.wpcf7-form p .wpcf7-spinner  {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

/* View order recieved */
.woocommerce-order .woocommerce-thankyou-order-received:last-child {
  margin-bottom: 0px;
}
.woocommerce-order {
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
}
.woocommerce-thankyou-order-received {
  color: #009714;
  font-size: 20px;
  font-weight: 500;
}
.woocommerce-order-overview {
  border: 1px solid #ddd;
  margin-bottom: 10px;
} 
.page-template-default .cms_page .entry-content .woocommerce-order-overview li,
.woocommerce-order-overview li {
  border-bottom: 1px solid #ddd;
  color: var(--color1);
  font-size: 16px;
  line-height: 1.15;
  display: flex;
  margin: 0px;
}
.woocommerce-order-overview li strong {
  font-weight: 600;
  word-break: break-word;
}
.woocommerce-order-overview li .col_lbl,
.woocommerce-order-overview li .col_val {
  width: 50%;
  padding: 10px;
  text-align: left;
}
.woocommerce-order-overview li .col_lbl {
  border-right: 1px solid #ddd;
  text-align: right;
}
.woocommerce-order-overview li:nth-child(odd) {
  background: #f5f5f5;
}
.woocommerce-order-overview li:last-child {
  border-bottom: 0px;
}
.woocommerce-order-overview li .woocommerce-Price-amount.amount {
  font-size: inherit;
}
.woocommerce-order .woocommerce-shipping-methods label {
  margin: 0px;
  color: #00779b;
}
.woocommerce-customer-details .addresses address,
.woocommerce-order-received .woocommerce-customer-details .addresses address {
  border-radius: 0;
  padding: 1em;
  font-size: 16px;
  font-family: "poppins", sans-serif;
  margin: 0px;
  display: inline-block;
  width: 100%;
}
.woocommerce-order-received .addresses h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--color1);
}
.cms_page .addresses address p,
.addresses address p {
  margin-bottom: 10px;
}
.addresses address p:last-child {
  margin-bottom: 0px;
}
.woocommerce-order-details {
  width: 100%;
}
.woocommerce-order-details .woocommerce-order-details {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
  padding: 0px;
}
.woocommerce-order-details .woocommerce-order-details__footer,
.woocommerce-order-details .woocommerce-order-details__body {
  width: 50%;
  background: #e5ebff;
  flex: initial;
}
.woocommerce-order-item__details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
}
.order-details-image {
  width: auto;
  border: 0;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin: 0px auto;
}
.order-details-image .size-thumbnail {
  width: auto;
  height: auto;
  max-width: 100%;
}
.woocommerce-order .order-details-meta {
  width: 100%;
  padding: 0px;
}
.woocommerce-order-details .woocommerce-order-details-title {
  font-size: 20px;
  font-weight: 400;
  pointer-events: none;
}
.woocommerce-order .product-quantity,
.woocommerce-order .woocommerce-Price-amount.amount {
  font-weight: 600;
}
span.woocommerce-Price-amount.amount {
  font-size: 16px;
  line-height: 1.15;
}
.woocommerce-order-details__footer {
  padding: 0px;
  flex: 0 0 auto;
  box-shadow: 0px 0px 0px 1px #c2cef6;
}
.woocommerce-order-details__footer-item {
  border-bottom: 1px solid #c2cef6;
  display: flex;
}
.woocommerce-order-details__footer-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.woocommerce-order-details__footer-item.woocommerce-order-details__note {
  align-items: start;
}
.woocommerce-order-details__footer-item .woocommerce-order-details__footer-label,
.woocommerce-order-details__footer-item .woocommerce-order-details__footer-value {
  padding: 10px;
  width: 50%;
}
.woocommerce-order-details__footer-item .woocommerce-order-details__footer-label {
  border-right: 1px solid #c2cef6;
  text-align: right;
  line-height: 1.15;
}
.woocommerce-order-details__footer-item .woocommerce-order-details__footer-value {
  text-align: left;
  line-height: 1.15;
}
.woocommerce-order .woocommerce-order-details__footer-value .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 18px;
}
.woocommerce-account .woocommerce-customer-details .addresses h3, .woocommerce-order-received .woocommerce-customer-details .addresses h3 {
  background: var(--color2);
  padding: 10px;
  font-family: "poppins", sans-serif;
  margin: 0px;
  width: 100%;
  text-transform: capitalize;
}
.woocommerce-customer-details {
  margin-top: 30px;  
}
.woocommerce-customer-details .addresses {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.woocommerce-customer-details .addresses::before,
.woocommerce-customer-details .addresses::after {
  display: none;
}
.woocommerce-customer-details .addresses .woocommerce-column,
.woocommerce-order-received .woocommerce-customer-details .addresses .woocommerce-column {
  width: 50%;
  float: none;
  flex: initial;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color2);
  align-items: flex-start;
  align-content: flex-start;
}
.woocommerce-order .lit-score-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  margin: 0px;
}
.woocommerce-order .lit-score-cta::before {
  display: none;
}
.woocommerce-order .lit-score-cta h3 {
  margin: 0px;
}
.contact_page_info h4 {
  margin-bottom: 15px;
}
.contact_page_info h5 {
  margin-bottom: 0px;
}
.newsletter_page {
  padding: 50px 0px;
  text-align: center;
}
.newsletter_page h4 {
  font-size: 32px;
  color: #00a700;
  margin-bottom: 15px;
}
.newsletter_page h5 {
  margin-bottom: 10px;
}
.woocommerce-loop-product__link {
  pointer-events: none;
}

/* Blog page */
.archive.author,
.blog{
  font-family: "poppins", sans-serif;
}
.archive.author .site-main,
.blog .site-main {
  max-width: 1700px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}
.archive.author article.post,
.blog article.post {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.archive.author article.post .entry-header,
.blog article.post .entry-header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0px;
}
.post .post-thumbnail {
  display: flex;
  margin: 0px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.post .post-thumbnail a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
.post .post-thumbnail .wp-post-image {
  margin: 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  max-width: 100% !important;
}
.post .entry-title {
  font-size: 24px;
  color: var(--color1);
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
.post .entry-title a {
  display: block;
}
.archive.author article.post .entry-content
.blog article.post .entry-content {
  margin-top: 10px;
}
.post .entry-footer {
  display: none;
}

/* blog detail */
.single .post-navigation,
.single_blog .container {
  max-width: 1200px;
  margin: 0px auto;
}
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5 {
  margin-bottom: 20px;
}
.blog_content h2 {
  font-size: 36px;
}
.blog_content .image_wrap {
  margin-top: 40px;
  margin-bottom: 30px;
}
.blog_content .image_wrap .post-thumbnail .wp-post-image,
.blog_content .image_wrap .post-thumbnail {
  margin: 0px;
}
.blog_content img {
  border-radius: 15px;
  width: revert-layer;
  display: inline-block;
}
.blog_content figure.aligncenter,
.aligncenter,
.blog_content img.aligncenter {
  display: block;
  margin: 0px auto;
}
.blog_content figure.aligncenter {
  margin: 0 auto 20px;
}
.blog_content figure.aligncenter figcaption {
  width: 100%;
  display: block;
}
.blog_content figure {
  max-width: 100%;
  margin-bottom: 20px;
}
.blog_content figure figcaption {
  margin-top: 15px;
  font-size: 14px;
  color: #BEBCBC;
  text-align: center;
  font-weight: 400;
}
.cms_page ul,
.cms_page ol,
.blog_content ul,
.blog_content ol {
  list-style: revert-layer;
  padding-left: 2rem;
}
.blog_content ul li,
.blog_content ol li {
  margin-bottom: 10px;
}
.blog_content ul + *,
.blog_content ol + * {
  margin-top: 10px;
}   
.blog_content,
.blog_content * {
  font-family: "poppins", sans-serif;
}
.blog_content p {
  font-family: "poppins", sans-serif;
  width: 100%;
}
.single .post-navigation {
  margin-bottom: 50px;
}
.single .post-navigation .post-title {
  margin-left: 0px;
  margin-right: 0;
  font-family: "poppins", sans-serif;
  font-size: 18px;
}
.blog_content .post-thumbnail {
  margin-top: 20px;
}
.blog_content .post-thumbnail img {
  margin: 0px;
}
.blog_content > * {
  margin-bottom: 10px;
}
.blog_content > ul,
.blog_content > p {
  margin-bottom: 20px;
}
.blog_content > p:last-child {
  margin-bottom: 0px;
}
.author_content {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.author_content img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.author_content h5 {
  margin-bottom: 0px;
  color: var(--color1);
}
.author_content p {
  color: #919191;
  font-size: 16px;
}
.navigation .nav-links .nav-previous {
  margin-right: auto;
}
.navigation .nav-links .nav-next {
  margin-left: auto;
}

/* gift giver page */
.gift-thank-you {
  padding: 20px 0px;
}
.gift-thank-you .bg_bx {
  background: #F2F5FF;
  border-radius: 20px;
  padding: 80px 160px;
}
.step_wrap  {
  margin-bottom: 50px;
  justify-content: space-between;
  position: relative;
  text-align: center;
  gap: 20px;
}
.step_wrap::before {
  content: '';
  background: #535353;
  width: 80%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0px auto;
}
.step_wrap .step_item {
  text-align: center;
  max-height: 90px;
}
.step_wrap .icon_bx {
  width: 90px;
  height: 90px;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  background: #F2F5FF;
  border: 1px solid #535353;
}
.step_wrap .active .icon_bx {
  background: var(--color1);
  border-color: var(--color1);
}
.step_wrap .active .icon_bx img {
  filter: invert(1);
}
.step_wrap .step_item h5 {
  color: #535353;
  font-family: "poppins", sans-serif;
  margin-top: 20px;
}
.gift_recieved_text {
  max-width: 910px;
  margin: 0px auto;
}
.gift_recieved_text .heading_main3 p {
  font-size: 26px;
  line-height: 1.15;
  color: #535353;
  font-weight: 500;
}
.gift_recieved_text .heading_main3 p small {
  color: inherit;
}
body:not(.woocommerce-checkout) .cms_page .entry-content .gift_recieved_text ul,
.gift_recieved_text ul {
  list-style: none;
  padding: 0px;
  font-size: 26px;
  line-height: 1.15;
  color: #535353;
  font-weight: 500;
  max-width: max-content;
  text-align: left;
  margin: 30px auto;
}
.gift_recieved_text ul li {
  margin-bottom: 5px;
}
.gift_recieved_text ul li .lbl {
  font-size: inherit;
  line-height: inherit;
  min-width: 130px;
  display: inline-block;
}
.gift_recieved_text ul li .val {
  color: var(--color1);
  margin-left: 20px;
  text-align: left;
  display: inline-block;
  width: calc(100% - 160px);
}
.gift-thank-you .shape1 {
  left: -170px;
  top: 220px;
}
.gift-thank-you .shape2 {
  right: 0px;
  top: 10px;
}
.gift_img {
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin-bottom: 20px;
}
.gift-thank-you .form_ps textarea.form-control {
  background: #ffffff;
  padding: 30px;
  min-height: 230px;
  border-color: transparent;
  font-size: 22px;
}
.gift-thank-you .form_ps textarea.form-control:focus {
  border-color: var(--color1);
}
.complete_profile .form_ps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}
.form_ps .w-half,
.complete_profile .form_ps .w-half {
  width: calc(50% - 20px/2);
}
.complete_profile .form_ps .form-control {
  border-color: #fff;
  font-size: 22px;
  font-weight: 500;
  color: #535353;
}
.complete_profile .form_ps .form-control:focus {
  border-color: var(--color1);
}
.success_bx {
  background: #f2f5ff;
  border-radius: 30px;
  padding: 60px;
  text-align: center;
  position: relative;
}
.success_bx h3 {
  color: var(--color1);
  font-family: "poppins", sans-serif;
}
.success_bx .shape4 {right: -25px;top: 140px;}

/* Student Dashboard Free */
.student_dashboard_free_user {
  position: relative;
}
.student_dashboard_free_user .shape1 {
  max-width: 25px;
  top: 70px;
  right: 200px;
}
.student_dashboard_free_user .success_bx .shape2 {
  left: 60px;
  top: -30px;
}
.success_bx .font50{
  color: var(--color1);  
}
.green_txt {
  max-width: 530px;
  margin: 0 auto 50px;
  text-align: center;
  color: #01A652;
}
.green_txt * {
  color: inherit;
  font-style: italic;
  font-weight: 500;
} 
.green_txt span {
  font-style: normal;
  font-weight: 400;
  color: #292929;
  display: block;
  font-family: "poppins", sans-serif;
}
.img_with_text .ul_disc.icon li img {
  top: 5px;
  max-width: 18px;
}
.img_with_text .ul_disc.icon li p {
  margin-top: 0px;  
}
.img_with_text .gif_img {
  max-width: 426px;
  max-height: 426px;
}

/* select2 css pk */
.select2_pk .select2.select2-container {
  width: 100% !important;
}
.select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .select2-search__field {
  outline: none;
}
.select2_pk .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
  margin-top: 0px;
  border: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-family: 'FontAwesome', sans-serif;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #e2e8ff;
  font-size: 16px;
  padding: 5px 5px;
  margin: 3px 3px 0px 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  color: var(--color1);
}
.select2_pk .select2-container--default .select2-search--inline .select2-search__field {
  padding: 0px;
  width: 0px !important;
}
.select2_pk .select2-container--default .select2-selection--single .select2-selection__arrow,
.address_book .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/07/arrow-down-dark.svg) no-repeat center center;
  background-size: 18px;
  border: 0px;
  width: 20px;
  height: 20px;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.select2_pk .select2-container--default .select2-selection--single .select2-selection__arrow b,
.address_book .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* cms page */
body:not(.blog) .entry-header,
body:not(.blog) .entry-header .entry-title {
  border: 0px;
}
.success-message {
  color: #155724;
  background-color: #D4EDDA;
  border: 1px solid #C3E6CB;
  padding: 10px;
  border-radius: 4px;
}
.error-message {
  color: #721C24;
  background-color: #F8D7DA;
  border: 1px solid #F5C6CB;
  padding: 10px;
  border-radius: 4px;
}
.form_ps .error-message {
  margin-top: 5px;
}
.woocommerce-account ul.ul_disc_default, .ul_disc_default {
  list-style: revert-layer;
  padding-left: 20px;
}
.cms_page:not(:has(.woocommerce-account)) ul li {
  margin-bottom: 15px;
}
.cms_page:not(:has(.woocommerce-account)) ul li:last-child {
  margin-bottom: 0px;
}

.ul_disc_default + * {
  margin-top: 15px;
}
.ul_disc_default.font14 li {
  line-height: 1.25;
}
.ul_disc_default.font14 li:last-child {
  margin-bottom: 0px;
}
.space-y-1 *{
  margin-bottom: 10px;
}
.woocommerce-lost-password .woocommerce {
  flex-wrap: wrap;
  justify-content: center;
}
.page .cms_page>.container .entry-content>.cms_container,
.page-id-7237 .cms_page>.container,
.page-id-7473 .cms_page>.container,
.page-id-5505 .cms_page>.container,
.faq_page .container,
.page-id-587 .cms_page>.container,
.page-id-3 .cms_page>.container,
.page-id-7471 .cms_page>.container,
.privacy-policy .cms_page>.container {
  max-width: 1000px !important;
}
.page .cms_page>.container .entry-content>.cms_container,
.page .cms_page>.container .cms_container {
  margin: 0 auto;
}
.page-header {
  border: 0px;
  text-align: center;
  padding: 40px 0px;
  width: 100%;
}
.page-template-default .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.page-template-default article.entry .entry-content p {
  width: 100%;
  max-width: 100%;
}
.cms_page .container .page .entry-header {
  display: none;
}
.cms_page .container .entry-content>section,
.cms_page .container .entry-content>div{
  max-width: 100% !important;
  width: 100%;
}
/* .cms_page .entry-content p */
.cms_page:not(:has(.woocommerce-account)) p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.cms_page:not(:has(.woocommerce-account)) p:last-child {
  margin-bottom: 0px;
}

/* .cms_page .entry-content > * */
.cms_page .entry-content:not(:has(.woocommerce-account)) > * {
  margin-top: 0;
  margin-bottom: 20px;
}
.cms_page .entry-content article ul li {
  margin-bottom: 5px;
}
/* .cms_page .entry-content a */
.cms_page .entry-content:not(:has(.woocommerce-account)) a {
  font-weight: 500;
}
.wpcf7-not-valid-tip {
  color: #f01;
}
.woocommerce-account input[type=checkbox] {
  outline: none;
  border-width: 2px;
  margin-top: -3px;
  float: left;
  margin-right: 5px;
  border-radius: 4px;
}
.woocommerce-account input[type=checkbox]:after {
  transform: rotate(45deg);
  left: 7px;
  top: 2px;
  border-width: 2px;
}
.woocommerce-account input[type=checkbox]:checked {
  border-color: var(--color1);
}
.woocommerce-account input[type=checkbox]:checked:after{
  border-color: var(--color1);
}
.woocommerce form .show-password-input::after {
  content: "\f06e";
  font-family: 'Fontawesome', sans-serif;
}
.woocommerce form .show-password-input.display-password::after {
  content: "\f070";  
}

/* Faq Page */
.faq-section {
  margin-bottom: 10px;
}
.faq_page .section-title {
  width: 100%;
  background: var(--color1);
  color: #fff;
  padding: 15px 15px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.faq_page .section-title i {
  transition: all ease 0.5s;
  display: flex;
  line-height: 1;
}
.faq_page .section-title:not(.collapsed) i {
  transform: rotate(-90deg);
}
.faq-section .collapse {padding-top: 10px;}

.faq_qusnas {
  margin: 0 auto 20px;  
}
.faq_qusnas h5{
  margin-bottom: 10px;
}
.faq_qusnas p br {
  display: none;
}
.faq_calls_info {
  text-align: center;
  margin-top: 30px;
}
.faq_page .card {
  padding: 0px;
  background: #F6F6F6;
  border: 0px;
}
.faq_page .card-header {
  border: 0px;
  background: transparent;
  padding: 0px;
  line-height: 1;
}
.faq_page .card-header a.btn {
  padding: 10px 35px 10px 15px;
  border: 0px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: left;
  box-shadow: none;
  text-decoration: none;
  position: relative;
  white-space: normal;
}
.faq_page .card-header a.btn:focus {
  outline: none;
  text-decoration: none;
}
.faq_page .card-header a.btn::after {
  content: '\f068';
  font-family: 'Fontawesome', sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}
.faq_page .card-header a.btn.collapsed::after {
  content: '\f067';
}
.faq_page .card-body {
  padding: 15px 15px;
  border-top: 1px solid #ddd;
}
.faq_page .card-body,
.faq_page .card-body p {
  font-size: 18px;
  line-height: 1.35;
}
.search-no-results .page-content {
  margin-top: 0px;
}
.search-form .search-field {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  outline: none;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #29292933;
  line-height: 1;
  color: var(--color1);
  border-radius: 10px;
  box-shadow: none;
  margin: 0px;
  font-family: "poppins", sans-serif;
}
.search-form input[type=search]:focus {
  border-color: var(--color1);
  outline: none;
}
.search-form .search-submit {
  border-radius: 10px;
  margin-top: 0px;
}
.error-404 {
  padding-bottom: 50px;
}
.search-result-count {
  text-align:center;
}
.search_list {
  display: flex;
  flex-wrap: wrap;  
  padding: 50px 0;
}
.search_list article {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.search_list article .entry-header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0px;
  margin-top: 0px;
}
.search_list .post-thumbnail {
  display: flex;
  margin: 0px;
  margin-bottom: 20px;
  height: 300px;
}
.search_list .post-thumbnail a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
.search_list .post-thumbnail .dummy_post_image,
.search_list .post-thumbnail .wp-post-image {
  margin: 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: 100% !important;
}
.search_list .entry-title {
  font-size: 24px;
  color: var(--color1);
  margin-bottom: 0;
}
.search_list article .entry-content {
  margin-top: 10px;
}
.search_list .entry-footer {
  display: none;
}
nav.navigation.pagination {
  width: 100%;
  justify-content: center;
  max-width: 100%;
}
/* cms page end */

/* shop/prdouct page */
.related.products {
    display: inline-block;
    width: 100%;
}

/* buy subscription page */
.buy_subscription_page .radio_btns label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.buy_subscription_page .radio_btns .wpcf7-form-control.wpcf7-radio {
    border: 0px;
    padding: 0px;
}
.buy_subscription_page .radio_btns .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
    margin-left: 0px;
}


/* cancellation page */
.cols_two_content ul {
  column-count: 2;
}
.cancellation_rtn.icon_with_text .shape1 {
  right: 0px;
}
.cancellation_rtn.icon_with_text .col_bx p {
  max-width: 100%;
}
.cancellation_rtn .icon_bx_img {
  height: 60px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.cancellation_rtn.icon_with_text_two .shape1 {
  top: 30px;
  right: 0px;
}
.cancellation_rtn .row_grid.two {
  column-gap: 60px;
}
.cancellation_rtn.icon_with_text_two .text_wrap h3 {
  color: #292929cc;
  margin-bottom: 20px;
}
.cancellation_rtn.icon_with_text_two strong {
  font-weight: 600;
}


/* book loader */
:root {
	 --color-primary: #b895fe;
	 --white: #fff;
}

 @keyframes pageTurn {
	 0% {
		 transform: rotateY(0deg);
	}
	 40% {
		 transform: rotateY(180deg);
	}
	 100% {
		 transform: rotateY(180deg);
	}
}
.book_loader {
  position: fixed;
  inset: 0;
  background-color: #f1eaff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
}
.book_loader .logo_img {
  max-width: 150px;
}
.loader_txt {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.book_loader_bx {
  border: 2.8px solid var(--color-primary);
  border-radius: 0.25rem;
  padding: 2rem;
  perspective: 37.5rem;
  position: relative;
  width: 164px;
  height: 108px;
  display: flex;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
.book_loader .page {
  position: absolute;
  width: 75px;
  height: 95px;
  left: 0.25rem;
  top: 0.25rem;
  border: 2.8px solid var(--color-primary);
  background-color: var(--white);
  background-image: repeating-linear-gradient(var(--color-primary) 0 0.125rem, rgba(23, 24, 28, 0) 0.125rem 0.5rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem 4.125rem, 100% 100%;
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}
.book_loader .page:not(.backPage) {
  border-right-width: 1px;
}
.backPage {
  left: 50%;
  border-left-width: 1px;
}
.pageFlip:nth-of-type(2) {
  position: absolute;
  z-index: 30;
  animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 0 infinite;
}
.pageFlip:nth-of-type(3) {
  position: absolute;
  z-index: 20;
  animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.2s infinite;
}
.pageFlip:nth-of-type(4) {
  position: absolute;
  z-index: 10;
  animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1s infinite;
}

/* website cookies */
.termsfeed-com---nb-simple.termsfeed-com---reset {
  max-width: 35%;
}
.termsfeed-com---reset.termsfeed-com---nb
  .cc-nb-main-container {
  padding: 2rem;
}

@media screen and (max-width: 991px) {
.termsfeed-com---nb-simple.termsfeed-com---reset {
    max-width: 100%;
}
.termsfeed-com---reset.termsfeed-com---nb .cc-nb-main-container {
        padding: 1rem;
}
}
@media screen and (max-width: 480px) {
.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
        display: block;
        width: 100%;
    }
}
/* website cookies end */

/* we_suppprt_learning */
.we_suppprt_learning .shape1 {
  left: -44px;
  top: 0;
}
.we_suppprt_learning .tab-content {
  width: 100%;
  max-width: 1118px;
}
.we_suppprt_learning .images_wrap {
  width: 51%;
  max-width: 576px;
  max-height: 331px;
  border-radius: 10px;
  overflow: hidden;
}
.we_suppprt_learning .blue_box {
  margin-top: 50px;
  width: 49%;
  max-width: 542px;
  position: relative;
  left: -148px;
}
 
.title_head {
  background: var(--color1);
  padding: 27px 28px;
  border-radius: 10px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  color: #fff;
}
.title_content *,
.title_head * {
  color: inherit;
}
.title_content {
  background: var(--color1);
  padding: 27px 28px;
  border-radius: 10px;
  border-top-right-radius: 100px;
  border-top-left-radius: 0px;
  position: relative;
  min-height: 251px;
}
.title_content p {
  color: rgb(255 255 255 / 80%);
  max-width: 381px;
}
.title_content:before {
  content: '';
  width: 217px;
  height: 1px;
  background: rgb(255 255 255 / 50%);
  display: block;
  position: absolute;
  top: 0;
}
.title_content .link2 {
  max-width: max-content;
}
.tabs_arrow.nav-tabs {
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 50px;
  padding-top: 30px;
  border: 0px;
}
.tabs_arrow.nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 33px;
}
.tabs_arrow.nav-tabs .nav-link {
  font-family: 'Poppins',sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.66px;
  color: var(--color5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color5);
  padding: 0px;
  padding-bottom: 20px;
  outline: none;
  text-decoration: none;
}
.site .tabs_arrow.nav-tabs a:focus:not(.wp-block-button__link):not(.wp-block-file__button).nav-link,
.tabs_arrow.nav-tabs .nav-link:focus {
  text-decoration: none;
  outline: none;
}
.tabs_arrow.nav-tabs .nav-link.active {color: var(--color1);border-bottom-color: var(--color1);}
.tabs_arrow.nav-tabs .nav-link svg{
  transition: all ease 0.5s;
  transform: rotate(-45deg);
}
.tabs_arrow.nav-tabs .nav-link.active svg {
  transform: rotate(0deg);
}

/* our_ai_features */
.our_ai_features {
  background-size: cover;
}
.our_ai_features .title_main {
  max-width: 670px;
}
.our_ai_features .shape1 {
  right: 84px;
  top: 20px;
}
.our_ai_features .shape2 {
  right: 21%;
  bottom: 30px;
}
.ai-device-frame {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #fff;
  max-width: max-content;
  box-shadow: 13px 13px 0 0 var(--color2);
  max-width: 754px;
  max-height: 523px;
}
.ai-tabs.nav-pills  {
  gap: 20px;
  margin-bottom: 50px;
}
.ai-tabs.nav-pills .nav-link {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--color2);
  border: 1px solid var(--color2);
  background-color: transparent;
  border-radius: 5px;
  padding: 18px 42px;
}
.ai-tabs.nav-pills .nav-link.active {
  border-color: var(--color2);
  background-color: var(--color2);
  color: #fff;
}
.our_ai_features .tab-content .title_main {
  max-width: 398px;
}
.ai-image-pane {
  /* padding-bottom: 15px; */
}
.ai-copy .title_main h2 + p {
  font-size: 16px;
}
/* explore our products */
.explore_our_products .shape1 {
  right: 0px;
  top: 0;
}
.product-section {
    /* margin-top: 4rem; */
    /* background: #f5f7ff; */
    /* border-radius: 32px; */
    /* padding: 4rem 3rem; */
    position: relative;
    /* overflow: hidden; */
}
/* .product-section::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background: radial-gradient(circle at top left, rgba(255, 182, 193, 0.35), transparent 55%);
    z-index: 0;
} */
.product-section > * {
    position: relative;
    z-index: 1;
}
.product-content-card {
    background: #FFF6F4;
    border-radius: 32px;
    padding: 2.875rem 2.75rem;
    flex: 0 0 auto;
    width: 100%;
    max-width: 901px;
    height: 100%;
    min-height: 602px;
    margin-bottom: 72px;
}
.product-content-card .text_wrap {
  max-width: 544px;
}
.product-number {
    font-size: 6.25rem;
    font-weight: 700;
    color: var(--color4);
    line-height: 1;
}
.product-cta {
    color: var(--color1);
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    text-decoration: underline;
}
.product-image-frame {
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 100%;
    max-width: 888px;
    max-height: 561px;
    margin-left: -189px;
    margin-top: 113px;
    min-height: 561px;
}
.product-image-frame img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}
.product-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    position: absolute;
    bottom: 0px;
}
.product-indicator {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
}
.product-indicator span {
  min-width: 24px;
  display: inline-block;
}
.total_page {
  color: rgb(0 0 0 / 50%);
}
.product-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 100%);
    background: transparent;
    color: #0f1642;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
}
.product-btn:hover {
    background: #0f1642;
    color: #fff;
}
.product-btn[disabled] {background-color: transparent;border-color: #000;color: #000;opacity: 0.5;pointer-events: none;}

.product-content-card .text-muted2 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
  max-width: 544px;
  color: rgb(85 85 85 / 80%);
}
.product-content-card .text-primary2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: normal;
  margin-bottom: 5px;
  max-width: 544px;
  color: var(--color1);
}
.product-content-card h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 45px;
  max-width: 544px;
  color: var(--color1);
}
.next_prev_btn {
  gap: 20px;
  position: relative;
}
.next_prev_btn:before {
  content: '';
  width: 50px;
  height: 0;
  border: 1px dashed #000;
  display: flex;
  align-items: center;
  align-self: center;
  margin-right: 5px;
}
.how_it_work .no {
  width: 41px;
  height: 41px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  margin-bottom: 0;
}
.plan .bg_bx_img .text_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.bg_box_yellow2.bg_color_2,
.school_program .bg_box_yellow2 {
  background: var(--color2);
}
.icon_list_wrap.five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.icon_list_wrap.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.icon_list_wrap.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.icon_list_wrap.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bring_litquest_school.school_program .heading_main {
  max-width: 650px;
}

.color_bx.what_islit_score .images_wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.ul_disc.font22 {
  font-size: 22px;
}
.ul_disc.font22 li {
  font-size: inherit;
}

.blog_list_home .title_main p {
  margin-top: 5px;
  color: #777;
}
.blog_list_home .shape1 {
  bottom: -100px;
  left: -110px;
}
.blog_list_home .shape2 {
  top: -50px;
  right: 30px;
}
.learing_reading .shape1 {
  right: 10%;
  top: 60px;
}
.learing_reading .bg_bx {
  background-color: #FFEFF4;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.learing_reading .bg_bx::before {
  content: '';
  background: url(https://grobroai.s3.ap-south-1.amazonaws.com/wp-content/uploads/2025/11/wave2.png);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.learing_reading .title_main {
  padding-left: 60px;
  padding-right: 30px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.learing_reading .images_wrap {
  width: 45%;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.ruppes_icon svg {
    margin-right: 5px;
    margin-left: 5px;
    width: calc(1em - 5px);
    height: calc(1em - 5px);
    fill: currentColor;
    vertical-align: middle;
    max-width: max-content;
    margin-top: -3px;
}
