/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  border-top: 3px solid #d98600; /*font-family: "Quicksand", sans-serif;*/
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

h1, h2, h3 {
  font-family: "EB Garamond", serif;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

.widget ul li::before {
  content: url(../images/chck-icon.png);
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 17px;
  top: 3px;
}

.widget ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget ul li {
  margin-bottom: 8px;
  padding-left: 29px;
  position: relative;
  line-height: 31px;
  font-size: 17px;
}

.widget_subcr ul li::before {
  content: "";
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 17px;
  top: 3px;
}

.widget_subcr ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget_subcr ul li {
  margin-bottom: 8px;
  padding-left: 4px;
  position: relative;
  line-height: 31px;
  font-size: 17px;
  font-weight: 600;
}

.sub-list-iconss {
  color: #d98600;
  position: absolute;
  left: -30px;
  top: 0;
}

.widget_subcr {
  text-align: left;
  padding: 0 7px 0 42px;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 1px !important;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 179, 179, 0.4) transparent;
}

#hder-top-logo {
  border-top: 1px solid #d8d8d8;
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.3098039216);
  background: #fff;
}
#hder-top-logo .site-logo img {
  height: auto;
  width: 255px;
  padding: 6px 0;
}
#hder-top-logo .site-title {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
}
#hder-top-logo .navbar-nav .nav-link {
  font-weight: 500;
  color: #222;
}
#hder-top-logo .navbar-toggler {
  border: none;
}
#hder-top-logo .navbar-brand {
  border-right: 1px solid #d8d8d8;
  padding-right: 24px;
  margin-right: 25px;
}
#hder-top-logo .container {
  max-width: 100%;
}
#hder-top-logo .hder-menubarss {
  border-right: 1px solid #d8d8d8;
  padding: 25px 14px 25px 0;
  width: 100%;
}
#hder-top-logo .subscrbe-bttn2 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  background: none;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px 14px;
}
#hder-top-logo .subscrbe-bttn2:hover {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  background: #D98600 !important;
  border: 1px solid #D98600 !important;
  color: #fff;
  border-radius: 4px;
  padding: 8px 14px;
}
#hder-top-logo .hder-menu-toggle ul li {
  display: inline-block;
}
#hder-top-logo .hder-menu-toggle {
  padding-left: 22px;
  white-space: nowrap;
}
#hder-top-logo .hder-menu-toggle ul li svg {
  border-radius: 4px;
}
#hder-top-logo .nvbr-bttm {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 70px !important;
}
#hder-top-logo .brd-toggle svg {
  border: 1px solid #000;
}
#hder-top-logo .dropdown {
  position: relative;
  display: inline-block;
}
#hder-top-logo .dropdown-btn {
  background-color: transparent;
  color: #000;
  padding: 8px 18px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  top: 2px;
}
#hder-top-logo .dropdown-btn:hover {
  background-color: transparent;
  color: #000;
  padding: 8px 18px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  top: 2px;
}
#hder-top-logo .dropdown-content {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}
#hder-top-logo .dropdown-content a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ccc;
}
#hder-top-logo .dropdown-content a:hover {
  background-color: #f1f1f1;
}
#hder-top-logo .show {
  display: block;
}
#hder-top-logo .r-icon-hder li {
  text-align: right;
}

.bg-top-wdth-hgt { /*background: #d2cec3;*/
  background: url(../images/bg-main.jpg) top;
  height: 645px;
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  z-index: -1;
}

.container {
  max-width: 81%;
}

.stor-toggl-bttn {
  top: -116px !important;
}

.hero {
  width: 100%;
  display: flex;
}
.hero .menu-btn {
  position: absolute;
  top: 54px;
  right: 25px;
  color: #0C4D8B;
  cursor: pointer;
  letter-spacing: 5px;
  border: 1px solid #DFDFDF;
  font-weight: 600;
  background: #f4f4f4;
  padding: 6px 11px 6px 15px;
  border-radius: 6px;
}
.hero .menu-btn:hover span:nth-child(1) {
  width: 70px;
}
.hero .menu-btn:hover span:nth-child(2) {
  width: 65px;
  margin-left: -10px;
}
.hero .menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width: 65px;
  height: 5px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
}
.hero .menu-btn span:nth-child(2) {
  width: 40px;
  transition-delay: 0.1s;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/bg-1.jpg) center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu .btn-closee_2 {
  font-size: 17px !important;
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 14px;
  z-index: 999;
}
.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}
.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 4em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  position: relative;
}
.menu .links-container a:hover {
  color: #00eca6;
  font-size: 4.5em;
  margin-left: 10px;
}
.menu .links-container a:before {
  color: whitesmoke;
}
.menu .home:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -250%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}
.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .places:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -350%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .places:hover:after {
  visibility: visible;
  top: -375%;
}
.menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .about:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -450%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .about:hover:after {
  visibility: visible;
  top: -475%;
}
.menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .contact:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -550%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}

.meg-list ul li {
  display: block !important;
  border-bottom: 1px dashed #fff;
  padding: 8px 0;
}

.meg-list {
  color: #fff;
  background: rgba(0, 0, 0, 0.81);
  text-align: center;
  padding: 20px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  margin-bottom: 20px;
  height: 119px;
  box-shadow: 3px 3px 0px 1px #d98600;
}

.meg-list h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 9px auto 0;
}

.serch-inppt {
  padding: 17px 20px;
  font-size: 17px;
  letter-spacing: 1px;
  border-radius: 6px;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 1px;
  background: #f4f4f4;
  color: #000000;
}

.srh-bttnd {
  position: absolute;
  right: 23px;
  top: 16px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

#main-contnt-latest {
  padding: 60px 0;
}
#main-contnt-latest .category-tag {
  color: #D98600;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
}
#main-contnt-latest .article-title {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  color: #000;
}
#main-contnt-latest .author-name {
  font-size: 0.85rem;
  color: #0B2B4E;
}
#main-contnt-latest .sidebar-border {
  border-left: 1px solid #dee2e6;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  #main-contnt-latest .sidebar-border {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #dee2e6;
    padding-top: 2rem;
  }
}
#main-contnt-latest .latest-header {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
#main-contnt-latest .small-article-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Source Sans 3", sans-serif;
}
#main-contnt-latest .main-bner-cntn {
  background: #fff;
  padding: 29px;
  border-radius: 6px;
  box-shadow: 0px 0px 4px -2px #000;
}

#other-details-nesw {
  background: #ebecee;
  padding: 55px 0 25px;
}
#other-details-nesw .card {
  border: none;
  border-radius: 9px;
  height: 100%;
  overflow: hidden;
}
#other-details-nesw .card-img-top {
  border-radius: 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4px;
}
#other-details-nesw .card-title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-top: 1rem;
  color: #000;
}
#other-details-nesw .card-text {
  font-size: 0.85rem;
  color: #0B2B4E;
}
#other-details-nesw {
  /* Specific styles for the Audio/Sponsor cards */
}
#other-details-nesw .category-tag {
  font-weight: 600;
  color: #D98600;
  font-size: 0.8rem;
  text-transform: uppercase;
}
#other-details-nesw .bg-sponsored {
  background-color: #f0f7f8;
  border: none;
}
#other-details-nesw {
  /* Grid Borders - HBR style subtle dividers */
}
#other-details-nesw .article-col {
  transition: all 0.4s ease;
  border-right: 1px solid #eee;
  padding-bottom: 2rem;
}
#other-details-nesw .article-col:hover {
  transition: all 0.4s ease;
  border-right: 1px solid #eee;
  padding-bottom: 2rem;
  margin-top: -5px;
}
@media (max-width: 991px) {
  #other-details-nesw .article-col {
    border-right: none;
  }
}
#other-details-nesw .card-body {
  padding: 7px 13px !important;
}
#other-details-nesw .lft-ad-right-contnet {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  gap: 0px;
  max-width: 100% !important;
  padding: 0 0 0px 0;
}
#other-details-nesw .main-content {
  flex: 1;
}
#other-details-nesw .rgrt-contmt {
  flex: 0 0 199px;
  width: 303px;
  position: sticky;
  padding: 0;
  top: 100px;
}
#other-details-nesw .col {
  float: left;
  width: 20%;
  flex: inherit !important;
}

#ad-likesite-ads {
  padding: 38px 195px;
  border-bottom: 1px solid #ccc;
}
#ad-likesite-ads .container {
  max-width: 100%;
}

#smll-categorry {
  padding: 53px 0 20px;
}
#smll-categorry .feature-col {
  border: 1px solid #eee;
  padding: 15px 2rem 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  #smll-categorry .feature-col {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}
#smll-categorry .dots {
  color: #D98600;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
#smll-categorry .top-heading {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 1.5rem;
  color: #D98600;
}
#smll-categorry .feature-img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
#smll-categorry .sub-heading {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0.5rem;
}
#smll-categorry .description {
  font-size: 16px;
  line-height: 1.5;
}
#smll-categorry .feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
#smll-categorry .feature-list li {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 3px;
}
#smll-categorry .read-more {
  margin-top: auto;
  padding-top: 2rem;
  text-decoration: none;
  color: #D98600;
  font-size: 16px;
  font-weight: 600;
}
#smll-categorry .read-more:hover {
  color: #000;
}

.fw-bold {
  font-weight: 600 !important;
}

#magazine-itms {
  padding: 51px 0;
  position: relative;
  background: #e9e7e1;
}
#magazine-itms .image-container {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f0f0f0;
}
#magazine-itms #main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s;
}
#magazine-itms .article-btn {
  border-left: 4px solid #ddd;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  padding: 12px 21px;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
  background: #fff;
  margin: 5px auto;
}
#magazine-itms .article-btn.active {
  border-left: 4px solid #D98600;
  padding-left: 1rem;
}
#magazine-itms .side-title {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}
#magazine-itms .author-name {
  font-size: 16px;
}
#magazine-itms .top-heading {
  font-size: 15px;
  font-family: "Source Sans 3", sans-serif;
  color: #D98600;
}
#magazine-itms .mazn-hdd-tp {
  text-align: left;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #d98600;
}
#magazine-itms .image-container {
  position: relative;
}
#magazine-itms .mmg-text-para {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 43, 78, 0.8784313725);
  color: #fff;
  padding: 31px;
}
#magazine-itms #magazine-menu {
  height: 560px;
  overflow: auto;
}

#catgorry-wise {
  padding: 61px 0;
}
#catgorry-wise .section-header {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: inline-block;
}
#catgorry-wise .more-link {
  font-size: 0.75rem;
  color: #D98600;
  text-decoration: none;
  float: right;
  margin-top: 5px;
}
#catgorry-wise .col-divider {
  border-right: 1px solid #dee2e6;
  padding-right: 25px;
  height: 100%;
}
@media (max-width: 991px) {
  #catgorry-wise .col-divider {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
#catgorry-wise {
  /* Typography */
}
#catgorry-wise .article-link-title {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
#catgorry-wise .article-link-title:hover {
  color: #D98600;
}
#catgorry-wise .sub-label {
  font-size: 0.75rem;
  color: #D98600;
  text-transform: uppercase;
  font-weight: 600;
}
#catgorry-wise .sign-up {
  font-weight: 600;
  font-size: 0.85rem;
  color: #000;
  text-decoration: none;
}
#catgorry-wise {
  /* Image sizing for Exclusives/Podcasts */
}
#catgorry-wise .thumb-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#catgorry-wise .thumb-rect {
  width: 80px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

#fotr-ittm {
  padding: 0px 0;
  position: relative;
  background: url(../images/subscre-bg.webp);
  background-size: cover;
}
#fotr-ittm .cta-content {
  max-width: 48%;
  background: rgba(11, 43, 78, 0.8784313725);
  font-size: 18px;
  color: #fff;
  padding: 93px 190px;
  line-height: 33px;
  clip-path: polygon(76.89% 101.37%, 0.09% 100.77%, 0.13% -0.15%, 96.14% 0.44%);
}
#fotr-ittm .cta-title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
}
#fotr-ittm .cta-btn {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 10px;
  border: 2px solid #ddd;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.2s;
}
#fotr-ittm .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #000;
}
@media (max-width: 768px) {
  #fotr-ittm .cta-content {
    margin: 0 auto;
  }
  #fotr-ittm .cta-title {
    font-size: 2rem;
  }
}

.switch-text a {
  font-weight: 600;
  color: #D98600;
  font-size: 18px;
}

#fotr-whitee {
  padding: 68px 0 0;
  border-bottom: 6px solid #D98600;
  background: #f4f4f4;
  position: relative;
}
#fotr-whitee .site-footer {
  border-top: 1px solid #dee2e6;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#fotr-whitee .footer-heading {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 1.5rem;
  color: #0B2B4E;
}
#fotr-whitee .footer-list {
  list-style: none;
  padding-left: 0;
}
#fotr-whitee .footer-list li {
  margin-bottom: 0.5rem;
}
#fotr-whitee .footer-link {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: color 0.2s;
}
#fotr-whitee .footer-link:hover {
  color: #D98600;
  text-decoration: underline;
}
@media (min-width: 992px) {
  #fotr-whitee .footer-col {
    border-left: 1px solid #eee;
    padding-left: 2rem;
  }
  #fotr-whitee .footer-col:first-child {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #fotr-whitee .footer-col {
    margin-bottom: 2.5rem;
  }
}
#fotr-whitee .footer-bottom {
  font-size: 15px;
  padding: 29px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 34px;
  white-space: nowrap;
}

#th-magazinne {
  padding: 36px 0;
}
#th-magazinne .magazine-header {
  margin-bottom: 18px;
}
#th-magazinne .magazine-title {
  font-size: 40px;
  color: #333;
}
#th-magazinne .btn-subscribe {
  background-color: #d98600;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 25px;
}
#th-magazinne .btn-subscribe:hover {
  background-color: #e2961d;
  color: #fff;
}
#th-magazinne {
  /* Content Styling */
}
#th-magazinne .issue-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
#th-magazinne .issue-date {
  font-weight: 600;
  font-size: 31px;
  margin-top: 5px;
}
#th-magazinne .issue-desc {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #444;
}
#th-magazinne .featuring-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #666;
  margin-top: 2rem;
}
#th-magazinne .featured-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
#th-magazinne .featured-list li {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #333;
  transition: color 0.2s;
  cursor: pointer;
}
#th-magazinne .featured-list li:hover {
  color: #d98600;
}
#th-magazinne .btn-toc {
  background-color: #0B2B4E;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  border: none;
}
#th-magazinne .btn-toc:hover {
  background-color: #D98600;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  border: none;
}
#th-magazinne {
  /* Image Shadow/Styling */
}
#th-magazinne .cover-img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  transition: transform 0.3s;
}
#th-magazinne .cover-img:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  #th-magazinne .magazine-title {
    font-size: 2rem;
  }
  #th-magazinne .issue-date {
    font-size: 1.5rem;
  }
}
#th-magazinne .th-magazzzinne {
  background: #fff;
  padding: 31px 44px;
  box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.2117647059);
}

#archives {
  padding: 0 0 36px;
}
#archives .archive-header {
  margin-bottom: 3rem;
  background: #f4f4f4;
  padding: 23px;
}
#archives .archive-title {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
}
#archives .search-container {
  position: relative;
  max-width: 500px;
  width: 100%;
}
#archives .search-input {
  border-radius: 4px;
  padding-left: 40px;
  border: 1px solid #ccc;
  height: 45px;
}
#archives .search-icon {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #888;
  font-size: 1.2rem;
}
#archives {
  /* Archive Item Styling */
}
#archives .archive-item {
  border-top: 1px solid #eee;
  padding: 3rem 0;
}
#archives .issue-cover {
  max-width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
#archives .issue-date {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
#archives .issue-headline {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #444;
  margin-bottom: 1.5rem;
}
#archives .featuring-sub {
  font-weight: 600;
  font-size: 0.85rem;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
#archives .featuring-list {
  list-style: none;
  padding: 0;
}
#archives .featuring-list li {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #333;
  cursor: pointer;
  transition: color 0.2s;
}
#archives .featuring-list li:hover {
  color: #c00;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #archives .archive-header {
    flex-direction: column;
    align-items: flex-start !important;
  }
  #archives .search-container {
    margin-top: 20px;
  }
  #archives .issue-date {
    font-size: 1.4rem;
  }
}

.main-hme-hdd {
  font-size: 41px;
}

#contn-read-pagess {
  padding: 60px 0;
}
#contn-read-pagess .social-sidebar {
  position: fixed;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 0;
}
#contn-read-pagess .social-sidebar a {
  color: #666;
  font-size: 1.2rem;
  transition: 0.3s;
}
#contn-read-pagess .social-sidebar a:hover {
  color: #D98600;
}
#contn-read-pagess .category-tag {
  color: #D98600;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}
#contn-read-pagess h1 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
#contn-read-pagess .article-meta {
  font-size: 0.9rem;
  color: #555;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
#contn-read-pagess .ad-banner-sidebar {
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0509803922);
}
#contn-read-pagess .partner-center {
  background-color: #f8f9fa;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
#contn-read-pagess .partner-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  height: 100%;
  transition: 0.3s;
}
#contn-read-pagess .partner-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1019607843);
}
#contn-read-pagess .partner-header {
  height: 5px;
  background: #004b91;
}
@media (max-width: 992px) {
  #contn-read-pagess .social-sidebar {
    display: none;
  }
  #contn-read-pagess h1 {
    font-size: 2.2rem;
  }
}
#contn-read-pagess .cont-pge-read {
  background: #fff;
  width: 87%;
  margin: 0px auto;
  padding: 33px !important;
  font-size: 17px;
  line-height: 29px;
}

#partner-center_22 {
  background: #f4f4f4;
  padding: 43px 0 55px;
}
#partner-center_22 .partner-card {
  background: #fff;
}

#all-topics-list {
  padding: 65px 0;
}
#all-topics-list .hero {
  color: #000;
  padding: 18px 0 0;
  border-radius: 33px 33px 0 0;
  width: 90%;
  margin: 20px auto 0;
}
#all-topics-list .hero p {
  max-width: 750px;
  opacity: 0.9;
}
#all-topics-list .section-title {
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}
#all-topics-list .section-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #2c5364;
  position: absolute;
  bottom: -8px;
  left: 0;
}
#all-topics-list .topic-link {
  display: block;
  padding: 6px 0px;
  margin-bottom: 4px;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 1px dashed #000;
}
#all-topics-list .topic-link:hover {
  background: #2c5364;
  color: #fff;
  transform: translateX(5px);
  border-radius: 5px;
  border-radius: 5px;
  padding: 6px 13px;
}
#all-topics-list .popular-box {
  background: #fff;
  padding: 0px;
  border-radius: 15px;
  transition: 0.3s;
}
#all-topics-list .popular-box:hover {
  transform: translateY(-6px);
}
#all-topics-list .industry-item {
  padding: 8px 0;
  border-bottom: 1px dashed #000;
  transition: all 0.4s ease;
}
#all-topics-list .industry-item a {
  text-decoration: none;
  font-size: 16px;
}
#all-topics-list .industry-item:hover {
  background: #2c5364;
  color: #fff;
  transform: translateX(5px);
  padding: 8px 12px;
  border-radius: 7px;
}

#login-page {
  padding: 53px 0 15px;
}
#login-page .login-wrapper {
  width: 100%;
  max-width: 531px;
  margin: 0 auto 35px;
  padding: 20px 32px;
}
#login-page .login-card {
  background: rgba(255, 255, 255, 0.9490196078);
  backdrop-filter: blur(10px);
  padding: 45px 40px;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2509803922);
  transition: 0.3s;
}
#login-page .login-card:hover {
  transform: translateY(-5px);
}
#login-page .login-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
#login-page .login-sub {
  text-align: center;
  margin-bottom: 12px;
  color: #555;
}
#login-page .login-sub a {
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
  color: #d98600;
}
#login-page .form-floating > .form-control {
  height: 51px;
}
#login-page .form-floating > label {
  padding: 11px 0.75rem;
}
#login-page .form-control {
  border-radius: 10px;
}
#login-page .btn-login {
  padding: 13px;
  height: 55px;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #D98600;
  border: none;
  transition: 0.3s;
}
#login-page .btn-login:hover {
  padding: 13px;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3019607843);
}
#login-page .password-wrapper {
  position: relative;
}
#login-page .toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #777;
  font-size: 18px;
}
#login-page .footer-text {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 20px;
}

#create-account-pge .register-card {
  margin: 52px auto;
  background: #fff;
  width: 100%;
  max-width: 650px;
  padding: 45px 50px;
  border-radius: 6px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.0784313725);
}
#create-account-pge .title {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
#create-account-pge .subtitle {
  text-align: center;
  margin-bottom: 25px;
}
#create-account-pge .subtitle a {
  text-decoration: none;
  font-weight: 500;
}
#create-account-pge .divider {
  height: 1px;
  background: #e5e5e5;
  margin: 20px 0;
}
#create-account-pge .form-control {
  height: 48px;
  border-radius: 4px;
}
#create-account-pge .btn-register {
  height: 48px;
  background: #D98600;
  color: #fff;
  border: none;
  font-weight: 600;
  transition: 0.3s;
}
#create-account-pge .btn-register:hover {
  background: #0B2B4E;
  color: #fff;
}
#create-account-pge .password-wrapper {
  position: relative;
}
#create-account-pge .toggle-password {
  position: absolute;
  right: 15px;
  top: 70%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #777;
}
#create-account-pge .small-text {
  font-size: 16px;
  color: #666;
}

#subcriptn-pgwe {
  padding-bottom: 40px;
}
#subcriptn-pgwe .pricing-card {
  text-align: center;
  background: url(../images/bg-1.jpg) center !important;
  background-size: cover !important;
  border: 1px solid #d8d8d8 !important;
  border-bottom: 5px solid #d98600 !important;
  border-radius: 20px;
  height: 622px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
  overflow: hidden;
}
#subcriptn-pgwe .pricing-card:hover {
  text-align: center;
  background: url(../images/bg-1.jpg) center !important;
  background-size: cover !important;
  border: 1px solid #d8d8d8 !important;
  border-bottom: 5px solid #d98600 !important;
  transform: translateY(-10px);
  height: 622px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1215686275) !important;
}
#subcriptn-pgwe .featured-card {
  background: linear-gradient(135deg, #ee9608 0%, #b57609 100%);
  transform: scale(1.08);
  z-index: 2;
}
#subcriptn-pgwe .featured-card:hover {
  transform: scale(1.1) translateY(-5px);
}
#subcriptn-pgwe .popular-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom-left-radius: 20px;
}
#subcriptn-pgwe .price-text {
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 24px;
  text-align: center;
}
#subcriptn-pgwe .savings-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #ffebeb;
  color: #d78908 !important;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  height: 24px;
}
#subcriptn-pgwe .feature-list li {
  padding: 6px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
#subcriptn-pgwe .featured-card .feature-list li {
  border-bottom-color: rgba(255, 255, 255, 0.1490196078);
}
#subcriptn-pgwe .pric-in-pad {
  padding: 16px 16px;
}
#subcriptn-pgwe .pricing-card h5 {
  background: #23537e;
  font-family: "EB Garamond", serif;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 991px) {
  #subcriptn-pgwe .featured-card {
    transform: scale(1);
    margin: 20px 0;
  }
}

.ls-2 {
  letter-spacing: 2px;
  font-size: 0.75rem;
}

.icon-circle {
  color: #D98600;
  width: 45px;
  height: 45px;
  border: 1px solid #D98600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.btn-minimal {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 5px;
}

.btn-minimal::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #D98600;
  transition: width 0.3s ease;
}

.btn-minimal:hover::after {
  width: 100%;
}

.architect-footer .col-md-4 {
  transition: background-color 0.4s ease;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.architect-footer .col-md-4:hover {
  background-color: #fcfcfc;
}

.architect-footer .col-md-4:hover .icon-circle {
  background-color: #D98600;
  color: #fff;
}

@media (max-width: 768px) {
  .border-end {
    border-end: none !important;
    border-bottom: 1px solid #dee2e6;
  }
}
#store-page {
  padding: 41px 54px;
}
#store-page .hero-section {
  background: #c7d2dc;
  padding: 51px 0;
  border: 20px solid #fff;
}
#store-page .hero-card {
  background: #fff;
  padding: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1019607843);
  max-width: 500px;
}
#store-page .hero-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
#store-page .hero-sub {
  color: #555;
  margin: 20px 0 30px;
}
#store-page .btn-dark {
  padding: 12px 30px;
  font-weight: 600;
}
#store-page .carousel-indicators {
  bottom: -50px;
}
#store-page .carousel-indicators [data-bs-target] {
  background-color: #333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#store-page .hero-img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #store-page .hero-section {
    padding: 50px 0;
    text-align: center;
  }
  #store-page .hero-card {
    margin: 0 auto 40px;
  }
}
#store-page .red-morre_1 {
  background: #D98600;
  border: 1px solid #D98600;
  color: #fff;
  padding: 9px 24px;
}

#store-items-list {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 44%);
}
#store-items-list .section-title {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 34px;
  font-family: "EB Garamond", serif;
}
#store-items-list .product-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
  height: 100%;
}
#store-items-list .product-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.0784313725);
  transform: translateY(-5px);
}
#store-items-list .product-img {
  background: #eef2f5;
  padding: 0px;
  text-align: center;
}
#store-items-list .product-img img {
  max-height: 100%;
  height: auto !important;
}
#store-items-list .product-body {
  padding: 20px;
}
#store-items-list .product-type {
  font-size: 16px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 8px;
}
#store-items-list .product-title {
  font-weight: 600;
  font-size: 21px;
  font-family: "EB Garamond", serif;
  margin-bottom: 10px;
}
#store-items-list .product-author {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
#store-items-list .product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
#store-items-list .price {
  font-weight: 600;
  font-size: 16px;
}
#store-items-list .view-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background: #e9e7e1;
  padding: 5px 12px;
  border-radius: 5px;
}
#store-items-list .rupe-icn {
  position: relative;
  top: 0;
}

#hder-menubarss_store .primary-menu {
  margin: 0px auto;
  width: auto;
}

#hder-menubarss_store {
  border-bottom: 1px solid #d8d8d8;
}

.store-hdd-centr-comn h1 {
  font-size: 60px;
  font-weight: 600;
}

.store-hdd-centr-comn {
  text-align: center;
}

.topic-card h3 {
  font-size: 23px;
}

#store-detls-pgge {
  padding: 34px 0 0px;
  font-size: 17px;
  line-height: 30px;
}
#store-detls-pgge .container_32 {
  background: #fff;
  width: 88%;
  margin: 0px auto;
  padding: 0 52px;
}
#store-detls-pgge .add-cart {
  background: #D98600;
  width: 45% !important;
  margin-left: 17px;
  position: relative;
  top: -9px;
}
#store-detls-pgge .add-cart:hover {
  background: #0B2B4E;
  width: 45% !important;
  margin-left: 17px;
  position: relative;
  top: -9px;
}
#store-detls-pgge .qty-box {
  display: flex;
}
#store-detls-pgge .qty-box label {
  padding-right: 18px;
  padding-top: 7px;
}
#store-detls-pgge #qty {
  width: 121px;
  height: 43px;
  position: relative;
  top: 3px;
}
#store-detls-pgge .crt-itm-wdth2 {
  width: 100%;
  display: flex;
  height: 43px;
  margin-top: 27px !important;
}
#store-detls-pgge .btn-close {
  position: absolute;
  right: -11px;
  top: -12px;
}
#store-detls-pgge .modal-content {
  padding: 25px 25px;
}
#store-detls-pgge .btnb-prmy {
  background: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #D98600;
  width: 100%;
  margin: 12px auto 0;
}
#store-detls-pgge .btnb-prmy:hover {
  background: #D98600;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 1px solid #D98600;
  width: 100%;
  margin: 12px auto 0;
}
#store-detls-pgge .btn-warning {
  background: #D98600;
  border: 1px solid #D98600;
  color: #fff;
}
#store-detls-pgge .btn-check:checked + .btn, #store-detls-pgge .btn.active, #store-detls-pgge .btn.show, #store-detls-pgge .btn:first-child:active, #store-detls-pgge :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: #d98600;
  border-color: #d98600;
}
#store-detls-pgge .modal-xl {
  --bs-modal-width: 83%;
}

#cart-store {
  padding: 60px 0;
  border-bottom: 1px solid #d7d7d7;
}
#cart-store .btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D98600;
  --bs-btn-border-color: #D98600;
}

#chckout-ppege {
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}
#chckout-ppege .needs-validation {
  background: #fff;
  padding: 23px 28px;
  border-radius: 6px;
}
#chckout-ppege .text-primary {
  color: rgb(0, 0, 0) !important;
}
#chckout-ppege .bg-primary {
  background-color: #D98600 !important;
}
#chckout-ppege .btn-warning {
  background: #D98600;
  color: #fff;
  border: 1px solid #D98600;
}
#chckout-ppege .form-check-input:checked {
  background-color: #d98600;
  border-color: #d98600;
}

#profle-itemms {
  padding: 71px 0 0;
}
#profle-itemms .profile-header {
  color: #fff;
  padding: 0px 0 15px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  background: #0B2B4E;
  border-radius: 7px;
  margin-bottom: 6px;
}
#profle-itemms .vertical-tabs .nav-link {
  text-align: left;
  padding: 15px 14px;
  color: #000;
  font-weight: 600;
  border-radius: 7px;
  width: 100%;
  background: #f4f4f4;
  margin: 3px auto;
}
#profle-itemms .vertical-tabs .nav-link.active {
  text-align: left;
  background: #D98600;
  padding: 15px 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 7px;
  width: 100%;
}
#profle-itemms .mobile-tab-dropdown {
  display: none;
}
#profle-itemms .library-wrapper {
  padding: 0 28px 0 3px;
}
#profle-itemms .library-sidebar h6 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 25px;
}
#profle-itemms .folder-link {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #333;
}
#profle-itemms .folder-link.active {
  color: #0B2B4E;
  font-weight: 600;
}
#profle-itemms .article-item {
  padding: 23px 21px;
  background: #f4f4f4;
  margin-bottom: 14px;
  border-radius: 12px;
}
#profle-itemms .article-title {
  font-weight: 600;
  font-size: 20px;
}
#profle-itemms .article-meta {
  font-size: 16px;
  text-transform: uppercase;
  color: #0B2B4E;
}
#profle-itemms .article-desc {
  font-size: 16px;
  color: #555;
}
#profle-itemms .article-actions a {
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
  color: #444;
}
#profle-itemms .article-actions a:hover {
  color: #0B2B4E;
}
#profle-itemms .article-date {
  font-size: 16px;
  color: #888;
}
@media (max-width: 991px) {
  #profle-itemms .vertical-tabs {
    display: none;
  }
  #profle-itemms .mobile-tab-dropdown {
    display: block;
    margin-bottom: 20px;
  }
  #profle-itemms .library-sidebar {
    border-right: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
}
#profle-itemms .folder-item {
  margin-bottom: 7px;
  padding: 4px 11px;
  background: #f4f4f4;
  border-radius: 4px;
}
#profle-itemms .new-folder-box {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#profle-itemms .new-folder-btn {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px;
  background: #f9f9f9;
}
#profle-itemms .new-folder-btn:hover {
  background: #f1f1f1;
}
#profle-itemms .conwth-itm {
  background: #fff;
  padding: 39px 5px 37px 32px;
  border-radius: 24px 24px 0 0;
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.0705882353);
}
#profle-itemms .vertical-tabs .nav-link span {
  float: right;
}
#profle-itemms .pncil-edit {
  position: relative;
  top: -2px;
}
#profle-itemms .profile-header h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0px auto;
}
#profle-itemms .profile-card {
  padding: 0 49px 0 17px;
}
#profle-itemms .section-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}
#profle-itemms .form-label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#profle-itemms .form-control, #profle-itemms .form-select {
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}
#profle-itemms .form-text {
  font-size: 16px;
  color: #6c757d;
}
#profle-itemms .btn-dark-custom {
  background: #0B2B4E;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
}
#profle-itemms .btn-outline-custom {
  border: 1px solid #0B2B4E;
  padding: 10px 25px;
  border-radius: 8px;
}
#profle-itemms .btn-dark-custom:hover {
  background: #333;
}

#tble-contnt-magazinee {
  padding: 40px 0;
  position: relative;
}
#tble-contnt-magazinee .hbr-header {
  border-bottom: 2px solid #0B2B4E;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
#tble-contnt-magazinee .article-title {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: 0.2s;
}
#tble-contnt-magazinee .article-title:hover {
  color: var(--hbr-red);
}
#tble-contnt-magazinee .category-tag {
  color: #D98600 !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: inline-block;
}
#tble-contnt-magazinee .author-line {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 8px;
}
#tble-contnt-magazinee .summary-text {
  font-size: 17px;
  color: #000;
  line-height: 28px;
}
#tble-contnt-magazinee {
  /* Custom Tabs Styling */
}
#tble-contnt-magazinee .nav-tabs .nav-link {
  color: #000;
  border: 1px solid #fff !important;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  background: #fff;
  border-radius: 6px;
  margin-right: 8px;
}
#tble-contnt-magazinee {
  /*.nav-tabs .nav-link.active { color: #fff !important; border: 1px solid #d98600 !important; background: #d98600; border-radius: 6px; }*/
}
#tble-contnt-magazinee .nav-tabs .nav-link.active {
  color: #0b2b4e !important;
  border: none;
  background: none;
  font-family: "EB Garamond", serif;
  font-size: 26px;
  padding: 12px 0;
  border-bottom: 2px solid #d98600 !important;
  border-radius: 0;
}
#tble-contnt-magazinee .display-7 {
  font-size: 30px;
  position: relative;
  top: -8px;
}
#tble-contnt-magazinee {
  /* Responsive Mobile Dropdown */
}
#tble-contnt-magazinee #mobileTabSelector {
  font-weight: 700;
  border: 2px solid #eee;
  padding: 12px;
  border-radius: 0;
}
#tble-contnt-magazinee {
  /* Content UI */
}
#tble-contnt-magazinee .section-divider {
  border-radius: 13px;
  font-family: "EB Garamond", serif;
  background: linear-gradient(90deg, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  border-left: 3px solid #D98600;
  color: #0B2B4E;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#tble-contnt-magazinee .article-card {
  border-bottom: 1px solid #eee;
  padding: 2rem 0;
  background: linear-gradient(90deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
  margin-bottom: 22px;
  border-radius: 16px;
}
#tble-contnt-magazinee .img-featured {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
#tble-contnt-magazinee .issue-selector {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eee;
}
#tble-contnt-magazinee .text-primary {
  color: #D98600 !important;
}

#explr-itm {
  padding: 60px 0;
  background: #f4f4f4;
}

#journl-home-pge {
  padding: 78px 0 0;
  position: relative;
}
#journl-home-pge .sidebar {
  background-color: #D98600;
  color: #fff;
  padding: 10px 31px 0 42px;
}
#journl-home-pge .nav-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
#journl-home-pge .nav-link:hover {
  opacity: 0.8;
}
#journl-home-pge .main-content {
  padding: 3rem;
  background-color: #fff;
}
#journl-home-pge .journal-header {
  border-top: 5px solid #D98600;
  padding-top: 20px;
  margin-bottom: 30px;
}
#journl-home-pge .info-label {
  font-weight: 600;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #journl-home-pge .sidebar {
    min-height: auto;
  }
}
#journl-home-pge .container {
  max-width: 90%;
}
#journl-home-pge .table thead th {
  background-color: #23537e !important;
  text-transform: capitalize;
  border-bottom: 2px solid #dee2e6;
  padding: 12px;
  color: #fff;
}
#journl-home-pge .table tbody td {
  padding: 9px 12px;
  color: #555;
}
#journl-home-pge .profile-block h5 {
  color: #333;
}
#journl-home-pge .table-responsive {
  border-radius: 4px;
  overflow: hidden;
}
#journl-home-pge .login-card {
  background: #fff;
  border: none;
  border-radius: 24px;
  box-shadow: 0 9px 19px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 557px;
  padding: 40px;
  margin: 0px auto;
}
#journl-home-pge .icon-circle {
  width: 80px;
  height: 80px;
  background: #fff5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 2px solid #fee2e2;
}
#journl-home-pge .form-control {
  border-radius: 12px;
  padding: 12px 16px;
  border: 2px solid #eee;
  transition: all 0.3s ease;
}
#journl-home-pge .form-control:focus {
  border-color: #D98600;
  box-shadow: none;
  background-color: #fff;
}
#journl-home-pge .btn-login {
  background: #D98600;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: transform 0.2s;
}
#journl-home-pge .btn-login:hover {
  background: #D98600;
  transform: translateY(-2px);
}
#journl-home-pge .btn-reset {
  background: #f1f3f5;
  color: #495057;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
}
#journl-home-pge .forgot-link {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
#journl-home-pge .forgot-link:hover {
  color: #D98600;
}
#journl-home-pge .journl-wdth-iitm {
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
#journl-home-pge .retive-logn {
  max-width: 100%;
  border-radius: 20px;
  width: 52%;
}
#journl-home-pge .form-select {
  background-size: 16px 12px;
  border: 2px solid #eee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 51px;
  border-radius: 12px;
}
#journl-home-pge .dashboard-header {
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 40px;
  border-left: 3px solid #d98600;
  padding-left: 15px;
  font-size: 22px;
}
#journl-home-pge .premium-card {
  background: #f4f4f4;
  backdrop-filter: blur(10px);
  border: 1px solid #333;
  border-radius: 24px;
  padding: 16px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
#journl-home-pge .premium-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--accent-red);
  transform: translateY(-4px);
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.4);
}
#journl-home-pge .premium-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 77, 77, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
}
#journl-home-pge .premium-card:hover::before {
  opacity: 1;
}
#journl-home-pge .icon-box {
  width: 54px;
  height: 54px;
  background: #d98600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 7px;
  color: #fff;
  transition: 0.3s;
}
#journl-home-pge .premium-card:hover .icon-box {
  color: #fff;
  transform: scale(1.1);
}
#journl-home-pge .count-tag {
  background: #23537e;
  color: #fff;
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
}
#journl-home-pge .card-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #d98600;
  margin-bottom: 10px;
}
#journl-home-pge .btn-view {
  margin-top: auto;
  color: var(--accent-red);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}
#journl-home-pge .dshbrd-iitm123 {
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  padding: 20px;
  border-radius: 11px;
  height: 380px;
}
#journl-home-pge .dhbrd-hdd_12 h4 {
  font-size: 19px;
}
#journl-home-pge #threeDPieChart {
  filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.2));
}
#journl-home-pge .chart-center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #e2e8f0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
  z-index: 10;
  color: #475569;
  font-weight: 600;
  font-size: 0.7rem;
  text-align: center;
}
#journl-home-pge .chart-center-circle i {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#journl-home-pge .chart-center-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 5;
  color: #64748b;
  pointer-events: none;
}
#journl-home-pge .chart-center-hub i {
  font-size: 2rem;
  margin-bottom: 5px;
}
#journl-home-pge .news-marquee {
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
}
#journl-home-pge .news-header {
  background: #0B2B4E;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
}
#journl-home-pge .news-body {
  height: 200px;
  overflow: hidden;
  position: relative;
}
#journl-home-pge .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scrollUp 12s linear infinite;
}
#journl-home-pge .news-list li {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  background: #fff;
}
#journl-home-pge .news-body:hover .news-list {
  animation-play-state: paused;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
#journl-home-pge .topbar {
  background: #0B2B4E;
}
#journl-home-pge .topbar .nav-link {
  color: #fff !important;
  font-weight: 500;
}
#journl-home-pge .page-title {
  color: #0B2B4E;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#journl-home-pge .step-tabs .nav-link {
  background: #e3e3e3;
  color: #000 !important;
  margin-right: 5px;
  border-radius: 6px 6px 0 0;
  padding: 12px 30px !important;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
}
#journl-home-pge .step-tabs .nav-link.active {
  background: #d98600;
  color: #fff !important;
}
#journl-home-pge .mobile-tab-dropdown {
  display: none;
}
@media (max-width: 768px) {
  #journl-home-pge .step-tabs {
    display: none;
  }
  #journl-home-pge .mobile-tab-dropdown {
    display: block;
  }
}
#journl-home-pge .form-section {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
#journl-home-pge .btn-maroon {
  background: #0B2B4E;
  color: #fff;
}
#journl-home-pge .btn-maroon:hover {
  background: #D98600;
  color: #fff;
}
#journl-home-pge .btn-danger {
  --bs-btn-bg: #d98600;
  --bs-btn-border-color: #d98600;
}
#journl-home-pge .btn-orange {
  background: #d98600;
  border: 1px solid #d98600;
  color: #fff;
}
#journl-home-pge .btn-orange:hover {
  background: #0B2B4E;
  border: 1px solid #0B2B4E;
  color: #fff;
}

.text-warning {
  color: rgb(217, 134, 0) !important;
}

.text-primary {
  color: rgb(35, 83, 126) !important;
}

.shadow-lg {
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.11) !important;
}

.text-danger {
  color: rgb(217, 134, 0) !important;
  font-size: 16px;
}

.btn-primary {
  --bs-btn-bg: #23537e;
  --bs-btn-border-color: #23537e;
}

.dropdown-toggle::after {
  float: right;
  position: relative;
  top: 10px;
}

.dropdown-arrow {
  position: absolute;
  right: 16px;
  top: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  cursor: pointer;
  pointer-events: none;
}

#searchBox {
  background: #f4f4f4;
}

.option {
  border-bottom: 1px solid #ddd;
}

.wrapper {
  position: relative;
  margin: 0px auto 16px;
  max-width: 100%;
}

.dropdown-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.clear-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  color: #888;
}

#dropdownList {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

#searchBox {
  background: #fff;
  width: 100%;
  padding: 12px;
  border: none;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 8px;
}

.option {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.option:hover {
  background: #f1f1f1;
}

#dropdownList {
  background: #f4f4f4;
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 7px;
}

.rgt-icons {
  background: #f4f4f4;
  text-align: center;
  width: 70px;
  height: 70px;
  padding: 19px 19px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  margin: 76px auto;
  float: left;
  position: absolute;
  right: 16px;
  top: 0;
}

.schm-hdd-123 {
  background: #f4f4f4;
  margin: 0px auto;
  padding: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 7px;
}

.article-item {
  background: #fff;
  margin-bottom: 19px;
  padding: 0 16px;
  border-radius: 14px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2588235294);
}

.save-popup {
  position: absolute;
  width: 280px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
  animation: fadeIn 0.2s ease;
}

/* Arrow */
.popup-arrow {
  position: absolute;
  top: -8px;
  left: 30px;
  width: 16px;
  height: 16px;
  background: #d98600;
  transform: rotate(45deg);
  box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.05);
}

/* Header */
.popup-header {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #d98600;
  color: #fff;
  font-size: 23px;
}

.close-popup {
  border: none;
  background: none;
  font-size: 31px;
  color: #fff;
  height: 25px;
  position: relative;
  top: -12px;
}

/* Body */
.popup-body {
  padding: 15px;
}

.folder-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
}

.folder-item input {
  width: 16px;
  height: 16px;
}

/* Create folder */
.create-folder {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}

/* Save button */
.save-final-btn {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.new-folder-form {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  animation: fadeIn 0.2s ease;
}

.new-folder-form input,
.new-folder-form textarea {
  font-size: 13px;
  border-radius: 4px;
}

.create-folder {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}

.share-popup {
  position: absolute;
  width: 500px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
  animation: fadeIn 0.2s ease;
}

.share-tabs span {
  margin-right: 15px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.share-tabs span.active {
  font-weight: 600;
  color: #000;
}

.share-final-btn {
  width: 100%;
  padding: 10px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
}

.close-share {
  background: none;
  border: none;
  font-size: 43px;
  padding: 0;
  color: #fff;
}

.hbr-card {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}

.hbr-title {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.hbr-category {
  color: #008ca8;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.hbr-authors {
  color: #666;
  font-size: 0.9rem;
}

.hbr-price {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 18px;
  position: relative;
  top: 6px;
}

.btn-hbr {
  background-color: #c00;
  color: white;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: 600;
}

.btn-hbr:hover {
  background-color: #a00;
  color: white;
}

.action-link {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  margin-right: 1.5rem;
}

.book-date {
  color: #666;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.btn-hbr {
  background: #d98600;
  color: #fff;
}

.lder-shopp {
  font-size: 34px;
  color: #d98600;
  margin-bottom: 17px !important;
}

#podcst-sectnn {
  padding: 60px 0;
}
#podcst-sectnn .podcast-img-box {
  border: 1px solid #eee;
  padding: 25px;
  background: #fafafa;
}
#podcst-sectnn .podcast-links span {
  font-size: 16px;
  color: #000;
}
#podcst-sectnn .pdcst-hdd {
  font-size: 47px;
  color: #D98600;
}
#podcst-sectnn .podcast-links span i {
  color: #D98600;
}
#podcst-sectnn .knww-morre-podcst a {
  background: #D98600;
  border: 1px solid #D98600;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 15px;
  border-radius: 6px;
  letter-spacing: 1px;
}
#podcst-sectnn .knww-morre-podcst a:hover {
  background: #0B2B4E;
  border: 1px solid #0B2B4E;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 15px;
  border-radius: 6px;
  letter-spacing: 1px;
}
#podcst-sectnn .knww-morre-podcst {
  margin: 21px auto 0;
}

.play-btn {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
}

.slct-yer {
  font-weight: 600;
  position: relative;
  top: 5px;
  padding-right: 13px;
}

.prtner-hdd {
  font-size: 35px;
}

.episode-item {
  border-bottom: 1px solid #c9c9c9;
  padding: 27px 0px;
}

.custom-player {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #d98600;
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
}

.circle-play {
  width: 60px;
  height: 60px;
  border: 2px solid #d98600;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #d98600;
  margin-left: 5px;
}

.pause-icon {
  width: 15px;
  height: 20px;
  border-left: 5px solid #d98600;
  border-right: 5px solid #d98600;
}

.control-section {
  flex-grow: 1;
}

.time-display {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.progress-container {
  width: 100%;
  margin-bottom: 10px;
}

input[type=range] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #d98600;
  height: 4px;
  border-radius: 2px;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.skip-controls {
  display: flex;
  gap: 15px;
}

.skip-controls button {
  background: none;
  border: none;
  color: #000;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.8;
}

#sticky-wrapper {
  width: 100%;
  margin: 20px 0;
}

/* This class gets added by JS when you scroll down */
.custom-player.fixed {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%; /* Spans full width when sticky */
  z-index: 9999;
  border-radius: 0; /* Looks better full-width */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 10px 10%; /* Adds side padding so content stays centered */
}

#tb-cont-audioplyer .custom-player.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 10px 10%;
}
#tb-cont-audioplyer .nav-tabs {
  border: none !important;
}
#tb-cont-audioplyer .nav-tabs .nav-link {
  background: #e9e7e1;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  border-radius: 0 !important;
  padding: 13px 33px;
}
#tb-cont-audioplyer .nav-tabs .nav-item.show .nav-link, #tb-cont-audioplyer .nav-tabs .nav-link.active {
  background: #d98600 !important;
  border: 1px solid #d98600 !important;
  color: #fff !important;
}
#tb-cont-audioplyer .tab-pane {
  font-size: 17px;
  line-height: 32px;
}

#tb-cont-audioplyer .custom-player.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-radius: 0;
  padding: 10px 10%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#tb-cont-audioplyer .follow-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  transition: 0.2s;
}
#tb-cont-audioplyer .follow-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  margin-right: 8px;
  font-weight: 600;
}
#tb-cont-audioplyer .follow-btn.active {
  color: #333;
}
#tb-cont-audioplyer .follow-btn.active .follow-icon {
  background: #d98600;
  color: #fff;
  border-color: #d98600;
}
#tb-cont-audioplyer .follow-container {
  background: #f4f4f4;
  padding: 22px 25px;
  line-height: 29px;
  border-radius: 7px;
}

#contn-pge-para {
  padding: 60px 0;
  position: relative;
}
#contn-pge-para h1 {
  font-weight: 600;
  color: #fff;
}
#contn-pge-para h2 {
  font-weight: 600;
  color: #D98600;
}
#contn-pge-para h3 {
  font-weight: 600;
  color: #D98600;
}
#contn-pge-para h4 {
  font-weight: 600;
  color: #D98600;
}
#contn-pge-para h5 {
  font-weight: 600;
  color: #D98600;
}
#contn-pge-para p {
  font-size: 17px;
  line-height: 33px;
}
#contn-pge-para .contn-pge-boxpass {
  background: #fff;
  padding: 46px 343px 46px 46px;
  border-radius: 0;
}
#contn-pge-para table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
}
#contn-pge-para table thead tr th {
  background: #0B2B4E;
  color: #fff;
}
#contn-pge-para th {
  text-align: left;
  padding: 10px !important;
}
#contn-pge-para td {
  text-align: left;
  padding: 11px;
  background: none;
}
#contn-pge-para tr:nth-child(odd) {
  background-color: #FFF;
}
#contn-pge-para tr:nth-child(even) {
  background-color: #f5f5f5;
}
#contn-pge-para table tr {
  border: 1px solid #d7d5d5;
}

#uni-contact-v2 {
  padding: 100px 0;
}
#uni-contact-v2 .uni-header {
  margin-bottom: 60px;
  max-width: 700px;
}
#uni-contact-v2 .sub-tag {
  color: #d98600;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}
#uni-contact-v2 .uni-header h1 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.1;
  margin: 15px 0;
}
#uni-contact-v2 .text-green {
  color: #d98600;
}
#uni-contact-v2 .uni-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
#uni-contact-v2 .method-card {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
  background: #f4f4f4;
}
#uni-contact-v2 .method-card:hover {
  background: #f9f9f9;
}
#uni-contact-v2 .icon-box {
  width: 50px;
  height: 50px;
  background: #d98600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.2rem;
}
#uni-contact-v2 .method-content h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
#uni-contact-v2 .method-content a {
  color: #D98600;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
#uni-contact-v2 .method-content a:hover {
  border-bottom: 1px solid rgba(0, 109, 152, 0.3764705882) 837;
}
#uni-contact-v2 .input-group {
  position: relative;
  margin-bottom: 30px;
}
#uni-contact-v2 input, #uni-contact-v2 textarea, #uni-contact-v2 select {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  font-size: 1rem;
  background: transparent;
  transition: 0.3s;
}
#uni-contact-v2 input:focus, #uni-contact-v2 textarea:focus {
  outline: none;
  border-bottom-color: #d98600;
}
#uni-contact-v2 label {
  position: absolute;
  top: 15px;
  left: 0;
  color: #999;
  transition: 0.3s;
  pointer-events: none;
}
#uni-contact-v2 input:not(:-moz-placeholder) + label {
  top: -10px;
  font-size: 16px;
  color: #D98600;
  font-weight: 600;
}
#uni-contact-v2 input:focus + label, #uni-contact-v2 input:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 16px;
  color: #D98600;
  font-weight: 600;
}
#uni-contact-v2 .uni-btn-primary {
  background: #1a1a1a;
  color: #fff;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
#uni-contact-v2 .uni-btn-primary:hover {
  background: #D98600;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 104, 55, 0.2);
}
@media (max-width: 992px) {
  #uni-contact-v2 .uni-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #uni-contact-v2 .uni-header h1 {
    font-size: 2.5rem;
  }
}
#uni-contact-v2 .uni-contt-bg {
  background: #fff;
  padding: 40px;
}

#feeds .inner-font-big {
  font-size: 37px;
}
#feeds .topic-sidebar {
  border-right: 1px solid #ddd;
  padding-right: 25px;
}
#feeds .topic-sidebar h6 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
#feeds .topic-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 26px !important;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
#feeds .topic-item a {
  text-decoration: none;
  color: #333;
}
#feeds .topic-item.active a {
  color: #23537e;
  font-weight: 600;
}
#feeds .close-btn {
  cursor: pointer;
  font-size: 16px;
  color: #777;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feeds .close-btn:hover {
  background: #eee;
}
#feeds .find-more-btn {
  margin-top: 20px;
  border: 1px solid #999;
  padding: 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
#feeds .article-item {
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
}
#feeds .article-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
#feeds .article-meta {
  font-size: 16px;
  text-transform: uppercase;
  color: #007bff;
  font-weight: 600;
}
#feeds .article-desc {
  font-size: 16px;
  color: #444;
  margin: 8px 0 12px;
}
#feeds .article-actions {
  font-size: 16px;
  color: #777;
}
#feeds .article-img {
  width: 100%;
  border-radius: 3px;
}
@media (max-width: 768px) {
  #feeds .topic-sidebar {
    border-right: none;
    margin-bottom: 25px;
  }
  #feeds .article-img {
    margin-top: 15px;
  }
}
#feeds #topicArticles {
  width: 98%;
}

.follow-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  transition: 0.2s;
}

.follow-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  margin-right: 8px;
  font-weight: 600;
}

.follow-btn.active {
  color: #333;
}

.follow-btn.active .follow-icon {
  background: #d98600;
  color: #fff;
  border-color: #d98600;
}

.follow-container {
  background: #f4f4f4;
  padding: 22px 25px;
  line-height: 29px;
  border-radius: 7px;
}

#pge_reading-lists_wdth {
  padding: 24px 0 54px;
}
#pge_reading-lists_wdth .section-title {
  font-size: 3.5rem;
  letter-spacing: -1px;
  color: #d98600;
  display: inline-block;
  margin-bottom: 1.5rem;
}
#pge_reading-lists_wdth .reading-row {
  padding: 2rem 15px;
  border-bottom: 1px solid #c9c9c9;
  transition: background-color 0.4s ease;
  background: #fff; /* margin: -32px auto 0;*/
}
#pge_reading-lists_wdth .reading-row:hover {
  background-color: #fafafa;
}
#pge_reading-lists_wdth .article-count {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #d98600;
  margin-bottom: 1rem;
  display: block;
}
#pge_reading-lists_wdth .list-title {
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: #000;
  display: block;
}
#pge_reading-lists_wdth .list-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  max-width: 500px;
}
#pge_reading-lists_wdth .curated-date {
  font-size: 0.85rem;
  color: #999;
  margin-top: 2rem;
}
#pge_reading-lists_wdth .img-container {
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #f0f0f0;
}
#pge_reading-lists_wdth .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(20%);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#pge_reading-lists_wdth .reading-row:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}
#pge_reading-lists_wdth .hover-underline {
  display: inline-block;
  position: relative;
}
#pge_reading-lists_wdth .hover-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
#pge_reading-lists_wdth .reading-row:hover .hover-underline::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#pge_reading-lists_wdth .lfft-padd {
  padding: 0 26% 0 40px;
  line-height: 29px;
  font-size: 17px;
}

#data-visul-dep1 {
  padding: 61px 0px;
}
#data-visul-dep1 .sidebar {
  width: 65%;
  background: #fff;
  position: sticky;
  top: 0;
  padding: 2rem 1.25rem;
  border-right: 1px solid #eee;
  overflow-y: auto;
}
#data-visul-dep1 .sidebar-brand {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  display: block;
  text-decoration: none;
  color: #000;
}
#data-visul-dep1 .nav-section-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d98600 !important;
  margin: 1.5rem 0 0.5rem;
  font-weight: 600;
}
#data-visul-dep1 .nav-link {
  font-size: 17px !important;
  color: #000 !important;
  padding: 0.35rem 0;
  transition: all 0.2s;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #e9e9e9;
}
#data-visul-dep1 .nav-link:hover, #data-visul-dep1 .nav-link.active {
  color: var(--hbr-red);
  padding-left: 10px;
}
#data-visul-dep1 .nav-link.active {
  border-left-color: var(--hbr-red);
  font-weight: 600;
}
#data-visul-dep1 .content-wrap {
  padding: 3rem 4%;
}
#data-visul-dep1 .chart-row {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
#data-visul-dep1 .chart-label {
  width: 100px;
  font-size: 0.85rem;
  font-weight: 600;
}
#data-visul-dep1 .progress-container {
  flex-grow: 1;
  height: 12px;
  background: #f8f8f8;
  margin: 0 1.5rem;
  position: relative;
}
#data-visul-dep1 .progress-fill {
  height: 100%;
  background: #000;
  transition: width 1s;
}
#data-visul-dep1 .percentage-val {
  font-weight: 600;
  width: 50px;
  text-align: right;
}
@media (max-width: 991px) {
  #data-visul-dep1 .sidebar {
    display: none;
  }
  #data-visul-dep1 .content-wrap {
    padding: 2rem 1rem;
  }
}
#data-visul-dep1 .contnt-pgge-conts {
  background: #fff;
  padding: 37px;
  line-height: 35px;
}
#data-visul-dep1 #data-visul-dep1 .sidebar {
  width: 280px;
}

.downlodd-icon a {
  text-transform: uppercase;
  background: #d98600;
  border: 1px solid #d98600;
  color: #fff;
  letter-spacing: 1px;
}

.mmor-bnttn {
  justify-content: space-between;
}

#case-sectn_12 .section-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}
#case-sectn_12 .section-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #D98600;
}
#case-sectn_12 .case-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #fff;
  border: 1px solid #D98600;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  color: inherit;
}
#case-sectn_12 .case-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #D98600;
  transform: translateY(-5px);
  z-index: 10;
}
#case-sectn_12 .case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #D98600;
  transition: height 0.3s ease;
}
#case-sectn_12 .case-card:hover::before {
  height: 4px;
}
#case-sectn_12 .category-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--hbs-red);
  margin-bottom: 1rem;
}
#case-sectn_12 .case-title {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000;
}
#case-sectn_12 .case-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}
#case-sectn_12 .case-footer {
  padding-top: 1.5rem;
  border-top: 1px solid #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
#case-sectn_12 .date-text {
  color: #aaa;
}
#case-sectn_12 .contents-btn {
  font-weight: 600;
  text-transform: uppercase;
  color: #d98600;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#case-sectn_12 .case-insde-midd {
  background: #fff;
  padding: 29px 31px;
}
#case-sectn_12 .text-muted {
  color: #fff !important;
}

.hedding-case-sect { /*background: #0b2b4e;*/
  background: url(../images/bg-blue.jpg) top;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
}

#thre-box-bttns-dwnlod .info-box {
  background: #e9e9e9;
  padding: 20px 10px;
}
#thre-box-bttns-dwnlod .info-item {
  padding: 10px 25px;
}
#thre-box-bttns-dwnlod .info-item:not(:last-child) {
  border-right: 1px solid #cfcfcf;
}
#thre-box-bttns-dwnlod .change-link {
  font-weight: 600;
  color: #0d6efd;
  text-decoration: underline;
}
#thre-box-bttns-dwnlod .sub-text {
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.3;
}
#thre-box-bttns-dwnlod .download-link {
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
#thre-box-bttns-dwnlod .article-title {
  font-weight: 600;
  text-decoration: underline;
}
#thre-box-bttns-dwnlod .article-date {
  font-size: 16px;
  color: #444;
}
@media (max-width: 768px) {
  #thre-box-bttns-dwnlod .info-item {
    border-right: none !important;
    border-bottom: 1px solid #cfcfcf;
  }
  #thre-box-bttns-dwnlod .info-item:last-child {
    border-bottom: none;
  }
}

#case-selct-iitm-lft {
  padding: 60px 0;
}
#case-selct-iitm-lft .bg-sidebar {
  background-color: #0B2B4E;
  line-height: 28px !important;
}
@media (min-width: 992px) {
  #case-selct-iitm-lft .sticky-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
}
#case-selct-iitm-lft .sidebar-title {
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
}
#case-selct-iitm-lft .article-number {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
#case-selct-iitm-lft .border-bottom-custom {
  border-bottom: 1px solid #dee2e6;
}
#case-selct-iitm-lft .text-muted {
  margin: 0 auto 7px !important;
}

.pdf-link2 {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: flex;
  background: #d98600;
  padding: 4px 10px;
  border-radius: 5px;
  width: 70px;
  margin-top: 4px;
}

.pdf-link2:hover {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: flex;
  background: #0B2B4E;
  padding: 4px 10px;
  border-radius: 5px;
  width: 70px;
  margin-top: 4px;
}

.pdf-link {
  height: 29px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: flex;
  background: #d98600;
  padding: 4px 10px;
  border-radius: 5px;
  width: 70px;
  margin-top: 4px;
}

.pdf-link:hover {
  height: 29px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: flex;
  background: #0B2B4E;
  padding: 4px 10px;
  border-radius: 5px;
  width: 70px;
  margin-top: 4px;
}

.pdf-link i {
  font-size: 14px;
  display: block;
  margin-bottom: -2px;
  margin-right: 7px;
}

.banner-text p {
  margin: 0px auto;
  line-height: 20px;
}

#top-banner {
  background: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
#top-banner .banner-content {
  padding: 11px 8%;
}
#top-banner .logo-box {
  background: #0B2B4E;
  color: #fff;
  height: 89px;
  line-height: 19px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
  width: 57px;
  text-transform: uppercase;
  text-align: center;
}
#top-banner .banner-text {
  color: #333;
  width: 63%;
}
#top-banner .banner-text span {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  display: block;
  font-size: 24px;
  margin-bottom: 4px;
}
#top-banner .btn-register {
  background-color: #d98600;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  transition: background 0.3s;
}
#top-banner .btn-register:hover {
  background-color: #333;
}
#top-banner .close-banner {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  line-height: 1;
}
#top-banner .close-banner:hover {
  color: #000;
}
#top-banner .hidden {
  display: none !important;
}
#top-banner .text-ads {
  display: flex;
  gap: 18px;
  max-width: 100%;
  margin: 0px auto;
  height: 100%;
}
#top-banner .owl-dots {
  display: none;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 999;
}

.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.popup-box {
  background: #fff;
  width: 58%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transform: translateY(-30px);
  transition: 0.3s ease;
}

.popup-overlay.active .popup-box {
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  top: 6px;
  right: 4px;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
  padding: 7px 10px;
  border-radius: 50%;
}

.popup-btn {
  margin-top: 15px;
  padding: 8px 15px;
  border: none;
  background: #f60;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.pd-pd-lf-rgt {
  padding: 18px 39px !important;
}

.collectn-bbg-white {
  background: #fff;
  padding: 30px 31px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 4px;
}

.fnt-5 {
  font-size: 17px;
}

.text-muted {
  font-size: 17px;
  line-height: 27px;
}

#owl-demo-15 .item img {
  width: auto;
}

.in-ad-items {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.fw-bold {
  font-weight: 400 !important;
}

.text-muted {
  color: #4e4e4e !important;
  font-size: 16px !important;
}

.btn-outline-dark {
  font-size: 17px;
}

.paywall-badge {
  font-size: 16px !important;
}

.small, small {
  font-size: 16px;
}

.btn-quickview {
  font-size: 16px !important;
}

.alll-topc {
  padding: 44px 44px 0;
  background: #fff;
  border-radius: 0px;
}

.autplly-bbg {
  background: #fff;
  padding: 26px;
  border-radius: 8px;
}

.ad-with-us {
  background: #d98600;
  color: #fff;
  padding: 6px 15px;
  position: absolute;
  right: 0;
  top: 26px;
}

.item-hedding-h32 {
  font-family: "EB Garamond", serif;
  font-size: 23px;
  margin-bottom: 14px !important;
}

.lft-tble-contnt {
  padding: 0 52px 0 16px;
}

#product-wrapper .product-card {
  height: 100%;
}/*# sourceMappingURL=main-style.css.map */