/* .addl_wrapper{
	padding:40px 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(--secondary-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;
}

::placeholder {
  color: #7b7b7b;
  opacity: 1; 
}

::-ms-input-placeholder { 
  color: #ddd;
}


 
.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;
	}
}

@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;
	}

	
	.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;
	}
	
	.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;
	}
	
	.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;
	}
	
	.sub_hd2{
		font-size: 22px;
	}
	
}
@media (max-width: 576px){
	.addl_wrapper p, .links{
	    font-size: 15px;
	}
	
	.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;
	}
} */

 
    .gms_section {
        padding: 70px 0; 
    }
    .gms_inner {
        display: flex;
        gap: 30px;
        align-items: stretch;
    }
    /* Left panel */
    .gms_panel_left {
        flex: 1;
        background: #fff;
        border-radius: 8px;
        padding: 40px 35px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    }
 
    .gms_panel_left h2 {
        font-size: 28px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .gms_panel_left .gms_sub {
        font-size: 15px;
        color: #555;
        margin-bottom: 24px;
        line-height: 1.6;
    }
    .gms_panel_left .gms_sub a {
        color: var(--main-color, var(--secondary-color));
        font-weight: 600;
        text-decoration: underline;
    }
    .gms_checklist {
        list-style: none;
        padding: 0;
        margin: 0 0 28px;
    }
    .gms_checklist li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 15px;
        color: #333;
        margin-bottom: 12px;
        line-height: 1.5;
    }
    .gms_checklist li .gms_tick {
        width: 22px;
        height: 22px;
        min-width: 22px;
        background: var(--main-color, var(--secondary-color));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1px;
    }
    .gms_checklist li .gms_tick svg {
        width: 11px;
        height: 11px;
        fill: none;
        stroke: #fff;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .gms_section_label {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        color: var(--main-color, var(--secondary-color));
        margin: 20px 0 12px;
        border-top: 1px solid #eee;
        padding-top: 20px;
    }
    /* Middle panel */
    .gms_panel_mid {
        flex: 1;
        background: var(--main-color, var(--secondary-color));
        border-radius: 8px;
        padding: 40px 35px;
        display: flex;
        flex-direction: column;
        align-items: center; 
        box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    }
 
    .gms_panel_mid h3 {
        font-size: 28px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.25;
        margin-bottom: 28px;
        width: 100%;
    }
    .gms_mid_list {
        list-style: none;
        padding: 0;
        margin: 0 0 28px;
        text-align: left;
        width: 100%;
    }
    .gms_mid_list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        color: rgba(255,255,255,0.92);
        margin-bottom: 14px;
        line-height: 1.5;
    }
    .gms_mid_list li .gms_tick_white {
        width: 22px;
        height: 22px;
        min-width: 22px;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gms_mid_list li .gms_tick_white svg {
        width: 11px;
        height: 11px;
        fill: none;
        stroke: #fff;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .gms_star_badge {
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.25);
        border-radius: 6px;
        padding: 10px 20px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 4px;
    }
    .gms_stars {
        color: #ffc107;
        font-size: 16px;
        letter-spacing: 1px;
    }
    /* Right panel */
    .gms_panel_right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 22px;
    }
    .gms_card_top {
        background: #fff;
        border-radius: 8px;
        padding: 30px 30px 28px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.07);
        flex: 1;
    }
    .gms_card_top h2 {
        font-size: 26px;
        font-weight: 800;
        color: var(--secondary-color);
        line-height: 1.3;
        margin-bottom: 14px;
    }
    .gms_card_top p {
        font-size: 15px;
        color: #555;
        line-height: 1.7;
        margin-bottom: 8px;
    } 
    .gms_card_top a {
        font-size: 13px;
        color: var(--main-color, var(--secondary-color));
        font-weight: 600; 
    }
    @media (max-width: 992px) {
        .gms_inner {
            flex-direction: column;
        }
    }
    @media (max-width: 580px) {
        .gms_panel_left,
        .gms_panel_mid, 
        .gms_card_top {
            padding: 28px 20px;
        }
        .gms_panel_mid h3,
        .gms_panel_left h2 {
            font-size: 22px;
        }
        .gms_card_top h2 {
            font-size: 21px;
        }
        .gms_section {
            padding: 40px 0;
        }
    }
	