/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

@import url("../astra/style.css");

/* Sticky Header */
.ast-main-header-wrap {
  position: fixed !important;
  z-index: 999;
  width: 100%;
  background-color: transparent !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding-top 0.3s ease;
  padding-top: 20px;
}
html {
  scroll-padding-top: 100px; /* Adjust based on your header height */
}

.ast-main-header-wrap.scrolled {
  background-color: #EAE2B7 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-top:0px;
  transition: padding-top .3s ease;  
}

.ast-main-header-wrap.scrolled li a:hover{
  color:#f9be4a !important;
}
.ast-main-header-wrap.scrolled li a{
  color:#003049 !important;
}

@media (max-width: 922px) {
  .ast-header-break-point .main-header-bar-wrap.scrolled {
    background-color: #EAE2B7 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding-top 0.3s ease;
    z-index: 1000 !important;
  }
    .ast-mobile-header-content {
    position: fixed;
    top: 136px;
    left: 0;
    right: 0;
    z-index: 998; 
    overflow-y: auto;
    background-color: #fff;
  }
  .ast-main-header-wrap{
    padding-top: 0;
  }
  
.main-header-menu .menu-link,
.main-header-menu > a {
    padding: 0 15px !important;
}

  .menu-link:hover{
    color:#f9be4a !important;
  }
  .current-menu-item .menu-link {
    color: #f9be4a !important;
}
:target .menu-link {
    color: #f9be4a !important;
}
}

@media screen and (max-width:1024px){
.site-primary-header-wrap .ast-builder-grid-row{
  gap:10px;
}
}

.about-card:hover{
  transform: scale(1.05);
}

.read-more-toggle {
  display: inline-block;
  margin-top: 10px;
  color: #003049;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  padding: 5px 20px 5px 20px;
  /* transition: color 0.3s ease, scale(1.1) 0.03s ease; */
}

.read-more-toggle:hover {
  text-decoration: none;
  color: #003049;
  transform: scale(1.05);
  border-radius: 20px;
  background-color: #eae2b7;
}

header .custom-logo-link img{
  width: 200px;
  height:100px;
}

body {
  background: #1d1d1d;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  font-family: Open-sans, sans-serif;
  font-weight: 400;
  color: #fff;
}
*, :after, :before {
  box-sizing: border-box;
}

.content-wrapper {
  margin: 0 auto;
  display: block;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
}

.holder-container {
  align-items: start!important;
  margin-top: -50px!important
}

.holder {
  display: block!important;
  margin: 0 auto!important;
  max-width: 100%!important;
  padding: 50px 0!important;
  text-align: center!important
}

.holder,.left-content {
  margin: 0 auto;
  max-width: 48%;
  width: 100%!important
}

.meetings_calendar_inner {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -400px
}

.meetings_calendar_outer {
  padding: 50px;
  position: relative
}

.d_flex {
  display: flex
}

.our-team-section {
  position: relative
}

.our-team-title {
  text-align: center
}

.our-team-title h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5
}

.our-team-list-inner {
  display: flex;
  gap: 30px
}

@media screen and (max-width:1124px){
  .our-team-list-inner{
    flex-wrap: wrap;
  }
}

.elementor-widget-container li{
  transition: ease-in-out .3s;
  margin-bottom: 20px;
}
.elementor-widget-container li:hover{
  transform: scale(1.1);
}

.member-details {
  gap: 20px
}

.member-card-outer {
  background-color: #eae2b7;
  box-shadow: 0 0 10px #0000001f;
  /* width: calc(27.33% - 20px); */
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  border-radius: 15px;
  min-height: 400px;
  width: 240px;
}

.member-card-inner{
  display: flex;
  flex-direction: column;
  min-height: 350px;
  height: 100%;
  justify-content: flex-start;
}

a.member-card-info-link,a.member-card-info-link:hover {
  text-decoration: none
}

#member1 .member-card-details, #member3 .member-card-details{
  gap: 25px;
}

.member-name {
  color: #003049;
  font-size: 20px;
  font-weight: 600;
}

.fa-plus:before{
  font-size: 50px;
}

.member-desg {
  color: #003049;
  font-size:20px;
}

.member-card-details {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  font-family: 'Open Sans';
  font-weight: 400;
  gap:25px;
}
#member3 .member-card-details {
    gap: 55px;
}

.member-details {
  padding-top: 8px
}

.member-card-popup-outer h1,.member-card-popup-outer h2,.member-card-popup-outer h3,.member-card-popup-outer h4,.member-card-popup-outer h5,.member-card-popup-outer h6,.member-card-popup-outer p {
  margin: 0
}

.member-popup-company,.member-popup-slogan {
  padding: 10px 0 0
}
.member-popup-desg :nth-child(1){
  margin-bottom: 10px !important;
}

.member-card-outer:hover .team-member-pop-up-link {
  transform: translate(20%,-20%) scale(1);
  transition-timing-function: cubic-bezier(.17,.67,.48,1.4)
}

.team-member-pop-up-link {
  align-items: center;
  background-color: #EAE2B7;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%,-100%) scale(1);
  transform-origin: 100% 0;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.08,.45,.33,1.01);
  width: 100px;
  z-index: 1
}

.team-member-pop-up-link svg {
  cursor: pointer
}

.member-profile-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
}

.member-card-popup-outer-Main {
  background: rgba(255,255,255,.85);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: hidden;
  padding: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

.member-profile-image {
  max-height: 250px;
  overflow: hidden;
  width: 100%;
}

.member-profile-image img {
  transition: transform 0.3s ease-in-out;
}
.member-profile-image img:hover {
  transform: scale(1.05);
}

body.OpenPopup {
  overflow: hidden
}

.member-card-popup-Box {
  height: 100%;
  margin: 0 auto;
  max-height: 565px;
  max-width: 57%;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  transition: all .5s ease;
  width: 100%
}

body.OpenPopup .member-card-popup-outer-Main {
  overflow-y: auto
}

.member-card-popup-outer {
  background: #f9be4b ;
  border-radius: 20px ;
  overflow: hidden ;
  padding: 30px ;
  position: relative ;
  width: 100% ;
}

.member-card-popup-left-col {
  border-radius: 20px;
  max-width: 38%;
  min-height: 400px;
  overflow: hidden;
  width: 100%
}

.member-popup-image {
  height: 100%
}

.member-popup-image img {
  height: 100%!important;
  object-fit: cover;
  object-position: top;
  width: 100%
}

.member-card-popup-inner {
  gap: 40px;
  height: 100%;
  justify-content: space-between;
  width: 100%
}

span.Popup-close {
  cursor: pointer;
  margin: 20px;
  position: relative;
  right: 0;
  top: 0
}

span.Popup-close i {
  color: #003049;
  transform: rotate(45deg)
}

.member-popup-name{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.member-popup-name h3 {
  color: #003049;
  font-size: 32px;
  font-weight: 600;
}

.member-popup-company h4,.member-popup-desg h4 {
  color: #003049;
  font-size:24px;
  font-weight: 400;
  margin: 0
}
.member-popup-email a,.member-popup-linkedin a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #003049;
  border-radius: 50px;
  color: #003049;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: all .3s ease;
  width: 40px
}

.member-popup-email a:hover {
  color: #000
}

.member-card-popup-right-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  max-width: 100%;
  width: 100%
}

/* .member-card-popup-inner:after {
  background-color: #dd1845;
  content: "";
  height: 86%;
  left: 42%;
  margin: 16px 0;
  position: absolute;
  top: 4%;
  width: 2px
} */

.member-popup-slogan p {
  color: #003049;
  font-family: Catamaran,sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.member-popup-email i,.member-popup-linkedin i {
  font-size: 20px
}

.member-social-icons {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0 0
}

.member-social-icons a,.member-social-icons a:hover {
  text-decoration: none;
  transition: all .3s ease
}

.member-social-icons a:hover {
  background-color: #003049;
  color: #fff
}

.member-popup-company svg {
  height: 56px;
  width: 175px
}

@media(max-width: 1440px) {
  .member-card-popup-Box {
    max-width: 75%
  }
}

@media(max-width: 1366px) {
  .holder-container {
    min-height:450px!important
  }

  .member-profile-image {
    height: 200px
  }

  .holder,.left-content {
    margin: 0 auto;
    max-width: 87%
  }

  .meetings_calendar_inner {
    margin-top: -300px
  }
}

@media(max-width: 1280px) {
  .member-card-popup-Box {
    max-width:85%
  }
}

@media(max-width: 1080px) {
  .holder-container {
    align-items:center!important
  }

  .member-card-outer {
    width: calc(40% - 15px)
  }

  .member-card-popup-Box {
    max-width: 100%
  }

  .meetings_calendar_outer {
    padding: 0
  }

  .meetings_calendar_inner {
    margin-top: 0
  }
  .our-team-list-inner {
    justify-content:space-between;
  }
}

@media(max-width: 991px) {
  .holder,.left-content {
    margin:0 auto;
    max-width: 100%
  }

  /*.member-card-outer {
    margin: 0 auto;
  }*/

  .member-card-outer:hover {
    transform: scale(1)
  }

  .team-member-pop-up-link {
    transform: translate(20%,-20%) scale(1);
    transition-timing-function: cubic-bezier(.17,.67,.48,1.4)
  }

  .member-card-popup-outer-Main {
    padding: 50px
  }

  .member-card-popup-Box {
    max-width: 100%
  }

  .member-card-popup-inner {
    flex-wrap: wrap;
    gap: 20px
  }

  blockquote.member-popup-slogan p {
    font-size: 18px
  }

  .member-card-popup-outer {
    padding: 30px
  }
}

@media(max-width: 767px) {
  .dnd-section {
    padding:50px 0 0
  }

  .our-team-list-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }


  .member-card-outer {
    /*margin: 0 auto;*/
    width: 70%;
  }

  .our-team-list-outer {
    padding: 30px 0 0
  }

  .member-card-popup-left-col {
    max-height: 400px;
    max-width: 100%
  }

  .member-card-popup-outer {
    overflow-y: auto;
    padding:30px
  }

  .member-card-popup-inner:after {
    display: none
  }

  .member-card-popup-Box {
    max-width: 100%
  }

  .member-card-popup-right-col {
    gap: 10px;
    max-width: 100%
  }

  .member-popup-company h4,.member-popup-desg h4 {
    font-size: 24px !important;
  }
}

@media(max-width: 640px) {
  .holder-container {
    min-height:300px!important
  }

  .team-member-pop-up-link {
    height: 70px;
    width: 70px
  }

  span.team-member-pop-up-link svg {
    width: 16px
  }

  .member-details {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0
  }

  .member-card-popup-Box {
    top: 50%;
    max-width:100%;
  }

  .member-desg {
    border-right: none
  }

  .member-popup-company img {
    height: 41px;
    width: 130px
  }
}

@media(max-width: 575px) {
  .member-card-popup-Box {
    max-width:95%
  }
}

@media(max-width: 480px) {
  .member-card-outer {
    /*margin:0 auto;*/
    width: 100%
  }

  .member-card-popup-Box {
    max-width: 100%
  }

  .member-card-popup-left-col {
    max-height: 300px;
    max-width: 100%;
    min-height: auto
  }

  blockquote.member-popup-slogan p {
    font-size: 18px
  }

  .member-popup-company h4,.member-popup-desg h4 {
    font-size: 24px !important;
  }

  .schedule-meeting {
    padding: 15px 0 0
  }

  .schedule-meeting a {
    font-size: 16px;
    padding: 10px
  }

  .member-social-icons {
    gap: 15px;
    padding: 5px 0 0
  }

  .member-card-popup-right-col {
    gap: 0
  }

  .member-popup-email i,.member-popup-linkedin i {
    font-size: 14px
  }

  .member-popup-email a,.member-popup-linkedin a {
    height: 30px;
    width: 30px
  }
}

@media(max-width: 420px) {
  .member-company-name,.member-desg {
    margin-top:10px
  }
}

/* APRN Mailchimp Signup Styling */
.aprn-signup-wrapper {
  background: #003049;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  max-width: 92%;
  margin: 0 auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.aprn-signup-wrapper img {
  width: 80px;
  margin-bottom: 16px;
}

.aprn-signup-wrapper h2 {
  font-family: Open-sans, sans-serif;
  font-size: 32px;
  margin: 0 0 0.5rem;
  color: #003049;
}

.aprn-signup-wrapper p {
  font-family: Open-sans, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  color: #FCBF49;
}

.aprn-signup-wrapper input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  margin-bottom: 10px;
}

.aprn-signup-wrapper input[type="submit"] {
  font-family: Open-sans, sans-serif;
  background-color: #EAE2B7;
  color: #003049;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  transition: transform 0.3s ease-in-out, background-color 0.2s ease-in-out;
  text-transform: uppercase;
}

.aprn-signup-wrapper input[type="submit"]:hover {
  background-color: #FCBF49;
  color: #fff;
}

.aprn-signup-wrapper .mc-field-group label,
.aprn-signup-wrapper .indicates-required,
.aprn-signup-wrapper .optionalParent,
.aprn-signup-wrapper .refferal_badge {
  display: none !important;
}

/* Style: Success Message */
#mce-success-response {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #FCBF49;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  font-weight: normal;
}

/* Style: Error Message */
.mce_inline_error {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #FCBF49;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  font-weight: normal;
}
.newsletter-form-wrapper{
  display:flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.newsletter-titles-wrapper{
  width: 50%;
  text-align: left;
}
.newsletter-titles-wrapper span{
  font-weight: bold;
}
.newsletter-form-field-wrappers{
  width: 50%;
}

@media screen and (max-width: 768px) {
  .newsletter-form-wrapper {
    flex-direction: column;
  }
  .newsletter-titles-wrapper, .newsletter-form-field-wrappers {
    width: 100%;
  }
}

/* Peer-Review Carousel Styling */
.peer-review-carousel .swiper-slide {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px ;
  padding-right:30px ;
}

.peer-review-carousel .swiper-slide-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.peer-review-carousel .swiper-slide-image {
  height: 100%;
  width: 100%;
  object-fit: cover; 
  object-position: center center;
}

/* Add spacing between arrows and the image edges */
.elementor-swiper-button-prev {
  left: -5px !important;
}

.elementor-swiper-button-next {
  right: -5px !important;
}

/* Optional: Style arrows for consistent branding */
.elementor-swiper-button-prev svg,
.elementor-swiper-button-next svg {
  width: 24px;
  height: 24px;
}

.footer-widget-area .ast-builder-html-element{
  color: #003049;
}

.nf-field-label {
  display: none;
}


.nf-form-fields-required {
  display: none;
}

#nf-field-4 {
  background-color: #EAE2B7;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  fill: #003049;
  color: #003049;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  border-radius: 20px 20px 20px 20px;
}

#nf-field-4:hover {
	background-color: #F9BE4A;
  color: #FFFFFF;
}