.addl_wrapper{
	padding:80px 0;
}
.addl_container{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	padding:0 30px;
}
.padd_btm{
	padding-bottom:180px !important;
}
.addl_hd {
	font-size:26px;
	margin: 0 0 15px;
	line-height:130%;
	font-family:var(--pop);
	color:var(--main-color);
}
.mt_30{
	margin-top:30px;
}
.mt_50{
	margin-top:50px;
}
.bg_clr{
	background-color:#f5f5f5;
}
.addl_wrapper img{
	width: 100%;
}
.sub_hd {
    font-size: 26px;
    color: var(--main-color);
    line-height: 150%;
    margin: 15px 0 20px;
}
.sub_hd span{
	color: var(--main-color);
}
.sub_hd1{
	line-height: 130%;
	font-size: 22px;
}
.sub_hd2{
	font-weight: 600;
    font-size: 28px;
    color: var(--secondary-color);
    line-height: 150%;
    margin: 20px 0;
}
.addl_wrapper p{
	font-size:16px;
	line-height: 160%;
	margin-bottom:20px;
	color:#333;
}
.about_img{
	background-size:cover;
	background-position:center;
}

.list_item,ol{
	margin:20px 0 30px;
}
.list_item{
	list-style: none;
}
ol{
	padding-left: 25px;
}
ol li{
	font-size:16px;
	line-height:160%;
	margin-bottom:10px;
	position:relative;
}
.list_item li{
	font-size:16px;
	line-height:160%;
	margin-bottom:10px;
	padding-left:20px;
	position:relative;
}
.list_item li::before{
	content: "\e004";
	font-family: "gnb-font" !important;
	position:absolute;
	font-size:14px;
	left:0;
	color:var(--secondary-color);
}
.box_cont{
	padding:20px;
	background-color:var(--secondary-color);
	color:#fff !important;
}
.links{
	font-size:16px;
	color:var(--main-color);
	font-weight:600;
    word-break: break-all;
}
.btn_flex{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:15px;
}
.action_btn{
	padding:12px 25px;
	color:#fff;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
	transition: all .3s ease-in-out;
	text-decoration:none;
	display:inline-flex;
}

.action_btn:nth-child(odd),
.action_btn:nth-child(even):hover{
	background-color:var(--main-color);
}
.action_btn:nth-child(even),
.action_btn:nth-child(odd):hover{
	background-color:var(--secondary-color);
}

.links:hover{
	color:var(--secondary-color);
}
.two_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.head_box{
	text-align:center;
}
.three_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.full_cont{
	padding:30px 0 0;
}



::placeholder {
  color: #7b7b7b;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #ddd;
}


/*Meet the Team*/
.team_member {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.team_member:hover {
	background-color: var(--secondary-color);
}

.team_member:hover .team_content .readmore {
	color: var(--main-color);
}
.team_member:hover .team_content .readmore i {
	margin-left: 10px;
}
.team_listing .row .col-lg-3{
	padding: 0 8px;
}
.team_image {
	padding-bottom: 70%; 
	background-size: cover;
}
.team_listing {
	padding: 20px;
}
.team_member .team_content {
	padding: 15px;
	background: #f5f5f5;
}
.team_content .name{
	font-size: 20px;
	margin-bottom: 5px;
	color: var(--main-color);
	font-weight: 700;
	transition: all .3s ease-in-out;
}
.team_content .title{ 
	font-size: 16px;
	color: #777;
	font-weight: 700;
	transition: all .3s ease-in-out;
}
.team_content .readmore {
	font-size: 14px;
	color: var(--secondary-color);
	font-weight: 700;
	margin-top: 10px;
	text-align: right;
	transition: all .3s ease-in-out;
}
.team_content .readmore span i{
	font-weight: 700;
	transition: all .3s ease-in-out;
}

/*-----------------pop_up-------------*/
.team_modal .modal_dialog .team_pop {
	background: #fff;
	padding: 20px;
	min-width: 500px;
	position: relative;
}
	
.modal.fade .modal_dialog {
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transition: transform .3s ease-out;
}
.modal.in .modal_dialog {
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
}
.team_modal .modal_dialog {
	min-height: 100vh;
	position: relative;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	width: auto;
	padding: 30px;
}

.team_modal .modal_dialog .team_pop button.team_close {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--secondary-color);
	font-size: 40px;
	line-height: 50px;
	width: 50px;
	color: #fff;
	transition: all .3s ease-in-out;
	border: 0;
	z-index: 9;
}
.team_pop_dialog .col-xs-12{
	padding: 0 8px;
}
.team_pop_dialog .team_image {
    min-height: 400px;
    background-size: cover;
    padding-bottom: 0;
	margin-bottom: 20px;
}
.team_pop_dialog .row{
	margin: 0 -8px;
}
.team_modal .modal_dialog .team_pop .name {
	font-size: 26px;
	color: var(--main-color);
	font-weight: 700;
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
}
.team_modal .modal_dialog .team_pop .title {
	color: #999;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
}
.team_modal .modal_dialog .team_pop ul.meta li {
	font-weight: 700;
	list-style-type: none;
	display: inline-block;
	padding: 10px 25px 10px 0;
	color: #ba70c2;
	font-size: 18px;
}
.team_modal .modal_dialog .team_pop ul.meta {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}
.team_modal .modal_dialog .team_pop ul.meta li i {
	color: var(--secondary-color);
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
@media (max-width: 992px){
		
}
@media (max-width: 768px){
		.team_modal .modal_dialog .team_pop .name {
		margin-top: 20px;
		font-size: 26px;
	}

}
@media (max-width: 425px){	
	.team_modal .modal_dialog { 
		padding: 20px;
	}
}
@media (max-width: 375px){
	.team_modal .modal_dialog .team_pop { 
		padding: 20px;
		width: 270px;
	}
	.team_modal .modal_dialog .team_pop ul.meta li { 
		word-break: break-all;
	}
	
}
/*Meet the Team*/

/*Table*/
.table_tab {
	border-collapse: collapse;
	font-size: 14px;
}

.table_tab td{
	padding: 8px 20px;
	font-weight: 400;
	width: 45%;
	line-height: 160%;
	border: 1px solid #dbdbdb;
}
.table_tab td:not(:first-child){
	text-align: center;
	width: 18%;
}

.table_tab td:first-child { 
	font-size: 15px;
}

.table_tab td span.red_text{
	font-size: 15px;
	color: #e71b1b;
}
.table_tab td span.green_text{
	font-size: 15px;
	color: #468f0f;
}
.table_tab th{
	padding: 20px;
	font-size: 16px;
	border: 1px solid #dbdbdb;
	background-color: var(--secondary-color);
	color: #fff;
}
.table_tab th:not(:first-child) { 
	text-align: center;
}
.row_title {
    text-align: center;
    background-color: #ddd;
    font-size: 16px;
}
.row_title td{
    font-weight: 600 !important;
}

@media (max-width: 1024px) {
	.table_div {
	    overflow-x: auto;
	}
}
@media(max-width:992px){ 
	
}
@media(max-width:768px){ 
	.ban_links a{
    	font-size: 15px;
    } 
    .table_tab th { 
	    font-size: 15px; 
	}
}

@media (max-width: 680px){
	.table_tab {
	    width: 100%;
	    min-width: 680px;
	}
}
/*Table*/



@media(max-width:1300px){
	.boxmodel p {
	    font-size: 20px;
	}
}
@media(max-width:1200px){
	
	.btn_box h3{
		font-size:22px;
	}
	.two_grid {
	    grid-gap: 30px;
	}
}
@media(max-width:1100px){
	 
	
}
@media(max-width:992px){
	.btn_box {
	    padding: 60px 30px;
	}
	.btn_box .btn_box_inner a {
	    max-width: 100%;
	}
	.meet_team_grid{
	    grid-template-columns:auto;
	    max-width:80%;
	    margin:0 auto 40px;
	}
	.meet_team_grid:nth-child(even) .meet_team_img{
		order:0;
	}
	
	.two_grid {
	    grid-template-columns: 1fr;
	}
	
	.two_grid {
	    grid-gap: 10px;
	}
	
	.addl_wrapper {
	    padding: 50px 0;
		min-height: auto;
	}
	.about_img{
		min-height:500px;
	}
	.about_item{
		order:1;
	}
	.team_list{
		max-width: 80%;
    	margin: 0 auto;
	}
	.team_item{
		width: 100%;
	}
	.head_box{
		padding: 0 20px;
	}
}
@media(max-width:768px){
	.btn_grid{
		grid-template-columns: auto;
	}
	
	.sub_hd {
	    font-size: 28px;
	}
	.btn_box {
	    padding: 60px 20px;
	}
	
	.service_person img{
		max-height:450px;
		object-position:center;
	}
	.meet_team_grid {
	    max-width: 100%;
	}
	.meet_team_item {
	    padding: 30px;
	}
	.meet_team_item h2 {
	    font-size: 28px;
	}
	.meet_team_item span {
	    font-size: 18px;
	}
	.top_title{
		width:100%;
	}
}
@media (max-width: 680px){
	.services_offer_grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	.services_offer_div:last-child{
		grid-column: span 1;
		width: 100%;
	}
	.inner_page_form {
	    padding: 30px 20px 10px;
	}
	.cert_link_img_main{
		flex-direction: column;
	}
	.cert_link_img_main .cert_link_img img {
	    margin-right: 0px;
	    margin-bottom: 20px;
	}
	.team_list{
		max-width: 100%;
	}
	.member_icon img {
	    max-width: 80px;
	}
	.team_item h2 {
	    font-size: 22px;
	}
	.team_top span{
		font-size: 15px;
	}
	.sub_hd2{
		font-size: 22px;
	}
	
}
@media (max-width: 576px){
	.addl_wrapper p, .links{
	    font-size: 15px;
	}
	.meet_team_item {
	    padding: 20px;
	}
	.meet_team_img {
	    min-height: 400px;
	}
	.page_para {
	    font-size: 16px;
	}
	.service_person img{
		padding: 0;
		outline: 0;
	}
	.btn_box {
	    padding: 50px 20px;
	}
	.boxmodel p {
	    font-size: 18px;
	}
	.add_page_list li {
	    font-size: 15px;
	}
	.add_page_list li{
		padding-left: 30px;
	}
	.add_page_list li:before{
		left: 8px;
	}
	.addl_wrapper table {
	    width: 90%;
	}
	.addl_wrapper td, .addl_wrapper th {
	    font-size: 15px;
	}
	.inner_page_form input, .inner_page_form select{
	    font-size: 15px;
	}
	.addl_hd {
	    font-size: 22px;
	}
	.about_img{
		min-height:400px;
	}
	.sub_hd {
	    font-size: 25px;
	}
	.guild_tile h3{
	    font-size: 18px;
	}
	.sub_hd1 {
	    font-size: 22px;
	}
	
}
@media (max-width: 480px){
	
	.btn_box h3{
		font-size: 20px;
	}
	.addl_hd {
	    font-size: 22px;
	}
	.addl_wrapper table {
	    width: 95%;
	}
	.services_offer_div {
	    padding: 30px 15px; 
	}
	.addl_wrapper {
	    padding: 30px 0;
	}
	.cert_link_img img {
        max-width: 180px;
	    width: 100%;
	    height: auto;
	}
	.guild_top{
		flex-direction: column;
	}
	.guild_tile {
	    padding-left: 0;
	}
	.about_img{
		min-height:300px;
	}
}
@media (max-width: 360px){
	.inner_page_form {
		
	    padding: 30px 15px 5px;
	}
	.member_icon{
		margin:0 0 10px;
	}
	.team_top{
		flex-direction: column;
	}
	.team_item{
		text-align:justify;
	}
	.top_title{
		text-align:center;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   Enhanced Meet the Team – Modern Card Layout
   ═══════════════════════════════════════════════════════════════════════════ */

.team_section_new {
	padding: 90px 0;
}

.team_intro_text {
	text-align: center;
	font-size: 17px;
	color: #666;
	max-width: 650px;
	margin: 0 auto 55px;
	line-height: 160%;
}

/* ── Grid ─────────────────────────────────────────────────────────────── */

.team_grid_new {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* ── Card ─────────────────────────────────────────────────────────────── */

.team_card_new {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.team_card_new:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

/* ── Image ────────────────────────────────────────────────────────────── */

.team_card_img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 5/5;
}

.team_card_img > img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.team_img_overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent 40%,
		rgba(0, 0, 0, 0.35) 100%
	);
	pointer-events: none;
}

/* ── Body ─────────────────────────────────────────────────────────────── */

.team_card_body {
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.team_card_badge {
	display: inline-block;
	align-self: flex-start;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
	background: var(--main-color);
	padding: 5px 16px;
	border-radius: 20px;
	margin-bottom: 18px;
}

.team_card_name {
	font-size: 26px;
	font-weight: 700;
	color: var(--main-color);
	margin: 0 0 4px;
	font-family: var(--pop);
	line-height: 130%;
}

.team_card_title {
	font-size: 15px;
	font-weight: 600;
	color: var(--secondary-color);
	margin: 0 0 14px;
	line-height: 140%;
}

.team_card_divider {
	width: 50px;
	height: 3px;
	background: var(--secondary-color);
	border-radius: 2px;
	margin-bottom: 16px;
	transition: width 0.4s ease;
}

.team_card_new:hover .team_card_divider {
	width: 80px;
}

.team_card_bio {
	font-size: 15px;
	line-height: 170%;
	color: #555;
	margin-bottom: 12px;
}

.team_card_bio:last-of-type {
	margin-bottom: 18px;
}

/* ── Social links ─────────────────────────────────────────────────────── */

.team_card_social {
	display: flex;
	gap: 12px;
	margin-top: auto;
	padding-top: 10px;
}

.team_social_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f0f0f0;
	color: var(--main-color);
	font-size: 16px;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.team_social_link i{
	margin: 0;
	line-height: 40px;
}
.team_social_link:hover {
	background: var(--secondary-color);
	color: #fff;
	transform: translateY(-2px);
}

/* ── Reverse layout (every even card) ─────────────────────────────────── */

.team_card_reverse .team_card_img {
	order: 2;
}

.team_card_reverse .team_card_body {
	order: 1;
}


/* ═══════════════════════════════════════════════════════════════════════════
   Responsive – Enhanced Team Section
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 992px) {
	.team_section_new {
		padding: 60px 0;
	}

	.team_card_new {
		grid-template-columns: 1fr;
		max-width: 600px;
		margin: 0 auto;
	}

	.team_card_img {
	}

	/* always image first on tablet */
	.team_card_reverse .team_card_img {
		order: 0;
	}
	.team_card_reverse .team_card_body {
		order: 0;
	}

	.team_card_body {
		padding: 30px 28px;
	}

	.team_card_name {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.team_section_new {
		padding: 50px 0;
	}

	.team_grid_new {
		gap: 30px;
	}

	.team_card_img {
	}

	.team_card_body {
		padding: 28px 22px;
	}

	.team_card_name {
		font-size: 22px;
	}

	.team_card_bio {
		font-size: 14px;
	}

	.team_intro_text {
		font-size: 15px;
		margin-bottom: 35px;
	}
}

@media (max-width: 576px) {
	.team_section_new {
		padding: 40px 0;
	}

	.team_grid_new {
		gap: 24px;
	}

	.team_card_new {
		border-radius: 12px;
	}

	.team_card_img {
	}

	.team_card_body {
		padding: 24px 18px;
	}

	.team_card_name {
		font-size: 20px;
	}

	.team_card_title {
		font-size: 14px;
	}

	.team_card_bio {
		font-size: 14px;
		line-height: 165%;
	}

	.team_card_badge {
		font-size: 11px;
		padding: 4px 12px;
	}

	.team_intro_text {
		font-size: 14px;
		margin-bottom: 30px;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.team_card_img {
	}

	.team_card_body {
		padding: 20px 16px;
	}

	.team_card_name {
		font-size: 19px;
	}

	.team_social_link {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
}

@media (max-width: 360px) {
	.team_card_img {
	}

	.team_card_body {
		padding: 18px 14px;
	}

	.team_card_name {
		font-size: 18px;
	}
}
