/*$title-font: "Roboto Slab", serif;
$primary-font: "Montserrat", sans-serif;*/
/*........defult Design in component.......*/
/*body {
    &.ta-clip {
        overflow: hidden;
        position: relative;
        -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
        -o-transform: translateX(-80%);
        transform: translateX(0%);
        height: 100vh;
    }
}

.content {
    margin-bottom: 0 !important;
}

.ta-sectionWrapper {
    padding: 60px 0;
}

.ta-sectionWrapper-type-1 {
    padding: 0 0 60px 0;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button span:focus {
    outline: none;
}

.owl-nav button:focus {
    outline: none;
}

.owl-nav button span {
    outline: none;
}

.owl-nav button {
    outline: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: $primary;
    border: 2px solid $primary;

    &:hover {
        color: $primary;
    }
}

.no-data {
    text-align: center;
    background: #7d7d7d;
    padding: 8px 10px;
    color: #616161;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    color: $white;
}

.ta-section-common-title {
    margin-bottom: 25px;

    h2 {
        margin-bottom: unset;
        font-size: 28px;
        font-weight: 600;
        color: $white;
    }
}

.text-color-primary {
    color: $primary;
}*/
/*......Invalid Page design........*/
/*.ta-inv-pg-wrapper {
    padding: 0 20px;
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    align-items: center;

    .ta-inv-icn {
        color: #572023;
    }
}*/
/*.......Home Page Banner Design.......*/
/*.ta-hBanner {
    .ta-hBanner-wrapper {
        position: relative;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .item {
            position: relative;

            .ta-fBanner-item-wrapper {
                height: 100%;
            }

            .ta-bbody {
                position: absolute;
                bottom: 80px;
                left: 130px;
                z-index: 2;
                line-height: 1.2;

                .ta-bgenre {
                    font-size: 16px;
                    color: $white;
                    font-weight: 600;
                    margin-bottom: 5px;
                }

                .ta-bname {
                    margin-bottom: 10px;

                    a {
                        font-size: 42px;
                        color: $white;
                        font-weight: 600;
                        font-family: $title-font;
                    }
                }



                .ta-bdes {
                    font-size: 16px;
                    font-weight: 400;
                    color: $white;
                    width: 700px;
                    letter-spacing: 1px;
                }

                .ta-bbody-f {
                    display: flex;
                    gap: 15px;
                    margin-top: 25px;

                    .ta-bgrade {
                        height: 45px;
                        width: 45px;
                        border: 1px solid $primary;
                        background: $primary;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        color: $white;
                        letter-spacing: 1px;
                        font-size: 14px;
                        font-weight: 500;
                    }

                    .ta-bwatch-trailer, .ta-hdetail {
                        background: #ff560082;
                        height: 45px;
                        padding: 0 25px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 6px;
                        font-size: 15px;
                        font-weight: 500;
                        transition: 0.3s ease;
                        border: 1px solid $primary;

                        &:hover {
                            background: $primary;
                        }

                        a {
                            color: $white;

                            .fa {
                                margin-right: 10px;
                            }
                        }
                    }
                }
            }
        }

        .ta-overlay {
            position: absolute;
            background: linear-gradient(to right top, #070602 -20%, rgba(7, 6, 2, 0) 60%);
            left: 0;
            right: 0;
            bottom: 0;
        }

        .owl-prev {
            position: absolute;
            top: 45%;
            transform: translateY(-45%);
            color: $white !important;
            left: 50px;
        }

        .owl-next {
            position: absolute;
            top: 45%;
            transform: translateY(-45%);
            color: $white !important;
            right: 50px;
        }

        .owl-nav {
            margin-top: unset !important;

            button {
                height: 40px;
                width: 40px;
                border-radius: 5px;
                background: #7c15cf !important;
                color: $white;
                margin: 0;
                height: 40px;
                width: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.3s ease;

                &:hover {
                    background: #7c15cf !important;
                }

                span {
                    font-size: 16px !important;
                }
            }
        }
    }
}*/
/*........Home Popup Design.........*/
/*.ta-hPopup-body {
    z-index: 9999;

    .modal-background {
        background-color: rgba(10,10,10,0.4);
    }

    .modal-card {
        max-height: unset;
        width: unset;
        overflow: unset;
    }

    &.ta-active {
        background: unset;
    }

    .ta-hPopup {
        .ta-hPopup-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-height: 70vh;
                max-width: 1200px;
                width: 100%;
                height: 100%;
                object-fit: contain;
                border: 10px solid $white;
                border-radius: 4px;
            }
        }
    }

    .ta-modal-close {
        position: relative;

        button {
            position: absolute;
            right: -15px;
            top: -15px;
            height: 26px;
            width: 26px;
            min-width: 26px;
            min-height: 26px;
            background-color: #f9512c;
        }

        &::before {
            background-color: #ff1f1f;
            width: 15px;
        }

        &::after {
            background-color: #ff1f1f;
            height: 15px;
        }
    }
}*/
/************************************************************/
/********** By Krishna for Humanity Group ********/
:root {
  --primary: #bc2435;
  --primary1: #103C66;
  --primary1-light: #84B2DD;
  --primary2: #bc2435;
  --primary2-light: #ecd1d4;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  background-color: #F2F2F4;
  margin: 0;
  letter-spacing: 0.01em;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
  color: var(--primary1);
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1em;
}

input, textarea {
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.red-button {
  color: white;
  background-color: var(--primary);
  text-decoration: none;
  padding: 2% 5%;
  border: none;
}
.red-button:hover {
  background-color: var(--primary2-light);
  color: var(--primary);
}

.container {
  align-items: center;
  background-color: #fff;
  padding: 81px 70px;
}

.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rounded {
  border-radius: 12px;
}

.centered {
  width: 80%;
  margin: 70px auto;
}

.pointer {
  cursor: pointer;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  height: 10vh;
  background: #fff;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
}
.navbar-inner {
  padding: 0 10%;
  align-items: center;
  height: 100%;
}
.navbar li {
  list-style: none;
  font-family: Lato;
  margin-left: 10px;
}
.navbar li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-style: SemiBold;
  font-size: 16px;
}
.navbar .links {
  display: flex;
  gap: 1rem;
}
.navbar .item {
  position: relative;
}
.navbar .item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -2px;
  height: 2px;
  background: var(--primary2);
}
.navbar .item:hover {
  color: var(--primary2);
}
.navbar .item:hover::after {
  width: 100%;
}
.navbar .active {
  color: var(--primary);
}
.navbar .active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 2px;
  background: var(--primary);
}
.navbar .volunteer-button {
  padding: 5px 10px;
  color: #FFFFFF;
}
.navbar .volunteer-button:hover {
  color: #bc2435;
}

.logo-group img {
  height: 7vh;
  width: auto;
}

.navbar-content {
  gap: 2rem;
}

.toggle_btn,
.dropdown-menu {
  display: none;
}

.home-hero {
  margin-top: 15vh;
  width: 100%;
  height: 75vh;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.home-hero-img,
.home-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-hero-img {
  object-fit: cover;
  z-index: 0;
}

.home-hero-overlay {
  background: linear-gradient(280deg, rgba(27, 27, 27, 0.2) 30%, rgba(32, 31, 31, 0.53) 50%);
  z-index: 0.5;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 20px 34px;
  gap: 10px;
  font-family: Lato;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  border: none;
}

.home-hero-text {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-hero-text h1 {
  font-weight: 900;
  font-size: 44px;
  padding: 0 50px;
}

.banner-description {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  margin-bottom: 30px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  flex-basis: 28%;
  height: 114px;
  background-color: #FFFFFF;
  margin: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
}
.stat h2 {
  color: var(--primary);
  margin: 0;
}
.stat h4 {
  font-style: Regular;
  font-size: 14px;
  margin: 0;
}

.home-projects {
  text-align: center;
}
.home-projects h2 {
  font-size: 32px;
  margin: 32px 0px;
}

.project-stage {
  justify-content: space-between;
  align-items: top;
  margin: 5% auto;
}
.project-stage .owl-nav {
  display: none;
}

.home-project-card {
  width: 90%;
  max-height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: left;
  cursor: pointer;
}
.home-project-card .home-project-image {
  border-radius: 16px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.home-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-project-card h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 24px;
  margin-top: 19px;
  margin-bottom: 0;
  color: var(--primary1);
}
.home-project-card p {
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  vertical-align: bottom;
  color: #454545;
}

.home-mission {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.home-container {
  display: flex;
  justify-content: center;
  gap: 38px;
  padding: 81px 70px;
  align-items: center;
}

.mission-card {
  flex: 1;
}
.mission-card-image {
  height: 350px;
  overflow: hidden;
}
.mission-card-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-description {
  height: auto;
  display: block;
}
.mission-description h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
}
.mission-description p {
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  color: #545454;
}

.affiliations {
  margin-bottom: 80px;
  text-align: center;
  justify-content: center;
}
.affiliations .data-body {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  justify-content: center;
}
.affiliations .data-body .affiliation-wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.affiliations .affiliation-header p {
  margin-bottom: 5%;
}

.owl-stage .owl-item,
.owl-stage .item {
  display: flex;
  justify-content: center;
}
.owl-stage .owl-item {
  position: relative;
}
.owl-stage .owl-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  bottom: 1%;
  height: 2px;
  background: var(--primary2);
  z-index: 1000;
}
.owl-stage .owl-item {
  /*//&:hover::after,
  &:has(:hover)::after {
     width: 100%;
     z-index: 1000;
  }*/
}

.organizations {
  width: 188.333px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
}
.organizations a {
  height: 140px;
  display: flex;
  align-items: center;
}
.organizations img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.organizations h4 {
  font-size: 14px;
  font-style: SemiBold;
  color: #454545;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  padding: 0;
  background-color: #ecd1d4 !important;
  color: #103C66 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  z-index: 50000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav .owl-prev::before,
.owl-nav .owl-next::before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: var(--primary2) !important;
  color: #fff !important;
}
.owl-nav .owl-prev {
  left: -60px;
}
.owl-nav .owl-next {
  right: -60px;
}
.owl-nav span {
  font-size: 20px;
  font-weight: 600;
}

.affiliation-carousel .owl-item {
  width: 100%;
}

.testimonials {
  margin-top: 8%;
  margin-bottom: 10%;
  background-color: #fff;
  padding: 52px 72px;
  text-align: center;
}
.testimonials h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 5%;
}

.testimonial-slide {
  flex-direction: column;
  align-items: center;
}
.testimonial-slide p {
  font-style: Regular;
  font-size: 14px;
  margin-bottom: 46px;
  line-height: 20px;
  width: 90%;
}

.profile1 {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-item img {
  border-radius: 32px;
  width: 64px;
}
.testimonial-carousel .owl-item:has(:hover)::after {
  width: 0%;
  z-index: 1000;
}

.profile-name {
  align-items: center;
  text-align: left;
  margin: 0 5px;
  padding: 10px;
}
.profile-name h3 {
  margin: 0;
  font-size: 20px;
}
.profile-name span {
  font-size: 12px;
}

.about-hero {
  margin-top: 15vh;
  background-position: center;
  background-size: cover;
  background-color: #F8F6F6;
  min-height: 75vh;
  padding: 10px 10%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  flex-wrap: wrap;
  gap: 10%;
}

.about-text {
  flex: 1 1 300px;
}
.about-text h1 {
  color: var(--primary1);
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  margin: 5% auto;
}
.about-text p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #545454;
}

.about-image {
  max-width: 576px;
  overflow: hidden;
}
.about-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.approach-achievements .row > * {
  width: auto;
}
.approach-achievements {
  background: #fff;
}

.approach-item {
  background-color: rgba(244, 244, 244, 0.7215686275);
  box-shadow: 0px 4px 4px 0px rgba(158, 158, 158, 0.1490196078);
  border-radius: 16px;
  padding: 16px 23px;
  margin-bottom: 5%;
}
.approach-item:hover {
  background-color: rgba(244, 244, 244, 0.4941176471);
}
.approach-item i {
  color: var(--primary);
  font-size: 20px;
}

.achievement-item {
  border-radius: 16px;
  padding: 16px 23px;
  margin-bottom: 5%;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.achievement-item::before {
  content: "";
  position: absolute;
  top: 60%;
  bottom: 0px;
  left: 38px;
  width: 2px;
  height: 100%;
  background-color: rgba(165, 175, 228, 0.4588235294);
  z-index: 2;
}
.achievement-item:last-child::before {
  display: none;
}
.achievement-item i {
  color: var(--primary1);
  font-size: 20px;
}
.achievement-item span {
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  color: #626060;
}

.approach-header,
.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  width: 70%;
}

.approach p {
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  color: #626060;
  padding-left: 34px;
}

.achievements ul {
  padding-left: 0;
  margin-bottom: 52px;
}

.achievement-details {
  display: flex;
  flex-direction: column;
  gap: 10%;
  justify-content: center;
}

.achievement-icon {
  background-color: var(--primary1-light);
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  z-index: 3;
}

.about-container .container-card {
  flex-basis: 35%;
}
.about-container .container-card h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10%;
  color: var(--primary1);
}
.about-container .container-card h4 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  margin: 0;
}
.about-container ul li {
  list-style: none;
}

.team {
  text-align: center;
  padding: 50px 20px;
}
.team h2 {
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 12px;
}
.team p {
  color: #000;
  font-weight: 500;
  font-style: Medium;
  margin-bottom: 32px;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  text-align: center;
  padding: 32px 32px;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
}
.team-member h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.team-member h4 {
  font-weight: 500;
  font-style: Regular;
  font-size: 16px;
  color: #0F1C60;
  margin: 4px auto;
}
.team-member p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  color: #626060;
}

.team-image {
  width: 100%;
  max-width: 230px;
  max-height: 230px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-image img {
  width: 100%;
}

.contact-main {
  margin-top: 15vh;
}

#contactform .ta-error,
.volunteer-form .ta-error {
  border: solid 1px #bc2435;
}
#contactform #txtEmail-error, #contactform #txtSubject-error, #contactform #txtName-error, #contactform #txtMessage-error, #contactform #txtPhoneNumber-error, #contactform #txtResidence-error, #contactform #txtDate-error, #contactform #txtWant-error,
.volunteer-form #txtEmail-error,
.volunteer-form #txtSubject-error,
.volunteer-form #txtName-error,
.volunteer-form #txtMessage-error,
.volunteer-form #txtPhoneNumber-error,
.volunteer-form #txtResidence-error,
.volunteer-form #txtDate-error,
.volunteer-form #txtWant-error {
  border: none;
}

.contact-header {
  margin: 3% auto;
}
.contact-header h2 {
  margin-bottom: 10px;
}
.contact-header p {
  font-size: 14px;
  font-style: Regular;
  color: #626060;
}

.contact-content {
  text-align: left;
}

.contact-card {
  flex-basis: 40%;
  padding: 20px 24px;
}

.form-group {
  margin-bottom: 2%;
}
.form-group label {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.form-group span {
  color: #bc2435;
}
.form-group #slcHoursPerWeek {
  padding: 14px 14px;
  height: fit-content;
}

.form-row:not(:last-child) {
  border: none;
  padding: 0;
  margin: 0;
}

.name-email {
  gap: 8px;
}

.contact-form input,
.contact-form textarea {
  background-color: rgba(169, 169, 169, 0.1019607843);
  border: 1px solid #D3D3D3;
  box-shadow: 0px 4px 1.1px 0px rgba(0, 0, 0, 0.0196078431);
  border-radius: 6px;
}
.contact-form input {
  width: 30vh;
  padding: 11px 12px;
  margin-bottom: 20px;
}
.contact-form textarea {
  width: 90%;
  height: 100px;
  margin-bottom: 3%;
}
.contact-form textarea::placeholder {
  color: lightgray;
}

.form-group button {
  display: block;
}

.contact-info-box {
  flex-direction: column;
  gap: 10px;
}
.contact-info-box i {
  color: var(--primary);
}
.contact-info-box h3 {
  font-size: 16px;
}
.contact-info-box h4 {
  font-size: 14px;
}
.contact-info-box p {
  font-size: 12px;
}

.info-item {
  border: 1px solid rgba(180, 180, 180, 0.4);
  background-color: #fff;
  padding: 12px 15px;
  width: auto;
}

.info-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.info-title h3 {
  font-size: 12px;
  font-style: Bold;
  font-weight: 700;
}

.info-icon {
  width: 32px;
  height: 31px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: var(--primary2-light);
}

.info-text {
  align-items: center;
}
.info-text h4,
.info-text p {
  margin: 5px auto;
}

.location {
  padding: 30px 40px;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #FFFFFF;
}
.location h2 {
  margin-top: 0;
}
.location iframe {
  width: 100%;
}

.footer {
  width: 100%;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  background: #fff;
  color: #626060;
  font-size: 12px;
  line-height: 150%;
  height: fit-content;
  display: block;
}
.footer .logo-group img {
  max-width: 100%;
}
.footer h4 {
  font-size: 20px;
  color: var(--primary1);
  font-style: Bold;
  font-weight: 700;
  margin: 20px 0;
}
.footer p {
  font-size: 14px;
  font-style: Medium;
  margin-bottom: 15px;
  line-height: 20px;
}

.footer-details {
  width: 90%;
  margin: 0 auto;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-top > div {
  flex-basis: 10%;
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-about .social-icons a {
  display: inline-block;
  margin-right: 8px;
  color: #000;
  text-decoration: none;
}

.footer-socials i {
  font-size: 20px;
  color: var(--primary1);
  margin-right: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 6px;
}
.footer-links ul li a {
  font-family: Lato;
  font-style: Medium;
  font-size: 14px;
  line-height: 18px;
  color: #626060;
  text-decoration: none;
}
.footer-links ul li a:hover {
  color: var(--primary2);
}

.footer-contact p {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-divider {
  border: none;
  border-top: 1px solid var(--primary1);
  margin: auto 20px;
  height: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 12px;
}

.footer-bottom-links a {
  font-family: Lato;
  color: var(--primary1);
  margin-left: 15px;
  text-decoration: none;
  font-size: 12px;
}
.footer-bottom-links a:hover {
  color: var(--primary2);
}

.gallery {
  margin-top: 15vh;
  transition: opacity 0.2s ease;
}
.gallery-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.gallery-topic {
  margin: 0 0 1.5rem;
  text-align: left;
}
.gallery-topic h2 {
  margin-bottom: 5px;
}
.gallery-topic p {
  color: #626060;
}
.gallery-title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary1);
  text-align: left;
}
.gallery-filter-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding: 0 0 1.5rem;
  margin-bottom: 0;
}
.gallery-dropdown {
  appearance: none;
  background-color: #f0f0f0;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 28px 6px 10px;
  min-width: 100px;
  max-width: 160px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gallery-dropdown:focus {
  outline: none;
  border-color: #6b4c9a;
  box-shadow: 0 0 0 2px rgba(107, 76, 154, 0.2);
}
.gallery-dropdown option {
  background: #fff;
  color: #333;
}
.gallery-media {
  padding: 2rem 0 3rem;
}
.gallery-load-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.media-type button.active {
  background-color: var(--primary2-light);
  color: var(--primary1);
}

.load-more,
.album-load-more {
  color: #103C66;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  margin: 3%;
}
.load-more:hover,
.load-more button:hover,
.album-load-more:hover,
.album-load-more button:hover {
  background-color: var(--primary2);
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.gallery-item:hover::after {
  opacity: 0.5;
}
.gallery-item p {
  position: absolute;
  bottom: -13px;
  /* left: 12px; */
  color: #fff;
  z-index: 1000;
  font-weight: 600;
  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  width: 100%;
  background: rgba(0, 0, 0, 0.5333333333);
  padding: 10px 0px;
}

.gallery-album {
  margin-top: 15vh;
  transition: opacity 0.2s ease;
}
.gallery-album hr {
  margin: 20px auto;
  color: #454545;
}

.album-details span {
  font-style: Bold;
  font-weight: 700;
}
.album-details a {
  font-family: Lato;
  text-decoration: none;
  color: #454545;
  font-style: Regular;
  font-weight: 500;
}
.album-details h2 {
  color: var(--primary);
  margin-bottom: 5px;
}
.album-details .event-date {
  margin: 20px auto;
  color: #454545;
}

.album-filter {
  justify-content: right;
  gap: 10px;
  margin: 2% auto;
}
.album-filter button.active {
  background-color: var(--primary2-light);
  color: var(--primary2);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.album-item {
  position: relative;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.album-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album-item:hover {
  transform: scale(1.02);
}

.album-load-more button {
  border: none;
  color: #f5949e;
  background: transparent;
  width: fit-content;
  margin: 5% auto;
}
.album-load-more:hover {
  background: transparent;
  color: #bc2435;
}

.projects {
  margin-top: 15vh;
}

.projects-filter {
  border: none;
  padding: 18px;
  background-color: #fff;
}

.search-container {
  width: max-content;
  align-items: center;
  padding: 2px;
  background-color: #F6F6F6;
}
.search-container button {
  border: none;
  background-color: #f6f6f6;
}

.search-icon {
  color: #626060;
}

.search-filter {
  gap: 8px;
}
.search-filter select {
  border-radius: 12px;
  background-color: rgba(136, 136, 136, 0.1019607843);
  color: #454545;
  border: solid 1px #BFBEBE;
  align-items: center;
  padding: 12px 2px;
  box-shadow: 0px 4px 1.1px 0px rgba(0, 0, 0, 0.02);
}
.search-filter #slcStatus, .search-filter #slcCategory {
  width: fit-content;
  height: 100%;
}

.search-input {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 12px;
}

.project-grid {
  background-color: rgba(244, 244, 244, 0.8274509804);
  padding: 48px 68px;
  box-shadow: -4px -4px 25px 0px rgba(255, 255, 255, 0.75), 4px 4px 25px 0px rgba(255, 255, 255, 0.75);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px;
  margin-bottom: 10px;
}

.project-display .project-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 450px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.project-display .project-image {
  height: 185px;
  overflow: hidden;
}
.project-display .project-image img {
  width: 100%;
  object-fit: cover;
}
.project-display .data-empty {
  text-align: center;
  color: #bc2435;
  margin: 70px auto;
}
.project-display .project-description {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin: 12px auto;
}
.project-display .project-description i {
  color: var(--primary);
}
.project-display .project-description h4 {
  margin-top: 4px;
}
.project-display .project-description p,
.project-display .project-description .project-summary {
  margin: 12px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.project-display .project-description a {
  text-decoration: none;
  background-color: var(--primary2-light);
  color: var(--primary);
  padding: 10px 0;
  font-size: 12px;
}
.project-display .project-description a:hover {
  background-color: var(--primary);
  color: #FFFFFF;
}
.project-display .project-description .learn-more {
  margin-top: auto;
}

.project-load-more {
  justify-content: center;
  padding: 0;
  align-items: top;
}
.project-load-more button {
  color: #f5949e;
  background-color: var(--primary2-light);
  /*background: transparent;*/
  width: fit-content;
  margin: 3% auto;
  border: none;
}
.project-load-more button:hover {
  background-color: var(--primary);
  color: #FFFFFF;
}

.volunteer-message .volunteer-button {
  background-color: var(--primary1);
  padding: 10px;
}
.volunteer-message .volunteer-button a {
  text-decoration: none;
  color: #FFFFFF;
}
.volunteer-message .volunteer-button:hover {
  background-color: var(--primary1-light);
  color: var(--primary1);
}

.inner-project {
  margin-top: 15vh;
}

.project-hero {
  position: relative;
  max-width: 1440px;
  margin: 4% auto;
  height: 480px;
  overflow: hidden;
  background-image: url("assets/images/project1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-hero img {
  width: 100%;
  object-fit: cover;
}

.project-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  flex-direction: column;
  text-align: center;
  padding: 0 24px;
  color: #fff;
}

.project-details-section {
  margin: 30px auto;
}
.project-details-section h3 {
  color: var(--primary1);
  font-size: 20px;
}
.project-details-section hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.project-details-section p {
  margin-bottom: 20px;
}
.overview-cards,
.impact-cards {
  gap: 20px;
}

.overview-card,
.impact-card {
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.overview-card .label,
.impact-card .label {
  font-size: 12px;
  color: #666;
  display: block;
  margin-bottom: 6px;
}

.overview-card .value {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.overview-card .value.active {
  color: #16c60c;
}

.impact-card {
  background-color: var(--primary2-light);
  text-align: center;
}
.impact-card .label {
  font-size: 14px;
}
.impact-card .value {
  font-size: 28px;
  font-style: Bold;
  font-weight: 600;
  color: var(--primary2);
}

.project-progress {
  max-width: 100%;
  background-color: #D4D3D8;
  height: 6px;
}
.project-progress .progress-fill {
  width: 25%;
  height: 100%;
  z-index: 1000;
  background-color: var(--primary2);
}

.progress-information h4 {
  font-weight: 600;
  font-style: Regular;
}

.phase-container {
  flex-direction: column;
  gap: 2px;
  margin: 20px auto;
}

.phase-item {
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.icon-container {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 15px;
}

.phase-completed .icon-container {
  background-color: #16c60c;
}
.phase-completed .phase-info {
  color: #8d8b8b;
}

.phase-in-progress .icon-container {
  background-color: var(--primary1);
  font-size: 10px;
}

.phase-info {
  font-size: 12px;
  flex-grow: 1;
}

@media screen and (min-width: 1216px) {
  .container {
    margin: 0 auto;
    max-width: 1440px;
  }
}
.ta-banner-common-section {
  background: #103C66;
  padding: 35px 0;
  display: flex;
  justify-content: center;
}
.ta-banner-common-section .ta-name-middle {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.ta-banner-common-section .ta-name-middle .ta-home-link a {
  text-decoration: none;
}
.ta-banner-common-section .ta-name-middle .ta-home-link a span {
  margin-bottom: unset;
  font-weight: 600;
  font-size: 14px;
  color: #b9b9b9;
}
.ta-banner-common-section .ta-name-middle .ta-angle-banner i {
  color: #fff;
  font-size: 14px;
}
.ta-banner-common-section .ta-name-middle .ta-navbar-name h3 {
  margin-bottom: unset;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  font-family: Montserrat;
}

.ta-sectionWrapper {
  box-sizing: inherit;
}
.ta-sectionWrapper form {
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate;
}

.ta-credentail-body {
  background: #ecd1d4;
  padding: 50px;
  border-radius: 20px;
  width: 100%;
  max-width: 485px;
  margin: auto;
}
.ta-credentail-body .ta-form-fieldSet {
  display: flex;
  flex-flow: column;
  gap: 25px;
  margin-bottom: 35px;
}
.ta-credentail-body .ta-form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 95%;
  min-height: 64px;
  gap: 4px;
}
.ta-credentail-body .ta-form-group .ta-form-label {
  font-size: 14px;
  font-weight: 500;
  color: #1E1C1C;
}
.ta-credentail-body .ta-form-group label.ta-error {
  font-size: 13px;
  color: #FF0000;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.ta-credentail-body .ta-form-group input {
  padding: 10px 12px;
  gap: 12px;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  font-size: 14px;
  color: #1E1C1C;
}
.ta-credentail-body .ta-form-group input.ta-error {
  border-color: #FF0000;
}
.ta-credentail-body .ta-form-group input:focus {
  border: 1px solid #bc2435;
}
.ta-credentail-body .ta-form-group input::-ms-reveal, .ta-credentail-body .ta-form-group input::-ms-clear {
  display: none;
}
.ta-credentail-body .ta-form-group input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.ta-credentail-body .ta-form-group input:focus::-moz-placeholder {
  opacity: 0;
}
.ta-credentail-body .ta-form-group input:focus:-ms-input-placeholder {
  opacity: 0;
}
.ta-credentail-body .ta-form-group input:focus:-moz-placeholder {
  opacity: 0;
}
.ta-credentail-body .ta-form-group .ta-form-input {
  position: relative;
  width: 100%;
}
.ta-credentail-body .ta-form-group .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #2C2C2C;
  cursor: pointer;
}

.ta-cre-btn-wrapper {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.ta-cre-btn-wrapper .ta-cre-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  width: 100%;
  height: 40px;
  background: #bc2435;
  border: 2px solid #bc2435;
  border-radius: 20px;
  text-transform: unset;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.ta-cre-btn-wrapper .ta-cre-btn.ta-cre-sbtn {
  background: #1E1C1C;
  border: 2px solid #1E1C1C;
}
.ta-cre-btn-wrapper .ta-cre-btn.ta-cre-sbtn:hover {
  background: #000000;
  border: 2px solid #000000;
}
.ta-cre-btn-wrapper .ta-cre-btn .ta-cre-btn-wrapper {
  display: flex;
  flex-flow: column;
  gap: 15px;
  cursor: pointer;
}
.ta-cre-btn-wrapper .ta-cre-btn .ta-cre-btn-wrapper .ta-cre-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  width: 100%;
  height: 40px;
  background: #bc2435;
  border: 2px solid #bc2435;
  border-radius: 20px;
  text-transform: unset;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.ta-cre-btn-wrapper .ta-cre-btn .ta-cre-btn-wrapper .ta-cre-btn.ta-cre-sbtn {
  background: #1E1C1C;
  border: 2px solid #1E1C1C;
}
.ta-cre-btn-wrapper .ta-cre-btn .ta-cre-btn-wrapper .ta-cre-btn.ta-cre-sbtn:hover {
  background: #000000;
  border: 2px solid #000000;
}
.ta-cre-btn-wrapper .ta-cre-btn .ta-cre-btn-wrapper:hover {
  background: #ecd1d4;
  color: #bc2435;
}

p,
label,
button {
  font-family: Lato;
}

h2,
h1,
h3,
h4 {
  font-family: Montserrat;
}

/* Wrapper */
.volunteer-form .form-wrapper {
  margin-top: 5%;
  background: #f9fafb;
  padding: 40px;
  display: flex;
  justify-content: center;
}

/* Form Card */
.join-form {
  background: #ffffff;
  width: 100%;
  max-width: 850px;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Section Title */
.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 16px;
  color: #111827;
}

.section-title .icon {
  font-size: 18px;
}

/* Grid */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Form Group */
.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #111827;
}

.form-group input,
.form-group select,
.form-group textarea {
  height: 100%;
  width: 95%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  outline: none;
}

/* Focus State */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #bc2435;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
  resize: none;
}

.chip.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.error {
  color: #dc2626;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

/* Chips */
.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.chip {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  font-size: 14px;
  cursor: pointer;
  background: #f9fafb;
  transition: all 0.2s ease;
}

.chip:hover {
  background: var(--primary2);
  color: var(--primary);
  border-color: var(--primary2);
}

/* Submit Button */
#btnSubmit {
  margin-top: 30px;
  background: var(--primary);
  color: #ffffff;
  border: none;
  padding: 14px 26px;
  border-radius: 32px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  float: right;
  transition: background 0.2s ease;
  width: 100%;
}
#btnSubmit:hover {
  background: #bc2435;
  color: #bc2435;
}

.required {
  color: #bc2435;
}

/* DESKTOP DROPDOWN */
.has-dropdown {
  position: relative;
}

.has-dropdown .dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  min-width: 150px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  z-index: 1000;
  margin-left: -5px;
  padding: 0;
}

.has-dropdown:hover .dropdown {
  display: block;
}

.has-dropdown .dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #111;
  text-decoration: none;
}

.has-dropdown .dropdown li a:hover {
  background: #f3f4f6;
}

/* MOBILE DROPDOWN */
.dropdown-menu {
  display: none;
}

.dropdown-menu.open {
  display: block;
}

.mobile-dropdown ul {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-top: 16px;
  padding-left: 0;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
}
.mobile-dropdown ul a {
  color: #bcbcbc;
}

.mobile-dropdown.active ul {
  display: block;
}

.about-hgn {
  background: #f9fafb;
  padding: 80px 20px;
  font-family: "Segoe UI", sans-serif;
  color: #1f2937;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header .subtitle {
  color: #dc2626;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-header h2 {
  font-size: 36px;
  margin: 10px 0;
}

.section-header .intro {
  color: #6b7280;
  max-width: 700px;
  margin: auto;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  margin-bottom: 40px;
}

.text-block p {
  line-height: 1.8;
  margin-bottom: 18px;
}

.stats-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.stat-card h3 {
  font-size: 32px;
  color: #dc2626;
  margin-bottom: 6px;
}

.stat-card p {
  color: #6b7280;
  font-weight: 500;
}

.highlight-box {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #ffffff;
  padding: 30px;
  border-radius: 18px;
  margin: 40px 0;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
  .section-header h2 {
    font-size: 28px;
  }
}
