/* ====== RojgarVala Professional Theme ====== */
:root {
  --primary: #1a2a6c;
  --primary-dark: #0f1a4a;
  --primary-light: #2d3e8e;
  --accent: #e8a020;
  --accent-dark: #c07a08;
  --accent-light: #f5c55a;
  --bg-page: #f0f4fb;
  --bg-white: #ffffff;
  --text-dark: #1a1f36;
  --text-medium: #4a5568;
  --border-color: #dde3f0;
  --shadow-md: 0 4px 20px rgba(26,42,108,0.12);
  --shadow-lg: 0 8px 32px rgba(26,42,108,0.16);
  --font-main: 'Hind', Arial, sans-serif;

  /* ── Fluid Typography Scale ──
     clamp(MIN, FLUID, MAX)
     MIN  = mobile (≤360px)
     FLUID= grows with viewport width (1vw unit)
     MAX  = desktop (≥1200px)
  ------------------------------------------------ */
  --fs-xs:   clamp(12px, 1.8vw + 8px, 14px);   /* tiny labels          */
  --fs-sm:   clamp(13px, 1.8vw + 9px, 15px);   /* small captions       */
  --fs-base: clamp(15px, 1.5vw + 11px, 17px);  /* body / links         */
  --fs-md:   clamp(16px, 1.6vw + 12px, 18px);  /* nav items, badges    */
  --fs-lg:   clamp(17px, 2vw + 12px, 20px);    /* card titles, h5      */
  --fs-xl:   clamp(19px, 2.5vw + 13px, 24px);  /* section headings h4  */
  --fs-2xl:  clamp(21px, 3vw + 14px, 28px);    /* page sub-headings h3 */
  --fs-3xl:  clamp(24px, 4vw + 15px, 34px);    /* page headings h2     */
  --fs-4xl:  clamp(28px, 5vw + 16px, 42px);    /* hero headings h1     */

  /* Line heights */
  --lh-tight:  1.25;
  --lh-normal: 1.55;
  --lh-loose:  1.75;
}

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

body {
  font-family: var(--font-main) !important;
  font-size: var(--fs-base) !important;
  line-height: var(--lh-normal) !important;
  -webkit-text-size-adjust: 100%;
}

/* ====== MENUBAR (Logo bar) ====== */
#menubar {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%) !important;
}

/* ====== HEADER NAV ====== */
.header {
  background: var(--primary) !important;
  box-shadow: 0 2px 16px rgba(26,42,108,0.25) !important;
}

.header .menu>.menu-item>a {
  font-size: var(--fs-md) !important;
  font-weight: 600 !important;
}

.header .menu>.menu-item:hover>a,
.header .menu>.menu-item>.sub-menu>.menu-item>a:hover {
  background-color: rgba(255,255,255,0.1) !important;
  color: var(--accent-light) !important;
}

.header .menu>.menu-item>.sub-menu {
  border-top: 3px solid var(--accent) !important;
}

/* ====== CARDS / SECTION HEADINGS ====== */
.card-header, .bg-info {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%) !important;
}

  /*=============root element css is here===========*/
  /*=============root element css is here===========*/

  * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box !important;
  }

  body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box !important;
    background-color: #f0f4fb !important;
    font-family: Arial, Helvetica, sans-serif;
  }


  @keyframes blob-bounce {
    0% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }

    25% {
      transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }

    50% {
      transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }

    75% {
      transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }

    100% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  }

  /*=============button  element css is end ===========*/


  @media screen and (max-width:700px) {
    .logoresponsive {
      width: auto;
      height: 70px;
    }
  }

  #menubar .row {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box !important;

  }

  #menubar::-webkit-scrollbar {
    display: none;
  }

  #menubar {
    -ms-overflow-style: none;

  }

  #menubar .headlink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #menubar .headlink>a {
    text-decoration: none;
    color: white;
    padding: 3px;
    text-transform: capitalize;
  }

  @media screen and (max-width:600px) {
    #menubar .desclaimerhide {
      display: none;
    }
        
     


  }


  #menubar .logo {
    text-align: center;
  }

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

  .header a {
    text-decoration: none;
  }

  .header .menu {
    margin-right: 50px;
  }

  /*header*/
  .header {
    font-family: Arial, Helvetica, sans-serif;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #1a2a6c;

  }


  .header-main {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;


  }

  .header .logo {
    margin-left: 50px;
  }

  .header .logo a {
    font-size: 32px;
    text-transform: capitalize;
    color: #ffff;
    text-shadow: 2px 2px 4px #000000;
    font-style: bold;
    font-family: sans-serif;
    font-weight: 600;
  }

  .header .menu>.menu-item {
    display: inline-block;
    margin-left: 15px;
    position: relative;



  }

  .header .menu>.menu-item>a {
    display: block;
    font-size: 20px;
    color: #ffff;
    text-transform: capitalize;
    font-weight: 540;
    transition: all 0.3s ease;

  }

  .header .menu>.menu-item>a .plus {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left: 5px;
    pointer-events: none;
  }

  .header .menu>.menu-item>a .plus:before,
  .header .menu>.menu-item>a .plus:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: #ffff;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
  }

  .header .menu>.menu-item:hover>a .plus:before,
  .header .menu>.menu-item:hover>a .plus:after {
    background-color: rgb(255, 255, 255);
  }

  .header .menu>.menu-item>a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
  .header .menu>.menu-item:hover>a {
    color: rgb(255, 255, 255);
    background-color: #1a2a6c;
  }

  .header .menu>.menu-item>.sub-menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 150px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffff;
    padding: 10px 0;
    border: 1px rgb(172, 172, 172);
    border-radius: 3px;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  @media screen and (min-width: 992px) {

    .header .menu>.menu-item-has-children:hover>.sub-menu {
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
    }

    .header .menu>.menu-item-has-children:hover>a .plus:after {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }

  .header .menu>.menu-item>.sub-menu>.menu-item {
    display: block;
  }

  .header .menu>.menu-item>.sub-menu>.menu-item>a {
    display: block;
    padding: 4px 10px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    transition: all 0.3s ease;
    text-transform: capitalize;
  }

  .header .open-nav-menu {
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 35px;
    background-color: #ffff;
    position: relative;

  }

  .header .open-nav-menu span:before,
  .header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    box-sizing: border-box;
  }

  .header .open-nav-menu span:before {
    top: -7px;
  }

  .header .open-nav-menu span:after {
    top: 7px;
  }

  .header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: #ffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .header .close-nav-menu img {
    width: 16px;
  }

  .header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }



  /* responsive */

  @media screen and (max-width: 991px) {

    .header .menu>.menu-item>.sub-menu {
      background: transparent;
    }

    .header .menu-overlay.active {
      visibility: visible;
      opacity: 1;
    }

    .header .nav-menu {
      position: fixed;
      right: -290px;
      visibility: hidden;
      width: auto;
      height: 100%;
      top: 0;
      overflow-y: auto;
      background: #1a2a6c;
      z-index: 1000;
      padding: 15px 0;
      transition: all 0.1s ease;
      opacity: .9;
    }

    .header .nav-menu.open {
      visibility: visible;
      right: 0px;
    }

    .header .menu>.menu-item {
      display: block;
      margin: 0;

    }

    .header .menu>.menu-item-has-children>a {
      display: flex;
      justify-content: space-between;
      align-items: center;


    }

    .header .menu>.menu-item>a {
      color: #ffff;
      padding: 8px 15px;

    }

    .header .menu>.menu-item>a .plus:before,
    .header .menu>.menu-item>a .plus:after {
      background-color: #ffff;
    }

    .header .menu>.menu-item-has-children.active>a .plus:after {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu>.menu-item>.sub-menu {
      width: 100%;
      position: relative;
      opacity: 1;
      visibility: visible;
      border: none;
      background-color: transparent;
      box-shadow: none;
      transform: translateY(0px);
      padding: 0px;
      left: auto;
      top: auto;
      max-height: 0;
      overflow: hidden;
      background-color: #ffff;
    }

    .header .menu>.menu-item>.sub-menu>.menu-item>a {
      padding: 5px 45px;
      color: #000000;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
      display: flex;
    }

    .header .logo a {
      font-size: 22px;
      font-family: courier;
      text-shadow: none;
      text-transform: capitalize;
      color: #ffff;
      font-weight: 700;
      margin-left: -15px;

    }

  }

  .menu {
    margin-right: 80px;
  }



  @media screen and (min-width: 990px) and (max-width:1200px) {
    .header .menu>.menu-item {
      display: inline-block;
      margin-left: 5px;
      position: relative;
    }

    .header .logo {
      margin-left: 20px;
    }

    .header .menu>.menu-item a {
      font-size: 19px;
    }

    .menu {
      margin-right: 40px;
    }
  }

  /*  ==============Header css End=========== */
  /* menu bar section css end here this is very improtant */
  /*  ==============Header css End=========== */



  /*  scrollnav code start here  */
  #scrollnav .scrollable-tabs-container {
    background: none;
    border-radius: 4px;
    overflow: hidden;
    position: relative;

  }

  #scrollnav .scrollable-tabs-container ul {
    display: flex;
    gap: 1px;

    margin: 0;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }



  #scrollnav .scrollable-tabs-container ul::-webkit-scrollbar {
    display: none;
  }

  #scrollnav .scrollable-tabs-container a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    background: rgb(95, 176, 233);
    background: linear-gradient(134deg, rgba(95, 176, 233, 1) 0%, rgba(245, 245, 244, 1) 0%, rgba(194, 216, 240, 1) 100%);
    padding: 6px;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
    user-select: none;
    white-space: nowrap;
    font-weight: 550;
  }


  #scrollnav .scrollable-tabs-container a:hover {
    background-color: rgb(0, 17, 255) !important;
    color: rgb(249, 5, 5);
  }


  /*  scrollnav code end here  */




  /* card section css start here  */
  /* card section css start here  */
  /* card section css start here  */
  /* card section css start here  */
  /* card section css start here  */

/* ============================================================
   ROJGARVALA – COMPLETE PROFESSIONAL THEME
   Colors: Navy #1a2a6c | Gold #e8a020 | Light Navy #2d3e8e
   ============================================================ */

/* ── GLOBAL RESETS & BASE ── */
:root {
  --rv-navy:        #1a2a6c;
  --rv-navy-dark:   #0f1a4a;
  --rv-navy-light:  #2d3e8e;
  --rv-gold:        #e8a020;
  --rv-gold-dark:   #c07a08;
  --rv-gold-light:  #f5c55a;
  --rv-bg:          #f0f4fb;
  --rv-white:       #ffffff;
  --rv-text:        #1a1f36;
  --rv-text-mid:    #4a5568;
  --rv-border:      #dde3f0;
  --rv-shadow:      0 4px 20px rgba(26,42,108,0.12);
  --rv-shadow-lg:   0 8px 32px rgba(26,42,108,0.18);
  --rv-radius:      12px;
}

body {
  background-color: var(--rv-bg) !important;
  font-family: 'Hind', Arial, sans-serif !important;
  color: var(--rv-text) !important;
}

/* ── CATEGORY QUICK LINKS (Section 1) ── */
#cardsection {
  background: linear-gradient(180deg, #e8edf8 0%, #f0f4fb 100%) !important;
  padding: 20px 0 !important;
  border-bottom: 3px solid var(--rv-gold) !important;
}

#cardsection .wrapper1,
#cardsection .wrapper2 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 6px 20px !important;
}

#cardsection .wrapper1 { margin-bottom: 0 !important; }
#cardsection .wrapper2 { margin-top: 0 !important; }

#cardsection .cal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #1a2a6c 0%, #243580 100%) !important;
  border-radius: 14px !important;
  min-height: 58px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 4px 16px rgba(26,42,108,0.22), inset 0 1px 0 rgba(255,255,255,0.08) !important;
  border: 1.5px solid rgba(255,255,255,0.10) !important;
  width: auto !important;
  height: auto !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

#cardsection .cal::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 3px !important;
  background: linear-gradient(90deg, #e8a020, #f5c55a, #e8a020) !important;
  opacity: 0 !important;
  transition: opacity 0.22s ease !important;
}

#cardsection .cal:hover::before {
  opacity: 1 !important;
}

#cardsection .cal:hover {
  background: linear-gradient(135deg, #0f1a4a 0%, #1a2a6c 100%) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 28px rgba(26,42,108,0.32) !important;
  border-color: rgba(232,160,32,0.35) !important;
}

#cardsection a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 100% !important;
  color: #fff !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  padding: 12px 8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.3 !important;
}

#cardsection a .cat-icon {
  font-size: 20px !important;
  line-height: 1 !important;
  opacity: 0.9 !important;
}

#cardsection a:hover {
  color: #f5c55a !important;
}

/* Tablet: 4 columns, slightly smaller */
@media (max-width: 900px) {
  #cardsection .wrapper1,
  #cardsection .wrapper2 {
    gap: 10px !important;
    padding: 6px 14px !important;
  }
  #cardsection .cal {
    min-height: 54px !important;
  }
  #cardsection a {
    font-size: 13.5px !important;
    padding: 11px 6px !important;
  }
  #cardsection a .cat-icon {
    font-size: 18px !important;
  }
}

/* Small tablet / large phone: 4 columns tighter */
@media (max-width: 680px) {
  #cardsection .wrapper1,
  #cardsection .wrapper2 {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 7px !important;
    padding: 5px 10px !important;
  }
  #cardsection .cal {
    min-height: 50px !important;
    border-radius: 10px !important;
  }
  #cardsection a {
    font-size: 11.5px !important;
    padding: 10px 4px !important;
    letter-spacing: 0.2px !important;
    gap: 3px !important;
  }
  #cardsection a .cat-icon {
    font-size: 16px !important;
  }
}

/* Mobile: 2x4 grid (2 columns) */
@media (max-width: 480px) {
  #cardsection {
    padding: 14px 0 !important;
  }
  #cardsection .wrapper1,
  #cardsection .wrapper2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 9px !important;
    padding: 5px 12px !important;
  }
  #cardsection .cal {
    min-height: 52px !important;
    border-radius: 11px !important;
  }
  #cardsection a {
    font-size: 13px !important;
    padding: 12px 6px !important;
    letter-spacing: 0.3px !important;
    gap: 4px !important;
  }
  #cardsection a .cat-icon {
    font-size: 18px !important;
  }
}

/* Very small phones */
@media (max-width: 360px) {
  #cardsection .wrapper1,
  #cardsection .wrapper2 {
    gap: 7px !important;
    padding: 4px 9px !important;
  }
  #cardsection .cal {
    min-height: 48px !important;
  }
  #cardsection a {
    font-size: 12px !important;
    padding: 10px 5px !important;
  }
}

/* ── SECTION HEADINGS ── */
.rv-section-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--rv-navy);
  padding-left: 14px;
  border-left: 4px solid var(--rv-gold);
  margin-bottom: 16px;
}

/* ── CARD HEADERS ── */
.card-header,
.seo-card-header,
.bg-skyblue-dark,
.bg-info {
  background: linear-gradient(135deg, var(--rv-navy) 0%, var(--rv-navy-light) 100%) !important;
  color: #fff !important;
  border-bottom: 3px solid var(--rv-gold) !important;
  padding: 12px 16px !important;
}

.card-header h2,
.card-header h3,
.card-header .h5 {
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  margin: 0 !important;
}

.card-header a,
.card-header a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

/* ── CARDS ── */
.card {
  border: none !important;
  border-radius: var(--rv-radius) !important;
  box-shadow: var(--rv-shadow) !important;
  overflow: hidden !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease !important;
}

.card:hover {
  box-shadow: var(--rv-shadow-lg) !important;
}

.card-body {
  background: #fff !important;
}

/* ── CARD FOOTER ── */
.card-footer,
#tabsection .card-footer {
  background: #fff !important;
  border-top: 1px solid var(--rv-border) !important;
  padding: 10px 16px !important;
}

/* ── LIST GROUP ITEMS (Job listings) ── */
.list-group-item {
  border: none !important;
  border-bottom: 1px dashed var(--rv-border) !important;
  padding: 9px 16px !important;
  background: #fff !important;
  transition: background 0.2s ease !important;
}

.list-group-item:last-child {
  border-bottom: none !important;
}

.list-group-item:hover {
  background: #f5f8ff !important;
}

.list-group-item a,
.list-group-item .nav-link {
  color: var(--rv-text) !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 7px !important;
  line-height: 1.5 !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.list-group-item a:hover,
.list-group-item .nav-link:hover {
  color: var(--rv-navy) !important;
  padding-left: 4px !important;
}

.list-group-item .fa-angle-double-right {
  color: var(--rv-gold-dark) !important;
  font-size: 15px !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

/* ── BUTTONS ── */
.btn-outline-info,
.btn-info {
  border-color: var(--rv-navy) !important;
  color: var(--rv-navy) !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  padding: 5px 16px !important;
  transition: all 0.25s ease !important;
}

.btn-outline-info:hover,
.btn-info:hover,
.btn-outline-info.active,
.btn-info.active,
.section-three li .active,
.section-four li .active,
.tab_btn_center li .active,
.section-four .nav-pills .btn-outline-info.active,
.section-four .nav-pills button.active,
.section-four .nav-pills .btn[aria-selected="true"] {
  background: var(--rv-navy) !important;
  border-color: var(--rv-navy) !important;
  color: #fff !important;
}

.btn-outline-info.active.btn-info.text-white {
  background: var(--rv-navy) !important;
  color: #fff !important;
}

.btn-sm {
  font-size: 14.5px !important;
  padding: 5px 14px !important;
}

/* View More button — gold accent */
.card-footer .btn-outline-info {
  border-color: var(--rv-gold-dark) !important;
  color: var(--rv-gold-dark) !important;
}

.card-footer .btn-outline-info:hover {
  background: var(--rv-gold) !important;
  border-color: var(--rv-gold) !important;
  color: #fff !important;
}

/* ── TABS ── Bootstrap override */
.nav-tabs,
.nav-pills {
  border-bottom: none !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

/* Section-three / section-four tab nav — force center (section-three only for pills) */
.section-three .nav-tabs,
.section-four .nav-tabs,
.section-three .nav-pills {
  justify-content: center !important;
  flex-wrap: wrap !important;
  border-bottom: none !important;
  gap: 8px !important;
}

/* section-four nav-pills default (non-scroll case) */
.section-four .nav-pills {
  border-bottom: none !important;
}

/* section-four: s4-tab-list overrides — scrollable row, no wrap */
.section-four .s4-tab-list,
.s4-tab-list {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
}

/* section-four: override flex-nowrap — not needed anymore */
.section-four .nav-pills.flex-nowrap {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
}

@media (max-width: 480px) {
  .section-four .s4-tab-list .btn-outline-info {
    font-size: 14px !important;
    padding: 6px 12px !important;
  }
}

/* Override Bootstrap .nav flex defaults */
ul.tab_btn_center,
ul.nav.tab_btn_center,
.section-three ul.nav.tab_btn_center,
.section-four ul.nav.tab_btn_center {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 12px 16px !important;
  list-style: none !important;
  text-decoration: none !important;
  margin: 0 !important;
  border-bottom: none !important;
  flex-direction: row !important;
}

ul.tab_btn_center .nav-item,
.section-three ul.nav.tab_btn_center .nav-item {
  padding-bottom: 0 !important;
  flex: 0 0 auto !important;
}

ul.tab_btn_center .btn-outline-info,
.section-three ul.nav.tab_btn_center .btn-outline-info {
  font-size: 14.5px !important;
  padding: 7px 18px !important;
  min-height: 36px !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
}

@media (max-width: 576px) {
  ul.tab_btn_center,
  ul.nav.tab_btn_center {
    gap: 6px !important;
    padding: 10px !important;
    justify-content: center !important;
  }
  ul.tab_btn_center .btn-outline-info {
    font-size: 14px !important;
    padding: 8px 14px !important;
    min-height: 38px !important;
  }
}

@media (max-width: 360px) {
  ul.tab_btn_center,
  ul.nav.tab_btn_center {
    gap: 6px !important;
    padding: 8px !important;
  }
  ul.tab_btn_center .btn-outline-info {
    font-size: 13.5px !important;
    padding: 7px 10px !important;
  }
}

/* ── TABLE STYLING ── */
.table {
  border-radius: var(--rv-radius) !important;
  overflow: hidden !important;
  box-shadow: var(--rv-shadow) !important;
  margin-bottom: 0 !important;
  border-color: var(--rv-border) !important;
}

.table thead tr th,
.table tr.bg-skyblue-dark th {
  background: linear-gradient(135deg, var(--rv-navy) 0%, var(--rv-navy-light) 100%) !important;
  color: #fff !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  padding: 13px 16px !important;
  border: none !important;
  border-bottom: 3px solid var(--rv-gold) !important;
}

.table thead tr th a {
  color: #fff !important;
  text-decoration: none !important;
}

.table tbody tr {
  transition: background 0.2s ease !important;
}

.table tbody tr:hover {
  background: #f0f4ff !important;
}

.table tbody td {
  padding: 9px 14px !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  border-color: var(--rv-border) !important;
  vertical-align: middle !important;
}

.table tbody td a {
  color: var(--rv-navy) !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}

.table tbody td a:hover {
  color: var(--rv-gold-dark) !important;
  text-decoration: underline !important;
}

.table-bordered {
  border: 1px solid var(--rv-border) !important;
}

/* ── BRAND / COMPANY CARDS ── */
.card.border-info {
  border: 1.5px solid var(--rv-border) !important;
  border-top: 3px solid var(--rv-navy) !important;
  border-radius: 10px !important;
  transition: all 0.25s ease !important;
}

.card.border-info:hover {
  border-top-color: var(--rv-gold) !important;
  box-shadow: var(--rv-shadow-lg) !important;
  transform: translateY(-3px) !important;
}

.card.border-info .card-body h3 {
  color: var(--rv-navy) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* ── ACCORDION / FAQ ── */
.accordion-item {
  border: 1px solid var(--rv-border) !important;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
  overflow: hidden !important;
}

.accordion-button {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--rv-text) !important;
  background: #fff !important;
  padding: 14px 18px !important;
}

.accordion-button:not(.collapsed) {
  color: var(--rv-navy) !important;
  background: #eef1ff !important;
  box-shadow: none !important;
}

.accordion-button::after {
  filter: none !important;
}

.accordion-button:not(.collapsed)::after {
  filter: none !important;
}

.accordion-body {
  font-size: 15.5px !important;
  color: var(--rv-text-mid) !important;
  line-height: 1.8 !important;
  background: #fafbff !important;
  padding: 14px 18px !important;
}

.accordion-body a {
  color: var(--rv-navy) !important;
  font-weight: 600 !important;
}

/* ── SEO TEXT CARDS ── */
.seo-text-block .card {
  border-left: 4px solid var(--rv-navy) !important;
  border-radius: var(--rv-radius) !important;
}

.seo-text-block h2 {
  color: var(--rv-navy) !important;
}

.seo-text-block .btn-info {
  background: var(--rv-navy) !important;
  color: #fff !important;
  border-color: var(--rv-navy) !important;
}

.seo-text-block .btn-info:hover {
  background: var(--rv-gold) !important;
  border-color: var(--rv-gold) !important;
}

.fa-check-circle.text-success {
  color: #22c55e !important;
}

/* ── HOME HERO ── */
.home-hero {
  background: linear-gradient(135deg, #e8eeff 0%, #f0f4fb 100%) !important;
  border-bottom: 2px solid rgba(26,42,108,0.1) !important;
}

.home-h1, .home-hero h2 {
  color: var(--rv-navy) !important;
}

/* ── FAQ HEADING ── */
.home-faq h2 {
  color: var(--rv-navy) !important;
}

/* ── SCROLL TO TOP ── */
#scrollTopBtn {
  position: fixed !important;
  bottom: 28px !important;
  right: 24px !important;
  background: linear-gradient(135deg, var(--rv-navy), var(--rv-navy-light)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  z-index: 9999 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 16px rgba(26,42,108,0.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  transition: all 0.25s ease !important;
}

#scrollTopBtn:hover {
  background: linear-gradient(135deg, var(--rv-gold), var(--rv-gold-dark)) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(232,160,32,0.4) !important;
}

/* ── ALERT / FLASH MESSAGES ── */
.alert-success {
  background: #ecfdf5 !important;
  border-color: #22c55e !important;
  color: #166534 !important;
}

.alert-danger {
  background: #fef2f2 !important;
  border-color: #ef4444 !important;
  color: #991b1b !important;
}

/* ── SECTION SPACING ── */
.section-one,
.section-two,
.section-three,
.section-four,
.section-five {
  margin-bottom: 8px !important;
}

.section-three .card-body {
  padding: 8px 0 !important;
  min-height: auto !important;
}

/* ── NAV PILLS in section-four ── */
.nav-pills .btn-outline-info {
  font-size: 15px !important;
  padding: 6px 16px !important;
  white-space: nowrap !important;
}

/* ── SECTION-THREE btn-outline-info HOVER ── */
.section-three .btn-outline-info:hover,
.section-four .btn-outline-info:hover {
  color: #fff !important;
  background: var(--rv-navy) !important;
}

/* ── LOGIN / REGISTER PAGES ── */
.card.shadow {
  border-radius: var(--rv-radius) !important;
  box-shadow: var(--rv-shadow-lg) !important;
}

  /* card section css start here */
  /* Styles defined above in main cardsection block */

  /* cardsection css end here */


  /* latest improtant liks css */
  /* latest improtant liks css */
  #indexpage .container .row {
    display: flex;
    justify-content: center;
  }

  #indexpage .card {
    margin-top: 20px;
    box-shadow: 0px 8px 8px silver;
    border: 0.7px solid red;
    border-radius: 15px;
    height: 360px;
  }

  #indexpage .bodylink {
    overflow: hidden;
  }

  #indexpage .bodylink::-webkit-scrollbar {
    display: none;
  }

  #indexpage .recentpostviewmore a {
    color: red;
    text-decoration: none;
  }

  #indexpage .bodylink>ul li a {
    display: block;
    padding: 3px;
    font-size: large;
    text-decoration: none;
    color: Green;
    font-weight: 400;
  }

  #indexpage .bodylink>a:visited {
    color: rgb(95, 2, 104);
  }

  #indexpage .heading {
    margin-top: 5px;
    font-size: 26px;
    background: -webkit-linear-gradient(rgb(255, 0, 0), rgb(68, 0, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    background-color: azure;
    border-bottom: 1px solid #b4b4b4;
  }

  @media screen and (max-width: 600px) {
    #indexpage .col-6 {
      margin-left: 0px !important;
      padding: 0px !important;
    }

    #indexpage .bodylink {
      overflow: hidden;
    }

    #indexpage .card {
      border: 0.7px solid red;
      margin-left: 2px;
      margin-right: 2px;
    }

    #indexpage .bodylink ul li a {
      text-align: left;
      font-size: 14px;
      padding: 3px;
      margin-left: 0px;
      font-weight: bold;

    }

    #indexpage .bodylink ul li a:hover {
      color: blue;
    }

    #indexpage .bodylink ul li {
      list-style: none;
      margin-left: -30px;
      border-bottom: 1px solid #8f8787;
      border-style: dashed;
      border-left: none;
      border-top: none;
      border-right: none;

    }

    #indexpage .heading {
      font-size: 22px !important;
      font-weight: 400;
      margin: 2px;
    }


  }


  @media screen and (max-width: 1000px) {
    #indexpage .bodylink a {
      margin-left: 0px;
    }
  }

  /* latest improtant liks css end here */

  /* tabsection css is start here */
  /* tabsection css is start here */
  /* tabsection css is start here */
  /* tabsection css is start here */
  #tabsection .col {
    text-align: center;
    border-radius: 15px;
  }

  #tabsection .maintablink {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
  }

  #tabsection .maintablink li {
    list-style: none;
  }

  .maintablink>.nav-item>.nav-link {
    text-transform: capitalize;
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(226, 236, 245);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
  }

  #tabsection .links {
    margin-bottom: 15px;
  }

  #tabsection .heading {
    margin-top: -12px;
    margin-bottom: 10px;
    font-size: 26px;
    background: -webkit-linear-gradient(rgb(255, 0, 0), rgb(68, 0, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    background-color: azure;
  }

  #tabsection .tab-content li {
    list-style-position: outside;
    padding: 3px;
    font-size: medium;
    margin-left: -15px;
    margin-right: -20px;
    text-align: left;

  }

  #tabsection .tab-content li a:visited {
    color: rgb(95, 2, 104);
  }


  #tabsection .tab-content ul li a {
    color: blue !important;
    font-weight: 500;

  }

  #tabsection .card {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 25px;
    border: 1px solid red;
    border-radius: 20px;
    min-height: 700px;

  }

  #tabsection .card-footer {
    position: absolute;
    bottom: 15px;
    width: 95%;


  }

  #tabsection hr {
    margin-top: -8px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 2px red;
  }

  #tabsection .card-footer {
    margin-bottom: -10px !important;
    padding: 0px !important;
  }

  #tabsection .card-footer>a {
    padding: 0px !important;
  }

  #tabsection .nav-link {
    color: black;
    border-radius: 25px !important;

  }

  #tabsection button:focus {
    border: none;
    box-shadow: none;
    outline: none !important;
  }

  #tabsection .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: rgb(255, 255, 255);
    background-color: blue !important;
  }

  #tabsection .nav-pills .nav-link {
    background-color: rgb(212, 231, 231);
  }

  @media (max-width:370px) {
    #tabsection .maintablink>li>.nav-link {
      font-size: 16px;
      padding: 7px;
    }

    #tabsection .tab-content li {
      text-align: left;
    }
  }

  @media (max-width:370px) {
    #tabsection .heading {
      font-size: 21px;
    }
  }

  @media (min-width:576px) and (max-width:770px) {
    #tabsection .heading {
      font-size: 19px;
    }

    #tabsection .maintablink>li>.nav-link {
      font-size: 14px;
      padding: 7px;
    }

    #tabsection .tab-content li {
      text-align: left;
    }
  }

  /* tabsection css is end here */
  /* tabsection css is end here */

  /* tabsection css is end here */
  /* tabsection css is end here */

  /* category section css start here */
  /* category section css start here */
  /* category section css start here */
  /* category section css start here */




  #categorysec .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    list-style: none;
    overflow-y: hidden;
    padding: 10px;
    border: none;

  }

  #categorysec .nav-tabs>li>.nav-link {
    padding: 10px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background: none;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px !important;
  }

  #categorysec .nav-tabs>li>.nav-link.active {

    color: #ffff !important;
    background: blue;
    outline: none !important;
  }

  /* #categorysec .nav-tabs>li>.nav-link:hover {
       border-bottom: 3px solid #4285f4 !important;
        
      } */

  #categorysec .tab-pane {
    padding: 15px 0;
  }

  #categorysec .tab-content {
    padding: 20px;
  }


  #categorysec .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  #categorysec .card {
    background: #fff none repeat scroll 0% 0%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
  }

  #categorysec .nav {
    flex-wrap: nowrap;
  }

  #categorysec button:focus {

    border: none;
    box-shadow: none;
    outline: none !important;

  }

  #categorysec button:hover {

    border: none;
    box-shadow: none;
    outline: none !important;

  }

  #categorysec .nav-tabs {
    border: none;
  }

  hr {
    margin-top: -7px;
  }

  #categorysec .nav-tabs .nav-item.show .nav-link {
    border: none !important;
    background-color: none;
    border-color: none;
  }

  #categorysec .nav-tabs .nav-link.active {
    border: none !important;
    background-color: none;
    border-color: none;
  }

  #categorysec button:focus {
    outline: none !important;

  }

  #categorysec .card-img-top {
    height: 75px;
    width: 75px;
    align-self: center;
  }

  #categorysec h5,
  #categorysec h6 {
    margin-top: 5px;
    color: black;
    text-align: center;

  }

  #categorysec .tab-content .col a {
    text-decoration: none !important;
  }

  @media screen and (max-width:600px) {

    #categorysec {
      margin-left: 10px;
      margin-right: 10px;

    }

    #categorysec h5,
    #categorysec h6 {
      margin-top: 5px;
      font-size: small;

    }

  }


  /* category section css end here */
  /* category section css end here */

  /* category section css end here */
  /* category section css end here */





  /* ==============footer css start here ==============*/
  /* ==============footer css start here ==============*/

  footer .card {

    text-align: center;

    padding: 2% 7%;
    color: #ffff;
    background-color: #1a2a6c;
  }

  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  footer ul>li {
    padding: 4px;
  }

  footer ul li a {
    text-decoration: none;
    color: #ffff;

  }

  footer ul li a:hover {
    text-decoration-line: underline;
    color: #ffff;
    cursor: pointer;

  }

  footer hr {
    border-width: 3px;
  }





  footer .heading {
    font-family: 'Titillium Web', sans-serif;
    color: white;
    margin-top: 10px;
    font-weight: 500;
  }

  footer .divider {
    border-top: 2px solid rgba(189, 196, 203, 0.5);
    ;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  *:focus,
  *:active {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
  }

 

  footer .wrapper .icon {
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 3px;
    width: 49px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    align-items: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #333;
    text-decoration: none;
    text-align: center;
  }

  @media screen and (max-width:450px) {
    footer .wrapper .icon {
      margin: 2px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      text-align: center;
    }
  }

  footer .wrapper .tooltip {
    position: absolute;
    top: 0;
    line-height: 1.5;
    font-size: 16px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  footer .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  footer .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  footer .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }

  footer .wrapper .whatsapp:hover,
  .wrapper .whatsapp:hover .tooltip,
  .wrapper .whatsapp:hover .tooltip::before {
    background-color: #25d366;
    color: white;
  }

  footer .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background-color: #3b5999;
    color: #ffffff;
  }

  footer .wrapper .twitter:hover,
  .wrapper .twitter:hover .tooltip,
  .wrapper .twitter:hover .tooltip::before {
    background-color: #46c1f6;
    color: #ffffff;
  }

  footer .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background-color: #e1306c;
    color: #ffffff;
  }

  footer .wrapper .telegram:hover,
  .wrapper .telegram:hover .tooltip,
  .wrapper .telegram:hover .tooltip::before {
    background-color: #333333;
    color: skyblue;
  }

  footer .wrapper .youtube:hover,
  .wrapper .youtube:hover .tooltip,
  .wrapper .youtube:hover .tooltip::before {
    background-color: #de463b;
    color: #ffffff;
  }

  ul.tab_btn_center,
  ul.nav.tab_btn_center {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    text-decoration: none !important;
    list-style: none !important;
    padding: 10px 16px !important;
    border-bottom: none !important;
  }

  .section-three li .active,
  .section-four li .active,
  .tab_btn_center li .active {
    color: white !important;
  }

  .tab_btn_center li:hover {
    color: white !important;
  }

  .section-three .btn-outline-info:hover,
  .section-four .btn-outline-info:hover {
    color: white;
  }
/* .section-one,
.section-two,
.section-three,
.section-four,
.section-five{
  padding: 30px 0px;
} */

.section-three .card-body {
     padding: 1rem 0rem!important;
}


/* ── SECTION-FOUR: Scrollable Tab Nav with Left/Right Arrows ── */
.s4-tabs-wrapper {
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.s4-tab-list {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  scroll-behavior: smooth !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}

.s4-tab-list::-webkit-scrollbar {
  display: none !important;
}

.s4-scroll-btn {
  flex-shrink: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background: var(--rv-navy, #1a2a6c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 14px !important;
  z-index: 2 !important;
  margin: 0 4px !important;
  opacity: 0.75 !important;
  transition: opacity 0.2s ease !important;
}

.s4-scroll-btn:hover {
  opacity: 1 !important;
}

.s4-scroll-btn.s4-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 480px) {
  .s4-scroll-btn {
    width: 26px !important;
    height: 26px !important;
    font-size: 13px !important;
  }
}

/* ================================================================
   FLUID TYPOGRAPHY OVERRIDES — RojgarVala
   Replaces all fixed px font-sizes with clamp() fluid values.
   Uses CSS custom properties defined in :root above.
   ================================================================ */

/* ── Global base ── */
*, *::before, *::after {
  -webkit-text-size-adjust: 100%;
}

body,
p,
li,
td,
th,
span,
label,
input,
textarea,
select {
  font-size: var(--fs-base) !important;
  line-height: var(--lh-normal) !important;
}

/* ── Headings ── */
h1, .h1 { font-size: var(--fs-4xl) !important; line-height: var(--lh-tight) !important; }
h2, .h2 { font-size: var(--fs-3xl) !important; line-height: var(--lh-tight) !important; }
h3, .h3 { font-size: var(--fs-2xl) !important; line-height: var(--lh-tight) !important; }
h4, .h4 { font-size: var(--fs-xl)  !important; line-height: var(--lh-tight) !important; }
h5, .h5 { font-size: var(--fs-lg)  !important; line-height: var(--lh-tight) !important; }
h6, .h6 { font-size: var(--fs-md)  !important; line-height: var(--lh-normal) !important; }

/* ── Card headers ── */
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header .h5 {
  font-size: var(--fs-lg) !important;
  line-height: var(--lh-tight) !important;
}

/* ── Navigation ── */
.header .menu>.menu-item>a,
.header .menu>.menu-item>.sub-menu>.menu-item>a {
  font-size: var(--fs-md) !important;
}

/* ── Buttons ── */
.btn,
.btn-outline-info,
.btn-info,
.btn-sm,
.s4-tab-list .btn {
  font-size: var(--fs-sm) !important;
}

/* ── Tab buttons (section-three / section-four) ── */
ul.tab_btn_center .btn-outline-info,
.section-three ul.nav.tab_btn_center .btn-outline-info,
.nav-pills .btn-outline-info,
.s4-tab-list .btn-outline-info {
  font-size: var(--fs-sm) !important;
}

/* ── Table text ── */
/*.rv-table thead th,*/
/*.rv-table tbody td,*/
/*.table thead tr th,*/
/*.table tbody td,*/
/*.table tbody td a {*/
/*  font-size: var(--fs-sm) !important;*/
/*  line-height: var(--lh-normal) !important;*/
/*}*/

/* ── Job card titles ── */
.card.border-info .card-body h3,
.card .card-body h3.small,
.card .card-body h3 {
  font-size: var(--fs-sm) !important;
}

/* ── Job listing links / post titles ── */
.card-body a,
.card-body .post-title,
.card-body li a {
  font-size: var(--fs-base) !important;
  line-height: var(--lh-normal) !important;
}

/* ── SEO text block ── */
.seo-text-block p,
.seo-text-block li {
  font-size: var(--fs-base) !important;
  line-height: var(--lh-loose) !important;
}
.seo-text-block h2 {
  font-size: var(--fs-lg) !important;
}

/* ── Footer ── */
footer,
footer p,
footer a,
footer li,
footer span {
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-normal) !important;
}

/* ── Home hero / h1 ── */
.home-h1,
.home-hero h2 {
  font-size: var(--fs-3xl) !important;
  line-height: var(--lh-tight) !important;
}

/* ── FAQ headings ── */
.home-faq h2 {
  font-size: var(--fs-xl) !important;
}

/* ── Scrollnav / headerLink category nav ── */
#scrollnav .scrollable-tabs-container a {
  font-size: var(--fs-sm) !important;
}

/* ── View More / CTA buttons ── */
.card-footer .btn-outline-info,
.card-footer a {
  font-size: var(--fs-sm) !important;
}

/* ── Small utility class override ── */
.small, small {
  font-size: var(--fs-xs) !important;
}

/* ── Badges ── */
.badge {
  font-size: var(--fs-xs) !important;
}

/* ── Form inputs ── */
.form-control,
.form-select {
  font-size: var(--fs-base) !important;
}

/* ── Description page content ── */
.description-content,
.description-content p,
.description-content li,
.description-content td {
  font-size: var(--fs-base) !important;
  line-height: var(--lh-loose) !important;
}

/* ================================================================
   RESPONSIVE BREAKPOINTS — extra tuning per device
   ================================================================ */

/* Large tablets & small laptops (769px – 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  body { font-size: var(--fs-base) !important; }
  h1, .h1 { font-size: clamp(22px, 3.5vw, 30px) !important; }
  h2, .h2 { font-size: clamp(19px, 3vw, 26px)  !important; }
  h3, .h3 { font-size: clamp(17px, 2.5vw, 22px) !important; }
}

/* Mobile phones (≤768px) */
/*@media (max-width: 768px) {*/
/*  body { font-size: var(--fs-base) !important; }*/
/*  h1, .h1 { font-size: clamp(20px, 5vw, 28px) !important; }*/
/*  h2, .h2 { font-size: clamp(17px, 4vw, 22px) !important; }*/
/*  h3, .h3 { font-size: clamp(15px, 3.5vw, 19px) !important; }*/
/*  .rv-table thead th,*/
/*  .rv-table tbody td,*/
/*  .table thead tr th,*/
/*  .table tbody td { font-size: var(--fs-xs) !important; }*/
/*  .card-header h2,*/
/*  .card-header h3,*/
/*  .card-header .h5 { font-size: var(--fs-md) !important; }*/
/*}*/

/* Small phones (≤480px) */
@media (max-width: 480px) {
  /*:root {*/
  /*  --fs-xs:   clamp(10px, 2.5vw, 11px);*/
  /*  --fs-sm:   clamp(11px, 2.8vw, 12px);*/
  /*  --fs-base: clamp(13px, 3.2vw, 14px);*/
  /*  --fs-md:   clamp(13px, 3.5vw, 15px);*/
  /*  --fs-lg:   clamp(14px, 4vw, 16px);*/
  /*  --fs-xl:   clamp(16px, 4.5vw, 18px);*/
  /*  --fs-2xl:  clamp(18px, 5vw, 20px);*/
  /*  --fs-3xl:  clamp(20px, 5.5vw, 24px);*/
  /*  --fs-4xl:  clamp(22px, 6vw, 28px);*/
  /*}*/
  .btn, .btn-outline-info, .btn-sm { font-size: var(--fs-xs) !important; }
}

/* Very small phones (≤360px) */
/*@media (max-width: 360px) {*/
/*  :root {*/
/*    --fs-xs:   10px;*/
/*    --fs-sm:   11px;*/
/*    --fs-base: 12px;*/
/*    --fs-md:   13px;*/
/*    --fs-lg:   14px;*/
/*    --fs-xl:   15px;*/
/*    --fs-2xl:  17px;*/
/*    --fs-3xl:  19px;*/
/*    --fs-4xl:  22px;*/
/*  }*/
/*}*/
