@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

*{
	margin:0;
	padding:0;
}

body{
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #5c5c5c;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
img{
	display:block;
	border:none;
	outline:none;
}
ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
input:focus, textarea:focus, select:focus{
	outline:none;
}
textarea{
	overflow:auto;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], textarea, select{
	-webkit-appearance:none;
	border-radius:0;
}
a{
	color:#12b5eb;
}
a, a:hover, a:focus {
	text-decoration:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-family: "Josefin Sans", sans-serif;
    margin: 0 0 20px 0 !important;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0 !important;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
	font-size: 67px;
}
h2 {
	font-size: 45px;
}
h3 {
	font-size: 34px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
.entry-content p {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #444;
	margin-bottom: 20px !important;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
.entry-content p a {
	color: #12b5eb;
	box-shadow: none !important;
}
.entry-content p a:hover {
	color: #2e3091;
	box-shadow: none !important;
}
.entry-content .dark-bg p a:hover {
	color: #fff;
    text-decoration: underline;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
}
.container {
    width: 1170px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
#primary {
    width: 100%;
    max-width: 1680px;
}
.wp-block-getwid-section__inner-wrapper {
    width: 100%;
    max-width: 1680px;
}
.site-content {
    padding: 0;
}
.entry-content > .alignfull {
    margin-bottom: 0;
}
.entry-header {
	margin: 0 !important;
    padding-top: 30px;
}
.entry-header h1.entry-title {
	font-size: 70px;
    line-height: 80px;
    /*margin-bottom: 20px !important;*/
    /*text-align: center;*/
    font-weight: 300;
}

.btn-primary .wp-block-button__link {
    display: inline-block;
    background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%);
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
	padding: 18px 35px 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgb(100 86 169 / 35%);
}
.btn-primary .wp-block-button__link:hover, 
.btn-primary .wp-block-button__link:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgb(100 86 169 / 45%);
}

.btn-secondary .wp-block-button__link {
    display: inline-block;
    background: transparent;
    color: #621B7E;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
	padding: 16px 35px 12px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #621B7E;
    transition: background 0.2s, color 0.2s;
}
.btn-secondary .wp-block-button__link:hover, 
.btn-secondary .wp-block-button__link:focus {
    background: #621B7E;
    color: #fff;
}

/*Header Section Start*/
.site-header {
    background: #fff;
}
.site-header .header {
	border-bottom: 1px solid #efe8f2;
}
.site-header .site-identity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.site-header .header-logo img {
        width: 176px;
}
.site-header .site-identity .header-logo .site-title-wrap, 
.site-header .site-identity .navigation .main-navigation {
    max-width: 100%;
	width: 100%;
}
.site-header .main-navigation ul.menu {
    gap: 4px !important;
    display: flex;
    line-height: normal;
}
.site-header .main-navigation ul.menu li {
        padding: 0 !important;
}
.site-header .main-navigation ul.menu li a {
	font-size: 14px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 0 !important;
    padding: 8px 16px 7px !important;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #621B7E !important;
    border-radius: 50px !important;
    transition: 0.3s !important;
}
.site-header .main-navigation ul.menu li a:hover {
    border-bottom: 2px solid #12b5eb;
    color: #12b5eb;
        border-bottom: none !important;
    background-color: #621B7E;
        color: #fff !important;
}
.site-header .main-navigation ul.menu li:last-child a {
    background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%) !important;
    color: #fff !important;
}
.site-header .main-navigation ul.menu li:last-child a:hover {
    opacity: 0.9 !important;
}
/*Header Section End*/

/*Footer Section Start*/
.footer-sec {
	background-color: #000;
    padding-top: 43px;
    padding-bottom: 40px;
}
.footer-sec .container {
    display: flex;
    justify-content: space-between;
}
.footer-sec .container:before,
.footer-sec .container:after {
    display: none;
}
.footer-sec .left-col {
    display: flex;
    align-items: center;
}
.footer-sec .right-col p a {
    color: rgba(255,255,255,0.6);
    transition: 0.3s !important;
}
.footer-sec .right-col p a:hover {
    color: #65B3EC !important;
}
.footer-sec .right-col p.mail {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-sec .right-col p.copyright {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
	color: rgba(255,255,255,0.5);
    margin-bottom: 0;
}
.footer-sec .right-col {
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: flex-end;
}

/*Footer Section End*/

/*Banner Section Start*/
.hero .wp-block-getwid-section__wrapper {
    padding-top: 47px;
    padding-bottom: 80px;
}
.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 80% 20%, rgba(101, 179, 236, 0.18) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 20% 80%, rgba(98, 27, 126, 0.1) 0%, transparent 60%);
    pointer-events: none;
}
.hero .hero-inner {
    max-width: 900px !important;
    margin: 0 auto !important;
}
.hero img {
    margin-bottom: 17px;
}
.hero h1 {
    font-size: 67px;
    line-height: 72px;
    font-weight: 900;
    color: #000 !important;
	letter-spacing: -0.03em;
    margin-bottom: 24px;
}
.hero h1 span.bnr-gradient-color {
	background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero ul.banner-listing {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin-bottom: 26px;
}

ul.banner-listing li {
    background: #F7F5FA;
    border: 1.5px solid rgba(98, 27, 126, 0.2);
    border-radius: 50px;
    padding: 8px 19px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    font-family: "Josefin Sans", sans-serif;
    color: #621B7E;
}
.hero p {
	font-size: 21px;
    line-height: 31px;
    margin-bottom: 42px !important;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.hero .wp-block-buttons {
    gap: 15px !important;
}
/*Banner Section End*/

.what-we-do .wp-block-getwid-section__wrapper {
    padding-top: 77px;
    padding-bottom: 80px;
}
.what-we-do h2 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 44px !important;
}
.what-we-do h2 span {
    color: #65B3EC !important;
}
.step-card-listing {
    display: flex;
	flex-wrap: nowrap !important;
    justify-content: center;
    gap: 25px;
    margin-bottom: 0 !important;
}
.step-card-listing > .wp-block-column {
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 28px 32px;
    backdrop-filter: blur(8px);
    text-align: center;
    max-width: 240px;
    transition: 0.3s !important;
}
.step-card-listing > .wp-block-column .wp-block-heading {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px !important;
    margin-bottom: 8px !important;
    color: #65B3EC !important;
    text-transform: uppercase;
    font-weight: 900;
}
.step-card-listing {
display: flex;
    justify-content: center !important;
}
.step-card-listing > .wp-block-column p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin-bottom: 0 !important;
}
.step-card-listing > .wp-block-column:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}
.mission-banner {
	background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%) !important;   
}
.mission-banner .wp-block-getwid-section__wrapper {
    padding-top: 65px;
    padding-bottom: 65px;
}
.mission-banner p.section-label {
    color: rgba(255,255,255,0.7);
}
.mission-banner h3 {
    font-size: 33px;
    line-height: 46px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    color: #fff;
    max-width: 760px;
    margin: 0 auto !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 0 !important;
}

/*For Whom Section Start*/
.for-whom .wp-block-getwid-section__wrapper {
    padding-top: 77px;
    padding-bottom: 56px;
}
.for-whom .wp-block-getwid-section__inner-wrapper {
	max-width: 900px !important;
    margin: 0 auto;
}
.for-whom .whom-card-cols {
	margin-top: 44px;
}
p.section-label {
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
    line-height: 20px;
    font-weight: 800;
	color: #6456A9;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    display: block;
}
.whom-card {
	background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 6%), 0 8px 32px rgb(100 86 169 / 8%);
    border-top: 4px solid transparent;
    transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.whom-card .whom-title {
	font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
	font-weight: 900;
	color: #000;
}
.whom-card .whom-title .badge {
	display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.2rem 0.9rem;
    border-radius: 50px;
    margin-left: 0.5rem;
    font-weight: 800;
    vertical-align: middle;
}
.whom-card.employers .whom-title .badge {
	background: rgba(98,27,126,0.12);
    color: #621B7E;
}
.whom-card.employers {
	border-top-color: #621B7E;
}
.whom-card.employees .whom-title .badge {
	background: rgba(101,179,236,0.2);
    color: #3a8fc5;
}
.whom-card.employees {
	border-top-color: #3a8fc5;
}
.whom-card ul.whom-list {
	list-style: none;
    padding: 0;
}
.whom-card ul.whom-list li {
    padding: 0.65rem 0 0.65rem 3rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}
.whom-card.employers ul.whom-list li {
    background: url(../images/list-icon-deep-purple.png) no-repeat left 9px;
}
.whom-card.employees ul.whom-list li {
    background: url(../images/list-icon-sky-blue.png) no-repeat left 9px;
}
.whom-card ul.whom-list li:last-child {
    border-bottom: none;
}
/*For Whom Section End*/

/*Services Section Start*/
.services .wp-block-getwid-section__wrapper {
    padding-top: 77px;
    padding-bottom: 56px;
}
.services .wp-block-getwid-section__inner-wrapper {
	max-width: 960px !important;
    margin: 0 auto;
}
.services .services-cols {
	margin-top: 44px;
}
.service-card {
	border-radius: 18px;
    padding: 32px 32px 22px;
    background: #F7F5FA;
    border: 1.5px solid rgba(98,27,126,0.08);
	transition: transform 0.25s, box-shadow 0.25s;
	transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.service-card:hover {
    box-shadow: 0 8px 32px rgb(100 86 169 / 13%);
}
.service-card .service-icon .wp-block-getwid-icon__wrapper {
    background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%);
}
.service-card h3 {
	font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.service-card ul.wp-block-list {
	list-style: none;
    padding: 0;
}
.service-card ul.wp-block-list li {
    font-size: 16px;
	line-height: 22px;
    color: #333;
    margin-bottom: 10px;
	position: relative;
	padding-left: 14px;
}
.service-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6456A9;
}
/*Services Section Start*/

/*Contact Section Start*/
.contact .wp-block-getwid-section__wrapper {
    padding-top: 76px;
    padding-bottom: 56px;
}
.contact .wp-block-getwid-section__inner-wrapper {
	max-width: 960px !important;
    margin: 0 auto;
}
.contact-detail-icon .wp-block-getwid-icon-box__icon-container {
	margin-right: 15px;
}
.contact-detail-icon .wp-block-getwid-icon-box__content p {
	margin-bottom: 0 !important;
	font-weight: 600;
}
.contact-detail-icon .wp-block-getwid-icon-box__content p a {
	color: #000;
}
.contact-detail-icon .wp-block-getwid-icon-box__content p a:hover {
	color: #621B7E;
}
.contact-detail-icon .wp-block-getwid-icon-box__icon-wrapper {
    background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%);
}
.contact-form {
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 6%), 0 12px 40px rgb(100 86 169 / 10%);
}
.contact-form .form-row {
    display: flex;
    gap: 16px;
}
.contact-form .form-col {
    flex: 1;
}
.contact-form .full-width {
    display: block;
}
.wpcf7 label {
    font-family: "Josefin Sans", sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 700 !important;
    color: #000;
	margin-bottom: 7px; 
    line-height: 1.3;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    border: 1.5px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    padding: 12px 18px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
	line-height: 22px;
    color: #000;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
	margin-bottom: 0 !important;
}
.wpcf7 textarea {
    height: 140px;
    padding: 12px 18px;
    resize: vertical;
}

.contact-form select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%236b2fa0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #8a8a8a;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #6456A9;
    box-shadow: 0 0 0 3px rgb(100 86 169 / 12%);
}
.contact-form .wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 1rem;
}
.contact-form .wpcf7-list-item {
    margin: 0;
    display: block;
}

.wpcf7 .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 700 !important;
}
.wpcf7 .wpcf7-list-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
    color: #000 !important;
}

.wpcf7 .wpcf7-submit {
    width: 100%;
    background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%);
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
    padding: 16px 35px 12px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgb(100 86 169 / 30%);
}
.wpcf7 .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgb(100 86 169 / 45%);
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
	margin-top: -30px;
}
/*Contact Section End*/

/*Thank You Page Start*/
.page-id-27 .site-header {
    background: #fff;
    display: none;
}
.check-thanks .wp-block-getwid-icon__wrapper {
    background: linear-gradient(135deg, #65B3EC 0%, #6456A9 50%, #621B7E 100%);
}
/*Thank You Page End*/


/*Responsive Start*/
@media screen and (max-width: 1100px) {
.container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
}
}

@media screen and (max-width: 850px) {
.main-navigation {
    display: block;
}
.hero h1 {
    font-size: 55px;
    line-height: 60px;
}
.step-card-listing {
    gap: 20px;
}
}

@media screen and (max-width: 667px) {
.site-header .site-identity {
    flex-direction: column;
    gap: 10px;
}
.site-header .main-navigation ul.menu li a {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 10px 7px !important;
}
.hero h1 {
    font-size: 40px;
    line-height: 1.2;
}
.hero ul.banner-listing {
    gap: 0;
}
.hero p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px !important;
}
.btn-primary .wp-block-button__link {
    padding: 18px 20px 14px;
}
.hero .wp-block-getwid-section__wrapper {
    padding-bottom: 65px;
}
h2 {
    font-size: 38px !important;
    line-height: 1.15 !important;
}
.what-we-do h2 {
    margin-bottom: 28px !important;
}
.what-we-do .wp-block-getwid-section__wrapper {
    padding-top: 62px;
    padding-bottom: 65px;
}
.step-card-listing {
    flex-wrap: wrap !important;
}
.for-whom .wp-block-getwid-section__wrapper {
    padding-top: 61px;
    padding-bottom: 41px;
}
.for-whom .whom-card-cols {
    margin-top: 32px;
	gap: 30px;
}
.services .wp-block-getwid-section__wrapper {
    padding-top: 61px;
    padding-bottom: 41px;
}
.services .services-cols {
    margin-top: 31px;
    gap: 30px;
}
.mission-banner .wp-block-getwid-section__wrapper {
    padding-top: 61px;
    padding-bottom: 54px;
}
.mission-banner h3 {
    font-size: 30px;
    line-height: 1.15;
}
.contact .wp-block-getwid-section__wrapper {
    padding-top: 61px;
    padding-bottom: 41px;
}
.contact-form {
    padding: 40px 30px 0;
}
.contact-form .form-row {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.contact-form .wpcf7-checkbox {
    grid-template-columns: inherit;
}
.footer-sec {
    padding-top: 23px;
    padding-bottom: 20px;
}
.footer-sec .container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.footer-sec .right-col {
    gap: 0;
    align-items: center;
}
}
/*Responsive End*/
