@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #888888;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 10px 0;
  width: 99%;
  position: absolute;
  top: 10px;
  z-index: 999;
  right: 0;
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  border-radius: 10px;
}
a.btn-1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: fit-content;
    margin: 0 0 0 auto;
    background: radial-gradient(circle,rgba(155, 43, 57, 1) 0%, rgba(115, 33, 36, 1) 100%);
    padding: 3px 0px;
    padding-left: 5px;
    padding-right: 20px;
    border-radius: 100px;
}

a.btn-1 span {
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 100px;
    color: #1d1d1d;
    text-transform: uppercase;
}

a.btn-2 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: fit-content;
    background-color: #fff;
    padding: 3px 0px;
    padding-left: 5px;
    padding-right: 20px;
    border-radius: 100px;
}

a.btn-2 span {
    background: radial-gradient(circle,rgba(155, 43, 57, 1) 0%, rgba(115, 33, 36, 1) 100%);
    padding: 12px 20px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
}


.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #1d1d1d;
    padding: 10px 0px;
    font-size: 14px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
.menuSec .row {
    align-items: center;
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.container-fluid {
    padding: 0 4%;
}
/*banner css start */

.banner-txt {
    padding: 293px 0px 220px;
}

.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 840px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.banner {
    position: relative;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.social-icons ul {
    display: flex;
    align-items: center;
    margin: unset;
    gap: 10px;
    position: relative;
}
.banner-txt h1 {
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.banner-txt h1 span {
    display: block;
}
.banner-txt p {
    font-size: 14px;
    width: 80%;
    color: #fff;
    margin-bottom: 20px;
}
section.banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    content: '';
    height: 69px;
    background-color: #fff;
    z-index: -1;
}

.social-icons h5 {
    margin: unset;
}

.social-icons ul li a i {
    font-size: 20px;
    color: #9d9d9d;
    width: 40px;
    height: 40px;
    border: 1px solid #9d9d9d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-icons h5 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.banner-sm-bx img {
    height: auto;
    width: auto;
}

.banner-sm-bx {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 5px;
    width: 300px;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.banner-sm-bx h5 {
    font-size: 15px;
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}

.banner-sm-bx img {
    margin-bottom: 10px;
}

.banner-sm-bx p {
    font-size: 13px;
    line-height: 21px;
}
/*banner end*/

/* about us section start */
.about-sec {
    padding: 150px 0 100px;
}
.about-wrap {
    border: 15px solid #641d1b;
    background-color: #fff;
    margin: 0 auto;
}
.about-img {
    height: 100%;
    object-fit: cover;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-txt {
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-txt h2 {
    font-size: 60px;
    font-weight: 800;
    color: #1d1d1d;
    margin-bottom: 0px;
}
.about-txt p {
    font-size: 14px;
    color: #909090;
    line-height: 24px;
    margin-bottom: 20px;
}
.about-txt p.fst-italic {
    /* font-style: italic; */
}
/* about us section end */

/* programs section start */
.programs-sec {
    padding: 0 0 80px;
}
.programs-sec .main-heading {
    font-size: 60px;
    font-weight: 800; /* bold */
    color: #1d1d1d;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-align: center;
}
.programs-sec .heading-desc {
    font-size: 14px;
    color: #909090;
    max-width: 880px;
    margin: 0 auto 10px;
    line-height: 24px;
    text-align: center;
}
.program-card {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}
.program-img {
    width: 100%;
}
.program-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}
.program-content {
    background-color: #fff;
    padding: 30px 25px 30px 25px;
    width: 86%;
    position: relative;
    margin-top: -60px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-left: 58px;
}
.program-number {
    font-size: 11px;
    color: #822829;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.program-content h3 {
    font-size: 25px;
    font-weight: 700; /* bold */
    color: #1d1d1d;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}
.program-content p {
    font-size: 13px;
    color: #909090;
    line-height: 22px;
    margin-bottom: 25px;
}
/* programs section end */

/* impact section start */
.impact-sec {
    position: relative;
    background: url('../images/impact-bg.jpg') no-repeat center center / cover;
    padding: 10px 0;
}
.impact-txt {
    padding-right: 40px;
}
.impact-txt h2 {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1;
    margin-bottom: 0px;
}
.impact-txt p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    width: 82%;
}
.impact-txt p:last-of-type {
    margin-bottom: 20px;
}
.impact-img img {
    border-radius: 8px;
    width: 100%;
    display: block;
    height: 654px;
    object-fit: cover;
}
section.impact-sec .container-fluid {
    padding-right: 20px;
}
/* impact section end */

/* choose section start */
.choose-sec {
    padding: 0px 0;
}
.choose-img {
    height: 100%;
}
.choose-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
}
.choose-content {
    background-color: #fff;
    padding: 50px 30px;
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
    position: relative;
    z-index: 2;
    margin-left: -160px;
    margin-top: 230px;
}
.choose-content::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 30%;
    height: 40%;
    border-right: 3px solid #822829;
    border-bottom: 3px solid #822829;
    z-index: 10;
    pointer-events: none;
}
.choose-content h2 {
    font-size: 60px;
    font-weight: 800;
    color: #1d1d1d;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.05;
    margin-bottom: 0;
}
.choose-content hr {
    border-top: 1px solid #e6e6e6;
    margin: 20px 0 25px 0;
    opacity: 1;
}
.choose-content p {
    color: #909090;
    font-size: 14.5px;
    line-height: 23px;
    margin-bottom: 25px;
}
.choose-content p:last-of-type {
    margin-bottom: 0;
}
/* choose section end */

/* contact section start */
.contact-sec {
    padding: 100px 0;
}
.contact-img {
    height: 100%;
    width: 100%;
}
.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; /* Added subtle radius */
}
.contact-txt {
    padding: 0px 20px 0 10px;
}
.contact-txt h2 {
    font-size: 60px;
    font-weight: 800; /* bold */
    color: #1d1d1d;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.1;
    margin-bottom: 0;
}
.contact-txt p {
    color: #909090;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    box-shadow: none;
}
.contact-form select {
    appearance: none;
    background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="%23333" d="M7 10l5 5 5-5z"/></svg>') no-repeat right 15px center;
}
.contact-form textarea {
    height: 160px;
    resize: none;
}
.contact-form ::placeholder {
    color: #999;
    font-weight: 600;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #822829;
}

/* submit button mimicking a.btn-1 */
button.submit-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    background: radial-gradient(circle,rgba(155, 43, 57, 1) 0%, rgba(115, 33, 36, 1) 100%);
    padding: 3px 0px;
    padding-left: 5px;
    padding-right: 25px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
}
button.submit-btn span {
    background-color: #fff;
    padding: 14px 25px;
    border-radius: 100px;
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
button.submit-btn img {
    margin: 0;
}
.contact-img img {
    width: 100%;
    height: 650px;
}
/* contact section end */
/* Testimonial Start */

.our-client-sec .slick-slide {
  opacity: 1;
}

section.our-client-sec .client-sli .slick-prev,
section.our-client-sec .client-sli .slick-next {
  top: 4%;
  width: 0px;
  padding: 0px;
  height: auto;
  outline: 0;
  border: 0;
}

.client-sli .slick-prev {
  left: -30px;
}

.client-box {
  margin: 0px 0;
  transition: all 0.2s;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  border: 1px dashed #ef159b;
  width: 100%;
  z-index: -1;
  display: none;
}

.client-sli .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #121212;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
}

.client-sli .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  content: "\f105";
}

/* .client-box h6 {
  color: #f6ae15;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
} */

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  background: #e4d3d3;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background: radial-gradient(circle, rgba(155, 43, 57, 1) 0%, rgba(115, 33, 36, 1) 100%);
}

.client-box * {
  transition: all 0.9s;
}

.client-box:hover * {
  color: #fff;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
  display: none;
}

section.our-client-sec .client-box:hover .client-ineer-box::before {
  display: block;
}

.client-ineer-box {
  border-radius: 10px;
  z-index: 2;
  padding: 40px 42px;
  position: relative;
  box-shadow: -5px 4px 5px 0 #00000012;
  background: #ffffff;
}

.client-ineer-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px 0;
}

.client-ineer-box ul li .auth-name {
  color: #7b1e3c;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  font-family: 'Rajdhani';
  opacity: 1;
  font-weight: 700;
  color: #1f1f1f;
  text-transform: uppercase;
}

.client-ineer-box ul li .auth-name span {
  font-size: 12px;
  display: block;
  color: #1f1f1f;
  font-family: 'Rajdhani';
  opacity: 1;
  line-height: 22px;
  text-transform: uppercase;
}

.client-ineer-box ul li i {
  color: #ffc107;
  margin-right: 1px;
  font-size: 18px;
  margin-bottom: 10px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #7b1e3c;
}

.client-sli .slick-next {
  right: 0px;
}

.client-ineer-box p {
  margin: 0;
  line-height: 28px;
  font-size: 15px;
}

section.our-client-sec .client-box:hover .client-ineer-box {background: radial-gradient(circle, rgba(155, 43, 57, 1) 0%, rgba(115, 33, 36, 1) 100%);}

section.our-client-sec .client-box:hover .client-ineer-box:hover {
  color: #fff;
}

section.our-client-sec .client-box:hover .client-ineer-box::before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(7494%)
    hue-rotate(322deg) brightness(93%) contrast(88%);
}

section.our-client-sec button.slick-prev::after {
  display: none;
}

section.our-client-sec button.slick-next::after {
  display: none;
}

section.our-client-sec .slick-track {
  padding-bottom: 30px;
}

section.our-client-sec {
  padding: 120px 0 0px;
  background: unset;
  overflow: hidden;
  position: relative;
}
.social-icons ul::before {
    position: absolute;
    right: -360px;
    top: 20px;
    content: '';
    height: 1px;
    background-color: #9d9d9d;
    width: 350px;
}
.client-ineer-box ul li:first-child {
  flex-grow: 1;
}

.client-box:hover .client-ineer-box ul li .auth-name {
  color: #fff;
}

.client-box:hover .client-ineer-box ul li .auth-name span {
  color: #fff;
}
.heading.text-center.mb-4 h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    background: radial-gradient(circle, rgba(155, 43, 57, 1) 0%, rgba(115, 33, 36, 1) 100%);
    margin: unset;
    padding: 20px 0px;
    color: #fff;
    line-height: 1;
}
/* Testimonial end */

/* footer start */
.footer-sec {
    background-color: #0c0c0c;
    color: #fff;
    padding-top: 50px;
    font-family: inherit;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.footer-line {
    width: 41%;
    height: 3px;
    background-color: #2a2a2a;
    margin-top: -5px;
    margin-bottom: 25px;
}
.footer-widget p {
    color: #7a7a7a;
    font-size: 14.5px;
    width: 80%;
    line-height: 24px;
    margin-bottom: 25px;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    margin-bottom: 8px;
}
.footer-widget ul li a {
    color: #7a7a7a;
    font-size: 13.5px;
    text-decoration: none;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
}
.footer-widget ul li a:hover {
    color: #fff;
}
.social-links {
    display: flex;
    gap: 8px;
}
.social-links.d-flex li {
    margin-bottom: 0 !important;
}
.social-links.d-flex li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #822829;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}
.social-links.d-flex li a:hover {
    background-color: #fff;
    color: #822829;
}
.contact-info li {
    margin-bottom: 12px;
}
.contact-info li a {
    display: flex !important;
    align-items: center;
    gap: 15px;
}
.contact-info li a i {
    font-size: 18px;
    color: #e5e5e5;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #0c0c0c;
    border-top: 1px solid #1a1a1a;
    position: relative;
    height: 70px;
    display: flex;
    margin-top: 20px;
}
.footer-bottom p {
    margin: 0;
    color: #7a7a7a;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}
.back-to-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background-color: #822829;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}
.back-to-top:hover {
    background-color: #6a1f20;
    color: #fff;
}
.ft-left {
    margin-left: 30px;
}
/* footer end */

/* Image Hover Animations */
.about-img, .program-img, .impact-img, .choose-img, .contact-img, .banner-img {
    overflow: hidden;
}
.about-img img, .program-img img, .impact-img img, .choose-img img, .contact-img img, .banner-img img {
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}
.about-img:hover img, .program-img:hover img, .impact-img:hover img, .choose-img:hover img, .contact-img:hover img, .banner-img:hover img {
    transform: scale(1.08);
}

/* Button & Card Hover Effects */
a.btn-1, a.btn-2, button.submit-btn {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
a.btn-1:hover, a.btn-2:hover, button.submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.program-card {
    transition: transform 0.4s ease-in-out;
}
.program-card:hover {
    transform: translateY(-8px);
}