/********** Template CSS **********/
:root {
    --primary: #DC1895;
    --secondary: #BEFF9B;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    padding: 35px 8px;
    font-size: 18px;
    color: #BEFF9B;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (max-width: 1300px) {
    .riz {
        min-height: 400px !important;
    }
}

@media (min-width: 1300px) {
    .foots {
        padding-top: 200px !important;
        padding-bottom: 150px !important;
    }
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 34px;
        font-weight: 600 !important;
    }
    h2.subhead {
        background-color: rgba(255, 255, 255, 0.6) !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
/* Donate Button Styling */
.donate-btn {
    background-color: #ff1493; /* Pink background */
    color: #fff; /* White text */
    padding: 0.7rem 2rem;
    border-radius: 25px; /* Fully rounded edges */
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.donate-btn:hover {
    background-color: #e01382; /* Darker pink on hover */
    transform: scale(1.05); /* Slight enlargement on hover */
}

/* Donation Section Styling */
.donate {
    background-color: #1e1e1e; /* Black background */
    padding: 1rem 0;
    text-align: left;
    color: #fff;
}

.donate h2 {
    font-size: 2.5rem;
    color: #DC1895; /* Bright pink */
    margin-bottom: 2rem;
}

.donate form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem; /* Increase spacing between elements */
    max-width: 1100px; /* Limit the width of the form */
    margin: 0 auto; /* Center the form horizontally */
}

.preset-buttons {
    display: flex;
    gap: 1rem; /* Space between preset buttons */
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.preset-buttons button {
    background-color: transparent;
    border: 2px solid #DC1895; /* Pink border */
    color: #DC1895;
    font-size: 1.2rem; /* Slightly larger font */
    padding: 0.7rem 2.5rem; /* Larger button size */
    border-radius: 30px; /* Rounded corners */
    cursor: pointer;
    transition: all 0.3s ease;
    width: 130px; /* Fixed width for uniformity */
}

.preset-buttons button:hover {
    background-color: #DC1895;
    color: #000;
}

.custom-amount {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 2px solid #DC1895;
    border-radius: 30px;
    padding: 0.7rem 1.5rem; /* Adjusted padding */
    color: #DC1895;
    gap: 0.5rem; /* Space between spans and input */
}

.custom-amount span {
    font-size: 1.2rem;
}

.custom-amount input {
    border: none;
    outline: none;
    background: none;
    color: #DC1895;
    font-size: 1.2rem;
    width: 60px; /* Adjust width for larger input */
    text-align: center;
}

.custom-amount input::placeholder {
    color: #DC1895;
    opacity: 0.7;
}

.donate-button {
    background-color: #DC1895;
    color: #fff;
    font-size: 1.2rem; /* Larger font */
    padding: 0.7rem 2.5rem; /* Wider button */
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.donate-button:hover {
    background-color: #e01382; /* Darker pink */
    transform: scale(1.05); /* Slight hover effect */
}

/* Newsletter Section Styling */
.newsletter {
    background-color: transparent; /* Transparent background */
    padding: 3rem 1rem; /* Add padding for spacing */
    text-align: left;
    color: #fff;
}

.newsletter-button {
    background-color: white;
    color: #48BE09;
    font-size: 16px; /* Smaller font */
    font-weight: 900;
    padding: 0.7rem 0.7rem; /* Wider button */
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.email-field {
    display: flex;
    align-items: center;
    background-color: white;
    border: none;
    border-radius: 30px;
    padding: 0.7rem 1.5rem; /* Adjusted padding */
    color: #DC1895;
    gap: 0.5rem; /* Space between spans and input */
}

.email-field span {
    font-size: 12px;
}

.email-field input {
    border: none;
    outline: none;
    background: none;
    color: #1e1e1e;
    font-size: 12px;
    text-align: left;
}

.email-field input::placeholder {
    color: #1e1e1e;
    opacity: 0.7;
}

.skip-link {
    position: absolute;
    top: -40px; /* Initially off-screen */
    left: 0;
    background-color: #1e1e1e;
    color: #fff;
    padding: 10px;
    z-index: 100;
  }

.skip-link:focus {
    top: 0; /* Reveal on focus */
  }

li {
    font-size: 1.3rem; 
    font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #DC1895;
}

p {
    font-weight: 600;
    font-size: 1.3rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }

button.navbar-toggler ::before {
    content: 'MENU ' !important;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    margin-left: -100px;
    vertical-align: middle;
    padding-right: 20px;
  }

  button.navbar-toggler {
    width: 200px;
  }

@media (max-width: 786px) {
    .preset-buttons {
        padding-left: 15px;
    }
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    }
      
@media (max-width: 786px) {
    p {
        font-size: 1rem;
    }
}

@media (max-width: 786px) {
    li {
        font-size: 1rem;
    }
}

@media (max-width: 786px) {
    .display-1 {
        margin-top: -28px;
    }
}

/* Logo hidden only when sticky on mobile */
@media (max-width: 991px) {
    .navbar-brand.hide-on-sticky {
        display: none !important;
    }
}

/* Sticky navbar style */
@media (max-width: 991px) {
    .navbar.sticky-mobile {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
}
