@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Raleway:wght@400;700&display=swap');

.navbar {
    /* border-bottom: 2px #000 solid; */
    padding: 0px;
}
.navbar > .container-fluid {
    display: inline;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}
.btn-blue {
    font-weight: bold;
    background: #33c9f3;
    border: #33c9f3;
    color: #fff;
    padding: 8px 20px;
    line-height: 1 !important;
    border: 2px solid;
    border-radius: 20px;
}
.btn-blue:hover {
    background: #fff;
    border: 2px #33c9f3 solid;
    color: #33c9f3;
}
.btn.btn-dark-blue{
    font-weight: 600;
    background: #003c7a;
    border: #003c7a;
    color: #fff;
    padding: 8px 20px;
    line-height: 1 !important;
    border: 2px solid;
    border-radius: 20px;
}
.btn.btn-dark-blue:hover {
    background: #fff;
    border: 2px #003c7a solid;
    color: #003c7a;
}
.btn-primary {
    background: #33c9f3;
    border: #33c9f3;
    color: #fff;
    padding: 8px 20px;
    line-height: 1 !important;
    border: 2px solid;
    border-radius: 20px;
}
.btn-primary:hover {
    background: #fff;
    border: 2px #33c9f3 solid;
    color: #33c9f3;
}
.btn-primary .text-white:hover{
    color: #33c9f3!important;
}
.primary-color {
    color: #003c7a!important;
}
.secondary-color{
    color: #33c9f3!important;
}
.secondary-color:hover{
    color: #fff;
}
a {
    text-decoration: none;
    color: #33c9f3;
}
a {
    list-style: none;
}
.bg-primary {
    background-color: #33c9f3 !important;
}
.bg-lite-blue{
    background-color:rgba(189, 229, 245, 0.5);
}
/* Display the top-level dropdown menu on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}
p, li{
    color:#777777;
}
.footer-section li{
    color:#fff;
}
.terms_item-new table td{
    color:#777777;
}


/* Hide nested dropdown menus by default */
.dropdown-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000; /* Ensure dropdowns appear above other content */
}

/* Display nested dropdown on hover */
.dropdown-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Adjust dropdown items */
.dropdown-menu {
    min-width: 10rem; /* Adjust width as needed */
}
.dropdown-toggle::after {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: semi-bold;
    color: #2c2c2c;
    margin: 0 5px;
    padding: 0;
    display: block;
    line-height: 65px;
    /* text-transform: uppercase; */
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #33c9f3;
}
.dropdown-item {
    color: #2c2c2c;
}
.dropdown-item:hover {
    color: #33c9f3;
}
.dropdown-toggle {
    color: #2c2c2c;
}
.dropdown-toggle:hover {
    color: #33c9f3;
}
.dropdown-menu {
    position: absolute;
    background-color: #fff;
    border-top: 4px solid #33c9f3;
    width: 194px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}
.dropdown-item {
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 10px;
    /* text-transform: capitalize; */
}
.btn-india {
    border: 2px #33c9f3 solid;
    border-radius: 20px;
}
.btn-india:hover {
    border: 2px #33c9f3 solid;
    border-radius: 20px;
    color: #2c2c2c;
}
.dropdown-menu.india {
    padding: 0px;
    width: 100px;
    border-right: 2px #000 solid;
}
.country_dropdown_menu_item {
    padding: 10px;
}
.country_dropdown_menu_item:hover {
    background-color: #33c9f3;
    color: #fff;
}
.country_dropdown_menu_item a {
    color: #000;
}
.navbar-nav .nav-item {
    margin-right: 10px;
}

.footer-contact-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.footer-title {
    font-size: 20px;
}
.social-media-icons li {
    padding: 20px;
    border: 1px #fff solid;
}
.social-media-icons a {
    color: #fff;
}
.footer-copyright-section {
    background: #2f3742;
    padding: 10px 0;
}
.impact-numbers-div .col-md-2{
    width: 150px;
    height: 150px;
    background-color: rgba(197, 26, 45);
    color: white;
    padding-top: 55px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
/* --Testimonial Area--(others in programs) */
.testimonial_wrapper_boxed {
    background: #ffffff;
    box-shadow: -5px -6px 24px rgb(0 0 0 / 2%), 8px 0px 16px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 10px 15px 25px 15px;
    position: relative;
    text-align: center;
    margin: 30px 10px;
  }
  
  .testimonial_wrapper_boxed img {
    width: 110px !important;
    margin: 0 auto;
  }
  
  .testimonial_wrapper_boxed p {
    padding-top: 25px;
    line-height: 28px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
  }
  
  .test_author {
    padding-top: 20px;
  }
  
  .test_author img {
    position: absolute;
    top: 77px;
    left: 13px;
    width: auto !important;
  }
  
  .test_author h5 {
    padding-top: 5px;
  }
  
  .slider_dots.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
  }
  
  .slider_dots.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #e03c3366;
    display: block;
    backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  
  .slider_dots.owl-theme .owl-dots .owl-dot.active span,
  .slider_dots.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
  }
  
  .testimonials_slider_center {
    display: flex;
    justify-content: center;
  }
  
  #trending_causes_main .case_boxed_wrapper {
    margin-bottom: 30px;
  }
/* ..........'''''''' */
.terms_item{
  margin-bottom: 50px;
}
.page-title-area {
    background: url(https://usa.nirmaan.org/bs-site/assets/img/bg-image.webp) no-repeat center;
    position: relative;
}
.overlay {
    background: rgba(0, 0, 0, 0.6);
}
.page-title h1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb a:hover, .breadcrumb li.active {
    color: #0AAAA0;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.page-title-area, .overlay{
    height:300px;
}
.breadcrumb{
    display: contents;
}
.overlay .page-title.text-center{
    padding-top: 55px;
}
.table-container {
    overflow-x: auto;
}
body{
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding-bottom: 10px;
}
.sdg-images{
    height: 100px;
}
.social-media-icons ul{
    padding-left: 0px;
}

@media (min-width: 567px) {
/* Your CSS rules here */
#navbarSupportedContent{
    margin-left: 90px;
}
.navbar-buttons{
    margin-left: 70px;
}
}
@media (max-width: 568px) {

    .navbar-buttons{
        text-align: center;
        padding-bottom: 15px;
    }
        .mob-cr {
        flex-direction: column-reverse;
    }
}
/* Chapters CSS */
.terms_item-new table {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    }
    .terms_item-new table th, .terms_item-new table td {
    border: 1px solid #ddd;
    padding: 11px;
    }
    .terms_item-new table th {
    background-color: #33c9f3;
    color: white;
    }
    .terms_item-new table td a {
    color: #007bff;
    text-decoration: none;
    }
    .terms_item-new table td a:hover {
    text-decoration: underline;
    }
    .ul-tick {
        list-style: none;
        padding-left: 0;
      }
      .ul-tick li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
      }
      .ul-tick li::before {
        content: '\f058';
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 5px;
        color: #007bff;
        font-size: 10px;
      }
      .stem-photos .rounded{
        border-radius: 40px!important;
      }
      
/* STEM LAB CSS */
.stem #carouselGallery img {
    height: 250px;
    object-fit: cover;
}
.donor-main-container {
    background-color: #F9F9F9;
    border-radius: 8px;
}
.donor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.donor-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 180px;
    transition: background-color 0.3s, transform 0.3s;
}
.donor-card h3 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
}
.donor-card:hover {
    background-color: #F1F1F1;
    transform: translateY(-5px);
}
@media (max-width: 768px) {
    .donor-card {
        width: 45%;
    }
    .page-title h1 {
        font-size:28px;
    }
}


/* ABOUTS US CSS STARTS */

.about-icon-list li {
    margin-bottom: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
}
.about-icon-list{
    color:#777777;
}
.about-icon-list i {
    color: #33C9F3;
    margin-right: 10px;
    transition: color 0.3s ease;
}
.about-icon-list li:hover {
    transform: translateX(5px);
}
.about-icon-list li:hover i {
    color: #1E90FF;
}
.about-card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.about-card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.about-card-body {
    padding: 20px;
    height:345px;
}
.about-section-header h2 {
    color: #2980B9;
    border-bottom: 2px solid #2980B9;
    padding-bottom: 5px;
    margin-top: 40px;
}
h3.about-subsection-header {
    color: #8E44AD;
}
.about-highlight-bg {
    background-color: #F0F8FF;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.about-highlight-bg:hover {
    background-color: #E6F7FF;
    transform: translateY(-5px);
}
.about-highlight-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 201, 243, 0.1);
    border-radius: 8px;
    z-index: 0;
}
.about-highlight-text {
    font-weight: bold;
    color: #2980B9;
    position: relative;
    z-index: 1;
}
.about-icon-container {
    font-size: 2.5rem;
    color: #2980B9;
    transition: color 0.3s ease;
}
.about-icon-container:hover i {
    color: #1E90FF;
}
/* ABOUT US CSS ENDS */
.testimonial-slider {
   
    margin: 0 auto; /* Center the slider horizontally */
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: white;
}

.testimonial {
    width: 100%;
    opacity: 0;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial.active {
    opacity: 1;
    position: relative;
}

.testimonial img {
    max-width: 100px;
    border-radius: 20%;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonial-content h3 {
    font-size: 1.5em;
    margin: 10px 0;
}

.testimonial-content p {
    color: #777;
    margin: 10px 0;
    line-height: 1.6;
}

.testimonial-designation {
    font-style: italic;
    color: #8e44ad!important;
    margin: 10px 0;
}

.rating {
    color: #FFD700;
    font-size: 1.2em;
    margin: 10px 0;
}

.testimonials .nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1;
}

.testimonials .nav .prev, .nav .next {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

.testimonials .nav .prev:hover, .nav .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.testimonials .nav .prev:focus, .nav .next:focus {
    outline: none;
}
/* Testimonial END */

/* FAQ'S CSS STARTS */
.faq-container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-container h1 {
    margin-bottom: 20px;
}

.faq-container p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #e0e0e0;
}

.faq-toggle {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.faq-toggle.rotate {
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    margin: 10px 0;
}

.faq-item.active .faq-answer {
    max-height: 100%; /* Adjust this value based on content */
}

.faq-item.active .faq-toggle {
    transform: rotate(360deg);
}
.faq-answer p strong{
    color: #000;
}

/* FAQ'S CSS ENDS */

/* Reports and Publications */

.report-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.report-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 1rem;
    padding: 1rem;
    width: 300px;
    transition: transform 0.3s ease;
}

.report-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.report-card h4 {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf-icon {
    color: red;
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .report-card {
        width: 100%;
    }
}

/* Reports and Publications CSS End */

#contact_area_main {
    padding: 30px 0;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.section_heading-contact {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.contact_left_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.contact_left_item:hover {
    transform: translateY(-2px);
}
.contact_left_icon {
    font-size: 2rem;
    color: #0056b3;
    margin-right: 15px;
}
.contact-info a {
    color: #0056b3;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
.card:hover {
    transform: translateY(-10px);
}
.card.border-0.h-100 {
    background-color: #f8f9fa;
    transition: transform 0.3s ease;
}
/** Home page **/
/* Hide arrows for input type number */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/* ...............END........ */