/* Services Section */
.services {
	background-color: #1f3265;
	padding: 40px;
}

.services .container {
	max-width: 1000px;
	margin: 0 auto;
}

.services h2 {
	text-align: center;
}
.services h2,
.about h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 3rem;
	letter-spacing: 1px;
	color:#fff;
	line-height: 50px;
}

.service-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-bottom: 3rem;
}

.service-item {
	border-left: 2px solid #ea9b25;
	padding-left: 2rem;
}

.service-item h3,
.credentials h3,
.service-highlight h3{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0.8rem;
	color: #ea9b25;
	letter-spacing: 0.5px;
}

.service-item p,
.about p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-weight:400;
}

/* About Section */
.about {
	padding: 40px 2rem;
	padding-bottom: 0px;
}

.about .container {
	max-width: 900px;
	margin: 0 auto;
}

.about h2 {
	color: #1f3265;
	margin-bottom: 10px !important;
}
.about h3,
.about p{
	text-align: left;
	color: #1f3265 !important;
}

.credentials h4 {
	font-weight: 700;
	font-size: 30px;
	color: #1f3265 !important;
	line-height: 39px;
}
.credentials {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #1a2555;
}

.credentials ul {
	list-style: none;
}

.credentials li {
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
	color: #1f3265;
}

.credentials li:before {
	content: "▪";
	position: absolute;
	left: 0;
}
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a:hover,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a:active{
	background-color: #ea9b25;
	color:#fff;
}
.menu-item-object-page li.active {
  color: #fff; /* text color when active */
  background-color: #000; /* highlight background */
  border-radius: 4px; /* optional styling */
  padding: 4px 8px; /* optional spacing */
}
.about-highlight,
.service-highlight {
	background-color: #25b7ea;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 3px solid #ea9b25;
    color: #fff;
}
.service-highlight h3 {
	color:#fff!important;
}
.service-highlight p {
	color: #1f3265;
}

.enterprise-slider .slick-arrow {
	border-right: 12px solid #25b7ea!important;
}



.icon-thankyou-tick {
	color:#25b7ea!important;
}
.infoContainer .infoCont,
.thankyouMsgText {
	color: #fff!important;
}

/* Why Trifecta */

.hero-section p {
	color: #ea9b25;
}
/* Table Styling */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem 0;
	background-color: #1f3265;
	border: 1px solid #1a2555;
}

table th {
	background-color: #0a0e27;
	color: #ea9b25;
	padding: 1rem;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #ea9b25;
}

table td {
	padding: 1rem;
	border-bottom: 1px solid #25b7ea;
	color: #fff;
}

table tr:hover {
	background-color: #0a0e27;
}

/* Blockquote Styling */
blockquote {
	border-left: 3px solid #ea9b25;
	padding-left: 2rem;
	margin: 2rem 0;
	color: #25b7ea;
	font-style: italic;
	line-height: 1.9;
}

/* Pillar Cards */
.pillar {
	background-color: #1f3265;
	border-left: 3px solid #ea9b25;
	padding: 2rem;
	margin: 2rem 0;
	border-radius: 0;
}

.pillar h4 {
	color: #ea9b25;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.pillar strong {
	color: #ea9b25
}
.pillar p {
	color: #fff;
	font-size: 0.95rem;
}

/* Section 2 */
.why_et_pb_section2 {
	background-color: #1377b0;
}

.why_et_pb_section2 h2 {
	color: #fff;
}
.why_et_pb_section2 p {
	color:#fff;
}

.why_et_table_section2 tr th{
	color: #fff;
}

/* Borders */
.why_et_table_section2 tr td{
	border-top: none;
	border-bottom: none;
}

.why_et_table_section2 thead td:nth-child(1){
	border-bottom:none;
}
.why_et_table_section2 tbody tr:nth-child(1){
	border-top: none;
}

.why_et_table_section2 tbody tr:nth-child(1),
.why_et_table_section2 tbody tr:nth-child(2),
.why_et_table_section2 tbody tr:nth-child(3),
.why_et_table_section2 tbody tr:nth-child(4){
	border-bottom: 1px solid #25b7ea;
}
.why_et_table_section2 tbody td:nth-child(2){
	border-top: 1px solid #25b7ea;

}
/* Colors */
.why_et_table_section2 tr th:nth-child(3),
.why_et_table_section2 tr td:nth-child(3){
	color: #ea9b25;
}

.why_et_table_section2 tr th:nth-child(1),
.why_et_table_section2 td:nth-child(1){
	color: #25b7ea;
}



.why_et_pb_section1,
.why_et_pb_section2,		
.why_et_pb_section3{
	padding: 40px 2rem!important;
	padding-bottom: 0px;
	z-index:0
}
/* Section 3 */
.why_et_pb_section3 {
	background-color: #1a2555;
}

.why_et_pb_section3 h2{
	color: #ea9b25;
}

.why_et_pb_section3 p {
	color:#fff;
}

.why_et_pb_section3 table{
	background-color: #0a0e27;
}

.why_et_pb_section3 td:nth-child(1) strong{
	color: #ea9b25;
}

.why_et_pb_section3 td:nth-child(2) strong {
	color: #25b7ea;
}

.why_et_pb_section3 table tr:hover{
	background-color:#fff;
	color:#0a0e27;
}

.why_et_pb_section3 table tr:hover td {
    color: inherit;
}

.why_et_pb_section3 table tr th {
	background-color: #25b7ea;
	color:#fff;
}

.why_et_pb_section3 table td {
	border-bottom: 1px solid #25b7ea;
}

.why_et_pb_section3 table tr th:first-child {
	padding-right:2px;
}

.why_et_pb_section3 table {
	border: 1px solid #1a2555!important;
}

.last{
	padding-right: 2px!important;
}

/* Responsive */
@media (max-width: 768px) {
	.container {
		padding: 80px 1.5rem 1.5rem;
	}

	.header h1 {
		font-size: 1.8rem;
	}

	section h2 {
		font-size: 1.4rem;
	}

	table {
		font-size: 0.9rem;
	}

	table th, table td {
		padding: 0.8rem;
	}

	.hero h1 {
		font-size: 2rem;
	}

	.service-grid {
		grid-template-columns: 1fr;
	}

	.process-steps {
		grid-template-columns: 1fr;
	}

	nav ul {
		gap: 1rem;
		font-size: 0.8rem;
	}

	.et_pb_text_inner p {
		overflow-wrap: break-word;
	}

	.et_pb_row_6.et_pb_row{
		display: flex;
    	justify-content: center;
	}

	.et_pb_row_6.et_pb_row .et_pb_column{
		max-width: 50%;
	}

	.why_et_table_section2,
    .why_et_table_section2 thead,
    .why_et_table_section2 tbody,
    .why_et_table_section2 th,
    .why_et_table_section2 td,
    .why_et_table_section2 tr {
        display: block;
    }

	.why_et_table_section2 thead th:nth-child(1) {
		border-bottom: 1px solid #25b7ea;
	}

	.why_et_table_section2 thead th:nth-child(2) {
		border-bottom:none;
	}
	
    .why_et_table_section2 td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .why_et_table_section2 td::before {
        content: attr(data-label); /* add the header as a label */
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 0.5rem;
        font-weight: bold;
        text-align: left;
    }
	.last {
		padding-right:24px!important;
	}
}

