/* ——— Content blocks ——— */
.blog-content :is(p, div, h1, h2, h3, h4, h5, h6, span) {
  word-break: break-word;
}
.blog-content figure {
  width: 100%;
}
.blog-content figure img {
  width: 100%;
}
.blog-content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px !important;
}
#desc_blogs table th {
  white-space: pre;
}
.tutorial-index-group .google-anno-skip.google-anno-sc {
  display: none !important;
}
.popover.bs-popover-top {
  z-index: 10000;
}

/* ——— Thumbnails ——— */
.thumb-container {
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.thumb-container img {
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f0f0f0;
}

/* ——— Ads & misc hiding ——— */
.commentsection .media .google-auto-placed,
.inner-left-panel.design_ac_qb .google-auto-placed,
footer .google-auto-placed {
  display: none !important;
}
ins[data-ad-status="unfilled"] {
  display: none !important;
}

/* ——— Typography ——— */
.detail-subscrition-anchor * {
  font-family: "Droid Serif", serif !important;
  font-size: 16px;
}
body,
html {
  font-family: "Droid Serif", serif !important;
  line-height: 28px;
}
.htitle {
  font-weight: 700 !important;
  font-size: 28px;
  line-height: 36px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Serif", serif !important;
  font-weight: bold;
}

/* ——— Utilities ——— */
.responsive-img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.search-box {
  background: #fff !important;
  border-radius: 5px;
  padding: 0 5px;
  height: 50px;
  flex: 1;
}
.mw-333 {
  min-width: 333px;
}
.big-dots {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #dedada;
  border-radius: 50%;
  margin: 0 5px;
}
.square-container img {
  max-width: 100%;
  border-radius: 4px;
}
.card-highlight {
  background: #fff;
  box-shadow: 0 0 23px rgba(204, 204, 204, 0.46);
  padding: 20px;
  border: none;
  margin-bottom: 30px;
}
.meta-top {
  line-height: 0;
}
.sub-header a {
  flex-shrink: 0;
}
a.categ:not(:last-of-type):after,
a.strip-category:not(:last-of-type):after {
  content: ">";
  font-family: monospace;
  margin: 0 5px;
}
.card_box_design_container:hover {
  box-shadow: none !important;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.veritcal-divider {
  padding: 0 4px;
  font-size: 18px;
  display: flex;
  margin-top: 6px;
}
.submenu-cover {
  max-height: 50px;
  overflow: hidden;
}
.fweight-600 {
  font-weight: 600;
}
.pr-floated,
.bottomTabs {
  display: none !important;
}
.gAds {
  display: flex !important;
}
.grecaptcha-badge {
  opacity: 0 !important;
}
.nosearchbg {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* ——— Cookie consent ——— */
.js-cookie-consent .rounded-lg > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  padding: 0 13px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.js-cookie-consent p {
  margin: 0;
}
.js-cookie-consent-agree {
  border: none;
  background: #e34848;
  color: #fff;
  padding: 0 10px !important;
  border-radius: 5px;
  margin-left: 5px;
}

/* ——— Panels show/hide ——— */
.right-panel-parts,
.left-panel-parts,
.bottom-panel-parts {
  transition: 500ms;
}
.right-panel-parts.show {
  transform: translateX(0);
}
.right-panel-parts.hide {
  transform: translateX(200px);
}
.left-panel-parts.show {
  transform: translateX(0);
}
.left-panel-parts.hide {
  transform: translateX(-90px);
}
.bottom-panel-parts.show {
  transform: translateY(0);
}
.bottom-panel-parts.hide {
  transform: translateY(60px);
}

/* ——— Loader ——— */
.loader-tuteehub-container {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: radial-gradient(#ebe6e6, transparent);
}
.loader-tuteehub {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid transparent;
  border-right-color: #ffa50097;
  position: relative;
  animation: l24 1s linear infinite;
}
.loader-tuteehub:before,
.loader-tuteehub:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.loader-tuteehub:after {
  animation-duration: 4s;
}
@keyframes l24 {
  to {
    transform: rotate(1turn);
  }
}

/* ——— Second line menu ——— */
.secondline-menu {
  margin-top: 0.5rem !important;
}
.secondline-menu.d {
  position: fixed;
  left: 0;
  right: 0;
  top: 98px;
  bottom: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.3);
  line-height: 40px;
}
.secondline-menu.d ul {
  background: #fff;
  padding: 30px;
  border-radius: 7px;
  min-width: 80%;
  max-height: 67vh;
  overflow: auto;
  display: block;
  flex-direction: column;
}
.secondline-menu.d ul li {
  width: 100%;
}

/* ——— Sidebar icons ——— */
.sidebar_ico {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(207, 179, 68, 0.683);
  background-size: 30px;
  background-repeat: no-repeat;
}
.sidebar_ico.ff {
  background-position: -3px -213px;
  background-color: #9868d3;
}
.sidebar_ico.co {
  background: linear-gradient(45deg, #d9b328, #f79128);
}
.sidebar_ico.ed {
  background: linear-gradient(45deg, #2877d9, #b1f728);
}
.sidebar_ico.jo {
  background: linear-gradient(45deg, #573acb, #fccaff);
}
.sidebar_ico.is {
  background: linear-gradient(45deg, #f5caea, #dd2852);
}

/* ——— Misc ——— */
.impLinks {
  top: 135px;
  right: 8px;
  z-index: 10000;
  background: #ff7200;
  width: 27px;
  text-align: center;
  border-radius: 4px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
}
.postCommentFrm {
  background: #f0f2f5;
  flex: 1 1;
  border-radius: 100px;
  padding: 10px 15px;
  min-width: 300px;
  margin-right: 10px;
}
.commentInput,
.commentInput:focus {
  flex: 1 1;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}

#cat_search-view,
#globle_search-view {
  top: 3.5rem;
  background: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
  left: 0;
  right: 0;
  z-index: 99999;
}
#globle_search-view .list-group .list-group-item a {
  color: #2b2b2b;
  font-size: 15px;
}

/* ——— Skeleton shimmer (disabled by default) ——— */
@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}
.skeleton-loader:empty {
  width: 100%;
  height: 80px;
  border-radius: 4px;
  display: block;
  background: linear-gradient(
      60deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 90%
    ),
    #ddd;
  background-repeat: repeat-y;
  background-size: 60px;
  background-position: 0 0;
}

/* ——— Animations ——— */
@keyframes bounce-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* ——— Alternate comment input ——— */
.postcommentfrm {
  background: #f0f2f5;
  flex: 1 1;
  border-radius: 50px !important;
  padding: 10px 15px;
  max-width: 300px;
  min-width: 240px;
  margin-right: 10px;
  border: none;
  box-shadow: none;
  outline: 0;
}

/* ——— Responsive ——— */
@media (max-width: 767px) {
  .smedia .blog-thumb-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-bottom: 1rem;
  }
  .smedia .blog-thumb-container img {
    position: relative;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    transform: none;
    left: 0;
    right: 0;
  }
  .f-small-columns .share-dropdown .btn {
    padding: 0.375rem 0.75rem !important;
  }
  .responsive-meta {
    display: inline-block !important;
    line-height: 24px;
    margin: 10px 0;
  }
  .mw-333 {
    min-width: 0;
  } /* FIX: was 'none' (invalid) */
  .skeleton-loader:empty {
    animation: shine 1s infinite;
  }
  .nosearchbg {
    width: 30px;
  }
  span.only-info {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .f4clrs > ins.adsbygoogle {
    width: 320px !important;
    height: 50px !important;
  }
  footer {
    margin-bottom: 70px;
  }
  .gadsfooters {
    bottom: 50px;
    display: flex;
    justify-content: center;
  }
  .bottomTabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    display: flex !important;
    justify-content: space-between;
    box-shadow: 0 -7px 7px rgba(125, 122, 122, 0.26);
    padding: 7px 19px;
  }
  .bottomTabs a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
  }
  .bottomTabs a img {
    margin: 0 0 0;
    margin-top: -12px;
    background: #fff;
    border-radius: 120px;
    padding: 3px;
    width: 36px;
    height: 35px;
    padding-bottom: 0;
  }
}
/* Base */
.blog-content iframe {
  border-radius: 4px;
}
.blog-content img[src^="blob:https://dashboard"]
{
  display: none !important;
}
.blog-content p img {
  width: 100%;
}
.herosection {
  min-height: 970px;
}
.gadsfooters {
  bottom: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .herosection {
    min-height: 1296px;
  }
  .gadsfooters,
  .gadsfooters .adsbygoogle {
    height: 50px !important;
  }
  .gadsfooters {
    bottom: 30px;
  }
}

#card-btn-2 {
  animation: voiceripple 0.7s linear infinite;
}
@keyframes voiceripple {
  0% {
    box-shadow: 0 0 0 0 rgba(101, 255, 120, 0.3),
      0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3),
      0 0 0 5em rgba(101, 255, 120, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(101, 255, 120, 0.3),
      0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3),
      0 0 0 8em rgba(101, 255, 120, 0);
  }
}
.modal-backdrop {
  z-index: 98 !important;
}
#voicerecordmodal .modal-dialog {
  margin: 0 auto;
  max-width: 260px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
#micIcon {
  height: 80px;
  font-size: 46px;
  display: flex;
  border-radius: 160px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #voicerecordmodal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
  #card-btn-2 {
    width: 80px;
    height: 80px;
    padding: 8px 10px;
    text-align: center;
    margin: 0px;
    border-radius: 50%;
    color: #ed6363;
    display: flex;
    align-items: center;
  }
}

.color-333-hvr {
  color: #525252;
}
.sidebar_ico.ff {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: -3px -213px;
  background-color: #9868d3;
}
@media screen and (max-width: 767px) {
  #libraries-dropdown {
    top: 55px !important;
    overflow-y: auto;
    position: absolute;
    transform: translate3d(0px, 0px, 0px) !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    height: 95vh !important;
    max-height: 100% !important;
    background: rgba(255, 255, 255, 0.94);
    padding-bottom: 200px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .libraries-dropdown {
    left: 68% !important;
    transform: translate(0, 8%) !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
  .libraries-dropdown {
    left: 71% !important;
    transform: translate(0, 8%) !important;
  }
}
@media screen and (min-width: 1401px) {
  .libraries-dropdown {
    left: 72% !important;
    transform: translate(0, 8%) !important;
  }
}

@media screen and (max-width: 767px) {
  .libraries-dropdown {
    overflow-y: auto;
    transform: translate3d(0px, 0px, 0px) !important;
    height: 90vh !important;
    max-height: 100% !important;
    padding-bottom: 80px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    left: 0px !important;
    top: 64px !important;
    right: 0px !important;
    background: rgb(255 255 255 / 96%);
    padding-bottom: 2rem;
    z-index: 10001 !important;
    position: fixed !important;
  }
}
/* quizstrip page css */
@media screen and (min-width: 768px) {
  .pt-8rem {
    padding-top: 10rem !important;
  }
}
.pt-8rem {
  padding-top: 10rem !important;
}
/* #canvas-container-div.show{
  transform: translateY(0%);
    opacity: 1;
    transition: 500ms;
} */
#topest-header-main {
  transform: translate(0%, 0%);
  transition: 500ms;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
#topest-header-main.show {
  transform: translateY(0px);
  opacity: 1;
  transition: 500ms;
}
/* #canvas-container-div.hide{
  transform: translateY(-200%);
    opacity: 0;
    transition: 500ms;
} */
#topest-header-main.hide {
  transform: translateY(-100px);
  /* opacity: 0; */
  transition: 500ms;
}
#canvas-container-div {
  text-transform: capitalize;
}
#canvas-container-div {
  /* position: fixed; */
  /* top: 121px; */
  left: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  padding: 0rem 1rem;
  margin-top: 0px;

  position: absolute;
  z-index: 10000;
  background: white;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

#canvas {
  position: absolute;
  top: -70px;
  left: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  height: 500px;
  background: transparent !important;
  background: #fff !important;
  /* background: #ededed!important; */
  pointer-event: none;
}

#restart-button-div {
  display: none;
}

#restart-icon {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 45px;
}
.quizmsg1 span {
  font-weight: bold;
  color: #ff00f0;
}
.quizmsg3 p span {
  font-weight: bold;
  color: #d56ed5;
}
.quizmsg2 p span {
  font-weight: bold;
  color: orange;
}
.quizmsg1 button:hover,
.quizmsg2 button:hover,
.quizmsg3 button:hover,
.quizmsg1 a:hover,
.quizmsg2 a:hover,
.quizmsg3 a:hover {
  width: 160px;
  text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  transition: 500ms;
}
.quizmsg1 button,
.quizmsg1 a {
  z-index: 1;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 130px;
  height: 27px;
  border-radius: 8px;
  /* transform: skewX(10deg); */
  text-transform: uppercase;
  border: none;
  margin-top: 2px;
  box-shadow: 0px 3px rgb(255 87 228 / 30%);
  background: #f76d9f;
  color: white;
  font-weight: bold;
  font-size: 13px;
  transition: 500ms;
}
.quizmsg2 button,
.quizmsg2 a {
  z-index: 1;
  width: 130px;
  height: 27px;
  border-radius: 8px;
  /* transform: skewX(10deg); */
  text-transform: uppercase;
  border: none;
  margin-top: 2px;
  box-shadow: 0px 3px rgb(255 87 228 / 30%);
  background: orange;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.quizmsg3 button,
.quizmsg3 a {
  z-index: 1;
  width: 130px;
  cursor: pointer;
  margin-top: 2px;
  height: 27px;
  border-radius: 8px;
  /* transform: skewX(10deg); */
  text-transform: uppercase;
  border: none;
  box-shadow: 0px 3px rgb(255 87 228 / 30%);
  background: #d56ed5;
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.qz {
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: slideUp 1s forwards;
  position: absolute;
  display: flex;
}

.qz-container {
  position: relative;
  height: 34px; /* Adjust the height based on your content */
  overflow: hidden;

  z-index: 1;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.qz:not(.active) {
  display: none;
}

@media screen and (max-width: 767px) {
  .libraries-dropdown {
    max-height: 100vh !important;
  }
  .pt-8rem {
    padding-top: 11rem !important;
  }

  #canvas-container-div {
    /* height: 0; */
    /* position: fixed;
    top: 112px; */
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    padding: 0rem 0.9rem;
    z-index: 10000;
    background: white;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  }
  #canvas-container-div p {
    line-height: 16px;
    font-size: 0.7rem;
    margin-top: 2px;
  }
  #canvas-container-div button,
  #canvas-container-div a {
    min-width: 110px;
    margin-right: 41px;
  }
  .qz-container {
    height: 70px;
    align-items: center;
    display: flex;
  }
  #canvas-container-div {
    padding: 0rem 0.2rem;
  }
  #canvas {
    position: absolute;
    top: -50px;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 500px;
    background: transparent !important;
    background: #ededed !important;
    pointer-event: none;
  }
}
/* End QuizStrip page css */

/* ——— join community page  CSS ——— */

.form-control:focus {
  color: #495057;
  background-color: #fff;
  /* border-color: none; */
  outline: 0;
  box-shadow: none;
}
.right_community_member img,
.left_community_member img {
  width: 100%;
}
.first_module {
  padding: 4rem 3.5rem;
}
.join_community_box {
  padding: 2rem;
  border-radius: 26px;
  /* background: radial-gradient(505.54% 58.12% at 50.04% 50.13%, rgba(222, 226, 250, 0.00) 0%, #DEE2FA 100%); */
  background: radial-gradient(
    505.54% 58.12% at 50.04% 50.13%,
    rgba(222, 226, 250, 0) 0%,
    #fae5de 100%
  );
}

.center_community_content h2 {
  color: #161414;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.center_community_content p {
  color: #383838;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.subscribe_newsletter {
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.07);
}
.subscribe_newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 2rem auto;
}
.subscribe_newsletter input {
  border: none;
  padding: 1rem;
  box-shadow: none;
  outline: none;
  width: 70%;
  font-size: 1.1rem;
}
.subscribe_newsletter .subscribe_btn {
  width: 30%;
  padding: 1rem;
  border-radius: 0px 8px 8px 0px !important;
  background: #fd5932 !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .right_community_member img,
  .left_community_member img {
    display: none;
  }
  .center_community_content h2 {
    font-size: 28px;
  }
  .w-auto {
    max-width: 100% !important;
    height: auto !important;
  }
  .first_module {
    padding: 0 !important;
  }
  .join_community_box {
    padding: 0.1rem;
  }
  .subscribe_newsletter {
    width: 100%;
  }
  .subscribe_newsletter .subscribe_btn {
    width: 40%;
    font-size: 12px;
    font-weight: 600;
  }
  .subscribe_newsletter input {
    width: 60%;
    font-size: 14px;
  }
  .center_community_content p,
  .collabration_content p,
  .community_network_content p,
  .networking_building_content p,
  .educational_network_content p,
  .first_module_subtitle,
  .boost_content p,
  .knowledge_content_box p,
  .first_module .career_content p {
    font-size: 15px;
    line-height: 24px;
  }
  .center_community_content {
    padding: 2rem 0rem;
  }
  .subscribe_newsletter {
    margin: 13px auto;
  }
}
/* ——— End join community page CSS ——— */

/*  footernew page css   */
.link-follow-us-whatsapp {
  position: fixed;
  right: -5px;
  top: 17%;
  z-index: 10000;
}
.link-follow-us-whatsapp img {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .popover {
    left: 10px;
    right: 1px;
    transform: none !important;
    bottom: 90px;
    top: auto !important;
  }
  .h-auto {
    height: auto !important;
  }
  .link-follow-us-whatsapp {
    position: fixed;
    right: 4px;
    top: 82%;
  }
}
@media screen and (min-width: 768px) {
  .footer-cols .col:last-of-type {
    max-width: 12.6rem;
    float: right;
  }
  .img-indicator {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .img-indicator {
    display: none;
  }
}
.copyright a {
  font-weight: normal;
  font-size: 14px;
  color: #585858;
}
.copyright a:hover {
  font-weight: normal;
  font-size: 14px;
  color: #ff7200;
}
.box {
  display: flex;
  --border-size: 4px;
  --border-angle: 0turn;
  width: 170px;
  margin-top: 10px;
  padding: 5px 10px;
  background-image: conic-gradient(
      from var(--border-angle),
      #fff,
      #fff 50%,
      #fff
    ),
    conic-gradient(
      from var(--border-angle),
      transparent 20%,
      rgb(0 136 255 / 23%),
      rgb(255 114 0 / 36%)
    );
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-size: calc(100% - (var(--border-size) * 2))
      calc(100% - (var(--border-size) * 2)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
}
.box .fab,
.community-section-for-mobile .common-com-btn .fab {
  font-size: 25px;
}
.box .txt,
.community-section-for-mobile .common-com-btn .txt {
  text-transform: uppercase;
  font-size: 14px;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.box:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@media screen and (min-width: 768px) {
  .gadsfooters {
    height: 90px !important;
    bottom: 50px;
  }
  .img-indicator {
    position: fixed;
    right: 6px;
    z-index: 10000;
    top: 27vh;
    width: 152px;
    display: block;
    pointer-events: none;
  }
  .community-section-for-desktop {
    display: flex;
    top: 29vh;
    right: -5px;
    z-index: 1000;
    /* transform: rotateZ(-90deg); */
    /* min-width: 370px; */
    gap: 10px;
  }
  .community-section-for-desktop .common-com-btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    white-space: nowrap;
    flex: 1;
    padding: 1.2rem 8px;
    border-radius: 7px;
    gap: 10px;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 38%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 22%),
      /* Inner box shadow */ 0px 0px 3px rgb(0 0 0 / 20%) inset;
  }
  .community-section-for-desktop .telegram-btn {
    background-color: #0088cc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .community-section-for-desktop .whatsapp-btn {
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .text-md-left {
    text-align: left !important;
  }
  .desktop-view-only,
  .dvo {
    display: block;
  }
  .mobile-view-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .community-section-for-desktop {
    display: none;
  }
  .gadsfooters,
  .gadsfooters ins {
    height: 75px !important;
  }
  .img-indicator-2 {
    position: fixed;
    bottom: 55px;
    z-index: 1000;
    width: 200px;
    left: -1px;
  }
  .w-100-m {
    width: 100%;
  }
  .community-section-for-mobile {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    gap: 10px;
    z-index: 1002;
    align-items: center;
    justify-content: space-between;
  }
  .community-section-for-mobile .common-com-btn {
    flex: 1;
    padding: 8px;
    border-radius: 7px;
    gap: 10px;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 38%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 22%),
      /* Inner box shadow */ 0px 0px 3px rgb(0 0 0 / 20%) inset;
  }
  .community-section-for-mobile .telegram-btn {
    background-color: #0088cc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .community-section-for-mobile .whatsapp-btn {
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
}
.copyright {
  color: #585858;
}
footer {
  line-height: 1.9 !important;
  /* background: radial-gradient(circle, rgba(17, 36, 0, 0) 0%, rgb(251 234 204 / 58%) 55%, rgba(255, 201, 0, 0.11808473389355745) 100%)!important; */
  background: white;
  margin: 0px 0px;
  border-radius: 10px;
  padding: 0px 50px !important;
}
.footer-listing.left-arrow a:before {
  content: ".";
  font-family: monospace;
  margin-right: 4px;
  font-size: 30px;
  line-height: 0.5;
  display: flex;
  justify-content: flex-start;
  margin-left: -5px;
  /* color: #c3c3c3; */
}

.copyright {
  font-size: 0.8rem;
}

.top-footer-part {
  /* background: white; */
  padding: 0.3rem 0rem;
  /* box-shadow: 0px 0px 6px 2px rgb(51 51 51 / 6%); */
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0px 15px 20px 15px !important;
  }

  .dvo,
  .gadsfooter {
    display: none;
  }

  .footer-cols .col:nth-child(4) {
    margin-top: -0rem !important;
  }

  #secure-content {
    margin-bottom: 70px !important;
  }
  .footer-listing a {
    font-size: 10.8px !important;
    padding: 0 !important;
    word-break: break-word !important;
    display: flex !important;
  }
  .footer-listing.left-arrow a:before {
    content: "." !important;
    font-family: monospace;
    margin-right: 3px !important;
    line-height: 0.2 !important;
  }
}

label.text-uppercase strong {
  font-weight: 700 !important;
  font-size: 0.9rem;
}

.footer-listing a {
  outline: 0;
  width: 100%;
  float: left;
  padding: 2px 0px;
  font-size: 15px;
  color: #6b6b6b;
  display: flex;
  word-break: break-all;
}

.footer-ul-0 a {
  outline: 0;
  padding: 0 8px;
  color: #333;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footer-listing a:hover {
  color: #ff7200 !important;
}

.secure-content {
  position: relative;
  z-index: 1;
}

.secure-content img {
  margin-top: -6.3rem !important;
}

.social-icon ul li a i {
  font-size: 25px;
  padding-left: 12px;
}
.social-icon ul {
  line-height: 14px;
  padding-right: 10px;
}
.social-icon ul li a .fa-facebook {
  color: #3b5998;
}
.social-icon ul li a .fa-square-x-twitter {
  /* color:#1DA1F2; */
  color: #121212;
}
.social-icon ul li a .fa-linkedin {
  color: #0e76a8;
}
.social-icon ul li a .fa-youtube {
  color: #ff0000;
}
.social-icon ul li a .fa-square-whatsapp {
  color: #4ac959;
}
strong {
  font-weight: 700 !important;
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .social-icon ul li a i {
    font-size: 18px;
    padding-right: 12px;
    padding-left: 0;
  }
  .social-icon {
    padding-left: 0px;
  }
  .footer-ul-0 a {
    font-size: 0.7rem;
  }
  .social-icon ul {
    padding-right: 0px;
    justify-content: flex-start !important;
  }
  label.text-uppercase strong {
    font-size: 0.7rem;
  }
  .footer-listing a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .social-icon ul li a i {
    font-size: 20px;
    padding-right: 12px;
    padding-left: 0;
  }
  .social-icon ul {
    padding-right: 0px;
    justify-content: flex-start !important;
  }
  .footer-ul-0 a {
    font-size: 0.8rem;
    padding: 0 7px;
  }
  label.text-uppercase strong {
    font-size: 0.8rem;
  }
  .footer-listing a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer-ul-0 a {
    font-size: 0.9rem !important;
  }
}
/* end footernew page css */