/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 05:22:49 */
/** hero banner **/

#hero-banner {
	background-position: top right !important
}

/** search field **/

input#s {
	background:white;
	border:1px solid #888;
	color:#555;
	padding:5px
}

input#s::placeholder {
	color: #888
}

#searchsubmit {
	color:#333
}

/* Hide post dates in search results for the Bridge theme */
.entry_date, .post_info .time, .post_info .blog_like {
    display: none !important;
}


/** logos on header **/
.header_fixed_right_area a {
	margin-right:9px
}

/** links **/
p a {
	color: #1e73be !important;
}

p a:hover {
	color:#dd3333 !important
}

/** header top **/
.header_top .container {
	background: #333;
	
}

.header_top {
	padding:0.3%
}



/** hero banner **/

.banner-box {
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 1.25rem rgba(255,255,255,0.4);
    margin-top: 25px;
    padding: 20px 10px
}

.red {
color: #e63c3c
}

.blue {
color: #6c55a3
}

.green {
color: #a1cd3a
}

.white {
color: #fff !important
}

/** search field **/
.screen-reader-text {
	display: none
}

/** inner page title **/

.title_subtitle_holder {
	/* padding-top:0 !important */
}
.title_subtitle_holder_inner h1 {
	background: rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 1.25rem rgba(255,255,255,0.4);
	line-height:2em;
	text-transform: capitalize;
	padding:15px;
	width: fit-content
}

/** other elements **/

h1,h2,h3,h4,h5 {
	margin:0.65em 0;
}

ol, ul {
	margin-left: 15px
}

li {
	margin:0.75em auto;
}



.icon_with_title_link {
border: 2px solid white;
border-radius:5px;
padding:5px 10px;
text-transform: uppercase
}

.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner {
	font-size: 0.5em 
}

/** program information rounded rectangles **/
.border-radius-70px .vc_column-inner:first-child {
	border-radius: 40px !important;
	word-break: break-word;
	padding:15px;
	cursor: pointer
	
}

.border-radius-70px {
  transition: transform 0.5s;
}
.border-radius-70px:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
}

.border-radius-70px .vc_column-inner a {
	text-decoration: underline
}

/** text with divider **/

.multi-color {
  font-size: clamp(1.5rem, 5vw, 3rem); /* ← eto lang ang binago */
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: .2em;
  margin: 1em;
  white-space: nowrap;
}

.multi-color::before,
.multi-color::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid #333; /* divider line color */
}

.multi-color::before {
  margin-right: .5em;
}

.multi-color::after {
  margin-left: .5em;
}
.multi-color .word-1 {
  color: #6c55a3;
}

.multi-color .word-2 {
  color: #a1ce37;
}

/* optional: divider styles if ginagamit pa rin */
.text-divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
font-size: 1vw
}

.text-divider::before,
.text-divider::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #dedede;
}

.text-divider:not(:empty)::before { margin-right: .75em; }
.text-divider:not(:empty)::after  { margin-left: .75em; }

/* Divider styling (still works) */
.vc_text_separator.multi-color {
  position: relative;
  text-align: center;
}


/** table comparison style **/
.table-wrapper {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
}

  caption {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  thead {
    background-color: #e23e3c; /* red header */
    color: white;
  }

  th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }

  tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* light gray for even rows */
  }

  tbody tr:nth-child(odd) {
    background-color: #ffffff; /* white for odd rows */
  }

  tbody tr:hover {
    background-color: #f1f1f1; /* highlight on hover */
  }

/** responsive table **/
@media (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead {
    display: none; /* hide header */
  }
  tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
  }
  td {
    text-align: left;
    border: none;
    padding: 5px;
  }
  td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
	.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
		padding-top:25px
	}
}


/** footer **/
.two_columns_50_50>.column1 {
width:20%
}

.two_columns_50_50>.column2 {
width:80%
}

.footer_top .four_columns .column2 .column_inner>div, .footer_top .three_columns .column2 .column_inner>div, .footer_top .two_columns_50_50 .column2 .column_inner>div {
	margin-left:0;
}

#footer-top-widget-area-sample .q_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
	font-size:24px;
	font-weight:400;
	line-height:24px;
	text-transform: capitalize;
} 

/**wpbakery column gaps **/
.program-info .vc_column_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.with-border{
		border-right:2px solid #333;
	    cursor: pointer;
	    padding-top:20px !important
	}

.without-border {
		border-right:none;
	    cursor: pointer;
	    padding-top:20px !important
	}

/** mobile landscape **/
@media only screen and (max-width: 1024px) {
	.with-border {
		border-right:none;
		border-bottom:2px solid #333
	}
	
	.two_columns_50_50>.column1 {
		width:100%
	}

	.two_columns_50_50>.column2 {
		width:100%
	}
}
/** mobile portrait **/
@media only screen and (max-width: 770px) {

}
