:root {
    --deep-purple-stf: #502851;
    --purple-stf: #5a365b;
    --purple-stf-light: #e0d4f0;
    --golden-stf: #c38b60;
    --black-stf: #000000;
    --white-stf: #ffffff;
    --deep-gray-stf: #212529;
    --gray-stf: #717070;
    --gray-stf-v1: #414141;
    --gray-stf-v2: #acacac;
    --gray-stf-v3: #d8d8d8;
    --gray-stf-v4: #efefef;
    --light-gray-stf: #d3d3d3;
    --light-gray-stf-v1: #ebebf7;
    --light-gray-stf-v2: #eaeaea;
    --light-gray-stf-v3: #d7d7e2;
    --light-gray-stf-v4: #f5f5f5;
    --green-stf: #00e817;
    --deep-green-stf: #00690b;
    --red-stf: #f70000;
    --deep-red-stf: #8f0000;

  /* Brand Colors */
  --srrs-navy:           #1a3a5c;
  --srrs-navy-dark:      #152d48;
  --srrs-navy-light:     #234e7a;
  --srrs-gold:           #e8d9a0;
  --srrs-gold-dark:      #c9b96e;
  --srrs-gold-muted:     #b89f50;

  /* Backgrounds */
  --srrs-bg-page:        #f5f3ee;
  --srrs-bg-surface:     #ffffff;
  --srrs-bg-subtle:      #eeece6;
  --srrs-bg-overlay:     rgba(26, 58, 92, 0.06);

  /* Text */
  --srrs-text-primary:   #1c1c1a;
  --srrs-text-secondary: #5a5750;
  --srrs-text-muted:     #9a9790;
  --srrs-text-gold:      #e8d9a0;
  --srrs-text-link:      #185fa5;

  /* Borders */
  --srrs-border-light:   rgba(0, 0, 0, 0.10);
  --srrs-border-medium:  rgba(0, 0, 0, 0.18);
  --srrs-border-strong:  rgba(0, 0, 0, 0.28);

  /* Status */
  --srrs-danger:         #c0392b;
  --srrs-success:        #1a7a4a;
  --srrs-info:           #185fa5;

  --srrs-purple:          #4a2369;
  --srrs-purple-dark:     #361a4d;
  --srrs-purple-light:    #f0eaf6;
  --srrs-gold:            #c8922a;
  --srrs-gold-dark:       #a97520;
  --srrs-bg-surface:      #ffffff;
  --srrs-bg-subtle:       #f8f8f8;
  --srrs-text-primary:    #333333;
  --srrs-text-secondary:  #666666;
  --srrs-text-muted:      #999999;
  --srrs-border-light:    #e8e8e8;
  --srrs-border-medium:   #cccccc;
  --srrs-font:            'Roboto Condensed', 'Exo', sans-serif;
  --srrs-radius-md:       6px;
  --srrs-radius-pill:     50px;

  /* Typography */
  --srrs-font-display:   'Exo', sans-serif;
  --srrs-font-body:      'Source Sans 3', 'Segoe UI', Helvetica, Arial, sans-serif;
  --srrs-font-mono:      'Courier New', Courier, monospace;

  /* Font Sizes */
  --srrs-text-xs:        11px;
  --srrs-text-sm:        12px;
  --srrs-text-base:      14px;
  --srrs-text-md:        15px;
  --srrs-text-lg:        17px;
  --srrs-text-xl:        22px;
  --srrs-text-2xl:       26px;
  --srrs-text-3xl:       32px;

  /* Font Weights */
  --srrs-weight-light:   300;
  --srrs-weight-regular: 400;
  --srrs-weight-medium:  500;
  --srrs-weight-semi:    600;

  /* Spacing */
  --srrs-space-xs:       4px;
  --srrs-space-sm:       8px;
  --srrs-space-md:       12px;
  --srrs-space-lg:       16px;
  --srrs-space-xl:       24px;
  --srrs-space-2xl:      32px;
  --srrs-space-3xl:      48px;

  /* Radius */
  --srrs-radius-sm:      4px;
  --srrs-radius-md:      8px;
  --srrs-radius-lg:      12px;
  --srrs-radius-pill:    999px;

  /* Shadows */
  --srrs-shadow-sm:      0 1px 3px rgba(0, 0, 0, 0.08);
  --srrs-shadow-md:      0 4px 12px rgba(0, 0, 0, 0.10);
  --srrs-shadow-lg:      0 8px 24px rgba(0, 0, 0, 0.12);

  /* Layout */
  --srrs-max-width:      100%;
  --srrs-sidebar-width:  280px;
  --srrs-gap:            2rem;

  /* Transitions */
  --srrs-transition:     all 0.18s ease;
}


/* ── Reset / Base ───────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



a,
a:hover {
    text-decoration: none
}

.sidebar-nav.bottom_menu {
    margin-top: 28%
}

.menu_ico {
    width: 25px;
    height: 25px;
    background-color: var(--golden-stf);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    padding: 0
}

.menu_ico img {
    width: auto;
    height: 100%
}

.sidebar-link,
a.sidebar-link {
    padding: 12px 15px 12px 50px
}

a.sidebar-link .menu_ico {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.navbar-bg,
body[data-theme=dark] .navbar-bg {
    background: #f4f4f4;
    padding: 23px 15px;
    border-bottom: #ababab 1px solid
}

.hamburger,
.hamburger:after,
.hamburger:before {
    background: var(--purple-stf)
}

.nav-icon span {
    margin-right: 10px
}

.nav-icon {
    color: var(--purple-stf);
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: none
}

.nav-icon:hover {
    color: var(--golden-stf);
    text-decoration: none
}

.slider_ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute
}

#banner-carousel .owl-nav .owl-prev,
#banner-carousel .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39px;
    height: 39px;
    font-size: 30px;
    font-weight: 600;
    color: var(--white-stf);
    cursor: pointer;
    background-color: var(--golden-stf);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s
}

#banner-carousel .owl-nav .owl-prev:hover,
#banner-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background-color: var(--deep-purple-stf);
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s
}

#banner-carousel .owl-nav .owl-prev {
    left: -20px
}

#banner-carousel .owl-nav .owl-next {
    right: -20px
}

.headline h2 {
    font-size: 45px;
    font-weight: 600;
    color: var(--deep-gray-stf);
    font-family: Exo, sans-serif;
    margin-top: 0;
    margin-bottom: 0
}

.border-sb1 {
    border: #dedede 1px solid !important;
    border-radius: 6px !important
}

.shadow-sb1 {
    box-shadow: 0 0 13px #00000026
}

.view_details_area {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 6px;
    border: #dedede 1px solid;
    box-shadow: 0 0 13px #00000026;
    text-align: center
}

.view_details_area .view_details_img {
    padding: 35px 0
}

.view_details_area .view_details_img .view_details_ico {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--golden-stf);
    margin: 0 auto;
    line-height: 118px
}

.view_details_area .view_details_txt {
    width: 100%;
    height: auto;
    min-height: 120px;
    display: flex;
    padding: 35px 0;
    background-color: #fff;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid;
    justify-content: center;
    align-items: center
}

.view_details_area .view_details_txt h3 {
    font-size: 19.8px;
    font-weight: 700;
    color: var(--purple-stf);
    margin: 0;
    font-family: Roboto Slab, serif
}

.btn-line {
    width: auto;
    background-color: transparent;
    color: var(--black-stf);
    border-radius: 6px;
    font-family: Roboto Condensed, sans-serif;
    border: var(--black-stf) 0 solid;
    padding: 10px 15px;
    font-size: 19.8px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.btn-line:hover {
    width: auto;
    background-color: transparent;
    color: var(--deep-purple-stf);
    border: var(--black-stf) 0 solid;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.scottish_area {
    width: 100%;
    height: auto;
    background-color: var(--light-gray-stf-v4);
    padding: 15px
}

.headline h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--purple-stf);
    font-family: Roboto Slab, serif;
    margin-top: 0;
    margin-bottom: 0
}

.scottish_area p {
    font-size: 22px;
    color: var(--gray-stf-v1);
    font-family: Roboto Condensed, sans-serif
}

.form_area label {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px
}

.form_area .form-control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 6px 15px;
    font-size: 21px;
    line-height: 1.42857143;
    color: var(--purple-stf);
    background-color: var(--white-stf);
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 6px;
    -webkit-box-shadow: none;
    text-transform: capitalize;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.form_area textarea.form-control {
    height: auto
}

.form_area .form-control:focus {
    border-color: var(--purple-stf);
    outline: 0;
    box-shadow: inset 0 1px 1px #5a365b13, 0 0 8px #5a365b99;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.form_area .form-control:disabled {
    background-color: #f1f1f1 !important
}

.select_area {
    position: relative
}

.select_area:after {
    width: 18px;
    height: 14px;
    background: url(/frontend/img/icons/arrow_down.png) no-repeat;
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.btn-golden {
    width: auto;
    background-color: var(--golden-stf);
    color: var(--white-stf);
    border-radius: 30px;
    font-family: Roboto Condensed, sans-serif;
    border: var(--golden-stf) 1px solid;
    padding: 13px 37px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    display: inline-block;
    text-transform: uppercase
}

.btn-golden:focus,
.btn-golden:hover {
    background-color: var(--deep-purple-stf);
    color: var(--white-stf);
    border: var(--deep-purple-stf) 1px solid;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    outline: 0
}

.current_silder_area {
    width: 100%;
    height: auto;
    background-color: var(--gray-stf-v4);
    padding: 15px 15px 45px
}

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

.current_silder_area ul li a {
    text-decoration: none
}

#current-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto
}

#current-carousel .owl-dots,
#current-carousel .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#current-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#current-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4.5px 5px;
    background: #5b365b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    transition-duration: .5s
}

#current-carousel .owl-dots .owl-dot:hover span,
#current-carousel .owl-dots .owl-dot.active span {
    background: #2b0a38;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    transition-duration: .5s
}

#current-carousel .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

footer p {
    font-size: 18px;
    color: #6c757d;
    font-family: Roboto Condensed, sans-serif;
    padding-bottom: 0
}

footer p a {
    color: #6c757d;
    text-decoration: none;
    transition-duration: .5s
}

footer p a:hover {
    color: var(--purple-stf);
    transition-duration: .5s
}

.policy_menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.policy_menu li {
    padding: 0 12px;
    margin: 0;
    display: inline-block;
    position: relative
}

.policy_menu li:after {
    width: 4px;
    height: 2px;
    background-color: #6c757d;
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    bottom: 0;
    margin: auto
}

.policy_menu li:last-child:after {
    display: none
}

.policy_menu li a {
    font-size: 18px;
    color: #6c757d;
    font-family: Roboto Condensed, sans-serif;
    text-decoration: none;
    transition-duration: .5s
}

.policy_menu li a:hover {
    color: var(--purple-stf);
    text-decoration: none;
    transition-duration: .5s
}

.navbar-bg,
body[data-theme=dark] .navbar-bg {
    width: auto;
    height: auto;
    position: fixed;
    left: 305px;
    right: 0;
    top: 0;
    z-index: 9;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out
}

.flex_left.navbar-bg,
body[data-theme=dark] .flex_left.navbar-bg {
    left: 0;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out
}

.head_txt {
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    color: var(--purple-stf);
    font-family: Roboto Condensed, sans-serif;
    text-decoration: none;
    background-color: var(--white-stf);
    border-bottom: #ddd 1px solid
}

.main_container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    border: #dedede 1px solid;
    box-shadow: 0 0 13px #00000026;
    padding: 20px
}

.main_container .heading h3 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 10px;
    color: var(--purple-stf);
    font-family: Roboto Condensed, sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px
}

.main_container .heading h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #c38b5f;
    content: "";
    display: block
}

.text_content h3 {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 0;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
    counter-reset: #333
}

.text_content p {
    font-size: 18px;
    font-family: Roboto Condensed, sans-serif
}

.text_content a {
    color: var(--purple-stf);
    font-size: 18px
}

.detail ul {
    padding-top: 15px;
    padding-bottom: 5px
}

.detail ul li {
    padding-bottom: 8px;
    position: relative;
    font-family: Roboto Condensed, sans-serif
}

.detail ul li:before {
    content: url(/frontend/img/icons/bullet-arrow.png);
    position: absolute;
    left: -19px;
    top: 4px;
    display: block
}

.resource_search_container {
    background: #efefef;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 15px
}

.resource_search_container form {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

.resource_search_container input[type=search] {
    background-color: #fff;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #202124;
    display: block;
    font-size: 1rem;
    width: 100%;
    height: 3rem;
    padding: 0 2.5rem 0 1rem;
    -webkit-appearance: none;
    font-family: Roboto Slab, serif;
    vertical-align: top;
    margin: 0 1.5%
}

.resource_search_container button.search_button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 3rem;
    padding: 0;
    position: absolute;
    top: 0;
    width: 3rem;
    right: 155px
}

.resources_initial {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
}

.resources_list_col {
    flex: 1 0 240px;
    min-width: 0;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    font-family: Roboto Slab, serif;
    border: thin solid #dadce0;
    box-sizing: border-box;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 2px;
    box-shadow: #ccc 0 0 8px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-bottom: 40px;
    transition: transform .2s
}

.resources_list_col:hover {
    transform-origin: 0 0;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    z-index: 11;
    box-shadow: #4b4949 0 0 5px;
    border: none
}

.vmap_block_inner {
    transition: transform .2s
}

.vmap_block_inner:hover {
    transform: scale(1.1);
    z-index: 11;
    position: relative;
    background: #fff
}

.resources_list_col h2 {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    padding: 8px;
    border-bottom: 1px solid #dadce0;
    background: #5a365b;
    color: #fff;
    border-radius: 2px 2px 0 0/2px 2px 0px 0px
}

.resources_list_col h2 a {
    color: #fff
}

.event_detail_link {
    font-weight: 400;
    color: #fff;
    background: #c1895f;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #5a365b;
    padding: 5px 8px;
    border-radius: 2px;
    margin-left: 8px;
    margin-bottom: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: Oswald, sans-serif
}

.event_detail_link:hover {
    background: #5a365b;
    color: #fff
}

.inside_page_container .resources_initial h3 {
    font-size: 24px !important;
    font-family: Roboto Slab, serif !important
}

.resources_list_col p {
    padding: 8px
}

.resources_list_col .cat_marker ul {
    padding-left: 0;
    margin-left: 8px;
    padding-top: 5px
}

.resources_list_col .cat_marker ul li {
    display: inline-block
}

.resources_list_col .category_marker {
    font-weight: 500
}

.resources_list_col .cat_marker ul li a {
    font-style: italic;
    font-size: 14px;
    font-weight: 400
}

.advance_search_container {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

.advance_search_btn {
    position: absolute;
    right: -9px;
    top: 0
}

.advance_search_btn a {
    background-color: #333;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1rem;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    font-family: Roboto Slab, serif;
    vertical-align: top;
    line-height: 45px;
    text-align: center
}

.advance_search_container_two {
    display: block;
    margin-top: 15px;
    margin-left: 18px
}

.advance_search_container_two .inline_form {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-family: Roboto Slab, serif;
    margin: 0 .5%
}

.advance_search_container_two .inline_form_first {
    font-family: Roboto Slab, serif
}

.inline_form_first {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.inline_form_last {
    padding-top: 20px;
    width: 50px;
    display: inline-block;
    vertical-align: top
}

.advance_search_container_two .inline_form input[type=number] {
    background-color: #fff;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #202124;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    -webkit-appearance: none;
    font-family: Roboto Slab, serif;
    vertical-align: top;
    margin: 0 1.5%
}

.advance_search_container_two .inline_form select {
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #202124;
    padding: 0 1rem;
    display: block;
    font-size: 1rem;
    width: 100%;
    height: 3rem;
    border: none;
    font-family: Roboto Slab, serif
}

.advance_search_container_two .inline_form_first select {
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #202124;
    padding: 0 1rem;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 3rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Roboto Slab, serif
}

.advance_search_container_two .inline_form_first select::-ms-expand {
    display: none
}

.inline_form_first:after {
    font: 17px Consolas, monospace;
    color: #333;
    transform: rotate(90deg);
    right: 11px;
    bottom: 14px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none
}

.md-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.select-wrapper {
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #202124;
    padding: 0 1rem;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 3rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Roboto Slab, serif;
    background: #fff
}

.select-wrapper span.caret {
    display: none
}

.select-dropdown.form-control {
    border: none !important
}

.select-wrapper input.select-dropdown {
    height: 48px !important
}

.dropdown-content {
    display: block;
    max-height: 228px;
    width: 174px !important;
    position: absolute;
    top: 29px !important;
    left: -22px !important;
    opacity: 1
}

.dropdown-content li.active,
.dropdown-content li a,
.dropdown-content li span:hover {
    background-color: #333 !important;
    color: #fff !important
}

.dropdown-content .select-toggle-all span:hover,
.dropdown-content .select-toggle-all span:hover label {
    background-color: #333 !important;
    color: #fff !important;
    transition: none !important
}

.btn-save {
    background: #333 !important;
    color: #fff !important;
    float: left
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #000 !important
}

.select-wrapper.md-form>ul li label {
    color: #000 !important
}

.inline_form_first.first,
.inline_form_first.second {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.inline_form_first.third {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

ul.multiselect-container.dropdown-menu li {
    padding-bottom: 0;
    line-height: 34px;
    height: 34px
}

ul.multiselect-container.dropdown-menu {
    padding: 0;
    margin: 50px 0 0;
    width: 100%
}

ul.multiselect-container.dropdown-menu li:before {
    display: none
}

ul.multiselect-container.dropdown-menu li a label {
    text-align: left;
    padding-left: 8px;
    padding-bottom: 0;
    padding-right: 0;
    height: 34px
}

.multiselect.dropdown-toggle.btn.btn-default {
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #202124;
    padding: 0 1rem;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 3rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Roboto Slab, serif;
    background: #fff
}

.multiselect-native-select {
    width: 100%;
    display: block
}

span.multiselect-native-select .btn-group {
    width: 100%
}

.inline_form_first.first:after {
    display: none
}

.multiselect-selected-text {
    width: 90%;
    display: inline-block;
    text-align: left
}

.multiselect-container.dropdown-menu a:hover {
    padding-bottom: 0;
    height: auto
}

.multiselect-container.dropdown-menu>li>a {
    display: block;
    padding: 0 20px;
    clear: both;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    white-space: nowrap
}

.resource_search_container.active_advance_search button.search_button,
.resource_search_container button.search_button_advance {
    display: none
}

.resource_search_container.active_advance_search button.search_button_advance {
    background-color: #333;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1rem;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    font-family: Roboto Slab, serif;
    vertical-align: top;
    line-height: 45px;
    text-align: center
}

.vmap_block figcaption {
    font-family: Roboto Slab, serif !important;
    font-size: 17px !important;
    color: #5f3559;
    font-weight: 700;
    width: 93%;
    margin: 0 auto
}

.vmap_block_inner figure {
    margin-bottom: 0
}

.vmap_block_inner {
    border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 25px;
    min-height: 250px;
    padding-bottom: 25px
}

.brochure_con {
    flex: 1 0 500px;
    min-width: 0;
    margin-bottom: 15px;
    display: block;
    vertical-align: top;
    font-family: Roboto Slab, serif;
    border: thin solid #dadce0;
    box-sizing: border-box;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 2px;
    box-shadow: #ccc 0 0 8px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-bottom: 0;
    transition: transform .2s
}

.brochure_con:hover {
    transform-origin: 0 0;
    transform: scale(1.1);
    z-index: 11;
    box-shadow: #4b4949 0 0 5px;
    border: none
}

.brochure_header {
    background-color: #f1f8ff;
    border-color: #c8e1ff;
    padding: 16px;
    margin: -1px -1px 0;
    background-color: #f6f8fa;
    border: 1px solid #e1e4e8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.brochure_header a {
    font-family: Oswald, sans-serif;
    color: #5a365b;
    font-size: 20px
}

.file-type {
    padding: 16px;
    margin-top: -1px;
    list-style-type: none;
    border-top: 1px solid #e1e4e8;
    margin-left: 0 !important
}

.file-type .fa {
    font-size: 18px;
    color: #fff;
    background: #5f3559;
    border-radius: 100%;
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 35px
}

.file-type li {
    line-height: 33px;
    padding-top: 0;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: flex-start;
    padding-bottom: 0
}

.file-type li span {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle !important;
    margin-left: 8px;
    width: calc(100% - 80px);
    margin-right: 15px;
    word-break: break-all;
    line-height: 24px;
    align-self: center
}

.brochure_download {
    background-color: #c1895f;
    border-color: #1b1f2326;
    box-shadow: 0 1px #1b1f231a, inset 0 1px #ffffff08;
    width: 120px;
    padding: 5px;
    font-size: 14px !important;
    color: #fff !important
}

.brochure_download svg {
    fill: #fff
}

.brochure_download:hover {
    color: #fff;
    background: #5f3559
}

.file-type li:before {
    display: none !important
}

.pdf_icon {
    width: 30px
}

.pdf_icon svg {
    fill: #502851
}

.open>.dropdown-menu {
    display: block
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-color: #000;
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .35em solid transparent
}

.dropdown-toggle:after {
    padding: 0;
    transform: rotate(0)
}

.multiselect-item .input-group {
    margin-bottom: 10px
}

.multiselect-item .input-group .input-group-btn {
    width: 10px
}

.multiselect-container.dropdown-menu>li>a {
    padding: 0 5px
}

.sidebar-content.js-simplebar {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    width: 305px;
    color: #fff;
    overflow-y: auto
}

.sidebar-brand {
    position: sticky;
    top: 0;
    text-align: center;
    z-index: 1000
}

.advance_search_btn_reset a {
    background-color: #502851;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1rem;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    font-family: Roboto Slab, serif;
    vertical-align: top;
    line-height: 45px;
    text-align: center
}

.advance_search_btn_reset {
    position: absolute;
    right: -139px;
    top: 0
}

button.search_button_new {
    background-color: #333;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1rem;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    font-family: Roboto Slab, serif;
    vertical-align: top;
    line-height: 45px;
    text-align: center
}

.view_details_area .view_details_txt h3 a {
    font-size: 19.8px;
    font-weight: 700;
    color: var(--purple-stf);
    margin: 0;
    font-family: Roboto Slab, serif
}

.videoBG {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}

.videoBG iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    height: auto
}

.slider_area .owl-carousel .owl-stage-outer {
    min-height: 350px
}

.detail h4 {
    font-family: Roboto Condensed, sans-serif;
    color: #5a365b;
    padding-bottom: 15px;
    font-size: 20px;
    padding-top: 10px;
    clear: both
}

.detail .caption p {
    font-family: Roboto Condensed, sans-serif;
    color: #5a365b;
    font-size: 14px !important;
    line-height: 22px;
    margin-bottom: 0
}

.caption {
    background: #b98b594d;
    padding: 10px;
    margin-top: -16px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
    text-align: center
}

.form-pan {
    background: var(--gray-stf-v4);
    padding: 25px
}

.frontend_errors button.close {
    position: absolute;
    right: 5px;
    background: red;
    border: none;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    top: 7px
}

.frontend_errors .alert-danger:not(.alert-outline):not(.alert-outline-coloured) {
    background: #f8d7da;
    border: 1px solid #ffbaba;
    padding: 10px
}

.frontend_errors .alert p {
    font-size: 16px;
    margin-bottom: 0
}

.relative_new {
    position: relative
}

.relative_new input {
    padding-right: 30px
}

.relative_new .tick-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: green;
    font-size: 16px;
    pointer-events: none
}

@media (min-aspect-ratio: 16/9) {
    .videoBG iframe {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16/9) {
    .videoBG iframe {
        width: 300%;
        left: -100%
    }
}

#current-carousel.owl-carousel .owl-item iframe {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    height: 190px
}

.brochure_download {
    width: 150px;
    text-align: center
}

.sidebar_menusec li::marker {
    display: none;
    content: ""
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "/"
}

/*------ added 14th April/start--------*/
.sidebar-brand img {
    width: 100%;
}

.bg-purple {
    background-color: #5c366c !important;
}

.bg-blue {
    background: #00338a !important;
    margin-left: 10px;
}

.sync-button {
    display: inline-flex;
    align-items: center;
    background-color: #b98b59;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    margin-top: -5px;
}

/* SRRS brand */

.srrs-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
}

.srrs-brand-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.srrs-brand-label {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.srrs-portal-subtitle {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-top: 2px;
}

/* PDF Search */
.pdf-search-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 18px 20px 14px;
    margin-bottom: 20px;
}

.pdf-search-section h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 700;
    color: #4a2369;
    margin-bottom: 12px;
}

.pdf-search-row {
    display: flex;
    /* gap: 10px; */
    align-items: flex-end;
    flex-wrap: wrap;
    border: 1px solid #ced4da;
    border-radius: 30px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin: 18px;
}
.pdf-search-row.focused {
    border-color: #4a2369;
    box-shadow: 0 0 0 4px rgba(74, 35, 105, 0.12);
}
.pdf-search-row .form-control{border: none!important;}
.pdf-search-row .form-control:focus{border: none; outline: none; box-shadow: none;}
.pdf-search-row .input-group {
    flex: 1 1 260px;
}

.pdf-search-row .tag-select-wrap {
    flex: 0 1 200px;
}

.pdf-search-row .btn-search {
    background: #4a2369;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
}
.pdf-search-row .input-group-text {
    border: none;
    border-radius: 30px;
}
.pdf-search-row .input-group-text:focus{border: none; outline: none; box-shadow: none;}

.pdf-search-row .btn-search:hover {
    background: #3a1a52;
}

.pdf-results-area {
    margin-top: 14px;
}

.pdf-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pdf-result-item:last-child {
    border-bottom: none;
}

.pdf-result-item .pdf-icon {
    width: 32px;
    height: 32px;
    background: #e8e0f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pdf-result-item .pdf-icon i {
    color: #4a2369;
    font-size: 16px;
}

.pdf-result-item .pdf-info .pdf-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.pdf-result-item .pdf-info .pdf-desc {
    font-size: 11px;
    color: #888;
    margin: 0;
}

/* Publications */
.pub-section {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 0px;
}

.pub-section h6 {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 700;
    color: #4a2369;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.pub-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pub-list li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
}

.pub-list li:last-child {
    border-bottom: none;
}

.pub-list li a {
    color: #333;
    text-decoration: none;
}

.pub-list li a:hover {
    color: #4a2369;
    text-decoration: underline;
}

/* GCF Card */
.gcf-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 16px;
}

.gcf-card .gcf-header {
    background: #4a2369;
    color: #fff;
    padding: 10px 16px;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gcf-card .gcf-body {
    padding: 14px 16px;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    border-bottom: 1px solid #efefef;
}

.tag-select-wrap select {
    width: 100%;
    padding: 12px 10px;
    border: none!important;
    border-radius: 4px;
    font-size: 13px;
    color: #495057;
    background-color: #fff;
    text-align: right;
}
.tag-select-wrap select:focus{box-shadow: none;}
#pdfTagSelect:focus {
    outline: none;
    box-shadow: none;
}

.pdf_icon_box {
    background: #f5f0fa;
    border: 1px solid #e0d4f0;
    border-radius: 6px;
    padding: 16px;
}

.pdf_icon_box i {
    font-size: 42px;
    color: #4a2369;
}

.pdf_icon_box p {
    font-size: 10px;
    color: var(--deep-purple-stf);
    /* margin-top: 8px; */
    margin-bottom: 0;
}

.search_result_btn_pan {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-golden.small {
    font-size: 13px;
    padding: 7px 16px;
}

.pub-section p {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.view_all_volume {
    color: #4a2369;
    font-weight: 600;
}

.pdf-results-area hr {
    margin: 12px 0 10px;
}

.pdf-results-area p {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}
.accordion-body-wrap {
    overflow: hidden;
    max-height: 1000px; /* large enough to fit content */
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.accordion-body-wrap.collapsed {
    max-height: 0;
}

.gcf-card .gcf-body h3 {
    font-size: 16px;
    color: #4a2369;
    font-family: 'Roboto Slab', serif;
}


.year-accordion-btn {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    color: #4a2369;
    font-size: 14px;
}
.year-accordion-btn:last-of-type {
    border-bottom: none !important;
}
.year-accordion-btn:hover { background: #faf8fc; }
.year-accordion-btn .yr-icon {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #4a2369;
}
.year-accordion-btn.open .yr-icon {
    transform: rotate(45deg);
}
.year-items {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}
.year-items.open {
    max-height: 500px;
}
.year-items ul {
    list-style: none;
    padding: 4px 0 6px 10px;
    margin: 0;
}
.year-items ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
}
.year-items ul li:last-child { border-bottom: none; }
.year-items ul li a { color: #333; text-decoration: none; }
.year-items ul li a:hover { color: #4a2369; }


.autocomplete-wrapper {
    position: relative;
    flex: 1 1 260px;
}
.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 35px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 9999;
    max-height: 220px;
    overflow-y: auto;
    display: none;
}
.autocomplete-list.show { display: block; }
.autocomplete-item {
    padding: 9px 14px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0px;
    border-bottom: 1px solid #f5f5f5;
}
.autocomplete-item:last-child { border-bottom: none; }
.autocomplete-item:hover,
.autocomplete-item.active {
    background: #f5f0fa;
    color: #4a2369;
}
.autocomplete-item i { color: #4a2369; font-size: 12px; }
.autocomplete-item .match { font-weight: 700; color: #4a2369; }


/*------ added 14th April/end --------*/



/*------ added 16th April/start --------*/


/* ── Page Wrapper ───────────────────────────────────────── */
.srrs-wrap {
  max-width: var(--srrs-max-width);
  margin: 0 auto;
  padding: var(--srrs-space-xl) var(--srrs-space-lg) var(--srrs-space-3xl);
}


/* ── Breadcrumb ─────────────────────────────────────────── */
.srrs-topbar {
  display: flex;
  align-items: center;
  gap: var(--srrs-space-sm);
  font-size: var(--srrs-text-sm);
  color: var(--srrs-text-secondary);
  margin-bottom: var(--srrs-space-xl);
  padding-bottom: var(--srrs-space-lg);
  border-bottom: 0.5px solid var(--srrs-border-light);
}

.srrs-topbar a {
  color: var(--srrs-text-link);
}

.srrs-topbar span {
  color: var(--srrs-text-muted);
}


/* ── Two-Column Layout ──────────────────────────────────── */
.srrs-layout {
  display: grid;
  grid-template-columns: 1fr var(--srrs-sidebar-width);
  gap: var(--srrs-gap);
  align-items: start;
}

@media (max-width: 680px) {
  .srrs-layout {
    grid-template-columns: 1fr;
  }
}


/* ── Badge / Pill ───────────────────────────────────────── */
.srrs-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(24, 95, 165, 0.10);
  color: var(--srrs-info);
  font-size: var(--srrs-text-xs);
  font-weight: var(--srrs-weight-semi);
  padding: 4px 10px;
  border-radius: var(--srrs-radius-pill);
  margin-bottom: var(--srrs-space-md);
  letter-spacing: 0.03em;
}

.srrs-badge svg {
  width: 12px;
  height: 12px;
}


/* ── Document Title ─────────────────────────────────────── */
.srrs-title {
  font-family: var(--srrs-font-display);
  font-size: var(--srrs-text-2xl);
  font-weight: var(--srrs-weight-semi);
  line-height: 1.3;
  margin-bottom: var(--srrs-space-sm);
  color: var(--srrs-text-primary);
}

.srrs-subtitle {
  font-size: var(--srrs-text-md);
  color: var(--srrs-text-secondary);
  margin-bottom: var(--srrs-space-lg);
}


/* ── Meta Row ───────────────────────────────────────────── */
.srrs-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--srrs-space-lg);
  font-size: var(--srrs-text-sm);
  color: var(--srrs-text-secondary);
  margin-bottom: var(--srrs-space-xl);
  padding-bottom: var(--srrs-space-lg);
  border-bottom: 0.5px solid var(--srrs-border-light);
}

.srrs-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.srrs-meta-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}


/* ── PDF Viewer ─────────────────────────────────────────── */
.srrs-pdf-viewer {
  background: var(--srrs-bg-subtle);
  border: 0.5px solid var(--srrs-border-light);
  border-radius: var(--srrs-radius-lg);
  overflow: hidden;
  margin-bottom: var(--srrs-space-xl);
}

.srrs-pdf-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px var(--srrs-space-lg);
  border-bottom: 0.5px solid var(--srrs-border-light);
  background: var(--srrs-purple);
  font-size: var(--srrs-text-sm);
  color: var(--srrs-bg-surface);
}

.srrs-pdf-toolbar-left {
  display: flex;
  align-items: center;
  gap: var(--srrs-space-sm);
}

.srrs-pdf-toolbar-right {
  display: flex;
  align-items: center;
  gap: var(--srrs-space-sm);
}

.srrs-pdf-page {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--srrs-space-md);
}

.srrs-pdf-icon {
  width: 64px;
  height: 80px;
  background: var(--srrs-bg-surface);
  border: 0.5px solid var(--srrs-border-medium);
  border-radius: var(--srrs-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--srrs-space-xs);
  position: relative;
}

.srrs-pdf-icon::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: var(--srrs-bg-subtle);
  border-left: 0.5px solid var(--srrs-border-medium);
  border-bottom: 0.5px solid var(--srrs-border-medium);
}

.srrs-pdf-icon span {
  font-size: var(--srrs-text-xs);
  font-weight: var(--srrs-weight-semi);
  color: var(--srrs-danger);
  letter-spacing: 0.05em;
  margin-top: 6px;
}

.srrs-pdf-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 36px;
}

.srrs-pdf-line {
  height: 2px;
  background: var(--srrs-border-medium);
  border-radius: 1px;
}

.srrs-pdf-line:last-child {
  width: 70%;
}

.srrs-pdf-msg {
  font-size: var(--srrs-text-base);
  color: var(--srrs-text-secondary);
}


/* ── Buttons ────────────────────────────────────────────── */
.srrs-icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0.5px solid var(--srrs-border-medium);
  background: var(--srrs-bg-surface);
  color: var(--srrs-text-primary);
  font-size: var(--srrs-text-xs);
  font-weight: var(--srrs-weight-medium);
  padding: 5px 10px;
  border-radius: var(--srrs-radius-md);
  cursor: pointer;
  font-family: var(--srrs-font-body);
  transition: var(--srrs-transition);
}

.srrs-icon-btn:hover {
  background: var(--srrs-bg-subtle);
}

.srrs-icon-btn svg {
  width: 12px;
  height: 12px;
}

.srrs-dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--purple-stf);
  color: var(--srrs-bg-surface);
  font-size: var(--srrs-text-base);
  font-weight: var(--srrs-weight-medium);
  padding: 10px 20px;
  border-radius: var(--srrs-radius-pill);
  border: none;
  cursor: pointer;
  font-family: var(--srrs-font-body);
  letter-spacing: 0.01em;
  transition: var(--srrs-transition);
}

.srrs-dl-btn:hover {
  background: var(--srrs-navy-dark);
}

.srrs-dl-btn svg {
  width: 14px;
  height: 14px;
}


/* ── Abstract ───────────────────────────────────────────── */
.srrs-abstract {
  font-size: var(--srrs-text-md);
  line-height: 1.75;
  color: var(--srrs-text-primary);
  margin-bottom: var(--srrs-space-xl);
}

.srrs-abstract p {
  margin-bottom: var(--srrs-space-md);
}

.srrs-abstract p:last-child {
  margin-bottom: 0;
}


/* ── Section Label ──────────────────────────────────────── */
.srrs-section-label {
  font-size: var(--srrs-text-xs);
  font-weight: var(--srrs-weight-semi);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--srrs-text-muted);
  margin-bottom: var(--srrs-space-sm);
}


/* ── Tags ───────────────────────────────────────────────── */
.srrs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: var(--srrs-space-xl);
}

.srrs-tag {
  font-size: var(--srrs-text-sm);
  padding: 4px 10px;
  border-radius: var(--srrs-radius-pill);
  border: 0.5px solid var(--srrs-border-medium);
  color: var(--srrs-text-secondary);
  cursor: pointer;
  transition: var(--srrs-transition);
  background: transparent;
  font-family: var(--srrs-font-body);
}

.srrs-tag:hover {
  border-color: var(--srrs-border-strong);
  color: var(--srrs-text-primary);
  background: var(--srrs-bg-overlay);
}


/* ── Sidebar Cards ──────────────────────────────────────── */
.srrs-sidebar {
  position: sticky;
  top: var(--srrs-space-xl);
}

.srrs-card {
  background: var(--srrs-bg-surface);
  border: 0.5px solid var(--srrs-border-light);
  border-radius: var(--srrs-radius-lg);
  padding: var(--srrs-space-lg) var(--srrs-space-xl);
  margin-bottom: var(--srrs-space-md);
  box-shadow: var(--srrs-shadow-sm);
}

.srrs-card-title {
  font-size: var(--srrs-text-md);
  font-weight: var(--srrs-weight-semi);
  color: var(--srrs-text-primary);
  margin-bottom: var(--srrs-space-md);
}


/* ── Info Rows (Publication Details) ───────────────────── */
.srrs-info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: var(--srrs-text-sm);
  margin-bottom: var(--srrs-space-sm);
}

.srrs-info-row:last-child {
  margin-bottom: 0;
}

.srrs-info-label {
  color: var(--srrs-text-secondary);
}

.srrs-info-val {
  color: var(--srrs-text-primary);
  font-weight: var(--srrs-weight-medium);
  text-align: right;
  max-width: 55%;
}


/* ── Volume Pill ────────────────────────────────────────── */
.srrs-vol-pill {
  display: inline-flex;
  align-items: center;
  background: var(--purple-stf);
  color: var(--srrs-gold);
  font-size: var(--srrs-text-xs);
  font-weight: var(--srrs-weight-semi);
  padding: 3px 8px;
  border-radius: var(--srrs-radius-pill);
  letter-spacing: 0.03em;
}


/* ── Author Card ────────────────────────────────────────── */
.srrs-author-row {
  display: flex;
  align-items: center;
  gap: var(--srrs-space-md);
  margin-bottom: var(--srrs-space-md);
}

.srrs-author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--srrs-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--srrs-text-sm);
  font-weight: var(--srrs-weight-semi);
  color: var(--srrs-gold);
  flex-shrink: 0;
  font-family: var(--srrs-font-body);
}

.srrs-author-name {
  font-size: var(--srrs-text-sm);
  font-weight: var(--srrs-weight-medium);
  color: var(--srrs-text-primary);
  margin-bottom: 2px;
}

.srrs-author-degree {
  font-size: var(--srrs-text-xs);
  color: var(--srrs-text-secondary);
}

.srrs-author-bio {
  font-size: var(--srrs-text-xs);
  color: var(--srrs-text-secondary);
  line-height: 1.6;
}


/* ── Related Documents ──────────────────────────────────── */
.srrs-related-item {
  display: flex;
  gap: var(--srrs-space-md);
  padding: var(--srrs-space-sm) 0;
  border-bottom: 0.5px solid var(--srrs-border-light);
  cursor: pointer;
  transition: var(--srrs-transition);
}

.srrs-related-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.srrs-related-item:hover .srrs-related-name {
  color: var(--srrs-text-link);
}

.srrs-related-thumb {
  width: 36px;
  height: 44px;
  background: var(--srrs-bg-subtle);
  border: 0.5px solid var(--srrs-border-light);
  border-radius: var(--srrs-radius-sm);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: var(--srrs-danger);
  letter-spacing: 0.04em;
}

.srrs-related-info {
  flex: 1;
  min-width: 0;
}

.srrs-related-name {
  font-size: var(--srrs-text-sm);
  font-weight: var(--srrs-weight-medium);
  color: var(--srrs-text-primary);
  line-height: 1.35;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: var(--srrs-transition);
}

.srrs-related-meta {
  font-size: var(--srrs-text-xs);
  color: var(--srrs-text-muted);
}


/* ── Utility ────────────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   SRRS PAGINATION — CSS
   ============================================================ */

/* ── Outer wrapper ──────────────────────────────────────── */
.srrs-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px 10px;
  border-top: 1px solid var(--srrs-border-light);
  font-family: var(--srrs-font);
}

/* ── Results count ──────────────────────────────────────── */
.srrs-pagination__info {
  font-size: 13px;
  color: var(--srrs-text-muted);
  white-space: nowrap;
}

/* ── Page list ──────────────────────────────────────────── */
.srrs-pagination__pages {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* All page buttons share this base style */
.srrs-pagination__pages li a,
.srrs-pagination__pages li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--srrs-font);
  color: var(--srrs-purple);
  background: var(--srrs-bg-surface);
  border: 1px solid var(--srrs-border-light);
  border-radius: var(--srrs-radius-md);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.14s ease, border-color 0.14s ease;
  white-space: nowrap;
}

/* Hover */
.srrs-pagination__pages li a:hover {
  background: var(--srrs-purple-light);
  border-color: var(--srrs-purple);
  text-decoration: none;
}

/* Active / current page */
.srrs-pagination__pages li.active a {
  background: var(--srrs-purple);
  border-color: var(--srrs-purple);
  color: #ffffff;
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

/* Disabled (first page → no Prev / last page → no Next) */
.srrs-pagination__pages li.disabled a,
.srrs-pagination__pages li.disabled span {
  color: var(--srrs-text-muted);
  background: var(--srrs-bg-subtle);
  border-color: var(--srrs-border-light);
  pointer-events: none;
  cursor: not-allowed;
}

/* Ellipsis dots — no border, no background */
.srrs-pagination__pages li.ellipsis span {
  border: none;
  background: transparent;
  color: var(--srrs-text-muted);
  cursor: default;
  min-width: 20px;
  pointer-events: none;
}

/* Prev / Next — slightly wider padding */
.srrs-pagination__pages li.prev a,
.srrs-pagination__pages li.next a {
  padding: 0 14px;
}

/* ── Per-page selector ──────────────────────────────────── */
.srrs-pagination__perpage {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--srrs-text-secondary);
  font-family: var(--srrs-font);
  white-space: nowrap;
}

.srrs-pagination__perpage label {
  font-size: 13px;
  color: var(--srrs-text-secondary);
}

.srrs-pagination__perpage select {
  height: 36px;
  padding: 0 28px 0 10px;
  font-size: 13px;
  font-family: var(--srrs-font);
  color: var(--srrs-text-primary);
  background: var(--srrs-bg-surface)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat right 8px center;
  border: 1px solid var(--srrs-border-medium);
  border-radius: var(--srrs-radius-md);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.srrs-pagination__perpage select:focus {
  outline: none;
  border-color: var(--srrs-purple);
}

/* ── Jump to page ───────────────────────────────────────── */
.srrs-jump {
  padding: 10px 16px 14px;
  border-top: 1px solid var(--srrs-border-light);
  font-family: var(--srrs-font);
}

.srrs-jump form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.srrs-jump label {
  font-size: 13px;
  color: var(--srrs-text-secondary);
  white-space: nowrap;
}

.srrs-jump input[type="number"] {
  width: 70px;
  height: 34px;
  padding: 0 8px;
  font-size: 13px;
  font-family: var(--srrs-font);
  color: var(--srrs-text-primary);
  background: var(--srrs-bg-surface);
  border: 1px solid var(--srrs-border-medium);
  border-radius: var(--srrs-radius-md);
  text-align: center;
  -moz-appearance: textfield;
}

.srrs-jump input[type="number"]::-webkit-inner-spin-button,
.srrs-jump input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.srrs-jump input[type="number"]:focus {
  outline: none;
  border-color: var(--srrs-purple);
}

.srrs-jump button[type="submit"] {
  height: 34px;
  padding: 0 18px;
  background: var(--golden-stf);
  color: #ffffff;
  border: none;
  border-radius: var(--srrs-radius-pill);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--srrs-font);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.14s ease;
}

.srrs-jump button[type="submit"]:hover {
  background: var(--srrs-gold-dark);
}
.pag-pages li.active a {
    background: var(--srrs-purple);
    border-color: var(--srrs-purple);
    color: #ffffff;
    pointer-events: none;
}


.srrs-about-link {
    display: inline-flex;
    align-items: center;
    font-family: var(--srrs-font);
    font-size: 13px;
    color: var(--srrs-purple);
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 16px;
}
.srrs-about-link:hover { color: var(--srrs-purple-dark); }

.srrs-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.srrs-modal {
    background: #ffffff;
    border-radius: var(--srrs-radius-lg);
    width: 100%;
    max-width: 480px;
    margin: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    overflow: hidden;
}
.srrs-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--srrs-purple);
    color: #ffffff;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--srrs-font);
}
.srrs-modal-close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0 2px;
    opacity: 0.8;
}
.srrs-modal-close:hover { opacity: 1; }
.srrs-modal-body {
    padding: 20px 18px;
    font-size: 14px;
    font-family: var(--srrs-font);
    color: var(--srrs-text-primary);
    line-height: 1.7;
}
.srrs-modal-body ul { padding-left: 20px; margin: 8px 0; }
.srrs-modal-body li { margin-bottom: 4px; }
.srrs-modal-body p { margin-bottom: 10px; }
.srrs-modal-body p:last-child { margin-bottom: 0; }

/*------ added 16th April/end --------*/


/*------added on 17th April ------*/

/* ── Archive Cards ──────────────────────────────────── */
.pub-archive-card {
    background: #ffffff;
    border: 1px solid #e0d6eb;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 8px rgba(74,35,105,0.07);
}
.pub-archive-card {
    display: flex;
    flex-direction: column;
}

.pub-archive-links {
    flex: 1;
}

.pub-archive-header {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #4a2369;
    padding: 14px 18px;
}

.pub-archive-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--golden-stf);
    flex-shrink: 0;
}

.pub-archive-title {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px;
}

.pub-archive-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.65);
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.pub-archive-links {
    padding: 8px 0 5px;
}

.pub-archive-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 18px;
    text-decoration: none;
    border-bottom: 1px solid #f0eaf6;
    transition: background 0.14s ease;
}

.pub-archive-item:last-child {
    border-bottom: none;
}

.pub-archive-item:hover {
    background: #f7f3fb;
    text-decoration: none;
}

.pub-archive-item-icon {
    width: 30px;
    height: 36px;
    background: #f0eaf6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4a2369;
    flex-shrink: 0;
}

.pub-archive-item:hover .pub-archive-item-icon {
    background: #4a2369;
    color: #fff;
}

.pub-archive-item-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.pub-archive-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #4a2369;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pub-archive-item-year {
    font-size: 11px;
    color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
}

.pub-archive-arrow {
    font-size: 11px;
    color: #cccccc;
    flex-shrink: 0;
    transition: color 0.14s, transform 0.14s;
}

.pub-archive-item:hover .pub-archive-arrow {
    color: #4a2369;
    transform: translateX(3px);
}

.pub-archive-viewall {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4a2369;
    background: #f7f3fb;
    border-top: 1px solid #e0d6eb;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.14s ease;
}

.pub-archive-viewall:hover {
    background: #4a2369;
    color: #fff;
    text-decoration: none;
}
.pdf_icon_box p span {
    background: #492369;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    margin-right: 5px;
}
/*------ added on 17th April end/------*/



/*=======added on 20th April start====*/

.pdf-toolbar {
        background: var(--srrs-purple); color: #fff;
        padding: 0 16px; height: 56px;
        display: flex; align-items: center;
        justify-content: space-between; gap: 12px;
        /* position: sticky;  */
        top: 1px; z-index: 100;
        box-shadow: 0 2px 12px rgba(74,35,105,0.3);
    }
    .tb-left  { display:flex; align-items:center; gap:10px; flex:1; min-width:0; }
    .tb-center{ display:flex; align-items:center; gap:8px; flex-shrink:0; }
    .tb-right { display:flex; align-items:center; gap:8px; flex-shrink:0; }
    .pdf-doc-title { font-family:'Roboto Slab',serif; font-size:14px; font-weight:700; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:300px; line-height:1.2; }
    .pdf-doc-sub   { font-size:11px; color:rgba(255,255,255,0.6); margin-top:1px; }
    .tb-btn {
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.25);
        color: #fff; padding: 7px 14px; border-radius: 5px;
        font-size: 13px; cursor: pointer; font-weight: 600;
        display: inline-flex; align-items: center; gap: 6px;
        text-decoration: none; transition: background 0.2s; white-space:nowrap;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .tb-btn:hover { background: rgba(255,255,255,0.22); color:#fff; }
    .tb-btn.gold  { background: var(--srrs-gold-dark); border-color: var(--srrs-gold-muted); }
    .tb-btn.gold:hover { background: #b07820; color:#fff; }
    .tb-divider { width:1px; height:28px; background:rgba(255,255,255,0.2); flex-shrink:0; }

    /* Page nav in toolbar */
    .tb-page-nav {
        display:flex; align-items:center; gap:4px;
        background:rgba(0,0,0,0.15); border-radius:5px; padding:4px 8px;
    }
    .tb-page-nav a {
        color:#fff; text-decoration:none; padding:2px 7px;
        border-radius:3px; font-size:14px; opacity:0.7;
        border:1px solid rgba(255,255,255,0.2); line-height:1;
    }
    .tb-page-nav a:hover { background:rgba(255,255,255,0.15); opacity:1; }
    .tb-page-nav .pg-num {
        background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.25);
        color:#fff; border-radius:3px; font-size:10px;
        padding:2px 8px; min-width:26px; text-align:center;
    }
    .tb-page-nav .pg-sep { color:rgba(255,255,255,0.5); font-size:13px; }

    /* Zoom */
    .tb-zoom {
        display:flex; align-items:center; gap:4px;
        background:rgba(0,0,0,0.15); border-radius:5px; padding:8px 8px;
    }
    .tb-zoom a {
        color:#fff; text-decoration:none; padding:1px 6px;
        border-radius:3px; font-size:15px; line-height:1;
        border:1px solid rgba(255,255,255,0.2);
    }
    .tb-zoom a:hover { background:rgba(255,255,255,0.15); }
    .tb-zoom .zoom-val { color:rgba(255,255,255,0.8); font-size:12px; min-width:36px; text-align:center; }
    .tb-zoom .fit-btn {
        color:#fff; font-size:12px; padding:2px 8px;
        border:1px solid rgba(255,255,255,0.2); border-radius:3px;
        text-decoration:none; background:rgba(255,255,255,0.08);
    }
    .tb-zoom .fit-btn:hover { background:rgba(255,255,255,0.2); }

    /* Layout */
    .pdf-layout { display:flex; height:calc(100vh - 112px); }
    .pdf-main   { flex:1; overflow:hidden; background:#e8e4ee; }
    .pdf-main iframe { width:100%; height:100%; border:none; display:block; }

    /* Sidebar */
    .pdf-sidebar {
        width:280px; flex-shrink:0; background:#fff;
        border-left:1px solid var(--srrs-border);
        padding:16px 14px; overflow-y:auto; height:100%;
    }
    .sb-section { margin-bottom:18px; padding-bottom:18px; border-bottom:1px solid #f0ebf8; }
    .sb-section:last-child { border-bottom:none; margin-bottom:0; }
    .sb-section h6 {
        font-family:'Roboto Slab',serif; font-size:11px;
        font-weight:700; color:var(--srrs-purple);
        text-transform:uppercase; letter-spacing:0.07em;
        margin-bottom:12px; display:flex; align-items:center; gap:6px;
    }
    .meta-row { margin-bottom:10px; }
    .meta-lbl { font-size:10px; color:#bbb; text-transform:uppercase; letter-spacing:0.06em; display:block; margin-bottom:3px; }
    .meta-val { font-size:13px; color:#222; font-weight:500; }
    .tag-pill {
        display:inline-block; background:var(--srrs-purple-light);
        color:var(--srrs-purple); border-radius:20px;
        padding:4px 11px; font-size:11px; font-weight:600;
        margin:2px 3px 2px 0;
    }
    .sb-btn {
        display:flex; align-items:center; justify-content:center;
        gap:8px; width:100%; padding:10px 12px; border-radius:6px;
        font-size:13px; font-weight:700; cursor:pointer;
        border:none; margin-bottom:10px; transition:all 0.2s;
        text-decoration:none; font-family:'Roboto Condensed',sans-serif;
    }
    .sb-btn:last-child { margin-bottom:0; }
    .sb-btn.gold    { background:var(--srrs-gold-dark); color:#fff; }
    .sb-btn.gold:hover    { background:#b07820; color:#fff; }
    .sb-btn.outline { background:#fff; color:var(--purple-stf); border:2px solid var(--purple-stf-light); }
    .sb-btn.outline:hover { background:var(--srrs-purple-light); }

    /* Pages loading placeholder */
    .pages-placeholder {
        font-size:12px; color:#ccc; text-align:center;
        padding:12px 0; font-style:italic;
    }

/*=========added on 20th April end=====*/


/*=========added on 21th April start=====*/
.pdf-doc-search{width: 300px; display: flex; margin-top: 3px; margin-left: 20px;}
.pdf-doc-search span{
    flex: 0 0 auto;
    width: 80%;
    margin-right: 5px;
}
.pdf-doc-search span .form-control{
    padding: 5px;
    height: 36px;
    font-size: 14px;
}
.pdf-doc-search span span{
    flex: 0 0 auto;
    width: 20%;
    margin-right: 5px;
}

/*=========added on 21th April end=====*/


@media (max-aspect-ratio: 16/9) {
    .videoBG iframe {
        width: 300%;
        left: -100%;
    }
}

/*.sidebar-content.js-simplebar{
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0 !important;
}*/
/********************************************************
********************************************************/
/********************************************************
********************************************************/