/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
/* Global Css */
:root {
  --theme-color1: #ff5733;
  --theme-color2: #65C178;
  --theme-color3: #00455C;
  --text-color1: #53646E;
  --body-color: #4d4d4d;
}

html,
body {
  background-color: #F2F2F4;
  color: var(--body-color);
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.pointer {
  cursor: pointer;
}

.heading {
  color: var(--theme-color1);
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .heading {
    font-size: 2.5rem;
  }
}
.text-theme1 {
  color: var(--theme-color1);
}

.text-theme2 {
  color: var(--theme-color2);
}

.bg-theme1 {
  color: var(--theme-color1);
}

.bg-theme2 {
  color: var(--theme-color2);
}

.btn {
  text-transform: capitalize;
  border-radius: 3px;
  font-weight: 500;
}

.btn-custom {
  min-height: 50px;
  min-width: 160px;
  padding: 8px 1rem;
}

.text-truncate2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.overlay-effect {
  position: relative;
}
.overlay-effect:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.label-title {
  color: var(--theme-color2);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}

.about-banner-sec {
  background-size: cover !important;
}

.form-control,
.form-select,
textarea {
  min-height: 60px;
  background-color: var(--bs-white);
  padding: 1rem 1.25rem;
  border-radius: 0;
}

/* Start: Homepage CSS */
/* Header CSS */
header .strip-header {
  background-color: var(--bs-success);
  color: var(--bs-white);
  font-size: 14px;
  padding: 8px 0;
}

.top-header {
  background-color: var(--theme-color1);
}
.top-header .header_logo {
  max-width: 117px;
}
.top-header .navbar-nav .nav-link {
  color: var(--bs-white);
  text-transform: capitalize;
}
.top-header .navbar-nav .nav-link:hover {
  color: var(--bs-warning);
  text-transform: capitalize;
}
.top-header .btn-donate {
  font-weight: 500;
  min-width: 130px;
}
.top-header .btn-donate i {
  margin-right: 1px;
}
.top-header .offcanvas {
  background-color: var(--theme-color1);
}
.top-header .offcanvas .offcanvas-title {
  color: var(--bs-black);
  font-weight: 600;
}

/* Hero Banner Section */
.hero-banner .carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-banner .carousel-item img {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-banner .carousel-item .carousel-caption {
  top: 50%;
  left: 50%;
  bottom: initial;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 100%;
}
.hero-banner .carousel-item .carousel-caption .title {
  line-height: normal;
}

/* About Section */
.iwt-section {
  background-color: rgba(0, 118, 155, 0.1607843137);
}

/* Testimonials section */
.testimonials-slider .testimonial img {
  width: 180px;
  height: 180px;
  border: 4px solid var(--theme-color1);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Blogs Section */
.blogs-section .blog-item img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-section .blog-item .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-section .blog-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blogs-section .blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.blogs-section .hover-shadow:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Footer Css */
footer {
  background-color: var(--theme-color1);
  font-weight: 300;
}
footer .logo-footer img {
  /* filter: invert(1); */
  max-width: 150px;
}
footer ul .nav-link:hover {
  color: var(--bs-warning);
}
footer .social-wrapper a:hover i {
  color: var(--bs-warning);
  transform: rotate(360deg);
}
footer .social-wrapper a i {
  display: inline-block;
  transition: ease-in-out 0.3s;
}
footer .copyright-bg {
  background-color: rgba(0, 0, 0, 0.2);
}

/* End: Homepage CSS */
/* Start: About Page CSS */
.about-cmpny-sec .img-frame {
  width: 92%;
  height: 92%;
  border: 10px solid #eee;
}

.counters-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  background-image: url(../images/pattern.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.counters-section .counter-item {
  color: var(--bs-white);
  text-align: center;
}
.counters-section .counter-item img {
  width: 85px;
}
.counters-section .counter-item .counter-label {
  color: var(--theme-color1);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

.our-team-sec .team-wrapper .img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background: transparent;
  border: 1px solid var(--theme-color1);
  /* opacity: .1; */
  transform: rotate(-5deg);
  z-index: 1;
  transition: all 0.7s;
}
.our-team-sec .team-wrapper:hover .img-wrapper:after {
  border-color: var(--theme-color2);
  opacity: 1;
  transform: rotate(0deg) !important;
}
.our-team-sec .team-wrapper .social-wrapper a {
  color: var(--theme-color1);
  font-size: 1.15rem;
  transition: all 0.3s;
}
.our-team-sec .team-wrapper .social-wrapper a:hover {
  color: var(--theme-color2);
}

/* End: About Page CSS */
/* Start: Gallery Page CSS */
.our-project-sec .project-wrapper img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-project-sec .project-wrapper .overlay-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.67);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: #fff;
  font-size: 0.875rem;
  visibility: hidden;
  transform: translateY(-115%);
  transition: opacity 800ms ease, visibility 800ms ease, transform 800ms ease;
}
.our-project-sec .project-wrapper:hover .overlay-description {
  visibility: visible;
  transform: translateY(0);
}

/* End: Gallery Page CSS */
/* Start: Contact Page CSS */
.contact-form-sec form textarea {
  min-height: 200px;
}

.location-map iframe {
  height: 50vh;
  display: block;
}


.product-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* End: Contact Page CSS */
.product-item img {
  min-height: 200px;
  max-height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item .quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 130px;
  height: 40px;
  overflow: hidden;
}
.product-item .quantity-box .quantity-button {
  background-color: #f1f1f1;
  border: 0;
  padding: 5px;
  cursor: pointer;
  width: 35px;
  height: 100%;
  text-align: center;
  font-size: 16px;
}
.product-item .quantity-box .quantity-input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  flex: 1;
  border: none;
  outline: none;
  padding: 5px;
}
.product-item .quantity-box .quantity-button:disabled {
  cursor: not-allowed;
  background-color: #ddd;
}
.product-item .quantity-box .quantity-button,
.product-item .quantity-box .quantity-input {
  margin: 0;
}

.btn-theme1:hover {
            background-color: #e65100;
            color: #fff;
            transform: translateY(-2px);
}


.cart-page .cart-item td {
  min-width: 100px;
}
.cart-page .cart-item td:first-child {
  min-width: 220px;
}
.cart-page .cart-item .prdct-img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */


/* Donation campaign css */

.donation-campaigns .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: none;
        border-radius: 15px;
        overflow: hidden;
    }

    .donation-campaigns .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .donation-campaigns .card-img-top {
        height: 220px;
        object-fit: cover;
        border-bottom: 5px solid #28a745;
    }

    .donation-campaigns .card-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2d2d2d;
    }

    .donation-campaigns .progress {
        height: 10px;
        border-radius: 10px;
        background-color: #e9ecef;
    }

    .donation-campaigns .progress-bar {
        font-size: 0.75rem;
        line-height: 10px;
        border-radius: 10px;
        transition: width 1s ease-in-out;
    }

    .donation-campaigns .btn-success {
        border-radius: 30px;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .donation-campaigns .btn-success:hover {
        background-color: #218838;
        transform: scale(1.05);
    }

    .donation-campaigns .label-title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #28a745;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    .donation-campaigns .sub-title {
        color: #555;
        font-size: 1rem;
    }

    .donation-campaigns .card-img-top {
        transition: transform 0.3s ease;
    }

    .donation-campaigns .card:hover .card-img-top {
        transform: scale(1.05);
    }


    /* for FAQ Section */
.faq-page {
    background: #f9fafc;
}

.faq-page .accordion-button {
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    padding: 1rem;
}

.faq-page .accordion-button:not(.collapsed) {
    color: #fcfcfcff;
    background-color: #fc5e39;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.faq-page .accordion-item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-page .accordion-body {
    background-color: #fff;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}


/* vEDIC sCIENCE mATERIAL  */
.edu-materials-page {
            .info-card img {
                width: 100%;
                height: 160px;
                object-fit: cover;
                border-radius: 4px;

                @media (min-width: 576px) {
                    width: 150px;
                    height: 150px;
                }
                @media (min-width: 992px) {
                    width: 180px;
                    height: 170px;
                }
            }

            .info-card .info-wrapper {
                .description {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    transition: all 0.3s ease;
                }

                button {
                    min-height: 44px;

                    i {
                        margin-left: 4px;
                        font-size: 0;
                        transition: all .5s;
                    }
                }

                button:hover i {
                    font-size: initial;
                }
            }
        }


        .edu-materials-page .info-card img {
        width: 100%;
        height: 160px;
        -o-object-fit: cover;
            object-fit: cover;
        border-radius: 4px;
        }
        @media (min-width: 576px) {
        .edu-materials-page .info-card img {
            width: 150px;
            height: 150px;
        }
        }
        @media (min-width: 992px) {
        .edu-materials-page .info-card img {
            width: 180px;
            height: 170px;
        }
        }
        .edu-materials-page .info-card .info-wrapper .description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease;
        }
        .edu-materials-page .info-card .info-wrapper button {
        min-height: 44px;
        }
        .edu-materials-page .info-card .info-wrapper button i {
        margin-left: 4px;
        font-size: 0;
        transition: all 0.5s;
        }
        .edu-materials-page .info-card .info-wrapper button:hover i {
        font-size: initial;
        }