/* 
	Theme Name: Twenty twenty Child 
	Theme URL: https://wordpress.org/themes/twentytwenty/
	Description: Twenty twenty Child 
	Theme Author: Your Name
	Author URL: https://wordpress.org/
	Template: twentytwenty 
	Version: 5.5 
	Text Domain: twentytwenty-child 
*/
:root {
    --primary-color: #000000; /* Used for text and dark background */
    --secondary-color: #434343; /* Used for text and dark background */
    --accent-color: #2b70ff; /* Used for links, buttons, and subtle accents */
    --light-bg: #f5f5f5; /* Background for the "How We Work" section */
    --white: #ffffff;
    --text-dark: #333333;
    --text-light: #666666;
    --max-width: 1200px;
    --border-radius-lg: 25px;
    --border-radius-sm: 8px;
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "DM Sans", sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
   background: url(/wp-content/themes/twentytwenty-child/assets/images/DesktopBackground.jpg);
   background-size: contain;
   background-repeat: no-repeat;
}

a {
    text-decoration: none;
    color: var(--text-light);
    transition: color 0.3s;
}
.inner-container{
	max-width: var(--max-width);
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
h6,.section-subheading{
	background: #F6F4F1;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border-radius: 20px;
	margin-bottom: 20px;
	color: var(--secondary-color);
}
h2,.section-heading{
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 20px;
}
.section-description{
	color: var(--secondary-color);
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -2%;
	max-width: 800px;
	margin-bottom: 20px;
}
p{
	color: var(--secondary-color);
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -2%;
}
.btn{
	padding: 10px 25px;
	border: 1px solid var(--primary-color);
    border-radius: var(--border-radius-lg);
    font-weight: 600;
	font-size:16px;
	line-height: 16px;
	transition: all .2s ease;
	text-decoration: none;
}
.borderbtn{
    background-color: var(--white);
    color: var(--primary-color);
}
.borderbtn:hover{
	color: var(--white);
    background-color: var(--primary-color);
}
.bgbtn {
    background-color: var(--primary-color);
    color: var(--white);
}
.bgbtn:hover{
	background-color: var(--white);
    color: var(--primary-color);
}
.text-center{
	text-align: center;
}
/* header */
.main-header{
	padding: 10px 0;
}
.main-header .inner-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    display: block;
	height: 50px;
}
.header-actions {
    display: flex;
    align-items: center;
	gap: 20px;
}


/* footer */
.main-footer {
    background-color: #F6F4F1;
    padding: 40px 40px;
}
.footer-top {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 15px;
}
.footer-logo img{
	max-height: 30px;
	width: auto;
}
.footer-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.footer-contact p {
	position: relative;
	padding-left: 40px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.footer-contact p img{
	position: absolute;
	left: 0;
	top: 0;
}
.footer-contact p a{
    display: block;
	color: #434343;
	font-size: 14px;
}
.footer-bottom {
    max-width: 1060px;
    margin: 25px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom p{
	display: inline-block;
	color: #434343;
	font-size: 16px;
	line-height: 16px;
	padding: 0 10px;
	font-weight: 400;
	margin: 0;
}
.footer-bottom a {
    color: #434343;
	padding: 0 10px;
	border-left: 2px solid #434343;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}
/* cta */
.cta-section {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 150px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-title {
    font-size: 40px;
	line-height: 44px;
	font-weight: 700;
}
.cta-subtitle {
    margin: 10px auto 30px;
    color: #FFFFFF99;
	font-size: 20px;
	line-height: 36px;
	max-width: 650px;
}
.cta-section .borderbtn:hover {
    border-color: var(--white);
}
.leftImage {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
	width: 300px;
}
.rightImage {
    position: absolute;
	right: 0;
	width: 100%;
    height: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 300px; 
	pointer-events: none;
}
/* banner */
.hero-section {
    padding: 40px 40px 0px 40px;
}
.hero-content{
	margin: 0 auto;
	max-width: 900px;
}
.hero-content .section-subheading{
	font-weight: 400;
	text-transform: capitalize;
}
.hero-content .section-subheading img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.hero-title {
    font-size: 60px;
	line-height: 70px;
    font-weight: 300;
    margin-bottom: 10px;
	color: var(--primary-color);
}
.hero-title span{
	display: block;
	font-weight: 600;
}
.hero-subtitle {
    color: #434343;
    margin-bottom: 40px;
	font-size: 20px;
	line-height: 34px;
}
.video-container {
    position: relative;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.video-container img{
	display: block;
}

/* Trust Badges */
.trust-badges {
    padding: 20px 0;
    border-top: 0px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.trust-badges h6 {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 30px;
	background: transparent;
}
.badges-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 15px 25px;
}
.badge img {
    display: block;
    width: auto;
    max-width: 100px;
    max-height: 60px;
    opacity: 0.6; /* Grayed out look */
    filter: grayscale(100%);
    transition: opacity 0.3s, filter 0.3s;
}
.badge img:hover{
	filter: initial;
}

/* left right */
.career-path-section  {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 50px 15px 100px;
    display: flex;
    gap: 80px;
    align-items: center;
}
.text-content {
    flex: 1.2;
}
.feature-card {
    display: flex;
    align-items: center;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow);
}
.icon-box {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.icon-box img {
    display: block;
	width: 100%;
}
.feature-card h4 {
    font-size: 20px;
	line-height: 26px;
	color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 3px;
}
.main-image {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-lg);
}
/* ---  Community Glimpse Section --- */
.community-section {
    padding: 80px 40px;
    text-align: center;
}
.community-section .section-description{
	margin: 0 auto 20px;
}
.community-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    overflow: hidden;
	
}
.community-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
	box-shadow: var(--shadow);
}
.flex-item-1, .flex-item-2 {
    flex: 0 0 calc(30% - 16px);
}
.flex-item-3 {
    flex: 0 0 calc(40% - 16px);
}
.flex-item-4 {
    flex: 0 0 calc(40% - 16px);
}
.flex-item-5 {
    flex: 0 0 calc(60% - 16px);
}
/* how we work */
.how-we-work-section {
    background-color: var(--light-bg);
	background: url(/wp-content/themes/twentytwenty-child/assets/images/bg.png);
	background-size: cover;
    padding: 100px 0px;
    text-align: center;
}
.how-we-work-section .section-description{
	margin-left: auto;
	margin-right: auto;
}

.work-cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.work-card {
    background-color: var(--white);
    padding: 30px;
    border-radius: var(--border-radius-lg);
    text-align: left;
    flex: 1;
    box-shadow: var(--shadow);
}

.card-icon {
    display: inline-block;
    margin-bottom: 10px;
	background: var(--primary-color);
    padding: 10px;
    border-radius: 12px;
}
.work-card h3 {
    font-size: 20px;
	line-height: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

@media (max-width: 991px){
	.career-path-section{
		flex-direction: column;
	}
	.work-cards-container{
		flex-wrap: wrap;
	}
	.work-card{
		flex: 46%;
	}
}
@media (max-width: 767px){
	.footer-top{
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.footer-contact{
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-bottom{
		justify-content: flex-start;
	}
	.footer-bottom a{
		display: block;
		margin: 15px 0;
	}
	.cta-section{
		padding: 40px;
	}
	.leftImage,
	.rightImage{
		display: none;
	}
}