@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');




body {
	font-family: "Inter", sans-serif !important;
}
.innerSection a {
    color: #0088CE;
    text-decoration: underline;
    word-wrap: break-word;
}
#ot-sdk-btn-floating {
    display: none !important;
}
  span.smallText {
    font-size: 14px;
}
.innerSection a:hover {
    color: #000;
}
.promoMate {
    margin-top: 13px;
}
.supervision-text {
    text-align: right;
    margin-top: 11px;
}
.submenu-hover .dropdown-toggle:before {
    content: "";
    border: 1px solid #0088CE;
    position: absolute;
    left: 0;
    height: 68px;
    width: 100%;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    top: 0px;
}
@media screen and (min-width: 768px) {
.mobile-view {
    display: none !important;
}
.table-responsive {
    overflow-x: hidden !important;
}
}
.textBlack{
    color: #2C2C2C !important;
}
.container-1000{
    max-width: 996px;
    margin: auto;
}
.container-900 {
    max-width: 762px;
    margin: auto;
}
.section-title {
    color: #0088CE;
    font-family: "Noto Sans";
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
}
.commanBtn {
    padding: 7px 28px;
    background: #0088CE;
    text-align: center;
    align-items: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    margin: 0 auto;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    border: 1.9px solid #0088CE;
}
.commanBtn:hover {
    background-color: #fff;
    border: 1.9px solid #0088CE;
    color: #0088CE;
    text-decoration: none;
}
.commanBtn:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/right-arrow.png);
    position: absolute;
    width: 7px;
    height: 16px;
    background-size: 7px;
    background-repeat: no-repeat;
    right: 9px;
    top: 19px;
}
.commanBtn:hover:after {
    background-image: url(/wp-content/uploads/2025/08/chevron-hover.png);
    background-size: 16px;
    width: 13px;
    height: 14px;
    right: 7px;
    top: 18px;
}
.mt-auto {
    text-align: center;
}
.slider-title {
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-size: 46px;
    letter-spacing: 4.6px;
    line-height: 58px;
}
.breadcrumb a {
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}
ol.breadcrumb li.breadcrumb-item a {
    color: #0088CE;
}
.breadcrumb a:hover{
    color: #0088CE;
}
p {
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #000;
}
/*Header CSS start*/
.customHeader .navbar {
    background-color: #fff !important;
    padding: 13px;
    border-bottom: 1px solid #CDCDCD;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
}
#main-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff; /* change to your header background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.customHeader .navbar a.navbar-brand {
    color: #0088CE;
    font-weight: 700;
    font-size: 24px;
}
.innerPagesNav {
    margin-top: 21px;
}
#navbarNavDropdown .menu-item a {
    color: #616060 !important;
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding-right: 17px;
    padding-left: 17px;
}
#navbarNavDropdown .menu-item {
    margin-left: 15px;
    position: relative;
    margin-right: 15px;
}
#navbarNavDropdown .dropdown-menu .menu-item {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0088CE;
    margin: 0;
}
#navbarNavDropdown .dropdown-toggle::after {
	display: none;
}
#navbarNavDropdown .menu-item a:hover {
    color: #fff !important;
}
#navbarNavDropdown .menu-item a:hover:before {
    content: "";
    background-color: #0088CE;
    position: absolute;
    padding: 21px 26px 21px 21px;
    height: 59px;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    top: 0px;
    z-index: -1;
    left: 0;
    display: block;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    top: 57px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #0088CE;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    overflow: hidden;
    min-width: unset;
    width: fit-content;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
}
#navbarNavDropdown .dropdown-menu .menu-item a {
    padding-left: 17px;
    padding-right: 17px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#navbarNavDropdown .dropdown-menu .menu-item a::before{
    display: none;
}
#navbarNavDropdown .dropdown-menu .menu-item a:hover, #navbarNavDropdown .dropdown-menu .menu-item:hover {
    background-color: #0088CE !important;
}
#navbarNavDropdown .dropdown-menu .menu-item:last-child {
    border-bottom: unset;
}
#navbarNavDropdown .dropdown-menu .menu-item:hover a {
    color: #fff !important;
}
/*Header CSS END*/


/*Footer CSS start*/

.footer {
  background-color: #D9D9D9; /* Light grey background */
  font-size: 0.875rem;
  color: #000000;
}

.footer-icon {
  width: 40px;
  height: auto;
  cursor: pointer;
}

.footer-logo {
  width: 100px;
  height: auto;
}

.footer-text {
    line-height: 1.4;
    flex: 1;
    font-size: 13px;
    padding-right: 59px;
}

.footer-link {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}
.footerMenuText .footer-link {
    font-size: 12px;
}
.footerMenuText .footer-link:hover {
    text-decoration: none;
    color: #0088ce;
}
/*Footer CSS end */

/*Footer Navigation Start*/
.nav-card-wrapper .nav-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}

 .nav-card-wrapper .nav-card-content {
    padding: 23px 31px;
    flex-grow: 1;
  }

.nav-card-wrapper .nav-card-title {
    margin-bottom: 5px;
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.nav-card-wrapper .nav-card-sub {
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}
.nav-card-wrapper .nav-card-arrow.next, .nav-card-wrapper .nav-card-arrow.prev {
    position: relative;
    height: 100%;
    display: flex;
}
.nav-card-wrapper .nav-card-arrow.next:after, .nav-card-wrapper .nav-card-arrow.prev:after {
    content: "";
    background-color: #0088CE;
    color: #fff;
    padding: 0 18px;
}
.nav-card-wrapper {
    background-color: #f4f8fd;
    padding: 65px 0;
    margin-top: 0px;
}
.nav-card-wrapper .nav-card-arrow.next:before, .nav-card-wrapper .nav-card-arrow.prev:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/right-arrow-footer.png);
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 10px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.nav-card-wrapper .nav-card-arrow.prev:before  {
    background-image: url(/wp-content/uploads/2025/07/left-arrow.png);
}
.prevText {
    text-align: right;
}
.innerPageNav {
    background-color: unset;
}
.innerPageNav .nav-card {
    border: 1px solid #0088CE;
}
/*Inner Pages Common Banner*/
.blue-banner {
    background-color: #0088cc;
    padding: 3rem;
    color: white;
    position: relative;
}
    .banner-button {
      font-size: 0.875rem;
    }
.banner-title {
    font-family: "Noto Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: 2px;
    margin-top: 8px;
}
.innerPagesbanner {
    text-align: right;
}
.btn-info {
    color: #fff;
    background-color: #3ABCFF !important;
    border-color: #3ABCFF !important;
    font-family: "Noto Sans";
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 34px !important;
    cursor: context-menu !important;
}
.btn-info.focus, .btn-info:focus, .woocommerce-info a.button:focus, .woocommerce-info a.focus.button {
    color: #fff !important;
    background-color: #3ABCFF !important;
    border-color: #3ABCFF !important;
    box-shadow: unset !important;
}
h2.innerPageCommonh2 {
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 25px;
}
h2.innerPageCommonh2:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/heading-line.png);
    position: absolute;
    width: 100%;
    height: 5PX;
    bottom: 0px;
}
h3.innerPageCommonh3 {
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    color: #0088CE;
    margin-bottom: 15px;
}
.innerSection {
    margin-top: 85px;
}
p.InnerCommonText {
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
h5.heading5 {
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
ul.list-unstyled li {
    position: relative;
    padding-left: 36px;
    padding-bottom: 22px;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
ul.list-unstyled li:before {
    content: "";
    top: 8px;
    background-image: url(/wp-content/uploads/2025/07/check-square-1.png);
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.refrenceText {
    margin-top: 76px;
    padding-top: 56px;
    border-top: 1px dashed #747474;
}
.custom-ol {
  list-style: none;
  counter-reset: item;
  padding-left: 1.5em; /* space for numbers */
}

.custom-ol li {
    counter-increment: item;
    position: relative;
    margin-bottom: 1em;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #2C2C2C;
}

.custom-ol li::before {
    content: counter(item) ")";
    position: absolute;
    left: -23px;
}
/*31-07-2025*/
.heading3 {
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
.blueLightTag, .royalBlueTag, .lightblueTag, .goldenyellowTag, .test-box-cystoscopeTag {
    color: #fff;
    padding: 2px 9px;
    font-weight: 600;
}
.blueLightTag {
    background-color: #3F85B7;
}
.royalBlueTag {
    background-color: #00368B;
}
.lightblueTag{
    background-color: #4CB1D2;
}
.goldenyellowTag{
    background-color: #D5AD52;
}
.test-box-cystoscopeTag {
  background-color: #166495; /* deeper navy blue */
}
.test-box-urine {
  background-color: #0088CE; /* dark blue */
}

.test-box-ultrasound {
  background-color: #4CB1D2; /* light blue */
}

.test-box-cystoscope {
  background-color: #166495; /* deeper navy blue */
}
.testblueLightTag {
    background-color: #3F85B7;
}
.testroyalBlueTag {
    background-color: #00368B;
}
.custom-test-box {
    padding: 0px 28px;
    border-radius: 12px;
    color: #fff;
    min-height: 98px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
}
.custom-test-title {
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}
.twoColsection .card-body ul li {
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-bottom: 9px;
}
li {
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.storyTags .badge {
    padding: 7px 9px 7px 35px;
    color: #000000;
    position: relative;
    font-family: "Noto Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    background-color: #fff !important;
}
.storyTags .badge:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/storyIcon.png);
    width: 35px;
    height: 35px;
    position: absolute;
    background-repeat: no-repeat;
    left: 12px;
    top: 9px;
}
ol.breadcrumb li.breadcrumb-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

/* Responsive CSS  */

@media (max-width: 1024px) {
  .btn-info {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .banner-title {
    font-size: 30px;
  }

  .container-1000 {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  h2.innerPageCommonh2 {
    font-size: 28px;
    margin-bottom: 38px;
  }

  h3.innerPageCommonh3 {
    font-size: 21px;
  }

  .SymptomsDiagnosis p {
    font-size: 14px;
    line-height: 30px;
  }

  ul.list-unstyled li {
    font-size: 16px;
  }

  .footer-icon {
    width: 25px;
  }

  .footer-logo {
    width: 80px;
  }

  .footer-text {
      font-size: 10px;
      padding-right: 0px;
  }

  .leftWrapper .footer-text {
    padding-right: 0px;
  }

  .footerMenuText .footer-link {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .btn-info {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .nav-card-wrapper .nav-card-arrow.next:after, .nav-card-wrapper .nav-card-arrow.prev:after {
    min-height: 146px;
  }
  .nav-card-wrapper .nav-card-content {
    padding: 6px 17px;
  }
  .banner-title {
    font-size: 24px;
  }

  h2.innerPageCommonh2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  h3.innerPageCommonh3 {
    font-size: 18px;
  }

  .SymptomsDiagnosis p {
    font-size: 12px;
    line-height: 25px;
  }

  .SymptomsDiagnosis .paraSubText {
    font-size: 12px !important;
    line-height: 30px;
  }

  ul.list-unstyled li {
    font-size: 13px;
  }

  ul.list-unstyled li:before {
    top: 6px;
  }
  .slider-title {
    font-size: 25px;
    line-height: 42px;
}
}

@media screen and (max-width: 767px) {
  .customHeader .navbar {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
  }
  
  .custom-test-box {
    min-height: 128px;
    font-size: 15px;
  }
  .desktopSection{
    display: none !important;
  }
  .innerPageNav .col-md-6:first-child {
    margin-bottom: 26px;
  }
  .section-title {
      padding-top: 0px !important;
  }
  .blue-banner .innerPagesbanner {
    text-align: left;
  }
  .custom-list-group li.list-group-item a {
        color: #000;
        font-size: 16px;
  }
  .custom-list-group li.list-group-item a:hover, .custom-list-group li.list-group-item a:focus {
      text-decoration: none;
  }
  .banner-title {
    font-size: 36px;
    line-height: 54px;
    margin-top: 24px;
  }
  .blue-banner {
        padding: 4rem 0rem 4rem 0rem;
  }
  .blue-banner .banner-title span {
      font-size: 20px;
  }
  .container-1000 {
      margin-left: 15px;
      margin-right: 15px;
  }
  .recurrence ul.mb-0 {
    margin-top: 15px;
    padding-left: 20px;
  } 
  .btn-info {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  h3.innerPageCommonh3 br, .downarrow br {
      display: none;
  }
  .bannerText {
    text-align: left;
  }

  .bannerText p {
    font-size: 14px;
    line-height: 35px;
  }

  .innerSection {
    margin-top: 42px;
  }

  h2.innerPageCommonh2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 38px;
  }

  h3.innerPageCommonh3 {
    font-size: 24px;
    line-height: 42px;
  }

  .SymptomsDiagnosis p {
    font-size: 18px;
    line-height: 36px;
  }

  .SymptomsDiagnosis .paraSubText {
    font-size: 14px !important;
    line-height: 36px;
  }

  ul.list-unstyled li {
    font-size: 18px;
    line-height: 36px;
  }

    h5.heading5 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 17px;
    }

  .refrenceText {
        width: 100%;
        word-break: break-all;
        margin-top: 63px;
  }

  .risk-table td {
    font-size: 10px;
  }

  .risk-table tr th {
    font-size: 10px;
  }

  .early-Symptoms p {
    font-size: 17px;
    line-height: 27px;
  }

  .custom-ol li {
    line-height: 26px;
  }

  .knowledgeBox {
    gap: 30px;
  }

  .prevText {
    text-align: left;
  }

.nav-card-content .nav-card-title {
        font-size: 18px;
        line-height: 28px;
    }

  .nav-card-wrapper {
    padding: 58px 0;
  }

  .nav-card-wrapper {
    margin-top: 0px;
  }

  .footerWrapper {
    display: block !important;
    text-align: center;
  }

  div.leftWrapper {
    display: block !important;
  }

  .leftWrapper p {
        margin-top: 10px;
        padding-right: 0 !important;
        text-align: left;
  }

  .footerMenuText {
    text-align: center !important;
  }
  .main-slider .item {
      min-height: auto !important;
      display: block !important;
  }
.slider-content {
    display: inline-block;
    margin-top: 27px;
    margin-bottom: 32px;
}
.small-tag {
    font-size: 20px;
}
.slider-title {
    font-size: 32px;
    line-height: 42px;
}
.mobile-view .owl-nav {
    display: none;
}
.boxHeader {
    display: block;
}
.boxHeader h5 {
    font-size: 22px;
    margin-left: 0;
}
.commanBtn {
    width: 100%;
    text-align: left;
}
.heading3 {
    font-size: 18px;
}
.nav-card-wrapper .nav-card-content {
    padding: 26px 17px;
}
}

@media (max-width: 479px) {
  .banner-title {
    font-size: 32px;
    line-height: 42px;
  }
    .mobile-view .owl-dots {
        position: relative;
        top: 8px;
    }
  .btn-info {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .bannerText p {
    font-size: 16px;
    line-height: 30px;
  }
  .SymptomsDiagnosis p {
    font-size: 20px;
    line-height: 44px;
  }
  .early-Symptoms p {
    font-size: 19px;
  }
  .nav-card-wrapper .nav-card {
        width: 94%;
        margin: auto;
  }

  .custom-ol li {
    line-height: 26px;
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  ul.list-unstyled  {
    padding-bottom: 10px;
  }
  .nav-card-wrapper {
    padding-bottom: 40px !important;
    padding-top: 14px !important;
  }

  .SymptomsDiagnosis .paraSubText {
    font-size: 9px !important;
    line-height: 20px;
  }

  ul.list-unstyled li:before {
    top: 12px;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}

/*Mobile Header Menu*/
/* =========================================
   MOBILE STYLES - Apply when screen ≤ 768px
   ========================================= */
@media (max-width: 767px) {
  /* Remove default container padding for full-width menu */
  #main-nav .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  /* Adjust brand logo text size and padding */
  .customHeader .navbar a.navbar-brand {
    font-size: 20px;
    padding-left: 1rem;
  }
  #navbarNavDropdown .dropdown-menu .menu-item {
      padding-top: 0px;
      padding-bottom: 0px;
  }
  #navbarNavDropdown .dropdown-menu .menu-item:last-child {
      margin-bottom: 9px;
  }
  #navbarNavDropdown .dropdown-menu .menu-item:first-child {
      margin-top: 9px;
  }
  /* Mobile hamburger icon - custom image and smooth swap transition */
  .navbar-dark .navbar-toggler-icon {
    background-image: url(/wp-content/uploads/2025/08/navbar_Toggler_Icon-1.png) !important;
    width: 34px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-in-out, opacity 0.3s ease;
  }

  /* Change hamburger icon to cross when menu is open */
  .navbar-dark.menu-open .navbar-toggler-icon {
    background-image: url(/wp-content/uploads/2025/08/crossIcon.png) !important;
    opacity: 1;
  }

  /* Main menu item link styles */
  #navbarNavDropdown .menu-item a {
    color: #ffffff !important;
    border-radius: 0 !important;
    padding-left: 2rem;
    padding-block: 16px !important;
    font-size: 17px;
    font-weight: 400;
  }

  /* Parent menu item - set for dropdown icon placement */
  .menu-item-has-children {
    position: relative;
  }

  /* Plus icon for collapsed submenus */
    .menu-item-has-children::after {
        content: "";
        position: absolute;
        right: 1.2rem;
        top: 15px;
        width: 24px;
        height: 24px;
        background-image: url(/wp-content/uploads/2025/08/plusIcon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        transition: transform 0.3s ease, background-image 0.3s ease;
        transform: rotate(0deg);
        z-index: 9;
    }

  .menu-item-has-children.image-swapped::after {
    background-image: url("/wp-content/uploads/2025/08/plusIcon.png");
    transform: rotate(0deg);
  }

  /* Minus icon (accordion open) with rotation animation */
  .menu-item-has-children.open-icon::after {
    background-image: url("/wp-content/uploads/2025/08/acordionBtn.png");
    transform: rotate(180deg);
  }

  #navbarNavDropdown .menu-item a:hover {
    background-color: #0088ce;
    color: #fff !important;
    border-radius: 0 !important;
  }
  
  /* Indent submenu items */
  #navbarNavDropdown .dropdown-menu li a.dropdown-item {
    padding-left: 3rem !important;
    font-size: 14px !important;
    padding-block: 12px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  /* Mobile menu background */
  .navbar-collapse {
    background-color: #0088ce;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /* Reset menu item padding for mobile */
  #navbarNavDropdown .menu-item {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
  }
  .menu-item-has-children .dropdown-menu li {
      border-bottom: 0 !important;
  }
  /* Remove extra padding from navbar container */
  .navbar {
    padding: 0 !important;
  }

  /* Make nav list full width */
  .navbar-nav {
    width: 100%;
  }

  /* Add divider between menu items */
  .navbar-nav > .nav-item {
    border-bottom: 1px solid #166495;
  }

  /* Main nav link styles */
  .nav-link {
    display: flex;
    justify-content: space-between; /* Space text and icon */
    align-items: center;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 20px;
    text-decoration: none;
    background-color: #0088ce;
  }

  /* Dropdown container base (hidden by default) */
  .dropdown-menu {
    display: none;
    background-color: #2baae2 !important;
    padding: 0 !important;
    border: none;
    width: 100%;
    border-radius: 0 !important;
  }

  /* Add top border to dropdown menu */
  .dropdown-menu {
    border-top: 1px solid #166495 !important;
  }

  /* Dropdown item styles */
  .dropdown-item {
    padding: 12px 32px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    text-decoration: none;
    display: block;
    background-color: #2baae2;
  }

  /* ===============================
     Dropdown Animation (Container)
     =============================== */
  .dropdown-menu {
    display: block; /* Needed for animation, JS handles visibility */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth expand/collapse */
    background-color: #2baae2 !important;
    padding: 0 !important;
    border: none;
    width: 100%;
    border-radius: 0 !important;
    transform: translateY(-10px);
  }

  /* When dropdown is shown (animated open) */
  .dropdown-menu.show {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding: 0.5rem 0 !important;
  }

  /* Smooth spacing transition for parent items */
  .navbar-nav > .menu-item-has-children {
    transition: padding 0.4s ease, margin 0.4s ease;
  }

  /* =========================
     Dropdown Items Animation
     ========================= */
  .dropdown-menu li {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  /* Animate items in when dropdown is open */
  .dropdown-menu.show li {
    opacity: 1;
    transform: translateY(0);
  }

  /* Submenu base state (collapsed) */
  .menu-item-has-children .dropdown-menu {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important;
    transform: translateY(-10px);
    transition: all 0.5s ease;
  }

  /* Submenu expanded state */
    .menu-item-has-children .dropdown-menu.show {
        max-height: 500px;
        opacity: 1;
        padding: 0 !important;
        transform: translateY(0);
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}
