/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */  
 
 #et-main-area .et_pb_section_0.et_pb_section {  
    background-color: #f5f5f7 !important;
  }
  .page-template-podcast-list #et-main-area {
   background-color: #f5f5f7 !important;
  }
  
  .p-list, .p-detail-wrapper {
   list-style-type: none !important;
   padding: 0;
   margin: 0
  
  
  }
  
  .p-detail-col {
   display: flex;
   justify-content: space-between
  }
  
  .p-detail-content, .p-detail-sidebar {
   padding: 20px
  }
  
  .p-item, .p-detail-wrapper {
   background-color: #f5f5f7 !important;
   border-radius: 10px
  }
  
  .p-item {
   margin: 20px 0;
   padding: 20px;
   background-color: #fff !important
  }
  
  .p-list .speaker img, .p-detail-wrapper .speaker img {
   border-radius: 50%;
   width: 50px;
   height: 50px;
   margin-right: 10px
  }
  
  .p-detail-wrapper .p-heading {
   position: relative;
   margin-bottom: 20px
  }
  
  .p-detail-wrapper {
   position: relative; /* Ensure the wrapper is the positioning context */
  }
  
  .p-detail-wrapper .p-banner {
  
   position: relative; /* Make sure the banner is positioned relative to the wrapper */
   z-index: 1; /* Ensure the content stays on top */
  }
  
  .p-detail-wrapper .p-banner::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
   z-index: -1; /* Ensure the overlay is behind the banner content */
  }
  
  .p-detail-wrapper .p-banner {
   background-size: cover;
   background-position: center;
   /* padding: 300px 20px; */
   border-radius: 10px;
   position: relative;
   text-align: center;
   color: #fff;
   height: 500px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding-bottom: 30px;
  }
  
  .p-detail-wrapper .p-banner-title {
   margin: 0 10%;
   font-size: 2.5em;
   line-height: 1.2;
   font-weight: 700;
   position: relative;
   text-align: center;
   /* position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%) */
  }
  
  .p-lable {
   display: flex;
   justify-content: space-between; /* Items are spaced evenly */
   align-items: center; /* Center items vertically */
   width: 100%; /* Ensure full width */
   text-align: center; /* Center text inside the container */
  }
  
  .p-lable h4 {
   margin: 0; /* Remove default margin */
  }
  
  .p-lable span {
   margin-left: auto; /* Pushes the span (containing the Transcript link) to the right */
  }
  
  .p-title {
   font-size: 1.5em
  }
  
  .p-content, .p-transcript {
   margin-top: 10px
  }
  
  .p-speakers {
   /* margin-top: 20px; */
   display: inline-flex;
   flex-wrap: wrap;
   gap: 10px
  }
  
  .p-list .speaker {
   display: flex;
   align-items: center;
   background-color: #fff;
   border-radius: 10px;
   padding: 10px;
   margin-top: 10px
  
  }
  
  .p-detail-wrapper .speaker {
   border-radius: 10px;
  }
  
  .p-list .p-play, .p-detail-wrapper .p-play {
   margin-top: 20px
  }
  
  .p-list .sidebar, .p-detail-wrapper .p-detail-sidebar {
   background-color: #fff;
   border-radius: 10px;
   padding: 20px
  }
  
  .p-list .p-play span, .p-detail-wrapper .p-play span {
   margin: 10px
  }
  
  .p-detail-sidebar {
   width: 40%
  }
  
  .p-detail-content {
   width: 70%;
   padding-left: 0;
  }
  
  .more-podcasts {
   margin-top: 30px;
  }
  
  /*2024-06-24 Start*/
  .p-detail-wrapper .p-banner {
   background-position-y: top;
   border-radius: 0;
   background-repeat: no-repeat;
   background-size: 100%;
  }
  
  .p-detail-wrapper .p-banner-title {
   color: #fff;
  }
  
  .p-detail-content .p-btn,
  .p-play .p-btn,
  .p-play .et_pb_more_button {
   background-color: transparent;
   padding: 9px 19px;
   border-radius: 10px;
   border: 1px solid #720000;
   font-size: 18px;
   line-height: normal;
   color: #720000 !important;
   transition: all 0.5s ease;
   display: inline-flex;
   font-size: 16px;
   line-height: 30px;
   font-weight: 600;
  
  }
  
  .p-detail-content .p-btn:hover,
  .p-play .p-btn:hover,
  .p-play .et_pb_more_button:hover {
   color: #fff !important;
   background-color: #720000;
  }
  
  .p-detail-content .p-btn i,
  .p-play .p-btn i,
  .p-play .et_pb_more_button i {
   margin-right: 15px;
   font-size: 32px;
  }
  
  .p-list .sidebar .speaker .speaker-head,
  .p-detail-wrapper .p-detail-sidebar .speaker .speaker-head {
   display: flex;
   align-items: center;
   margin: 10px 0;
  }
  
  .p-list .sidebar .speaker .speaker-head .s-name,
  .p-detail-wrapper .p-detail-sidebar .speaker .speaker-head .s-name {
   display: flex;
   flex-wrap: wrap;
  }
  
  .p-list .sidebar .speaker .speaker-head .s-name h4,
  .p-detail-wrapper .p-detail-sidebar .speaker .speaker-head .s-name h4 {
   font-size: 30px;
   line-height: normal;
  }
  
  .p-list .p-play span i,
  .p-detail-wrapper .p-play span i {
   margin-right: 10px;
  }
  
  .p-list .p-play span, .p-detail-wrapper .p-play span {
   color: #999;
   font-size: 16px;
  }
  
  .p-list .p-play,
  .p-detail-wrapper .p-play {
   display: flex;
   align-items: center;
  }
  
  .p-detail-content .p-lable {
   margin-bottom: 22px;
  }
  
  .p-detail-content .p-lable h4 {
   font-weight: 700;
  }
  
  .p-detail-content .p-lable .p-btns {
   display: flex;
   flex-wrap: wrap;
   gap: 18px;
  }
  
  .p-detail-col {
   padding-bottom: 20px;
  }
  
  .p-list .sidebar,
  .p-detail-wrapper .p-detail-sidebar {
   background-color: transparent;
  }
  
  .p-list .sidebar .speaker,
  .p-detail-wrapper .p-detail-sidebar .speaker {
   background-color: #fff;
   padding: 25px;
   margin-bottom: 50px;
  }
  
  .contact-form .wpforms-head-container {
   padding-bottom: 0px !important
  }
  
  .contact-form .wpforms-container {
   margin-top: 0 !important
  }
  
  .contact-form .wpforms-submit-container {
   text-align: right
  }
  
  .contact-form input {
   border-radius: 6px !important
  }
  
  .contact-form textarea {
   border-radius: 6px !important
  }
  
  .newsletter-form input {
   border-radius: 6px !important
  }
  
  .newsletter-form textarea {
   border-radius: 6px !important
  }
  
  .et-db #et-boc .et-l .et_pb_module div.wpforms-container-full button[type=submit].wpforms_newsletterbtn:hover {
   background-color: #c99872 !important;
   border-color: #c99872 !important
  }
  
  .et-db #et-boc .et-l .et_pb_module div.wpforms-container-full button[type=submit].wpforms_submitbtn:hover {
   background: rgba(0, 0, 0, .05) !important;
   border-color: rgba(0, 0, 0, 0) !important
  }
  
  .wpforms-container-full .wpforms_newsletterbtn {
   border-width: 10px !important;
   border-color: #dca47d !important;
   border-radius: 6px !important;
   letter-spacing: 3px !important;
   font-size: 15px !important;
   text-transform: uppercase !important;
   background-color: #dca47d !important;
   width: 100% !important;
   line-height: 1.2 !important
  }
  
  .wpforms_submitbtn {
   font-size: 20px !important;
   font-weight: 500 !important;
   padding: .3em 1em !important;
   line-height: 1.7em !important;
   background-color: rgba(0, 0, 0, 0) !important;
   border: 2px solid #720000 !important;
   border-radius: 6px !important;
   transition-duration: .2s;
   transition-property: all !important;
   color: #720000 !important;
   height: 50px !important
  }
  
  @media (max-width: 991px) {
   .p-detail-wrapper .p-banner {
    padding: 170px 20px;
   }
  
   .p-detail-content {
    width: 100%;
   }
  
   .p-detail-col {
    flex-wrap: wrap;
   }
  
   .p-list .sidebar,
   .p-detail-wrapper .p-detail-sidebar {
    width: 100%;
   }
  
   .speaker:last-child {
    margin-bottom: 0;
   }
  
   .p-list .sidebar .speaker .speaker-head .s-name,
   .p-detail-wrapper .p-detail-sidebar .speaker .speaker-head .s-name {
    flex-direction: column;
   }
  
   .et_pb_image_2_tb_footer {
    text-align: left;
   }
  
   .p-list .sidebar .speaker .speaker-head,
   .p-detail-wrapper .p-detail-sidebar .speaker .speaker-head {
    flex-direction: column;
    text-align: center;
   }
  
   .p-list .speaker img, .p-detail-wrapper .speaker img {
    width: 100px;
    height: 100px;
   }
  
   .p-list .sidebar .speaker .speaker-bio,
   .p-detail-wrapper .p-detail-sidebar .speaker .speaker-bio {
    text-align: center;
   }
  
   .p-list .sidebar h2,
   .p-detail-wrapper .p-detail-sidebar h2 {
    line-height: normal;
    padding-bottom: 20px;
   }
  }
  
  @media (max-width: 767px) {
   h4 {
    font-size: 28px;
    line-height: normal;
   }
  
   .p-detail-wrapper .p-banner {
    background-size: 100% 100%;
   }
  
   .p-list .sidebar,
   .p-detail-wrapper .p-detail-sidebar {
    background-color: transparent;
    width: 100%;
   }
  
   .speaker {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 50px;
   }
  
   .speaker:last-child {
    margin-bottom: 0;
   }
  }
  
  @media (max-width: 575px) {
   .p-lable {
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 16px;
   }
  
   .p-list .sidebar .speaker .speaker-head .s-name h4,
   .p-detail-wrapper .p-detail-sidebar .speaker .speaker-head .s-name h4 {
    font-size: 25px;
   }
  }
  
  .p-detail-sidebar h2 {
   margin: 10px;
  }
  
  .p-transcript-inner {
   margin-top: 20px;
  }
  
  .speaker p {
   color: #999;
  }
  
  .podcast-hero {
   padding: 100px 0px 90px 0px;
  }
  
  .p-btns img {
   width: 25px;
  }
  
  .max1000 {
   max-width: 1000px !important;
   margin-left: auto;
   margin-right: auto;
  }
  
  .podcast-hero .ph-flex {
   display: flex;
   align-items: center;
   justify-content: space-between;
  }
  
  .podcast-hero .ph-flex .left {
   width: 100%;
   max-width: 580px;
  }
  
  
  .podcast-hero .ph-flex .right {
   flex-shrink: 0;
   max-width: 400px;
   width: 100%;
  }
  
  .podcast-hero .ph-flex .left h1 {
   color: #5E0019;
   margin: 0px 0px 16px 0px;
   font-size: 55px;
   line-height: 73px;
   font-weight: 700;
  }
  
  .podcast-hero .ph-flex .left p {
   font-size: 20px;
   line-height: 30px;
   color: #565455;
   margin: 0px 0px 39px 0px;
  }
  
  .podcast-hero .subscribe strong {
   font-weight: bold;
   text-transform: uppercase;
   font-size: 16px;
   line-height: 30px;
   display: block;
   margin: 0px 0px 15px 0px;
   color: #5E0019;
   font-weight: 700;
  }
  
  .podcast-hero .subscribe a {
   display: inline-flex;
   height: 50px;
   padding: 0px 10px;
   border-radius: 12px;
   border: 1px solid #5E0019;
   font-size: 16px;
   line-height: 30px;
   font-weight: 600;
   align-items: center;
   color: #5E0019;
   margin: 0px 14px 10px 0px;
   transition: all ease 0.3s;
  }
  
  .podcast-hero .subscribe a .icon {
   margin: 0px 10px 0px 0px;
   line-height: 0;
  }
  
  .podcast-hero .subscribe a:hover {
   background-color: #eee;
  }
  
  .podcast-list .pl-caption {
   display: flex;
   align-items: center;
   margin: 0px 0px 36px 0px;
   font-size: 30px;
   line-height: 30px;
   font-weight: bold;
   color: #5E0019;
  }
  
  .podcast-list .pl-caption svg {
   margin: 0px 10px 0px 0px;
  }
  
  .podcast-list .p-lable h4 {
   font-size: 20px;
   line-height: 27px;
   font-weight: 700;
   text-transform: uppercase;
   color: #5E0019;
   margin: 0px 0px 17px 0px;
   position: relative;
   padding: 0px 0px 0px 39px;
  }
  
  .podcast-list .p-lable h4::before {
   content: "";
   display: block;
   width: 30px;
   height: 5px;
   background-color: #5E0019;
   position: absolute;
   top: 12px;
   left: 0px;
  }
  
  .podcast-list .p-item {
   margin: 20px 0;
   border: 1px solid #5E0019;
   border-radius: 16px;
   padding: 25px;
  }
  
  .podcast-list .p-item:last-child {
   margin: 0 0 20px 0;
  }
  
  .podcast-list .p-item:nth-child(2) {
   margin-top: 0;
  }
  
  .podcast-list .p-item h4 a {
   font-size: 28px;
   line-height: 22px;
   font-weight: 600;
   padding-bottom: 12px;
  }
  
  .podcast-list .p-content .initial-content p {
   font-size: 16px;
   line-height: 30px;
   font-weight: 400;
   color: #4D4C4D;
  }
  
  .podcast-list .p-speakers .speaker {
   margin-top: 2px;
  }
  
  @media (max-width: 991px) {
   .podcast-hero .ph-flex {
    flex-wrap: wrap;
    gap: 30px;
   }
  
   .podcast-hero .ph-flex .left h1 {
    font-size: 46px;
    line-height: 35px;
   }
  }
  
  @media (max-width: 767px) {
   .podcast-hero {
    padding: 50px 0;
   }
  
   .podcast-list .p-item h4 a {
    font-size: 22px;
    line-height: 30px;
   }
  
   .podcast-list .p-item:last-child {
    margin: 20px 0;
   }
  }
  
  /*read more start*/
  /*.initial-content-wrapper {*/
  /*    display: block;*/
  /*}*/
  
  /*.read-more {*/
  /*    display: block;*/
  /*    color: #0073aa;*/
  /*    text-decoration: none;*/
  /*    cursor: pointer;*/
  /*    margin-top: 10px;*/
  /*}*/
  
  /*.read-more:hover {*/
  /*    text-decoration: underline;*/
  /*}*/
  
  /*.remaining-content {*/
  /*    display: none;*/
  /*}*/
  
  /*read more end*/
  
  /*Give Donation */
  #give-sidebar-left img {
   border-radius: 10px;
  }
  
  /*2024-06-24 END*/
  
  
  /*Project Page start*/
  .eb_project_wrap article {
   border-radius: 10px 10px 10px 10px;
   overflow: hidden;
   border-width: 1px;
   border-style: solid;
   border-color: #F5F5F7;
   margin: 15px 15px 30px !important;
  }
  
  /*Project Page end*/
  
  /*Donations Pages start*/
  
  .single-give_forms #et-main-area, .single-give_forms #main-content {
   background-color: #F8F8F8;
  }
  
  .single-give_forms .give_forms {
   margin-bottom: 0px;
  }
  
  /*Donations Pages end*/
  
  
  /* 28-6 */
  
  .p-heading .podcast-player {
   position: relative;
   margin-top: -110px;
   margin-bottom: 20px;
   height: 218px;
   border-radius: 16px;
   background-color: #666;
   display: flex;
   overflow: hidden;
   z-index: 11;
  }
  
  .p-heading .podcast-player .pr-right {
   width: calc(100% - 235px);
   padding: 30px 37px;
  }
  
  .p-heading .podcast-player .pr-right h3 {
   font-size: 26px;
   line-height: 34px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 24px;
   padding-bottom: 0;
  }
  
  .p-heading .info-podcast {
   text-align: center;
  }
  
  .p-heading .info-podcast .info-item {
   display: inline-flex;
   margin: 0;
   align-items: center;
   font-size: 14px;
   text-transform: uppercase;
   color: #fff;
   font-weight: 700;
  }
  
  .p-heading .info-podcast .info-item + .info-item {
   margin-left: 22px;
  }
  
  .p-heading .info-podcast .info-item i {
   font-size: 21px;
   margin-right: 14px;
  }
  
  .podcast-subscribe.p-detail-content {
   width: 100%;
   padding: 0;
   display: flex;
   align-items: center;
  }
  
  .podcast-subscribe.p-detail-content p {
   font-size: 16px;
   line-height: 30px;
   font-weight: 700;
   color: #5E0019;
   text-transform: uppercase;
   margin-right: 25px;
  }
  
  .podcast-subscribe.p-detail-content .p-btns a + a {
   margin-left: 18px;
  }
  
  /*  */
  
  .p-heading .podcast-audio {
   position: relative;
   display: flex;
  }
  
  .p-heading .podcast-audio .podcast-audio-top {
   width: 100%;
  }
  
  .p-heading .podcast-audio .play-pause-btn {
   font-size: 60px;
   color: #7A0423;
   margin-right: 20px;
  
  }
  
  .p-heading .podcast-audio .podcast-audio-bottom {
   display: flex;
   align-items: center;
   justify-content: space-between;
   color: #fff;
  }
  
  .p-heading .podcast-audio audio {
   display: none;
  }
  
  .p-heading .podcast-audio .controls {
   display: flex;
   align-items: center;
  }
  
  .p-heading .podcast-audio .controls i {
   cursor: pointer;
   font-size: 19px;
   margin-right: 15px;
  }
  
  .p-heading .podcast-audio .progress {
   height: 12px;
   background: #FFFFFF4D;
   border-radius: 10px;
   position: relative;
   overflow: hidden;
   margin-bottom: 13px;
  }
  
  .p-heading .podcast-audio .progress .fill {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   background: #7A0423;
   border-radius: 10px;
   width: 0%;
  }
  
  .p-heading .podcast-audio .time {
   font-size: 14px;
   line-height: 16px;
   font-weight: 700;
  }
  
  @media (max-width: 767px) {
  
   .podcast-subscribe.p-detail-content {
    flex-direction: column;
   }
  
   .p-heading .podcast-player {
    flex-direction: column;
    height: unset;
    width: 100%;
   }
  
   .p-heading .podcast-player .avatar {
    text-align: center;
    padding-top: 20px;
   }
  
   .p-heading .podcast-player .pr-right {
    width: 100%;
   }
  }
  
  @media (max-width: 474px) {
   .podcast-subscribe.p-detail-content .p-btns a + a {
    margin-left: 0;
    margin-top: 13px;
   }
  
   .p-heading .podcast-audio .podcast-audio-bottom {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
   }
  
   .p-heading .podcast-player .pr-right {
    padding: 20px;
   }
  
   .p-detail-content .p-lable {
    text-align: left;
   }
  
   .p-detail-content .p-lable h3 {
    display: flex;
    font-size: 28px;
   }
  
   .p-list .p-play, .p-detail-wrapper .p-play {
    flex-direction: column;
   }
  
   .p-detail-wrapper .speaker {
    padding: 0;
    margin-bottom: 20px;
   }
  }
  
  @media screen and (max-width: 980px) {
   .column-mb-20 .et_pb_column {
    margin-bottom: 20px !important;
   }
  
  }
  
  @media screen and (max-width: 767px) {
  
   .list-row .et_pb_column {
    width: 100% !important;
   }
  }
  
  /*.et_pb_menu .et_pb_menu__menu>nav>ul#menu-top-menu-en>li:first-child {*/
  /*    font-weight: 600;*/
  /*}*/
  
  /** BEGIN -- Change Button Colors for Give Donate **/
  .give-btn {
   background: #da9f20;
   border: 1px solid #cc941d;
   color: #353131;
   font-size: 1.21em;
   border-radius: 5px;
  }
  
  .give-btn:hover {
   background: #720000;
   border: 1px solid #4f0000;
   color: #fff;
  }
  
  form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
   background-color: #dfc78c;
  }
  
  form[id*="give-form"] .give-donation-amount .give-currency-symbol {
   background-color: #dfc78c;
  }
  
  /** END -- Change Button Colors for Give Donate **/
  /** BEGIN -- Change Buton color for MEC single event **/
  .mec-wrap .mec-events-meta-group button:not(.owl-dot):not(.gm-control-active) {
   background-color: #720000;
  }
  
  .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button {
   background-color: #720000 !important;
  }
  
  /** END -- Change Button Colors for MEC Single Event **/
  
  /* 30-7-24 */
  .desktop-header-wrap.desktop-top-bar .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
   margin-top: 0;
  }
  
  .desktop-header-wrap.desktop-top-bar .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
   padding-bottom: 0px;
  }
  
  .desktop-header-wrap.desktop-top-bar .pll-parent-menu-item > a:before {
   font-size: 16px;
  }
  
  
  /* Modal container */
  #p-modal {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   /*opacity: 0;*/
   visibility: hidden;
   background: transparent;
   transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
   display: block;
   z-index: 11;
  }
  
  #p-modal .modal-wrapper {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: white;
   width: 80%;
   max-width: 650px;
   /*height: 80%;*/
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
   z-index: 1000;
   display: block;
   /*padding:20px;*/
   visibility: visible;
   /*overflow: hidden;*/
   border-radius: 0.5rem;
   padding: 30px;
   height: auto !important;
   min-height: 550px;
   max-height: 92%;
  }
  
  #p-modal .modal-wrapper .et_pb_module_inner {
   height: 100% !important;
  }
  
  .modal-wrapper .wpforms-submit {
   background: #770000 !important;
   border-radius: 30px !important;
   border: 1px solid #770000 !important;
  }
  
  .modal-wrapper .wpforms-submit:hover {
   border-color: #770000 !important;
   background-color: transparent !important;
   color: #770000 !important;
  }
  
  /* Close button */
  #p-modal .close {
   position: absolute;
   font-size: 30px;
   font-weight: bold;
   color: #333;
   cursor: pointer;
   z-index: 1001;
   right: 20px;
   top: 15px;
  }
  
  #p-modal .close:hover {
   color: #000;
  }
  
  /* Modal iframe */
  #p-modal .et_pb_module_inner {
   width: 100%;
   height: calc(100% - 20px); /* Adjust for padding */
   border: none;
  }
  
  /* Background overlay */
  #p-modal:before {
   content: '';
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 999;
  }
  
  /* Loader styling */
  #loader {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1000;
  }
  
  .spinner {
   border: 8px solid #f3f3f3; /* Light grey */
   border-top: 8px solid #720000; /* Blue */
   border-radius: 50%;
   width: 60px;
   height: 60px;
   animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
   0% {
    transform: rotate(0deg);
   }
   100% {
    transform: rotate(360deg);
   }
  }
  
  
  /* Add animation to "page content" */
  .animate-bottom {
   position: relative;
   -webkit-animation-name: animatebottom;
   -webkit-animation-duration: 1s;
   animation-name: animatebottom;
   animation-duration: 1s;
  }
  
  @-webkit-keyframes animatebottom {
   from {
    bottom: -100px;
    opacity: 0;
   }
   to {
    bottom: 0px;
    opacity: 1;
   }
  }
  
  @keyframes animatebottom {
   from {
    bottom: -100px;
    opacity: 0;
   }
   to {
    bottom: 0;
    opacity: 1;
   }
  }
  
  /* Hide the modal and loader initially */
  #p-modal, #loader {
   display: none;
  }
  
  #p-modal .modal-wrapper {
   overflow-y: auto;
   padding: 30px;
   height: auto;
   min-height: 550px;
   max-height: 92%;
  }
  
  #p-modal .modal-wrapper .wpforms-head-container {
   padding-bottom: 0;
  }
  
  #p-modal .modal-wrapper .wpforms-title {
   margin-bottom: 0;
  }
  
  .mantra-popup {
   display: none;
  }
  
  body .ma-link.et_pb_button, .mantra-link {
   color: #770000 !important;
   font-size: 12px;
   display: inline-block;
   cursor: pointer;
   background-color: rgba(119, 0, 0, 0);
   border-radius: 50px;
   border-color: #720000 !important;
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   text-decoration: none;
   letter-spacing: 1px;
  }
  
  body .ma-link.et_pb_button:hover, .mantra-link:hover {
   color: #720000 !important;
   font-size: 12px;
   background-color: rgba(0, 0, 0, .05);
   border-color: rgba(255, 255, 255, 0) !important;
   border-radius: 50px;
   /*color: #ffffff !important;*/
   /*border-color: rgba(255, 255, 255, 0) !important;*/
   /*border-radius: 50px;*/
  }
  
  body .ma-link.et_pb_button:after, .mantra-link:after {
   font-size: 20px;
  }
  
  .hidden {
   display: none;
  }
  
  /*Mantras listing styling*/
  .mantras-list {
   text-align: left;
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   padding: 0 0 50px 10px;
  }
  
  .mantra-item {
   display: flex;
   width: 100%;
   padding: 0;
   background-color: white;
   border-radius: 8px;
   overflow: hidden;
   align-items: stretch; /* Ensure left and right sides stretch equally */
  }
  
  .mantra-left {
   flex: 45%;
   margin: 0;
   position: relative; /* Set relative position for full height */
  }
  
  .mantra-image img {
   width: 100%;
   height: 100%;
   object-fit: cover; /* Ensures the image covers the entire area */
   display: block;
   border-radius: 0;
   position: absolute; /* Ensure the image covers the full container */
   top: 0;
   left: 0;
  }
  
  /* Optional, to give right side a better appearance */
  .mantra-right {
   flex: 70%;
   padding: 30px;
   display: flex;
   flex-direction: column;
   justify-content: center; /* Centers content vertically */
  }
  
  .mantra-head {
   display: flex;
   align-items: center;
   justify-content: space-between;
  }
  
  .mantra-title {
   margin-right: 10px; /* Space between title and count */
  }
  
  @keyframes blinker {
   50% {
    opacity: 0;
   }
  }
  
  .mantra-cnt {
   display: flex;
   align-items: flex-start;
   justify-content: space-evenly;
   color: #B3404A;
   font-size: 15px;
   animation: blinker 2s linear infinite;
  }
  
  .grey-bg {
   background-color: #FAFAFA;
  }
  
  .mantra-cnt b {
   padding-right: 3px;
  }
  
  .mantra-content {
   margin: 15px 0;
  }
  
  /* Popup Styles */
  .custom-mantra-popup {
   overflow-y: scroll;
   position: fixed;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -40%);
   background-color: white;
   border: 2px solid #ccc;
   z-index: 1000;
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   max-height: 560px;
  }
  
  .popup-content {
   position: relative;
   overflow-y: auto;
   padding: 30px;
   height: auto;
   min-height: 550px;
   max-height: 92%;
  }
  
  .close-popup {
   position: absolute;
   top: -2px;
   right: 0px;
   cursor: pointer;
   font-weight: bold;
   color: #333;
   z-index: 1001;
   font-size: 30px;
  }
  
  .wpforms-title {
   font-size: 24px;
   font-weight: 700;
   margin: 0 0 10px 0;
   line-height: 29px;
   color: var(--wpforms-label-color);
  }
  
  /* Responsive */
  @media screen and (max-width: 768px) {
   .mantra-item {
    flex-direction: column;
   }
  
   .mantra-left, .mantra-right {
    flex: 100%;
   }
  
   .mantra-right {
    padding: 15px;
   }
  
   .custom-mantra-popup {
    transform: translate(-50%, -73%);
   }
  
   .popup-content {
    padding: 10px;
   }
  
   .wpforms-title {
    font-size: 20px;
    line-height: 26px;
   }
  }
  
  .user-wrapper {
   /*background-color: #fff;*/
   /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);*/
   /*padding: 30px 37px 57px 34px;*/
   /*border-radius: 6px;*/
   text-align: center;
  }
  
  @media (max-width: 567px) {
   .user-wrapper {
    padding: 30px 24px 57px 24px;
   }
  
   .mantra-head {
    flex-direction: column;
    align-items: flex-start;
   }
  
   .custom-mantra-popup {
    width: 80%;
    transform: translate(-50%, -43%);
   }
  }
  
  .user-wrapper .user-name {
   font-size: 24px;
   line-height: 34px;
   font-weight: 600;
   color: #5E0019;
   position: relative;
   padding-left: 21px;
   padding-bottom: 9px;
   margin: 0;
   text-align: left;
  }
  
  .user-wrapper .user-name::before {
   content: "";
   position: absolute;
   width: 5px;
   height: 30px;
   background-color: #5E0019;
   left: 0;
   top: 0;
  }
  
  .user-wrapper .user-description {
   margin: 0 0 32px;
   color: #616161;
   font-size: 16px;
   line-height: 22px;
   font-weight: 400;
   text-align: left;
  }
  
  .user-wrapper .user-description span {
   font-weight: 700;
  }
  
  .user-wrapper .explore-btn {
   padding: 10px 29px;
   font-size: 16px;
   line-height: 30px;
   font-weight: 600;
   color: #5E0019;
   text-decoration: none;
   border: 1px solid #5E0019;
   border-radius: 8px;
   display: inline-block;
   margin: 11px auto 0;
  }
  
  /*Mantras listing styling end*/
  
  /* Mantra listing button style start */
  body.et_pb_button_helper_class .et_pb_button {
   /*color: #720000 !important;*/
  
  }
  
  body .et_pb_bg_layout_light .et_pb_button:hover,
  body .et_pb_button:hover {
   background-color: rgba(0, 0, 0, .05);
   /*color: #720000 !important;*/
  }
  
  /* Mantra listing button style end */
  
  .give-donations-wrapper {
   display: flex;
  }
  
  .give-form-title {
   font-size: 16px !important;
   letter-spacing: 1px;
   line-height: 1.5em;
   text-align: center;
  }
  
  .give-form-image {
   height: 205px;
   width: 328px;
   object-fit: cover;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
  }
  
  .donations-details {
   margin: 10px;
   box-sizing: border-box;
   border-radius: 10px 10px 10px 10px;
  }
  
  .donations-details a {
   display: inline-block;
   position: relative;
  }
  
  .donations-details a h2 {
   padding: 24px 12px;
   margin-top: -12px;
   background-color: #fff;
   text-transform: uppercase;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
  }
  
  .donations-details .et_overlay {
   height: 205px;
  }
  
  .donations-details:hover .et_overlay {
   z-index: 3;
   opacity: 1;
   background-color: rgba(119, 0, 0, 0.46);
  }
  
  .donations-details .et_overlay::before {
   color: #FFFFFF;
   font-family: FontAwesome !important;
   font-weight: 900 !important;
  }
  
  /*give*/
  #give-donor-dashboard .give-donor-dashboard-desktop-layout {
   display: flex;
   flex-direction: column;
  }
  
  #give-donor-dashboard .give-donor-dashboard-desktop-layout .give-donor-dashboard-desktop-layout__tab-menu .give-donor-dashboard-tab-menu {
   display: flex;
   height: fit-content;
   overflow: hidden;
   overflow-x: auto;
   justify-content: center;
   flex-direction: row !important;
  }
  
  @media (max-width: 991px) {
   #give-donor-dashboard .give-donor-dashboard-desktop-layout .give-donor-dashboard-desktop-layout__tab-menu .give-donor-dashboard-tab-menu {
    justify-content: start;
   }
  }
  
  #give-donor-dashboard .give-donor-dashboard-desktop-layout .give-donor-dashboard-desktop-layout__tab-menu .give-donor-dashboard-tab-menu a.give-donor-dashboard-tab-link {
   min-width: fit-content;
   display: flex;
   flex-direction: column;
   justify-content: center;
   flex: 1;
  }
  
  #give-donor-dashboard .give-donor-dashboard-desktop-layout .give-donor-dashboard-desktop-layout__tab-menu .give-donor-dashboard-tab-menu a.give-donor-dashboard-tab-link:last-child, #give-donor-dashboard .give-donor-dashboard-desktop-layout .give-donor-dashboard-desktop-layout__tab-menu .give-donor-dashboard-tab-menu a.give-donor-dashboard-tab-link:nth-of-type(5), .give-donor-dashboard-mobile-layout__tab-menu .give-donor-dashboard-tab-menu a.give-donor-dashboard-tab-link:last-child, .give-donor-dashboard-mobile-layout__tab-menu .give-donor-dashboard-tab-menu a.give-donor-dashboard-tab-link:nth-of-type(5) {
   display: none;
  }
  
  #give-donor-dashboard .give-donor-dashboard-desktop-layout .give-donor-dashboard-desktop-layout__tab-menu .give-donor-dashboard-tab-menu a.give-donor-dashboard-tab-link.give-donor-dashboard-tab-link--is-active {
   background: #700;
   border: 0;
   color: #fff !important;
  }
  
  #give-donor-dashboard .give-donor-dashboard-desktop-layout .give-donor-dashboard-desktop-layout__tab-menu .give-donor-dashboard-tab-menu .give-donor-dashboard-logout, .give-donor-dashboard-mobile-layout__tab-menu .give-donor-dashboard-tab-menu .give-donor-dashboard-logout {
   display: none !important;
  }
  
  .give-donor-dashboard-donor-info {
   display: none !important;
  }
  
  #give-donor-dashboard {
   max-width: 100% !important;
  }
  
  .give-donor-dashboard-dashboard-content .give-donor-dashboard-dashboard__stats {
   grid-template-columns: repeat(3, 1fr) !important;
  }
  
  .give-donor-dashboard-table__header {
   display: flex !important;
  }
  
  .give-donor-dashboard-dashboard-content .give-donor-dashboard-table .give-donor-dashboard-table__rows .give-donor-dashboard-table__row,
  .give-donor-dashboard-table .give-donor-dashboard-table__rows .give-donor-dashboard-table__row,
  .give-donor-dashboard__subscription-manager .give-donor-dashboard-field-row,
  .give-donor-dashboard-donation-receipt__table .give-donor-dashboard-donation-receipt__row {
   display: flex !important;
   flex-direction: row !important;
  }
  
  .give-donor-dashboard-field-row .give-donor-dashboard-button {
   margin-left: 10px !important;
   margin-bottom: 10px !important;
  }
  
  @media (max-width: 510px) {
   .give-donor-dashboard-dashboard-content .give-donor-dashboard-dashboard__stats {
    grid-template-columns: 1fr !important;
   }
  
   .give-donor-dashboard-field-row .give-donor-dashboard-button {
    margin-left: 10px !important;
    margin-bottom: 10px !important;
   }
  
   .give-donor-dashboard-dashboard-content .give-donor-dashboard-table .give-donor-dashboard-table__rows .give-donor-dashboard-table__row,
   .give-donor-dashboard-table .give-donor-dashboard-table__rows .give-donor-dashboard-table__row,
   .give-donor-dashboard__subscription-manager .give-donor-dashboard-field-row,
   .give-donor-dashboard-donation-receipt__table .give-donor-dashboard-donation-receipt__row {
    display: flex !important;
    flex-direction: column !important;
   }
  }
/* Job Roles Loader */
  .loader {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.validation-success.volunteer-msg {
  background: #760000 !important;
  font-size: 17px;
  font-weight: 600;
}

.job-skills-wrap ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-skills-wrap li {
    width: 50%; /* two columns */
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    color: #1f2a44; /* match your screenshot text color */
}

.job-skills-wrap li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    /* box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4); stronger and only below */
    border-radius: 4px;
    background-color: #fff; /* optional: helps enhance shadow visibility */
}

.map-card {
  font-family: inherit;
  padding: 10px;
  max-width: 200px;
}
.map-card h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #333;
}
.map-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}
