/* Contact Form 7 - t-p- styles */
.t-p-form-wrap {
  padding: 18px 18px 22px;
  color: #364153;
}

/* ensure CF7 inherits text color */
.t-p-form-wrap,
.t-p-form-wrap * {
  color: #364153;
  box-sizing: border-box;
}

.t-p-row {
  display: flex;
  gap: 18px;
}

.t-p-col {
  flex: 1;
}

.t-p-row-full .t-p-col {
  flex: 1;
}

/* Inputs */
.t-p-form-wrap .t-p-input,
.t-p-form-wrap .t-p-textarea {
  width: 100%;
  border: 1px solid rgba(54, 65, 83, 0.25);
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 17px;
  outline: none;
  box-shadow: none;
}

.t-p-form-wrap .t-p-textarea {
  border-radius: 18px;
  min-height: 110px;
  resize: vertical;
  padding: 14px 16px;
}

/* Placeholder color */
.t-p-form-wrap .t-p-input::placeholder,
.t-p-form-wrap .t-p-textarea::placeholder {
  color: rgba(54, 65, 83, 0.75);
}

/* Focus */
.t-p-form-wrap .t-p-input:focus,
.t-p-form-wrap .t-p-textarea:focus {
  border-color: rgba(54, 65, 83, 0.55);
}

/* Center button */
.t-p-actions {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.t-p-form-wrap .t-p-submit {
  border: 1px solid rgba(54, 65, 83, 0.25);
  background: #ffffff;
  color: #364153;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 17px;
  cursor: pointer;
}

.t-p-form-wrap .t-p-submit:hover {
  border-color: rgba(54, 65, 83, 0.45);
}

/* Mobile stack */
@media (max-width: 700px) {
  .t-p-row {
    flex-direction: column;
    gap: 12px;
  }
}


/* /technology-and-marketing-packages START */
.wppb-col-1770057479437 {
  position: relative;
}

.wppb-col-1770057479437::before {
  content: "Most Popular";
  position: absolute;
  top: -14px; 
  left: 50%;
  transform: translateX(-50%);
  
  background: #34AE49;  
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  
  padding: 10px 20px;
  border-radius: 999px;
  line-height: 1;
  z-index: 999;
}


.img-with-bottom-text .wppb-addon-image-caption {
	padding-bottom: 40px;
    padding-top: 20px;
	background-image: linear-gradient(to right, #006738, #42923d, #99CA45) !important;
	color: #fff;
}

.light-green-bg {
	background-color: #EBF1DE;
}


.light-green-bg-2 .wppb-container .wppb-row{
	background-color: #EBF1DE;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 880px) and (min-width: 768px) {
  .light-green-bg-2 .wppb-container .wppb-row{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
	
	.light-green-bg-2 .wppb-col-1770057479437 {
		padding-right: 0px !important:
		padding-left: 0px !important;
	}
}


@media (max-width: 767px) {
  .light-green-bg-2 .wppb-container .wppb-row .pr-0{
    padding-left: 0 !important;
  }
	
  .light-green-bg-2 .wppb-container .wppb-row .wppb-col-1770057479437{
    padding-left: 0 !important;
	padding-right: 0 !important;
  }
	
  .light-green-bg-2 .wppb-container .wppb-row .pl-0{
    padding-right: 0 !important;
  }
}


/* /technology-and-marketing-packages END */

.same-hight-blog .bg-white {
	min-height: 465px;
}

.pum-theme-45508 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {

    background-color: #006738 !important;
}

@media (max-width: 767px) {
  .same-hight-blog .bg-white {
    min-height: 400px;
  }
}

/*   Header bar */
.hdr-bar .wppb-addon-title {
    position: relative;
}


.adjust-icon .wppb-flip-front-img img {
    /* Your styles here */
    width: 75px;
    height: auto;
}



.hdr-bar .wppb-addon-title:before {
    position: absolute;
    bottom: -5px;
    content: "";
    background: #4E4E4E;
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 10px;
    border-radius: 100%;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: bar-move;
    animation-timing-function: linear;
}

.hdr-bar .wppb-addon-title:after {
    content: "";
    border: #4E4E4E solid 2px;
    display: block;
    width: 100px;
    margin-top: 15px;
    border-radius: 5px;
    height: 1px;
}

.hdr-bar.sm .wppb-addon-title:after {
    width: 10%;
}



.hdr-bar.sm .wppb-addon-title:before {
    animation-name: bar-move-sm;
}

.hdr-bar.white .wppb-addon-title:after {
    border: #ffffff solid 2px;
}

.hdr-bar.white .wppb-addon-title:before {
    background: #ffffff;
}

.hdr-bar.md .wppb-addon-title:after {
    width: 30%;
}

.hdr-bar.md .wppb-addon-title:before {
    animation-name: bar-move-md;
}

.hdr-bar.center .wppb-addon-title:after {
    margin-left: auto;
    margin-right: auto;
}

.hdr-bar.center .wppb-headline-content {
    text-align: center;
}

.hdr-bar.center .wppb-headline-content .wppb-addon-title {
    display: inline-block;
    position: relative;
}

.hdr-bar.center .wppb-addon-title:before {
    margin-left: auto;
    margin-right: auto;
    animation-name: bar-move-center;
    right: 0;
    left: 0;
}

.hdr-bar.center.sm .wppb-addon-title:before {
    animation-name: bar-move-center-sm;
}

.hdr-bar.center.md .wppb-addon-title:before {
    animation-name: bar-move-center-md;
}


@keyframes bar-move {
    0% {
        left: 0;
    }

    50% {
        left: 96px;
    }

    100% {
        left: 0%;
    }
}

@keyframes bar-move-md {
    0% {
        left: 0;
    }

    50% {
        left: 29%;
    }

    100% {
        left: 0%;
    }
}

@keyframes bar-move-sm {
    0% {
        left: 0;
    }

    50% {
        left: 9%;
    }

    100% {
        left: 0%;
    }
}

@keyframes bar-move-center {
    0% {
        left: -100px;
    }

    50% {
        left: 100px;
    }

    100% {
        left: -100px;
    }
}

@keyframes bar-move-center-sm {
    0% {
        margin-left: 45%;
    }

    50% {
        margin-left: 54%;
    }

    100% {
        margin-left: 45%;
    }
}

@keyframes bar-move-center-md {
    0% {
        margin-left: 35%;
    }

    50% {
        margin-left: 65%;
    }

    100% {
        margin-left: 35%;
    }
}

/*  End Header bar */
/*  bouce hover */
.bounce-hv {
    transition: all .3s;
    z-index: 100;
}

.bounce-hv:hover {
    transform: translatey(-20px);
}

/*  Bounce animation*/
.bounce-anim {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce-1;
    animation-timing-function: linear;
    position: absolute;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-20px);
    }

    66% {
        transform: translatex(-20px);
    }

    100% {
        transform: translateY(0);
    }
}



/* ------------------------ NYC Landing Page Start ------------------------------------ */

body.page-id-43420 header.transp-hdr {
  position: absolute;  
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 999;      
}

/* Desktop only */
@media (min-width: 992px) {
  body.page-id-43420 header.transp-hdr .nav-link {
    color: #fff !important;
  }

  body.page-id-43420 header.transp-hdr .social-media-info {
    color: #fff !important;
  }
}

/* Mobile hamburger bars */
body.page-id-43420 header.transp-hdr .navbar-toggler .icon-bar {
  background-color: #fff !important;
}

body.page-id-43420 header.transp-hdr .dark_logo {
  display: inline-block !important;
}

body.page-id-43420 header.transp-hdr .light_logo {
  display: none !important;
}

.green-line-infront h2 {
  display: flex;           /* line + text side by side */
  align-items: center;     /* vertically align */
  gap: 12px;               /* space between line and text */
  font-weight: 600;
  color: #fff;             /* make the text white */
  margin: 0;               /* remove default h2 margin if needed */
}

.green-line-infront h2::before {
  content: "";
  display: block;
  width: 72px;             /* length of the line */
  height: 2px;             /* thickness of the line */
  background: linear-gradient(to right, #99CA45, #99CA45); /* gradient green line */
}

.green-line-infront-top h2 {
  display: flex;           /* line + text side by side */
  align-items: center;     /* vertically align */
  gap: 12px;               /* space between line and text */
  font-weight: 600;
  color: #fff;             /* make the text white */
  margin: 0;               /* remove default h2 margin if needed */
}

.green-line-infront-top h2::before {
  content: "";
  display: block;
  width: 72px;             /* length of the line */
  height: 2px;             /* thickness of the line */
  background: linear-gradient(to right, #99CA45, #99CA45); /* gradient green line */
}

.green-line-infront-two h2 {
  display: flex;           /* line + text side by side */
  justify-content: center;
  align-items: center;     /* vertically align */
  gap: 12px;               /* space between line and text */
  font-weight: 600;
  color: #fff;             /* make the text white */
  margin: 0;               /* remove default h2 margin if needed */
}

.green-line-infront-two h2::before {
  content: "";
  display: block;
  width: 72px;             /* length of the line */
  height: 2px;             /* thickness of the line */
  background: linear-gradient(to right, #99CA45, #99CA45); /* gradient green line */
}

@media (max-width: 1399px) {
  .letter-hide {
    display: none !important;
  }
}

/* Mobile only (≤ 768px) */
@media (max-width: 768px) {
	
	.green-line-infront-top h2 {
		justify-content: center;
	}
	
	.green-line-infront-top h2::before {
	  width: 32px;             /* length of the line */
	}
	
	.green-line-infront h2::before {
	  width: 32px;             /* length of the line */
	}
	.green-line-infront-two h2::before {
		width: 32px;             /* length of the line */
	}
	
	.green-line-infront-two h2 {
		justify-content: normal;
	}
	
}


/* ------------------------ NYC Landing Page End ------------------------------------ */


/*  Team Card */

.home-page-cards .card-header {
	height: 300px;
}

.team-card {
    transition: all .3s;
    z-index: 100;
}

.team-card .card {
    border-bottom: 5px solid #39b54a !important;

}

.team-card:hover {
    transform: translatey(-20px);
}

.team-card .card-header {
    position: relative;
    overflow: hidden;
}

.team-card .card-img-top.hover {
    display: none;
}

.team-card.hover:hover .card-img-top {
    display: none;
}

.team-card.hover:hover .card-img-top.hover {
    display: block;
}

.team-card .card-title {
    font-size: 1em;
}

.team-card .card-text {
    font-size: .9em;
}

.team-card .card-header ul {
    list-style-type: none;
    position: absolute;
    top: 0;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 20%;
    max-height: 200px;
    width: 70px;
    background: #fff;
    padding: 10px 10px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all .2s;
}

.team-card .card-header ul li {
    display: block;
    margin: auto;
}

.team-card .card-header ul a {
    display: block;
    margin: 15px 0;
    font-size: 1.5em;
    transition: transform .2s;
}

.team-card .card-header ul li a:hover {
    transform: scale(1.3);
}

.team-card .card-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006738 !important;
    background-image: linear-gradient(to right, #006738, #42923d, #99CA45) !important;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.team-card:hover .card-header:before {
    opacity: .8;
    visibility: visible;
}

.team-card:hover .card-header ul {
    right: 0;
    opacity: 1;
    visibility: visible;
}



/*
flip card
*/
.card-flip {
    position: relative;
}

.card-flip > div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    position: relative;
}

.card-flip .card-front {
    transform: rotateY(0deg);
    min-height: 200px;
}

.content img {
    width: 100px;
    border-radius: 100%;
}

.card-flip .card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}

.card-flip:hover .card-front {
    transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
    transform: rotateY(0deg);
}


/*
flip card
*/
.custom-design-lead label {
    display: block;
    margin-bottom: 5px;
}

form .fields p,
form .custom-design-lead p {
    margin: 0 !important;
}

.custom-design-lead.no-label label,
.gp-field.fields label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.custom-design-lead.color-input input,
.custom-design-lead.color-input textarea,
.custom-design-lead.color-input select {
    margin-bottom: 8px;
    color: #ffffff;
    height: auto;
    border-radius: 5px;
    padding: 10px;
    background: #52ac46;
    border-color: #52ac46;
}

.custom-design-lead.color-phldr input::-webkit-input-placeholder,
.custom-design-lead.color-phldr textarea::-webkit-input-placeholder {
    color: #fff  !important;
}

.custom-design-lead.color-phldr input:-moz-placeholder,
.custom-design-lead.color-phldr textarea:-moz-placeholder {
    color: #fff  !important;
}

.custom-design-lead.color-phldr input::-moz-placeholder,
.custom-design-lead.color-phldr textarea::-moz-placeholder {
    color: #fff  !important;
}

.custom-design-lead.color-phldr input:-ms-input-placeholder,
.custom-design-lead.color-phldr textarea:-ms-input-placeholder {
    color: #fff !important;
}

.custom-design-lead.color-phldr input::-ms-input-placeholder,
.custom-design-lead.color-phldr textarea:-ms-input-placeholder {
    color: #fff  !important;
}

.custom-design-lead.color-phldr input::placeholder,
.custom-design-lead.color-phldr textarea::placeholder {
    color: #fff !important;
}

.custom-design-lead textarea.short-message {
    height: 100px;
}

/* Picture only slider */
.pic-only-slider .wppb-carousel-content-in {
	display: none;
}

.pic-only-slider .wppb-carousel-media-right {
	width: 100% !important;
}

.pic-only-slider img {
    max-width: 100%;
}

.pic-only-slider .wppb-carousel-media-right {
    text-align: center;
}

/* MBS Volunteers Form */

.mbs-volunteers-form input,
.mbs-volunteers-form textarea,
.mbs-volunteers-form select {
  padding: 0.6rem;    
}

/* typed date text (all browsers) */
.custom-design.color-phldr input[type="date"] {
  color: #fff;
  /* Optional: flips picker icon for dark backgrounds */
  color-scheme: dark;
}

/* WebKit/Chromium: style the ghost text and fields */
.custom-design.color-phldr input[type="date"]::-webkit-datetime-edit,
.custom-design.color-phldr input[type="date"]::-webkit-datetime-edit-text,
.custom-design.color-phldr input[type="date"]::-webkit-datetime-edit-month-field,
.custom-design.color-phldr input[type="date"]::-webkit-datetime-edit-day-field,
.custom-design.color-phldr input[type="date"]::-webkit-datetime-edit-year-field {
  color: #fff;
}

/* Optional: make the calendar icon visible on dark bg */
.custom-design.color-phldr input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: .9;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Copy the same styles that .center uses */
.center-not-mobile {
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex; /* some page builders use this */
}

/* Disable centering on mobile */
@media (max-width: 767px) {
  .center-not-mobile {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .center-not-mobile::before,
  .center-not-mobile::after {
    margin-left: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
}



