header .header-menu-bar {
    background-color: #FF7518;
}
/* Default styles for menu links */
header .header-menu-bar .menu-list > li > a {
    color: #ffffff !important; /* Default text color */
    background: transparent !important; /* Default background */
    position: relative;
    transition: color 0.3s, background 0.3s;
}

/* Hover and active styles for all menu items */
header .header-menu-bar .menu-list > li:hover > a,
header .header-menu-bar .menu-list > li.active > a {
    color: #333333 !important; /* Text color for hover and active state */
    background: #ffffff !important; /* Background color for hover and active state */
    border-radius: 0.3125rem;
}

/* Submenu arrow styles */
header .header-menu-bar .menu-list > li.has-submenu > a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.3125rem solid #ffffff; /* Default arrow color */
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    transition: border-top 0.3s;
}

/* Hover and active styles for submenu arrows */
header .header-menu-bar .menu-list > li.has-submenu:hover > a:after,
header .header-menu-bar .menu-list > li.active > a:after {
    border-top: 0.3125rem solid #333333 !important; /* Arrow color for hover and active state */
}

footer {
background: #292946;
}



.head-line2{
   border-left: 15px solid #cf2d1e;
   padding-left:5px;
}

/*Box link*/
.box-link ul, .frame-2 ul {
  list-style-type: none;
  font-size: 100%;
  text-align:center;
  line-height: 20pt;
  margin: 0;
  padding: 0;
  width: 100%;
}
.box-link li a, .frame-2 li a {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #333333;
  background-color: #eeeeee;
  transition: all 0.3s;
}
.box-link li a:hover, .frame-2 li a:hover {
  background-color: #FF7518;
  color:#ffffff;
}

body.dark-theme .service-box ul li a, body.dark-theme .box-link li a, body.dark-theme .footer{ background:#333333; }
body.dark-theme .side-menu ul li a:hover{background:#333333;}
body.dark-theme .menu-list > li a{color:#ffffff;}

/*more link*/
.more-link a {
    color: #ffffff;
    font-size: 14px;
    float: right;
    background-color: #FF7518;
    padding:5px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom:18px;
    text-decoration: none;
}
.more-link a:hover {
    color: #ffffff;
    background-color: #FF7518;
}


.btn-port {
    border-radius: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
.btn-port.btn-porttheme {
    background: #f2f1eb;
    color: #222831;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    font-size: 17px;
    margin: 1px 0;
    font-weight: 300;
    white-space: normal!important
}
.btn-port.btn-porttheme:hover, .btn-port.btn-porttheme:active {
    color: #FFF;
    background: #222831
}

.servicebox {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.servicebox .table .table-cell {
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 5px;
    padding: 16px 20px;
    background: #f2f1eb;
    color: #222831;
    text-align: center;
    text-transform: uppercase;
}
.servicebox a {
    margin: auto;
    color: #222831;
    display: block;
    font-weight: 500;
}
.servicebox .table .table-cell:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #222831;
    color: #fff;
    cursor: pointer;
}
.servicebox .table .table-cell:hover a {
    color: #fff;
    text-decoration: none;
}

.btn-instrument {
    color: #222831;
    width: 100%;
    text-align: left;
    font-size: 17px;
    margin: 1px 0;
    font-weight: 300;
    white-space: normal!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-left: 5px solid #8c1515
}
.btn-instrument:hover, .btn-instrument:active {
    color: #8c1515;
    border-left: 15px solid #8c1515
}

.list-underline{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-underline li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  background: #f2f1eb;
  margin-bottom:10px;
  transition: all 0.3s;
  border-radius: 5px;
}
.list-underline li a:hover {
  background-color: #222831;
  color: white;
}

.head-line4{
  text-transform: capitalize;
  margin-bottom:10px;
  border-bottom: 5px solid #FF7518;
  width: 100%;
}
.head-line4 h2{
  color:#232931;
  font-size:2rem;
  /*margin-bottom:-20px;*/
}
.head-line4 h3{
  border-bottom:0px;
    font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
  margin-bottom:0;
}

.block3d{
  /* border: 2px solid #45526C; */
  padding:30px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  background: #F8F5F1;
  border-radius:20px;
}

.side-menu ul {
  list-style-type: none;
  font-size: 110%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.side-menu ul li a {
display: block;
  font-size: 16px;
  background: #ffffff;
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  color: #333333;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side-menu ul li a:hover {
  border: 2px solid #FF7518;
  background: #FF7518;
  color: #ffffff;
}
.side-menu ul li.active a {
  border: 2px solid #FF7518;
  background: #FF7518;
  color: #ffffff;
}

.accordion-button.collapsed, .accordion-button:not(.collapsed) {
    font-size: 80%;
}
.tx-jpfaq  h2.accordion-header {font-size:130%;}

.sidemenu ul{
    font-family: 'Athiti', sans-serif;
    font-weight: 300;
	list-style-type: none;
	margin: 0;
    padding: 0;
    width: 100%;   
}

.sidemenu li a {
    display: block;
    color: #ffffff;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    background: #292946;
    margin-bottom: 5px;
}

.sidemenu li.active a {
  background-color:#6a0000;
  color:#ffffff;
  }

.sidemenu li a:hover:not(.active) {
    background-color:#FF7518;
    color: #ffffff;
}

/*Social media*/
footer .social-media-list{
    margin-bottom:100px;
    /*float:left;*/
}
footer .social-media-list ul {
    float: left;
}
footer .social-media-list ul li a {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
footer .social-media-list ul li a.facebook {
    background:#4267B2;
}
footer .social-media-list ul li a.youtube{
    background:#FF0000;
}
footer .social-media-list ul li a.twitter{
    background:#14171A;
}
footer .social-media-list ul li a.instagram{
    background:#FCAF45;
}
footer .social-media-list ul li a.line{
    background:#06C755;
}
footer .social-media-list ul li a:hover {
    background:#333333;
}

.sidebar-intro ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sidebar-intro li a {
  display: block;
  color: #000;
  padding: 5px;
  text-decoration: none;
  margin-bottom: 5px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu li.active a {
    background: #FF7518;
    border:1px solid #FF7518;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.sidebar-intro li a.active {
  border-left: 5px solid #FF7518;
}
.sidebar-intro li a:hover:not(.active) {
  background:#FF7518;
}

.btn-click:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: all 0.3s;    
}
.btn-click:hover.line{
    background: linear-gradient(to left, #a8ff78 0%, #78ffd6 100%);
}

.btn-click:hover.facebook{
    background: linear-gradient(to left, #B2FEFA 0%, #0ED2F7 100%);
}

.btn-click:hover.food{
    background: #ffffff;
    color:#3f51b5;
}

.PageTitle h2{
    color:#FF7518;
}

/*Service box 2*/
.frame-22 ul li a {
  background-image: linear-gradient(104deg, #c12b00, #d65502, #eb7909, #ff9b12);
}

.frame-22 ul li a:hover {
  background-image: linear-gradient(104deg, #c12b00, #d65502, #eb7909, #ff9b12);
}

.frame-14 h2 {
    border-bottom: 10px solid #FF7518;
}

.nav-tabs {
    border-bottom: 1px solid #FF7518;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FF7518;
    background-color: #fff;
    border-bottom: 5px solid #FF7518;
    border-color: #ffffff #ffffff #FF7518 #ffffff;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color:#ffffff #ffffff #333333 #ffffff;
    border-bottom: 5px solid #FF7518;
	color:#FF7518;
}

.bg-primary {
    background-color: #292946 !important;
}

.special-layout.layout-69 a, 
.special-layout.layout-69 .teaser,
.special-layout.layout-69 .teaser p {
    color: #ffffff !important;
}
.special-layout.layout-69 a:hover {
    color: #FF7518 !important; 
    text-decoration: underline;
}
.special-layout h5, .special-layout h3{
    font-size: 1.5rem !important;
}

/* ==========================================================
   HIGHLIGHT SECTION - CLEAN & MINIMAL GLASSMORPHISM STYLING
   ========================================================== */
/* --- 1. Main Section Container & Ambient Glow --- */
.highlight-section {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(135deg, #120318 0%, #20203E 50%, #2A0503 100%) !important;
    overflow: hidden;
}

/* Ambient Background Lights */
.highlight-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(207, 45, 30, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.highlight-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.highlight-section .container {
    position: relative;
    z-index: 2;
}

/* --- 2. Glassmorphism Card Layout (.std-301) --- */
.highlight-section .std-301 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Static subtle hover state for interactive feedback without layout shifts */
.highlight-section .std-301:hover {
    border-color: rgba(252, 217, 0, 0.3);
}

/* --- 3. Featured Image Styling --- */
.highlight-section .col-lg-5 .mb-2 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 0 !important;
}

.highlight-section img.img-fluid {
    width: 100%;
    height: 100%;
    /* max-height: 320px; */
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* --- 4. Content Area & Typography --- */
.highlight-section .col-lg-7 .pb-4 {
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Dynamic Highlight Badge */
.highlight-section .col-lg-7 .pb-4::before {
    content: "WELLNESS CENTER HIGHLIGHT";
    display: inline-block;
    align-self: flex-start;
    padding: 4px 12px;
    background: linear-gradient(90deg, #CF2D1E 0%, #E10600 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    border-radius: 20px;
    margin-bottom: 12px;
}

/* Headline Title Link */
.highlight-section h3.color-yellow, .highlight-section h3 a.color-yellow {
    color: #FCD900 !important;
    font-size: 1.55rem !important;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none !important;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.highlight-section h3 a.color-yellow:hover {
    color: #ffffff !important;
}

/* News Description Text */
.highlight-section .color-white {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 300;
}

.highlight-section .color-white strong {
    color: #ffffff;
    font-weight: 600;
}

/* --- 5. Responsive Styles (Tablet & Mobile) --- */
@media (max-width: 991.98px) {
    .highlight-section {
        padding: 35px 0;
    }

    .highlight-section .std-301 {
        padding: 20px;
    }

    .highlight-section h3.color-yellow, .highlight-section h3 a.color-yellow {
        font-size: 1.3rem !important;
    }

    .highlight-section img.img-fluid {
        max-height: 240px;
    }

    .highlight-section .col-lg-7 {
        margin-top: 15px;
    }
}