@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

/* Pricing */

.pricing-container {
    margin-top: 160px;
    min-height: 100vh;
}
.pricing-title {
    font-size: 3rem;
    font-family: var(--font2) !important;
    color: var(--text);
}
.pricing-subtitle {
    font-size: 1.2rem;
    font-family: var(--font1) !important;
    color: var(--text);
    font-weight: 300;
    line-height: 32px;
}

/** FAQ **/
.faq-title {
    font-size: 3rem;
    text-align: left;
    font-family: var(--font2) !important;
    color: var(--text);
}
.faq-subtitle {
    font-size: 1.2rem;
    text-align: left;
    font-family: var(--font1) !important;
    color: var(--text);
    font-weight: 200;
}
.faq-question {
    font-size: 1.4rem;
    text-align: left;
    font-family: var(--font1) !important;
    color: var(--text);
    font-weight: 200;
}
.faq-container {
    overflow: hidden;
}
.faq-item {
    
}
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-content {
    max-height: 0;
    padding: 0 18px;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    margin-bottom: 24px;
    border-radius: 2px;
    background-color: #fafafa;
    border: 1px solid;
    border-color: #fafafa;
}
.faq-number {
    width: 60px;
    display: inline-block;
    text-align: left;
    color: var(--accent);
}
.faq-header > i {
    font-size: 1.2rem;
    color: var(--accent);
}
#mobileFaq > i,
#desktopFaq > i {
    font-size: 1.2rem;
    color: var(--accent);
}
/*contact*/
contact-title {
	font-family: var(--font2) !important;
	color: var(--text);
	font-size: 4rem;
	text-align: left;
}
.contact-subtitle {
	color: var(--text);
	font-weight: 200;
	font-size: 1rem;
	text-align: left;
}
.contact-label {
	font-size: .8rem;
	color: var(--accent);
	font-style: italic;
	margin-bottom: 4px;
}
.contact-input {
	height: 60px;
	border-radius: 4px;
	border: 1px solid;
	border-color: #cbcbcb;
	color: var(--text);   
}
.contact-textarea {
	border-radius: 4px;
	border: 1px solid;
	border-color: #cbcbcb;
	color: var(--text);   
}
.contact-input:focus,
.contact-input:active,
.contact-textarea:focus,
.contact-textarea:active{
	box-shadow: none;
	outline: none;
	background-color: var(--bg);
	border: 1px solid #4a4a4a;
	color: var(--text) !important;
}
.contact-input::placeholder,
.contact-textarea::placeholder{
	color: #777;
	opacity: 1;
}
.contact-card {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.contact-card-text {
	color: var(--text);
	font-weight: 200;
	font-size: 1rem;
	text-align: center;
}
.contact-icon-container {
	width: 48px;
	height: 48px;
	border-radius: 30px;
	display: grid;
	place-items: center;
	font-size: 20px;
	border: 1px solid;
	border-color: #2f2f2f;
	color: var(--accent);
}
.btn-contact {
	background-color: transparent;
	border: 1px solid var(--accent);
	padding: 12px 48px;
	text-decoration: none;
	border-radius: 4px;
	color: var(--text);
	font-weight: 300;
	transition: background-color 0.3s ease, transform 0.3s ease;
	display: grid;
	place-items: center;
	width: fit-content;
}
.btn-contact:hover,
.btn-contact:focus {
	background-color: #6a5d2a91;
	color: var(--text);
}
/*Get-Started*/
.start-title {
    font-size: 3rem;
    font-family: var(--font2) !important;
    color: var(--text);
}
.start-subtitle {
    font-size: 1.2rem;
    font-family: var(--font1) !important;
    color: var(--text);
    font-weight: 200;
}
.start-input {
	height: 60px;
	border-radius: 4px;
	border: 1px solid;
	border-color: #cbcbcb;
	color: var(--text);   
}
.start-input:focus,
.start-input:active
{
	box-shadow: none;
	outline: none;
	background-color: var(--bg);
	border: 1px solid #4a4a4a;
	color: var(--text) !important;
}
.start-input::placeholder
{
	color: #777;
	opacity: 1;
}
.btn-start {
	background-color: #063562;
	padding: 12px 48px;
	text-decoration: none;
	border-radius: 4px;
	color: white;
	font-weight: 300;
	transition: background-color 0.3s ease, transform 0.3s ease;
	display: grid;
	place-items: center;
	width: fit-content;
}
.btn-start:hover,
.btn-start:focus {
	background-color: #6a5d2a91;
}
.start-icon{
    font-size:45px;
    padding:10px;
}
/*about-us*/
.about-hero-container {
    position: relative;
    height: 48vh; /* Full viewport height */
    overflow: hidden;
}
.about-hero-img{
    margin-top:85px;
    background-image: url('https://d1vefom11lax7m.cloudfront.net/STG-196FE1C6203-137E5278.webp');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.about-hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.125); /* Semi-transparent black overlay */
    z-index: 2;
}
.about-hero-text {
    z-index: 3;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top:100px;
}
.about-heading{
    font-size:3.25rem;
}
.about-subheading{
    font-size:1.5rem;
    font-weight:200;
}
.about-cta{
    width: 100%;
    background-color: #063562;
    padding: 40px;
}
.btn-about{
    background-color: white;
    border: 1px solid var(--accent);
    padding: 8px 36px;
    text-decoration: none;
    border-radius: 8px;
    color: var(--text);
    font-weight: 300;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: grid;
    place-items: center;
    width: fit-content;
}
.btn-about:hover{
    background-color: #8aa9f291;
    color:white;
}
/*team section*/
.team-subheading{
    font-weight:200;
}
.team-scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
.team-scroll-container::-webkit-scrollbar {
    height: 8px;
}
.team-scroll-container::-webkit-scrollbar-thumb {
    background: #d2b48c;
    border-radius: 4px;
}
.team-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.team-card {
    flex: 0 0 400px; /* Fixed width for each card */
    margin-right: 20px;
    text-align: center;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-height:500px;
}
.team-card img {
    width: 275px;
    height: 275px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.team-card h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #0a3661;
}
.team-card p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
}
.team-card .bio {
    font-size: 0.85rem;
    color: #777;
}
/*privacy policy*/
.header {
    background-color: #0a3661;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.header h1 {
    font-size: 2rem;
    margin: 0;
}
.privacy-content {
    padding: 40px 0;
}
.privacy-content h2 {
    color: #0a3661;
    margin-bottom: 20px;
}
.privacy-content h3 {
    color: #0a3661;
    margin-top: 30px;
    margin-bottom: 10px;
}
.privacy-content p, .privacy-content ul {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.privacy-content ul {
    padding-left: 20px;
}
.privacy-content a {
    color: #d2b48c;
    text-decoration: underline;
}
.privacy-content a:hover {
    color: #b89b6e;
}
@media (max-width: 768px) {
    .privacy-content {
        padding: 20px 0;
    }
    .header h1 {
        font-size: 1.5rem;
    }
    .privacy-content h2 {
        font-size: 1.5rem;
    }
    .privacy-content h3 {
        font-size: 1.2rem;
    }
    .faq-title{
        font-size:2.5rem;
    }
    .faq-subtitle{
        font-size:1rem;
    }
    .faq-question{
        font-size:1.1rem;
    }
    .faq-answer{
        font-size:1.1rem !important;
    }
    .pricing-title{
        font-size:2.5rem;
    }
    .pricing-subtitle{
        font-size:1rem;
    }
    .feature-header{
        font-size:2.5rem;
    }
    .feature-text{
        font-size:1rem;
        font-weight:300;
    }
    .feature-img{
        height:300px;
    }
    .start-title{
        font-size:2.5rem;
    }
    .start-subtitle{
        font-size:1rem;
    }
    .start-icon{
        font-size:25px;
    }
    .home-title{
        font-size:2.5rem;
        text-align:center;
    }
    .home-subtitle{
        font-size:1rem;
        text-align:center;
    }
    .home-img{
        margin:auto;
        width:70%;
    }
    .home-btn{
        margin:auto;
    }
    .home-hero{
        text-align:center;
    }
    .about-heading{
        font-size:2.5rem;
    }
    .about-subheading{
        font-size:1rem;
    }
    .team-card{
        flex:0 0 325px;
        margin-right: 0px;
        margin-top:20px;
    }
    .team-scroll-container{
        flex-direction:column;
    }
    
}