/*
Theme Name: MEDD 
Theme URI: https://a101.com
Author: A101
Author URI: https://a101.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a101com
*/

.menuPanel {
  width: min(32rem,100vw - 5rem - 1rem);
}

.courseDetailHeroInner {
  min-height: auto;
}
.courseDetailHeroContent {
  /* padding-bottom: 0; */
}
.allCoursesSection {
  padding-top: 2rem;
}
.aboutHeroContent {
  justify-content: center; /* vertically center */
    align-items: flex-start;
  flex-direction: column;
}
h1, h2, h3 {
    text-transform: uppercase;
}

.sideNavItem.with-bottom-sep {
    position: relative;
}

.sideNavItem.with-bottom-sep::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px; 
    height: 1px;
    background-color: #ffffff; 
}
.sideNavIcon {
    transition: transform 0.2s ease;
}
.sideNavItem:hover .sideNavIcon {
    transform: scale(1.2);
}

.workshopSlideImage {
    position: relative;
}

.courseDateTag--overlay {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    opacity: 0.9;


    display: flex;
    align-items: center;
    gap: 6px;
}


.testimonialsSection, .certificationsSection::after, .contactHeroSection::after {
    background:none;
}

.trainersHeroContent {
    display: block;
}

.trainersHeroText {
    justify-self: start;
    max-width: 70%;
}

.workshopLocationMap img {
    width:66%;
}

.workshopLocationMap {
    background:none;
}

.heroScrollHint {
    color:#fff;
}

@keyframes heartbeat {
    0%, 100% {
      transform: scale(1);
      opacity: 0.85;
    }
    50% {
      transform: scale(1.05);
      opacity: 1;
    }
  }
  .heroScrollHint {
    will-change: transform;
  }
  .heroScrollHint {
    display: inline-block;
    animation: heartbeat 3.5s ease-in-out infinite;
  }
  .contactInfoColumn {
    margin-top:6rem;
  }

  .contactLocationMap img {
    width:66%;
    border-radius: 1rem;
  }

  .contactLocationMap {
    background:none;
  }

  .trainingContactCard {
    max-width:100%!important;
    padding-bottom: 1.6rem;
  }

  .trainingContactTitle {
    max-width: 70%;
  }

  .wpcf7-form textarea {
    height: 200px;
}

.courseCardImage {
  position: relative;
  display: block;
}

.courseCardImage .courseDateTag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.aboutHeroScrollLink .fa-arrow-down {
  padding-right: 12px;
  margin-right: 6px;
  padding-top:3px;
}
html[lang=ar] .sectionTitle-h3,
html[lang=ar] h1, html[lang=ar] h2, html[lang=ar] h3, html[lang=ar] h4, html[lang=ar] h5 {
  font-family: "HelveticaNeueLT Arabic 45" !important;
}

html[lang=ar] .aboutHeroScrollLink .fa-arrow-down {
  padding-top:6px;
  padding-left: 12px;
  margin-left: 12px;
  margin-right: 0;
  padding-right: 0;
  
}

html[lang=ar] .workshopBulletList li:before, html[lang=ar] .whyMeddItem:before {
  right: 0;
  left: auto;
}

html[lang=ar] .workshopBulletList li {
  padding-right: 1.8em;
  padding-left: 0;
}

html[lang=ar] .wpcf7.js {
  direction: rtl;
}

html[lang=ar] .footerContact a {
  direction: ltr;
}

html[lang=ar] .whyMeddItem h3 {
  margin-right: 32px;
}

html[dir=rtl] .breadcrumbNav, html[lang=ar] .breadcrumbNav {
  flex-direction:row;
}

html[dir=rtl] .heroTitle, html[dir=rtl] h2, html[dir=rtl] h1 {
  line-height: 1.3;
}

html[dir=rtl] p {
  line-height: 1.5;
}

html[dir=rtl] .trainersHeroContent .innerTitle {
  margin-bottom:1rem;
}

.clientsHeaderBlock {
  display: block;
}
.clientsHeaderBlock .sectionTitle-h3 {
  margin-bottom: 1.5rem;
}

.workshopDetailHeroContent {
  padding-top:5rem;
}

.trainerProfileHeroCard {
  align-items: flex-start;
}

.courseMetaList {
  width:60%;
}

.workshopSlide {
  align-items:flex-start;
}
.workshopSlideContent {
  padding-top: 0;
}

.workshopSlideContent .workshopSlideTitle {
  margin-top:0;
}

@media screen and (min-width: 1200px) {
  .corporateTrainingFormSection {
    padding: 0 6.25rem 6.25rem;
  }
  
}

.menuLanguage {
  font-family: "HelveticaNeueLT Arabic 75" ;
}

html[lang=ar] .menuLanguage {
  font-family: "Interstate",sans-serif ;
}