@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --red: #eb333d;
  --blue: #425585;
  --green: #43a85a;
  --mw: 1240px;
}

[class*="mw-"] {
  max-width: var(--mw);
}

/* Banner  */
section.banner_section .container {
  max-width: 1370px;
}

.inner_bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-inner {
  padding: 93px 40px 68px 100px;
  max-width: 794px;
}
.banner_heading {
  color: #425585;
  font-family: "Bebas Neue";
  font-size: 100px;
  font-weight: 400;
  line-height: 90%;
}
.banner-inner h5 {
  color: #4c3f46;
  font-family: Montserrat;
  margin-top: 18px;
}
.banner_document {
  margin: 37px 0 46px;
  color: #000;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 400;
  max-width: 508px;
  width: 100%;
  line-height: 1.34;
}
.banner_buttons {
  display: flex;
  gap: 15px;
}
section .btn {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Bebas Neue";
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.25px;
  background: #43a85a;
  max-width: max-content;
  padding: 14px 21px 10px 21px !important;
}
section .btn::after {
  content: "";
  width: 40px;
  height: 11px;
  background-image: url("/wp-content/themes/ldwp/assets/images/mom-con/white_arraw.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* content_and_button  */
section.content_and_button {
  margin: 140px 0;
}
section.content_and_button .inner {
  display: grid;
  grid-template-columns: 544fr 616fr;
  gap: 72px;
}
.con_button_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
section.content_and_button h5 {
  color: #f3343f;
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1.4;
}
.con_button_left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.content_and_button .banner_document {
  margin: 0;
  color: #000;
  font-family: Montserrat;
  max-width: 100%;
}
section.content_and_button .btn {
  background: #425585;
}

/* Image And Content  */

section.image_and_content .banner_heading {
  text-align: center;
}
.img_con_inner_buttom {
  margin-top: 58px;
}
.img_and_con_content_top h3 {
  color: #f3343f;
  font-family: "Bebas Neue";
  font-size: 40px;
  font-weight: 400;
}
.img_and_con_content_top .banner_document {
  margin: 35px 0 24px;
  max-width: 100%;
}
section.image_and_content .btn {
  background: #425585;
}
.img_con_inner_buttom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.img_con_inner_buttom.image_mid {
  grid-template-columns: 815fr 378fr;
}
.img_con_inner_buttom.image_small {
  grid-template-columns: 324fr 733fr;
  gap: 58px;
}
.img_con_inner_buttom.image_big {
  grid-template-columns: 672fr 533fr;
  gap: 38px;
}
.image_and_content_img img {
  width: 100%;
  height: calc(100% - 15px);
  object-fit: cover;
}
section.image_and_content .inner.right .image_and_content_content {
  order: 1;
}
section.image_and_content .inner.right .image_and_content_img {
  order: 2;
}

section.image_and_content .inner.left .image_and_content_content {
  order: 2;
}
section.image_and_content .inner.left .image_and_content_img {
  order: 1;
}

section.image_and_content .inner.bg_color {
  background: #f0f1ed;
  padding: 59px 57px 68px 50px;
}

section.image_and_content
  .inner:not(:has(h2.banner_heading))
  .img_con_inner_buttom {
  margin-top: 0;
}

section.image_and_content:has(.image_mid) {
  margin: 65px 0;
}

section.image_and_content:has(.bg_color) {
  margin: 65px 0 86px;
}
section.image_and_content:has(.image_big) {
  margin: 65px 0 157px;
}

section.image_and_content ul {
  padding-left: 15px;
}
/* 
section.image_and_content:has(.image_big) .banner_document p {
  margin-bottom: 0 !important;
} */

/* section.image_and_content ul:has(li:nth-child(4)) {
    column-count: 2;
} */

section.image_and_content .bg_color ul {
  column-count: 2;
}

section.image_and_content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 8px;
}
section.image_and_content ul li::before {
  content: "•";
  position: absolute;
  left: -15px;
  top: -2px;
}
.image_and_content_img img {
  border-radius: 30px;
}

/* For new page */
.mh-tour-sec .image_and_content_img img {
  width: 100%;
  max-width: 370px;
  object-fit: contain;
}

/* ***************faq****************** */

/* .doc-faq {
  padding-top: 157px;
} */

.doc-content {
  margin: 0 auto;
  text-align: center;
}

.faq-hd {
  color: #425585;
  font-family: "Bebas Neue";
  font-size: 100px;
  line-height: 90%;
  margin-bottom: 10px;
}

.faq-desc {
  color: #000000;
  font-family: "Montserrat";
  font-size: 23px;
  line-height: auto;
  opacity: 90%;
}

.doc-faq .faq-list {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 67px;
  margin-top: 69px;
}

.doc-faq .faq-border {
  padding: 0px;
  border: none;
}

.doc-faq .faq-question {
  font-family: "Montserrat";
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #425585;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.doc-faq .faq-answer {
  font-weight: 400;
  color: #425585;
  font-size: 20px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #425585;
}

.doc-faq .faq-item.active-parent .faq-icon {
  content: url("/wp-content/themes/ldwp/assets/images/faq-minus.svg");
  transition: all 0.3s linear;
  height: 14px;
  object-fit: cover;
}

.doc-faq .active-parent .faq-icon {
  transform: rotate(0deg);
}

/* Form */
#doc-from .section__newsletter-block {
  margin-bottom: 0px;
}

#doc-from .wrapper {
  max-width: 1231px !important;
  padding: 0px !important;
}

#doc-from .section__newsletter-block-content {
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 112px !important;
  padding: 66px 59px 64px 69px;
  background-color: #425585;
}

#doc-from .section__newsletter-block-text {
  color: #ffffff;
  opacity: 0.9;
}

#doc-from .heading {
  font-family: "Bebas Neue";
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  line-height: 90%;
}

#doc-from .section__newsletter-block-description {
  font-family: "Montserrat";
  font-size: 23px;
  line-height: 1.5;
  width: 100% !important;
  max-width: 386px !important;
  opacity: 90%;
}

#doc-from .section__newsletter-form-block {
  width: 100%;
  max-width: 604px !important;
}

#doc-from.section__newsletter-block {
  margin-bottom: 0px;
}

#doc-from .section__newsletter-form-block .at-inner .at-form-submit .at-submit {
  font-family: "Bebas Neue";
  font-weight: 400 !important;
  letter-spacing: 1% !important;
  background-color: #43a85a !important;
  min-width: 145px !important;
  min-height: 52px;
}

#doc-from .section__newsletter-form-block .at-fields .at-row label input {
  font-size: 16px;
}

#doc-from .section__newsletter-form-block .at-inner .at-form-submit {
  margin-bottom: 0px;
  padding-left: 0;
}
#doc-from .section__newsletter-form-block .at-fields .at-row label {
  padding-left: 0;
}

/* ****************************CTA with bg *************************/
.parent-cta-with-bg {
  padding: 5px 12px;
  min-height: 502px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background-color: #f0f1ed;
  margin-top: 75px;
  margin-bottom: 88px;
}

.cta-heading-part {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-title {
  font-family: "Bebas Neue";
  font-size: 100px;
  font-weight: 400;
  line-height: 90%;
  color: #425585;
  text-transform: uppercase;
}

.cta-desc {
  font-family: "Montserrat";
  margin: 0px;
  font-size: 23px;
  color: #000000;
  font-weight: 400;
}

.cta-btn-two {
  width: fit-content !important;
  background: #425585 !important;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

/* CTA with icon */
.cta-icon-section {
  padding-top: 150px;
  padding-bottom: 100px;
}
.cta-icon {
  max-width: 213px;
  width: 100%;
}
.cta-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-content {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 40px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.cta-subheading {
  margin-top: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #f3343f;
}
.cta-text {
  max-width: 588px;
  margin-top: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #000;
}
.cta-text strong b {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 21px;
  text-align: center;
}
.cta-action .cta-btn {
  background: #f3343f;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** video section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

.page-template-mom-con main .video_section .container {
  padding-top: 75px;
  padding-bottom: 125px;
}

.page-template-mom-con main .video_inner_content {
  display: flex;
  gap: 56px;
  align-items: self-start;
}

.page-template-mom-con main .video_inner_desc {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-template-mom-con main .video_inner_desc p {
  margin: 0;
}
.page-template-mom-con main .video_inner_content img {
  object-fit: contain;
  max-width: 256px;
  width: 100%;
}

.page-template-mom-con main .inner_video {
  padding-top: 74px;
}
.embed-vid iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** ** *  *** *   ** New doc host *  ** *Banner*** *  *** *  *** *  *** *  *** *  *  *** *  *** *  *** *
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

body.page-id-5181 h2 {
  font-weight: 400 !important;
}

.section__center-banner-content {
  width: 100%;
  max-width: 536px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mothers-text {
  color: #eb333d;
  font-size: 170px;
}

.section__center-banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.section__center-banner-info {
  font-size: 25px;
  color: #4c3f46;
  line-height: 110%;
  font-weight: bold;
  margin: 33px 0px;
}
.section__center-banner-content h2 {
  width: 100%;
  max-width: 536px;
  line-height: 0.8;
  font-family: "Bebas Neue", sans-serif;
}

.section__center-banner-content small {
  font-size: 95px;
}

.link-list a {
  font-size: 40px;
  color: #425585;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  margin-right: 5px;
  padding-right: 20px;
}

.link-list a::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -5px;
}

.link-list a:last-child::after {
  content: "";
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** img with content
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.image_and_content.reshma-testimonial {
  background-color: #425585;
}

.reshma-testimonial .inner.left {
  padding: 100px 0;
}

.reshma-testimonial .image_and_content_img img {
  width: 100%;
  height: 421px;
  object-fit: contain;
  border-radius: 20px;
}

.reshma-testimonial .banner_document {
  width: 100%;
  max-width: 612px;
  color: #fff;
  font-size: 23px;
  margin: 0px;
}

.reshma-testimonial .banner_document p {
  margin: 0px;
}
.reshma-testimonial .banner_document h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-top: 25px;
}

.reshma-testimonial .img_con_inner_buttom {
  display: grid;
  grid-template-columns: 434fr 612fr;
  gap: 87px;
  align-items: center;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Press release
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

.section__press-release {
  padding: 60px 0px 90px 0px;
  border-radius: 40px;
}

.section__press-release .heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}

.section__press-release .press-release-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 37px;
}

.section__press-release .press-release-item {
  width: 100%;
  max-width: 282px;
  background: #fff;
  padding: 20px 15px;
  border-radius: 18px;
  transition: 0.3s ease;
}

.section__press-release .press-release-image {
  width: 100%;
  overflow: hidden;
}

.section__press-release .press-release-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: 0.3s ease;
  margin-top: 14px;
}

.section__press-release .press-release-title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -2%;
  line-height: 120%;
  color: #425585;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section__press-release .press-release-date {
  font-size: 10px;
  color: #425585;
}

.section__press-release .read-more {
  font-family: "Bebas Neue", sans-serif;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #425585;
  font-weight: 600;
  transition: 0.3s;
}

.read-icon {
  height: auto;
  max-width: 100%;
  margin-top: 20px;
}

.section__press-release .read-more:hover {
  color: #4f66a0;
}

/* END */

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Content Section Styles
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section_content-section {
  padding: 3rem 0 2rem;
}
.section_content-section .content-con h1,
.section_content-section .content-con h3,
.section_content-section .content-con h4,
.section_content-section .content-con h5,
.section_content-section .content-con h6 {
  font-family: "Bebas Neue";
  text-transform: uppercase;
}
.section_content-section .content-con h2 {
  font-size: 80px;
  font-family: "Bebas Neue";
  text-transform: uppercase;
}

/* Support the Film */
.cta-icon-section.doc-hostsupport-film {
  padding-top: 50px;
}
.cta-icon-section.doc-hostsupport-film .cta-title {
  font-size: 80px;
}
.cta-icon-section.doc-hostsupport-film .cta-text {
  max-width: 858px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Content And Button ( About the Film)
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.doc-host-abt-film .banner_heading {
  border-bottom: 20px solid var(--red);
  width: fit-content;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Center Banner Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section__center-banner {
  padding: 75px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

/* New Doc Form design */
.doc-host-from-sec .heading {
  font-size: 80px !important;
  border-bottom: 20px solid #eb333d;
  padding-bottom: 20px;
}
.doc-host-from-sec .at-submit {
  font-family: "sora" !important;
  font-size: 16px !important;
}

.doc-host-from-sec {
  position: relative !important;
}

/* FAQ Section New */
.doc-host-faq-sec {
  background-color: #eeeeee;
  margin: 0px;
  padding: 98px 0px 89px 0px;
}

.doc-host-faq-sec .faq-hd {
  font-size: 80px;
  margin-bottom: 0px;
  font-weight: 400;
}

.doc-host-faq-sec .wrapper {
  padding: 0px 30px;
}
.doc-host-faq-sec .faq-list {
  gap: 0px;
  margin-top: 55px;
}
.doc-host-faq-sec .faq-list .faq-item-0 {
  border-top: 2px solid #425585 !important;
}
.doc-host-faq-sec .faq-list {
  max-width: 1075px;
}

.doc-host-faq-sec .faq-list .faq-item {
  border-bottom: 2px solid #425585 !important;
  padding: 40px 8px 40px 0px !important;
}
.doc-host-faq-sec .back-to-top {
  display: flex;
  justify-content: center;
}
.doc-host-faq-sec .btn {
  margin-top: 90px;
}
.doc-host-faq-sec .btn::after {
  display: none;
}

.doc-host-faq-sec .faq-answer {
  border-bottom: none !important;
  padding-bottom: 0px;
}
.doc-host-faq-sec .faq-icon {
  filter: invert(34%) sepia(50%) saturate(2043%) hue-rotate(142deg)
    brightness(55%) contrast(100%);
}

/* Content with Embedded Code */
.section__content_and_embed_sec {
  padding: 9.5rem 0 6rem 0px;
  background-color: #eee;
}
.section__content_and_embed_sec .container {
  max-width: 1142px;
}
.content_and_embed_sec_inner {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 2.5rem;
}
.column_2,
.column_1 {
  flex: 1;
}
.section__content_and_embed_sec .column_1 {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.section__content_and_embed_sec .column_1 .button_list {
  display: flex;
  flex-wrap: nowrap;
}
.embed_code {
  padding: 1rem;
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 1142/607;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 23px;
}
.section__content_and_embed_sec .banner_heading {
  border-bottom: 20px solid #eb333d;
  font-size: 80px;
  padding-bottom: 15px;
}
.section__content_and_embed_sec .column_2 h4 span {
  font-size: 30px;
}
.column_2 p,
.column_2 h4 span {
  font-family: var(--montserrat) !important;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Doc Host Testimonial Carousel
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section__testimonial_carousel.with-vid video {
  max-width: 100%;
  height: auto;
  border-radius: 27px;
}

.section__testimonial_carousel.with-vid .testi-inner {
  background-color: #425585 !important;
  padding: 0px 90px;
  grid-template-columns: 480px auto;
  gap: 40px;
  align-items: center;
  background-image: url(/wp-content/themes/ldwp/assets/images/mom-con/quote.svg);
  background-repeat: no-repeat;
  background-position: 90px 20px;
  background-size: 136px auto;
  justify-content: space-between;
}

.section__testimonial_carousel.with-vid .testi-inner .single-testi-content {
  padding: 0;
}

.section__testimonial_carousel.with-vid .testi-inner .desc,
.section__testimonial_carousel.with-vid .testi-inner .info .name,
.section__testimonial_carousel.with-vid .testi-inner .info .position {
  font-family: "Montserrat", sans-serif;
  color: #ffffff !important;
  font-size: 23px;
  font-weight: 400;
}

.page-template-template-dochost .splide__arrows {
  justify-content: space-between;
  bottom: calc(50% - 50px);
}

.page-template-template-dochost .splide__arrows .splide__arrow {
  width: 100px;
  height: 100px;
  background: url(/wp-content/themes/ldwp/assets/images/mom-con/arrow-white.svg)
    no-repeat center center;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.page-template-template-dochost
  .splide__arrows
  .splide__arrow.splide__arrow--prev {
  position: absolute;
  left: -50px;
  top: -100px;
  transform: unset;
}

.page-template-template-dochost
  .splide__arrows
  .splide__arrow.splide__arrow--next {
  position: absolute;
  right: -50px;
  top: -100px;
  transform: rotate(180deg);
}

.section__testimonial_carousel.without-vid .splide__arrows .splide__arrow {
  background: url(/wp-content/themes/ldwp/assets/images/mom-con/arrow-black.svg)
    no-repeat center center;
  background-color: #e9e9e9 !important;
  opacity: 0.8 !important;
}

.section__testimonial_carousel.without-vid .splide__arrows .splide__arrow {
  background: url(/wp-content/themes/ldwp/assets/images/mom-con/arrow-black.svg)
    no-repeat center center;
  background-color: #dfd0c1;
}

.section__testimonial_carousel.without-vid
  .splide__arrows
  .splide__arrow.splide__arrow--next {
  right: -50px;
}

.section__testimonial_carousel.without-vid .testi-inner {
  background-color: #43a85a !important;
  grid-template-columns: repeat(1, 1fr);
}

.section__testimonial_carousel.without-vid .testi-inner .single-testi-content {
  background-image: url(/wp-content/themes/ldwp/assets/images/mom-con/quote-dark.svg);
  background-repeat: no-repeat;
  background-position: 90px 20px;
  background-size: 136px auto;
  padding-top: 120px;
  padding-left: 90px;
}

.section__testimonial_carousel.without-vid .testi-inner .desc {
  padding-right: 30px;
  max-height: 350px;
  overflow-y: auto;
}

.section__testimonial_carousel.without-vid .testi-inner .desc,
.section__testimonial_carousel.without-vid .testi-inner .info .name,
.section__testimonial_carousel.without-vid .testi-inner .info .position {
  font-family: "Montserrat", sans-serif;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 400;
}

.section__testimonial_carousel.without-vid .testi-inner .desc h4 {
  font-family: var(--bebas_neue);
  font-size: 23px;
}

.section__testimonial_carousel.without-vid .testi-inner .desc br {
  display: none;
}

.section__testimonial_carousel.without-vid .testi-inner .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section__testimonial_carousel.without-vid .testi-inner .info .name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.section__testimonial_carousel.without-vid .testi-inner .info .name::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background-color: #fff;
}

.section__testimonial_carousel.without-vid
  .testi-inner
  .info
  .position::before {
  content: ", ";
}

.bg-red {
  background-color: #b4341e;
}

@media screen and (max-width: 1280px) {
  .page-template-template-dochost
    .splide__arrows
    .splide__arrow.splide__arrow--prev {
    left: 20px;
  }
  .page-template-template-dochost
    .splide__arrows
    .splide__arrow.splide__arrow--next,
  .section__testimonial_carousel.without-vid
    .splide__arrows
    .splide__arrow.splide__arrow--next {
    right: 20px;
  }
}

@media screen and (max-width: 1232px) {
  .section__testimonial_carousel.without-vid {
    margin-left: 20px;
  }

  .section__testimonial_carousel.without-vid .wrapper {
    max-width: 1232px;
  }
}

@media screen and (max-width: 991px) {
  .section__testimonial_carousel.with-vid .testi-inner {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px;
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .section__testimonial_carousel.with-vid .testi-inner {
    padding: 30px;
  }

  .section__testimonial_carousel.with-vid .testi-inner .desc,
  .section__testimonial_carousel.with-vid .testi-inner .info .name,
  .section__testimonial_carousel.with-vid .testi-inner .info .position {
    font-size: 16px;
    font-weight: 400;
  }

  .page-template-template-dochost .splide__arrows .splide__arrow {
    width: 56px;
    height: 56px;
  }

  .page-template-template-dochost .splide__arrows {
    bottom: calc(50% - 28px);
  }

  .section__testimonial_carousel.without-vid
    .testi-inner
    .single-testi-content {
    padding: 90px 30px 30px;
  }

  .section__testimonial_carousel.without-vid .testi-inner .desc {
    font-size: 16px;
  }

  .section__testimonial_carousel.without-vid .testi-inner .info .name,
  .section__testimonial_carousel.without-vid .testi-inner .info .position {
    font-size: 13px;
  }

  .section__testimonial_carousel.without-vid {
    margin-right: 20px;
  }
  .section__testimonial_carousel.without-vid {
    margin: 3rem 0;
  }

  .page-template-template-dochost .splide {
    position: relative;
  }

  .page-template-template-dochost .splide__arrows {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .page-template-template-dochost .splide__arrow--prev,
  .page-template-template-dochost .splide__arrow--next {
    top: -50px !important;
    right: 100px !important;
  }
  .page-template-template-dochost
    .splide__arrows
    .splide__arrow.splide__arrow--prev {
    left: 100px !important;
  }

  .testimonial_inner {
    margin-top: 80px !important;
  }
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Mobileze events
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.mobilize-events-list {
  max-width: 100%;
  margin: 5rem auto 0;
  font-family: sans-serif; /* Change to your theme's primary font */
}

/* 4-Column Grid Layout */
.mobilize-list-row {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 3fr 1fr; /* Defines column widths */
  align-items: center;
  padding: 18px 24px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}

/* Zebra Striping */
.mobilize-list-row:nth-child(odd) {
  background-color: #f5f5f5; /* Light gray for odd rows */
}

.mobilize-list-row:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
}

/* Column Specifics */
.mobilize-list-date {
  letter-spacing: 0.5px;
}

.mobilize-list-title {
  color: #000000;
}

.mobilize-list-cta {
  text-align: right; /* Aligns the button to the far right edge */
}

/* CTA Button Styling */
.mobilize-list-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--blue); /* Adjust to client's brand color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.mobilize-list-btn:hover {
  opacity: 0.9;
}

.mobilize-private-text {
  font-size: 13px;
  color: #777777;
  font-style: italic;
  font-weight: 400;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .mobilize-list-row {
    grid-template-columns: 1fr; /* Stacks everything in a single column */
    gap: 12px;
    padding: 24px;
  }

  .mobilize-list-cta {
    text-align: left; /* Re-aligns button to the left on mobile */
    margin-top: 8px;
  }
}

/* responsive */
@media only screen and (max-width: 1200px) {
  section.image_and_content .banner_buttons {
    flex-direction: column;
    max-width: max-content;
  }

  /* form */
  #doc-from .section__newsletter-block-content {
    gap: 60px !important;
  }

  #doc-from .section__newsletter-form-block {
    width: 100%;
    max-width: fit-content !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_heading {
    font-size: 80px;
  }

  .img_con_inner_buttom.image_mid {
    grid-template-columns: 3fr 2fr;
  }
  .img_con_inner_buttom.image_small {
    grid-template-columns: 2fr 3fr;
  }

  /* faq */

  .faq-hd {
    font-size: 60px;
  }

  .faq-desc {
    font-size: 18px;
  }

  .doc-faq {
    padding-top: 80px;
  }

  .doc-faq .faq-list {
    gap: 30px;
  }

  /* form */
  #doc-from .section__newsletter-block-content {
    padding: 40px !important;
  }

  #doc-from .section__newsletter-block {
    margin-bottom: 0 !important;
    padding: 0px !important;
  }

  /* press */

  .section__press-release-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Content with Embedded Code */

  .section__content_and_embed_sec .column_1 .button_list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 997px) {
  .banner_heading {
    font-size: 70px;
  }
  section .btn {
    font-size: 18px;
  }
  section.content_and_button .inner {
    gap: 24px;
  }

  .img_con_inner_buttom {
    grid-template-columns: 1fr !important;
  }
  section.image_and_content .inner.right .image_and_content_content {
    order: 2;
  }
  section.image_and_content .inner.right .image_and_content_img {
    order: 1;
  }
  .image_and_content_img img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }

  /* form */
  #doc-from .section__newsletter-block-content {
    flex-direction: column;
    gap: 40px !important;
  }

  #doc-from .section__newsletter-form-block {
    max-width: 100% !important;
  }

  #doc-from .section__newsletter-block-text,
  #doc-from .section__newsletter-block-description {
    width: 100% !important;
    max-width: 100%;
    font-size: 18px;
  }

  #doc-from .heading {
    font-size: 40px !important;
  }

  /* CTA with bg  */
  .parent-cta-with-bg {
    min-height: 400px;
    padding: 40px 12px;
    gap: 16px;
  }

  .cta-title {
    font-size: 70px;
  }

  .cta-desc,
  .banner_document {
    font-size: 18px;
  }

  /*CTA with Icon  */
  .cta-icon-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .cta-content {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .cta-subheading {
    font-size: 32px;
    margin-top: 25px;
  }

  .cta-text {
    font-size: 18px;
    max-width: 100%;
  }

  .cta-text strong b {
    font-size: 18px;
  }

  .cta-icon {
    max-width: 170px;
  }

  /* banner */

  .mothers-text {
    color: #eb333d;
    font-size: 80px;
  }

  .section__center-banner-content small {
    font-size: 70px;
  }

  .link-list a {
    font-size: 16px;
    padding-right: 10px;
  }

  /* Support the Film */
  .cta-icon-section.doc-hostsupport-film .cta-title {
    font-size: 60px;
  }

  /* New Doc Form design */
  .doc-host-faq-sec .faq-hd {
    font-size: 60px;
  }
  .doc-host-faq-sec .faq-list .faq-item {
    padding: 25px 8px 25px 0px !important;
  }

  /* Content with Embedded Code */

  .section__content_and_embed_sec .banner_heading {
    font-size: 60px;
    padding-bottom: 10px;
  }
  .content_and_embed_sec_inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .section__content_and_embed_sec {
    padding: 5.5rem 0 3rem 0px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_heading {
    font-size: 50px;
  }
  .banner_buttons {
    flex-direction: column;
    max-width: max-content;
  }
  .banner-inner {
    padding: 50px 20px 520px 20px;
    max-width: 100%;
  }
  section.content_and_button .inner {
    grid-template-columns: 1fr;
  }
  section.content_and_button {
    margin: 80px 0 85px;
  }
  section.image_and_content .inner.bg_color {
    padding: 40px 20px;
  }
  section.image_and_content:has(.bg_color) {
    margin: 25px 0 38px;
  }
  .img_con_inner_buttom {
    margin-top: 34px;
  }
  section.image_and_content:has(.image_big) {
    margin: 65px 0 50px;
  }
  section.image_and_content .bg_color ul {
    column-count: 1;
  }

  /* faq */
  .faq-hd {
    font-size: 40px;
  }

  .doc-faq {
    padding-top: 40px;
  }

  .doc-faq .faq-list {
    gap: 20px;
  }

  .doc-faq .faq-question {
    font-size: 20px;
  }

  .doc-faq .faq-answer {
    font-size: 18px;
    padding-bottom: 15px;
  }

  /* form */
  #doc-from .section__newsletter-block-content {
    gap: 20px !important;
    padding: 40px 20px !important;
  }

  #doc-from.section__newsletter-block {
    margin-bottom: 0;
    padding: 0px;
  }

  /* CTA with bg */
  .parent-cta-with-bg {
    min-height: 320px;
  }

  .cta-title {
    font-size: 50px;
  }

  .cta-desc {
    font-size: 18px;
  }

  /* CTA with icon */
  .cta-icon-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .cta-subheading {
    font-size: 26px;
  }

  .cta-icon {
    max-width: 140px;
  }
  section.content_and_button h5 {
    line-height: 1.2;
  }

  /* Video Section */
  .page-template-mom-con main .video_inner_content {
    gap: 0;
    align-items: self-start;
    flex-direction: column;
  }
  .page-template-mom-con main .video_section .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  /* press */
  .section__press-release-inner {
    grid-template-columns: 1fr;
  }

  /* banner */
  .section__center-banner-info {
    font-size: 20px;
    margin: 20px 0;
  }

  .section__center-banner {
    padding: 40px 0;
  }
  .section__center-banner-inner {
    gap: 40px;
  }
  .section__center-banner-content small {
    font-size: 54px;
  }

  /* Support the Film */
  .cta-icon-section.doc-hostsupport-film .cta-title {
    font-size: 50px;
  }
  .section__center-banner-info {
    font-size: 20px;
  }

  /* New Doc Form design */

  .faq-icon {
    width: 14px;
  }
  .doc-host-faq-sec .faq-hd {
    font-size: 50px;
  }

  /* Content with Embedded Code */

  .section__content_and_embed_sec .banner_heading {
    border-bottom: 20px solid #eb333d;
    font-size: 50px;
    padding-bottom: 10px;
  }
  .section__content_and_embed_sec .column_1 {
    gap: 30px;
  }

  /* reshma-testimonial */
  .reshma-testimonial .img_con_inner_buttom {
    gap: 30px;
  }

  .reshma-testimonial .inner.left {
    padding: 40px 0;
  }

  .section__press-release {
    padding: 40px 0px;
  }

  .reshma-testimonial .image_and_content_img img {
    height: unset;
  }
  .reshma-testimonial .banner_document {
    font-size: 18px;
  }

  /* press */
  .section__press-release .press-release-item {
    width: 100%;
    max-width: 100%;
  }
  .section__press-release .heading {
    margin-bottom: 0px;
    font-size: 50px;
  }
  .section__press-release .press-release-cards {
    gap: 20px;
  }

  /*  img_con_inner_buttom */
  .image_and_content .img_con_inner_buttom {
    gap: 20px;
  }

  .section_content-section .content-con h2 {
    font-size: 40px;
  }

  body.page-id-5181 h2 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 467px) {
  .image_and_content_img img {
    min-height: 300px;
  }
  /* cta with bg */
  .parent-cta-with-bg {
    min-height: 260px;
  }

  .cta-title {
    font-size: 36px;
  }

  .cta-desc {
    font-size: 16px;
  }

  /* CTA with icon */
  .cta-content {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .cta-subheading {
    font-size: 20px;
  }

  .cta-icon {
    max-width: 110px;
  }

  section .btn {
    font-size: 12px !important;
    padding: 12px !important;
  }
}
