/*
Theme Name: BestForAndroid Main Section Theme
Theme URI: https://bestforandroid.com
Author: Bestiumpro
Author URI: https://bestiumpro.com
Description: Theme for APK Section.
Version: 1.0.355
License: Private
*/


/*CSS BestforAndroid Theme*/
/***************************
*
* 1. Design Standards
* 2. Menu Bar
* 3. Footer
*
*
* PAGES
* 1. Single
* 2. Home
* 3. Category
* 4. Author
* 5. Archive Standard
*
*
* DEVICES
* 1. Mobile Default - 600px max-width
* 2. Tablets/Desktop - min 600
*
*
*
***************************/



/***************************/
/*   1. DESIGN STANDARDS   */
/***************************/

/*GLOBAL VARIABLES*/
:root{

	--max-width-big: 1120px;
	--max-width-small: 640px;

	/*Colors*/
	/*Apk color*/
	--primary-color-one: #44706e;
	--primary-color-two: #154543;
	--primary-color-three: #154543;

	/*Greenish*/
	--secondary-color-one: #014D40;
	--secondary-color-two: #147d64;
	--secondary-color-three: #27AB83;

	/*Bluish*/
	--accent-color-one: #de3600;
	--accent-color-two: #OA558C;
	--accent-color-three: #ff685d;
	--accent-color-four: #6258ff;

	/*Blacks*/
	--black-color-one: #000000;
	--black-color-two: #222222;


	/*Text Colors*/
	--text-color-zero: #000000;
	--text-color-one: #212121;
	--text-color-two: #3a3a3a;
	--text-color-three: #646464;
	--text-color-four: #677075;
	--text-color-five: #767676;


	/*Article Text Colors*/
	--article-text-color: #3e4855;


	/*Font Sizes*/
	--font-size-one: 12px;
	--font-size-two: 14px;
	--font-size-three: 16px;
	--font-size-four: 18px;
	--font-size-five: 20px;
	--font-size-six: 22px;
	--font-size-seven: 26px;
	--font-size-eight: 30px;
	--font-size-nine: 34px;
	--font-size-ten: 40px;
	--font-size-eleven: 48px;
	--font-size-twelve: 56px;
	--font-size-thirteen: 64px;


	/*Padding & Margin*/
	--scale-size-zero: 2px;
	--scale-size-one: 4px;
	--scale-size-two: 6px;
	--scale-size-three: 8px;
	--scale-size-four: 10px;
	--scale-size-five: 12px;
	--scale-size-six: 14px;
	--scale-size-seven: 18px;
	--scale-size-eight: 22px;
	--scale-size-nine: 26px;
	--scale-size-ten: 30px;
	--scale-size-eleven: 38px;
	--scale-size-twelve: 46px;
	--scale-size-thirteen: 54px;
	--scale-size-fourteen: 62px;


	/*Radiuses*/
	--radius-one: 8px;
	--radius-one: 16px;
	--radius-one: 24px;


	/*Line Heights*/
	--line-height-one: 120%;
	--line-height-two: 140%;
	--line-height-three: 160%;
	--line-height-four: 180%;


	/*Shadows*/
	--box-shadow-one: 0 0 15px 5px rgb(132 132 132/10%);
	--box-shadow-two: 0 0 10px 5px rgb(132 132 132/5%);


	/*Borders*/
	--border-color-one: #c5c5c5;

}


@font-face {
    font-family: 'bestforandroid';
    src: url('resources/fonts/bestforandroid-Bold.eot');
    src: url('resources/fonts/bestforandroid-Bold.eot?#iefix') format('embedded-opentype'),
        url('resources/fonts/bestforandroid-Bold.woff2') format('woff2'),
        url('resources/fonts/bestforandroid-Bold.woff') format('woff'),
        url('resources/fonts/bestforandroid-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bestforandroid';
    src: url('resources/fonts/bestforandroid-Regular.eot');
    src: url('resources/fonts/bestforandroid-Regular.eot?#iefix') format('embedded-opentype'),
        url('resources/fonts/bestforandroid-Regular.woff2') format('woff2'),
        url('resources/fonts/bestforandroid-Regular.woff') format('woff'),
        url('resources/fonts/bestforandroid-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html{
	width: 100%;
    overflow-x: hidden;
}


body{
	font-family: bestforandroid,sans-serif,system-ui;
	overflow-x:hidden;
	min-height: 100vh;
	margin: 0;
	line-height: 140%;
	object-fit: cover;
	max-width: 100%;
	color: var(--article-text-color);
}

body a{
	color: var(--article-text-color);
}

::marker {
    color: var(--accent-color-three);
}


/*************************************/
/* MENU SECTION */
/*************************************/

.logo:hover, .search-botton:hover{
    opacity: 0.7;
}


.top-menu-bar{
	height: 65px;
	width: var(--max-width-big);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.top-menu-bar-header{
	border-bottom: 4px solid #44706e;
	display: flex;
	justify-content: center;
	width: 100%;
	position: fixed;
	background: white;
	z-index: 9999;
}

.menu-link-ol-web{
	list-style: none;
}

.menu-link-ol-web li{
	display: inline-block;
}


.menu-text, .menu-item a{
	color: #154543e8;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: var(--font-size-three);
	padding: 10px;
	margin-right: 8px;
	font-weight: 600;
	letter-spacing: 0.1px;
}

.menu-text:hover, .menu-item a:hover{
	color: var(--accent-color-three);
}



.second-section{
	max-width: var(--max-width-big);
	margin: 100px var(--scale-size-seven) 40px var(--scale-size-seven);
}





/*************************************/
/* ARTICLE SECTION */
/*************************************/

/* Breadcrumb */

#breadcrumbs{
	color: var(--primary-color-two);
	font-size: var(--font-size-one);
}

span.breadcrumb_last {
    display: none;
}

#breadcrumbs a{
	color: var(--primary-color-one);
	text-decoration: none;
	font-size: var(--font-size-one);
	/*-webkit-font-smoothing: antialiased;*/
}


/* Title  */
.title-blog{
	font-size: var(--font-size-eight);
	color: #2a4644;
	line-height: var(--line-height-three);
	margin-top: var(--scale-size-seven);
	margin-bottom: var(--scale-size-six);

}

.article-intro{
	color: #2c4240e3;
	font-size: var(--font-size-five);
	line-height: var(--line-height-three);
	margin: var(--scale-size-seven) auto;

}

.article-meta-top{
	display: flex;
    flex-direction: row;
    font-size: var(--font-size-one);
    line-height: 1.8;
    color: #192b2af0;
/*    -webkit-font-smoothing: antialiased;*/
    margin: var(--scale-size-six) 0 var(--scale-size-four) 0;
}

.fact-article-top svg{
	margin-right: 4px;
}

.fact-article-top{
	display: flex;
	align-items: center;
}


.author-article-top a{
	text-decoration: none;
}

.social-top-article{
	display: flex;
	flex-direction: row;
    column-gap: 2px;
    opacity: 0.95;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: scale(1.05);

}

.social-button-top{
/*	width: 24px;*/
/*	height: 24px;*/
	padding: 6px;
	border-radius: 50%;
	margin: 15px 8px 15px 0;
	display: flex;
	align-items: center;
}

.social-button-top:hover{
	opacity: 0.8;
}


.social-button-top.facebook-button {
    background: #3b5998;
}

.social-button-top.twitter-button {
    background: #73b4ff;
}

.social-button-top.mail-button {
    background: #333;
}

.social-button-top.reddit-button {
    background: #FE4600;
}

.social-button-top.whatsapp-button {
    background: #169F3F;
}

.article-content-section{
	display: flex;
}


/* TABLE OF CONTENT */
.table-of-content{
	margin-top: 24px;
	line-height: var(--line-height-two);
	color: var(--article-text-color);
	font-size: var(--font-size-three);
}

.toc-ul{
	padding: 0;
	list-style: none;
}

.article-content{
	font-size: var(--font-size-four);
	color: var(--article-text-color);
	line-height: var(--line-height-three);
}

.seprator{
	margin: 0 5px;
}

.table-of-content-title{
	font-weight: bold;
}

/*.wp-block-buttons{*/
/*	margin: var(--scale-size-four) 0 var(--scale-size-eight) 0;*/
/*	display: flex;*/
/*}*/

.wp-block-button{
	padding-right: var(--scale-size-four);
}




.article-content li{
	padding: var(--scale-size-five) 0;
}

table img{
	padding: 10px 0;
	max-width: 100%;
}

.article-content img{
	max-width: 100%;
    object-fit: cover;
    height: 100%;
}

table{
    width: 100%;
    overflow-y:hidden;
    overflow-x:scroll;
}

.article-content p a{
	color: var(--accent-color-four);
	text-decoration: none;
}

.article-content p a:hover{
	color: var(--accent-color-three);
}

.article-content figure {
    margin: var(--scale-size-eight) 0;
}

h2 ~ figure {
    margin: var(--scale-size-six) 0 0 0!important;
}

.article-content h2{
    border-image-repeat: repeat;
    border-image-slice: 150 0 0;
    border-image-source: url(heading-top.svg);
    border-top: 4px solid;
    max-width: 100%;
    padding-top: var(--scale-size-eight);
    line-height: 1.4;
    font-size: var(--font-size-six);
    font-weight: 800;
    margin-bottom: 0;
    margin-top: var(--scale-size-fourteen);
}

.article-content h3{
	line-height: 1.4;
	margin-top: var(--scale-size-thirteen);
	font-size: var(--font-size-five);
	margin-bottom: 0;

}

.article-content h4{
	line-height: 1.4;
	margin-top: var(--scale-size-twelve);
	font-size: var(--font-size-four);
	margin-bottom: 0;
}

.article-content h5{
	line-height: 1.4;
	margin-top: var(--scale-size-twelve);
	font-size: var(--font-size-four);
	margin-bottom: 0;
}

.article-content h6{
	line-height: 1.4;
	margin-top: var(--scale-size-twelve);
	margin-bottom: 0;
}


.schema-faq-answer {
    margin: var(--scale-size-four) 0;
}

.schema-faq-section {
    margin-top: var(--scale-size-ten);
}

table{
	border-collapse: collapse;
}

table td, table tbody th {
    border: 2px solid #eee;
    border-radius: var(--scale-size-four);
    padding: 7px 15px;
}

li img {
    margin-top: 15px;
}


/*************************************/
/* NEWSLETTER SECTION */
/*************************************/

.newsletter-section {
    border: var(--primary-color) 3px dashed;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 45px 40px 35px 35px;
    width: auto;
    margin: 0 auto;
}

/*.section-app.newsletter-section{
    margin-top:30px;
    margin-bottom:30px
}*/

.newsletter-section{
    border:var(--secondary-color-one) 2px dashed;
    border-radius:12px;
    display:flex;
    flex-direction:column;
    text-align:center;
    justify-content:center;
    padding:45px 40px 35px 35px
}

.newsletter-top{
    display:flex;
    /*justify-content:center;*/
    align-items:center;
    margin-bottom:20px
}

.newsletter-top-left{
    display:flex;
    /*justify-content:center;*/
    align-items:center
}

.newsletter-top-right{
    display:flex;
    flex-direction:column;
    text-align:left
}

.newsletter-heading{
    font-size:var(--font-size-title-four);
    margin-bottom:10px;
    font-weight:bold;
    letter-spacing:.2px;
    color: var(--primary-color-two);
}

.newsletter-para{
    font-size:var(--font-size-three);
    color:var(--primary-color-one);
    line-height:155%
}

.newsletter-form{
    display:flex;
    /*justify-content:center;*/
    align-items:center;
    margin:5px 0 20px
}

.unsub-text{
    font-size:12px;
    color:#2c4240db;
}

.email-input{
    border-radius:12px;
    border:3px solid #e3e3e3;
    margin:0 8px 0 0;
    padding:10px;
    width:60%
    color: var(--primary-color-one);
}

.submit-newsletter-button{
    padding:10px;
    border-radius:12px;
    border:3px solid #44706e99;
    background:#426e6c;
    color:var(--primary-color-two);
    font-size:12px;
    font-weight:700;
    width:30%
}

.submit-newsletter-button:hover{
    background:var(--primary-color-two);
    border:3px solid var(--primary-color-two);
    color:white;
    cursor:pointer
}

.newsletter-svg{
    width:32px;
    padding:8px 10px 6px;
    background:#ffe500;
    border-radius:50%;
    fill:#415151;
    margin-right:20px
}


.article-content{
	max-width: var(--max-width-small);
	line-height: 1.8;
}



/*************************************/
/* COMMENT SECTION */
/*************************************/

.discussions{
	max-width: var(--max-width-small);
	margin: 40px auto 20px auto;
}

.comment-avatar{
	background: #426e6c;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 1px solid green;
}

.comment-single{
	display: flex;
	padding:var(--scale-size-nine)
			0
			var(--scale-size-nine)
			0;

	border-bottom: 1px solid #44706e5c;

}

/*.comment-meta{
	display: flex;
	align-items: center;
	margin-bottom: var(--scale-size-four);
}
*/

.comment-author-name{
	font-weight: bold;
}

.comment-right-section{
	display: flex;
	flex-direction: column;
	padding-left: var(--scale-size-seven);
}

.comment-text{
	line-height: var(--line-height-three);
/*	color: var(--text-color-one);*/
}

.comment-date{
	color: var(--text-color-three);
}

.seprator-dot{
    overflow: hidden;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #dddcdd;
    margin: 0 12px;
}

#comment-text-form{
	border: 2px solid var(--border-color-one);
	border-radius: 4px;
	width: auto;

}

.comment-input{
	background-color: #f6f7f8;
    border: 1px solid #c8cacb;
    box-shadow: inset 0 0 3px #d5d7d8;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 10px 10px 0;
}

.comment-submit-buttom{
	color: #249991;
    border-color: #249991;
    background: white;
    box-shadow: none;
    border-radius: 15px;
    padding: 10px 15px;
    outline: none;
}




/*************************************/
/* Footer SECTION */
/*************************************/


.footer {
    min-height: 115px;
    display: flex;
    align-items: center;
    flex-direction: column;
    content-visibility: auto;
}

.footer:before {
    background: url(https://bestforandroid.com/wp-content/uploads/assests/icon-footer-border-top-b.svg);
    height: 13px;
    width: 100%;
    display: block;
    content: "";
    background-size: contain;
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
}

.footer-social-links{
	margin: 25px auto 10px auto;

}

.social-profile {
	text-decoration: none;
	fill: var(--primary-color-two);
}

.social-profile:hover {
	fill: var(--primary-color-one);
}

.social-profile{
	margin-left: 30px;
}


.footer-links {
    margin-top: 10px;
    max-width: var(--max-width-big);
}


.menu-footer-container ul li a {
    font-size: var(--font-size-one);
    text-transform:capitalize;
    color: var(--text-color-four);
}

.menu-footer-container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 160%;
}


ul#menu-footer {
    max-width: 1200px;
}
ul#menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
/*    padding: 10px;*/
}

ul#menu-footer li {
    margin: 4px 12px 12px 0;
    display: block;
}

ul#menu-footer li {
    margin: 0 15px 10px 0;
    display: block;
}


.footer-links ul li {
    list-style: none;
    display: inline-block;
}

/*.menu-item {
    margin-right: 25px;
    list-style: none;
}
*/
#menu-footer .menu-item a {
    color: var(--text-color-three);
    text-transform: capitalize;
}

.copyright-notice {
    font-size: var(--font-size-two);
    color: #445670cc;
    padding: 15px;
    border-radius: 7px;
    line-height: 150%;
    margin: 0 auto 0;
}

.copyright-name-a {
    color: #445670cc;
    text-decoration: none;
}


.related-title {
    text-align: center;
    font-size: var(--font-size-seven);
    font-weight: bold;
    margin-bottom: var(--scale-size-nine);
    margin-top: var(--scale-size-thirteen);

}




/*************************************/
/*									 */
/* 				HOME PAGE 			 */
/*									 */
/*************************************/

.homepage-main-wrapper{
	max-width: var(--max-width-big);
	display: flex;
	flex-direction: column;
	margin: 100px var(--scale-size-seven) 40px var(--scale-size-seven);
/*	color: var(--primary-color-two);*/

}

/*.homepage-main-wrapper a{
	color: var(--primary-color-two);
}
*/
.homepage-main-wrapper a:hover{
	color: var(--accent-color-three);
}

/*.news-title-main a{
	color: var(--primary-color-two);
}*/

/*.news-excerpt-main{
	color: var(--article-text-color);
}
*/
.home-news-grid{
	display: flex;
	flex-direction: row;
}


.news-link{
	display: flex;
	flex-direction: column;
	margin-bottom: var(--scale-size-eight);
	box-shadow: 0 0 15px 5px rgb(132 132 132 / 10%);
    border-radius: 8px;
}

a.news-link{
	text-decoration: none;
}

a.news-link:hover {
    opacity: 0.9;
    color: var(--primary-color-two);
}

.title-content {
    display: flex;
    flex-direction: column;
    padding: 28px;
}

img.hero-image-news {
    width: 100%;
    height: 313px;
    object-fit: cover;
}

.news-title-main {
    margin-bottom: var(--scale-size-five);
    font-size: var(--font-size-four);
    font-weight: bold;
    line-height: var(--line-height-three);
}

.news-excerpt-main{
/*	color: var(--text-color-two);*/
}

.news-item {
    margin-bottom: var(--scale-size-eight);
}

.news-title-second {
    font-weight: bold;
    font-size: var(--font-size-three);
    padding: 15px;
    line-height: var(--line-height-three);
/*    color: var(--article-text-color);*/
}

img.second-image-news {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

img.scaled-image{
    border: none!important;
}

.box-section{
    box-shadow: 0 0 15px 5px rgb(132 132 132 / 10%);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #f1f5f9;
}


.about-us-home{
	display: flex;
	margin-bottom: var(--scale-size-eight);
}


.about-us-text {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    line-height: 160%;
    color: #2a4644;
    opacity:95%;
}



.grids-guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.blog-single-grid {
    margin-top: 14px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    /*width: 48%;*/
    box-sizing: border-box;
    border: 1px solid #f1f5f9;
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
}

a.blog-single-grid{
	text-decoration: none;
}

a.blog-single-grid:hover{
	opacity: 0.9;
}

.guide-grid-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.grid-guide-title {
    margin-top: var(--scale-size-five);
    margin-bottom: var(--scale-size-three);
    font-weight: bold;
    line-height: var(--line-height-three);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2; /* number of lines to show */
           line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14.5px;
	padding-left: 4px;
	color: #154543d6;

}


/*.grid-guide-title:hover {
    color: var(--primary-color-two);
}*/


.three-ranking-columns{
	display: flex;
	gap: 20px;
}

.rank-list-items {
/*    color: var(--text-color-two);*/
}

.column-single-best{
	display: flex;
	flex-direction: column;
}

.rank-header{
	display: flex;
	padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 14px;
    align-items: center;
}

.rank-section-intro {
    font-size: var(--font-size-one);
    color: #2a4644a8;
    line-height: 136%;

}

.list-column-home li a {
    text-decoration: none;
/*    color: var(--text-color-one);*/
    line-height: 165%;
    /*letter-spacing: 0.1px;*/
}

ul.list-column-home {
    padding-inline-start: 24px;
}

ull.list-column-home ::marker {
    font-size: 18px;
}

ul.list-column-home {
    padding-inline-start: 26px;
}


.home-colum-right {
    display: flex;
    flex-direction: column;
}

.column-icon{
	width: 48px;
	margin-right: 14px;
	stroke: #274341;
	fill: #274341;
    /*fill: #44706e26;*/
}

.section-heading-one{
	font-size: var(--font-size-six);
    font-weight: bold;
    margin-bottom: 4px;
    color: #2a4644;
}

.section-heading-two{
	color: #2a4644;
	font-size: var(--font-size-five);
    font-weight: bold;
    margin-bottom: 4px;
}

.section-heading-three{

}

.team-home-box{
	display: flex;
	flex-direction: column;
	margin-top: var(--scale-size-nine);
	padding: 40px;
/*	color: var(--text-color-two);*/
}

.team-about{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

.team-members{
	display: flex;
	gap: 10px;
	justify-content: space-between;
    /*width: 100%;*/
    column-wrap: wrap;
}

.single-team-home{
	display: flex;
	flex-direction: column;
}

.team-heading {
    margin-bottom: 20px;
}

.team-person-image {
    width: 100px;
    height:auto;
    border-radius: 100%;
}

.single-team-home {
    align-items: center;
    text-align: center;
    padding: 24px 14px 12px 16px;
    border: 1px solid #44706e1f;
    border-radius: 10px;
    flex: 0 0 calc((100% - 3 * 20px) / 4);
    max-width: calc((100% - 3 * 20px) / 4);
    box-sizing: border-box;
}

.team-person-name {
    margin: 14px 0 2px 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: var(--font-size-three);
    color: var(--primary-color-one);
}

.team-person-designation {
    color: var(--primary-color-two);
    font-size: var(--font-size-one);
    padding-bottom: 4px;
}

.team-person-about {
    font-size: var(--font-size-one);
    line-height: 140%;
    letter-spacing: 0.1px;
    color:#2a4644b3;
}
.newsletter-home {
    width: 100%;
    box-sizing: border-box;
}


/*Mobile Menu*/

.mobile-menu-all {
    display: none;
}

.displayhide {
    display: none!important;
}

.menu-mobile-main {
    width: 100%;
    background: #88bdba26;
    margin-top: 69px;
    z-index: 999999;
}

.close-button-menu-mobile {
    padding: 20px;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
}

.close-button {
    text-align: right;
    cursor: pointer;
    color: var(--primary-color);
}

.menu-mobile-inside {
    display: flex;
    flex-direction: column;
    padding: 5px 20px 5px 10px;
    border-bottom: 4px solid #44706e;
    position: fixed;
    background: white;
    width: 100%;
    z-index: 999999999999;
}


.menu-mobile-inside .menu-item, .menu-mobile-inside .menu-apks-container ul li {
    font-weight: 700;
    text-decoration: none;
    color: var(--primary-link-color);
    padding: 12px 0 12px 15px;
    border-bottom: 1px solid #15454342;
}

/*.menu-item a {
    text-decoration: none;
}*/


/*Search Box*/

.search-box-own {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
/*    z-index: 9999;*/
    background: #e2e8e8;
    padding: 25px 0;
    border-bottom: 4px solid #44706e;
    margin-top: 69px;
    position: fixed;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;

}

.right-section.search-botton {
    cursor: pointer;
}


.form-search {
    display: flex;
    justify-content: center;
    width: 100%;
}

.search-top-text {
    width: 60%;
    border: 1px solid var(--primary-color-one);
    border-radius: 8px;
    padding: 10px;
    margin-right: 5px;
}

.search-top-button {
    width: 20%;
    border: 1px solid var(--primary-color-one);
    border-radius: 8px;
    padding: 10px;
    font-weight: 700;
    background: var(--primary-color-one);
    color: #fff;
}



/* Table of Content */

a.ez-toc-link {
    text-decoration: none;
    line-height: 160%;
    font-size: 14px;
    color: var(--primary-color-two);
}

a.ez-toc-link:hover{
	color: var(--accent-color-three);
}

li.ez-toc-page-1 {
    color: var(--accent-color-three);
    margin-bottom: var(--scale-size-seven);
}

p.ez-toc-title {
    font-weight: bold;
}

label.cssicon {
    display: none;
}

ul.ez-toc-list {
    padding-left: 15px;
}
p.ez-toc-title {
    color: #2c4240db;
}


/*Comment Native Styling*/

.comment-list li {
    list-style: none;
}

.comment{
	padding-top: var(--scale-size-eight);
}

.comment .reply{
	padding-bottom: var(--scale-size-eight);
    border-bottom: 1px solid #a4c0bf5c;
}

.comment-meta.commentmetadata a {
    color: var(--text-color-five);
    text-decoration: none;
    font-size: var(--font-size-one);
}

.comment-author.vcard {
    display: flex;
/*    align-items: center;*/
}

span.says {
    display: none;
}

.comment-body cite a, .comment-body cite {
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}


img.avatar {
    background: #426e6c;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 10px 0 -45px;
}

/*.comment-meta.commentmetadata {*/
/*    margin-top: -10px;*/
/*}*/

a.comment-reply-link {
    color: var(--text-color-four);
}

.comment p {
    margin-top: 10px;
    line-height: 170%;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

.comment-body cite {
    text-transform: capitalize;
}


form#commentform {
	margin-top: var(--scale-size-five);
    margin-bottom: var(--scale-size-seven);
    border-bottom: 1px solid #a4c0bf5c;
    padding-bottom: var(--scale-size-two);
}

textarea#comment {
    border-radius: 6px;
    border: 2px solid #e3e3e3;
    margin: 15px 15px 15px 0;
    padding: 10px;
    height: 80px;
    resize: vertical;
    background-color: #f6f7f8;
    box-shadow: inset 0 0 3px #d5d7d8;
}

textarea#comment:focus,
input#author:focus,
input#email:focus
{
	border: 1px solid var(--primary-color-one);
	outline: none;
}


input#author, input#email{
	border-radius: 6px;
    border: 2px solid #e3e3e3;
    padding: 6px;
    background-color: #f6f7f8;
    box-shadow: inset 0 0 3px #d5d7d8;
}

.comment-form-comment label, .comment-form-author label, .comment-form-email label {
    color: var(--primary-color-one);
    font-weight: bold;
    margin-right: var(--scale-size-four);
}


.comment-form-author {
    margin-bottom: 20px;
}

p.form-submit {
    margin-top: 22px;
}

input#submit {
    padding: 8px 16px;
    border-radius: 22px;
    border: 1px solid var(--primary-color-one);
    background: white;
	color: var(--primary-color-one);
    font-size: 12px;
    font-weight: 700;
}

input#submit:hover{
	background: var(--primary-color-one);
	color: white;
	cursor: pointer;
}

span#reply-title small {
    margin-left: 10px;
}

em.comment-awaiting-moderation {
    display: block;
    font-size: var(--font-size-two);
    color: var(--primary-color-two);
}


.progress-container {
	width: 100%;
	height: 8px;
	background: #ccc;
}

.progress-bar {
	height: 3px;
	background: black;
	width: 0%;
	position: fixed;
	margin-top: 68px;
	z-index: 99999999;
	border-radius: 0 10px 10px 0;
}





/*Mobile Only*/
@media screen and (max-width:600px){


	.home-news-grid {
    	flex-direction: column;
	}

	.about-us-home {
    	flex-direction: column;
	}

	.three-ranking-columns {
    	flex-direction: column;
	}

	.team-members {
    	flex-direction: column;
	}

	.menu-web {
    	display: none;
	}

	.news-link{
		margin-bottom: var(--scale-size-eight);
	}

	/*.blog-single-grid:nth-child(odd) {
    	margin-right: 14px;
	}*/

	.about-us-home {
    	margin-top: var(--scale-size-eight);
	}

	.column-single-best {
    	margin-top: var(--scale-size-six);
	}

	.top-menu-bar {
	    margin: 0px var(--scale-size-seven);
	}

	.article-content-section{
		flex-direction: column;
	}

	.social-top-article{
		justify-content: center;
	}

	.title-blog{
    	font-size: var(--font-size-seven);
    	line-height: var(--line-height-two);
    }

    .article-intro{
    	font-size: var(--font-size-four);
    	line-height: var(--line-height-four);
    }

	/*Center Align article top content on phone*/
	/*.article-intro, .title-blog, #breadcrumbs{*/
	/*	text-align: center;*/
	/*}*/

	.article-meta-top{
		flex-wrap: wrap;
		justify-content: left;
	}

	/* Home */
	.section-heading-one{
		text-align: center;
		line-height: 1.3;
	}

	.illustration{
		text-align: center;
	}

	.para-about {
    	margin-top: 10px;
	}

	.blog-single-grid{
		padding: 14px;
	}

	.table-of-content{
    	max-height: 160px;
    	overflow-x: scroll;
    	background: #8080800f;
    	padding: 0px 8px;
	}

	.table-of-content::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 5px;
	}

	.table-of-content::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background-color: rgba(0, 0, 0, .5);
	  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}





}


.section-app.four-o-four-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}





/* 29 jan 2026 Article page*/
.two-lines-limit {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}


.article-content p {
    margin: 1em 0 1.6em 0;
}

.article-content strong {
    opacity: 0.9;
}

.wp-block-image {
    margin: 1em 0;
}

.wp-block-image img {
    border-radius: 6px;
}




/* Base button */
.wp-block-button__link.wp-element-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;

  width: 100%;
  padding: 16px 10px;

  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3px;

  color: #ffffff;
  background-color: #44706e;;
  border: 2px solid #44706e;
  border-radius:8px;

  text-align: center;
  text-decoration: none;

  cursor: pointer;
  user-select: none;

  transform: translateZ(0) scale(1);
  transform-origin: center;

  transition:
    transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.18s ease,
    color 0.9s ease,
    box-shadow 0.18s ease;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  will-change: transform;
}

/* Hover */
.wp-block-button__link.wp-element-button:hover {
  background-color: #ffffff;
  color: #154543;
  transform: scale(1.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  border-color: #44706e;
}

/* Active */
.wp-block-button__link.wp-element-button:active {
  transform: scale(0.97);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* Focus */
.wp-block-button__link.wp-element-button:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(21, 69, 67, 0.35),
    0 10px 28px rgba(0, 0, 0, 0.18);
}

/* Disabled */
.wp-block-button__link.wp-element-button[aria-disabled="true"],
.wp-block-button__link.wp-element-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wp-block-button__link.wp-element-button {
    transition: none;
    transform: none;
  }
}



/* Move CSS from customise wp*/
label.ez-toc-cssicon-toggle-label {
    display: none;
}

.wp-block-button__link:hover {
    border: 2px solid;
}

figure.aligncenter img {
    margin: 0 auto;
    display: block;
}

/* some old button appearing as link - fixed - 5feb25  */
.wp-block-button a {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: var(--font-size-two);
    font-weight: bold;
    background: var(--primary-color-one) !important;
    color: white !important;
    text-decoration: none;
}

.wp-block-button a:hover {
    background: white !important;
    color: var(--primary-color-one) !important;
	    border: 2px solid;
    border-color: var(--primary-color-one) !important;
}


/* End fix button  */







/* Premium styling for WordPress video block */
.wp-block-video.aligncenter {
  max-width: 960px;
  max-height: 540px;
  margin: 2.5rem auto;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 1px 2px rgba(255, 255, 255, 0.08) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Video element itself */
.wp-block-video.aligncenter video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  outline: none;
}

/* Hover interaction for desktop */
@media (hover: hover) {
  .wp-block-video.aligncenter:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
      0 18px 45px rgba(0, 0, 0, 0.35),
      0 1px 2px rgba(255, 255, 255, 0.12) inset;
  }
}

/* Focus state for accessibility */
.wp-block-video.aligncenter:focus-within {
  box-shadow:
    0 0 0 3px rgba(100, 150, 255, 0.6),
    0 12px 35px rgba(0, 0, 0, 0.3);
}

/* Optional cinematic aspect ratio lock */
.wp-block-video.aligncenter.is-style-cinematic {
  aspect-ratio: 16 / 9;
}

/* Subtle loading polish */
.wp-block-video.aligncenter video[poster] {
  object-fit: cover;
}

/* Mobile refinement */
@media (max-width: 768px) {
  .wp-block-video.aligncenter {
    max-width: 100%;
    max-height: none;
    border-radius: 12px;
    margin: 1.75rem auto;
  }
}

/* Minimal sup styling for blog content */
sup {
  font-size: 0.7em;
  line-height: 0;
  vertical-align: super;
  margin-left: 0.1em;
  color: #44706E;
}

/* If sup contains a link */
sup a {
  color: #44706E;
  text-decoration: none;
  font-weight: 500;
  padding: 0 2px;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

/* Subtle hover and focus for UX */
sup a:hover,
sup a:focus-visible {
  background-color: rgba(68, 112, 110, 0.12);
  color: #2f514f;
  text-decoration: none;
}

/* Improve tap clarity on touch devices */
sup a {
  cursor: pointer;
}


/*Hide TOC on Mobile - 15May26*/
@media screen and (max-width:600px){
    .table-of-content {
        display:none;
    }
}
