/*!
Theme Name: globalphonecheck 
Author: Azine Technologies
Author URI: https://www.azine.in/
Description: A Performance WordPress theme primed for fast loading and validated HTML5/CSS3.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: globalphonecheck
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
img {
	border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

summary {
	display: list-item;
}
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #1e90ff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: transparent;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Font Face Roboto */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('assets/fonts/Roboto-Light.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('assets/fonts/Roboto-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

/* Font Face Poppins */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('assets/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('assets/fonts/Poppins-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

/* Color Define */
:root{
	--primary-color:#1e90ff;
	--dark-color:#333333;
	--light-white-color: #ffffff;
	--black-color:#000000;
	--heading-title-52:52px;
	--heading-line-height:62px;
	
}

/* General css */
body{font-family: 'Roboto-Regular';}
h1,h2,h3,h4{font-family: 'Roboto-Bold';}
.container {margin: 0 auto;position: relative;width: 100%;}
.text-center{text-align: center;}
.pt-top{padding-top: 100px;}
.pt-bottom{padding-bottom: 100px;}
.pt-pb{padding: 100px 0;}
.gpc-bold-title h2{font-size: var(--heading-title-52);line-height: var(--heading-line-height);}
p {margin:0;}
body, button, input, select, optgroup, textarea {color:var(--dark-color);font-size: 1rem;line-height: 1.5;}
ul, ol{margin: 0;}

.gpc-blue-btn{border-radius: 9999px;background-color: var(--primary-color);text-decoration: none;display: inline-block;padding: 14px 28px;color:var(--light-white-color);font-family: 'Roboto-Medium';}
p:empty {display: none;}
.pt-8{padding-left:1rem;padding-right: 1rem;}
.mx-1206{max-width: 1206px;margin: 0 auto;}
.px-18{padding-left: 18px;padding-right: 18px;}
.d-block{display: none;}
.d-none{display: block;}

/* Header CSS */
.site-header{background-color: rgb(245 248 255);position: relative;}
.gpc-header-wrp{display: flex;justify-content: space-between;width: 100%;align-items: center;padding: 1rem 0;}
.gpc-header-wrp .site-title a{font-family: 'Poppins-SemiBold';font-size: 1.25rem;line-height: 1.75rem;text-decoration: none;color: var(--primary-color);}
.gpc-header-wrp .main-navigation a {display: block;text-decoration: none;color: var(--dark-color);margin-left: 24px;}
.gpc-header-wrp .main-navigation a:hover{color: var(--primary-color);}
.gpc-nav-menu .menu-toggle{padding: 0;}

/* Home page CSS */
.gpc-banner-wrap{padding-top: 2.75rem;padding-bottom: 100px;position: relative;}
.gpc-banner-sec h1{font-size: 60px;line-height: 65px;font-family: 'Roboto-Bold';margin: 0;padding-top: 2rem;}
.gpc-banner-sec p{ font-size: 1.25rem;line-height: 1.75rem;margin-top: 1.5rem;margin-bottom: 3rem;max-width: 470px;}
.gpc-banner-wrap .gpc-blue-btn{padding: 10px 25px;}

.gpc-padding{padding: 100px 0;}
.gpc-banner-sec, .gpc-advanced-verify-main, .gpc-empower-main, .gpc-un-phone-wrap, .gpc-elevate-sec, .services-metrics-wrap, .gpc-el-phone-wrap{position: relative;}
.gpc-bnr-shape img{position: absolute;left: 0;right: 0;width: 100%;bottom: -120px; z-index:-1; }
.curve-img{position: absolute;top: 0px;bottom: 0;right: 0;z-index: -1;}
.curve-img img{width: 100%;height: 100%;}
.gpc-elevate-sec .gpc-two-grid{grid-template-columns: minmax(0, 58%) minmax(0, 41%);}

.gpc-bnr-left-shape {position: absolute;top:-170px;left: 0;}
.gpc-empower-main{padding-top: 160px;padding-bottom: 100px;}
.gpc-empower-main h2{max-width: 830px;margin: 0 auto;}
.gpc-empower-grid {display: grid;grid-template-columns:repeat(3, 1fr);grid-gap: 2rem;margin-top: 60px;}
.gpc-two-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));grid-gap: 1.5rem;}
.gpc-empower-main .gpc-empower-inr{border: 1px solid #e1e1e1;height: 100%;
    display: flex !important;flex-direction: column;}
.gpc-empower-grid .slick-slide{height:auto !important;}
.gpc-empower-main .gpc-empower-content {padding: 30px;}
.gpc-empower-main .gpc-empower-img {height: 222px;}
.gpc-empower-main .gpc-empower-content h4{font-size: 22px;line-height: 1.75rem;margin-bottom: .5rem;}
.gpc-empower-main .gpc-empower-img img {width: 100%;height: 100%;object-fit: contain;}

.gpc-right-circle{right: 0;top:-15%;left: auto;}
.gpc-elevate-sec h2{max-width: 510px;}
.gpc-elevate-sec p{font-size: 1rem; line-height: 1.75rem;}
.gpc-elevate-sec a{margin-top:3rem;}
.gpc-advanced-verify-main .advanced-verify-main-title h2{max-width: 570px;margin: 0 auto;}

.gpc-ad-box{max-width: 976px;margin: 3.5rem auto;grid-gap: 2.5rem;}

.gpc-advanced-verify-main::before{content:"";background-image: url('./assets/images/advanced-phone-shape.svg');background-repeat: no-repeat;background-size: contain;position: absolute;width: 100%;height: 100%;top: 14%;background-position: center;z-index: -1;}
.gpc-advanced-verify-inr {display: flex;align-items: flex-start;gap: 1rem;border: 1px solid var(--dark-color);border-radius: 20px;padding: 32px 48px 36px 32px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;background-color: #fff;}
.gpc-advanced-verify-inr h4{margin: 0;font-size: 22px; margin-bottom: 1rem;}
.gpc-advanced-verify-icon i, .gpc-un-verify-icon i{font-size: 28px;color: var(--primary-color);}

.gpc-un-grid, .gpc-el-phone-sec .gpc-two-grid {display: grid;grid-template-columns: minmax(0, 41%) minmax(0, 58%);grid-gap: 1.5rem;}
.gpc-un-verify-repeater {border-top: 1px solid #d3d3d3;margin-top: 1.25rem;padding-top: 2rem;}
.gpc-un-cnt {display: flex;align-items: flex-start;gap: 15px;margin-bottom: 26px;}
.gpc-un-cnt h4{margin: 0;font-size: 22px;line-height: 1;margin-bottom: .75rem;}
.gpc-un-phone-left h2{max-width: 400px;}
.gpc-un-phone-left .gpc-un-para{font-size: 1.125rem;line-height: 1.75rem;max-width: 480px;}
.gpc-un-content p{ font-size: 1rem; line-height: 1.5rem;max-width: 330px;}
.gpc-bnr-bt-shape{position: absolute;right: 0;bottom: -230px;}
.gpc-bnr-bt-shape img, .gpc-bnr-left-shape img{height: 162px;}
.gpc-discover-wrap{background-color: #e6f4ff;clip-path: polygon(0% 23%, 100% 0%, 100% 100%, 0% 100%);padding: 100px 0;}
.gpc-dicover-inr{max-width: 680px;margin: 0 auto;}
.gpc-dicover-inr p{font-size: 1.25rem;line-height: 30px;}

.gpc-el-phone-left-content p{font-size: 1.125rem;line-height: 1.75rem;}
.gpc-el-phone-sec .gpc-blue-btn{margin-top: 1.5rem;font-size: .875rem;}
.gpc-el-phone-left-content h2{max-width: 500px;margin-top: 108px;}
.gpc-el-bnr-shape img{position: absolute;top: -120px;left: 0;right: 0;width: 100%;}

/* Services Us CSS */
.gpc-services-bnr-wrap .gpc-two-grid{grid-template-columns: minmax(0, 45%) minmax(0, 55%);padding: 4.75rem 0;}
.gpc-services-bnr-wrap, .gpc-blog-insight{background-image: linear-gradient(to bottom, #ffffff, #e6f4ff);}
.gpc-services-bnr-wrap h1, .gpc-blog-main h1{font-family: 'Poppins-Bold';font-size: 3.75rem;line-height: 1.1;color: #000;max-width: 500px;margin: 0 0 40px 0;}
.gpc-services-bnr-wrap p, .gpc-blog-insight p{font-size: 1.25rem;line-height: 1.75rem;max-width: 500px;}
.gpc-services-bnr-wrap .gpc-right-cnt img, .gpc-blog-insight img{max-height: 500px;object-fit: contain;}
.gpc-services-wrap .gpc-left-content{padding-right: 3.5rem;}

.gpc-right-content{position: relative;}
.gpc-right-content::before {content: "";background-image: radial-gradient(#cbcacc 3px, transparent 3px);position: absolute;right: 0;background-size: 16px 16px;width: 190px;height: 145px;}
.gpc-right-content .border-img{position: absolute;left: 0;bottom: 0;width: 0;height: 0;border-color: transparent;border-bottom-color:var(--primary-color);border-left-color: var(--primary-color);z-index: 1;border: 100px solid var(--primary-color);border-top-color: transparent;border-right-color: transparent;}
.gpc-right-img img{position: relative;z-index: 2;}
.gpc-left-content ul{list-style: none;margin: 2rem 0;text-align: left;}
.gpc-left-content li {display:flex;margin-bottom: 1rem;}
.gpc-left-content i{color: #22c55e;margin-right: 1rem;}

.services-metrics-wrap {padding-top: 50px;}
.services-metric-cnt h2{color: var(--black-color);margin:0;}
.services-metric-cnt p{font-size: 1.125rem;line-height: 1.75rem;}
.metrics-repeater-col {border-radius: .5rem;box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);padding: 2rem;}
.br-shape {position: absolute;left: 0;right: 0;top: 0px;width: 228px;height: 152px;clip-path: polygon(0% 0%, 100% 0%, 100% 23%, 0% 23%);background-color: #cce8ff;margin: 0 auto;}
.metrics-repeater-wrap {display: grid;grid-template-columns: repeat(3,minmax(0,1fr));grid-gap: 3rem;margin-top: 2.5rem;}
.metrics-repeater-wrap h2 {font-size: 2.25rem;line-height: 2.5rem;color: var(--primary-color);margin-bottom: 1rem;}
.metrics-repeater-wrap p{color: var(--black-color);}

.why-ch-wrap h2{margin: 0 0 3rem 0;}
.why-ch-grid-wrap { display: grid;grid-template-columns: repeat(3,minmax(0,1fr));grid-gap: 2rem;}
.why-ch-col img {width: 30px;height: 30px;object-fit: contain;}
.why-ch-col {border: 1px solid var(--dark-color);border-radius: 20px;padding: 1.5rem;box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}
.why-ch-col h2{font-size: 1.125rem;margin-bottom:.5rem;}

.gpc-tf-bnr-wrap .gpc-two-grid{grid-template-columns: minmax(0, 55%) minmax(0, 45%);}
.gpc-tf-bnr-wrap .gpc-left-content{padding-right: 3.5rem;}
.gpc-tf-bnr-wrap .gpc-right-content .border-img{bottom: 110px;}
.gpc-tf-bnr-wrap .gpc-right-content::before{top: 40px;right: -46px;}
.gpc-services-wrap h2, .gpc-tf-bnr-wrap h2{font-family: 'Poppins-Bold';font-size: 3rem;line-height: 1;color:var(--black-color);max-width: 500px;}

.service-btn{background-color: var(--primary-color);padding: 6px 16px;color: #fff;border-radius: 10px;text-decoration: none;display: inline-block;margin-top: 1.5rem;font-family: 'Roboto-Medium';}

.faq-container{max-width:64rem;padding-left: 2.5rem;padding-right: 2.5rem;margin: 0 auto;}
.faq-main-title p{font-size: 3rem;line-height: 1;margin-bottom: 5rem;}
.faq-question {display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
.faq-item {border-top: 1px solid var(--dark-color);}
.faq-item:last-child{border-bottom: 1px solid var(--dark-color);}

.faq-item p.faq-service-title {font-size: 1.25rem;line-height: 1.5;padding: 8px 0;color: var(--black-color);}
.faq-answer p{max-width: 48rem;margin-bottom: 1rem;color: var(--black-color);}

/* About US CSS */
.gpc-mission-wrap {padding: 80px 0;}
.gpc-about-wrap .gpc-about-left-content h1{text-transform:capitalize;margin: 0;padding-bottom: 1.5rem;color: var(--black-color);font-size: 60px;
    line-height: 65px;font-family: 'Roboto-Bold';margin: 0;padding-top: 2rem;}
.gpc-about-wrap .gpc-about-left-content{margin-top: 4.75rem;max-width: 460px;}
.gpc-mission-wrap img{width: 50px;height: 50px;object-fit: contain;background-color: var(--primary-color);border-radius: 9999px;padding: 10px;}
.gpc-mission-wrap p{font-size: 1.125rem;line-height: 1.75rem;}
.gpc-mission-wrap h2 {line-height: 2.25rem;margin: 1rem 0;}

.gpc-global-wrap{background-color: #e6f4ff;padding: 60px 0;}
.gpc-gb-icon {width: 80px;height: 80px;object-fit: contain;margin: 0 auto;background-color: var(--primary-color);border-radius: 9999px;padding: 23px;}
.gpc-grid-col img {width: 100%;height: 100%;object-fit: cover;filter: brightness(0) invert(1);}
.gpc-global-grid-wrap{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));max-width: 900px;margin: 0 auto;gap: 3rem;margin-top: 2.5rem;}
.gpc-global-cnt h2 {margin: 0 0 1.5rem 0;}
.gpc-grid-col h4{font-size: 1.125rem;line-height: 1.75rem;margin: .5rem 0;}

/* Blog CSS */
.gpc-blog-wrap{padding: 60px 0;}
.gpc-blog-main h1{margin: 4.75rem 0 1rem 0;}
.gpc-blog-grid {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));}
.gpc-blog-main-title h2{font-family:'Poppins-Bold';color:var(--black-color);margin: 0;}
.gpc-blog-main-title p{font-size: 1.25rem;line-height: 1.75rem;font-family: 'Roboto-Light';color: #7d7d7d;max-width: 930px;margin: 1.2rem auto;}
.gpc-blog-item {border-radius: 1.5rem;box-shadow: 0 10px 15px -3px #ccc, 0 4px 6px -4px #ccc;padding: 1rem;margin: 1.5rem;}
.gpc-blog-item-title a{font-size: 1.875rem;line-height: 2.25rem;text-decoration: none;color: var(--black-color);font-family: 'Roboto-Medium';font-weight: normal;}
.gpc-blog-item .gpc-blog-excerpt{font-size: 1.125rem;line-height: 1.75rem;font-family: 'Roboto-Light';color: #7d7d7d;}
.gpc-blog-content {padding: 1.5rem 1rem;}
.gpc-blog-thumb img {width: 100%;height: 16rem;object-fit: cover;}
.gpc-blog-item .gpc-blog-readmore {display: inline-block;margin-top: 15px;text-decoration: none;}
.gpc-blog-wrap{padding-left: 1rem;padding-right: 1rem;}

.gpc-sb-wrap {background-color: #e6f4ff;padding: 2.5rem 0;}
.gpc-sb-cnt{max-width:400px;margin: 0 auto;}
.gpc-sb-cnt h2{font-size: 36px;margin: 1rem 0;}
.gpc-sb-wrap .tnp-subscription input[type=email]{font-size: 1rem;line-height: 1.5rem;box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);padding: 1rem;border: 1px solid #d3d3d3;border-radius: 10px;background-color: #fff;width: 85%;margin: 0 auto;}
.gpc-sb-wrap .tnp-subscription input.tnp-submit{background-color: var(--primary-color);border-radius: 9999px;padding: 14px 16px;font-size: .875rem;cursor: pointer;}

/* Newsletter Css */
.tnp-button-form button.tnp-submit, profile input.tnp-submit{cursor:pointer;}

/* Single Blog CSS */
.article-single-wrap {display: flex;max-height: 620px;height: 100%;}
.article-single-wrap .entry-header {background-color: #cce8ff;padding-left: 35px;padding-top: 107px;flex-basis: 50%;}
.article-single-wrap .post-thumbnail {flex-basis: 50%;}

.article-single-wrap .entry-header {background-color: #cce8ff;padding-left: 35px;padding-top: 107px;}
.article-single-wrap .entry-title{font-size: .875rem;text-transform: uppercase;line-height: 1.5;font-family: 'Roboto-Regular';letter-spacing: .1em;max-width: 150px;}
.article-single-wrap .entry-meta a{color: var(--black-color);text-decoration: none;}
.article-single-wrap h1, .article-single-wrap span{color: var(--black-color);}
.article-single-wrap .post-thumbnail img{max-height: 100%;width: 100%;}
.post .entry-content {background-color: #f6f9ff;padding-top: 3rem;padding-bottom: 3rem;margin: 0;}
.post .entry-content p{font-size: 20px;}

/* Contact US CSS */
.gpc-contact-main-grid {display: grid;grid-template-columns:minmax(0, 38%) minmax(0, 62%);grid-gap: 1.2rem;}
.gpc-contact-col1{background-color: var(--primary-color);border-radius: 1.5rem;padding: 2rem;}
.gpc-contact-details h2{font-size: 2.25rem;line-height: 2.5rem;font-family: 'Poppins-SemiBold';color: #fff;max-width: 360px;margin: 0;}
.gpc-contact-details p{text-transform: uppercase;margin-bottom: 1rem;color: #fff;}
.gpc-contact-details span{margin-right: 10px;}
.gpc-contact-flex{display: flex;gap: 15px;margin-bottom: 1.5rem;}
.gpc-contact-icon {flex-basis: 20%;}
.gpc-contact-main-grid{box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);padding: 1.5rem;border-radius: 1.5rem;}
.gpc-contact-wrap .gpc-img-icon{width: 62px;height: 62px;border: 1px solid #fff;border-radius: 9999px;padding: 12px;}
.gpc-contact-wrap{margin-top: 30px;}
.gpc-contact-cnt {flex-basis: 80%;}
.gpc-contact-cnt h4{font-size: 1.5rem;line-height: 2rem;margin: 0;color: #fff;font-family: 'Roboto-SemiBold';}
.gpc-contact-cnt p, .gpc-contact-cnt a{text-decoration: none;color: #fff;}
.gpc-contact-wrap{display: none;}

.contact-form {padding: 1.5rem;}
.contact-form .form-row {display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.contact-form .two-col .form-group {width: 48%;margin-right: 4%;}
.contact-form .two-col .form-group:last-child {margin-right: 0;}
.contact-form .three-col .form-group {width: 32%;margin-right: 2%;}
.contact-form .three-col .form-group:last-child {margin-right: 0;}
.contact-form .form-group.full {width: 100%;}

.contact-form .form-group label {display: block;font-weight: 500;margin-bottom: 5px;font-family: 'Roboto-Medium';}
.contact-form .form-group input,
.contact-form .form-group textarea {width: 100%;border: none;border-bottom: 1px solid #ccc;padding: 8px 0;font-size: 14px;outline: none;border-radius: 0;}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {border-color: #007bff;}
.contact-form .form-group textarea {resize: none;height: 100px;}
.contact-form .wpcf7-submit.btn {margin-top: 50px;background: var(--primary-color);color: #fff;border: none;padding: 8px 16px;text-transform: uppercase;cursor: pointer;font-size: .875rem;line-height: 1.25rem;border-radius: 10px;font-family: 'Roboto-Medium';}
.contact-form .wpcf7-submit.btn:hover {background: #1a82e2;}
/*.cf7sr-g-recaptcha{zoom:0.8;}*/

/* Slick Slider CSS */
.slick-dots li button {width: 1.25rem;height: 1.25rem;border-radius: 9999px;background: #ccc;padding: 0;text-indent: -9999px;}
.slick-dots li.slick-active button {background: var(--primary-color); }
.slick-dots{display: flex;gap:10px;align-items: center;justify-content: center;margin: 20px 0;list-style: none;padding: 0;}

/* Footer CSS */
.site-footer {background-color: rgb(246 249 255);border-top-left-radius: 60px;border-top-right-radius: 60px;padding-top: 80px;position: relative;}
.gpc-footer-wrap h2{margin: 0 0 20px 0;}
.gpc-footer-wrap h4 {margin: 0 0 30px 0;}
.site-footer h2 a{font-family: 'Poppins-SemiBold';font-size: 1.875rem;line-height: 2.25rem;text-decoration: none;color: var(--primary-color);}
.gpc-footer-wrap .wp-block-columns{position: relative;z-index: 2;padding-bottom: 70px;}
.gpc-footer-wrap ul{padding: 0;list-style: none;}
.gpc-footer-wrap ul li a{font-size: 1rem;text-decoration: none;display: inline-block;color: var(--dark-color);}
.gpc-footer-wrap ul li a:hover{color: var(--primary-color);}
.gpc-footer-wrap ul i{color: var(--primary-color);}
.gpc-footer-wrap ul li {margin: 15px 0;}
.gpc-cnt-list a{font-family: 'Roboto-Medium';margin-left: 10px;}
.gpc-footer-wrap a{text-decoration:none;}

.site-info {border-top: 1px solid rgb(18 20 29 / .15);padding-top: 30px;text-align: center;padding-bottom: 2.25rem;position: relative;z-index: 1;}
.site-info .gpc-footer-text{font-size: .875rem;}
.gpc-footer-shape img{position: absolute;right: 0;bottom: 0;}


@media (min-width: 640px) {

	.container{max-width:640px;}
	.curve-img{top: 0px;bottom: 0;right: 0;}

	/* Header CSS */
	.gpc-header-wrp .site-title a{font-size: 1.875rem;line-height: 2.25rem;}

	/* Contact Us CSS */
	.gpc-contact-main .container{padding-left: 3rem;padding-right: 3rem;}
	
	/* Blog CSS */
	.gpc-blog-main-title h2{font-size: 3.75rem;line-height: 1;}
	
	
            
}

@media (min-width: 768px) {

     .container{max-width:768px;}
	 .gpc-bnr-bt-shape img, .gpc-bnr-left-shape img{height: 300px;}
	 /* About Css */
	 .gpc-mission-wrap h2{font-size: 32px;}
	 
}

@media (min-width: 1024px) {

	/* General CSS */
    .container { max-width:1024px;}

	/* About Css */
	 .gpc-mission-wrap h2{font-size: 36px;}

	/* Contact Page CSS */
	.gpc-contact-wrap{display: block;}

	/* Header CSS */
	.menu-toggle {display: none;}
	.main-navigation ul {display: flex;}

	.d-block{display: block;}
	.d-none{display: none;}

	.curve-img{top: -116px;}
	.gpc-bnr-shape img{bottom: -190px;}

}

@media (min-width: 1280px) {
    .container {max-width:1280px;}
	.pt-8{padding-left:8rem;padding-right: 8rem;}
	.gpc-bnr-bt-shape img, .gpc-bnr-left-shape img{height: 400px;} 
}

@media (min-width: 1536px) {
	.article-single-wrap .entry-title{font-size: 3rem;line-height: 1.5;max-width: 630px;}
	
}

/* ----------------------------
   📱 Responsive for mobile
---------------------------- */

@media (max-width: 640px) {

	/* Home CSS */
	.curve-img{top: unset;bottom: .375rem;}
	.curve-img img {width: 299px;height: 414px;}
	
	

}

@media (max-width: 767px) {

	/* General CSS */
	.gpc-padding{padding: 50px 0;}
	.pt-pb {padding: 2rem 0;}
	.gpc-bold-title h2, .gpc-mission-wrap h2{font-size: 28px;line-height: 2.25rem;}

	/* Home CSS */
	.gpc-two-grid, .gpc-un-grid, .gpc-el-phone-sec .gpc-two-grid{grid-template-columns: 1fr;text-align: center;justify-content: center;grid-gap: 1.25rem;}
	.gpc-el-phone-right-img {margin-top: 30px;}
	.gpc-banner-sec h1, .gpc-about-wrap .gpc-about-left-content h1{font-size: 34px;line-height: 2.25rem;padding-top: 0;}
	.gpc-elevate-sec p{font-size: .875rem;line-height: 22px;}
	.gpc-bnr-left-shape{top: 0;}
	.gpc-elevate-sec .gpc-elevate-left-content, .gpc-left-cnt {order: 2;}
	.gpc-elevate-sec .gpc-elevate-right-content, .gpc-right-cnt{order: 1;}
	

	.gpc-elevate-sec .gpc-two-grid {grid-template-columns: 1fr;}
	.gpc-empower-main {padding-top: 135px;padding-bottom: 50px;}
	
	.gpc-advanced-verify-main::before{top: 115px;background-size: cover;}
	.gpc-discover-wrap{padding: 100px 0 30px;}
	.gpc-bnr-bt-shape{bottom: -120px;}

	.gpc-advanced-verify-inr, .gpc-un-cnt{text-align: left;}

	/* Services CSS */
	.gpc-services-bnr-wrap .gpc-two-grid, .gpc-blog-grid, .gpc-global-grid-wrap, .metrics-repeater-wrap, .why-ch-grid-wrap, .gpc-tf-bnr-wrap .gpc-two-grid{grid-template-columns: 1fr;}
	.gpc-services-wrap .gpc-left-content, .gpc-tf-bnr-wrap .gpc-left-content {padding-right: 0;}
	.faq-main-title p{font-size: 1.75rem;}

	/* Blog CSS */
	.gpc-blog-main-title h2{font-size: 1.875rem;line-height: 2.25rem;}
	.gpc-sb-wrap .tnp-subscription input[type=email]{width: 100%;}
	.gpc-sb-wrap .tnp-subscription input.tnp-submit{width: 100%;}
	.page-id-306 .site-main{min-height:500px;}

	/* About CSS */
	.gpc-about-wrap .gpc-about-left-content{margin-top: 49px;}

	/* Contact US CSS */
	.contact-form .two-col .form-group,
	.contact-form .three-col .form-group {width: 100%;margin-right: 0;}
	.contact-form .form-row {flex-direction: column;margin-bottom: 0;}

	/* Footer CSS */
	.gpc-footer-wrap .wp-block-columns{flex-wrap: wrap !important;}
	.gpc-footer-wrap .wp-block-columns .wp-block-column:nth-child(1){flex-basis:100% !important;}
	.gpc-footer-wrap .wp-block-columns .wp-block-column:nth-child(n+2) {flex-basis:30% !important;}

}



/* Responsive Max-1023 */
@media (max-width: 1023px) {

	/* General CSS */
	.gpc-padding {padding: 3rem 0;}

	/* Header CSS */
	.site-header .menu{position: absolute;left: 0;right: 0;top:100%;background-color: #f5f8ff;z-index:999;}
	.gpc-header-btn .gpc-blue-btn{display: none;}
	.site-branding{flex-grow: 1;}
	.site-header .main-navigation li {padding: 1rem 0;border-top: 1px solid #d3d3d3;}
	.gpc-header-wrp{padding: 1.1rem 0;}
	.gpc-header-wrp .main-navigation a{font-size: .875rem;}
	.site-header .main-navigation li:last-child {border-top: 0;}
	#mobile-menu .gpe-blue-btn{text-align: center;}
	#mobile-menu .gpe-blue-btn a{border-radius: 9999px;background-color: var(--primary-color);text-decoration: none;display: inline-block;padding: 14px 28px;color: var(--light-white-color);font-family: 'Roboto-Medium';}
	
	/* Home page CSS */
	.gpc-empower-main h2{max-width: 500px;}

	/* Blog Service CSS */
	.gpc-left-cnt {order: 2;}
	.gpc-right-cnt{order: 1;}
	.gpc-services-bnr-wrap .gpc-right-cnt img, .gpc-blog-insight img{max-height: 200px;}
	.gpc-blog-insight img{margin-top: 2rem;}
	.gpc-services-bnr-wrap h1, .gpc-blog-main h1{font-size: 2.25rem;line-height: 2.5rem;}
	.article-single-wrap .entry-header{padding-top: 40px;padding-bottom: 40px;}
	.article-single-wrap{flex-direction: column;gap: 20px;text-align: center;}
	.article-single-wrap .post-thumbnail img{width: unset;}
	.article-single-wrap .entry-title{margin: 0 auto;}
	.gpc-blog-main h1 {margin: 1rem 0 1rem 0;}

	.gpc-elevate-sec h2, .gpc-un-phone-left h2, .gpc-un-phone-left .gpc-un-para, .gpc-el-phone-left-content h2, .gpc-services-bnr-wrap h1, .gpc-blog-main h1, .gpc-services-wrap h2, .gpc-tf-bnr-wrap h2, .gpc-services-bnr-wrap p, .gpc-blog-insight p, .gpc-about-wrap .gpc-about-left-content, .gpc-contact-details h2, .gpc-banner-sec p{max-width: 100%;}
	.gpc-blog-main h2{margin: 0	 0 1rem 0;}
	.gpc-blog-main .gpc-left-cnt{margin-bottom: 3rem;}

	/* Services CSS */
	.gpc-tf-bnr-wrap .gpc-two-grid, .gpc-services-wrap .gpc-two-grid{grid-template-columns: 1fr;text-align: center;justify-content: center;grid-gap: 1.25rem;}
	.gpc-services-wrap h2, .gpc-tf-bnr-wrap h2{font-size: 2.25rem;line-height: 2.5rem;}

	/* Contact Us CSS */
	.gpc-contact-main .container {max-width: 100%;}
	.gpc-contact-main-grid{grid-template-columns: 1fr;display: block;}
	.contact-form .form-group {margin-bottom: 15px;}
	.contact-form {
    padding: 1.5rem 0rem;
}
.gpc-contact-main-grid{ padding: 1.5rem 1rem;}
	
	
	/* Footer CSS */
	.gpc-footer-wrap h4 {margin: 0 0 15px 0;}
    
    
}

@media screen and (min-width: 767px) and (max-width: 1024px) {

	/* General CSS */
	.pt-8{padding-left: 18px;padding-right: 18px;}

	/* Home page CSS */
	.gpc-banner-sec h1 {font-size: 40px;line-height: 50px;}
	.gpc-bold-title h2{font-size: 40px;line-height: 2.5rem;}

	/* About CSS */
	.gpc-about-wrap .gpc-about-left-content{margin-top: 1.5rem;}
	.gpc-about-wrap .gpc-two-grid{grid-template-columns:minmax(0,70%) minmax(0,30%);text-align: center;align-items: center;}

	/* Blog CSS */
	 .gpc-services-bnr-wrap .gpc-two-grid, .gpc-blog-main .gpc-two-grid{grid-template-columns: 1fr;text-align: center;justify-content: center;grid-gap: 1.25rem;}
	.gpc-blog-content {padding: 0;}

	/* Services Page */
	.gpc-bnr-left-shape{top: -5rem;}
	.gpc-bnr-left-shape img{height: 300px;}

	/* Footer CSS */
	.gpc-footer-wrap .wp-block-columns{flex-wrap: wrap !important;}
	.gpc-footer-wrap .wp-block-columns .wp-block-column:nth-child(1){flex-basis:100% !important;}
	.gpc-footer-wrap .wp-block-columns .wp-block-column:nth-child(n+2) {flex-basis:30% !important;}

}