@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
:root {
    --brand: #668000;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
    border-radius: 10px;
}

a {
    /* color: var(--dark); */
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}

.donate {
    background: #5de1e6;
}

.ht {
    color: white;
}

.tc {
    color: #14477a;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}

/* slide */

.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/slider-1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/slider-2.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */

.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.conditions-section {
    margin: 20px 0;
}

.conditions-section a {
    color: #fff;
    margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    /* border-color: var(--brand) !important;
    background-color: var(--brand) !important;
    color: #fff !important; */
     border: none;
  background: linear-gradient(135deg, #14477a, #688204) !important;
  color: #fff !important;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-brand:hover {
    /* background-color: #0ac1c4;
    border-color: #0ac1c4;
    color: #fff; */
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: #fff !important;
}

.intro {
    margin-bottom: 36px;
    text-align: center;
}

.intro1 {
    margin-bottom: 25px;
    text-align: center;
}

.intro p {
    max-width: 500px;
}

.intro h6 {
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.info-box img {
    width: 80px;
    height: auto;
    display: block;
}

#about img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    /* optional for rounded look */
}

.tmimg {
    max-width: 90%;
    /* height: auto; */
    display: block;
    border-radius: 12px;
    max-height: 370px;
    /* optional for rounded look */
}

#milestone {
    background: linear-gradient(rgba(102, 128, 0, 0.85), rgba(20, 71, 122, 0.85)),
                url(../img/img-3.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* This makes the image fixed */
    color: #fff;
    padding: 80px 0;
}


#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}

.service:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}

.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(0, 138, 173, 0.52);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {
    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/testi.m.jpg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

/* 
footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
} */

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

input.form-control {
    border-color:#0000001a;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);
    ;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

/* contact  us */

.contact-page {
    display: flex;
    width: 100%;
    /* max-width: 1200px; */
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-left,
.contact-right {
    flex: 1;
    padding: 40px;
}

.contact-left {
    background: #14477a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-left h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.contact-left p {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-info {
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-item i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 15px;
    min-width: 30px;
    text-align: center;
    background: #000;
    /* border-radius: 50%; */
    padding: 10px;
}

.info-item p {
    font-size: 16px;
    line-height: 1.5;
}

.contact-right {
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-form {
    width: 100%;
    max-width: 400px;
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

textarea {
    resize: none;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: #14477a;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #0ac1c4;
}

@media (max-width: 768px) {
    .contact-page {
        flex-direction: column;
    }
    .contact-left,
    .contact-right {
        padding: 20px;
    }
}

/* footer */

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #014bad;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo img {
    /* height: 104px; */
    width: 150px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #014bad;
}

.twitter-bg {
    background: #014bad;
}

.google-bg {
    background: #014bad;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #014bad;
}

.footer-widget ul li {
    display: inline-block;
    /* float: left; */
    width: 73%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #149bd5;
}

.footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #014bad;
    padding: 13px 20px;
    border: 1px solid #014bad;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #435203;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #000000;
}

.copyright-text p a {
    color: #014bad;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #014bad;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* why choose us */

.section-head1 {
    margin-bottom: 60px;
}

.section-head1 h4 {
    position: relative;
    padding: 0;
    /* color: #014bad; */
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head1 h4:before {
    content: "";
    width: 60px;
    height: 3px;
    /* background: #014bad; */
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head1 h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head1 p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: "";
    width: 60px;
    height: 3px;
    background: #014bad;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #01aaad;
}

.item1 {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1:hover {
    background: #668000;
    box-shadow: 0 8px 20px 0px rgb(98 226 231);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1:hover .item,
.item1:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1:hover h6,
.item1:hover p,
.item1:hover li {
    color: #fff;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1 .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #014bad;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item1 .feature_box_col_one {
    background: rgb(119 230 234 / 40%);
    color: #668000;
}

.item1 .feature_box_col_two {
    background: rgb(119 230 234 / 40%);
    color: #668000;
}

.item1 .feature_box_col_three {
    background: rgb(119 230 234 / 40%);
    color: #668000;
}

.ta {
    text-align: left;
}

.item1 p li {
    font-size: 15px;
    line-height: 26px;
}

.item1 h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

/* project */

#gallery-template.background {
    width: 100%;
    min-height: 400px;
    background: #ebebeb;
    background: var(--background-accent);
}

#gallery-template .container {
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1220px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    justify-items: center;
    -ms-grid-rows: auto 20px auto 20px auto;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "buttons" "gallery" "info"
}

#gallery-template div.button-section {
    width: 100%;
    margin-left: 40px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-area: buttons;
    -ms-grid-rows: 1;
}

#gallery-template.gallery-section {
    -ms-grid-row: 3;
    grid-row: 3;
    grid-column: 3;
    -ms-grid-column: 1;
    grid-area: gallery;
    -ms-grid-rows: 2;
}

#gallery-template .info-section {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-area: info;
    -ms-grid-rows: 3;
    width: 90%;
}

#gallery-template h2,
#gallery-template .title-center-mobile,
#gallery-template .title-desktop {
    color: #252422;
    color: var(--main-secondary);
    font-weight: 700;
    text-transform: uppercase;
}

#gallery-template .title-center-mobile {
    text-align: center;
}

#gallery-template .title-desktop {
    display: none;
}

#gallery-template h2 {
    font-size: 24px;
}

#gallery-template h3 {
    font-size: 18px;
    color: #000 !important;
}

#gallery-template #info-body {
    margin: 0;
    font-size: 18px;
    color: #252422;
    color: var(--main-secondary);
}

#gallery-template button {
    border: solid 3px !important;
    height: 50px;
    width: 280px;
    margin-bottom: 10px;
    border: 3px solid #014bad;
    border: 3px solid var(--accent-primary);
    font-size: 18px;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    font-family: var(--font-body);
    font-weight: 700;
    background: transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    outline: none;
}

/* #gallery-template button:hover {
    border: solid 3px;
    cursor: pointer;
    background: #000000 !important;
    background: var(--accent-primary);
    color: #ffffff;
} */

#gallery-template #image-container {
    margin: 0 auto;
    position: relative;
    width: 80vw;
    height: 80vw;
    overflow: hidden;
}

#gallery-template .gallery-img {
    position: absolute;
    width: 80vw;
    height: 80vw;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#gallery-template img.gallery-img.display-img {
    opacity: 1;
}

#gallery-template #bullet-container {
    margin-top: 10px;
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#gallery-template button.bullet {
    width: 20px;
    margin: 5px;
    height: 20px;
    border-radius: 100%;
}

#gallery-template .info-button {
    display: none;
}

#gallery-template .active {
    color: rgb(255, 255, 255);
    background-color: #14477a !important;
    background-color: var(--accent-primary);
}

#gallery-template button.dropdown-button {
    margin: 0;
    background-color: white;
    color: var(--main-secondary);
    color: #252422;
    text-align: left;
    padding-left: 15px;
    width: 100%;
    position: relative;
    border: none;
}

#gallery-template button.dropdown-button:hover {
    margin: 0;
    background: white;
    color: var(--main-secondary);
    color: #252422;
    text-align: left;
    padding-left: 15px;
    width: 100%;
    position: relative;
    border: none;
}

#gallery-template button.dropdown-button.active {
    background: white;
    border-bottom: 1px solid var(--background);
    border-bottom: 1px solid #ccc9c1;
}

#gallery-template button.dropdown-button:hover {
    background: #ebebeb;
    background: var(--background-accent);
}

#gallery-template button.dropdown-button.active::after {
    content: '';
    background: url('https://dev.woodlanddirect.com/learningcenter/pagebuilder+/svgs/arrow.svg') center no-repeat;
    height: 30px;
    width: 25px;
    position: absolute;
    right: 12px;
    transition: 0.3s ease-in-out;
}

#selection-container-btn:hover button.dropdown-button.active::after {
    transform: rotate(-180deg);
}

#gallery-template #selection-container-btn {
    /* height: 49px; */
    width: calc(100% - 40px);
    border: 1px solid var(--background);
    border: 1px solid #ccc9c1;
    transition: all 0.3s ease;
    overflow: hidden;
}

#gallery-template #selection-container-btn:hover {
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 3px 5px;
}

@media screen and (min-width: 600px) {
    #gallery-template .container {
        justify-items: left;
        padding: 0 25px 25px;
        grid-gap: 0;
        -ms-grid-columns: 1fr, 2fr;
        -ms-grid-rows: 1fr, 3fr;
        grid-template-rows: 1fr, 3fr;
        -ms-grid-columns: 1fr, 2fr;
        grid-template-columns: 1fr, 2fr;
        grid-template-areas: "buttons buttons" "gallery info"
    }
    #gallery-template #image-container,
    #gallery-template .gallery-img {
        height: 300px;
        width: 300px;
    }
    #gallery-template #bullet-container {
        margin: 25px 0 10px;
        width: 300px;
    }
    #gallery-template .title-center-mobile {
        margin-top: 0px;
    }
    #gallery-template .info-body {
        margin-left: 20px;
    }
    #gallery-template #image-container {
        margin: 0;
    }
    #gallery-template div.button-section {
        margin-left: 0;
        margin-bottom: 30px;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-span: 3
    }
    #gallery-template .gallery-section {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1;
    }
    #gallery-template .info-section {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 3;
        grid-column: 3;
    }
    #gallery-template #selection-container-btn {
        width: 335px;
    }
}

@media screen and (min-width: 1011px) {
    #gallery-template .container {
        grid-gap: 20px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "buttons gallery info"
    }
    #gallery-template #selection-container-btn {
        margin-top: 30px;
    }
    #gallery-template #bullet-container {
        margin: 25px 0 0;
    }
    #gallery-template .title-center-mobile {
        display: none;
    }
    #gallery-template .title-desktop {
        display: inline-block;
    }
    #gallery-template #info-body {
        margin-left: 0;
    }
    #gallery-template .info-button {
        display: block;
    }
    #gallery-template div.button-section {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-span: 1;
    }
    #gallery-template div.gallery-section {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
    }
    #gallery-template div.info-section {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3;
    }
    #gallery-template #selection-container-btn {
        height: auto;
        width: auto;
        border: none;
    }
    #gallery-template #selection-container-btn:hover {
        box-shadow: none;
    }
    #gallery-template .info-button {
        display: block;
    }
    #gallery-template .dropdown-button {
        display: none;
    }
}

/* wp starts */

.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

/* wp ends */

/*  */

.head-logo {
    /* height: 91px; */
    width: 150px;
}

.feature_box_col_one i {
    padding: 10px;
}

.feature_box_col_two i {
    padding: 10px;
}

.feature_box_col_three i {
    padding: 10px;
}

.page-header {
    background: url(../newimage/about-us-.jpeg) center center no-repeat;
    background-size: cover;
}

.page-header1 {
    background: url(../newimage/project-hero.jpg) center center no-repeat;
    background-size: cover;
}

.page-header2 {
    background: url(../newimage/joinus-hero.jpg) center center no-repeat;
    background-size: cover;
}

.page-header3 {
    background: url(../newimage/donate-hero.jpg) center center no-repeat;
    background-size: cover;
}

.page-header4 {
    background: url(../newimage/certificate-hero.jpg) center center no-repeat;
    background-size: cover;
}

.page-header5 {
    background: url(../newimage/contact\ us.jpg) center center no-repeat;
    background-size: cover;
}

.page-header6 {
    background: url(../newimage/MEDIACAN2.png) center center no-repeat;
    background-size: cover;
}

.page-header7 {
    background: url(../newimage/art1.jpeg) center center no-repeat;
    background-size: cover;
}

.page-header8 {
    background: url(../newimage/hero-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header9 {
    background: url(../newimage/bebakhero1.jpg) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem !important;
    }
}

.mvv-section {
    padding: 60px 0;
    background-color: #fff;
}

.babh {
    color: #004aad;
}

.babp {
    color: #0aa81f;
}

.mvv-section .section-title {
    text-align: center;
    /* font-size: 2.4rem; */
    font-weight: 700;
    color: #16b3b4;
    margin-bottom: 10px;
}

.mvv-section .section-subheading {
    text-align: center;
    /* font-size: 1.3rem; */
    color: #0b0b0b;
    margin-bottom: 40px;
}

.mvv-box {
    background: linear-gradient(135deg, #149bd5a1, #14477a85);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mvv-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.mvv-box img {
    width: 100%;
    max-width: 250px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
    padding: 10px;
}

.mvv-box h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #deaf1d;
}

.mvv-box p {
    font-size: 0.95rem;
    color: #000000;
    line-height: 1.6;
    text-align: justify;
    hyphens: auto;
}

.info-card {
    position: relative;
    padding: 2rem;
    border-radius: 20px;
    background-color: #f8f9fa;
    color: #333;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid rgb(0 121 0);
    border-left: 10px solid rgb(0 121 0);
    width: 40px;
    height: 40px;
    border-radius: 20px 0 0 0;
    transition: all 0.4s ease;
}

.info-card:hover {
    background-color: rgb(32 160 215);
    color: #fff;
}

.info-card:hover::before {
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}

.info-image {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* projectttt */

.pt {
    text-align: justify;
    hyphens: auto;
}

.txl {
    color: #0ac1c4;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #3ebdbd none repeat scroll 0 0;
    border-color: #3eb2bd;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #3ebdb0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
    background: #3ebdb9 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #3ebdbb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #3eb7bd none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: #3ebdbb;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #3ebdbb none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #5fbbe2 !important;
}

.we-offer-area.text-left .item i {
    background: #3ebbbd none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid #3ebdbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}

.dbc {
    border-color: #014bad;
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: #077c94;
    border-color: #0193ad;
}

/* certificate page */

.certificate-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.certificate-card:hover {
    transform: scale(1.03);
}

.certificate-pdf {
    height: 250px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.certificate-title {
    font-size: 1.2rem;
    font-weight: 600;
}

/* join */

/* Section spacing */

.customjoinmeber-sec {
    padding: 40px 0;
}

.customjoinmeber-sec h4 {
    margin-bottom: 15px;
}

.customjoinmeber-sec p {
    font-size: 1rem;
}

/* Uniform image styling */

/* .customjoin-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 8px;
} */

/* Button spacing */

.customjoin-btn {
    margin-top: 10px;
}

/* Form styling */

.customjoin-form {
    margin-top: 20px;
}

.customjoin-form .form-group {
    margin-bottom: 15px;
}

.modal-body {
    padding: 1.5rem;
}

/* Small screens (already added) */

@media (max-width: 576px) {
    .customjoin-modal .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
    .customjoin-modal .modal-content {
        padding: 10px;
        border-radius: 10px;
    }
    .customjoin-form .form-control {
        font-size: 0.9rem;
        padding: 0.5rem;
    }
    .customjoin-modal .modal-title {
        font-size: 1.1rem;
    }
    .customjoin-form .btn {
        font-size: 0.9rem;
    }
}

/* Medium to large screens */

/* Large screen form optimization */

@media (min-width: 992px) {
    .customjoin-modal .modal-dialog {
        max-width: 400px;
        /* Narrower width */
        margin: 2rem auto;
    }
    .customjoin-modal .modal-content {
        padding: 15px;
        border-radius: 10px;
    }
    .customjoin-form .form-control {
        font-size: 0.9rem;
        padding: 0.45rem 0.65rem;
        margin-bottom: 10px;
    }
    .customjoin-modal .modal-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    .customjoin-form .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 992px) {
    .mdw {
        max-width: 65%;
    }
}

/* new index modal */

/* joinus-modal.css */

.custom1-joinus-modal .modal-dialog {
    max-width: 500px;
}

.custom1-joinus-modal .modal-content {
    border-radius: 12px;
    padding: 10px;
}

.custom1-joinus-modal .form-control,
.custom1-joinus-modal .form-select {
    font-size: 0.9rem;
}

.custom1-joinus-modal .form-check-label {
    font-size: 0.85rem;
    margin-left: 5px;
    border: #000;
}

.form-check-input {
    border: #000;
}

.custom1-joinus-modal .form-check {
    min-width: 130px;
    /* prevent wrapping too early */
}

.custom1-joinus-modal .modal-body {
    padding-top: 0;
}

.custom1-joinus-modal .form-control,
.custom1-joinus-modal .form-select {
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    /* Default Bootstrap border */
    border-radius: 5px;
    /* Optional: round the corners */
    box-shadow: none;
    /* Remove inner shadows if any */
}

.gel-image-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.gel-image-column {
    flex: 25%;
    max-width: 33.3%;
    padding: 0 4px;
}

.gel-image-column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    filter: grayscale(1) brightness(0.5);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear;
}

.gel-image-column img:hover {
    filter: grayscale(0);
}

@media screen and (max-width: 700px) {
    .gel-image-column {
        flex: 100%;
        max-width: 100%;
    }
    .gel-image-column img {
        filter: grayscale(0) brightness(1);
    }
}

.bebak-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Main Overlay */

.welpopup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Form Container */

.welpopup-content {
    position: relative;
    background: #fff;
    padding: 25px 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 0.85rem;
}

/* Close Button */

.welpopup-close {
    position: absolute;
    top: 5px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 22px;
    color: #000;
    cursor: pointer;
}

/* Form Layout */

.welpopup-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Label/Input Grouping */

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-group {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 0.85rem;
}

.form-group input,
.form-group select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.85rem;
}

/* Checkboxes */

.checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin-top: 5px;
    margin-bottom: 12px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: normal;
    gap: 6px;
}

/* Submit Button */

.welpopup-form button {
    margin-top: 10px;
    padding: 10px;
    background: #0e8a31;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.welpopup-form button:hover {
    background: #288992;
}

/* Header Styles */

.welpopup-header {
    text-align: center;
    margin-bottom: 15px;
}

.welpopup-header h4 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.welpopup-header p {
    font-size: 0.85rem;
    margin-bottom: 15px;
}

/* Responsive */

@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
    }
    .form-group {
        flex: 1 1 100%;
    }
    .checkbox-group {
        grid-template-columns: 1fr;
    }
    .welpopup-content {
        padding: 20px 15px;
    }
    .welpopup-header h4 {
        font-size: 1rem;
    }
}

.blog-section {
    padding: 40px 20px;
    background: #f9f9f9;
}

.blog-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    max-width: 320px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card h3 {
    padding: 15px 20px 5px;
    font-size: 1.2rem;
    color: #333;
}

.blog-card p {
    padding: 0 20px 20px;
    font-size: 0.95rem;
    color: #666;
}

@media (max-width: 900px) {
    .blog-container {
        flex-direction: row;
        justify-content: space-around;
    }
    .blog-card {
        max-width: 45%;
    }
}

@media (max-width: 600px) {
    .blog-card {
        max-width: 100%;
    }
}

.welpopup-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: Arial, sans-serif;
}

.welpopup-form label {
    font-weight: 600;
}

.required-asterisk {
    color: red;
    margin-left: 3px;
}

.reqt {
    text-align: left;
}

.htc {
    color: #14477a;
}

.subhtc {
    color: #668000;
}

.btnnbgc {
    background-color: #668000;
    color: white;
}

.btnnbgc:hover {
    background-color: #0ac1c4;
}

.fw1 {
    font-size: 28px;
    font-weight: 700;
}

.colnew1 {
    color: #e7c661;
}

.copyright-text,
.copyright-area {
    color: white;
}

.fontfam1 {
    font-family: cursive;
}

@media(max-width:768px) {
    .slide {
        min-height: 50vh;
    }
}

.modal-header {
    border-bottom: none !important;
}

.form-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px auto;
    max-width: 800px;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #667eea;
}

.form-header h1 {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-header p {
    color: #666;
    font-size: 1.1rem;
}

.section-title {
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    background: linear-gradient(135deg, #14477a, #668000);
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 30px 0 20px 0;
    font-weight: 600;
    font-size: 1.2rem;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.checkbox-item:hover {
    border-color: #667eea;
    background-color: #f8f9ff;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.checkbox-item input[type="checkbox"]:checked+label {
    color: #667eea;
    font-weight: 600;
}

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.radio-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.radio-item:hover {
    border-color: #667eea;
    background-color: #f8f9ff;
}

.radio-item input[type="radio"] {
    margin-right: 8px;
}

.submit-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 30px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.required {
    color: #dc3545;
}









 .custom-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.custom-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Keep overlay fully covering the image */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.2) 100%);
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

/* Only this slides up */
.card-content {
  width: 100%;
  color: #fff;
  padding: 20px;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease;
}

.card-title {
  font-weight: bold;
  color: #87a804;
  margin-bottom: 10px;
}

.card-text {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.read-more {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-top: 15px;
  display: inline-block;
}

.custom-card:hover .card-content {
  transform: translateY(-20px);
}

.custom-card:hover .read-more {
  opacity: 1;
  transform: translateY(0);
}

/* Button Style */
.btn-orange {
  background-color: #668000;
  color: #fff;
  border: none;
  padding: 6px 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #5b7003;
}

/* Utility colors */
.text-orange {
  color: #668000;
}

.text-darkblue {
  color: #031b26;
}



.donate-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url('../img/donation-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    color: #fff;
}

.donate-banner h2,
.donate-banner p {
    color: #fff;
}

.btn-brand {
    background-color: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.btn-brand:hover {
    background-color: #e0a800;
    color: #000;
}



/* team section  */
.speakers-section-three a,
.speakers-section-three a:hover,
.speakers-section-three a:focus,
.speakers-section-three a:active {
  text-decoration: none;
  outline: none;
}
.speakers-section-three a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.speakers-section-three a,
.speakers-section-three a:active,
.speakers-section-three a:focus {
  color: #14477a;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.speakers-section-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.speakers-section-three img {
  max-width: 100%;
  height: auto;
}
.sec-title {
  position: relative;
  margin-bottom: 70px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  background: linear-gradient(
    to left,
    #668000 0%,
    #14477a 25%,
    #668000 75%,
    #14477a 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #14477a;
  font-weight: 700;
}
.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}
.sec-title.light h2,
.sec-title.light .title {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.speakers-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}
.speaker-block-three .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  transition: all 600ms ease;
}
.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}
.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(../newimage/shape-5.png);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}
.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 4px solid #668000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  transition: all 600ms ease;
}
.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}
.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  transition: all 300ms ease;
}
.speaker-block-three .inner-box:hover .image img {
  transform: scale(1.1);
}
.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #668000;
}
.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #668000;
  content: "";
  top: 0;
  height: 100%;
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}
.speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
}
.speaker-block-three .info-box .name a {
  color: #ffffff;
  transition: all 300ms ease;
}
.speaker-block-three .info-box .name a:hover {
  color: #ffffff;
}
.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}
.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  transition: all 600ms ease;
}
.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}
.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}
.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  transition: all 300ms ease;
}
.speaker-block-three .social-links li a:hover i {
  color: #ffffff;
  background: #668000;
}


/* contact section  */
.right_conatct_social_icon {
  background: linear-gradient(to top right, #14477a -5%, #668000 100%);
}
.contact_us {
  background-color: #f1f1f1;
  padding: 120px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}
.contact_field {
  padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #14477a;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_field p {
  color: #668000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #14477a;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #14477a;
  color: white;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}
.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  margin: 30px 0px;
}
.info_single i {
  margin-right: 15px;
}
.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #14477a -5%, #668000 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}
.socil_item_inner li {
  list-style: none;
}
.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner {
  padding-bottom: 10px;
}
/* new */
.about-banner {
  background: url('your-image-path.jpg') center center / cover no-repeat;
  min-height: 340px;
  position: relative;
}

.about-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(0 0 0 / 42%);
  /* Dark overlay */
  z-index: 1;
}

.about-banner .container {
  position: relative;
  z-index: 2;
  margin-top: 66px;
}
/* mis-vis */
.section-services1 {
	font-family: "Poppins", sans-serif;
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services1 .header-section1 {
	margin-bottom: 34px;
}

.section-services1 .header-section1 .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services1 .header-section1 .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #668000;
    border-radius: 3px;
}

.section-services1 .header-section1 .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services1 .header-section1 .description {

    color: #282828;
}

.section-services1 .single-service1 {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services1 .single-service1 .content {
	position: relative;
	z-index: 20;
}

.section-services1 .single-service1 .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #668000;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services1 .single-service1:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services1 .single-service1 .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #668000;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services1 .single-service1:hover .icon {
	background-color: #fff;
	color: #668000;
}

.section-services1 .single-service1 .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services1 .single-service1:hover .title {
	color: #fff;
}

.section-services1 .single-service1 .description {
    margin-bottom: 20px;
   margin-bottom: 20px;
    text-align: justify;
    hyphens: auto;
}

.section-services1 .single-service1:hover .description {
	color: #fff;
}

.section-services1 .single-service1 a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services1 .single-service1:hover a {
	color: #fff;
}

.section-services1 .single-service1 a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #668000;
	transition: background-color .3s;
}

.section-services1 .single-service1:hover a:after {
	background-color: #fff;
}
/* service */
.ser-section {
    padding: 60px 0;
}
.ser-box {
    margin-bottom: 60px;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
.ser-box:hover {
    transform: translateY(-5px);
}
.ser-img img {
    width: 100%;
    height: 100%;
    max-height: 340px;
    object-fit: cover;
}
.ser-content {
    padding: 30px;
}
.ser-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #091e3e;
}
.ser-content p {
    color: #555;
    margin-top: 10px;
}
/* gallery */
.gallery1-img img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gallery1-img:hover img {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
/* certificate */
.certificate-thumb {
  height: 550px !important;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.certificate-thumb:hover {
  transform: scale(1.03);
}

.certificate-full {
  max-height: 700px;
  width: auto;
  border-radius: 10px;
}
.donate-section {
  background: url('../newimage/donate-bg.png') no-repeat center center;
  background-size: cover;
 
}
@media (max-width: 768px) {
.custom1-joinus-modal .modal-dialog {
    max-width: 355px;
    width: 100%;
}
 .contact_field {
    padding: 40px 20px;
  }
   .contact_info_sec {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: auto;
    border-radius: 0 0 25px 25px;
    margin-top: 30px;
  }
  .right_conatct_social_icon {
    justify-content: center !important;
    padding: 15px 0;
  }

  .socil_item_inner {
    flex-direction: row !important;
    justify-content: center;
    padding: 0;
  }

  .socil_item_inner li a {
    font-size: 20px;
  }
   .contact_us {
    padding: 60px 0;
  }

  .contact_field h3 {
    font-size: 28px;
    text-align: center;
  }

  .contact_field p {
    text-align: center;
  }
}
.footer-widget ul{
    padding-left: 0;
}
