.framed {
  padding: 0 88px 0;
}
@media screen and (max-width: 1200px) {
  .framed {
    padding: 0 15px 0;
  }
}
.navigation__menu{
  margin-top: 10px;
}
.header__sticky {
    height: 100px;
    background-image: url('/assets/images/header-bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.banner.v__1 {
    height: 700px;
    background-image: url('/assets/images/header-bg.png');
    background-size: cover;
    background-position: center top -100px;
    background-repeat: no-repeat;
}

/* @media (max-width: 992px) {
    .header__sticky {
        height: 80px;
    }
    .banner.v__1 {
      height: 600px;
        background-position: center  top -80px;
    }
}

@media (max-width: 576px) {
    .header__sticky {
        height: 60px;
    }
    .banner.v__1 {
      height: 600;
        background-position: center 60px; 
    }
} */


/* header (navbar) */
/* .header__sticky {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: none;
  background: #7e0d3f;
   background-image: url('/assets/images/header-bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 0px;
  z-index: 999;
  margin: auto;
  align-items: center;
  left: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
  transform: translateY(0);
} */
/* language & font size  */
.language-font-controls {
    position: absolute;
    top: -4px;
    right: 0%;
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(39, 38, 38, 0.3);
    padding: 7px 10px;
    border-radius: 7px;
    z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .language-font-controls {
    display: none;
  }
}
.language-font-controls select {
  color: #fff;
  border: none;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.language-font-controls select:hover {
  background: #fff;
  color: #000;
}
.font-size-controls {
  display: flex;
  gap: 15px; 
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.navigation__menu--item__link {
  color: #fff;
}
.submenu.sub__style a {
  color: #da2171 !important;
}
.navigation__menu--item__link:hover {
  color: #fff;
}
.navigation__menu--item.has-child::before {
  color: #fff !important;
}
.navigation__menu--item.has-child::before {
  content: "+";
  color: #fff;
  margin-left: 8px;
  transition: color 0.3s ease;
}
.navigation__menu--item:hover::before {
  color: #9c1650 !important;
}
.navigation__menu--item ul.submenu li a{
    font-weight: 500;
}
.search__trigger i {
  color: #fff !important;
}
.header__right--item {
   margin-top: 10px;
}

/* menu (mobile menu) */
#menu-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  #menu-btn {
    display: block;
    cursor: pointer;
  }
  .header__menu.show {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
  }
}

.rts-breadcrumb.breadcrumb-height{
  font-family: Ubuntu;
}
.section-title {
  line-height: 100%;
  font-family: Bellefair;
}
.header.v__5 .navigation__menu--item:hover .navigation__menu--item__link::before {
  display: none;
}
/* navigation menu hover white color */
.header.v__5 .navigation__menu--item:hover .navigation__menu--item__link {
  color: var(--rt-white);
}
.navigation__menu--item ul.submenu,
.navigation__menu--item .sub__style {
  position: absolute;
  top: 100%;
  min-width: 200px;
  background: var(--rt-white);
  z-index: 1024;
  display: inline-block;
  opacity: 0;
  padding: 30px 0;
  left: 0;
}
.navigation__menu--item ul.submenu li a:hover::before,
.navigation__menu--item .sub__style li a:hover::before {
  width: 100%;
}
.navigation__menu--item ul.submenu li ul,
.navigation__menu--item .sub__style li ul {
  display: none;

}


/* event list */
.rts-section-padding{
  padding: 70px 0px;
}

/* footer */
.footer{
  padding: 60px 0px;
}
.footer__widget--logo{
  margin-bottom: 30px;
}
.footer__widget--description{
  color: #737477;
}
.footer__widget--social{
  margin-top: 40px;
}
.footer__widget--title {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-primary);
    color: var(--rt-white);
    margin-bottom: 25px;
}
.footer__widget--menu ul li a:hover {
  color: #B2135A;
}
.footer__widget--button .cta__button:hover,.footer__widget--button .cta__button.active, .footer__widget--social .social li a:hover{
  background-color: #B2135A;
  border-color: #B2135A;
}
.copyright__wrapper {
  text-align: center;
  height: 80px;
}
.copyright {
  border-top: 1px solid var(--copyright-border);
  background: var(--footer-bg);
}
.copyright__wrapper p  {
  color: #737477;
}
.copyright__wrapper p a {
  color: #737477;
}

/* Event Details */
.rts-event-details {
    margin-top: 60px;
}
.rts-event-details .event-sidebar .event-information, .rts-event-details .event-sidebar .event-venue {
    background: #f6f6f6;
    border: 1px solid #B2135A;
    padding: 22px;
}

/* history page */
.rts-history {
  padding: 50px 0px;
}
.history-block {
  margin-bottom: 15px;
}
.rts-history-image {
  width: 100%;
  height: fit-content;
  padding: 15px;
}
.rts-history-section {
  padding: 15px;
}
.rts-history-section .rts-section-title {
  font-family: 'Bellefair', serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #000;
  text-shadow: 1px 0 0 currentColor;
}
.rts-history-section p {
  font-weight: 400;
  color: black;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: 'REM', serif;
}
@media (max-width: 992px) {
  .history-block{
    margin-bottom: 50px;
  }
    .reverse{
        flex-direction: column-reverse;
    }
    .not-reverse {
        flex-direction: column;
        align-items: center;
    }

}

/* Vision page */

.vision-section {
    margin-top: 80px;
}
.vision-text h4 {
  font-family: "Bellefair",serif;
    margin-bottom: 20px;
    color: #990044;
    font-size: 3rem; 
    font-weight: 400;
    text-shadow: 1px 0 0 currentColor;
}
.vision-paragraphs  {
    background-color: #951c49;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.vision-paragraphs p {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
}
.vision-image {
    position: relative;
    z-index: 2;
}
.vision-image img {
    width: 568px;
    height: 318px;
    object-fit: cover;
    border-radius: 8px;
    margin-left: -46px;
    position: relative;
    top: 157px;
}
.values-text h4 {
  font-family: "Bellefair",serif;
  margin-top: 70px;
    margin-bottom: 20px;
    color: #990044;
    font-size: 3rem;
    font-weight: 400;
    text-shadow: 1px 0 0 currentColor;
}
ol li{
  color: #000;
  font-weight: 600; 
}
.values-text .values-list {
  padding-bottom: 40px;
  padding-left: 20px;
}
.values-text .values-list li strong {
    font-size: 1.6rem;
    font-weight: 600; 
    color: black;
    display: inline;
}
.values-text .values-list li p {
    text-indent: 20px;
    font-weight: 400; 
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4rem; 
    line-height: 1.5;
}

@media (max-width: 992px) {
    .vision-image img {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .vision-image img {
        margin-left: -36px;
        width: 450px;
        height: 250px;
    }
}

/* balavadhi */
.balavedi-section{
  margin: 30px 0px;
}
.balavedi-image {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.balavedi-image img {
  width: 100%;
  height: 280px;
}
.content-section .balavedi-content {
  margin-left: -15px;
  background-color: #990044;
  padding: 24px;
  border-radius: 0px 10px 10px 0px;
}
.content-section .balavedi-content p{
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 1.2;
}
.stats-section {
  margin-top: 90px;
  margin-bottom: 100px;
}
.stats-section .count{
  color: #CC0000;
  font-family: "Bellefair",serif;
}
.stats-section p{
  color: #000;
  font-size: 30px;
  font-family: "Bellefair",serif;
  text-shadow: 0.5px 0 0 currentColor;
}
.stats-section .col-md-6:first-child {
  border-right: 2px solid #ccc; 
}
.gallery-section h4{
  font-family: "Bellefair",serif;
  margin-top: 70px;
  margin-bottom: 20px;
  color: #990044;
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 1px 0 0 currentColor;
}

@media (max-width: 576px) {
 .content-section .balavedi-content {
  margin-left: 0px;
}
}
@media (max-width: 998px) {
  .content-section .balavedi-content {
    margin-left: 0px;
    border-radius: 10px;
  }
  .stats-section {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .stats-section .count{
    font-size: 25px;
  }
  .stats-section p{
    margin-bottom: 20px;
    font-size: 27px;
  }
  .stats-section .col-md-6:first-child {
    border-right: none; 
  }
}
@media (max-width: 1260px) { 
  .balavedi-image img {
    display: none;
  }
  .content-section .row {
    flex-direction: column;
    align-items: center;
  }
  .content-section .balavedi-content {
    background-image: url('/assets/images/balavadi/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(143, 50, 92, 1);
    background-blend-mode: multiply;
    border-radius: 10px;
  }
}


/* downloads */
.notice-section {
  margin-top: 40px;
}
.notice-card {
    border: 2px solid #ac1e5a;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.notice-date {
    background-color: #ac1e5a;;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
}
.notice-content {
    padding: 15px;
}
.notice-content h3 {
    font-family: "Bellefair",serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.notice-pdf {
    color: #c1005a;
    text-decoration: underline;
    font-size: 16px;
}
.btn-see-older {
    background-color: #d91166;
    color: #fff;
    border: none;
    padding: 10px 30px;
    margin: 20px 0px 20px 0px;
    font-size: 14px;
    cursor: pointer;
    width: auto;  
}
.btn-see-older:hover {
    background-color: #a10144;
}


/* news */
.news-section {
  margin-top: 40px;
}
.news-card {
    border: 2px solid #ac1e5a;
    border-radius: 5px;
    margin-bottom: 45px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.news-date {
    background-color: #ac1e5a;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
}
.news-content {
    padding: 15px;
}
.news-content h3 {
    font-family: "Bellefair",serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.news-content p {
  color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
.news-content h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.news-links a {
    display: inline-block;
    margin-right: 15px; 
    text-decoration: underline;
    color: #c1005a;
    font-size: 16px;
}
.apply {
  color: #d91166;
  text-decoration: underline;
}

/* library affiliation */
/* .row .g-5 {
    display: flex;
    flex-wrap: wrap;
} */


.affiliation-process h4{
  font-family: "Bellefair",serif;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #990044;
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 1px 0 0 currentColor;
}
.step-header {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.step-number {
    background: #f4bad4;
    color: #000;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.affiliation-content {
    padding: 20px;
}
.step-header h3 {
  font-family: 'Ubuntu', sans-serif;
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
}
.affiliation-card{
   border: 2px solid #f4bad4;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.affiliation-content p{
  color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.2;
}
.affiliation-apply-content{
  padding: 20px 20px 50px 20px;
  background-color: #990044;
}
.apply-content a {
  color: #fff;
}
.apply-content p {
  color: #fff;
  padding-top: 20px;
}
.required-documents h4{
  font-family: "Bellefair",serif;
  color: #990044;
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 1px 0 0 currentColor;
}
.required-documents ul {
    list-style-type: disc;
    padding-left: 20px; 
    color: #000;
    padding-bottom: 40px;
}
.required-documents li {
    color: #000;
    line-height: 1;
}
/* @media (min-width: 768px) and (max-width: 992px)  */

/* grant and gradation */

.overview h4 {
  font-family: "Bellefair",serif;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #990044;
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 1px 0 0 currentColor;
}
.overview p {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}

/* find a library */
.library-section {
  margin-top: 25px;
  margin-bottom: 30px;
}
.library-content h4 {
  font-family: "Bellefair", serif;
  color: #990044;
  font-size: 3rem;
  text-shadow: 0.6px 0 0 currentColor;
}
.btn-library {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #ad3369 80%, #7b244b 20%);
  color: white;
  padding: 12px 16px;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
  gap: 20px;
}
@media (max-width: 768px) {
  .library-content h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 3780px) {
  #nearest{
  width:25%;
}
}

/* district council */
.library-content p{
  color: #000;
  font-weight: 500;
}



/* state council */
.team-section {
    padding: 40px 0;
}
.team-header p {
  color: #000;
  font-weight: 500;
}
.team-header .year {
    font-family: "Bellefair", serif;
    color: #990044;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 5rem;
}
.team-grid{
  margin-top: 50px;
}
.team-row-2{
  margin-top: 70px;
  margin-bottom: 50px;
}
.team-card img {
  width: 273px;
  height: 318px;
  object-fit: cover;
}
.team-card h3 {
  font-family: "Bellefair", serif;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 3rem;
    color: #000;
    text-shadow: 0.4px 0 0 currentColor;
}

.team-card p {
  font-family: 'Ubuntu', sans-serif;
    font-size: 1.6rem;
    color: #000;
    font-weight: 500;
}

@media (max-width: 992px) {
    .team-header .year {
    font-size: 3rem;

}
.team-card {
  margin-top: 30px;
  text-align: center;
  }
}

@media (max-width: 650px) {
    .team-header {
        flex-direction: column;
    }
    .team-header .year {
        display: block;
        margin-top: 15px;
        margin-bottom: -30px;
    }
}

/* library details */
.library-title{
  margin-top: 40px;
  font-family: "Bellefair", serif;
  color: #990044;
  font-size: 3rem;
  text-shadow: 0.6px 0 0 currentColor;
}
.library-address{
  margin-top: 10px;
  margin-bottom: 30px;
}
.library-address p{
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.library-logo-wrap{
  margin-left: 217px;
}
.library-image-wrap{
  margin-bottom: 50px;
}

/* nearest library */

.library-map-section {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px 0;
}
.map-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.search-box {
  display: flex;
  border: 2px solid #c40058;
}
.search-box input {
  width: 250px;
  outline: none;
  font-size: 1.5rem;
  color: #000;
}
.search-box button {
  background-color: #c40058;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
.grade-filter {
  display: flex;
  border: 2px solid #c40058;
}
.grade-filter select {
  border: none;
  outline: none;
  font-size: 1.5rem;
  color: #000;
  padding: 8px 12px;
  appearance: none;
  background: white;
  width: 150px;
}
.grade-filter::after {
  content: "\25BC"; 
  background-color: #c40058;
  color: white;
  padding: 8px 12px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container {
  border: 2px solid #c40058;
  width: 100%;
  height: 505px;
}

@media (max-width: 754px) {
  .map-container {
  height: 350px;
}
  .map-container iframe{
  height: 346px;
}
}

/* contact */
.state-office-section{
  margin-top: 40px;
  margin-bottom: 60px;
}
.rts-section-contact-title {
  padding: 10px;
  font-family: 'Ubuntu', sans-serif;
  background-color:#990044 ;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
}
.state-office-text{
  border-right: 2px solid #c5c4c4;
}
.state-office-text h5{
  margin-top: 30px;
  font-family: 'Ubuntu', sans-serif;
  color: #990044;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 2rem;
}
.state-office-text p {
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-size: 1.8rem;
  margin-left: 50px;
}
.state-office-map h4{
  font-size: 2rem;
  margin-top: 30px;
  font-family: 'Ubuntu', sans-serif;
  color: #990044;
  font-weight: 500;
  margin-bottom: 0px;
}
.state-office-map iframe{
  border: 2px solid #c40058;
  width: 100%;
  height: 470px;
}

@media (max-width: 992px) {
  .state-office-text{
  border-right:none;
}
}
@media (max-width: 754px) {
.state-office-map iframe{
  height: 305px;
}
}




/* home */

/* about */
.about__images--wrapper--left {
  /* width: 70%; */
    margin-top: -51px;
    margin-left: 70px;
}
.about__images--wrapper--left img {
    object-fit: contain;   
}
.about__content .rts__title {
  font-size: 4rem;
  font-family: "Bellefair", serif;
  max-width: 465px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0.8px 0 0 currentColor;
}
.about__content ul{
  padding-top: 5px;
  list-style-type: disc;
  padding-left: 20px; 
}
.about__content li,p{
  font-size: 1.5rem;
  color: #000; 
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
.rts-nbg-btn {
  color: #0066CC;
}
a:hover {
    color: #469ff7;;
}
.rts-nbg-btn::before {
  background: #0066CC;
}
.est__text {
  margin-top: 50px;
  margin-bottom: 50px;
    font-family: "Bellefair", serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 50px;
    color: #cc0000;
}
.rts-funfact.v__1 .rts-funfact-wrapper{
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly
}
.rts-funfact.v__1 .rts-funfact-wrapper .single-cta-item__title {
  font-size: 3.5rem;
    margin-bottom: 25px;
    line-height: 20%;
    color: #990044;
    font-weight: 400;
    font-family: "Bellefair", serif;
    text-transform: uppercase;
}
.rts-funfact.v__1 .rts-funfact-wrapper .single-cta-item{
     display: flex;
    flex-direction: column; 
    /* align-items: center;
    justify-content: center; */
    text-align: center;   
}
.rts-funfact.v__1 .rts-funfact-wrapper .single-cta-item p {
  font-size: 2rem;
    color: #000;
    font-family: "Bellefair", serif;
    text-shadow: 0.5px 0 0 currentColor;
}

.rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    width: 2px;
}
.rts-funfact.v__1 .rts-funfact-wrapper .single-cta-item {
    max-width: 190px;
    padding: 20px 0;
}

/* leaders */

.rts__section--title{
  font-family: "Bellefair", serif;
  font-size: 3.5rem;
  text-shadow: 0.8px 0 0 currentColor;
}
.rts__member--item{
  text-align: center;
}
.rts__member--item img {
    width: 100%;   
    height: 300px; 
    /* object-fit: cover;  */
    object-fit: contain;  
    display: block;
}
.rts__member--item .details{
  margin-top: 25px;
}
.rts__member--name{
  font-family: "Bellefair", serif;
  font-size: 2.5rem;
  /* color: #000; */
  text-shadow: 0.6px 0 0 currentColor;
  margin-bottom: 10px;
}
.rts__member--description {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
}

/* programs */
.rts__program--item .rts-nbg-btn::before {
  background: white;
}

/* news */

.news-grid {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    display: flex;
    /* background: #fff; */
    border: 1px solid #ddd;
    /* padding: 15px; */
    /* border-radius: 4px; */
    /* transition: all 0.3s ease; */
}

.news-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.first-news-date {
  font-family: 'Ubuntu', sans-serif;
  background: #990044;
  color: #fff;
  text-align: center;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.first-news-date .day {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}
.first-news-date .month,
.first-news-date .year {
  font-size: 1.8rem;
  font-weight: 200;
}
.news-content {
  flex: 1;
}
.news-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 7px;
  color: #2c5895;
}
.news-description {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 7px;
}

/* event */

.rts__round--btn:hover{
  color: #990044;
}
.rts__single--event--thumb img
 {
    transform: scale(1);
    transition: var(--transition);
    width: 100%;
    object-fit: cover;
}
.rts__single--event--meta--dl {
  font-size: 1.3rem;
    display: flex;
    gap: 30px;
    margin-bottom: 5px;
}
.rts__single--event--meta--title  {
  font-size: 2rem;
}
.rts__round--btn {
    height: 40px;
    width: 40px;
}

/* latest blog */

.rts-border-bottom-1 {
    border-bottom: none;
}
.rts-blog .rts-blog-post.blog-v-full .blog-content .post-title {
    font-size: 2.8rem;
}
.rts-blog .rts-blog-post.blog-v-full .blog-content .rt-author ,
.rts-blog .rts-blog-post.blog-v-full .blog-content .rt-date {
    font-size: 1.3rem;
}
.rts-blog .rts-blog-post .single-blog-post .blog-content .post-meta .rt-author,
.rts-blog .rts-blog-post .single-blog-post .blog-content .post-meta .rt-date {
  font-size: 1.4rem;
}

/* banner */

/* .banner.v__1 {
    background-image: url('{{pub}}/images/header-bg.png');
    background-size: cover;    
    background-position: center; 
    background-repeat: no-repeat; 
    min-height: 400px;          
    display: flex;                
    align-items: center;
} */


/* .banner.v__1 {
    background-image: url('/assets/images/header-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
} */
.banner__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%; 
}
.banner__content{
  margin-top: -150px;
}
.banner__content--title img {
    max-width: 350px; 
    height: auto;
    margin-bottom: 30px;
}
.banner__content--title h3 {
  font-family: "Bellefair", serif;
  font-size: 3.6rem; 
  font-weight: 400;
  color: #fff;
}
.carousel-indicators [data-bs-target] {
  margin-top: -90px;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  gap: 20px;
}

 .updates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -147px;
  margin-bottom: 35px;
  gap: 10px; 
  background: rgba(39, 38, 38, 0.3);
  padding: 5px;  
}
/* .updates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #800040;
    color: white;
    padding: 0 10px;
    height: 40px;
    font-family: Arial, sans-serif;
} */
.updates-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.updates h6 {
  padding: 0px 10px 0px 10px;
  margin: 0;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  background: rgba(26, 25, 25, 0.3);
}
.updates p {
  margin: 0; 
  color: #fff;
  font-size: 1.4rem;
}
.updates a {
  text-decoration: underline;
}
.arrows {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    background: rgba(26, 25, 25, 0.3);
}
.arrow {
    cursor: pointer;
    padding: 0 6px;
}

.arrow:hover {
  color: #ffccdd; /* Hover color */
}
@media (max-width: 992px) {
  .about__images--wrapper--left {
    margin-top: 0px;
    margin-left: 0px;
}
.updates {
  margin-top: 0px; 
}

}
@media (max-width: 767px) {
  .banner__content--title img {
    max-width: 300px; 
    height: auto;
    margin-bottom: 30px;
  }
  .banner__content--title h3 {
    font-size: 2.6rem; 
    font-weight: 300;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .about__images--wrapper--left img{
    height: 350px;
}
}


