
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');
body, html {

    margin: 0;
padding: 0;
      font-family: "Open Sans", sans-serif;
        font-size: 16px;
}


/* Sidebar Base */
.inner_sidebar {
    height: 100%;
     width: 25%;
    position: relative;
    top: 0;
    left: 0;
background-color: #fff;
    padding: 20px;
    z-index: 1000;
    color: white;
    transition: left 0.4s ease;
    top:150px;
    padding-left: 5%;
    float: left;
}

/* Sidebar hidden for mobile */
@media (max-width: 991px) {
    .inner_sidebar {
        left: 0px;
        display: none;
         width: 100%;
         top:92px;
         height: 100vh;
    }
    .inner_sidebar.active {
        left: 0;
        display: block;
    }
}

/* Sidebar header */
.sidebar-header h3 {
    margin: 0;
    font-size: 1.3rem;
}

.inner_sidebar ul {
    list-style: none;
    padding: 0;
}

.inner_sidebar ul li {
    padding: 14px 0px 0px 0px;
}

.inner_sidebar ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    border-bottom:solid 1px;
    border-color: rgba(0,0,0,0.9);
    padding-bottom: 15px;

}

.inner_sidebar ul li.active a {
    color:#97221b;
     border-bottom:solid 5px;
    border-color:#b8180f;
}
.inner_sidebar ul li.active a:hover {
    color:#000;
     border-bottom:solid 5px;
    border-color:#b8180f;
}
.inner_sidebar ul li a:hover {
    border-bottom:solid 1px;
    border-color:#b8180f;
       color:#97221b;
}

/* Toggle button visible only on mobile */
.toggle-btn {
   position: absolute;
    top: 65px;
    left: 20px;
    z-index: 1100;
    background: #9b231c;
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 0px;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {
    .toggle-btn {
        display: block;
    }

    .inner_sidebar {

    float: left;
}
}

.logomain {

  
  position: absolute;
  z-index: 100;
  width: 100%;

  color: #FFF;
   font-family: "Oswald", sans-serif;
}
.logomain img {
  width: 40%;
}
.logo {
  background-color: #97221b;
  font-family: "Oswald", sans-serif;
  color: #fff;

  width: 25%;
  font-size: 30px;
  height: 90px;

vertical-align: baseline;
text-align: right;
display: flex;
  justify-content: right;   /* Horizontal alignment */
  align-items: flex-end;
  padding-left: 5%;
}
.logo h1 {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 4.8vh;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.rightside {
  margin-left: 26%;
  border-top: solid 1px #868686;
margin-top: 93px;
  position: absolute;
  width:70%;
}
.content {
  width: 100%;
}
.bigtxt {
  font-weight: 700;
font-size:19px ;}
.txtbold {
   font-weight: 700;
}
.content p {
  font-size: 15px;
  line-height: 26px;
}
.fluidimg img {
  width: 100%;
  height: auto;
}
.redbox {
  background-color: #b8180f;
  width: 75%;
  position: relative;
  height: 40px;
  bottom: 40px;
}

.aboutdetails {
  display: flex;
  width:100%;
background-color: #97221b;
   justify-content: space-between;
   height:100%;
}
.aboutdetails .mainbox {
  margin: 3px;

  width: 100%;
}
.aboutpostions {
  background: #dedede;
  border-radius:6px;
  padding: 10px;
  margin-top: 3px;


}
.aboutpostions p {
  margin-bottom: 0px;
  color: #000;
}

.mainbox:hover   .aboutpostions {
  background:#3A3436;
  border-radius:6px;
  padding: 10px;
  margin-top: 3px;
  color: #fff;
}
.mainbox:hover   .aboutpostions p {
    color: #fff;
}
@media (max-width: 991px) {
.logo {
   width: 100%;
  
}
.logomain img {
  width: 90%;
}
.logo h1 {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 4vh;
}
.carousel-control-next {
  left: 19.5% !important;
}
.rightside {
  margin-left: 1%;

  padding-top: 0px;
    width: 98%;
}
.aboutdetails {
flex-direction: column;
}
.content {
  width: 99%;
}
}


 .role-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        border-radius: 6px;
        overflow: hidden;
    }
    .role-card:hover .bottom-light { background-color: #3b3838; color: white;}
    .role-card .top {
        flex: 0 0 60px;
    }
    .role-card .bottom {
        flex: 1;
        padding: 15px;
        margin-top: 3px;
        
  border-radius:6px;
    }
    /* Colors */
    .red-dark { background-color: #c62828; }
    .red-mid { background-color: #d84343; }
    .bottom-dark { background-color: #3b3838; color: white; }
    .bottom-light { background-color: #f3f3f3; }
    .bottom h6 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .aboutimagebox {

  border-radius:6px;
}
.aboutimagebox img {
  width: 100%;
  height: 185px;
    border-radius:6px;
  object-fit: cover;
  object-position: center;
}

 footer {
        background-color: #c62828;
        color: white;
        font-size: 0.9rem;
        padding: 10px 20px;
    }
    .footer-quote {
        font-style: italic;
        position: relative;
        padding-left: 40px;
    }
    .footer-quote::before {
        content: "\f10d"; /* Font Awesome quote icon */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1.5rem;
    }
    .footer-nav a {
        color: white;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
    }
    .footer-nav a:hover {
      color: #000;
    }
    .footer-social a {
        background-color: rgba(51,51,51,0.3);
        color: white;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        text-decoration: none;
    }
    .footer-social a:hover{
        background-color: rgba(51,51,51,1);
    }
    .twitter-x::before{
     
	content:"𝕏";
    }
    .footer-contact i {
        margin-right: 8px;
        color: white;
    }
    .footer-bottom {
       
        font-size: 0.8rem;
        color: #555;
        padding: 0px 20px 0px 0px;
    }
    .footer-bottom a {
        color: #555;
        text-decoration: none;
        margin-left: 15px;
    }

 h2.section-title {
        font-weight: 600;
        text-transform: uppercase;
        color: #b71c1c;
         font-family: "Oswald", sans-serif;
         font-size: 3.8vh;
    }

 .phased-container {
        border: 1px solid #ddd;
        border-radius: 12px;
        padding:0px 30px 30px 30px;
        text-align: center;
        background: #fff;
    }
    .phased-container h5 {
     font-family: "Oswald", sans-serif;
     font-weight: 600;
     background-color: #fff;
    bottom:15px;
     position: relative;
     display: inline-block;
     padding:0px 20px;
    }
    .phase-step {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .phase-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-weight: bold;
        color: #b71c1c;
        z-index: 2;
           font-family: "Oswald", sans-serif;
    }
    .phase-title {
        font-weight: bold;
        color: #b71c1c;
        margin-top: 15px;
        font-size: 18px;
    }
    .phase-desc {
        font-size: 0.95rem;
        margin-top: 5px;
    }
    /* Dashed line */
    .phase-step::after {
        content: "";
        position: absolute;
        top: 35px;
        right: -50%;
        width: 100%;
        height: 1px;
        border-top: 2px dashed #999;
        z-index: 1;
    }
    .phase-step:last-child::after {
        display: none;
    }
    @media (max-width: 767px) {
        .phase-step::after {
            display: none;
        }
    }

     /* Work cards */
    .work-card {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 15px;
        border-radius: 6px;
        height: 100%;
        font-size: 16px;
    }
    .work-card.red {
        background: #b71c1c;
        color: white;
    }
    .work-card.gray {
        background: #f5f5f5;
        color: #333;
    }
      .work-card.gray:hover {
          background: #b71c1c;
         color: white;
    }
    .work-card i {
        font-size: 1.5rem;
    }
    .svgclr {
      fill: #4169E1!important;
    }
    .invasive {
      background-image: url(../images/ion_accessibility_01.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;

    }
       .work-card.gray:hover .invasive {
      background-image: url(../images/ion_accessibility.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;
    }

        .Culturally {
      background-image: url(../images/icons8_gender.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;
    }
       .work-card.gray:hover .Culturally {
      background-image: url(../images/icons8_gender_hover.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;
    }
        .Environmentally {
      background-image: url(../images/icon_Environmentally.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;
    }
       .work-card.gray:hover .Environmentally {
      background-image: url(../images/icon_Environmentally_hover.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;
    }

         .edu {
      background-image: url(../images/icon_education.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;
    }
       .work-card.gray:hover .edu {
      background-image: url(../images/icon_education_hover.svg);
      background-repeat: no-repeat;
      width: 86px;
      height: 86px;
    }

    .info-card {
        padding: 20px;
        border-radius: 8px;
        height: 100%;
    }
    .info-card.red {
        background-color: #c62828;
        color: white;
    }
    .info-card.red:hover  {
        background-color: #f8f8f8;
        color: #000;
    }
    .info-card h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

     .award-section {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        padding: 0px 0px 0px 0px;
        gap: 0; /* No gap to create overlap */
    }

    .award-card {
        
       height: 580px;
        padding: 15px;
        
        transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0.3s ease;
        cursor: pointer;
        z-index: 1;
          box-shadow: 0 1px 8px rgba(0,0,0,0.2);
          overflow: hidden;
         

    }
    .award-card p {
      padding-bottom: 10px;
    }
.awardimage {
  background-color: #D9D9D9;
}
    .award-card img {
        width: 100%;
     
    }

    .award-card h5 {
        font-weight: bold;
        margin-top: 15px;
    }

    .award-card:hover{
        background: #b71c1c;
        color: white;
       
        z-index: 5;
        box-shadow: 0 1px 25px rgba(0,0,0,0.3);
    }

    .award-card.active .text-muted {
        color: #fff !important;
    }

    .text-muted {
        color: #555;
        font-size: 0.8rem;
        font-weight:700;
    }

.redbox_award {
  background-color: #b8180f;
  width: 100%;
  position: relative;
  height: 30px;
margin-bottom: 15px;

}

.redbox_award2 {
  background-color: #b8180f;
  width: 75%;
  position: relative;
  height: 40px;
  bottom: 40px;
}
.award-section .active h5 {
  border-top:solid 3px;
  border-color: rgba(255,255,255,0.8);

}
.award-section  h5 {
  border-top:solid 3px ;
    border-color: rgba(0,0,0,0.3);
      padding-top: 15px;
}
   @media (max-width: 767px) {
    .award-section {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        padding: 0px 0px 0px 0px;
        gap: 0; /* No gap to create overlap */
        flex-direction: column;
    }
    .award-card {
      margin-left: 0px;
    }
      }

        .project-title {
      color: #d32f2f;
      font-weight: bold;

    }
    .project_sub-title {
      font-weight: 600;
      font-size: 1.2rem;
    }
    .pillars-section {
      background-color: #d32f2f;
      color: #fff;
      padding: 0px 0px;
      background-image: url(../images/project_bg.png);
      background-size: contain;
      background-repeat: no-repeat;

    }
    .pillars-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 30px;
            padding-left: 0px;
    }
    .pillar-card {
    background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 55%);
      color: #000;
      border-radius: 10px;
      padding: 15px;
      height: 120px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      transition: transform 0.2s ease-in-out;
     align-content: end;

      
    }

    .parent {
        /* full height example */
 
  display: flex;
  justify-content: center; /* center horizontally */
  align-items: flex-end;   /* push white box to bottom */

}
    .pillar-card:hover {
     background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 55%);
    }
    .pillar-card h5 {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 18px;
    }
    .pillar-card p {
      font-size: 0.9rem;
      margin: 0;
    }
    .founder-img {
      /*min-width: 400px;*/
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 40px;
    }
    .piller_tab {
      padding-bottom: 30px;
      padding-top: 20px;
    }


    .pr_banner {
      position: relative;
      width: 100%;
      height: 300px;
      background: url('../images/project_banner.jpg') no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }

    /* Overlay (for reddish tint) */
    .pr_banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(150, 0, 0, 0.5);
      z-index: 1;
    }

    .pr_banner-content {
      position: relative;
      z-index: 2;
      width: 90%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    /* Left Text */
    .left-text {
      font-size: 2rem;
      text-align: left;
    }
    .left-text span {
      font-family: "Dynalight", cursive;
      font-size: 3.5rem;
      color: #ffffff;
      text-decoration: none;
    }

    /* Right Text */
    .right-text {
      text-align: right;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.2;
    }
    .making {
      font-size: 1rem;
      font-weight: normal;
      display: inline-block;

  position: relative;
  bottom: 40px;
     
    }
    .right-text .big-num {
      font-size: 4rem;
      font-weight: bold;
      color: white;
    }

 .pr_sub_head {
 font-weight: bold;

  font-size: 18px;
}
 

    .city-card {
      position: relative;
      height: 320px;
      border-radius: 10px;
      overflow: hidden;
      color: white;
      display: flex;
      align-items: flex-end;
      padding: 20px;
      font-size: 1rem;
      background-size: cover;
      background-position: center;
    }

    /* Overlay Gradient */
    .city-card::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(to top, rgba(200,0,0,0.8), rgba(0,0,0,0.1));
      z-index: 1;
    }
 .city-card .citytext {
display: none;
 }
     .city-card:hover::before {
 background: linear-gradient(to top, rgba(200,0,0,1), rgba(200,0,0,0.4));
 
    }
     .city-card:hover  .citytext {
display: block;
 }
    .city-content {
      position: relative;
      z-index: 2;
    }

    .city-content h3 {
      margin: 0;
      font-size: 1.2rem;
      font-weight: bold;
    }

    .city-content p {
      margin: 5px 0 0;
      font-size: 0.9rem;
    }



       @media (max-width: 767px) {
    .piller_tab {
      padding-bottom: 0px;
      padding-top: 0px;
    }
     .founder-img {
      min-width: unset;
  }

        .pr_banner {
      position: relative;
      width: 100%;
      height: 600px;
      background: url('../images/project_banner.jpg') no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }
    .pr_banner-content {
  position: relative;
  z-index: 2;
  width: 90%;
  display: block;
  justify-content: space-between;
  align-items: center;
}

    .pillars-section {
      background-color: #d32f2f;
      color: #fff;
      padding: 0px 0px;
      background-image: url(../images/project_bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left top;

    }
       }




    .Sannyasa_card {
      padding: 20px;
      border-radius: 6px;
      background: #f4f4f4;
      height: 100%;
   
    }

   .Sannyasa_card:hover{
      background: #c62828;
      color: #fff;
    }


    /* Special red card */
    .Sannyasa_card.highlight {
      background: #c62828;
      color: #fff;
    }

    .Sannyasa_card-number {
     font-size: 3rem;
      font-weight: 600;
      color: #C4C4C4;
      margin-bottom: 10px;
         font-family: "Oswald", sans-serif;
    }

    .Sannyasa_card.highlight .Sannyasa_card-number {
      color: #fff;
      opacity: 1;
      font-size: 3rem;
    }
      .Sannyasa_card:hover .Sannyasa_card-number {
      color: #fff;
      opacity: 1;
      font-size: 3rem;
    }


    .Sannyasa_card p {
      font-size: 0.95rem;
      line-height: 1.6;
      margin: 0;
    } 


    .book-cover {
      width: 180px;
      border-radius: 6px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      max-height: 250px;
      min-height: 250px;
      margin-bottom: 10px;
    }

   

    .book-details h3 {
      font-size: 20px;
      font-weight: 600;
      margin: 0 0 8px 0;
    }

    .book-details h3 span {
      font-weight: normal;
      font-size: 1rem;
      color: #444;
    }

.book-details h3.small-line:after {width:40px; background:#99a3b1;}

    .book-details p {
      margin: 6px 0;
      line-height: 1.6;
    }

    .publisher {
      font-size: 0.9rem;
      color: #666;
    }

    @media(max-width: 600px) {

    }
.book-section {
  height: 100%;
}

    .three h3 {

  line-height: 1.5em;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #a9a9a9;
}


    .contact-info {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px;
    }

    .contact-box {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.95rem;
    }

    .contact-box i {
      font-size: 20px;
      color: #b71c1c;
      background: #f7f7f7;
      padding: 8px;
      border-radius: 5px;
    }

    hr {
      margin: 20px 0;
      border: none;
      border-top: 1px solid #ddd;
    }

    .contact-form {
      max-width: 600px;
    }

    .contact-form h3 {
      margin-bottom: 10px;
      font-size: 1.1rem;
    }

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

    .form-row input,
    .contact-form textarea {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 0.95rem;
    }

    .contact-form textarea {
      width: 50%;
      height: 80px;
      resize: none;
    }

    .contact-form button {
      background: #b71c1c;
      color: #fff;
      border: none;
      padding: 10px 18px;
      border-radius: 4px;
      cursor: pointer;
      margin-top: 5px;
      font-size: 0.95rem;
    }

    .contact-form button:hover {
      background: #9a1414;
    }

    .social-icons {
      margin-top: 20px;
    }

    .social-icons a {
      display: inline-block;
      font-size: 22px;
      color: #000;
      background: #f7f7f7;
      padding: 10px;
      border-radius: 6px;
      margin-right: 8px;
      transition: all 0.3s ease;
      text-decoration: none;
      width: 40px;
    }

    .social-icons a:hover {
      background: #b71c1c;
      color: #fff;
    }

    @media(max-width: 782px) {
      .contact-info {
        flex-direction: column;
      }
      .form-row {
        flex-direction: column;
      }
        .contact-form textarea {
      width: 100%;
      height: 80px;
      resize: none;
    }
    }
.workcardtitle {
  font-weight: 700;
}
