/* Black Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-Black.ttf") format("truetype");
  font-weight: 900;
  /* Black weight */
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* Bold Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold weight */
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  /* ExtraBold weight */
  font-style: normal;
}

/* ExtraBold Italic */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

/* ExtraLight Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  /* ExtraLight weight */
  font-style: normal;
}

/* ExtraLight Italic */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

/* Light Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light weight */
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Italic Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Medium Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  /* Medium weight */
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* SemiBold Regular */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  /* SemiBold weight */
  font-style: normal;
}

/* SemiBold Italic */
@font-face {
  font-family: "LamaSans";
  src: url("fonts/LamaSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

:root {
  --theme-font-family: "LamaSans", Sans-serif;
  --theme-button-font-family: "LamaSans", Sans-serif;
}

.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type="submit"],
.wp-element-button,
.wp-block-button__link,
button.regform-button,
button[class*="ajax"],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design="none"] .forminator-button,
.fluentform .ff-el-group button.ff-btn,
.ct-button-secondary-text,
body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
figcaption,
.wp-block-quote,
.wp-block-pullquote,
.ct-label,
.site-title,
.entry-meta,
.ct-menu-badge,
.entry-excerpt,
.ct-post-title,
.ct-breadcrumbs,
.ct-header-text,
.ct-product-sku,
.author-box-bio,
.author-box-name,
.ct-contact-info,
.site-description,
.page-description,
.mobile-menu a,
.menu .ct-menu-link,
.comment-reply-title,
.ct-footer-copyright,
.ct-language-switcher,
:where(pre, code, samp, kbd),
:is(
    .entry-summary,
    [data-products],
    .ct-trending-block,
    .ct-added-to-cart-product
  )
  .price,
.woocommerce-tabs .tabs,
.woocommerce-tabs .ct-accordion-heading,
.woocommerce-result-count,
.ct-header-account-dropdown,
.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span),
.ct-shortcuts-bar,
.ct-widget > *,
.ct-dynamic-data-layer,
.ct-dynamic-filter,
.ct-search-results,
.tutor-ratings,
.tutor-meta > *,
.tutor-course-details-title,
.tutor-course-details-actions > a,
.ct-language-switcher ul[data-placement] #footer .ct-widget > *,
#footer p,
#footer a,
#footer .ct-footer-copyright {
  font-family: "LamaSans", Sans-serif !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] {
  --theme-border-top: none;
  --theme-border-bottom: none;
  background-color: #000000;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
  display: none;
}

#block-23 p {
  color: white;
  margin-bottom: 0;
}

#block-25,
#block-27,
#block-29 {
  margin-top: 5px;
}

#block-25 p,
#block-27 p,
#block-29 p {
  color: #c4c4c4;
}

#block-26,
#block-28 {
  margin-top: 20px;
}

h6.wp-block-heading {
  color: white;
}

@media only screen and (max-width: 1400px) {
  footer .ct-container {
    width: unset;
    margin: 0px 100px;
  }

  .ct-footer [data-row*="top"] .ct-container {
    padding-bottom: 75px !important;
  }
}

footer p {
  font-size: 15px;
}

footer a {
  color: #c4c4c4;
}

footer figure.wp-block-image.size-full.is-resized {
  margin-bottom: 16px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tcr-footer-box {
  display: flex;
  align-items: center;
}

.footer-contact .content {
  color: white;
}

footer span {
  display: block;
  color: #c4c4c4;
  font-size: 15px;
}

.footer-icon {
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .footer-contact .footer-icon.location {
    width: 55px;
  }

  .footer-contact .content {
    /*     text-align: right; */
  }
}

.footer-icon svg {
  width: 20px;
  height: 20px;
  fill: #c4c4c4;
}

.ct-footer .ct-widget:not(:first-child) {
  margin-top: 16px !important;
}

/* .wp-block-image img {
  width: 120px !important;
} */

.ct-footer [data-row] > div {
  border-top: #fff !important;
  border-bottom: #fff !important;
}

@media (max-width: 689.98px) {
  [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    --grid-template-columns: 1fr !important;
  }

  #footer .ct-footer-copyright p {
    text-align: center !important;
  }

  .elementor-2461 .elementor-element.elementor-element-5fe1ce5 {
    min-height: 420px;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    --container-spacing: 20px !important;
    --columns-gap: 20px !important;
  }
}

/* filter sidebar */
.wp-block-search__inside-wrapper {
  width: unset;
  display: flex;
  gap: 10px;
}

#block-38.ct-widget.widget_block {
  margin-bottom: 20px !important;
}

/* single post page */
.tg-bookingtabs .tg-themetabnav {
  color: #010101;
  font-size: 17px;
  text-align: right;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  /* border-bottom: 1px solid #e6e6e6 !important; */
  padding-inline: 0;
}

.tg-themetabnav {
  display: inline-grid;
  table-layout: fixed;
  width: 100%;
  float: right;
}

.tg-bookingtabs .tab-pane {
  position: relative;
  border-bottom: 1px solid #d7dce3;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px 12px 20px;
  background: white;
}

@media screen and (max-width: 1200px) {
  .tg-bookingtabs .tab-pane {
    padding: 30px 12px;
  }
}

.tg-themetabnav {
  display: inline-grid;
}

.tg-bookingtabs .tg-themetabnav li a {
  padding: 0 0 0px;
  text-transform: none;
}

.tg-bookingtabs .tg-themetabnav li a:before {
  bottom: 27px;
}

.tg-bookingtabs .tab-pane:before {
  content: none;
}

.tg-bookingdetail {
  padding: 0px 0 0 0px !important;
}

.tg-bookingdetail {
  width: 50%;
  float: left;
  padding: 0 50px 0 0;
}

.tg-bookinginfo {
  margin: 50px 0 0;
}

.list-menu {
  background: white;
  height: fit-content;
  border-radius: 10px;
}

.tg-bookingtabs .tg-themetabnav li a {
  color: black;
}

.tg-themetabnav li {
  padding: 10px 0;
  margin: 0px 0px 0.5rem 0px;
  height: fit-content;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.tg-bookingtabs .tg-themetabnav li.active {
  background: #f4f4f4;
  padding-right: 10px;
  border-radius: 10px;
  border-bottom: none;
}

.tg-bookingtabs .tg-themetabnav {
  border-bottom: unset;
}

.tg-themetabnav li {
  display: table-cell;
  line-height: inherit;
  list-style-type: none;
  transition: all 0.3s;
}

.tg-themetabnav li:hover {
  padding: 10px;
  color: black;
  text-decoration: underline;
}

.tg-bookingtabs .tg-themetabnav li.active:hover {
  text-decoration: unset;
}

.tg-bookingtabs .tg-themetabnav li a {
  line-height: 1.5;
}

.tg-bookingtabs .tg-themetabnav li a span {
  color: black;
  display: inline-flex;
  margin-right: 8px;
}

.tab-pad {
  padding: 50px 20px 0;
}

.tg-bookingtabs .tg-themetabnav {
  overflow: hidden;
}

.sticky-menu {
  position: fixed;
  top: 50px;
  width: 356px;
  min-height: 78vh;
}

.absolute-menu {
  position: absolute;
  top: 2898px;
}

.tg-themetabnav li:hover a {
  color: #000000;
}

.list-pad {
  padding-top: 50px;
  position: relative;
}

@media (min-width: 1400px) {
  .absolute-menu {
    top: 2186px;
  }

  .sticky-menu {
    padding-top: 20px;
  }

  .home-popular .duration-type {
    display: flex !important;
  }

  .tg-liststyle li span {
    font-size: 13pt;
    color: #000;
  }
}

.me-2,
.me-3 {
  margin-right: 0.5rem !important;
}

.tg-box h2 {
  display: flex;
  gap: 5px;
}

@media (max-width: 640px) {
  .tab-pad {
    padding: 21px 23px 0px 21px;
  }

  .tg-box h2 {
    margin: 0 0 15px;
  }
}

.tg-box h3 {
  margin-bottom: 16px;
}

.tg-themetabs .ct-icon-container svg {
  width: var(--theme-icon-size, 25px);
  height: var(--theme-icon-size, 25px);
}

.tab-content .auth-content {
  gap: 20px;
  align-items: center;
}

.auth-img img {
  border-radius: 50%;
}

.tg-sectionspace.tg-haslayout {
  margin: 105px 0 130px;
}

.sticky-top {
  position: sticky;
  top: 50px;
  z-index: 1030;
  padding: 10px;
  background-color: #fff;
}

.progress-wrapper {
  width: 100%;
}

.progress {
  height: 8px;
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #000000;
  transition: width 0.3s ease;
}

.content-marker {
  position: absolute;
  top: 2.5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  /* background: url("images/tire-marker.png"); */
  background: #f4f4f4;
  background-size: cover;
}

.content-marker.active {
  background: #000;
}

.date {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
}

.auth-title p {
  margin-block-end: 0;
}

.header-image img {
  width: 100%;
  max-width: unset;
  height: auto;
  max-height: 400px;
  background-size: cover;
  -o-object-position: center;
  object-position: center;
}

[data-prefix="blog"] .entries {
  --grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-prefix="blog"] .cover .avatar-wrapper {
  top: 85%;
  right: 5%;
  left: unset;
}

[data-prefix="blog"] .entry-title {
  font-size: 1.5rem;
}

[data-prefix="blog"] .avatar.avatar-xl {
  width: 75px;
  height: auto;
}

[data-prefix="blog"] .avatar-info {
  position: absolute;
  right: 19%;
  top: 104%;
  border: unset;
  border-radius: 50%;
  display: flex;
  justify-content: space-between;
  display: inline-flex;
  width: 73%;
}

/* profile page */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: black;
}
.nav-link:focus,
.nav-link:hover {
  color: white;
  background-color: black;
}
.nav-link {
  color: black;
}

.nav {
  gap: 5px;
  padding-inline-start: 0;
}

.nav-pills .nav-link {
  border-radius: 10px;
}

.page-author.tg-bookingtabs .tab-pane {
  padding: 0;
  border-bottom: unset;
  margin-bottom: 0;
}

.page-author.tg-bookingtabs .tg-themetabs .ct-icon-container svg {
  width: var(--theme-icon-size, 20px);
  height: var(--theme-icon-size, 20px);
}

.page-author .list-menu {
  padding: 20px;
}

.page-author {
  border: 1px solid rgba(71, 85, 112, 0.11);
  padding: 20px;
  border-radius: 2px;
}

.post-content:first-child {
  padding-top: 10px;
}

.post-content {
  border-left: 2px solid rgba(71, 85, 112, 0.11);
  min-height: 100px;
  position: relative;
  padding-top: 25px;
  max-width: 85%;
}

.post-content h3 {
  color: #000000;
  font-weight: 900;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 5px;
}

.post-content .post-excerpt {
  max-height: 240px;
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 40px;
  margin-top: 5px;
  clear: both;
  font-size: 14px;
}

.post-content .post-info {
  position: absolute;
  top: 50%;
  right: 98%;
  width: 175px;
  height: 28px;
  font-size: 10px;
}

.post-info img {
  border-radius: 50%;
}

.auth-contact {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

.list-menu .auth-content {
  text-align: center;
}

.auth-count {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.count {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

.count h2,
.count p {
  margin-block-end: 0;
}

.count h2 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 24px;
}

.like-btn {
  background-color: #000000;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 15px auto 0;
}

.like-btn:hover {
  background-color: green;
}

.like-btn.disabled {
  background-color: green;
}

/* Facebook icon color */
.auth-contact a[data-network="facebook"] .ct-icon-container svg {
  fill: #000000;
  /* Facebook blue */
}

/* Twitter icon color */
.auth-contact a[data-network="twitter"] .ct-icon-container svg {
  fill: #000000;
  /* Twitter blue */
}

/* LinkedIn icon color */
.auth-contact a[data-network="linkedin"] .ct-icon-container svg {
  fill: #000000;
  /* LinkedIn blue */
}

/* Optional: Change icon color on hover */
.auth-contact a:hover .ct-icon-container svg {
  opacity: 0.7;
  /* Lightens the icon on hover */
}

.page-author .list-menu {
  background: #f4f4f4;
  height: fit-content;
  border-radius: 20px;
}

.auth-info {
  font-size: 14px;
  background: white;
  padding: 15px;
  margin-top: 15px;
  border-radius: 10px;
}

.auth-info p {
  margin-block-end: 8px;
  color: #000;
}

.auth-info p:last-child {
  margin-block-end: 0;
}

.cover .avatar-wrapper {
  left: 0;
  margin-left: -5px;
}

.cover .avatar-wrapper {
  position: absolute;
  right: 11%;
  /*  margin-left: -64px;*/
  top: 75%;
  border-radius: 50%;
}
.cover .avatar-wrapper img {
  border: 4px solid #fff;
}

.avatar.avatar-rounded {
  border-radius: 50%;
}

.avatar.avatar-xl {
  border-radius: inherit;
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 7.5rem;
}

.avatar {
  display: inline-block;
  text-align: center;
  color: #eee;
  font-weight: 400;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}

.avatar:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.date svg {
  width: 20px;
}

.post-content a {
  color: #000;
  text-decoration: underline;
}
.ct-icon,
.ct-icon-container svg {
  fill: #000000 !important;
}
[data-icons-type] > *:hover svg {
  fill: #606060 !important;
}

[data-prefix="blog"] .entry-button {
  color: #fff;
  background-color: #000;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid rgba(21, 25, 36, 0);
}
[data-prefix="blog"] .entry-button:hover {
  color: #000;
  background-color: #f3f3f7;
  border-color: #e0e5ebb3;
}
div#pills-bio .post-content {
  border-left: unset;
  max-width: 100%;
}
div#pills-bio .post-content .post-excerpt {
  max-height: unset;
}
.single.single-post [data-sticky*="yes"] {
  display: none !important;
}
@media (max-width: 767px) {
  .content-marker {
    position: absolute;
    top: 2px;
    width: 25px;
    height: 25px;
  }
  .sticky-top {
    background-color: #fff;
    top: 15px;
    padding: 4px;
  }
  .post-autor-info {
    flex-wrap: wrap;
    gap: 20px;
  }
  [data-prefix="blog"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [data-prefix="blog"]
    [data-archive="default"]
    .card-content
    .ct-media-container {
    aspect-ratio: 18 / 13 !important;
  }

  [data-prefix="blog"]
    [data-archive="default"]
    .card-content
    .ct-media-container
    .cover {
    height: 70% !important;
  }
  [data-vertical-spacing*="bottom"] {
    padding-bottom: 60px !important;
  }
  [data-vertical-spacing*="top"] {
    padding-top: 60px !important;
  }
  [data-prefix="blog"] .avatar-info {
    right: 30%;
    display: block;
  }
  .header-image.single-content {
    min-height: 210px !important;
  }
  .page-author .sidebar-single-col {
    padding-top: 33px;
  }
  .page-author span.post-date {
    display: block;
  }
}

@media (max-width: 992px) {
  .sticky-menu {
    position: unset;
    width: unset;
    min-height: unset;
  }
  .absolute-menu {
    position: unset;
  }

  .list-menu .auth-content {
    text-align: center;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sticky-menu {
    position: fixed;
    top: 50px;
    width: 295px;
    min-height: 78vh;
  }

  [data-prefix="blog"] .avatar-info {
    right: 24%;
  }
}

.blog-bottom {
  background-color: #f8f8f8;
  width: 100%;
  display: flex;
}

.blog-bottom > div {
  width: 100%;
}

.author-section {
  gap: 30px;
}

.author-bio {
  max-width: 80%;
}

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

[data-prefix="blog"] .related-blogs .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

#copy-alert {
  position: absolute;
  background: #f8f8f8;
  top: 30px;
  padding: 5px 10px;
  font-size: 14px;
  width: max-content;
  font-weight: 500;
}

.ct-header .ct-button svg {
  fill: #ffffff !important;
}

.ct-header .ct-button:hover svg {
  fill: #000000 !important;
}

.ct-back-to-top:hover {
  background-color: #000 !important;
}

.ct-back-to-top svg.ct-icon,.ct-toggle-close svg.ct-icon {
  fill: white !important;
}

#article-top p {
  text-align: justify;
}

#article-top figure {
  width: 100% !important;
}
@media (max-width: 767px) {
  [data-prefix="blog"] .related-blogs .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .ct-toggle-close svg.ct-icon {
    fill: white !important;
  }
  .post-autor-info .auth-img{
    max-width: 80px; 
   }
        
    .list-menu .auth-content {
        flex-wrap: wrap;
    }
}
div#block-32 {
    margin-top: 0 !important;
}
figure.wp-block-image.size-full.is-resized figcaption.wp-element-caption {
    display: none;
}
ul#menu-footer-menu li a:hover {
    color: #fff;
}
