.off-canvas > .cstm-shade {
  width: 0;
  height: 0;
  position: fixed;
  top: 145px;
  left: 0;
  transition: background 0.5s ease, width 0s ease 0.5s, height 0s ease 0.5s;
  z-index: 100000;
}

.off-canvas > input[type="checkbox"] {
  display: none;
}

.off-canvas > input[type="checkbox"]:checked ~ .cstm-shade {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  transition: background 0.5s ease;
}

.off-canvas > .cstm-shade > .cstm-navi {
  background: white;
  width: 300px;
  height: 100%;
  position: fixed;
  right: -300px;
  transition: right 0.5s ease;
}

.off-canvas > input[type="checkbox"]:checked ~ .cstm-shade > .cstm-navi {
  right: 0;
}

.cstm-navi-content {
  padding: 15px;
  padding-top: 15px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
}
/*  pupup */

.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; 
  }

.reveal-modal {
  visibility: hidden;
  top: 100px; 
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
  }
  
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
}
#myModal p{font-size: 12px;}
#myModal input {font-size: 12px;}
#thank_register{display: none;}
.desktop_menu_right{
  width: 100%;
  display: flex;
}
  
#nav li a,#nav li {
  float:left;
}
  
#nav li {
  list-style:none;
  position:relative;
}
  
#nav li a {
  line-height: 41px;
  padding:5px 20px;
  text-decoration:none;
  margin:0;
  font-size: 14px;
  font-weight: 600;
  text-transform:uppercase;
}
#nav li .have-child:after {
  content: url(../images/down-chevron.png);
  font-family: 'simple-line-icons';
  margin-left: 5px;
  line-height: 2;
}
#nav li:first-child a{
  padding-left: 0px;
}
#nav li ul li:first-child a{
  padding-left: 20px !important;
}
#nav li ul {
  z-index: 1000;
    display:none;
    position:absolute;
    left:0;
    top:100%;
    padding:0;
    margin:0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16)
} /* hide submenu */
  
#nav li:hover > ul {
  display:block;
} /* show submenu on hover */
#navigation, #nav li ul li, #nav li ul li a{
  background: #fff;
}
#nav li a:hover, #nav li ul li,#nav li ul li a,#nav li ul li a:hover  {
  color: #00234d; 
}
#nav li a{
  color: #222;
}

.icon-bar {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  padding-top: 2px;
}
.icon-bar span {
  width: 20px;
  display: block;
  background: #fff;
  height: 2px;
  margin-bottom: 5px;
}
.icon-bar span:nth-child(2) {
  width: 16px;
}
#nav li ul li,#nav li ul li a {
    float:none;
    min-width: 220px; /* submenu item minimal width */
    line-height: 30px;
    border-right: 0;
    text-shadow: none;
    display:block;
    font-size: 13px;
    font-weight:400;
    text-transform:inherit;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
} /* Submenu item */
  
#nav li ul li {
  display:inline; /* for IE */
}
  
  /* == 12. Sub-Sub Menu == */
#nav li ul li ul {
  display:none;
}
  
#nav li ul li:hover ul {
  left:100%;
  top:0;
}
#nav li a:hover,.searchfield:focus,.searchfield:not(:focus){
  -webkit-transition-property:width; 
  -webkit-transition-duration: 0.5s, 0.5s; 
  -webkit-transition-timing-function: linear, ease-out;
}

#menu_div:hover,#navigation:hover,#nav li ul a, #menu_div,#navigation, #nav li a, #menu_div:not(:hover), #navigation:not(:hover)
{
  -webkit-transition-property:opacity; 
  -webkit-transition-duration: 0.5s, 0.5s; /* duration in seconds */
  -webkit-transition-timing-function: linear, ease-out;
} /* Menu transparency animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

/* Tab */
.r-tabs-nav{
  position: relative;
  text-align: center;
}
.r-tabs-nav li a{
  margin: 0 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  padding-bottom: 15px;
  color: #222;
  font-family: 'Roboto';
}
.r-tabs-nav li.active a::before,.r-tabs-nav li a:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.r-tabs-nav li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scale(0);
	border-bottom: 2px solid;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.r-tabs-nav .r-tabs-state-active a {
  color: #c09578;
}
.r-tabs-nav .r-tabs-state-active a::before,.r-tabs-nav .r-tabs-state-activei a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.owl-nav{
  position: absolute;
  top: -55px;
  right: 0px;
  background: #fff;
  margin-left: 5px;
  padding-left: 5px;
  display: flex;
}
.owl-prev,
.owl-next{
  height: 32px;
  width: 32px;
  border-radius: 3px;
  background-color: #ebebeb !important;
  margin-left: 5px;
}
.owl-prev:hover,
.owl-next:hover{
  background-color: #5ea201 !important;
}
.am-prev:hover:before,
.am-next:hover:before{
  color: #fff !important;
}
.owl-dots{
  position: absolute;
  top: 7px;
  right: 0px;
}
.owl-next{

}
.am-prev::before{
  font-family: "FontAwesome";
  content: "\f105" !important;
  color: #999 !important;
}
.am-next::before{
  font-family: "FontAwesome";
  content: "\f104" !important;
  color: #999 !important;
}



.hal { position:fixed;
  right:0px;
  bottom:20px;
  width:90px;
  z-index:9999;}
.halitem {position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;display: block;}
.halbg {
  width: 60px;
  height: 60px;
  top: 15px;
  left: 15px;
  position: absolute;
  box-shadow: 0 0 0 0 #dd3333;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: zigzag 2.3s infinite ease-in-out;
  animation: zigzag 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;}
  .halimg {
  width: 40px;height: 40px;
  line-height: 40px;top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: zigzag 2s infinite ease-in-out;
  animation: zigzag 2s infinite ease-in-out;}
.halimg a {display:block;}
.halcontent {
  color: #fff;
  padding: 10px 15px;
  border-radius:99px;
  position:absolute;
  z-index:0;
  top:22px;
  transition-duration:2s;
  display:none;
  margin-left:-120px;
  font-size:100%;
  width:180px;
  transition-duration:2s;}
.halitem:hover 
.halcontent {display:block;}
.halmobile {
  position:fixed!important;
  right:0px;
  bottom:0px;
  width:100%;
  z-index:99999!important;}
.mobileicon {
  float:left;
  text-align:center;
  padding: 5px 0;position:relative;
  z-index:99999!important;
  border-right:1px solid #fff;}
.mobileicon img {width: 30px;}
.mobileicon p {
  margin-bottom:0;}
.mobileicon a {color: #fff;}
.mobileicon img {
  justify-content: center;
  -webkit-animation: zigzag 2s infinite ease-in-out;
  animation: zigzag 2s infinite ease-in-out;}
@-webkit-keyframes zigzag {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  }
@keyframes zigzag {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  }
@-webkit-keyframes zoom{
  0%{transform:scale(.9)}
  70%{transform:scale(1);
  box-shadow:0 0 0 15px transparent}
  100%{transform:scale(.9);
  box-shadow:0 0 0 0 transparent}
  }
@keyframes zoom{
  0%{transform:scale(.9)}
  70%{transform:scale(1);
  box-shadow:0 0 0 15px transparent}
  100%{transform:scale(.9);
  box-shadow:0 0 0 0 transparent}
  }
img {
      max-width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: middle;
  }
  .hotline-footer{
      display: none;
  }

  .tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
    color: #00234d;
  }
  .tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active::after {
    width: 25px;
    height: 2px;
    background: #00234d;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tabs.style__horizontal .tabs__nav .tabs__nav_link {
    border-bottom: 0;
    margin: 0 3px;
    padding: 10px 30px;
    display: block;
    font-size: 17px;
    color: #333;
    position: relative;
  }
  .tabs__nav{
    margin: 20px 0;
    padding: 35px 0;
  }
  .icon{
    filter: invert(1);
  }

/* ====================================
   TEMPLATE24 - STITCH TERMIGUARD DESIGN
   ==================================== */

/* --------------------------------
   1. HEADER (Stitch Style)
   -------------------------------- */
.t24-header {
  background: #f9f9ff;
  border-bottom: 1px solid #c3c6d2;
}

.t24-header-top {
  position: relative;
  z-index: 50;
}

.t24-header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t24-logo {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #00234d;
  text-decoration: none;
}

/* --------------------------------
   1b. MAIN MENU (Desktop) - Below Header
   -------------------------------- */
.t24-desktop-nav {
  background: #00234d;
  padding: 0;
  margin: 0;
}

.t24-desktop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.t24-desktop-nav ul li {
  margin: 0;
}

.t24-desktop-nav ul li a {
  display: block;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 500;
  background-color: #f9f9ff;
  color: #00234d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s ease;
}

.t24-desktop-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  background: #fd761a;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.t24-desktop-nav ul li a:hover::after,
.t24-desktop-nav ul li a.active::after {
  transform: scaleX(1);
}

.t24-desktop-nav ul li a:hover,
.t24-desktop-nav ul li a.active {
  color: #00234d;
  font-weight: 700;
}

.t24-menu-list {
  background-color: #f9f9ff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
}

.t24-menu-item {
  position: relative;
}

.t24-menu-link,
.t24-nav-link {
  display: block;
  padding: 18px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #00234d;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.t24-menu-link::after,
.t24-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #fd761a;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.t24-menu-link:hover,
.t24-nav-link:hover {
  color: #00234d;
}

.t24-menu-link:hover::after,
.t24-nav-link:hover::after,
.t24-menu-link.active::after,
.t24-nav-link.active::after {
  transform: scaleX(1);
}

.t24-menu-link.active,
.t24-nav-link.active {
  color: #00234d;
}

.t24-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.t24-header-btn {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7eeff;
  color: #00234d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.t24-header-btn:hover {
  background: #00234d;
  color: #fff;
}

.t24-header-btn i {
  font-size: 18px;
}

.t24-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  background: #fd761a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t24-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: #e7eeff;
  border: none;
  border-radius: 50%;
  color: #00234d;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.t24-mobile-toggle:hover {
  background: #00234d;
  color: #fff;
}

/* Mobile Menu Toggle - 3 bars icon */
.mobimenuicon {
  display: none;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 15px;
  background: #e7eeff;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #00234d;
  cursor: pointer;
}

.mobimenuicon i {
  font-size: 18px;
}

/* Mobile Menu */
.t24-mobile-menu,
#menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  transition: right 0.3s ease, transform 0.3s ease;
  overflow-y: auto;
  box-shadow: -5px 0 30px rgba(0,0,0,0.15);
}

#menu.open {
  right: 0;
}

/* Mobile Menu Navigation */
#menu .ul_mainmenu {
  display: block !important;
  visibility: visible !important;
  list-style: none;
  padding: 0;
  margin: 0;
  float: none !important;
  position: static !important;
}

#menu .ul_mainmenu > li,
#menu .ul_mainmenu > li > span,
#menu .ul_mainmenu > li > span > a {
  float: none !important;
  display: block !important;
  position: static !important;
}

#menu .ul_mainmenu > li {
  border-bottom: 1px solid #f0f0f0;
}

#menu .ul_mainmenu > li > span > a {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

#menu .ul_mainmenu > li > span > a:hover {
  background: #f8f9ff;
  color: #00234d;
}

/* Submenu - Hidden by default */
#menu .ul_mainmenu li ul {
  display: none !important;
  list-style: none;
  padding: 0;
  margin: 0;
  float: none !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  z-index: auto !important;
}

#menu .ul_mainmenu li ul li,
#menu .ul_mainmenu li ul li span,
#menu .ul_mainmenu li ul li span a {
  float: none !important;
  display: block !important;
}

#menu .ul_mainmenu li ul li a {
  padding: 14px 20px 14px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #eee;
}

#menu .ul_mainmenu li ul li a:hover {
  background: #f8f9ff;
  color: #00234d;
}

/* Submenu - Show when active */
#menu .ul_mainmenu li.active > ul {
  display: block !important;
}

/* Submenu toggle icon */
#menu .ul_mainmenu li > span > a.have-child::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: auto;
  float: right;
}

#menu .ul_mainmenu li.active > span > a.have-child::after {
  transform: rotate(180deg);
}

/* Menu Header */
#menu .menu-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(135deg, #00234d 0%, #003d82 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

#menu .menu-header span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#menu .menu-header i {
  font-size: 14px;
  margin-right: 6px;
}

#menu .menu-close {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#menu .menu-close:hover {
  background: rgba(255,255,255,0.3);
  transform: rotate(90deg);
}

/* Menu Navigation */
#menu .nav {
  padding: 0;
  list-style: none;
  margin: 0;
}

#menu .nav li {
  border-bottom: 1px solid #f0f0f0;
}

#menu .nav li:first-child {
  display: none;
}

/* Main menu item structure: li > span > a */
#menu .nav li span {
  display: block;
}

#menu .nav li span a {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

#menu .nav li span a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #00234d;
  transform: scaleY(0);
  transition: transform 0.2s ease;
}

#menu .nav li span a:hover {
  background: #f8f9ff;
  color: #00234d;
  padding-left: 28px;
}

#menu .nav li span a:hover::before {
  transform: scaleY(1);
}

/* Legacy support for direct li > a */
#menu .nav li a:not([href="/"]) {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

#menu .nav li a:not([href="/"])::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #00234d;
  transform: scaleY(0);
  transition: transform 0.2s ease;
}

#menu .nav li a:not([href="/"]):hover {
  background: #f8f9ff;
  color: #00234d;
  padding-left: 28px;
}

#menu .nav li a:not([href="/"]):hover::before {
  transform: scaleY(1);
}

#menu .nav li span a i,
#menu .nav li a:not([href="/"]) i {
  margin-right: 12px;
  font-size: 16px;
  color: #00234d;
  width: 20px;
  text-align: center;
}

/* Submenu styling if exists */
#menu .nav li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f8f9fa;
}

#menu .nav li ul li a {
  padding-left: 50px;
  font-size: 14px;
  color: #555;
}

#menu .nav li ul li a:hover {
  padding-left: 56px;
  color: #00234d;
}

/* Mobile overlay */
.t24-mobile-overlay,
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#menu-overlay.open,
.t24-mobile-overlay.open {
  opacity: 1;
  visibility: visible;
}

.t24-mobile-menu.open {
  right: 0;
}

body.menu-open {
  overflow: hidden;
}

.t24-mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #00234d;
  color: #fff;
}

.t24-mobile-menu-title {
  font-size: 18px;
  font-weight: 700;
}

.t24-mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 4px;
}

.t24-mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.t24-mobile-menu-link {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #111c2d;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.t24-mobile-menu-link:hover,
.t24-mobile-menu-link.active {
  background: #f0f3ff;
  color: #00234d;
}

.t24-mobile-menu-footer {
  padding: 20px;
  background: #f0f3ff;
}

.t24-mobile-menu-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fd761a;
  color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.t24-mobile-menu-phone:hover {
  background: #e66a18;
  color: #fff;
}

/* --------------------------------
   2. HERO SECTION
   -------------------------------- */
.t24-hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.t24-hero-container {
  position: relative;
  width: 100%;
}

.t24-hero-bg {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.t24-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 35, 77, 0.9) 0%, rgba(0, 35, 77, 0.6) 100%);
  z-index: 1;
}

.t24-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  color: #fff;
}

.t24-hero-content h1 {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  max-width: 600px;
}

.t24-hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.t24-hero-subtitle {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 500px;
  color: #d8e3fb;
}

.t24-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.t24-btn-primary {
  background: #fd761a;
  color: #fff;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.t24-btn-primary:hover {
  background: #e66a18;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.t24-btn-secondary {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.t24-btn-secondary:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* --------------------------------
   2. SECTION COMMON STYLES
   -------------------------------- */
.t24-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.t24-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.t24-section-tag {
  display: inline-block;
  color: #9d4300;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 8px;
}

.t24-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #00234d;
  margin: 0;
}

/* --------------------------------
   3. WHY CHOOSE US SECTION
   -------------------------------- */
.t24-why-section {
  padding: 96px 0;
  background: #e7eeff;
}

.t24-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.t24-why-item {
  background: #fff;
  padding: 40px;
  border: 1px solid #c3c6d2;
  transition: all 0.3s ease;
}

.t24-why-item:hover {
  border-color: #00234d;
  box-shadow: 0 10px 40px rgba(0,35,77,0.1);
}

.t24-why-icon {
  width: 64px;
  height: 64px;
  background: #003875;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.t24-why-item:hover .t24-why-icon {
  transform: scale(1.1);
}

.t24-why-icon i {
  font-size: 28px;
  color: #fff;
}

.t24-why-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.t24-why-title {
  font-size: 18px;
  font-weight: 600;
  color: #111c2d;
  margin-bottom: 12px;
}

.t24-why-desc {
  font-size: 14px;
  color: #434750;
  line-height: 1.6;
}

/* --------------------------------
   4. SERVICES SECTION - Left Title + Right Cards
   -------------------------------- */
.t24-services-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #003875 0%, #00234d 100%);
}

.t24-services-section .t24-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.t24-services-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: center;
}

/* Left: Title & Description */
.t24-services-left {
  padding-right: 20px;
}

.t24-services-title {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}

.t24-services-desc {
  font-size: 15px;
  color: #ffb690;
  line-height: 1.7;
  margin: 0 0 24px;
}

.t24-services-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fd761a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.t24-services-link:hover {
  color: #fff;
}

.t24-services-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.t24-services-link:hover i {
  transform: translateX(4px);
}

/* Right: Services Cards */
.t24-services-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.t24-service-card {
  background-color: rgb(0 56 117 / var(--tw-bg-opacity, 1));
  /* border-radius: 12px; */
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.t24-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.t24-service-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  /* background-color: #f0f3ff; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.t24-service-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.t24-service-card:hover .t24-service-img img {
  transform: scale(1.05);
}

.t24-service-body {
  padding: 16px;
}

.t24-service-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.t24-service-desc {
  font-size: 13px;
  color: rgb(170 199 255 / var(--tw-text-opacity, 1));
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 1199px) {
  .t24-services-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .t24-services-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .t24-services-left {
    text-align: center;
    padding-right: 0;
  }
  .t24-services-right {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .t24-services-section {
    padding: 48px 0;
  }
  .t24-services-section .t24-container {
    padding: 0 20px;
  }
  .t24-services-right {
    grid-template-columns: 1fr;
  }
  .t24-services-title {
    font-size: 24px;
  }
}

/* --------------------------------
   5. PRODUCTS SECTION
   -------------------------------- */
.t24-products-section {
  padding: 96px 0;
  background: #f0f3ff;
}

.t24-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.t24-product-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.t24-product-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  transform: translateY(-5px);
  border: none;
}
.t24-product-card:focus-visible {
  border: none;
}

.t24-product-img {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e7eeff;
}

.t24-product-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.t24-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.t24-product-card:hover .t24-product-img img {
  transform: scale(1.05);
}


.t24-product-badge--new {
  background: #5ea201;
}

.t24-product-body {
  padding: 20px;
}

.t24-product-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
}

.t24-product-name a {
  color: #00234d;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t24-product-name a:hover {
  color: #9d4300;
}

.t24-product-price {
  margin-bottom: 16px;
}

.t24-price-sale {
  font-size: 18px;
  font-weight: 700;
  color: #9d4300;
}

.t24-price-original {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}

/* --------------------------------
   HOT NEWS SECTION - Dark Theme with Left Title + Right Cards
   -------------------------------- */
.t24-hotnews-section {
  background: linear-gradient(135deg, #003875 0%, #00234d 100%);
  padding: 64px 0;
}

.t24-hotnews-section .t24-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.t24-hotnews-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: center;
}

/* Left: Title & Description */
.t24-hotnews-left {
  padding-right: 20px;
}

.t24-hotnews-title {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.3;
}

.t24-hotnews-desc {
  font-size: 16px;
  color: #ffb690;
  line-height: 1.6;
  margin: 0 0 24px;
}

.t24-hotnews-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #ffb690;
  text-decoration: none;
  transition: all 0.3s ease;
}

.t24-hotnews-link:hover {
  color: #fff;
}

.t24-hotnews-link .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s ease;
}

.t24-hotnews-link:hover .material-symbols-outlined {
  transform: translateX(5px);
}

/* Right: News Cards Grid */
.t24-hotnews-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.t24-news-card {
  background: #003875;
  padding: 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.t24-news-card:hover {
  background: #783200;
  transform: translateY(-3px);
}

.t24-news-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}

.t24-news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: all 0.5s ease;
}

.t24-news-card:hover .t24-news-card-img img {
  opacity: 1;
  transform: scale(1.05);
}

.t24-news-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #ffb690;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.t24-news-card-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t24-news-card-name a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.t24-news-card-excerpt {
  font-size: 13px;
  color: #ffb690;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 991px) {
  .t24-hotnews-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .t24-hotnews-left {
    text-align: center;
    padding-right: 0;
  }
  .t24-hotnews-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .t24-hotnews-section {
    padding: 48px 0;
  }
  .t24-hotnews-section .t24-container {
    padding: 0 20px;
  }
  .t24-hotnews-right {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------
   FEATURED PRODUCTS SECTION
   -------------------------------- */
.t24-products-section {
  background: #f0f3ff;
  padding: 80px 0;
}

.t24-products-section .t24-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.t24-products-section .t24-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.t24-products-section .t24-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #00234d;
  margin: 0;
}

.t24-products-section .t24-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.t24-products-section .t24-product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.t24-products-section .t24-product-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.t24-products-section .t24-product-img {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f5f5;
}

.t24-products-section .t24-product-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.t24-products-section .t24-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.t24-products-section .t24-product-card:hover .t24-product-img img {
  transform: scale(1.05);
}

.t24-products-section .t24-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 1;
}

.t24-products-section .t24-product-badge--new {
  background: #5ea201;
}

.t24-products-section .t24-product-body {
  padding: 20px;
}

.t24-products-section .t24-product-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t24-products-section .t24-product-name a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.2s;
}

.t24-products-section .t24-product-name a:hover {
  color: #fd761a;
}

.t24-products-section .t24-product-price {
  margin-bottom: 0;
}

.t24-products-section .t24-price-sale {
  font-size: 18px;
  font-weight: 700;
  color: #fd761a;
}

.t24-products-section .t24-price-original {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}

@media (max-width: 1199px) {
  .t24-products-section .t24-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .t24-products-section .t24-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .t24-slide {
    min-height: 300px !important;
    padding: 40px 16px;
    display: flex !important;
  }

  .t24-slide-content {
    padding: 0 16px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .t24-slide-content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    max-width: 100% !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 16px;
  }

  .t24-hero-btn {
    padding: 12px 32px;
    font-size: 13px;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #e53935;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: auto;
  }

  .t24-slide-prev,
  .t24-slide-next {
    display: none;
  }

  .t24-hero-default {
    min-height: 300px;
    padding: 40px 16px;
  }

  .t24-hero-default .t24-slide-content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #fff !important;
    text-align: center;
    margin-bottom: 16px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .t24-products-section {
    position: relative;
    z-index: 10;
    background: #f0f3ff;
  }

  .t24-slide {
    min-height: 400px;
  }

  .t24-slide-content h2,
  .t24-hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .t24-hero-btn {
    padding: 14px 36px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .t24-products-section {
    padding: 48px 0;
    position: relative;
    z-index: 10;
    background: #f0f3ff;
  }
  .t24-products-section .t24-container {
    padding: 0 20px;
  }
  .t24-products-section .t24-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .t24-products-section .t24-product-body {
    padding: 12px;
  }
  .t24-products-section .t24-product-name {
    font-size: 13px;
  }
  .t24-products-section .t24-price-sale {
    font-size: 15px;
  }
}

.t24-add-cart {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 2px solid #00234d;
  color: #00234d;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.t24-add-cart:hover {
  background: #00234d;
  color: #fff;
}

/* --------------------------------
   KNOWLEDGE SECTION - Featured Layout
   -------------------------------- */
.t24-knowledge-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.t24-knowledge-section .t24-knowledge-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.t24-knowledge-section .t24-knowledge-title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  color: #00234d;
}

.t24-knowledge-section .t24-knowledge-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

/* Featured Layout - Left Main + Right Sidebar */
.t24-knowledge-featured {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  align-items: start;
}

/* Main Featured Article */
.t24-knowledge-main {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.t24-knowledge-main:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.t24-knowledge-main .t24-knowledge-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.t24-knowledge-main .t24-knowledge-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.t24-knowledge-main .t24-knowledge-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.t24-knowledge-main:hover .t24-knowledge-img img {
  transform: scale(1.05);
}

.t24-knowledge-main .t24-knowledge-content {
  padding: 28px;
}

.t24-knowledge-main .t24-knowledge-category {
  display: inline-block;
  padding: 6px 14px;
  background: #ff7f50;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.t24-knowledge-main .t24-knowledge-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #00234d;
}

.t24-knowledge-main .t24-knowledge-title a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.t24-knowledge-main .t24-knowledge-title a:hover {
  color: #ff7f50;
}

.t24-knowledge-main .t24-knowledge-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.t24-knowledge-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ff7f50;
  text-decoration: none;
  transition: all 0.3s ease;
}

.t24-knowledge-readmore:hover {
  color: #ff6347;
  gap: 12px;
}

/* Sidebar Articles */
.t24-knowledge-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.t24-knowledge-item {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.t24-knowledge-item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transform: translateX(5px);
}

.t24-knowledge-thumb {
  width: 100px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.t24-knowledge-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.t24-knowledge-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.t24-knowledge-item:hover .t24-knowledge-thumb img {
  transform: scale(1.1);
}

.t24-knowledge-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.t24-knowledge-tag {
  font-size: 11px;
  font-weight: 600;
  color: #ff7f50;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.t24-knowledge-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.t24-knowledge-name a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t24-knowledge-name a:hover {
  color: #ff7f50;
}

.t24-knowledge-footer {
  text-align: center;
  margin-top: 48px;
}

.t24-knowledge-link {
  font-weight: 700;
  color: #ff7f50;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  padding: 14px 32px;
  border: 2px solid #ff7f50;
  border-radius: 50px;
}

.t24-knowledge-link:hover {
  background: #ff7f50;
  color: #fff;
}

.t24-knowledge-link i {
  transition: transform 0.3s ease;
}

.t24-knowledge-link:hover i {
  transform: translateX(5px);
}

/* --------------------------------
   7. CTA SECTION
   -------------------------------- */
.t24-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #00234d 0%, #003875 100%);
  text-align: center;
}

.t24-cta-content h2 {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.t24-cta-content p {
  font-size: 18px;
  color: #aac7ff;
  margin-bottom: 32px;
}

.t24-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fd761a;
  color: #fff;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(253, 118, 26, 0.4);
}

.t24-btn-cta:hover {
  background: #e66a18;
  transform: scale(1.05);
  box-shadow: 0 6px 30px rgba(253, 118, 26, 0.5);
}

/* --------------------------------
   8. FOOTER (Stitch Style)
   -------------------------------- */
.t24-footer {
  background: #212426;
  color: #c4c7c9;
}

.t24-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.t24-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 64px 0;
}

.t24-footer-logo {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.t24-footer-about {
  font-size: 16px;
  line-height: 1.6;
  color: #c4c7c9;
  margin-bottom: 24px;
}

.t24-footer-social {
  display: flex;
  gap: 16px;
}

.t24-social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: #c4c7c9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.t24-social-icon:hover {
  background: #fff;
  color: #212426;
}

.t24-footer-heading {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

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

.t24-footer-list li {
  margin-bottom: 12px;
}

.t24-footer-list a {
  font-size: 14px;
  color: #c4c7c9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.t24-footer-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.t24-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.t24-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}

.t24-footer-contact li i {
  color: #9d4300;
  margin-top: 3px;
}

.t24-footer-bottom {
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.t24-footer-bottom p {
  font-size: 14px;
  color: #c4c7c9;
  margin: 0;
}

/* --------------------------------
   10. MOBILE MENU
   -------------------------------- */
.t24-mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: #e7eeff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.t24-mobile-menu-toggle:hover {
  background: #00234d;
}

.t24-mobile-menu-toggle:hover .t24-hamburger,
.t24-mobile-menu-toggle:hover .t24-hamburger::before,
.t24-mobile-menu-toggle:hover .t24-hamburger::after {
  background: #fff;
}

.t24-hamburger,
.t24-hamburger::before,
.t24-hamburger::after {
  width: 20px;
  height: 2px;
  background: #00234d;
  transition: all 0.3s ease;
}

.t24-hamburger {
  position: relative;
}

.t24-hamburger::before,
.t24-hamburger::after {
  content: '';
  position: absolute;
  left: 0;
}

.t24-hamburger::before {
  top: -6px;
}

.t24-hamburger::after {
  top: 6px;
}

/* Override Bootstrap nav-pills to prevent active state toggling */
#menu .nav.nav-pills > li > span > a,
#menu .nav.nav-pills > li > span > a,
#menu .nav.nav-pills > li.active > span > a,
#menu .nav.nav-pills > li > a,
#menu .nav.nav-pills > li.active > a {
  background: transparent !important;
  color: #333 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.t24-mobile-nav-link {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #111c2d;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.t24-mobile-nav-link:hover,
.t24-mobile-nav-link.active {
  background: #f0f3ff;
  color: #00234d;
}

.t24-mobile-nav-contact {
  padding: 20px;
  background: #f0f3ff;
}

.t24-mobile-nav-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fd761a;
  color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.t24-mobile-nav-phone:hover {
  background: #e66a18;
  color: #fff;
}

/* ====================================
   PRODUCT CATEGORY PAGE STYLES
   ==================================== */

/* Breadcrumb */
.product_cat_breadcrumb {
  background: #f8f9fa;
  padding: 12px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.product_cat_breadcrumb #bread {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.product_cat_breadcrumb .items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product_cat_breadcrumb .items li {
  display: flex;
  align-items: center;
}

.product_cat_breadcrumb .items li::after {
  content: '/';
  margin-left: 8px;
  color: #999;
}

.product_cat_breadcrumb .items li:last-child::after {
  display: none;
}

.product_cat_breadcrumb .items li a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.product_cat_breadcrumb .items li a:hover {
  color: #00234d;
}

.product_cat_breadcrumb .items li strong {
  color: #00234d;
  font-weight: 600;
}

/* Product Category Container */
.block.product_cat {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 60px;
}

/* Product Grid */
.product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Product Card */
.hot_product_item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.hot_product_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.hot_product_item_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Product Image */
.product_images {
  position: relative;
  aspect-ratio: 1;
  background: #f5f5f5;
  overflow: hidden;
}

.product_images a {
  display: block;
  width: 100%;
  height: 100%;
}

.product_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hot_product_item:hover .product_images img {
  transform: scale(1.05);
}

/* Sale Badge */
.sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

/* Product Detail */
.product_detail {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.product_name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_name a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.product_name a:hover {
  color: #00234d;
}

/* Product Price */
.product_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}

.sale_off_price {
  font-size: 16px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
}

.original_price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin: 0;
}

/* Pagination */
.content_page {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.content_page ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.content_page ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
}

.content_page ul li a:hover,
.content_page ul li.active a {
  background: #00234d;
  border-color: #00234d;
  color: #fff;
}

/* Category Content */
.product_cat_content {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  color: #555;
  line-height: 1.7;
}

/* Search Box - Above Product Grid */
.product_search_box {
  margin-bottom: 24px;
  padding: 16px 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.product_search_box form {
  display: flex;
  gap: 10px;
  max-width: 500px;
}

.product_search_box input[type="text"] {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s;
}

.product_search_box input[type="text"]:focus {
  outline: none;
  border-color: #00234d;
}

.product_search_box button {
  padding: 10px 24px;
  background: #00234d;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.product_search_box button:hover {
  background: #003d82;
}

/* ====================================
   PRODUCT DETAIL PAGE STYLES
   ==================================== */

/* Breadcrumb */
.product_item_breadcrumb {
  background: #f8f9fa;
  padding: 12px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.product_item_breadcrumb #bread {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.product_item_breadcrumb .items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product_item_breadcrumb .items li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.product_item_breadcrumb .items li::after {
  content: '/';
  margin-left: 8px;
  color: #999;
}

.product_item_breadcrumb .items li:last-child::after {
  display: none;
}

.product_item_breadcrumb .items li a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.product_item_breadcrumb .items li a:hover {
  color: #00234d;
}

.product_item_breadcrumb .items li strong {
  color: #00234d;
  font-weight: 600;
}

/* Product Detail Layout */
.page_block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 60px;
}

.content_detail.row {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}

.col-main {
  flex: 1;
}

.col-sidebar {
  width: 280px;
  flex-shrink: 0;
}

/* Product Image Gallery */
.product_detail_image {
  position: relative;
}

.product_detail_image .pgwSlider {
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.product_detail_image .pgwSlider .ps-list {
  margin-top: 10px;
}

.product_detail_image .pgwSlider .ps-list li {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}

.product_detail_image .pgwSlider .ps-list li:hover,
.product_detail_image .pgwSlider .ps-list li.active {
  border-color: #00234d;
}

.product_detail_image .pgwSlider .ps-list li img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

/* Product Info */
.product_info h1 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px;
  line-height: 1.3;
}

.product_detail_description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px;
}

.product_info .price {
  font-size: 28px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0 0 16px;
}

.product_info .instock,
.product_info .outstock {
  font-size: 14px;
  color: #28a745;
  margin: 0 0 20px;
}

.product_info .outstock {
  color: #dc3545;
}

/* Product Options */
.choise_size {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 20px 0 10px;
}

.pro_detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pro_detail li {
  position: relative;
}

.pro_detail li input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.pro_detail li label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}

.pro_detail li label:hover {
  border-color: #00234d;
  color: #00234d;
}

.pro_detail li.sizeactive label {
  background: #00234d;
  border-color: #00234d;
  color: #fff;
}

/* Add to Cart Buttons */
.box-tocart {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}

.single_add_to_cart_button {
  flex: 1;
  padding: 14px 24px;
  background: #00234d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.single_add_to_cart_button:hover {
  background: #003d82;
}

.single_buy_now_button {
  flex: 1;
  padding: 14px 24px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.single_buy_now_button:hover {
  background: #c0392b;
}

/* Product More Info */
.product_detail_moreinfo {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

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

.product_detail_moreinfo li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

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

.more_info_detail {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.more_info_price {
  color: #333;
  font-weight: 500;
}

/* Product Content Section */
.product_content {
  margin-top: 40px;
}

.product_content_title {
  border-bottom: 2px solid #00234d;
  margin-bottom: 20px;
}

.product_content_tit {
  display: inline-block;
  background: #00234d;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}

.product_content .product_content_title .block-title a {
  display: inline-block;
  background: #00234d;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
}

.product_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Related Products - Rate Products */
.rate_product {
  margin-top: 40px;
}

.rate_product .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.rate_product .hot_product_item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.rate_product .hot_product_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.rate_product .hot_product_item_inner {
  display: flex;
  flex-direction: column;
}

.rate_product .product_images {
  position: relative;
  aspect-ratio: 1;
  background: #f5f5f5;
  overflow: hidden;
}

.rate_product .product_images a {
  display: block;
  width: 100%;
  height: 100%;
}

.rate_product .product_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.rate_product .hot_product_item:hover .product_images img {
  transform: scale(1.05);
}

.rate_product .cdz-product-labels {
  position: absolute;
  top: 8px;
  left: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rate_product .label-item.sale {
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
}

.rate_product .product_detail {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rate_product .product_name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rate_product .product_name a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.rate_product .product_name a:hover {
  color: #00234d;
}

.rate_product .product_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}

.rate_product .sale_off_price {
  font-size: 16px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
}

.rate_product .sale_price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin: 0;
}

/* Review Section */
.review_product {
  margin-top: 40px;
}

.product-review-container {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}

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

.commentlist li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

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

.comment_container {
  display: flex;
  gap: 16px;
}

.jdgm-rev__icon {
  width: 48px;
  height: 48px;
  background: #00234d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.comment-text {
  flex: 1;
}

.user_rating {
  margin-bottom: 8px;
}

.star-rating1 {
  display: inline-flex;
  gap: 2px;
}

.star-rating1::before {
  content: '★★★★★';
  color: #ddd;
  font-size: 14px;
  letter-spacing: 2px;
}

.star-rating1 span::before {
  content: '★';
  color: #ffc107;
  font-size: 14px;
}

.star-1 span::before { content: '★☆☆☆☆'; }
.star-2 span::before { content: '★★☆☆☆'; }
.star-3 span::before { content: '★★★☆☆'; }
.star-4 span::before { content: '★★★★☆'; }
.star-5 span::before { content: '★★★★★'; }

.meta {
  margin: 0 0 8px;
}

.woocommerce-review__author {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.description img {
  max-width: 200px;
  margin-top: 12px;
  border-radius: 8px;
}

/* Review Form */
.review-add {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
}

.review-add .field {
  margin-bottom: 20px;
}

.review-add .label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.review-add .control input,
.review-add .control textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s;
}

.review-add .control input:focus,
.review-add .control textarea:focus {
  outline: none;
  border-color: #00234d;
}

.review-add .jdgm-picture-fieldset__box {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.review-add .jdgm-picture-fieldset__box:hover {
  border-color: #00234d;
  background: #f8f9fa;
}

.review-add .jdgm-media-fieldset__icon::before {
  content: '📷';
  font-size: 32px;
}

.review-add .jdgm-media-fieldset__input {
  display: none;
}

.review-add button.action.submit.primary {
  background: #00234d;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.review-add button.action.submit.primary:hover {
  background: #003d82;
}

/* Sidebar New Products */
.col-sidebar .newproducts {
  position: sticky;
  top: 20px;
}

.col-sidebar .newproducts-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #00234d;
}

.col-sidebar .new_product_item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.col-sidebar .new_product_item:last-child {
  border-bottom: none;
}

.col-sidebar .new_product_item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.col-sidebar .new_product_item_info {
  flex: 1;
}

.col-sidebar .new_product_item_info a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.col-sidebar .new_product_item_info a:hover {
  color: #00234d;
}

.col-sidebar .new_product_price {
  font-size: 14px;
  font-weight: 700;
  color: #e74c3c;
  margin-top: 8px;
}

/* New Products Sidebar Widget */
.widget-categories {
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 20px 0px;
  margin-bottom: 24px;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
}

.widgettitle {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #00234d;
}

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

.newproductcont li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.newproductcont li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.new_product_item {
  display: flex;
  gap: 12px;
}

.new_product_images {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
}

.new_product_images a {
  display: block;
  width: 100%;
  height: 100%;
}

.new_product_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.new_product_item:hover .new_product_images img {
  transform: scale(1.05);
}

.new_product_detail {
  flex: 1;
  min-width: 0;
}

.new_product_name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new_product_name a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.new_product_name a:hover {
  color: #00234d;
}

.new_product_detail .product_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.new_product_detail .sale_off_price {
  font-size: 14px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
}

.new_product_detail .sale_price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin: 0;
}

/* ====================================
   SHOPPING CART PAGE STYLES
   ==================================== */

/* Cart Items Container */
#shopping_cart_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#shopping_cart_item li {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

#shopping_cart_item li:last-child {
  border-bottom: none;
}

/* Cart Image */
.cart_image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}

.cart_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cart Detail */
.cart_detail {
  flex: 1;
  min-width: 0;
}

.cart_detail h5 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.cart_detail .details label {
  font-size: 13px;
  color: #666;
}

.cart_detail_item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.cart_detail_item input[type="number"] {
  width: 60px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

.cart_detail_item input[type="number"]:focus {
  outline: none;
  border-color: #00234d;
}

.cart_detail_item .price1 {
  font-size: 15px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
}

.cart_trash {
  margin-left: auto;
}

.cart_trash a {
  color: #999;
  font-size: 18px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.cart_trash a:hover {
  color: #e74c3c;
  background: #fff5f5;
}

/* Cart Page Layout */
.shopping_cart .row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.shopping_cart .col-md-7 {
  flex: 1;
}

.shopping_cart .col-md-5 {
  width: 400px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}

/* Section Titles */
.info_title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #00234d;
  display: inline-block;
}

/* Customer Info Form */
.customer_info {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group label {
  width: 150px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.form-group .col-sm-9 {
  flex: 1;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s;
  background: #fff;
}

.form-control:focus {
  outline: none;
  border-color: #00234d;
  box-shadow: 0 0 0 3px rgba(0, 35, 77, 0.1);
}

/* Payment Options */
.shipping_type {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.shipping_type input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #00234d;
  cursor: pointer;
}

.shipping_type label {

  width: auto;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  line-height: 1.4;
}

/* Cart Summary Panel */
.product_in_cart {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  position: sticky;
  top: 20px;
}

.product_in_cart .info_title {
  display: block;
  text-align: center;
  background: #00234d;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Cart Items */
#shopping_cart_item {
  margin-bottom: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

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

.cart-item-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.cart-item-details {
  font-size: 13px;
  color: #666;
  margin: 0 0 8px;
}

.cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item-price {
  font-size: 15px;
  font-weight: 700;
  color: #e74c3c;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  transition: all 0.2s;
}

.qty-btn:hover {
  border-color: #00234d;
  color: #00234d;
}

.qty-value {
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.cart-item-remove {
  color: #999;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s;
  background: none;
  border: none;
  padding: 4px;
}

.cart-item-remove:hover {
  color: #e74c3c;
}

/* Cart Summary */
.shopping_cart_monney {
  border-top: 2px solid #ddd;
  padding-top: 16px;
  margin-bottom: 20px;
}

.shopping_cart_monney_i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.shopping_cart_monney_i .left {
  font-size: 14px;
  color: #666;
}

.shopping_cart_monney_i .right {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.shopping_cart_monney_ii {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0;
}

.shopping_cart_monney_ii .left {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.shopping_cart_monney_ii .right {
  font-size: 22px;
  font-weight: 700;
  color: #e74c3c;
}

/* Cart Buttons */
.cart_button {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart_button_buy .submitButton {
  width: 100%;
  padding: 16px 24px;
  background: #00234d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cart_button_buy .submitButton:hover {
  background: #003d82;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 35, 77, 0.3);
}

.cart_button_contin {
  text-align: center;
}

.cart_button_contin a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.cart_button_contin a:hover {
  color: #00234d;
  text-decoration: underline;
}

/* Empty Cart */
.cart-empty {
  text-align: center;
  padding: 60px 20px;
}

.cart-empty-icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.cart-empty-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 24px;
}

.cart-empty-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #00234d;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

/* Product Tabs Container */
.product_tabs_container {
  border-bottom: 2px solid #eee;
  margin: 20px 0;
}

.product_tab_titles {
  display: flex;
  flex-wrap: wrap;
}

.tab_title {
  padding: 14px 24px;
  color: #666;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s ease;
}

.tab_title:hover {
  color: #00234d;
}

.tab_title.active {
  color: #00234d;
  border-bottom-color: #e74c3c;
}

/* Hide original titles (they're now in tabs) */
.product_content .product_content_title,
.rate_product .product_content_title,
.review_product .product_content_title {
  display: none;
}

/* Hide all tab content by default except first */
#tab-details,
#tab-related,
#tab-reviews {
  display: none;
}

#tab-info {
  display: block;
}

/* Show active tab content */
#tab-details.active,
#tab-related.active,
#tab-reviews.active {
  display: block;
}

/* Product Content */
.product_content,
.rate_product,
.review_product {
  padding-top: 0;
}

/* --------------------------------
   BREADCRUMBS (Common)
   -------------------------------- */
.t24-breadcrumbs {
  background: #f8f9fa;
  padding: 16px 0;
}

.t24-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.t24-breadcrumb-list li {
  font-size: 14px;
  color: #666;
}

.t24-breadcrumb-list li a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.t24-breadcrumb-list li a:hover {
  color: #ff7f50;
}

.t24-breadcrumb-list li:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
  color: #999;
}

.t24-breadcrumb-list li:last-child {
  color: #ff7f50;
  font-weight: 600;
}

/* --------------------------------
   CONTACT PAGE
   -------------------------------- */
.t24-contact-section {
  padding: 80px 0;
  background: #fff;
}

.t24-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.t24-contact-card {
  background: linear-gradient(135deg, #00234d 0%, #003875 100%);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
}

.t24-contact-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
}

.t24-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.t24-contact-item i {
  font-size: 20px;
  color: #ffb690;
  margin-top: 2px;
  flex-shrink: 0;
}

.t24-contact-item span,
.t24-contact-item a {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.t24-contact-item a:hover {
  color: #ffb690;
}

.t24-contact-form-wrapper {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 20px;
}

.t24-contact-form .t24-form-group {
  margin-bottom: 24px;
}

.t24-contact-form label {
  display: block;
  font-weight: 600;
  color: #00234d;
  margin-bottom: 8px;
  font-size: 15px;
}

.t24-contact-form .required {
  color: #ff4444;
}

.t24-contact-form .t24-form-control {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
}

.t24-contact-form .t24-form-control:focus {
  outline: none;
  border-color: #ff7f50;
  box-shadow: 0 0 0 4px rgba(255,127,80,0.15);
}

.t24-contact-form textarea.t24-form-control {
  resize: vertical;
  min-height: 120px;
}

.t24-form-actions {
  margin-top: 32px;
}

.t24-btn-submit {
  background: linear-gradient(135deg, #ff7f50 0%, #ff6347 100%);
  color: #fff;
  border: none;
  padding: 16px 48px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.t24-btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255,127,80,0.4);
}

.t24-contact-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.t24-contact-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* --------------------------------
   NEWS SECTION (Category)
   -------------------------------- */
.t24-news-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.t24-news-section .t24-section-header {
  margin-bottom: 48px;
}

.t24-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.t24-news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.t24-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.t24-news-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.t24-news-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.t24-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.t24-news-card:hover .t24-news-img img {
  transform: scale(1.08);
}

.t24-news-body {
  padding: 24px;
}

.t24-news-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.t24-news-title a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.t24-news-card:hover .t24-news-title a {
  color: #ff7f50;
}

.t24-news-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t24-news-more {
  font-size: 14px;
  font-weight: 600;
  color: #ff7f50;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.t24-news-more:hover {
  color: #ff6347;
  gap: 10px;
}

.t24-news-more i {
  transition: transform 0.3s ease;
}

.t24-news-more:hover i {
  transform: translateX(4px);
}

/* Pagination */
.t24-pagination {
  margin-top: 48px;
}

.t24-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.t24-pagination ul li a {
  display: block;
  padding: 12px 18px;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.t24-pagination ul li a:hover {
  background: #ff7f50;
  color: #fff;
}

/* --------------------------------
   NEWS DETAIL PAGE
   -------------------------------- */
.t24-newsdetail-section {
  padding: 80px 0;
  background: #fff;
}

.t24-newsdetail-content {
  max-width: 800px;
  margin: 0 auto;
}

.t24-newsdetail-title {
  font-size: 36px;
  font-weight: 700;
  color: #00234d;
  line-height: 1.3;
  margin-bottom: 32px;
}

.t24-newsdetail-body {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

.t24-newsdetail-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
}

.t24-newsdetail-body p {
  margin-bottom: 20px;
}

.t24-newsdetail-body h2,
.t24-newsdetail-body h3,
.t24-newsdetail-body h4 {
  color: #00234d;
  margin: 32px 0 16px;
}

.t24-newsdetail-body ul,
.t24-newsdetail-body ol {
  margin: 20px 0;
  padding-left: 24px;
}

.t24-newsdetail-body li {
  margin-bottom: 8px;
}

.t24-related-posts {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 2px solid #eee;
}

.t24-related-title {
  font-size: 24px;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 24px;
}

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

.t24-related-list li {
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

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

.t24-related-list li a {
  color: #555;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.t24-related-list li a::before {
  content: '→';
  color: #ff7f50;
  font-weight: 700;
}

.t24-related-list li a:hover {
  color: #ff7f50;
  padding-left: 8px;
}

/* --------------------------------
   ACCOUNT PAGES CSS
   -------------------------------- */

/* Login Page */
.content_detail form[action="/login"] {
  max-width: 440px;
  margin: 32px auto;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.content_detail form[action="/login"] h2 {
  font-size: 28px;
  font-weight: 700;
  color: #00234d;
  text-align: center;
  margin-bottom: 32px;
}

.content_detail form[action="/login"] input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background: #fff;
}

.content_detail form[action="/login"] input:focus {
  outline: none;
  border-color: #ff7f50;
  box-shadow: 0 0 0 4px rgba(255,127,80,0.15);
}

.content_detail form[action="/login"] .btn-default {
  width: 100%;
  background: linear-gradient(135deg, #ff7f50 0%, #ff6347 100%);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.content_detail form[action="/login"] .btn-default:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,127,80,0.4);
}

/* Customer Info Page */
.content_detail .customer_info {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  margin: 32px 0;
}

.content_detail .customer_info .form-group {
  display: flex;
  align-items: center;
}

.content_detail .customer_info .control-label {
  font-weight: 600;
  color: #00234d;
  min-width: 120px;
}

.content_detail .customer_info .form-control {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
}

.content_detail .customer_info .form-control:focus {
  outline: none;
  border-color: #ff7f50;
  box-shadow: 0 0 0 4px rgba(255,127,80,0.15);
}

/* Shopping Cart Page */
.shopping_cart {
  padding: 32px 0;
}

.shopping_cart .info_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff7f50;
}

.shopping_cart .customer_info {
  margin-bottom: 32px;
}

.shopping_cart .shipping_type {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.shopping_cart .shipping_type input {
  width: 18px;
  height: 18px;
  accent-color: #ff7f50;
  margin: 0;
  border: none;
  box-shadow: none;
}

.shopping_cart .shipping_type label {
  font-size: 14px;
  color: #444;
  margin: 0;
  cursor: pointer;
}

.shopping_cart .product_in_cart {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 16px;
}

.shopping_cart .shopping_cart_monney {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #ddd;
}

.shopping_cart .shopping_cart_monney_i {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 15px;
  color: #555;
}

.shopping_cart .shopping_cart_monney_i .left {
  font-weight: 500;
}

.shopping_cart .shopping_cart_monney_ii {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 700;
  color: #00234d;
  border-top: 2px solid #ddd;
  margin-top: 8px;
}

.shopping_cart .shopping_cart_monney_ii .right {
  color: #ff6347;
}

.shopping_cart .cart_button {
  margin-top: 24px;
}

.shopping_cart .cart_button .submitButton,
.shopping_cart .cart_button .btn {
  background: linear-gradient(135deg, #ff7f50 0%, #ff6347 100%);
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shopping_cart .cart_button .submitButton:hover,
.shopping_cart .cart_button .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,127,80,0.4);
}

.shopping_cart .cart_button_contin {
  text-align: center;
  margin-top: 16px;
}

.shopping_cart .cart_button_contin a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.shopping_cart .cart_button_contin a:hover {
  color: #ff7f50;
}

/* Thank Order Page */
.thank_order {
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  margin: 40px auto;
  max-width: 600px;
}

.thank_order img {
  width: 120px;
  height: auto;
  margin-bottom: 32px;
}

.thank_order p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Form Controls Global */
.form-control {
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #ff7f50;
  box-shadow: 0 0 0 4px rgba(255,127,80,0.15);
}

/* --------------------------------
   SIDEBAR (Left Sidebar)
   -------------------------------- */
.t24-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.t24-sidebar-widget {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.t24-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff7f50;
}

.t24-product-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.t24-product-category ul li {
  margin-bottom: 0;
}

.t24-product-category ul li a {
  display: block;
  padding: 12px 0;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.t24-product-category ul li:last-child a {
  border-bottom: none;
}

.t24-product-category ul li a:hover {
  color: #ff7f50;
  padding-left: 8px;
}

/* --------------------------------
   CONTACT PAGE
   -------------------------------- */
.contact_form {
  padding: 48px 0;
}

.contact_info {
  background: #f8f9fa;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 32px;
}

.contact_info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 20px;
}

.contact_info .footer_address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.contact_info .footer_address i {
  color: #ff7f50;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.cmxform1 {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.cmxform1 .form-group {
  margin-bottom: 20px;
}

.cmxform1 .control-label {
  font-weight: 600;
  color: #00234d;
  padding-top: 8px;
}

.cmxform1 .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.cmxform1 .form-control:focus {
  border-color: #ff7f50;
  box-shadow: 0 0 0 3px rgba(255,127,80,0.15);
}

.cmxform1 #userNextStepBottom {
  background: linear-gradient(135deg, #ff7f50 0%, #ff6347 100%);
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
}

.cmxform1 #userNextStepBottom:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,127,80,0.35);
}

/* --------------------------------
   NEWS CATEGORY PAGE
   -------------------------------- */
.cats_content {
  padding: 32px 0;
}

.cats_content .list_news_item {
  margin-bottom: 32px;
}

.cats_content .cat_image {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  aspect-ratio: 16/10;
}

.cats_content .cat_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cats_content .list_news_item:hover .cat_image img {
  transform: scale(1.08);
}

.cats_content .cat_detail .item_name {
  margin-bottom: 8px;
}

.cats_content .cat_detail .item_name a {
  font-size: 18px;
  font-weight: 600;
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cats_content .cat_detail .item_name a:hover {
  color: #ff7f50;
}

.cats_content .cat_detail .item_desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.content_page {
  clear: both;
  padding: 32px 0;
}

.content_page ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.content_page ul li a {
  display: block;
  padding: 10px 16px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.content_page ul li a:hover {
  background: #ff7f50;
  color: #fff;
}

/* --------------------------------
   NEWS DETAIL PAGE
   -------------------------------- */
.news_detail {
  padding: 32px 0;
}

.news_detail h1,
.news_detail .news_title {
  font-size: 32px;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 20px;
  line-height: 1.3;
}

.news_detail .news_content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 32px;
}

.news_detail .news_content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}

.news_detail .rate_news {
  border-top: 2px solid #eee;
  padding-top: 32px;
  margin-top: 32px;
}

.news_detail .rate_news .block-title a {
  font-size: 20px;
  font-weight: 700;
  color: #00234d;
  margin-bottom: 20px;
  display: block;
}

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

.news_detail .rate_news ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.news_detail .rate_news ul li a {
  color: #555;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.news_detail .rate_news ul li a:hover {
  color: #ff7f50;
}

/* --------------------------------
   BREADCRUMBS (Common)
   -------------------------------- */
.breadcrumbs {
  background: #f8f9fa;
  padding: 16px 0;
  margin-bottom: 0;
}

.breadcrumbs #bread {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.breadcrumbs .items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs .items li {
  font-size: 14px;
  color: #666;
}

.breadcrumbs .items li a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs .items li a:hover {
  color: #ff7f50;
}

.breadcrumbs .items li:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
  color: #999;
}

.breadcrumbs .items li:last-child {
  color: #ff7f50;
  font-weight: 600;
}

/* ====================================
   TAILWIND UTILITY CLASSES
   ==================================== */

/* Grid */
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
}

/* Gap */
.gap-6 { gap: 24px; }

/* Col-span */
.lg\:col-span-4 { grid-column: span 4 / span 4; }
.lg\:col-span-8 { grid-column: span 8 / span 8; }

/* Colors */
.bg-primary { background-color: #00234d; }
.bg-white { background-color: #fff; }
.bg-surface-container-low { background-color: #f0f3ff; }
.bg-primary-container { background-color: #003875; }
.bg-secondary-container { background-color: #fd761a; }
.text-white { color: #fff; }
.text-primary { color: #00234d; }
.text-secondary { color: #9d4300; }
.text-on-primary-fixed-variant { color: #783200; }
.text-primary-fixed-dim { color: #ffb690; }
.text-gray-400 { color: #9ca3af; }

/* Typography */
.text-\[10px\] { font-size: 10px; }
.text-\[12px\] { font-size: 12px; }
.text-sm { font-size: 14px; }
.text-base { font-size: 16px; }
.text-xl { font-size: 20px; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.line-clamp-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Spacing */
.p-4 { padding: 16px; }
.p-6 { padding: 24px; }
.px-2 { padding-left: 8px; padding-right: 8px; }
.pb-2 { padding-bottom: 8px; }
.mb-2 { margin-bottom: 8px; }
.mb-4 { margin-bottom: 16px; }
.mr-2 { margin-right: 8px; }
.rounded { border-radius: 4px; }
.rounded-lg { border-radius: 8px; }

/* Layout */
.relative { position: relative; }
.absolute { position: absolute; }
.top-4 { top: 16px; }
.left-4 { left: 16px; }
.z-10 { z-index: 10; }
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-\[16\/9\] { aspect-ratio: 16 / 9; }
.overflow-hidden { overflow: hidden; }

/* Border */
.border { border-width: 1px; }
.border-outline-variant { border-color: #c3c6d2; }
.border-primary { border-color: #00234d; }

/* Transitions */
.transition-all { transition: all 0.3s ease; }
.transition-colors { transition: color 0.3s ease, background-color 0.3s ease; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }

/* Hover Effects */
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:bg-primary:hover { background-color: #00234d; }
.hover\:text-white:hover { color: #fff; }

/* Object Fit */
.object-cover { object-fit: cover; }

/* Display */
.inline-block { display: inline-block; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.gap-2 { gap: 8px; }

/* Width */
.w-full { width: 100%; }
.w-14 { width: 56px; }

/* Height */
.h-14 { height: 56px; }

/* Rounded Full */
.rounded-full { border-radius: 9999px; }

/* Material Icons */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Hot News Grid Layout */
.md\:col-span-1 { grid-column: span 1 / span 1; }
.md\:col-span-2 { grid-column: span 2 / span 2; }

.hot_news .rokan-product-heading {
  margin-bottom: 24px;
}

.hot_news .rokan-product-heading h3 {
  font-size: 24px;
  font-weight: 700;
  color: #00234d;
  margin: 0;
}

.hot_news .hot_news_item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.hot_news .hot_news_item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.hot_news .hot_news_img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.hot_news .hot_news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hot_news .hot_news_item:hover .hot_news_img img {
  transform: scale(1.05);
}

.hot_news .hot_news_detail {
  padding: 20px;
}

.hot_news .blog-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.hot_news .blog-title a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hot_news .blog-title a:hover {
  color: #fd761a;
}

.hot_news .postContent {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hot_news .date-post {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.hot_news .date-post .day {
  font-size: 28px;
  font-weight: 700;
  color: #fd761a;
  line-height: 1;
}

.hot_news .date-post .month {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

/* News Section - Featured Layout */
.text-secondary { color: #9d4300; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.bg-secondary-container { background-color: #fd761a; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.text-xs { font-size: 12px; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }
.rounded-full { border-radius: 9999px; }
.tracking-wide { letter-spacing: 0.025em; }
.inline-block { display: inline-block; }
.flex-shrink-0 { flex-shrink: 0; }
.min-w-0 { min-width: 0; }
.flex-1 { flex: 1; }

.transition-colors { transition: color 0.3s ease, background-color 0.3s ease; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.hover\:text-secondary:hover { color: #9d4300; }

.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
.p-5 { padding: 20px; }
.px-3 { padding-left: 12px; padding-right: 12px; }
.py-1 { padding-top: 4px; padding-bottom: 4px; }
.w-32 { width: 128px; }
.h-24 { height: 96px; }
.w-28 { width: 112px; }

/* News Featured Layout - Image Left, Text Right */
.space-y-6 > * + * { margin-top: 24px; }

.w-full { width: 100%; }
.h-full { height: 100%; }
.md\:w-1\/2 { width: 50%; }
.aspect-\[16\/10\] { aspect-ratio: 16 / 10; }
.rounded-xl { border-radius: 8px; }
.p-6 { padding: 24px; }
.self-start { align-self: flex-start; }
.text-xl { font-size: 20px; }
.text-base { font-size: 16px; }
.text-2xl { font-size: 24px; }
.line-clamp-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.mb-4 { margin-bottom: 16px; }
.mt-1 { margin-top: 4px; }
.mb-6 { margin-bottom: 24px; }

@media (min-width: 768px) {
  .md\:aspect-auto { aspect-ratio: auto; }
}

/* Hot News - Left Title Column */
.text-white { color: #fff; }
.text-3xl { font-size: 30px; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.items-center { align-items: center; }
.gap-3 { gap: 12px; }
.px-1 { padding-left: 4px; padding-right: 4px; }
.pb-1 { padding-bottom: 4px; }

/* News Card on Dark Background */
.hover\:bg-on-primary-fixed-variant:hover { background-color: #783200; }
.text-secondary-fixed-dim { color: #ffb690; }
.text-primary-fixed-dim { color: #ffb690; }
.text-secondary-fixed { color: #ffb690; }

/* --------------------------------
   NEWS TAB IN PRODUCT DETAIL PAGE
   -------------------------------- */
.news-tab-content {
  padding: 24px 0;
}

.news-cat-nav {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #eee;
}

.news-cat-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #00234d;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid #00234d;
  transition: all 0.3s ease;
}

.news-cat-link:hover,
.news-cat-link.active {
  color: #fd761a;
  border-bottom-color: #fd761a;
}

.news-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.news-item-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.news-item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.news-item-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.news-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-item-card:hover .news-item-img img {
  transform: scale(1.05);
}

.news-item-body {
  padding: 16px;
}

.news-item-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fd761a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.news-item-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item-title a {
  color: #00234d;
  text-decoration: none;
  transition: color 0.2s;
}

.news-item-title a:hover {
  color: #fd761a;
}

.news-item-excerpt {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .news-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .news-items-grid {
    grid-template-columns: 1fr;
  }
}