/********** Template CSS **********/
:root {
  /* --primary: rgb(16, 162, 223); */
  /* --primary: rgb(0 7 85); */
  --primary: rgb(57 49 133);
  --light: #f0fbfc;
  --dark: #181d38;
}

html {
  scroll-padding-top: 80px; /* Adjust if header is fixed */
  }
  /* Ensure content does not hide under navbar */
body {
  padding-top: 90px; /* Adjust this based on navbar height */
}
body {
  overflow-x: hidden; /* Prevent horizontal scrolling on the body */
}


li {
  list-style: none;
}
.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.text-primary{  
  color: rgb(57 49 133)!important;
  
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 205px;
  z-index: 99;
}
ul.ul-text-align {
  text-align: left;
}
button.btn.btn-warning {
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #e7831a;
  border-color: #e7831a;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.text-justify {
  text-align: justify;
}
.blink-soft {
  color: rgb(16, 162, 223);
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.text-head-second {
  color: var(--color-3) !important;
}
.sub-head {
  color: var(--bs-yellow);
  text-transform: capitalize;
  font-size: 1.1rem;
}
.small-head {
  color: rgb(16, 162, 223);
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/


.navbar-light .navbar-nav .nav-link {  
  margin-right: 30px;
  padding: 5px 0px;
  color: #ffffff;  
  font-size: 16px;  
  outline: none;
  margin-top: 13px;
  white-space: normal;
}

.navbar-light .navbar-nav .nav-link:hover {
color: rgb(192, 95, 39)!important;
}

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

.dropdown-item i {
  margin-right: 8px; /* Adds spacing between icon & text */
}


.contact-btn {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
}
.main-heading {
  color: var(--primary);
}
.anothermain-heading {
  color: var(--primary);
}

.vision {
  color: var(--primary);
}
.mission {
  color: var(--primary);
}

ul li {
  color: #000;
  font-size: 20px;
  line-height: 28px
}
ul.white li {
  color: #fff;
  font-size: 20px;
  line-height: 28px
}
li {
  list-style-type: none;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
    
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;   
  }
 

  h1.dif-head {
    font-size: 2.5rem;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 600;
  color: var(--primary);
}

/* copied from pbafinance */
.navbar-light.sticky-top {
  top: -100px;
  padding: 0;
  background-position-x: center;
  background-position-y: top;
  background-image: url(../img/nvvbg3.png);
  transition: 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
}
.dropdown-menu {
  border: none !important;
}

.dropdown-menu a{
 background: rgb(0 74 128)!important;
}

.dropdown-menu a:hover{
 background: rgb(215 143 102)!important;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.dropdown-container {
  display: none;
  /* position: absolute; */
}
.home-bg-img {
  min-height: 400px;
}




.page-header {
  background: url(../img/pbainfobanner.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 80vh; */
}

.page-header-inner {
  /* background: rgba(15, 23, 43, 0.7); */
}

.contactpage-header {
  background:
    url(../img/contactbanner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.team-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/team_header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.calculator-header {
  background: 
    url(../img/headerimage/head8.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}



/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 14px 0px 0px;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--bs-yellow);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.footer-space {
  margin-top: -17px;
}
.footer-sub-text {
  font-size: 20px;
  color: #393185;
}
img.footer-img {
  margin-bottom: 25px;
  display: block;
  /* max-width: 170px; */
}
.btn-details p{
  color: #000!important;
}
a.btn-details {
  color: #000!important;
}
h4.text-white {
  color: #393185 !important;
}
i.fa.me-3 {
  color: #393185;
}
.facebook {
  background-color: #3b5998;
}
.instagram {
  background-color: #E4405F; /* Instagram's primary pinkish-red color */
}

@media (max-width: 767px) {
 
  .site-logo img {
      max-width: 170px; 
      /* Adjust logo size for mobile */
  }
}

.highlight-text {
  font-weight: bold;
  color: #efb653; /* Adjust color as needed */
}





/* ---==================whatsapp integration===== */

/* ---==================whatsapp integration===== */

.wrapper {
  z-index: 10;
  font-family: sans-serif;
}

#main-div {
  position: fixed;
  right: 30px;
  /* bottom: -30px; */
  bottom: 25px;
  z-index: 10;
}

#main-button ~ button {
  visibility: hidden;
  font-weight: 600;
  height: 2.5rem;
  padding: 0 8px;
  color: #fff;
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open ~ button {
  visibility: visible;
  right: 70px;
  font-size: 0.9rem;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button ~ a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}

#main-button ~ .email-color {
  background: linear-gradient(0deg, #017ab1, #01abe6);
}

#main-button ~ .whatsapp-color {
  background: linear-gradient(0deg, #00b100, #09db09);
}

#main-button ~ .phone-color {
  /* background: linear-gradient(0deg, #0078ff, #00c6ff); */
  background: linear-gradient(0deg, #ff6600, #ffe828);
}

#main-button.open ~ a {
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#main-button.open ~ a:nth-of-type(1) {
  bottom: 60px;
}
#main-button.open ~ a:nth-of-type(2) {
  bottom: 120px;
}
#main-button.open ~ a:nth-of-type(3) {
  bottom: 180px;
}

/* i.fas.fa-phone {
  transform: rotate(90deg);
} */

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
  }
}

.open {
  animation-iteration-count: 1;
}


/* New gallery start====================== */

#container {
  margin: auto;
}

.header h1 {
  text-align: center;
  background: -webkit-linear-gradient(rgb(16, 162, 223), #b48e47);
  -webkit-background-clip: text;
  /* background-clip: text; */
  -webkit-text-fill-color: transparent;
  font-size: 4.5em;
  font-family: "Parisienne", cursive;
  margin-bottom: 15px;
}

.header p {
  text-align: center;
  background: -webkit-linear-gradient(rgb(16, 162, 223), #b48e47);
  -webkit-background-clip: text;
  /* background-clip: text; */
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 20px;
}

.grid-item {
  display: inline-block;
  height: 259px;

  overflow: hidden;
  text-align: center;
  width: 400px;
  padding: 10px 5px;
}

.grid-item img {
  width: 100%;
  height: auto;
  filter: url(filters.svg#grayscale);
  /* filter: gray;
  -webkit-filter: grayscale(1); */
  transition: 0.9s;
}

.grid-item img:hover {
  filter: none;
}

.isotope-pager .pager {
  display: inline-block;
  background-color: var(--bs-yellow);
  color: #fff;
}

.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 20px;
}



.filters li {
  display: inline-block;
  padding: 15px 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.filters li a {
  color: var(--color-3);
  text-decoration: none;  
  border-radius: 7px;
  box-shadow: -1px 1px 11px rgb(0 0 0 / 40%);
  padding: 10px 25px;
}

.filters li.active a {
  color: #f0fbfc;
  border: 1px solid rgb(16, 162, 223);
  border-radius: 7px;
  box-shadow: -1px 1px 11px rgb(0 0 0 / 47%);
  padding: 10px 25px;
  background-color: rgb(16, 162, 223);
}

.isotope-pager {
  text-align: center;
  margin-top: 20px;
}

.isotope-pager a {
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  line-height: 31px;
  color: #fefefe;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: var(--color-4);
  border: 0.5px solid var(--color-4);
  text-decoration: none;
}

.isotope-pager a:hover {
  color: #fff;
  border: 0.5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}

.isotope-pager .active {
  color: rgb(16, 162, 223) !important;
  box-shadow: -1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #161616;
  border: 1px dotted rgb(16, 162, 223);
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,
.prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background-color: var(--bs-yellow);
  color: #f1f1f1;
  width: initial;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  font-size: 17px;
  padding: 2px 10px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}

/* New gallery end====================== */







/* about starts */

.about-page {
  background-color: var(--theme-color-white);
  height: 100%;
  width: 100%;
}



.aboutus-container {
  margin: 0 auto;
  width: 100%;
}

.about-hero-image-desktop {
  display: none;
}


/* ---------- TEXT INFO DECLERATIONS ---------- */

/* about ends */


.btn-pba{
  background: rgb(57 49 133)!important;
  transition: all 0.5s;
}

.btn-pba a{
  color: white;
}

.btn-pba a:hover{
  color: rgb(255 0 0)!important;
}

.btn-pba:hover a{
  color: rgb(255 0 0)!important;
}

.btn-pba:hover{
  cursor: pointer;
  background: none!important;
  border: 3px solid rgb(0 74 128)!important;
  color: rgb(0 74 128)!important;
}


/* -----------testimonial css end-------------------------------- */

.logo  {
  width: 100%;
  height: 75px;
}



/* logo and toggler */
.brand-and-icon{
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 500px) {
  .brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
  }
}





/* deeepika csss */
.founder{
  color: green;
  font-size:20px
}
.social-links i{
  font-size: 37px;
    background-color: #393185;
    padding: 7px;
    color: white;
    border-radius: 12px;
    box-shadow: 1px 2px 5px 2px gray;
}

.mission-box{
  display: flex;  
}

.btn.btn-social-footer {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

 .btn.btn-social-footer:hover {
  color: var(--primary);
}

.btn.btn-social {
  margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border-radius: 35px;
    transition: 0.3s;
}

 .btn.btn-social:hover {
  color: var(--primary);
}

.linkedin {
  background-color: #0077b5;
}
.youtube {
  background-color:  #ff0033;
}
.whatssap {
  background-color:  #25d366;
}
.twitter {
  background-color:  #000000;
}



/* --------------footer section start------------------- */

ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  position: relative;
  background: linear-gradient(0deg, #ffffff 0%, #b9b9b9 100%);
  background: linear-gradient(0deg, #f5f5f6 0%, #d7d7d7 100%);
  background: linear-gradient(0deg, #ffffff 0%, #dcdcdc 100%);
  background: linear-gradient(0deg, #f7f7f7 0%, #e2e2e2 100%);
  background: linear-gradient(130deg, #ffffff 0%, #dedee6 100%)
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #0093de;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text a {
  text-decoration: none;
}
.cta-text a span:hover {
  color: #0093de;
}
.cta-text span {
  color: #000;
  font-size: 15px;
}
.footer-content {
  position: relative;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-left: 37px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #000;
  line-height: 28px;
  margin-right: 10px;
}
.footer-social-icon span {
  color: #000;
  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%;
}
.footer-widget-heading h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  margin-top: 25px;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #294071;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #0093de;
}
.footer-widget ul li a {
  color: #000;
  text-transform: capitalize;
}
.copyright-area {
  background: var(--primary);
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #0093de;
}
.footer-menu li a {
  font-size: 14px;
  color: #000;
}

.footer-text blockquote {
  font-size: 1.3rem;
}
.footer-text blockquote::before {
  content: open-quote;
}
.footer-text blockquote::after {
  content: close-quote;
}
.footer-text blockquote {
  quotes: "“" "”" "‘" "’";
}

.footer-text .quote {
  margin: 0;
  background: #eee;
  padding: 1em;
  border-radius: 1em;
}
.footer-text .quote figcaption,
.footer-text .quote blockquote {
  margin: 1em;
}

.tawk-button {
  background-color: gray !important;
}

@media only screen and (max-width: 600px) {
  .copyright-area {
    padding: 15px 0px;
  }
  .copyright-area .col_space {
    margin-top: 10px;
  }
}

/* <!-- =========back to top button css============ --> */

#top_button {
  display: inline-block;
  background-color: #92929e75;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top_button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#top_button:hover {
  cursor: pointer;
  background-color: #333;
}
#top_button:active {
  background-color: #555;
}
#top_button.show {
  opacity: 1;
  visibility: visible;
}

.footer .copyright {
  padding: 14px 0px 0px;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--bs-#393185);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.footer-space {
  margin-top: -17px;
}
.footer-sub-text {
  font-size: 20px;
  color: #393185;
}

a.btn-details {
  color: #fff;
}
h4.text-white {
  color: #393185 !important;
}
i.fa.me-3 {
  color: #393185;
}
.facebook {
  background-color: #3b5998;
}
/* --------------footer section end------------------- */

/* card activities starts */

    .cardwhy {
        width: 100%;
        height: 200px;
        perspective: 1000px;
    }

    .card-inner {
      position: relative;
      width: 100%;
      height: 75%;
      text-align: center;
      transition: none; /* Disable transition for transform */
  }
    .card-front,
    .card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: #fff;
        border-radius: 10px;
    }

    .card-front {
        background-color: #e9e8f2;
    }

    .card-back {
        background: rgb(255 0 0)!important;
        transform: rotateY(180deg);
        padding: 1vmax;
    }

    .card-back p {
        font-size: 1.3rem;
        font-weight: 600;
        color: white;
        text-align: justify !important;
    }

    .choose-container {
        width: 88%;
    }

    @media screen and (min-width: 1000px) and (max-width: 1400px) {
        .card-front h5 {
            font-size: 1.1rem;
        }

        .card-back p {
            font-size: 0.9rem;
            text-align: justify !important;
        }

    }

    @media screen and (max-width: 1000px) {
        .choose-container {
            width: 100%;
        }

    }

    @media screen and (min-width: 520px) and (max-width: 700px) {

        .card-back p {
            font-size: 0.80rem;
            text-align: justify !important;
            padding: 1vmax;
        }

    }

    @media screen and (min-width: 400px) and (max-width: 520px) {
        .card-back p {
            font-size: 1rem;
            text-align: justify !important;
            padding: 1vmax;
        }

    }

    @media screen and (min-width: 300px) and (max-width: 400px) {
        
        .card-back p {
            font-size: 0.9rem;
            text-align: justify !important;
            padding: 1vmax;
        }

    }

    @media screen and (min-width: 200px) and (max-width: 300px) {
        .card-back p {
            font-size: 0.75rem;
            text-align: justify !important;
            padding: 1vmax;
        }

    }
    @media (max-width: 576px) {
      .choose-container .col-sm-6 {
          width: 50% !important;
          flex: 0 0 50% !important;
          max-width: 50% !important;
      }
  }
  
/* card activities ends */


/* for activities images starts */
.grid-item {
  display: inline-block;
  height: 259px;

  overflow: hidden;
  text-align: center;
  width: 400px;
  padding: 10px 5px;
}

.grid-item img {
  width: 100%;
  height: auto;
  filter: url(filters.svg#grayscale);
  transition: 0.9s;
}

.grid-item img:hover {
  filter: none;
}

.isotope-pager .pager {
  display: inline-block;
  background-color: var(--bs-orange);
  color: #fff;
}

/* for activities images ends */





/* about us page css starts here */


.aboutsection {
  padding: 40px 0;
  text-align: center;
}

.aboutsection-heading {
  font-size: 32px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 20px;
}

.aboutsection-content {
font-size: 18px;
color: #555;
max-width: 1130px;
margin: auto;
line-height: 1.6;
text-align: justify; 
}

.aboutsection img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 20px;
}


/* Core Values Section */
.core-values-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
max-width: 900px;
margin: auto;
}

.corevalue-item {
background: #f4f4f4;
padding: 15px;
border-radius: 10px;
width: 100%; /* Adjusts for 2-column layout */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: justify;
font-size: 18px;
font-weight: 600;
display: flex;
align-items: center;
gap: 10px;
}

.corevalue-item::before {
content: "✔"; /* Add checkmark */
color: #f69222;
font-size: 22px;
}

/* Responsive Design */
@media (max-width: 768px) {
.corevalue-item {
width: 100%; /* Full width on smaller screens */
}
}


.outstanding-work {
  /* margin-top: 50px; */
  padding: 40px 0;
}

.work-item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-bottom: 20px;
}

.work-item h5 {
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
}

.work-item p {
font-size: 16px;
color: #555;
text-align: justify; /* Justify text in the achievements section */
}

@media (max-width: 768px) {
  .aboutsection-content {
      font-size: 16px;
      padding: 0 20px;
  }
}
/* about us page css ends here */

/* join us page css starts here */
.joinform-container {
  margin-top: 100px; /* Ensures all content below the navbar has space */
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.btn-custom {
  width: auto; 
  font-weight: bold;
  display: block;
  margin: 10px auto;
}

/* join us page css ends here */

/* awards page css starts here */

.awards-container {
  margin-top: 30px;
}

.award-item {
  text-align: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.award-item:hover {
  transform: translateY(-5px);
}

.award-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.award-title {
  font-size: 18px;
  font-weight: bold;
  color: #2d1c70;
  margin-top: 10px;
}

.award-description {
  font-size: 14px;
  color: #555;
  padding: 5px;
}

.award-recipient {
  font-size: 14px;
  font-weight: bold;
  color: #007BFF;
}

.award-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .award-item img {
      height: 150px;
  }
}

/* awards page css ends here */



/* lifeline page css starts here */
.lifeline-grid .thumbnail-wrap {
  position: relative;
}

.lifeline-grid .thumbnail a {
  border-radius: 10px;
  position: relative;
  display: block;
}

.lifeline-grid .thumbnail a img {
  width: 100%;
}

.lifeline-grid .thumbnail a:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #2d1c70b5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.lifeline-grid.team-style-2 {
  padding: 9px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);  /* Increased spread and opacity for a stronger shadow */
border-color: rgb(180, 180, 160);  /* Softer border for a smoother effect */

}

.lifeline-grid.team-style-2:after {
  content: "";
  height: auto;
  width: 100%;  
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.lifeline-grid.team-style-2 .lifelinecontent .designation {
  margin-bottom: 15px;
}

.lifelinecontent{
  margin-top: 10px;
}
.lifeline-grid.team-style-2 .lifelinecontent p {
  margin-bottom: 0;
}

/* Apply responsive styles ONLY inside the lifeline-team-page */
.lifeline-team-page .col-lg-3 {
  width: 25%; /* Default for desktop (unchanged) */
}

@media (max-width: 991px) {
  .lifeline-team-page .col-lg-3 {
    width: 50%; /* Show 2 members per row on tablets */
  }
}

@media (max-width: 767px) {
  .lifeline-team-page .col-lg-3 {
    width: 50%; /* Show 1 member per row on mobile */
  }
}


/* lifeline page css ends here */


/* youthwarrior page css ends here */
.warrior-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
}
.warrior-card:hover {
  transform: scale(1.05);
}
.warrior-card img {            
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
  padding: 7px;
position: relative;
z-index: 1;
background-color: #fff;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
border-color: rgb(180, 180, 160);
}

@media (max-width: 576px) {
  .warrior-card {
    width: 48%; /* Ensure two cards fit in a row */
    display: inline-block;
    margin: 1%;
  }
}

/* youthwarrior page css ends here */



/* latest notification css starts here */
.ticker-container {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--primary);
  overflow: hidden;
  border-radius: 4px;
  flex-wrap: wrap; /* Ensures responsiveness */
  margin-top: -6px;
}

.ticker-title {
  background: var(--primary);
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}

.ticker-title::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  border-top: 21px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 14px solid var(--primary);
}

.ticker-content {
  flex-grow: 1;
  padding: 8px 12px;
  color: #029746;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

/* Fade effects */
.ticker-content.fade-out {
  opacity: 0;
}

.ticker-content.fade-in {
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .ticker-container {
    flex-direction: column;
    text-align: center;
  }

  .ticker-title {
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .ticker-title::after {
    display: none; /* Hide the arrow on smaller screens */
  }

  .ticker-content {
    text-align: center;
    padding: 10px;
    white-space: normal; /* Allows text to wrap */
    overflow: hidden;
  }
}

/* For very small screens (phones) */
@media (max-width: 480px) {
  .ticker-title {
    padding: 8px;
  }

  .ticker-content {
    padding: 8px;
  }
}
/* latest notification css ends here */


/* about home mission,vision values css starts here */

.mission-header {
  display: flex;
  align-items: center; 
  justify-content: center; 
  gap: 12px; 
}

.mission-img {
  max-width: 60px; 
  height: auto;
  vertical-align: middle; 
}

.main-heading {
  margin: 0; 
  font-size: 28px; 
  white-space: normal; 
}

@media (max-width: 767px) {
  .mission-header {
      flex-direction: row; 
      text-align: center;
  }

  .mission-img {
      max-width: 50px; 
  }

  .mission-text {
      padding: 0 15px;
      text-align: justify;
  }
}
.mission-text ul {
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.mission-text ul li {
    color: #52565b; 
    font-size: 16px; 
    line-height: 24px; 
}


/* about home mission,vision values css ends here */

/* team home css starts here */
.edu-team-grid .thumbnail-wrap {
  position: relative;
}
.edu-team-grid .thumbnail a {
  border-radius: 10px;
  position: relative;
  display: block;
}

.edu-team-grid .thumbnail a img {
  width: 100%;
}

.edu-team-grid .thumbnail a:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #2d1c70b5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}



.edu-team-grid.team-style-2 {
  padding: 9px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);  
border-color: rgb(180, 180, 160); 

}

.edu-team-grid.team-style-2:after {
  content: "";
  height: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;    
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.edu-team-grid.team-style-2 .content .designation {
  margin-bottom: 15px;
}

.content{
  margin-top: 10px;
}
.edu-team-grid.team-style-2 .content p {
  margin-bottom: 0;
}

/* Styles for the Team Page Only */
 @media (max-width: 992px) {
  #team-page .col-lg-3 {
      width: 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
}

 @media (max-width: 768px) {
  #team-page .col-md-6 {
      width: 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
}

 @media (max-width: 576px) {
  #team-page .col-sm-12 {
      width: 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
}

#team-page .content h5, 
#team-page .content h6 {
    letter-spacing: -0.5px;
}




/* team home css ends here */

/* program page css starts here */
        .programsection {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 50px 1%;
            transition: transform 0.3s ease-in-out;
        }
        .programsection img {
            width: 50%;
            max-height: fit-content;
            object-fit: cover;
            transition: transform 0.3s ease-in-out;
        }
        .programsection .text {
            width: 50%;
            padding: 20px;
            font-size: 18px;
        }
        .programsection:nth-child(odd) {
            background-color: white;
            flex-direction: row;
        }
        .programsection:nth-child(even) {            
            flex-direction: row-reverse;
            background:rgb(57 49 133);           
        }
        .programsection:hover img {
            transform: scale(1.01);
        }
        .programsection:hover .text {
            transform: translateY(-5px);
        }
        .programsection .text ul {
            list-style-type: disc;
            padding-left: 20px;
            color: #52565b;
            font-size: 18px;
            line-height: 1.5;
        }
        /* Responsive Design */
@media (max-width: 768px) {  /* For tablets and below */
    .programsection {
        flex-direction: column !important;
        text-align: center;
    }
    .programsection img {
        width: 90%; 
        max-height: auto;
    }
    .programsection .text {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
}
    /* program page css ends here */