@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
 /* font-family: "DM Sans", sans-serif; */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
 }

 body {
     font-family: "DM Sans", sans-serif;
     font-size: 16px;
     font-weight: 500;
     line-height: 150%;
     letter-spacing: 0%;
     overflow-x: hidden;
 }

 p {
    font-family: "DM Sans", sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 150%;
     letter-spacing: 0%;
     color: #4B4B4B ;
 }

 h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 120%;
 }

body h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    color: #1B1B1B;
 }

body h6 {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #9B111E;
    text-transform: uppercase;
}
img {
    max-width: 100%;
    object-fit: contain;
}
section {
    margin: 80px 0;
}

 /*=== Header section ===*/

header#header .navbar-nav a.nav-link {
    color: #4B4B4B;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
        box-shadow: none;
}
header#header .navbar-nav a.nav-link:hover {
    color: #9b111e;
}
header#header .navbar-nav a.nav-link.donate-btn {
    background: #9B111E;
    color: #fff;
    padding: 13px 50px 13px 20px;
    border-radius: 50px;
    position: relative;
    white-space: nowrap;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
header#header .navbar-nav a.nav-link.donate-btn:hover {
    background: #000;
}
header#header .navbar-nav a.nav-link.donate-btn::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/Arrow-right.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-radius: 100%;
}
 /*=== end of header section ===*/

 /*=== slider section ==*/

 .slide-box {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 17px;
        display: flex;
    align-items: center;
}
section.slider-section {
    margin-top: 0;
    padding: 0 24px;
    float: left;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 8px 40px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-box .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  color: #333;
}

section.slider-section h1 {
    color: #fff;
}
section.slider-section p {
    color: #fff;
    max-width: 510px;
}
.single_page_image img {
    width: 1140px;
    height: 554px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 25px;
}
.pagination {
    justify-content: center !important;
    gap: 40px !important;
    align-items: center;
}
span.page-numbers.current,
span.page-numbers.current:hover,
span.page-numbers.current:active {
    background-color: #9B111E;
    padding: 5px 11px;
    border-radius: 100%;
    color: #ffffff;
}

a.page-numbers {
    color: #9B111E;
    text-decoration: none;
}
.common-btn, .common-btn:visited {
    text-decoration: none;
    background: #9b111e;
    color: #fff;
    padding: 10px 45px 13px 14px;
    border-radius: 100px;
    margin-right: 7px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.common-btn:hover {
    background: #000;
}
.common-btn::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/Arrow-right.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-radius: 100%;
}

section.slider-section .slider-btn {
    margin-top: 30px;
    float: left;
    width: 100%;
}
section.slider-section .slider-btn a.common-btn.secondary-btn {
    background: transparent;
    border: 1px solid #fff;
}
section.slider-section .owl-item {
    display: table;
    float: left;
    width: 100%;
    /* opacity: 0; */
    transition: transform 0.5s ease-in-out;
}
section.slider-section .owl-item.active {
    opacity: 1;
}
.slides-outer.owl-carousel-one .owl-nav.disabled {
    display: none;
}
.search-bar input.custom-search-input {
    color: #666;
    border: none !important;
    border-radius: 3px;
    padding: 0px !important;
}
.slides-outer.owl-carousel-one .owl-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    background: #fff;
    border-radius: 100%;
    position: relative;
    padding: 0;
}
.slides-outer.owl-carousel-one .owl-dots
 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    gap: 0 8px;
    bottom: 28px
}
.slides-outer.owl-carousel-one .owl-dots button::before {
    content: '';
    width: 12px;
    height: 12px;
    background: transparent;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: -1;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 0;
}
.slides-outer.owl-carousel-one .owl-dots button.active::before { opacity: 1; }
/*=== end of slider ==*/

 /*== About us section ===*/
.about-image-one {
    height: 0;
    padding-bottom: 110%;
    position: relative;
    width: 100%;
}
.about-image-one img.mainabt-image
 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.about-image-main {
    position: relative;
}
.about-image-sec {
    position: absolute;
    bottom: 35px;
    max-width: 217px;
    right: -34%;
}
section#about_section .common-content p {
    margin-top: 15px;
}
.common-content {
    position: relative;
}
.common-content::before {
    content: '';
    position: absolute;
    top: -70px;
    left: -38px;
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/pray-bg.png);
    background-size: contain;
    width: 107px;
    height: 179px;
    background-repeat: no-repeat;
}

.custom-search-wrapper {
  position: relative;
  width: 100%;
  max-width:370px;
    height: 60px;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom:20px;
}

.custom-search-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  padding-right: 40px; /* leave space for icon */
  padding-left: 0;
  background: transparent;
}

.custom-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none; /* so clicking doesn’t interfere with input */
}

.common-content.without-bg::before {
    content: none;
}
.common-content-para {
    margin-top: 36px;
    margin-bottom: 35px;
}
/*=== End of about us section ===*/

/*=== featured projects ===*/

section#feature_section {
    padding: 80px 0;
    position: relative;
    background: #FFF6F7;
    overflow: hidden;
}
.featured-box {
    padding-bottom: 75%;
    height: 0;
    position: relative;
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
}
.featured-icon {
    width: 48px;
    height: 48px;
    background: #ffffff17;
    margin: 20px 0 0 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.featured-box:hover .featured-icon {
    background: #9B111E;
}
.featured-icon::before {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -20px;
    box-shadow: inset 0 0 40px rgba(255, 255, 255, .4);
    filter: blur(210px);
    z-index: 0;
}
.featured-icon img {
    width: 24px;
    height: 24px;
}
.feature-box-content {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    transition: 0.3s;
    bottom: -30px;
}
.featured-box:hover .feature-box-content {
    bottom: 0;
}
.featured-box:hover .feature-box-content p {
    opacity: 1;
}
.feature-box-content h4 {
    color: #fff;
    font-size: 20px;
}
.feature-box-content p {
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

section#feature_section::before {
    content: '';
    position: absolute;
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/feature-bg-vectore.png);
    background-size: contain;
    width: 321px;
    height: 390px;
    background-repeat: no-repeat;
    bottom: 0;
    right: -50px;
}
section#donation_outer {
    background: #9B111E;
    padding: 60px 0;
    position: relative;
}
section#donation_outer::before {
    content: '';
    position: absolute;
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/donation-bg.png);
    background-size: contain;
    width: 170px;
    height: 173px;
    background-repeat: no-repeat;
    top: 0;
    right: 0px;
}
section#donation_outer::after {
    content: '';
    position: absolute;
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/donation-bg-left.png);
    background-size: contain;
    width: 291px;
    height: 360px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0px;
}
.white-text-color h6, .white-text-color h2, .white-text-color p {
    color: #fff;
}
section#donation_outer label {
    color: #fff;
    font-size: 16px;
    margin-right: 16px;
}
.donation-radio input[type="number"]::placeholder {
    color: #fff;
}
.donation-radio input[type="number"] {
    box-shadow: none;
    outline: 0;
    padding: 11px 15px;
    max-width: 296px;
}
.donation-options {
    margin-top: 20px;
  }
.donation-option-in {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
}
  .donation-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
  }

  .donation-options input[type="radio"] {
    appearance: none;
    width: 13px;
    height: 13px;
    border: 2px solid white;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s ease;
  }

.donation-options input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

  .donation-options input[type="radio"]:hover {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  }

button.common-btn.cmn-white-btn {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 30px;
}
.testimonial-box {
    box-shadow: 0 0 9px 1px #efefef;
    border-radius: 20px 20px 0px 20px;
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
    padding: 30px 0 70px;
    background: #F6FAFF;
}
.testimonial-box p {
    text-align: center;
}
.testimonial-box p span {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    color: #000;
}
.testimonial-box p {
    text-align: center;
    padding: 0 40px;
    float: left;
    width: 100%;
}
.testimonial-box .testimonial-profile {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 20px;
    box-shadow: 0 0 6px 0px #f0f0f0;
    border-radius: 100%;
    background: #FFF6F7;
}
.testimonial-box .testimonial-profile::before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23EC3463' stroke-width='2' stroke-dasharray='8%25%2c 8%25' stroke-dashoffset='70' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 100%;
}
#testimonial-outer .owl-stage-outer {
    padding-bottom: 50px;
    padding-top: 25px; 
}
.testimonial-cards button {
    margin: 0 !important;
    width: 36px;
    height: 36px;
    background: transparent !important;
}
.testimonial-cards button span {
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/test-left-arrow.png);
    background-size: contain;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    color: transparent;
    position: relative;
    display: table;
}
.testimonial-cards button.owl-next span {
     background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/testi-right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial-cards .owl-nav {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 100px);
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/*=== End of featured projects ===*/

/*== Mid banner ===*/

.available-icons img {
    width: 136px;
    height: auto;
    margin-bottom: 10px;
}
.mid-banner-in {
    background-color: #9b111e;
    border-radius: 20px;
    padding: 50px 0;
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.available-icons {
    margin-top: 25px;
}

/*=== end of mid banner ===*/

/*=== Blog section ===*/

.blog-box {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    grid-gap: 0 24px;
    padding: 24px;
    border: 1px solid #c3c3c3;
    border-radius: 16px;
    margin-bottom: 20px;
}
.autor-date {
    display: flex;
}
.autor-date p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.autor-date .author-name {
    padding-right: 28px;
    position: relative;
    color: #9B111E;
}
.autor-date .author-name::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #9B111E;
    position: absolute;
    right: 12px;
    top: 6px;
}
.blogcontent h3 {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0 0;
}
.blogcontent p {
    font-size: 14px;
    line-height: 18px;
}
.blogcontent .blog-readmore {
    font-size: 15px;
    color: #9B111E;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
.blogcontent .blog-readmore::before {
    content: '';
    position: absolute;
    background: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/readmore-arrow.png);
    background-size: contain;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    bottom: -3px;
    right: -30px;
}
section.blog-section .common-content {
    margin-bottom: 24px;
}
.donation-radio {
    z-index: 999;
    position: relative;
}
/*=== end of Blog section ===*/

/*=== Footer section ===*/
footer#footer-section {
   width: calc(100% - 33px);
    height: 100%;
    background: #29191A;
    padding: 64px 0 77px;
    position: relative;
    background-image: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/footer-bg-shapes.png);
    background-size: contain;
    background-position: bottom center;
    margin: 0 auto;
    background-repeat: no-repeat;
    bottom: 15px;
    border-radius: 15px;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 0.5fr 0.5fr;
}
.contact-location ul {
    padding: 0;
    margin: 0;
}
.contact-location ul li {
    list-style: none;
    margin-bottom: 34px;
}
.contact-location ul li h5 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 12px;
}
.contact-location ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.contact-location ul li a img {
    width: 24px;
    height: 24px;
}
.contact-location ul li ul {
    display: flex;
    gap: 0 10px;
}
.foot-logo img {
    width: 74px;
    height: 80px;
    object-fit: contain;
}
.foot-logo p {
    color: #fff;
}
.contact-location.quick-links ul li {
    margin-bottom: 13px;
}
.terms-copyrights {
    display: flex;
    justify-content: space-between;
}
.terms-copyrights a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.terms-copyrights a:first-child {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.terms-copyrights a:first-child::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #ccc;
    top: 3px;
    right: 0;
}
.copyright-text p {
    font-size: 14px;
    color: #fff;
}
.terms-copyrights {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #fff;
    opacity: 0.4;
}
/*=== End of footer section ===*/

/*=== Feature page ===*/

section#banner-section {
    margin: 0;
    padding: 0 42px;
    overflow: hidden;
}
.banner-outer {
    border-radius: 16px;
}
.banner-outer h1 {
    font-size: 46px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    line-height: 57px;
    text-align: center;
}
.banner-outer ul {
    padding: 0;
}
.banner-outer ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 6px;
    color: #fff;
    flex-wrap: wrap;
}
.banner-outer ul li p {
    margin: 0;
    color: #fff;
    text-align: center;
}
.banner-outer {
    border-radius: 16px;
    height: 350px;
    display: flex;
    align-items: center;
}
header#header .navbar-nav a.nav-link.active {
    color: #9b111e;
    font-weight: 600;
}
.search-box {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 43px;
    }

    .search-box input[type="text"] {
      width: 100%;
      padding: 12px 40px 12px 15px;
      border: 1px solid #ccc;
      border-radius: 10px;
      font-size: 14px;
      outline: 0;
    }

    .search-box .icon {
      position: absolute;
      right: 12px;
      font-size: 18px;
      color: #555;
      pointer-events: none;
    }

    .blog-box.without-image {
        grid-template-columns: 100%;
        width: 100%;
    }
/*=== End of Feature page ===*/

section#about_section ul li p {
    color: #000;
}
section#about_section ul {
    padding-left: 25px;
}

/*=== Contact us page ===*/

.contact-mails {
    border: 1px solid #FFE5E8;
    border-radius: 16px;
    padding: 35px 22px;
    height: 100%;
}
.contact-mails .cont-icons {
    width: 64px;
    height: 64px;
    margin: 0 auto 38px;
    display: table;
}
.contact-mails h4 {
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.contact-mails p a {
    font-size: 15px;
    text-decoration: none;
    color: #4B4B4B;
}
.contact-mails p a:hover {
    color: #9b111e;
}
.contact-mails p {
    text-align: center;
    margin: 0 0 0;
}
.main-form input {
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-radius: 12px;
    border: 0;
    margin-bottom: 24px;
}
.contact-frm-outer {
    float: left;
    width: 100%;
    height: 100%;
    background: #E9E9E9;
    padding: 30px 40px 16px 40px;
    border-radius: 16px;
}
.contact-frm-outer h3 {
    margin-bottom: 15px;
}
.main-form-name {
    display: flex;
    gap: 0 24px;
}
section#contact-form-details a.common-btn {
    margin-top: 24px !important;
    display: table;
}
.contact-frm-outer input.common-btn {
   width: auto;
    border-radius: 100px;
    padding: 14px 50px 14px 20px;
    background-image: url(https://reflectionrosary365.zaiportal.com/wp-content/uploads/2025/06/Arrow-right.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-color: #9b111e;
    color: #fff;
}
.contact-frm-outer input.common-btn:hover {
    background-color: #000;
}
/*=== End of contact us page ===*/

/*=== blog detail page ===*/

section#blog-page-content .blog-image {
    padding-bottom: 48%;
    margin: 0 0 20px;
    height: 0;
    width: 100%;
    position: relative;
}
section#blog-page-content .blog-image img
 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
    overflow: hidden;
}
.blog-aut-date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    z-index: 99;
    padding: 7px 10px;
    border-radius: 5px;
}
.blog-aut-date .author-name::before {
    top: 8px;
}
/*=== End of blog detail page ===*/
a.log-home {
    position: relative;
    z-index: 9;
}