/* ==========================================================================
   Custom CSS - cleaned stable version
   Site: Yuvabharathi (Helix3)
   ========================================================================== */

:root{
  --brand-red: #b30000;
  --brand-red-hover: #d51f18;
  --text-dark: #030303;
  --bg-light: #f6f6f6;
  --border-light: #e6e6e6;
  --news-red: #d64646;
  --news-red-hover: #be3535;
  --news-text: #344154;
  --news-muted: #8a93a3;
}

/* --------------------------------------------------------------------------
   Global
   -------------------------------------------------------------------------- */
body{
  line-height: 1.6;
  background: #f4f6f9;
}

.addspace20{ margin-bottom:20px; }
.addspace30{ margin-bottom:30px; }
.addspace40{ margin-bottom:40px; }

.spacer-20{ height:20px; }
.spacer-30{ height:30px; }
.spacer-40{ height:40px; }

.box-left25{ padding-left:25px; }
.box-left40{ padding-left:40px; }

div.divider{
  border-top: 1px solid #eee;
  margin: 20px 0;
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}

/* --------------------------------------------------------------------------
   Header / Layout
   -------------------------------------------------------------------------- */
#sp-main-body{
  background: #f4f6f9;
  padding: 20px 0;
  margin-top: 0 !important;
}

#sp-header{
  background: #fff;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: 15px;
  box-shadow: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
}

#sp-main-body .container,
#sp-main-body .container-fluid{
  background: #ffffff;
  padding: 20px 50px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-top: 30px;
  margin-bottom: 20px;
}

#sp-main-body .container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

#sp-header .container,
#sp-header .container-fluid{
  max-width: 1100px;
  margin: 0 auto;
}

#sp-dj-menu .row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#sp-header .row > [class*="col-"]{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#sp-header #sp-dj-menu{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#sp-top-bar{
  padding: 0;
}

#sp-top1{
  position: relative;
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#sp-top1::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 55%;
  height: 100%;
  background: url("/images/header-red.jpg") no-repeat right top;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

#sp-top1 .custom{
  position: relative;
  z-index: 1;
}

#sp-top1 p{
  margin: 0;
}

#sp-top1 img{
  display: block;
}

/* --------------------------------------------------------------------------
   DJ MegaMenu
   -------------------------------------------------------------------------- */
.dj-megamenu li a:hover,
.dj-megamenu li:hover > a,
.dj-megamenu li.active > a,
.dj-megamenu li.current > a{
  color: #fff !important;
  background: var(--brand-red-hover) !important;
}

.dj-megamenu li a:focus{
  outline: 2px solid rgba(213,31,24,.35);
  outline-offset: 2px;
}

.dj-megamenu li ul.dj-submenu li a{
  display: block;
  padding: 8px 12px !important;
}

.dj-megamenu li ul.dj-submenu li{
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.dj-megamenu li ul.dj-submenu li:last-child{
  border-bottom: none;
}

/* --------------------------------------------------------------------------
   Tables
   -------------------------------------------------------------------------- */
.table-1{
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.table-1 thead th,
.table-1 thead td{
  background: var(--brand-red);
  color: #fff;
  text-align: left;
  padding: 8px 10px;
  border: 1px solid #ffffff;
  font-weight: 700;
  vertical-align: middle;
}

.table-1 tbody td{
  background: #ececec;
  padding: 8px 10px;
  border: 1px solid #ffffff;
  vertical-align: top;
}

.table-1 tbody tr:nth-child(even) td{
  background: #e0e0e0;
}

.table-1 .section-row td{
  background: #bdbdbd !important;
  font-weight: 700;
}

.table-1 td:last-child,
.table-1 th:last-child{
  text-align: right;
  width: 140px;
  white-space: nowrap;
}

.table-responsive{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-1{
  min-width: 640px;
}

.table-2{
  width: 100%;
  border-spacing: 2px;
}

.table-2 tbody{
  background-color: #DDD;
}

.table-2 thead{
  background-color: var(--brand-red);
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.table-2 thead td,
.table-2 tbody td{
  padding: 6px 8px;
}

.hlight,
.sn-head,
.class-head,
.sub-head{
  background-color: var(--brand-red) !important;
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.sub-head{
  text-align:left !important;
}

/* --------------------------------------------------------------------------
   Titles / content helpers
   -------------------------------------------------------------------------- */
.wel{
  font-size:18px !important;
  font-weight:700 !important;
  text-transform:none !important;
}

/*.title-2,*/
/*.title-3,*/
/*.title-4,*/
/*.title-5,*/
/*.title-7,*/
/*.dir-b{*/
/*  font-family:"Open Sans", Arial, sans-serif !important;*/
/*  color: var(--text-dark) !important;*/
/*  text-transform:none !important;*/
/*  font-weight:700 !important;*/
/*}*/

.title-2{ font-size:18px !important; }
.title-3{ font-size:16px !important; margin-top:40px !important; }
.title-4{ font-size:16px !important; margin-top:30px !important; margin-bottom:10px !important; }
.title-5{ font-size:14px !important; margin-bottom:10px !important; }
.title-7{ font-size:14px !important; margin-top:30px !important; margin-bottom:10px !important; }

.dir-b{
  font-size:16px !important;
  margin-top:3px !important;
  margin-bottom:0 !important;
}

.img-box{
  background: #B0B0B0;
  border: 1px solid #bfbebe;
  margin: 0 0 14px;
  padding: 5px;
}

.hr-div{ margin: 20px 0; }

.bar-1{
  background-color: var(--bg-light);
  border-bottom: 1px solid var(--border-light);
  padding: 15px;
  margin: 5px 20px;
  font-size:16px;
  color: var(--brand-red);
  text-shadow: 1px 1px 1px rgba(150,150,150,1);
}

.l-st li{ margin: 10px 0; }

.jwts_tabbertab ul{ padding-left: 20px; }

.main-list,
.sub-list{
  margin-left: 0;
  padding-left: 20px;
}

.main-list > li::marker{
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   Article content
   -------------------------------------------------------------------------- */
.com-content article p,
.item-page p{
  margin: 0 0 12px;
}

.com-content article h2,
.com-content article h3,
.item-page h1,
.item-page h2,
.item-page h3{
  margin: 18px 0 12px !important;
}

.item-page{
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.item-page h1,
.item-page h2,
.item-page h3,
.item-page h4{
  font-weight: 700;
  color: #2e2e2e;
}

.item-page h1{
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin-bottom: 30px;
}

.item-page h2{
  font-size: 22px !important;
  line-height: 1.3 !important;
}

.item-page h3{
  font-size: 18px !important;
  line-height: 1.35 !important;
  /*border-left: 4px solid var(--brand-red);*/
  /*padding-left: 10px;*/
}

.item-page ul,
.item-page ol{
  padding-left: 20px;
  margin-bottom: 15px;
}

.item-page ul{
  margin-bottom: 25px;
}

.item-page ul li,
.item-page ol li{
  margin-bottom: 8px;
  line-height: 1.7;
}

.entry-header{
  margin-bottom: 15px;
}

h1{
  font-size: 24px !important;
}

/* --------------------------------------------------------------------------
   Latest News module
   Keep only this version
   -------------------------------------------------------------------------- */
#jtcontentslider98.latestnews-card{
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  padding: 18px 18px 14px 18px !important;
  position: relative;
  overflow: hidden;
}

#jtcontentslider98 .latestnews-card-header{
  position: relative;
  min-height: 34px;
  padding: 0 155px 14px 0;
}

#jtcontentslider98 .latestnews-card-title{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2c2c;
}

#jtcontentslider98 .slides_container,
#jtcontentslider98 .slides_control,
#jtcontentslider98 .slide,
#jtcontentslider98 .jt-row,
#jtcontentslider98 .jt-row-inner{
  width: 100% !important;
  box-sizing: border-box;
}

#jtcontentslider98 .jt_handles{
  position: absolute;
  top: 25px !important;
  right: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  z-index: 5;
}

#jtcontentslider98 .jt_handles li{
  float: left;
  margin: 0 0 0 7px !important;
  padding: 0 !important;
}

#jtcontentslider98 .jt_handles li a{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
  text-indent: -9999px;
  overflow: hidden;
}

#jtcontentslider98 .jt_handles li.current a{
  background: var(--news-red);
}

#jtcontentslider98 .news-card-item{
  overflow: hidden;
}

#jtcontentslider98 .news-main{
  overflow: hidden;
}

#jtcontentslider98 .news-image{
  float: left;
  width: 130px;
  margin: 0 16px 0 0;
}

#jtcontentslider98 .news-image img{
  display: block;
  width: 130px !important;
  height: 110px !important;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ececec;
}

#jtcontentslider98 .news-content{
  overflow: hidden;
}

#jtcontentslider98 .news-content.no-image{
  overflow: visible;
}

#jtcontentslider98 .news-category{
  margin-bottom: 4px;
  font-size: 12px;
  color: #b04a4a;
}

#jtcontentslider98 .news-category a{
  color: #b04a4a;
  text-decoration: none;
}

#jtcontentslider98 .news-title{
  display: block;
  margin: 0 0 7px 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--news-text);
  text-decoration: none;
}

#jtcontentslider98 .news-title:hover{
  color: var(--news-red);
  text-decoration: none;
}

#jtcontentslider98 .news-date{
  font-size: 13px;
  line-height: 1.5;
  color: var(--news-muted);
  margin-bottom: 8px;
}

#jtcontentslider98 .news-author{
  font-size: 12px;
  line-height: 1.5;
  color: var(--news-muted);
  margin-bottom: 8px;
}

#jtcontentslider98 .news-text{
  font-size: 13px;
  line-height: 1.6;
  color: #4f5968;
}

#jtcontentslider98 .news-footer-row{
  border-top: 1px solid #e7e7e7;
  margin-top: 1px;
  padding-top: 12px;
  overflow: hidden;
}

#jtcontentslider98 .news-footer-left{
  float: left;
  font-size: 13px;
  color: #666;
}

#jtcontentslider98 .news-footer-left a{
  color: var(--news-red);
  text-decoration: none;
  margin-right: 6px;
}

#jtcontentslider98 .news-footer-left a:hover{
  text-decoration: underline;
}

#jtcontentslider98 .news-footer-right{
  float: right;
}

#jtcontentslider98 .news-btn{
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--news-red);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

#jtcontentslider98 .news-btn:hover{
  background: var(--news-red-hover);
  color: #fff;
  text-decoration: none;
}


#jtcontentslider98 .slides_control {
    height: 120px !important;
}



/* gap between Student Contract card and Latest News card */
.col-sm-5 > .moduletable-card {
    margin-bottom: 25px !important;
}

.col-sm-5 > .moduletable {
    margin-top: 0 !important;
}

/* keep card styling on the custom card itself */
.custom-card, .moduletablecustom-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    padding: 18px;
}


.custom-card-5pd, .moduletablecustom-card-5pd {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    padding: 5px;
}


.page-border, .category-list, .categories-list {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    padding: 15px 20px;

}

.page-title{
     font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2c2c2c;
}


article.item {
    margin-bottom: 5px;
}






/* container */





/* wrapper */
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

/* page counter */
.pagination .counter {
    font-size: 13px;
    color: #777;
    margin: 0;
}

/* ul reset */
.pagination ul.pagination {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* buttons */
.pagination .page-item {
    display: inline-block;
}

/* links */
.pagination .page-link {
    display: block;
    min-width: 34px;
    padding: 6px 10px;
    font-size: 13px;
    text-align: center;
    color: #555;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* hover */
.pagination .page-link:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* active page */
.pagination .page-item.active .page-link {
    background: #d64646;
    color: #fff;
    border-color: #d64646;
    font-weight: 600;
}

/* next / end buttons */
.pagination .page-link.next {
    font-weight: bold;
}

/* optional: End button */
.pagination .page-link[title="End"] {
    font-weight: 500;
}

.list-hits .badge-info {
    background-color: #d64646 !important;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 12px;
}


.readon {
    margin-top:15px;
    display: inline-block;
    padding: 9px 18px;
    background: #d64646;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 24px;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(214, 70, 70, 0.25);
    transition: all 0.25s ease;
}

/* hover lift effect */
.readon:hover {
    background: #be3535;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(214, 70, 70, 0.35);
}


.cat-list{
      padding: 3px;
    font-size: 18px;
}

.categories-list > .categories-list{
   display:none;
}







/* each block */
.mvv-block {
    margin-bottom: 18px;
}

/* section titles */
.mvv-block h2 {
    font-size: 18px;
    font-weight: 600;
    color: #d64646;
    margin-bottom: 6px;
}

/* text */
.mvv-block p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}






ul {
    margin-left: 20px;
    margin-bottom: 12px;
}

ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}

ul li::marker {
    color: #d64646;
}


/*board of directors section start*/
.director-card {
    display: table;
    width: 100%;
    padding: 24px;
    margin-bottom: 18px;
    background: #fcfcfc;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-sizing: border-box;
}

.director-card:last-child {
    margin-bottom: 0;
}

.director-photo {
    display: table-cell;
    width: 150px;
    vertical-align: top;
    padding-right: 22px;
}

.director-photo img {
    width: 120px;
    height: 155px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    display: block;
}

.director-content {
    display: table-cell;
    vertical-align: top;
}

.director-content h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 6px 0;
    color: #2c2c2c;
}

.director-role {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 12px;
    background: #fbeaea;
    color: #c53b3b;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.director-content h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #c53b3b;
    margin: 16px 0 8px 0;
}

.director-content p {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4d5866;
}
/*board of directors section end*/


/*milestones css start*/

.milestone-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.milestone-toggle {
    width: 100%;
    background: #fff;
    border: none;
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
}

.milestone-toggle span:first-child {
    flex: 1;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.milestone-toggle .faq-icon {
    margin-left: auto;
}

.milestone-item.active .faq-icon {
    transform: rotate(45deg);
}

.milestone-panel {
    display: none;
    padding: 0 20px 16px;
    border-top: 1px solid #f0f0f0;
}

.milestone-item.active .milestone-panel {
    display: block;
}

.milestone-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.milestone-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}

.milestone-list li:last-child {
    border-bottom: none;
}

.milestone-list li span {
    color: #333;
}

.milestone-list li strong {
    color: #777;
    font-size: 13px;
    white-space: nowrap;
}

/*milestones css end*/


/*facilities-table start*/

.facilities-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 8px 18px rgba(0,0,0,0.04);
    border-radius: 14px;
    overflow: hidden;
    font-size: 14px;
}

.facilities-table thead th {
    background: #d64646;
    color: #fff;
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    border-right: 1px solid rgba(255,255,255,0.18);
}

.facilities-table thead th:last-child {
    border-right: none;
}

.facilities-table tbody td {
    position: relative;
}

.facilities-table tbody td:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #eee;
}

.facilities-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.facilities-table tbody tr:hover td {
    background: #fff5f5;
}

.facilities-table tbody td:first-child,
.facilities-table tbody td:nth-child(2),
.facilities-table tbody td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
}

.facilities-note {
    margin-top: 16px;
    padding: 14px 16px;
    background: #fff8f8;
    border: 1px solid #f0d7d7;
    border-radius: 12px;
    color: #555;
    line-height: 1.6;
}

.facilities-note strong {
    color: #d64646;
}

/*facilities-table end*/



/*refund policy start*/
.policy-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.policy-card h3 {
    color: #d64646;
    margin-top: 14px;
    margin-bottom: 6px;
}

.policy-card ul {
    padding-left: 18px;
    margin: 8px 0;
}

.policy-card li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.policy-list > li {
    margin-bottom: 14px;
}

.policy-list strong {
    color: #333;
    display: block;
    margin-bottom: 4px;
}

.intro {
    font-weight: 500;
    margin-bottom: 12px;
}

.btn-download {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 16px;
    background: #d64646;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}

.btn-download:hover {
    background: #b83535;
    color:#fff;
}

/*refund policy end*/




/*curriculum start*/
.curriculum-note {
    margin: 18px 0 24px;
    padding: 12px 16px;
    background: #fff8f8;
    border: 1px solid #f0dddd;
    border-radius: 12px;
    color: #555;
    text-align: center;
}

.curriculum-section {
    padding: 0 0 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
}

.curriculum-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.curriculum-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 6px;
}

.curriculum-range {
    margin-bottom: 12px;
}

.curriculum-range a {
    color: #d64646;
    font-weight: 600;
    text-decoration: none;
}

.curriculum-range a:hover {
    text-decoration: underline;
}

.curriculum-section p {
    font-size: 14px;
    line-height: 1.7;
    color: #4d5866;
    margin-bottom: 12px;
}

.curriculum-section ul {
    padding-left: 20px;
    margin: 10px 0 0;
}

.curriculum-section ul li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #4d5866;
}

.curriculum-subsection {
    margin-top: 18px;
    padding: 14px 16px;
    background: #fcfcfc;
    border: 1px solid #ececec;
    border-radius: 12px;
}

.curriculum-subsection h3 {
    font-size: 16px;
    font-weight: 700;
    color: #d64646;
    margin-bottom: 8px;
}
/*curriculum end*/

/*transport start*/
.transport-points {
    margin: 0 0 24px 0;
    padding-left: 22px;
}

.transport-points li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #4d5866;
}

.transport-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0,0,0,0.04);
    font-size: 14px;
}

.transport-table thead th {
    background: #d64646;
    color: #fff;
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.transport-table thead tr:first-child th {
    text-align: center;
    font-size: 16px;
}

.transport-table thead th:last-child {
    border-right: none;
}

.transport-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #e6e6e6;
    vertical-align: top;
    color: #444;
}

.transport-table tbody td:last-child {
    border-right: none;
}

.transport-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.transport-table tbody tr:hover td {
    background: #fff5f5;
}

.transport-table tbody td:first-child,
.transport-table tbody td:last-child {
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
}

.transport-actions {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.transport-actions .readon {
    display: inline-block;
    padding: 10px 16px;
    background: #d64646;
    color: #fff !important;
    border-radius: 22px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(214, 70, 70, 0.2);
    transition: all 0.2s ease;
}

.transport-actions .readon:hover {
    background: #be3535;
    color: #fff !important;
    text-decoration: none;
}
/*transport end*/

/*uniform start*/
.uniform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0 28px;
}

.uniform-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.uniform-card h2 {
    font-size: 20px;
    font-weight: 700;
    color: #d64646;
    margin-bottom: 12px;
}

.uniform-card ul {
    margin: 0;
    padding-left: 20px;
}

.uniform-card ul li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: #4d5866;
}

.uniform-supplier {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.uniform-supplier h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.uniform-supplier address {
    margin: 0;
    font-style: normal;
    line-height: 1.7;
    color: #4d5866;
}

.uniform-hours {
    margin-top: 14px;
    padding: 12px 14px;
    background: #fff7f7;
    border: 1px solid #f0dada;
    border-radius: 12px;
    color: #555;
    line-height: 1.6;
}
/*uniform end*/

/*cert start*/

.cert-list {
    margin-top: 20px;
}

.cert-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.cert-item h2 {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.cert-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #4d5866;
    margin-bottom: 10px;
}

.cert-note {
    background: #fff7f7;
    border: 1px solid #f0dada;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
    color: #555;
}

.cert-link {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 14px;
    background: #d64646;
    color: #fff !important;
    border-radius: 18px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.cert-link:hover {
    background: #b83535;
    color: #fff !important;
}

/*cert end*/


/*values start*/

.values-section {
    margin-top: 20px;
}

/* image */
.values-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 18px;
}

/* list container (card feel) */
.values-list {
    list-style: none;
    padding: 16px 18px;
    margin: 0;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

/* list items */
.values-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #4d5866;
    font-size: 14px;
}

/* last item spacing */
.values-list li:last-child {
    margin-bottom: 0;
}

/* custom red dot bullet (safe, no encoding issue) */
.values-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #d64646;
    border-radius: 50%;
}

/*values end*/

/*mvv start*/

.mvv-section {
    margin-top: 20px;
}

.mvv-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* grid layout */
.mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* each card */
.mvv-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

/* heading */
.mvv-card h2 {
    font-size: 18px;
    font-weight: 700;
    color: #d64646;
    margin-bottom: 10px;
}

/* text */
.mvv-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #4d5866;
    margin: 0;
}

/*mvv end*/


/*learner start*/

.learner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.learner-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.learner-card h2 {
    font-size: 18px;
    font-weight: 700;
    color: #d64646;
    margin-bottom: 12px;
}

.learner-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.learner-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #4d5866;
    font-size: 14px;
}

.learner-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #d64646;
    border-radius: 50%;
}

/*learner end*/


/*law page start*/

.law-list {
    margin: 12px 0 22px 22px;
    padding: 0;
}

.law-list li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #4d5866;
}

.law-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0,0,0,0.04);
    font-size: 14px;
    margin-top: 16px;
}

.law-table thead th {
    background: #d64646;
    color: #fff;
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.law-table thead th:last-child {
    border-right: none;
}

.law-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #e6e6e6;
    vertical-align: top;
    color: #444;
    line-height: 1.6;
}

.law-table tbody td:last-child {
    border-right: none;
}

.law-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.law-table tbody tr:hover td {
    background: #fff5f5;
}

.law-table tbody td:first-child {
    width: 24%;
    color: #2c2c2c;
    white-space: nowrap;
}

.law-note {
    margin-top: 18px;
    padding: 16px 18px;
    background: #fff7f7;
    border: 1px solid #f0dada;
    border-left: 4px solid #d64646;
    border-radius: 12px;
    color: #555;
}

.law-note p {
    margin-bottom: 10px;
    line-height: 1.7;
}

.law-note p:last-child {
    margin-bottom: 0;
}

/*law page end*/


/*list indent start*/

ol,
ul {
    padding-left: 24px;
}

li {
    margin-bottom: 8px;
}

/*list indent end*/


/*milestones start*/

.milestones {
    margin-top: 20px;
}

.ms-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.ms-header {
    width: 100%;
    border: none;
    background: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.ms-header:hover {
    background: #fafafa;
}

.ms-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #d64646;
    transition: transform 0.2s ease;
}

.ms-item.active .ms-icon {
    transform: rotate(45deg);
}

.ms-body {
    display: none;
    padding: 10px 20px 15px;
    border-top: 1px solid #eee;
}

.ms-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.ms-list li:last-child {
    border-bottom: none;
}

.ms-list span {
    color: #333;
}

.ms-list strong {
    color: #888;
    font-size: 13px;
}

/*milestones end*/

/*rounded image start*/

.rounded-img {
    border-radius: 14px;
    display: block;
    width:100%;
}

.news-img {
    border-radius: 14px;
    display: inline-block;
    margin:auto;
    text-align:center;
}

/*rounded image end*/


/*location page start*/

.location-map-img {
    width: 100%;
    border-radius: 14px;
    display: block;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/*contact card*/
.contact-address {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 22px 26px;
    margin: 25px 0;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

/*title*/
.contact-address h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/*address text*/
.address-text {
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

/*contact info section*/
.contact-info {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

/*each row*/
.contact-item {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

/*links*/
.contact-item a {
    color: #d64646;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

/*contact horizontal start*/

.contact-info {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eee;

    display: flex;
    gap: 25px;
    flex-wrap: wrap; /* will wrap on smaller screens */
}

.contact-item {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.contact-item a {
    color: #d64646;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

/*contact horizontal end*/

/*location page end*/


.pdfviewer-page article.item-page.page-border{
    border:none !important;
    box-shadow:none !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
}

.pdfviewer-page #pdf-viewer-wrap{
    margin:0 !important;
    padding:0 !important;
}

.pdfviewer-page #pdf-frame{
    width:100% !important;
    height:1200px !important;
    border:none !important;
}

