/*-- Font Start --*/
@font-face {
    font-family: 'Galvji';
    src: url('../font/Galvji.woff2') format('woff2'),
        url('../font/Galvji.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji';
    src: url('../font/Galvji-Bold.woff2') format('woff2'),
        url('../font/Galvji-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji';
    src: url('../font/Galvji-Oblique.woff2') format('woff2'),
        url('../font/Galvji-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji';
    src: url('../font/Galvji-BoldOblique.woff2') format('woff2'),
        url('../font/Galvji-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../font/Futura-Medium.woff2') format('woff2'),
        url('../font/Futura-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../font/Futura-MediumItalic.woff2') format('woff2'),
        url('../font/Futura-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../font/Futura-Bold.woff2') format('woff2'),
        url('../font/Futura-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../font/Futura-CondensedMedium.woff2') format('woff2'),
        url('../font/Futura-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../font/Futura-CondensedExtraBold.woff2') format('woff2'),
        url('../font/Futura-CondensedExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mogilte';
    src: url('../font/Mogilte.woff2') format('woff2'),
        url('../font/Mogilte.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Galvji'; font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    font-family: 'Galvji';
    line-height: 1.5;
    color: #444;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px; font-family: 'Galvji';}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.subhding{
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: 'Mogilte';
}

.dg-top-pd{
  padding-top:80px;
}
.dg-bottom-pd{
  padding-bottom:80px;
}
.dg-both{
  padding:80px 0px;
}
.button {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 20px 45px;
  border-radius: 0px;
  background: #91191b;
  font-size: 10px;
  letter-spacing: 2px;
}

.button-2 {
}
.button-2:hover {color: #fff;background: #000;}
.container {
    max-width: 1200px;
}
/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
}
.top-header-area {
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    padding: 10px 15px;
}
.top-header-area a {
    color: #fff;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: left;
}

.topbar-btn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.topbar-btn .tbtn-item a {
    display: block;
    background: #fcd900;
    color: #4a010b;
    font-weight: 600;
    padding: 15px 25px;
    margin-left: 1px;
    text-transform: uppercase;
}
.social-icons a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9999;
   background: #fff;f
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.sticky + .content {
  padding-top: 102px;
}
.sticky.dark.classy-nav-container{
    background: #6a0d15;
}
.social-icons a svg {
    height: 20px;
    color: #fff;
    fill: #fff;
}
.classynav ul li a.mainitemmenu {
    position: relative;
    font-family: 'Roboto';
    color: #fff;
}

.classynav ul li a.mainitemmenu:after {
    content: "";
    height: 15px;
    background: #fff;
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 0.4;
}
.classynav ul li:last-child a.mainitemmenu:after {
    display: none;
}
/*-- Header Top End --*/


/*-- Banner Start --*/
.bannerslider{
    overflow: hidden;
    position: relative;
}
.banner-slide {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 170px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
    max-width: 500px;
    text-align: center;
}
.banner-content h1 {
    color: #fff;
    font-size: 37px;
}

.banner-content p {
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    color: #921a1b;
}

.swiper-button-next, .swiper-button-prev {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content .subhding {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.banner-slide {
    position: relative;
    overflow: hidden;
}
.swiper-wrapper{
    max-height: fit-content;
    height: fit-content;
}
.bannerslider .btn-box {
    margin-top: 20px;
}
.banner-image img{
    width: 100%;
}
.bannerslider .swiper-wrapper{
        max-height: fit-content;
        height: fit-content !important;
}
/*-- Banner End --*/

/*-- About Section Stat --*/
.ab-sec{
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.about-video{
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
}
.headingbox h2 {
    color: #921a1b;
    margin-bottom: 20px;
    font-size: 40px;
}
.sec2iconlist ul {
    padding: 0px;
}

.sec2iconlist ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #921a1b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.iconbox-img {
    max-width: 40px;
}

.iconbox-img img {
    width: 100%;
}

.sec2iconlist ul li span {
    color: #921a1b;
    font-size: 16px;
    font-weight: 600;
}
.sec2iconlist ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.sec2iconlist2 h3 {
    color: #921a1b;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 27px;
}

.sec2iconlist2 {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 350px;
}

.sec2iconlist2 ul {
    padding: 0px;
    margin-top: 20px;
}

.sec2iconlist2 ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.sec2iconlist2 ul li span {
    color: #921a1b;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid #921a1b;
    padding-bottom: 10px;
    width: 100%;
}

.sec2iconlist2 ul li:last-child span {
    border: none;
    margin: 0px;
    padding: 0px;
}
.singleimg img {
    width: 100%;
}
/*-- About Section End --*/

/*-- Program Section Start --*/
.op-sec{
        position: relative;
}
.swiper-container {
    overflow: hidden;
}
.op-content {margin-top: 10px;}

.op-content h4 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 22px;
}

.op-slide {
    overflow: hidden;
    background: #eeeeee;
    padding: 20px;
}
.op-sec .container {
    position: relative;
    z-index: 1;
}
.op-sec .headingbox h2 {
    text-align: center;
}
.op-image img {
    width: 100%;
}
.voicebox-item-img img {
    width: 100%;
}

.voicebox-item-img {
    margin-bottom: 15px;
}

.voicecontent h4 {font-size: 18px;}

.voicebox-item {
    margin-top: 20px;
}
.opslider {
    position: relative;
}
.sliderd2 .op-slide{
    padding: 0px;
    margin-top: 20px;
}
.sliderd2 .op-content ul {
    padding: 0px;
}

.sliderd2 .op-content ul li {
    margin-top: 5px;
}
.sliderd2 .op-slide .op-content {
    padding: 20px;
}
.opslider .swiper-button-next {
    right: -40px;
}

.opslider .swiper-button-prev {
    left: -40px;
}
.centertext,
.centertext .h2,
.centertext p{
    text-align: center;
}
.wysdt-sec-item ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
}

.wysdt-sec-item ul li {
    width: calc(33.333%);
    text-align: center;
    margin-top: 20px;
}

.wysdt-sec-img {
    max-width: 60px;
    margin: 0 auto 20px;
}

.wysdt-sec-img img {
    width: 100%;
}

.wysdt-sec-text h4 {
    color: #921a1b;
    font-size: 18px;
}

.wysdt-sec-text {
    padding: 0px 20px;
    border-right: 2px solid #921a1b;
    min-height: 100px;
}
.wysdt-sec-item ul li:nth-child(3) .wysdt-sec-text, .wysdt-sec-item ul li:nth-child(6) .wysdt-sec-text {
    border: none;
}
/*-- Program Section End --*/

/*-- Footer Start --*/
.footersec {
    background: #6a0d15;
    color: #fff;
    padding: 60px 0 20px;
}

.footersec h3 {
    margin-bottom: 15px;
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 22px;
}
.footersec p a,
.footersec p {
    color: #fff;
    font-size: 14px;
}

.footersec .email-box {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #fff;
    padding: 5px;
}

.footersec .email-box input {
    border: none;
    padding: 10px 15px;
    flex: 1;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
}

.footersec .email-box button {
    background: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #6a0d15;
    width: 120px;
    font-size: 12px;
}

.footersec .footer-title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 6px;
    margin-bottom: 20px;
}

.footersec ul {
    list-style: none;
    padding: 0;
}

.footersec ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footersec ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    font-size: 14px;
}

.footersec ul li a:hover {
    opacity: 1;
    text-decoration: none;
}

.footersec .contact i {
    margin-right: 8px;
}

.footersec .social-icons a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #8B0000;
    margin-right: 8px;
    font-size: 16px;
    transition: 0.3s;
}

.footersec .social-icons a:hover {
    background: #000;
    color: #fff;
}

.footersec .bottom-bar {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
}

.footersec .bottom-links a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
    font-size: 14px;
}

.footersec .bottom-links a:hover {
    text-decoration: none;
}
.col-lg-5.text-lg-endbox {
    padding-left: 90px;
}
.footersec .email-box input::placeholder {
  color: #fff;
  opacity: 1;
}
.contentftlinkssolc {
    display: flex;
    justify-content: end;
}
/*-- Footer End --*/
.contenttext{
    background-image: url(../img/white-secbg.jpg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.desktopbanner{
    display: block;
}
.mobilebanner{
    display: none;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.mobile-ctickybtn {
    display: none;
}
.op-content p {
    font-size: 14px;
}

.voictext p {
    font-size: 16px;
}

.wysdt-sec-text p {
    font-size: 14px;
}
.voictext {
    min-height: 220px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.innerpg .dark.classy-nav-container{
        background-color: transparent;
            border-bottom: 1px solid #ffffff6b;
}
.innerpg .dark.classy-nav-container.sticky{
        background: #6a0d15;
        border-bottom:none;
}
.bc-contentbox {
    min-height: 170px;
}

.stlg-box {
    display: flex;
    align-items: center;
}
.sec2iconlist2 ul li p {
    display: block;
	margin:0px;
}
.footersec .email-box form {
    display: flex;
}
.sec2iconlist2 ul li p span {
    display: block;
}
.content-text ul li {
    list-style: circle;
}

.content-text ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.content-text p {
    padding-bottom: 15px;
}

.content-text div {
    margin-bottom: 10px;
}
.blog-detail-meta a {
    font-size: 10px;
    color: #921a1b;
}
.header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-icon {
    color: #333;
    font-size: 22px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-icon:hover {
    color: #e63946;
}
.header-icons .header-icon {
    background: #921a1b;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
}
body.woocommerce-cart {
  --ac-accent: #8B1A1A;
  --ac-accent-dark: #6d1414;
  --ac-ink: #1c1c1c;
  --ac-muted: #6b6b6b;
  --ac-line: #e7e3dd;
  --ac-soft: #faf8f5;
  --ac-radius: 10px;
}

/* ---------- Page wrapper ---------- */
body.woocommerce-cart .policy-wrap2 {
  padding: 20px 0 60px;
}

body.woocommerce-cart .headingbox .h2 {
  color: var(--ac-accent);
  margin-bottom: 28px;
  letter-spacing: .3px;
}

/* Background mandala watermark ko content ke peeche rakho */
body.woocommerce-cart .content-text {
  position: relative;
  z-index: 1;
}

/* ---------- Layout: items + sidebar ---------- */
body.woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

body.woocommerce-cart .wc-block-cart__main {
  flex: 1 1 58%;
  min-width: 0;
  padding: 0;
}

body.woocommerce-cart .wc-block-cart__sidebar {
  flex: 0 0 340px;
  max-width: 340px;
  padding: 0;
  position: sticky;
  top: 100px;
}

/* ---------- Cart items table ---------- */
body.woocommerce-cart .wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

body.woocommerce-cart .wc-block-cart-items__header th {
  border-bottom: 1px solid var(--ac-line);
  padding: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ac-muted);
  background: none;
}

body.woocommerce-cart .wc-block-cart-items__header-total {
  text-align: right;
}

body.woocommerce-cart .wc-block-cart-items__row td {
  padding: 26px 0;
  vertical-align: top;
  background: transparent;
}

/* Product image */
body.woocommerce-cart .wc-block-cart-item__image {
  width: 110px;
  padding-right: 22px !important;
}

body.woocommerce-cart .wc-block-cart-item__image img {
  width: 100%;
  height: auto;
  border: 1px solid var(--ac-line);
  border-radius: 6px;
  background: #fff;
  padding: 6px;
  transition: transform .3s ease, box-shadow .3s ease;
}

body.woocommerce-cart .wc-block-cart-items__row:hover .wc-block-cart-item__image img {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .10);
}

/* Product name */
body.woocommerce-cart .wc-block-components-product-name {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--ac-ink) !important;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color .25s ease;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
  color: var(--ac-accent) !important;
}

/* Unit price */
body.woocommerce-cart .wc-block-cart-item__prices {
  margin-bottom: 8px;
}

body.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value {
  font-size: 15px;
  color: var(--ac-muted);
}

/* Short description */
body.woocommerce-cart .wc-block-components-product-metadata__description p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ac-muted);
  margin: 0 0 16px;
  max-width: 460px;
}

/* ---------- Quantity selector ---------- */
body.woocommerce-cart .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ac-line);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  min-width: 118px;
  height: 40px;
  margin: 0;
}

body.woocommerce-cart .wc-block-components-quantity-selector::after {
  display: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector__input {
  order: 2;
  width: 42px;
  min-width: 42px;
  height: 100%;
  border: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--ac-ink);
  background: transparent;
  padding: 0;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  order: 1;
  width: 38px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--ac-ink);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button--plus {
  order: 3;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button:hover:not(:disabled) {
  background: var(--ac-accent);
  color: #fff;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

/* Remove (trash) button */
body.woocommerce-cart .wc-block-cart-item__remove-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ac-line);
  border-radius: 50%;
  background: #fff;
  color: var(--ac-muted);
  cursor: pointer;
  transition: all .25s ease;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}

body.woocommerce-cart .wc-block-cart-item__remove-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  border-color: var(--ac-accent);
  background: var(--ac-accent);
  color: #fff;
}

/* Line total */
body.woocommerce-cart .wc-block-cart-item__total {
  text-align: right;
  width: 140px;
}

body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-size: 18px;
  font-weight: 600;
  color: var(--ac-ink);
}

/* ---------- Sidebar / Cart totals card ---------- */
body.woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {
  background: var(--ac-soft);
  border: 1px solid var(--ac-line);
  border-radius: var(--ac-radius);
  padding: 26px 24px;
}

body.woocommerce-cart .wc-block-cart__totals-title {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ac-muted);
  padding: 0 0 14px !important;
  margin: 0 0 6px;
}

body.woocommerce-cart .wc-block-components-totals-wrapper {
  padding: 16px 0;
  border-bottom: 1px solid var(--ac-line);
}

body.woocommerce-cart .wc-block-components-totals-wrapper::after {
  display: none;
}

body.woocommerce-cart .wc-block-components-totals-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.woocommerce-cart .wc-block-components-totals-item__label {
  font-size: 15px;
  color: var(--ac-ink);
}

body.woocommerce-cart .wc-block-components-totals-item__value {
  font-size: 15px;
  font-weight: 600;
  color: var(--ac-ink);
}

/* Coupon toggle */
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-size: 15px;
  font-weight: 500;
  color: var(--ac-ink);
  padding: 0;
  background: none;
}

body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button:hover {
  color: var(--ac-accent);
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  border: 1px solid var(--ac-line);
  border-radius: 6px;
  height: 44px;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button {
  background: var(--ac-ink) !important;
  color: #fff !important;
  border-radius: 6px !important;
  height: 44px;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border-bottom: none;
    margin: 0px;
}
/* Free shipping badge */
body.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item__value strong {
  color: #1b7a4b;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 13px;
}
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin: 0px;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button {
    min-height: auto !important;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}
.woocommerce-cart .headingbox {
    display: none;
}
.wc-block-components-button__text {
    margin: 0px !important;
}
/* Grand total */
body.woocommerce-cart .wc-block-components-totals-footer-item {
  padding-top: 4px;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 17px;
  font-weight: 600;
}

body.woocommerce-cart .wc-block-components-totals-footer-item-tax-value,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 22px !important;
  font-weight: 700;
  color: var(--ac-accent);
}

/* Last wrapper ka border hata do */
body.woocommerce-cart .wc-block-components-totals-wrapper:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* ---------- Checkout button ---------- */
body.woocommerce-cart .wc-block-cart__submit-container {
  padding: 20px 0 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-cart__submit-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  background: var(--ac-accent) !important;
  color: #fff !important;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .28s ease, transform .2s ease, box-shadow .28s ease;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover {
  background: var(--ac-accent-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(139, 26, 26, .25);
}

body.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text {
  color: #fff;
}

/* ---------- Empty cart ---------- */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  text-align: center;
  padding: 40px 0;
}
body.woocommerce-cart .wc-block-components-product-metadata__description p{
	margin-bottom:0px;
}
.woocommerce-checkout {
  --ac-maroon: #7B1113;
  --ac-maroon-dark: #5C0C0E;
  --ac-maroon-soft: #F7EFEF;
  --ac-gold: #C9A24A;
  --ac-ink: #241B1B;
  --ac-muted: #7A6E6E;
  --ac-line: #E6DCDC;
  --ac-bg: #FFFDFB;
  --ac-radius: 10px;
  --ac-shadow: 0 6px 28px rgba(90, 12, 14, .07);
}

/* ---------- Page shell ---------- */
.woocommerce-checkout .contenttext.dg-both {
  background: var(--ac-bg);
  padding: 60px 0 90px;
  position: relative;
}

.woocommerce-checkout .policy-wrap2 {
  position: relative;
  z-index: 2;
}

.woocommerce-checkout .headingbox .h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  color: var(--ac-maroon);
  margin: 0 0 10px;
  letter-spacing: -.5px;
}

.woocommerce-checkout .headingbox {
  margin-bottom: 38px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ac-line);
  position: relative;
	display:none;
}

.woocommerce-checkout .headingbox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  background: linear-gradient(90deg, var(--ac-maroon), var(--ac-gold));
  border-radius: 3px;
}

/* ---------- Layout ---------- */
.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 46px;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  gap: 0;
}

/* ---------- Step blocks ---------- */
.woocommerce-checkout .wc-block-components-checkout-step {
  border: 1px solid var(--ac-line);
  border-radius: var(--ac-radius);
  background: #fff;
  padding: 24px 26px 20px;
  margin: 0 0 22px;
  box-shadow: var(--ac-shadow);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.woocommerce-checkout .wc-block-components-checkout-step:hover {
  border-color: #D9C7C7;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin: 0 0 18px;
}

.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 19px !important;
  font-weight: 700;
  color: var(--ac-maroon);
  letter-spacing: .2px;
  margin: 0;
  position: relative;
  padding-left: 14px;
	margin-bottom:20px;
}

.woocommerce-checkout .wc-block-components-checkout-step__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: var(--ac-gold);
  border-radius: 4px;
}

.woocommerce-checkout .wc-block-components-checkout-step__content {
  padding: 0;
}

/* remove the stray &nbsp; gaps WooCommerce leaves behind */
.woocommerce-checkout .wc-block-components-checkout-step__content > br,
.woocommerce-checkout .wc-block-checkout__form > br {
  display: none;
}

/* ---------- Inputs ---------- */
.woocommerce-checkout .wc-block-components-text-input input[type="text"],
.woocommerce-checkout .wc-block-components-text-input input[type="email"],
.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
.woocommerce-checkout .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-textarea {
  border: 1px solid var(--ac-line) !important;
  border-radius: 8px !important;
  background: #FCFAF9 !important;
  color: var(--ac-ink) !important;
  font-size: 15px !important;
  padding: 22px 14px 8px !important;
  height: auto !important;
  min-height: 56px;
  box-shadow: none !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.woocommerce-checkout .wc-block-components-textarea {
  padding: 14px !important;
  min-height: 96px;
  line-height: 1.5;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-components-textarea:focus {
  border-color: var(--ac-maroon) !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(123, 17, 19, .10) !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select__label {
  color: var(--ac-muted) !important;
  font-size: 14px !important;
  left: 14px !important;
}
p.wc-block-components-checkout-order-summary__title-text {
    margin: 0px !important;
    padding: 0px;
}
.woocommerce-checkout .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input input:focus + label,
.woocommerce-checkout .wc-blocks-components-select__label {
    font-size: 11.5px !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: var(--ac-maroon);
    padding: 3px 13px;
    color: #fff !important;
    transform: translateY(-17px) !important;
    border-radius: 5px;
}

.woocommerce-checkout .wc-block-components-address-form,
.woocommerce-checkout #contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.woocommerce-checkout #contact,
.woocommerce-checkout .wc-block-components-address-form__country,
.woocommerce-checkout .wc-block-components-address-form__address_1,
.woocommerce-checkout .wc-block-components-address-form__city,
.woocommerce-checkout .wc-block-components-address-form__email {
  grid-column: 1 / -1;
}

.woocommerce-checkout .wc-block-components-address-form > div,
.woocommerce-checkout .wc-block-components-text-input {
  margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  grid-column: 1 / -1;
  color: var(--ac-maroon);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed var(--ac-maroon);
  align-self: start;
  justify-self: start;
  cursor: pointer;
}

.woocommerce-checkout .wc-block-components-address-form__address_2-toggle:hover {
  color: var(--ac-gold);
  border-color: var(--ac-gold);
}

/* select arrow */
.woocommerce-checkout .wc-blocks-components-select__expand {
  fill: var(--ac-maroon);
  right: 10px;
}

/* ---------- Saved address card ---------- */
.woocommerce-checkout .wc-block-components-address-card {
  border: 1px solid var(--ac-line) !important;
  border-radius: 8px;
  background: var(--ac-maroon-soft);
  padding: 18px 20px !important;
}

.woocommerce-checkout .wc-block-components-address-card address {
  font-style: normal;
  color: var(--ac-ink);
  line-height: 1.7;
}

.woocommerce-checkout .wc-block-components-address-card__address-section--primary {
  font-weight: 700;
  color: var(--ac-maroon);
}

.woocommerce-checkout .wc-block-components-address-card__edit {
  color: var(--ac-maroon) !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}

.woocommerce-checkout .wc-block-components-address-card__edit:hover {
  color: var(--ac-gold) !important;
}

/* ---------- Checkboxes ---------- */
.woocommerce-checkout .wc-block-components-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--ac-ink);
  cursor: pointer;
  margin: 0;
}

.woocommerce-checkout .wc-block-components-checkbox__input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  border: 1.5px solid #C9BDBD !important;
  border-radius: 5px !important;
  background: #fff !important;
  appearance: none;
  -webkit-appearance: none;
  transition: all .2s ease;
  flex: 0 0 auto;
}

.woocommerce-checkout .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: var(--ac-maroon) !important;
  border-color: var(--ac-maroon) !important;
}

.woocommerce-checkout .wc-block-components-checkbox__mark {
  fill: #fff;
  width: 15px;
  height: 15px;
  left: 0px;
  top: 0px;
}
.content-text div:last-child{
	margin-bottom:0px;
}
.woocommerce-checkout .wc-block-components-shipping-rates-control div {
    margin-bottom: 0px;
}
.woocommerce-checkout .wc-block-checkout__use-address-for-billing {
  margin: 18px 0 4px;
  padding-top: 18px;
  border-top: 1px dashed var(--ac-line);
}

/* ---------- Radio options (shipping + payment) ---------- */
.woocommerce-checkout .wc-block-components-radio-control__option,
.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  border: 1px solid var(--ac-line) !important;
  border-radius: 8px !important;
  background: #FCFAF9;
  padding: 16px 18px 16px 46px !important;
  margin: 0 0 12px !important;
  transition: all .22s ease;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  padding: 0 !important;
  overflow: hidden;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
  border: 0 !important;
  margin: 0 !important;
  background: transparent;
}

.woocommerce-checkout .wc-block-components-radio-control__option:hover {
  border-color: #D2B9B9 !important;
}



.woocommerce-checkout .wc-block-components-radio-control__input {
  width: 20px !important;
  height: 20px !important;
  left: 18px !important;
  top: 50%;
  transform: translateY(-50%);
  border: 1.5px solid #C9BDBD !important;
  accent-color: var(--ac-maroon);
}

.woocommerce-checkout .wc-block-components-radio-control__input:checked {
  border-color: var(--ac-maroon) !important;
}

.woocommerce-checkout .wc-block-components-radio-control__label {
  font-weight: 600;
  font-size: 16px;
  color: var(--ac-ink);
}

.woocommerce-checkout .wc-block-components-radio-control__secondary-label,
.woocommerce-checkout .wc-block-checkout__shipping-option--free {
  color: var(--ac-maroon);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
  padding: 0 18px 16px 46px;
  color: var(--ac-muted);
  font-size: 14.5px;
}

/* ---------- Order notes ---------- */
.woocommerce-checkout .wc-block-checkout__order-notes {
  padding: 24px 26px;
}

.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox {
  margin-bottom: 14px;
}

/* ---------- Terms ---------- */
.woocommerce-checkout .wc-block-checkout__terms {
  border: 0 !important;
  padding: 18px 4px 6px !important;
  margin-top: 6px;
  font-size: 14px;
  color: var(--ac-muted);
  line-height: 1.7;
}

.woocommerce-checkout .wc-block-checkout__terms a {
  color: var(--ac-maroon);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-checkout .wc-block-checkout__terms a:hover {
  color: var(--ac-gold);
}

/* ---------- Place order button ---------- */
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: linear-gradient(135deg, var(--ac-maroon) 0%, var(--ac-maroon-dark) 100%) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 20px 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(123, 17, 19, .26);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 28px rgba(123, 17, 19, .34);
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:active {
  transform: translateY(0);
}

.woocommerce-checkout .wc-block-checkout__actions {
  padding: 0 !important;
  margin-top: 8px;
}

/* ============================================================
   ORDER SUMMARY SIDEBAR
   ============================================================ */
.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky;
  top: 110px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid var(--ac-line) !important;
  border-radius: var(--ac-radius);
  background: #fff;
  box-shadow: var(--ac-shadow);
  overflow: hidden;
  padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  background: linear-gradient(135deg, var(--ac-maroon) 0%, var(--ac-maroon-dark) 100%);
  margin: 0 !important;
  padding: 20px 24px !important;
  border: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: .4px;
  margin: 0;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-icon svg {
  color: #fff !important;
  fill: #fff;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
  padding: 0 24px;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 18px 0 !important;
  border-color: var(--ac-line) !important;
}

/* line items */
.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 16px 0 !important;
  border-bottom: 1px dashed var(--ac-line);
  gap: 14px;
}

.woocommerce-checkout .wc-block-components-order-summary-item:last-child {
  border-bottom: 0;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 6px;
  border: 1px solid var(--ac-line);
  width: 60px !important;
  height: auto;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  background: var(--ac-maroon) !important;
  border-color: var(--ac-maroon) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(123, 17, 19, .3);
}

.woocommerce-checkout .wc-block-components-product-name {
  font-size: 14.5px !important;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ac-ink) !important;
  text-decoration: none;
}

.woocommerce-checkout .wc-block-components-product-price__value {
  color: var(--ac-maroon);
  font-weight: 700;
}

.woocommerce-checkout .wc-block-components-product-metadata__description p {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ac-muted);
  margin: 6px 0 0;
}

/* coupon */
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: var(--ac-maroon) !important;
  font-weight: 600;
  font-size: 15px;
  padding: 4px 0 !important;
}

.woocommerce-checkout .wc-block-components-panel__button-icon {
  fill: var(--ac-maroon);
}

.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button {
  background: var(--ac-maroon) !important;
  color: #fff !important;
  border-radius: 6px !important;
}

/* totals rows */
.woocommerce-checkout .wc-block-components-totals-item {
  font-size: 15px;
  color: var(--ac-ink);
  padding: 4px 0;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
  color: var(--ac-muted);
  font-weight: 500;
}

.woocommerce-checkout .wc-block-components-totals-item__value {
  font-weight: 600;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
  background: var(--ac-maroon-soft);
  padding: 20px 24px !important;
  border-top: 2px solid var(--ac-maroon);
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 17px;
  font-weight: 700;
  color: var(--ac-maroon);
  text-transform: uppercase;
  letter-spacing: .6px;
}

.woocommerce-checkout .wc-block-components-totals-footer-item-tax-value,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 22px !important;
  font-weight: 800;
  color: var(--ac-maroon);
	margin-bottom:0px;
}

/* ---------- Notices ---------- */
.woocommerce-checkout .wc-block-components-notice-banner {
  border-radius: 8px !important;
  border-left-width: 4px !important;
  font-size: 14.5px;
}
.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.blog-pagination a {
    color: #6a0d15;
}

.blog-pagination span.page-numbers.current {
    height: 24px;
    width: 24px;
    background: #6a0d15;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}
.badge-blog {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge-blog span {
    background: #6a0d15;
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
}
nav.navigation.post-navigation {
    display: none;
}
.content-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.5;
}

.content-text table th,
.content-text table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.content-text table th {
    font-weight: 600;
    background: #f5f5f5;
}

.content-text table tr:nth-child(even) {
    background: #fafafa;
}

.content-text table tr:hover {
    background: #f3f3f3;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .content-text {
        overflow-x: auto;
    }

    .content-text table {
        min-width: 650px;
        font-size: 14px;
    }

    .content-text table th,
    .content-text table td {
        padding: 10px 12px;
    }
}
    .h3, h3 {
        font-size: 24px;
    }
/*-- Responsive Start --*/
@media only screen and (min-width: 1023px) and (max-width: 1199px){
.classynav ul li a {
    padding: 0 10px;
}

.opslider .swiper-button-next {
    right: 0px;
}

.opslider .swiper-button-prev {
    left: 0;
}

.banner-content {
    left: 30px;
    max-width: 700px;
}

.banner-content .subhding {
    max-width: 450px;
}

.classy-navbar {
    padding: 0px 20px;
}
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.desktopbanner{
    display: none;
}
.mobilebanner{
    display: block;
}
.classynav ul li a {
    padding: 0 10px;
}

.opslider .swiper-button-next {
    right: 0px;
}

.opslider .swiper-button-prev {
    left: 0;
}

.banner-content {
    right: auto;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #0000007a;
    padding: 10px;
    max-width: 80%;
    width: 100%;
}

.banner-content .subhding {
    max-width: 450px;
}

.classy-navbar {
    padding: 0px 20px;
}
.classynav ul li a.mainitemmenu{
    color: #000;
}
.sticky.dark.classy-nav-container{
    background: transparent;
}
.colreverce {
    flex-direction: column-reverse;
}

.sec2iconlist {
    max-width: 300px;
    margin: 20px auto 0px;
}

.contentbox {
    text-align: center;
}
.sec2iconlist2 ul li span {
    text-align: left;
}

.sec2iconlist2 {
    margin: 30px auto;
}

.singleimg img {
    max-width: 500px;
    margin: 0 auto;
}

.singleimg {
    text-align: center;
}
.voicebox-item {
    max-width: 400px;
    margin: 30px auto 0px;
}
.col-lg-5.text-lg-endbox {
    padding: 30px 15px;
}
.stickybtnwhatsapp{
    display: none;
}
.mobile-ctickybtn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.mobile-ctickybtn a {
    width: 50%;
    text-align: center;
    padding: 10px;
    background: green;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mobile-ctickybtn a:nth-child(1) {
    background: #010883;
}
    .mobile-ctickybtn a i {
    font-size: 23px;
}
    .mobile-ctickybtn a span {
    display: block;
    margin-top: 5px;
}
footer.footersec {
    margin-bottom: 40px;
}
.voictext {
    min-height: auto;
}
.breakpoint-on .classy-navbar-toggler {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
	body.woocommerce-cart .wc-block-cart__sidebar{
		flex: 0 0 100%;
    max-width: 100%;
	}
.dark.breakpoint-on .classy-navbar .classy-menu .header-icons {
    display: none;
}
	.woocommerce-checkout .wc-block-checkout__main{
		    padding-right: 10px;
	}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
    padding: 0px 20px;
}

.woocommerce-checkout  .wc-block-components-order-summary.is-large {
    padding: 0px;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
    flex-wrap: wrap;
}

.woocommerce-checkout  .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 0px;
}

.woocommerce-checkout  .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    padding: 0px;
    margin: 0px;
}

.woocommerce-checkout .wc-block-components-product-metadata__description p {
    margin: 0px;
}

.woocommerce-checkout  .wc-block-components-order-summary-item__total-price {
    display: none;
}
}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.desktopbanner{
    display: none;
}
.mobilebanner{
    display: block;
}
.classynav ul li a {
    padding: 0 10px;
}

.opslider .swiper-button-next {
    right: 0px;
}

.opslider .swiper-button-prev {
    left: 0;
}

.banner-content {
    right: auto;
    max-width: 700px;
    -ms-transform: none;
    transform: none;
    background: #000;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    position: static;
}

.banner-content .subhding {
    max-width: 450px;
    font-size: 18px;
}

.classy-navbar {
    padding: 0px 20px;
}
.classynav ul li a.mainitemmenu{
    color: #000;
}
.sticky.dark.classy-nav-container{
    background: transparent;
}
.colreverce {
    flex-direction: column-reverse;
}

.sec2iconlist {
    max-width: 300px;
    margin: 20px auto 0px;
}

.contentbox {
    text-align: center;
}
.sec2iconlist2 ul li span {
    text-align: left;
    font-size: 16px;
}

.sec2iconlist2 {
    margin: 30px auto;
}

.singleimg img {
    max-width: 270px;
    margin: 0 auto;
}

.singleimg {
    text-align: center;
}
.voicebox-item {
    max-width: 400px;
    margin: 30px auto 0px;
}
.col-lg-5.text-lg-endbox {
    padding: 30px 15px 0px;
}
.banner-content h1 {
    font-size: 30px;
}


.headingbox h2 {
    font-size: 22px;
}

p {
    font-size: 16px;
}

.sec2iconlist ul li span {
    font-size: 16px;
}

.wysdt-sec-item ul li {
    width: 100%;
}

.wysdt-sec-text {
    min-height: auto;
    border-right: 0px;
    border-bottom: 2px solid #921a1b;
    padding-bottom: 15px;
}

.wysdt-sec-item ul li:nth-child(3) .wysdt-sec-text {
    border-bottom: 2px solid #921a1b;
}

.footersec h3 {
    text-align: center;
}

.footersec p {
    text-align: center;
}

.contact.mt-2 p {
    text-align: left;
}
.contentftlinkssolc {
    justify-content: left;
}

.footersec .bottom-links a {
    margin-left: 10px;
}
.stickybtnwhatsapp{
    display: none;
}
.mobile-ctickybtn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.mobile-ctickybtn a {
    width: 50%;
    text-align: center;
    padding: 10px;
    background: green;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mobile-ctickybtn a:nth-child(1) {
    background: #010883;
}
    .mobile-ctickybtn a i {
    font-size: 23px;
}
    .mobile-ctickybtn a span {
    display: block;
    margin-top: 5px;
}
footer.footersec {
    margin-bottom: 40px;
}
.nav-brand img{
        height: 70px;
    width: auto;
    min-width: auto;
}
.op-image img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.sliderd2 .op-image img{
    max-width: 100%;
}
.op-image {
    text-align: center;
}
.footersec .bottom-bar,
.voicecontent,
.op-slide {
    text-align: center;
}
.voictext {
    min-height: auto;
}
	.blog-content p,
.blog-content h4.h4 {
    min-height: auto;
}
	.dark.classy-nav-container a:hover {
		    color: #751017 !important;
	}
.policybox .contentbox {
    text-align: left;
}

.policybox .contentbox h3 {
    font-size: 20px;
}

.policybox .contentbox h4 {
    font-size: 16px;
}
}
/*-- Responsive End --*/
/*-- Inner Pages Start --*/

/* Inner Page Banner */
.innerpage-banner {
        background: #91191b;
        padding: 140px 0 40px;
        position: relative;
}
.innerpage-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(106, 13, 21, 0.7);
}
.innerpage-banner .container {
    position: relative;
    z-index: 1;
}
.innerpage-banner h1 {
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin: 0px;
}
.innerpage-banner p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
.innerpage-banner p a {
    color: #fff;
    text-decoration: none;
}

/* Books Grid */
.books-grid {
}
.book-item {
    background: #eeeeee;
    overflow: hidden;
    margin-bottom: 30px;
}
.book-img img {
    width: 100%;
}
.book-content {
    padding: 20px;
}
.book-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.book-content p {
    font-size: 14px;
}

/* Events */
.event-item {
    background: #eeeeee;
    margin-bottom: 30px;
    padding: 25px;
    position: relative;
}
.event-date-box {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 15px;
    border-bottom: 2px solid #921a1b;
    padding-bottom: 12px;
}
.event-day {
    font-size: 36px;
    font-weight: bold;
    color: #921a1b;
    font-family: 'Mogilte';
    line-height: 1;
}
.event-month {
    font-size: 14px;
    color: #921a1b;
    font-weight: 600;
    text-transform: uppercase;
}
.event-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.event-content p {
    font-size: 14px;
}
.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.event-meta span {
    font-size: 13px;
    color: #666;
}
.event-meta i {
    color: #921a1b;
    margin-right: 4px;
}

/* Courses */
.course-item {
    background: #eeeeee;
    overflow: hidden;
    margin-bottom: 30px;
}
.course-img img {
    width: 100%;
}
.course-content {
    padding: 20px;
}
.course-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.course-content p {
    font-size: 14px;
}
.course-meta {
    padding: 0;
    margin: 10px 0;
}
.course-meta li {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
    list-style: none;
}
.course-meta li strong {
    color: #921a1b;
    margin-right: 5px;
}

/* Blogs */
.blog-item {
    background: #eeeeee;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #6a0d15;
}
.blog-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-content {
    padding: 20px;
}
.blog-content h4 {
    font-size: 18px;
    margin: 10px 0;
}
.blog-content p {
    font-size: 14px;
}
.blog-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.blog-meta span {
    font-size: 12px;
    color: #921a1b;
}
.blog-meta i {
    margin-right: 4px;
}

/* Blog Detail */
.blog-detail-img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.blog-detail-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.blog-detail-meta span {
    font-size: 13px;
    color: #921a1b;
}
.blog-detail-meta i {
    margin-right: 5px;
}
.blog-detail-wrap h3.h4 {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 22px;
    color: #921a1b;
}
.blog-share {
    align-items: center;
    position: fixed;
    top: 50%;
    left: 34px;
    margin: 0px !important;
    z-index: 9;
}
.blog-share span {
    font-size: 14px;
    color: #666;
}
.blog-share a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #921a1b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.blog-share span {
    display: none;
}

.blog-share a {
    margin-top: 10px;
}
.blog-share a:hover {
    background: #000;
}

/* Blog Sidebar */
.blog-sidebar {
    padding-left: 20px;
}
.sidebar-widget {
    margin-bottom: 35px;
}
.sidebar-widget h4 {
    font-size: 18px;
    color: #921a1b;
    border-bottom: 2px solid #921a1b;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.recent-posts {
    padding: 0;
}
.recent-posts li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    list-style: none;
}
.recent-posts li a {
    display: block;
    color: #000;
    line-height: 1.4;
}
.recent-posts li a:hover {
    color: #921a1b;
}
.recent-posts li span {
    display: block;
    color: #000;
    margin-top: 3px;
}
.sidebar-cats {
    padding: 0;
}
.sidebar-cats li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 6px 0;
}
.sidebar-cats li a {
    font-size: 14px;
    color: #444;
}
.sidebar-cats li a:hover {
    color: #921a1b;
}
.sidebar-book-item {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.sidebar-book-item img {
    width: 60px;
    flex-shrink: 0;
}
.sidebar-book-item h5 {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
    font-family: 'Mogilte';
}
.sidebar-book-item .button {
    padding: 8px 16px;
    font-size: 9px;
}

/* Press/Media */
.media-item {
    background: #eeeeee;
    overflow: hidden;
    margin-bottom: 30px;
}
.media-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.media-content {
    padding: 20px;
}
.media-source {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #921a1b;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}
.media-content h4 {
    font-size: 17px;
    margin-bottom: 10px;
}
.media-content p {
    font-size: 14px;
}

/* Return & Refund Policy */
.policy-wrap {
    max-width: 900px;
}
.policy-section {
    margin-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.policy-section:last-child {
    border-bottom: none;
}
.policy-section h3 {
    color: #921a1b;
    margin-bottom: 12px;
}
.policy-section p {
    font-size: 16px;
}
.policy-section i {
    color: #921a1b;
}

/* Goodreads */
.goodreads-book-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #eeeeee;
    padding: 20px;
    margin-bottom: 25px;
}
.gr-book-img {
    flex-shrink: 0;
    width: 80px;
}
.gr-book-img img {
    width: 100%;
}
.gr-book-info h4 {
    font-size: 18px;
    margin-bottom: 8px;
}
.gr-book-info p {
    font-size: 13px;
    margin-bottom: 12px;
}
.gr-book-info .button {
    padding: 10px 20px;
    font-size: 9px;
}
.gr-rating {
    margin-bottom: 8px;
}
.gr-rating i {
    color: #e8a838;
    font-size: 14px;
}
.gr-rating span {
    font-size: 13px;
    color: #666;
    margin-left: 5px;
}
.gr-review-book {
    font-size: 13px;
    color: #921a1b;
    font-style: italic;
    margin-top: 8px;
}

/*-- Inner Pages Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px) {
    .innerpage-banner {
        padding: 140px 0 40px;
    }
    .innerpage-banner h1 {
        font-size: 30px;
    }
    .blog-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }
    .book-content h4 {
    font-size: 16px;
}
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
    .innerpage-banner {
        padding: 100px 0 20px;
    }
    .innerpage-banner h1 {
        font-size: 26px;
    }
    .blog-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }
    .goodreads-book-row {
        flex-direction: column;
        text-align: center;
    }
    .gr-book-img {
        width: 200px;
        margin: 0 auto;
    }
    .event-meta {
        flex-direction: column;
        gap: 5px;
    }
	.blog-share {
    position: static;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.blog-share a {
    margin-top: 0;
}
	.blog-share span {
    display: block;
}
}
/*-- Inner Pages Responsive End --*/

/*-- Revamp Additions Start --*/

/* Shop / Filter Bar */
.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #921a1b;
}
.shop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.shop-filters select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-family: 'Galvji';
    border-radius: 0;
    min-width: 160px;
}
.shop-filters select:focus {
    outline: none;
    border-color: #921a1b;
}
.shop-result-count {
    font-size: 14px;
    color: #666;
}

/* Stock / Status badges */
.stock-badge {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    font-family: 'Roboto';
    margin-bottom: 10px;
}
.stock-badge.in-stock {
    background: #2e7d32;
    color: #fff;
    border: 1px solid #2e7d32;
}
.stock-badge.out-of-stock {
    background: #999;
    color: #fff;
}
.stock-badge.coming-soon {
    background: #fcd900;
    color: #4a010b;
}
.stock-badge.pre-order {
    background: #921a1b;
    color: #fff;
}

/* Language tag */
.lang-tag {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #eeeeee;
    color: #921a1b;
    padding: 4px 10px;
    margin-bottom: 10px;
    border: 1px solid #921a1b;
}

/* Book item price + meta */
.book-item {
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.book-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}
.book-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.book-price {
    margin: 8px 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #921a1b;
    font-family: 'Mogilte';
}
.book-price .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}
.book-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.book-format {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Course item enhancements */
.course-item {
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.course-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}
.course-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border: 1px solid #6a0d15;
}
.course-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.course-price {
    font-size: 20px;
    font-weight: 600;
    color: #921a1b;
    font-family: 'Mogilte';
}
.course-price small {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    font-family: 'Galvji';
}
.course-status-badge {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    font-family: 'Roboto';
    margin-bottom: 10px;
}
.course-status-badge.live {
    background: #2e7d32;
    color: #fff;
}
.course-status-badge.coming-soon {
    background: #fcd900;
    color: #4a010b;
}
.course-status-badge.planned {
    background: #999;
    color: #fff;
}
.course-item .btn-box {
    margin-top: 10px;
}
.course-currency-note {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

/* Section intro spacing helper */
.section-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #921a1b;
    font-family: 'Roboto';
    margin-bottom: 10px;
    font-weight: 600;
}
.centertext .section-tag {
    display: block;
}

/* About Page */
.about-hero {
    display: flex;
    align-items: center;
}
.about-hero-img img {
    width: 100%;
    border: 6px solid #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
.about-stat-item {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 20px;
    background: #eeeeee;
    border-top: 3px solid #921a1b;
}
.about-stat-item .stat-num {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #921a1b;
    font-family: 'Mogilte';
    margin-bottom: 5px;
}
.about-stat-item .stat-label {
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Timeline */
.about-timeline {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
}
.about-timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #921a1b;
}
.timeline-item {
    position: relative;
    padding-bottom: 30px;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #921a1b;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #921a1b;
}
.timeline-item h4 {
    color: #921a1b;
    font-size: 18px;
    margin-bottom: 6px;
}
.timeline-item p {
    font-size: 15px;
    margin-bottom: 0;
}

/* Credibility / pillar cards */
.pillar-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 10px;
}
.pillar-card {
    flex: 1;
    min-width: 260px;
    background: #eee;
    padding: 30px 25px;
    border-bottom: 4px solid #921a1b;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}
.pillar-card h4 {
    color: #921a1b;
    font-size: 19px;
    margin-bottom: 10px;
}
.pillar-card p {
    font-size: 14px;
    margin-bottom: 0;
}

/* Quote block */
.quote-block {
    text-align: center;
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px 40px;
    border-left: 4px solid #921a1b;
    border-right: 4px solid #921a1b;
    background: #fff;
}
.quote-block p {
    font-size: 22px;
    font-style: italic;
    color: #6a0d15;
    font-family: 'Mogilte';
    margin-bottom: 10px;
}
.quote-block span {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Roles pills */
.roles-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.roles-pills span {
    background: #921a1b;
    color: #fff;
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 30px;
    font-family: 'Roboto';
}

/* Contact Page */
.contact-info-card {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.contact-info-card .ci-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #921a1b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.contact-info-card h4 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #921a1b;
}
.contact-info-card p,
.contact-info-card a {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
}
.contact-form-wrap {
    background: #fff;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #921a1b;
    margin-bottom: 8px;
    font-weight: 600;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: 'Galvji';
    background: #f9f9f9;
    color: #444;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #921a1b;
    background: #fff;
}
.form-group textarea {
    resize: vertical;
    min-height: 140px;
}
.form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.form-consent input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
}
.form-consent label {
    font-size: 13px;
    color: #666;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-form-wrap .button {
    border: none;
    cursor: pointer;
}
.map-wrap {
    margin-top: 50px;
}
.map-wrap iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
    filter: grayscale(15%);
}

/* Course Detail Page */
.course-detail-banner-img img {
    width: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.course-detail-meta-list {
    padding: 0;
    margin: 20px 0;
}
.course-detail-meta-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #444;
}
.course-detail-meta-list li i {
    color: #921a1b;
    width: 20px;
    text-align: center;
}
.course-detail-meta-list li strong {
    color: #6a0d15;
}

.price-card {
    background: #eeeeee;
    border-top: 4px solid #921a1b;
    padding: 30px;
    position: sticky;
    top: 110px;
}
.price-card .price-tag {
    font-size: 34px;
    font-weight: 700;
    color: #921a1b;
    font-family: 'Mogilte';
}
.price-card .price-tag small {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    font-family: 'Galvji';
}
.price-card .currency-switch {
    margin: 12px 0 20px;
    font-size: 13px;
    color: #666;
}
.price-card .currency-switch select {
    padding: 6px 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-left: 6px;
}
.price-card .button {
    width: 100%;
    margin-top: 5px;
}
.price-includes {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    padding: 0px;
}
.price-includes li {
    font-size: 13px;
    color: #555;
    padding: 5px 0;
}
.price-includes li i {
    color: #2e7d32;
    margin-right: 8px;
}

/* Curriculum accordion */
.curriculum-list {
    margin-top: 10px;
}
.curriculum-module {
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.curriculum-module-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #f7f7f7;
    cursor: pointer;
    font-weight: 600;
    color: #6a0d15;
    font-size: 15px;
}
.curriculum-module-head i {
    color: #921a1b;
    transition: transform 0.3s ease;
}
.curriculum-module.active .curriculum-module-head i {
    transform: rotate(180deg);
}
.curriculum-module-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.curriculum-module.active .curriculum-module-body {
    padding: 15px 20px 20px;
    max-height: 500px;
}
.curriculum-module-body ul {
    padding: 0;
}
.curriculum-module-body ul li {
    font-size: 14px;
    color: #555;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.curriculum-module-body ul li i {
    color: #921a1b;
}

/* Product Detail Page */
.product-gallery-main img {
    width: 100%;
    background: #fff;
}
.product-detail-title h1 {
    font-size: 32px;
    color: #921a1b;
    font-family: 'Mogilte';
    margin-bottom: 10px;
}
.product-detail-rating {
    margin-bottom: 15px;
}
.product-detail-rating i {
    color: #e8a838;
    font-size: 15px;
}
.product-detail-rating span {
    font-size: 13px;
    color: #666;
    margin-left: 8px;
}
.product-detail-price {
    font-size: 30px;
    font-weight: 700;
    color: #921a1b;
    font-family: 'Mogilte';
    margin: 15px 0;
}
.product-variant-group {
    margin: 20px 0;
}
.product-variant-group label.variant-label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a0d15;
    margin-bottom: 10px;
    font-weight: 600;
}
.variant-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.variant-options label {
    border: 1px solid #ccc;
    padding: 10px 22px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}
.variant-options input[type="radio"] {
    display: none;
}
.variant-options input[type="radio"]:checked + span {
    color: #fff;
}
.variant-options label:has(input:checked) {
    background: #921a1b;
    border-color: #921a1b;
    color: #fff;
}
.product-qty-cart {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}
.qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}
.qty-selector button {
    width: 40px;
    height: 48px;
    background: #f5f5f5;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #921a1b;
}
.qty-selector input {
    width: 50px;
    height: 48px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
}
.product-delivery-info {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.product-delivery-info p {
    font-size: 14px;
    margin-bottom: 8px;
}
.product-delivery-info p a{
    color:#000;
    font-size: 14px;
}
.product-delivery-info i {
    color: #921a1b;
    width: 20px;
    margin-right: 6px;
}

/* Tabs (Product Detail) */
.product-tabs {
    margin-top: 50px;
}
.product-tabs-nav {
    display: flex;
    gap: 5px;
    border-bottom: 2px solid #eee;
    flex-wrap: wrap;
}
.product-tabs-nav button {
    padding: 14px 28px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-family: 'Galvji';
}
.product-tabs-nav button.active {
    color: #921a1b;
    border-bottom-color: #921a1b;
}
.product-tab-content {
    padding: 30px 0;
    display: none;
}
.product-tab-content.active {
    display: block;
}
.toc-list {
    padding: 0;
    columns: 2;
    column-gap: 40px;
}
.toc-list li {
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    color: #555;
}

/* Related products */
.related-heading {
    margin-top: 60px;
    margin-bottom: 20px;
}
.related-heading h3 {
    color: #921a1b;
    font-size: 24px;
}

/* Generic CTA banner */
.cta-banner {
    background: #6a0d15;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}
.cta-banner h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.cta-banner p {
    color: #fff;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 25px;
}
.cta-banner .button {
    background: #fcd900;
    color: #4a010b;
}
.cta-banner .button:hover {
    background: #fff;
    color: #6a0d15;
}

/* Press media filters */
.press-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
.press-filters button {
    padding: 10px 22px;
    border: 1px solid #921a1b;
    background: #fff;
    color: #921a1b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'Roboto';
    transition: all 0.2s ease;
}
.press-filters button.active,
.press-filters button:hover {
    background: #921a1b;
    color: #fff;
}

/* Goodreads CTA badge */
.goodreads-overall {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
.goodreads-overall-stat {
    text-align: center;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}
.goodreads-overall-stat .stat-num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #921a1b;
    font-family: 'Mogilte';
}
.goodreads-overall-stat .stat-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Return refund - quick nav */
.policy-quicknav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    padding: 20px;
    background: #eeeeee;
}
.policy-quicknav a {
    font-size: 13px;
    color: #921a1b;
    border: 1px solid #921a1b;
    padding: 8px 16px;
    text-decoration: none;
}
.policy-quicknav a:hover {
    background: #921a1b;
    color: #fff;
}

/* Breadcrumb-like meta in inner banner already centered */
.innerpage-banner .badge-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.innerpage-banner .badge-row span {
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    border: 1px solid rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 70px;
}
.innerpage-banner .badge-row .live-dot {
    color: #7CFC00;
}
.newsletter-cta {
    padding:30px 0px;
}
.newsletter-cta .container {
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.newsletter-box {
     max-width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
    text-align: center;
    background: #f9f8f5;
    border: 1px solid #ffdbc4;
    border-radius: 16px;
}

.newsletter-tag {
    display: inline-block;
    padding: 6px 14px;
    background: #6a0d15;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.newsletter-box h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #222;
}

.newsletter-box p {
max-width: 620px;
    margin: 0 auto 20px;
    color: #666;
    line-height: 1.7;
    padding-bottom: 0px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.newsletter-form input {
    flex: 1;
    min-width: 260px;
    max-width: 420px;
    padding: 15px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.newsletter-form input:focus {
    border-color: #4f8a47;
}

.newsletter-form button {
    padding: 15px 30px;
    border: none;
    background: #6a0d15;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.newsletter-box small {
    display: block;
    margin-top: 18px;
    color: #777;
}

@media (max-width: 767px) {
    .newsletter-box {
        padding: 35px 20px;
    }

    .newsletter-box h2 {
        font-size: 20px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
        max-width: 100%;
    }
}
/*-- Revamp Additions Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px) {
    .about-hero {
        flex-direction: column;
    }
    .about-hero-img {
        max-width: 320px;
        margin: 0 auto;
    }
    .pillar-cards {
        flex-direction: column;
    }
    .price-card {
        position: static;
        margin-top: 30px;
    }
    .toc-list {
        columns: 1;
    }
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
    .shop-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .shop-filters {
        flex-direction: column;
    }
    .shop-filters select {
        width: 100%;
    }
    .about-hero {
        flex-direction: column;
    }
    .about-hero-img {
        max-width: 280px;
        margin: 0 auto;
    }
    .about-stats {
        flex-direction: column;
    }
    .pillar-cards {
        flex-direction: column;
    }
    .pillar-card {
        min-width: 100%;
    }
    .quote-block {
        padding: 20px;
    }
    .quote-block p {
        font-size: 18px;
    }
    .contact-form-wrap {
        padding: 25px;
    }
    .price-card {
        position: static;
        margin-top: 30px;
    }
    .toc-list {
        columns: 1;
    }
    .product-tabs-nav {
        gap: 0;
        overflow: scroll;
        flex-wrap: nowrap;
        width: 500px;
    }
    .product-tabs-nav button {
        padding: 12px 16px;
        font-size: 13px;
        width: fit-content;
    }
    .map-wrap iframe {
        height: 250px;
    }
    .course-detail-meta-list li {
        font-size: 14px;
        flex-wrap: wrap;
    }
    .goodreads-overall {
        flex-direction: column;
    }
    .roles-pills span {
        font-size: 12px;
        padding: 6px 14px;
    }
    .bc-contentbox {
    min-height: auto;
}
.book-img {
    text-align: center;
}
.product-gallery-main img,
.book-img img{
    max-width: 200px;
    margin:0 auto;
}
.product-gallery-main {
    text-align: center;
    background: #eeeeee;
    margin-bottom: 15px;
}
.stlg-box {
    justify-content: center;
}
.book-meta-row {
    justify-content: center;
}
.book-content{
    text-align: center;
}
.course-dtpg .contentbox {
    text-align: left;
}
.course-detail-meta-list li span{
    width: 100%;
}
.product-qty-cart .btn-box {
    width: 100%;
}

.product-qty-cart {
    flex-wrap: wrap;
}

.product-qty-cart .btn-box .button {
    width: 100%;
}
.scsrse {
    overflow: scroll;
}
.roles-pills {
    justify-content: center;
}
.classy-navbar-toggler {
    display: flex !important;
    align-items: center;
    gap: 14px;
}
.header-icons .header-icon {
    font-size: 14px;
    height: 35px;
    width: 35px;
}

.header-icons {
    gap: 5px;
}
.dark.breakpoint-on .classy-navbar .classy-menu .header-icons {
    display: none;
}
	.classy-navbar-toggler .navbarToggler {
    margin-top: -10px;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    display: block;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    padding: 0px;
    width: 100%;
    text-align: left;
    justify-content: left;
    padding-left: 120px;
}

.woocommerce-checkout .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block;
}
	.woocommerce-checkout .wc-block-checkout__main {
    padding-right: 0;
}
	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill{
		border:none !important;
	}
	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    padding: 10px !important;
}
	.wp-block-woocommerce-checkout{
		    padding-top: 0;
	}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
    padding: 0px 20px;
}

.woocommerce-checkout .wc-block-components-order-summary.is-large {
    padding: 0px;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
    flex-wrap: wrap;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 0px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    padding: 0px;
    margin: 0px;
}

.woocommerce-checkout .wc-block-components-product-metadata__description p {
    margin: 0px;
}

.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    display: none;
}
}
/*-- Revamp Additions Responsive End --*/

/*-- Revamp Additions End --*/
