/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
/*Events*/
.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
    background: #fff;
}
.wpem-single-event-body{
    background: #fff;
}
/*Readmore Modal*/
.rm-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.rm-modal {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 24px;
  position: relative;
  border: 2px solid #00b7cb;
}
.rm-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}
.rm-close:hover {
  color: #00b7cb;
}
.rm-title {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000; 
}
.rm-content {
  margin-top: 15px;
  line-height: 1.6;
  color: #444;
}

/*Homepage Blogs*/
.eael-meta-posted-on {
  display: none;
}
.custom-date-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: center;
  z-index: 5;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.custom-date-badge .day {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #0098FB;
}
.custom-date-badge .month {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  color: #1E1E1E;
  padding-top: 5px;
}

.event_listing .entry-img{
  display: none !important;
}
.pdf-lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    z-index: 9;
    text-align: center;
}

.login-overlay-link {
    text-decoration: none;
    color: #fff;
}

.lock-icon {
    font-size: 20px;
    margin-right: 6px;
}


.bb-icon-f, .bb-icon-filled {
    font-family: bb-icons;
    font-weight: 300 !important;
}

/*  HEADER BAR  */
.menu-container{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;   
    align-items: center;                  
    gap: 0.75rem;                          
    /*padding: 0 1.25rem;  */                 
}
.site-title img {
    margin-left: -10px;
}
.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a{
    background-color: unset !important;
    color:  #00b7cb99 !important;
}
.bb-mobile-panel-inner .side-panel-menu .sub-menu a, .bb-mobile-panel-inner .side-panel-menu a {
    font-size: 16px !important;
}
.bb-template-v2 .side-panel-menu>li:not(.current-menu-item)>a:hover {
     color:  #00b7cb99 !important;
}
.bb-mobile-panel-inner .menu-main-menu{
    font-size: 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
}
.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item:last-child > a {
  border-bottom: none;
}

/*Mobile Menu*/
.bb-single-icon .mobile-logo-wrapper{
    padding: 10px 0 0 0 !important;
    justify-content: start !important;
}
.bb-mobile-panel-wrapper {
    width: 80% !important;
    box-shadow: unset;
}
.bb-mobile-panel-wrapper .bb-mobile-panel-header {
    box-shadow: none;
}
a.bb-close-panel i {
    padding: 12px !important;
    border-radius: 12px !important;
    border: 1px solid !important;;
}
.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a {
    padding: 12px 0 12px 0 !important;
    border-bottom: 1px solid #C1CED6;
    border-radius: unset !important;
    font-weight: 500;
    color: #56636B;
    font-family: 'DM Sans', sans-serif !important;
}
.auth-buttons-mobile {
    display: flex;
    gap: 12px;
}
.auth-buttons-web {
    display: flex;
    gap: 12px;
    width: 250px;
}
.bg-trans .webbtn{
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.bg-trans .webbtn:hover{
    border: 1px solid #00b7cb !important;
}
.register-btn-mobile {
    width: 50%;
    height: 48px;
    border: 1px solid #59656D;
    border-radius: 14px;
    background: transparent;
    color: #59656D;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-btn-mobile:hover {
    background-color: #00b7cb;
    color: #ffffff;
    border: 1px solid #00b7cb;
}

.login-btn-mobile {
    width: 50%;
    height: 48px;
    background-color: #00b7cb;
    border-radius: 14px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-btn-mobile:hover {
    background-color: #00b7cb;
    color: #ffffff;
    border: 1px solid #00b7cb;
}
@media (max-width: 799px) {
    .bb-left-panel-mobile>i {
        color: #59656D;
        border: 1px solid #59656D;
        padding: 10px;
        border-radius: 14px;
        margin-top: 15px;
    }
    .bg-trans .bb-left-panel-mobile>i {
        color: #fff !important;
        border: 1px solid #fff !important;
        padding: 10px;
        border-radius: 14px;
        margin-top: 15px;
    }
}

/** Header */
.header {
    position: absolute !important;
    top: 30px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    width: 95%;
    height: 88px;
    background-color: #ffffff;
    border: 1px solid #00b7cb99;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 999;
   /* max-width: calc(100% - 60px);*/
}
.header-search-wrap {
    border-radius: 24px;
}
.bg-trans {
    background-color: #00000073 !important;
    box-shadow: unset !important;
}
.bg-trans .primary-menu>li>a {
    color: #ffffff !important;
}
.bg-trans .primary-menu .current-menu-item > a {
    color: #00b7cb !important;
}
.site-header .site-header-container, .header-search-wrap, .header-search-wrap input.search-field, .header-search-wrap form.search-form{
    height: 85px !important;
}
body.bp-search .bp-forum-search-ac-header, body.bp-search .bp-search-ac, body.bp-search .bp-search-ac-header{
    z-index: 999;
}
.home-page .site-content{
    padding-top: 0 !important;
}
.site-content{
    padding-top: 150px !important;
    font-family: 'DM Sans', sans-serif !important;
}
#primary-navbar{
    min-width: 0 !important;
}
.nav-menu {
    display: flex;
    gap: 40px;
    align-items: center;
}
.bb-template-v2 .primary-menu>li:hover>a:before {
    background-color: unset !important;
}
.nav-menu a:hover {
    color: #00B7CB !important;
}
.nav-item {
    font-size: 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
}

.nav-item.active {
    font-weight: 700;
    color: #00b7cb;
}
.primary-menu .current-menu-item > a {
    color: #00b7cb !important;
    border: none !important;
}
.primary-menu a{
    font-size:16px !important;
}
.primary-menu>li>a:hover{
    color: #00b7cb !important;
}
.auth-buttons {
    display: flex;
    gap: 12px;
}
.register-btn {
    width: 111px;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 14px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-btn {
    width: 89px;
    height: 48px;
    background-color: #00b7cb;
    border-radius: 14px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-btn:hover {
    background-color: #009bb5;
}

/* Mentor List */
.mentor-list-section {
    text-align: center;
}
.section-badge {
    display: inline-block;
    padding: 16px 26px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 0;
}
.featured-mentor {
    display: flex;
    gap: 32px;
    background: 
        url('../img/ellipse.png') no-repeat top right,
        linear-gradient(180deg, rgba(168,238,245,1) 0%, rgba(165,215,248,1) 100%);
    background-size: 250px auto, cover; /* first: image size, second: gradient */
    border-radius: 26px;
    padding: 16px;
    margin-bottom: 60px;
    position: relative;
}
.featured-mentor-image {
    flex: 0 0 60%;
    height: 440px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.featured-mentor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
.featured-mentor-image .badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #535353;
    padding: 8px 12px;
    border-radius: 12px;
    font-weight: 700;
}
.featured-mentor-info {
    flex: 1;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 18px;
    min-height: 200px;
    height: auto;
    align-self: end;
}
.featured-mentor-info h3 {
    color: #00b7cb;
    font-size: 24px;
    margin-bottom: 12px;
}
.featured-mentor-info p {
    text-align: left;
}
.mentor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}
.mentor-card {
    background-color: #ffffff;
    border: 2px solid #00b7cb;
    border-radius: 24px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}
.mentor-image {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/mento_bg.jpg'); /* Replace with your image URL */
}
.mentor-image img {
    width: 100%;
    height: 280px;
    display: block;
    border-radius: 16px;
    object-fit: cover; /* Optional, in case you want to crop */
}
.mentor-image .badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #535353;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}
.mentor-card h3 {
    font-size: 18px;
    font-weight: 700;
}
.mentor-card p {
    font-size: 14px;
    font-weight: 500;
}
.mentor-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 55px;
}
.detail {
    display: flex;
    align-items: center;
    gap: 5px;
}
.detail img {
    width: 18px;
    height: 18px;
}
.btn-experience {
    background-color: #00b7cb;
    color: #ffffff;
    border-radius: 18px;
    width: 100%;
    border-color: unset !important;
}
.mentor-list-section .btn-experience:hover{
    background-color: #00b7cb !important;
}
.circle-background-section {
  position: relative;
  z-index: 0;
}
.circle-background-section::after {
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 3%;
  background-image: url('../img/circle.png');
}

/*Fertitalks*/
.filter-tabs {
  position: absolute;
  top: 192px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 78px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 11px 13px 24px #112b3b0f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
}
.tab {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
     flex: 1;
    text-align: center;
    padding: 12px 0;
}
.tab.active {
    background-color: #00b7cb;
    border-radius: 24px;
}
.tab:not(.active) {
    flex: 1;
}
.content-wrapper {
  max-width: 100%;
  padding: 24px;
  margin-top: 200px;
  box-sizing: border-box;
}
.content-section {
  width: 100%;
  box-sizing: border-box;
}
.content-card {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.content-image {
  width: 100%;
  max-width: 422px;
  height: 237px;
  border-radius: 20px;
  object-fit: cover;
}
.content-info {
  flex: 1;
  min-width: 250px;
  height: 237px;
  border-radius: 20px;
  box-shadow: 11px 13px 24px #112b3b0f;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.content-info.monologue {
  background-color: #e2f0f1;
}
.content-info.podcast {
  background-color: #ecefe4;
}
.content-info.panel {
  background-color: #e2f8f9;
}
.content-type {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
}
.meta-divider {
    width: 1px;
    height: 26px;
    background-color: #000000;
}
.clock-icon {
    width: 24px;
    height: 24px;
}
.content-duration {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    line-height: 27px;
    color: #000000;
}
.content-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
  gap: 12px;
}
.watch-btn {
    width: 136px;
    height: 48px;
    background-color: #ffad65;
    border-radius: 14px;
    border: none;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.watch-btn:hover {
    background-color: #ff9a47;
    color: #000000;
}
.browse-link {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    line-height: 21px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}
.browse-link:hover {
    color: #00b7cb;
}
.content-title.panel {
    line-height: 31px;
    height: 62px;
}
.content-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 6px;
}
.content-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.filter-dropdown {
  display: none;
  margin-top: 10px;
}
.filter-dropdown select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 24px;
  border: 1px solid #00b7cb;
  font-size: 16px;
  font-weight: 500;
  background-color: #f9f9f9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  margin: 10px 0;
  height: 60px;
}
/*.primary-menu>li>a {
    color: #fff !important;
}*/
.bg-trans .header-aside i {
    color: #fff !important;
}
.bg-trans.user-wrap-container .sub-menu-inner>li>a>i {
    color: #9B9C9F !important;
}
.bg-trans .menubar-user .user-name {
    color: #fff !important;
}

.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link:before, .bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover:before
{
    background-color: unset !important;
}
/* Responsive Media Queries */
@media (max-width: 799px) {
  .menu-container,
  .buddypanel {
    display: none;
  }
  .header {
    display: block !important;
  }
}
/*Fertitalks Responsive*/
@media (max-width: 768px) {
  /*.filter-tabs {
    display: none;
  }
  .filter-dropdown {
    display: block;
  }*/
  .tab {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 15px !important;
  }
  .filter-tabs {
      height: 45px !important;
      top: 150px !important;
      width: 92% !important;
  }
  .filter-tabs a{
      padding: 0 !important;
  }
  .content-wrapper {
    padding: 16px;
    margin-top: 0px;
  }
  .content-card {
    flex-direction: column;
    gap: 16px;
  }
  .content-image,
  .content-info {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  .content-info {
    padding: 16px;
  }
  .content-actions {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: unset;
  }
  .watch-btn {
    /*width: 100%;
    max-width: 100%;*/
    height: auto;
    justify-content: center;
  }
  .browse-link {
    /*width: 100%;*/
    display: block;
    text-align: right;
    margin-top: 10px
  }
  .content-title{
    margin-bottom: 15px;
  }
  .content-meta {
    margin-bottom: 15px;
  }
}

/*Fertitalks Single Video*/
.similar-content-section {
    background-color: #e2f0f1;
    border-radius: 40px;
    padding: 40px 72px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}
.badge {
    padding: 16px 26px;
    border-radius: 50px;
    border: 1px solid black;
    font-weight: 500;
    font-size: 20px;
}
.similar-content-section h2 {
    font-size: 32px;
    text-align: center;
    margin: 0;
}
.video-player {
    position: relative;
    width: 100%;
    /*max-width: 1280px;*/
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 auto;
}
.video-player img,
.video-player iframe,
.video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.controls {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 40px;
}
.btn-icon {
    background: none;
    border: none;
    cursor: pointer;
}
.btn-play {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}
.progress-bar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 1136px;
    height: 8px;
    background-color: white;
    border-radius: 20px;
}
.progress {
    position: absolute;
    right: 156px;
    top: -8px;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 12px;
}
.video-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.author {
    display: flex;
    gap: 12px;
}
.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.author-info h3 {
    font-size: 18px;
    margin: 0 0 9px;
}
.author-info p {
    font-size: 16px;
    margin: 0;
}
.author-info span {
    font-size: 16px;
    color: #000000;
    opacity: unset !important;
}
.stats {
    display: flex;
    gap: 12px;
}
.btn-secondary {
    background-color: #ffad65;
    color: white;
}
.video-description {
    width: 100%;
}
.video-description h4 {
    font-size: 22px;
    margin: 0 0 12px;
    color: #000000;
}
.video-description p {
    font-size: 20px;
    line-height: 28px;
    opacity: 0.8;
    margin: 0;
    color: #000000;
}
.ftbtn {
    padding: 12px 24px;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}
.ftbtn-outline {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border: none !important;
}
.ftbtn-primary {
    background-color: #00b7cb;
    color: white;
    border: none !important;
}
.ftbtn-secondary {
    background-color: #ffad65;
    color: white;
}
.video-description-section {
    padding: 0 72px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
}
.read-more-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-color: white;
  border-radius: 24px;
  box-shadow: 11.8px 13.6px 24.31px 0px rgba(17, 44, 59, 0.06);
  flex-wrap: wrap; /* allows wrapping on mobile */
}

.read-more-card .icon {
  width: 60px;
  height: 60px;
  background-color: #e2f0f1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.read-more-content {
  flex: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
}

.read-more-card p {
  font-size: 20px;
  opacity: 0.7;
  margin: 0;
}

.read-more-card .actions {
  display: flex;
  gap: 20px;
  padding: 16px 24px;
  background-color: #eff2f4;
  border-radius: 12px;
}
.similar-videos {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.video-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #000;
    border-radius: 50px;
    flex-wrap: wrap;
}
.video-item img {
    width: 319px;
    height: 179px;
    border-radius: 30px;
    object-fit: cover;
    flex-shrink: 0;
}
.video-info {
    flex: 1;
    /*margin-left: 24px;*/
}
.video-info-similar{
    flex: 1;
    margin-left: 24px;
}
.video-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #0f172a;
}
.video-item p {
    display: flex;
    align-items: center;
    font-size: 16px;
    opacity: 0.7;
    margin: 0;
    color: #000;
    font-weight: 600;
}
.video-item p img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.video-item .ftbtn {
    background-color: #00b7cb;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    white-space: nowrap;
}
.video-item .ftbtn img {
    width: 16px;
    height: 16px;
}
/* Prevent logo from stretching */
.fp-logo {
    display:none !important;
}
.video-block {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Splash image for guest users */
.video-splash-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
/* Overlay message */
.login-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    text-align: center;
    z-index: 2;
}

.login-overlay p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.login-overlay a {
    color: #00b7cb;
    text-decoration: underline;
    font-weight: 600;
}
.video-description {
  padding: 15px;
  font-size: 15px;
  word-break: break-word;
}
.video-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.views-count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #333;
}

.watchbtn {
 display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  background-color: #00b7cb;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.watchbtn img {
  height: 24px;
  width: 24px;
}

.watchbtn:hover {
  background-color: #0096a9;
}

/* Fertitalks Single Video Responsive */
@media (max-width: 768px) {
    .video-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        border-radius: 20px;
    }
    .video-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .video-item .ftbtn {
        margin-top: 12px;
        align-self: flex-end;
        font-size: 13px;
        padding: 8px 16px;
    }
    .video-player {
        border-radius: 12px;
    }
    .video-item img {
        border-radius: 16px;
    }
    .login-overlay p {
        font-size: 14px;
        padding: 0 10px;
    }
    .video-meta-stats {
        flex-direction: row; /* or column if stacking is better */
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .video-meta-stats .stat-box {
        flex: 1 1 48%;
        font-size: 14px;
        padding: 8px;
    }
    .author {
        gap: 12px;
    }
    .stats {
       flex-direction: row;
       gap: 10px;
       width: 100%;
    }
    .ftbtn{
       width: 100%;  
    }
    .ftbtn-wrapper{
       width: 100%;  
    }
    .video-description{
         padding: 0;
    }
    .read-more-card {
        flex-wrap: wrap;
    }

    .read-more-card .actions {
        width: 100%;
        margin-top: 12px;
        gap: 80px;
        padding: 16px;
        flex-direction: row;
        justify-content: center;
    }
}
@media (max-width: 576px) {
  .read-more-card {
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 16px;
  }
  .read-more-card p {
    font-size: 16px;
    text-align: left;
  }
  .read-more-card .icon,
  .read-more-card .actions {
    margin: 10px 0;
  }
  
  .video-description-section {
    padding: 0 20px !important; /* Reduce horizontal padding on mobile */
  }
  .similar-content-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    border-radius: 20px;
    gap: 30px;
  }
  .ftbtn {
    padding: 8px 10px;
  }
  .author-info h3{
     margin: 0;
  }
  .similar-item-img {
      width: 100% !important;;
  }
  .video-info-similar{
      padding-top: 10px;
      margin-left: 0;
  }
   .video-meta {
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .video-item p{
      margin-bottom: 20px;
  }

  .views-count {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
    margin: 0;
  }

  .ftbtn {
    padding: 15px;
    font-size: 14px;
    align-items: center;
  }
}

/* Comments Section */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding: 24px 0;
}
.comment-author.vcard {
  flex-shrink: 0;
}
.comment-author.vcard img.avatar {
  border-radius: 70%;
  width: 100px;
  height: 100px;
  max-width: unset;
  margin: 12px;
}
.comment-content-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.comment-author {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.comment-date {
  font-size: 20px !important;
  color: #000000!important;
  text-decoration: none;
  opacity: 0.8 !important;
}
.comment-text p {
  font-size: 18px;
  color: #000000;
  margin: 0 0 12px;
  line-height: 1.5;
  opacity: 0.8;
}
.comment-footer {
  margin-top: 4px;
}
.comment-footer a.comment-reply-link {
  font-size: 16px !important;
  font-weight: 500;
  color: #00b7cb;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 4px 0;
}
.comment-footer a.comment-reply-link:hover {
  text-decoration: underline;
}

/* Comments Section Responsive */
@media (max-width: 768px) {
  .comment-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  .comment-author a.url {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .comment-author.vcard {
    flex-shrink: 0;
  }

  .comment-author.vcard img.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0;
  }

  .comment-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .comment-author {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin: 0;
  }

  .comment-date {
    font-size: 12px !important;
  }

  .comment-text p {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.5;
  }

  .comment-footer {
    margin-top: 4px;
    margin-left: -55px;
  }

  .comment-footer a.comment-reply-link {
    font-size: 14px;
    font-weight: 500;
    color: #00b7cb;
    text-decoration: none;
  }

  .comment-footer a.comment-reply-link:hover {
    text-decoration: underline;
  }
  .comments-area .comment-content-wrap .comment-meta {
    margin-right: 0;
  }
  .comment-text {
      margin-left: -55px;
  }
}
.post-related-posts .bb-user-avatar-wrap {
  display: none !important;
}

