/* @font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../font/Inter-Regular.woff') format('woff'), url('../font/Inter-Regularr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../font/Inter-Medium.woff') format('woff'), url('../font/Inter-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../font/Inter-SemiBold.woff') format('woff'), url('../font/Inter-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../font/Inter-Bold.woff') format('woff'), url('../font/Inter-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: #F6F5F3;
}

.banner {
    background-image: url('../../assets/images/banner.jpg');
    width: 100%;
    height: 700px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0 0 0/ 40%);
}

.banner-img {
    position: relative;
}

.banner-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
    gap: 52px;
    align-items: center;
    z-index: 999;
}

.upper-row {
    display: flex;
    /* gap: 16px; */
    flex-direction: column;
}

.first {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.second {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 59px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin: 16px 0 24px 0;
}

.third {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.forth {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin: 16px 0;
}

.fifth {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.middle-row {
    display: flex;
    gap: 32px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.columns {
    padding: 24px;
    width: 384px;
}

.percentage {
    margin-bottom: 8px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.info {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.invest-btn {
    display: flex;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 16px 32px;
    cursor: pointer;
}

.main-text {

    padding: 52px 144px;
}

.header {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
}

.clients-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 40px 0;
}

.client {
    background-color: #FBFAF9;
    border: 1px solid rgba(210 45 45/ 20%);
    box-shadow: 0px 1px 2px 0px rgba(0 0 0 /50%);
    padding: 25px;
    border-radius: 8px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.client .small-text {
    margin-bottom: 0;
}

.red-text {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #D22D2D;
}

.small-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #847062;
    margin-bottom: 36px
}

.img-text {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.img-card {
    display: flex;
    padding: 32px;
    align-items: flex-start;
    align-self: stretch;
    background-color: #ffffff;
    gap: 48px;
    border: 1px solid #DAD0C8;
    border-radius: 0 0 8px 8px;
    margin-bottom: 40px;
}

.forest-img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.left,
.right {
    width: 50%;
}

.left-title {
    color: #D22D2D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.left-text {
    color: #847062;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
}

.right-title {
    color: #563C29;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.right-text {
    color: #563C29;
    margin: 16px 0;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.simple-text {
    color: #847062;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

ul {
    margin: 0;
    padding-left: 16px;
}

li {
    margin-bottom: 8px;
    color: #847062;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

li:last-child {
    margin-bottom: 0 !important;
}

.img-card.img-card-light {
    gap: 32px;
}

.left-tile,
.middle-tile,
.right-tile {
    width: 33.33%;
}

.mt-title {
    color: #30251D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

h1 {
    color: #30251D;
    text-align: center;

    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 54px 0 38px 0;
    margin: 0;
}

.left-text-right-img {
    display: flex;
    border: 1px solid #DAD0C8;
    border-radius: 8px;
    /* gap: 32px; */
    margin-bottom: 40px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.ltri-left,
.ltri-rig {
    width: 50%;
}

.ltri-left {
    padding: 12px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    background-color: #ffffff;
    /* border-radius: 8px; */
    border-radius: 8px 0 0 8px;
}

p {
    margin: 0;
    color: #847062;
    padding: 8px;

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.tibt-para {
    padding: 0;
}

.water-img {
    border-radius: 0 8px 8px 0;
    width: 100%;
}

.top-img-bottom-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.tibt-bottom {
    display: flex;
    padding: 32px;
    gap: 16px;
    border: 1px solid #DAD0C8;
    border-radius: 0 0 8px 8px;
    flex-direction: column;
    background-color: #ffff;
}

.ltri-left.natural-light {
    padding: 32px;
    gap: 24px;
}

.only-img {
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    /* background-color: #FBFAF9; */
    box-shadow: 0px 1px 2px 0px rgba(0 0 0/ 50%);
    padding: 8px;
    margin-bottom: 50px;
}

.single-img {
    height: auto;
    width: 100%;
}

.left-tile.mission,
.right-tile.mission {
    width: 50%;
}

.left-tile.mission {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.small-text.subtitle {
    margin: 0 auto;
    width: 55%;
    margin-bottom: 40px;
}

.company-cards-list {
    display: flex;
    gap: 32px;
    /* width: 1096px; */
    /* margin: auto; */
    margin-bottom: 32px;
}

.company-card {
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 33px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    width: 100%;
    height: 100%;
}

.company-title {
    color: #30251D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.company-img {
    width: 100%;
}

.company-logo {
    width: 145px;
    height: 50px;
}

.small-text.company-text {
    font-size: 14px;
    text-align: left;
}

.white-bg-section {
    background-color: #ffffff;
    /* margin-top: 87px; */
    padding: 0 144px;
    padding-bottom: 52px;
}

.white-left-text {
    display: flex;
    border: 1px solid #DAD0C8;
    border-radius: 8px;
    margin-top: 41px;
}

.white-left {
    padding: 48px 52px;
    display: flex;
    align-items: center;
}

.node-300-imgs {
    border-radius: 0 8px 8px 0;
}

.graph-sec {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.graph-imgs {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.graph-img1 {
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    width: calc(50% - 48px);
    background: #FFF;

    box-shadow: 0px 1px 2px 0px rgba(0 0 0/ 50%);
}

.simple-text.simple-head {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0 16px 0;
}

.m-0 {
    margin-bottom: 0;
    color: #563C29;
}

.market-opportunity {
    /* background-color: #F6F5F3; */
    padding: 0 144px 80px 144px;

}

.statistic-card {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.stat-content {
    padding: 48px;
    display: flex;
    gap: 48px;
    flex-direction: column;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 34px;
}

.stat-content-row {
    display: flex;
    gap: 32px;
}

.stat {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.numbers {
    margin: 16px 0 8px 0;
    color: #563C29;
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.bigger-text {
    font-size: 28px;
    margin: 8px 0;
}

.tiny-text {
    color: #847062;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.extra-line {
    color: #30251D;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 16px;
}

.mt-8 {
    margin-top: 8px;
}

.region-text {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.text-on-img {
    background-image: url('../../assets/images/capital.jpg');
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 48px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin-bottom: 52px;
}

.lower-img-text-body {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
    gap: 48px;
    align-items: center;
    z-index: 999;
}

.w-137 {
    width: 137px;
}

.f-32 {
    font-size: 32px;
    line-height: 40px;
}

.f-18 {
    font-size: 18px;
    line-height: 28px;
}

.lower-space {
    margin-bottom: 0;
    margin-top: 40px;
}

.strategic-section {
    padding: 52px 144px;
    background-color: rgba(224 216 209/ 0.05);
}

.pt-24 {
    padding-top: 24px;
}

.south-img {
    background-image: url('../../assets/images/south.png');
    margin-top: 40px;
    padding: 32px;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.no-gap {
    gap: 0;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 48px;
    gap: 32px;
    border: 1px solid;
    border-radius: 0 0 8px 08px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #dad0c8;
    margin-bottom: 33px;
}

.stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.stat-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.stat-value {
    color: #563C29;
    text-align: center;

    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.stat-label {
    color: #847062;
    text-align: center;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.box-container {
    display: flex;
    gap: 48px;
    width: 100%;
}

.box-div {
    border: 1px solid;
    border-radius: 8px;
    width: 50%;
    padding: 33px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    border: 1px solid #dad0c8;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    background: #FBFAF9;
    /* height: 100%; */
}

h3 {
    color: #30251D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.mb-12 {
    margin-bottom: 12px;
}

.atlanta-msa {
    padding: 62px 0 76px 0;
}

.p-48 {
    padding: 48px;
}

.atlanta-ease {
    padding: 24px 24px 47px 24px;
    background: #FBFAF9;
    border: 1px solid #DAD0C8;
    border-radius: 0 0 8px 8px;
    display: flex;
    gap: 36px;
    flex-direction: column;

}

.atlanta-ease .img-card {
    border: none;
    margin-bottom: 0
}

.atlanta-ease .stats-container {
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.atlanta-ease .stat-item {
    gap: unset;
    width: 25%;
}

.atlanta-ease .stat-label {
    margin-top: 12px;
}

.mb-8 {
    margin-bottom: 8px;
}

.top-img-3-col {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.ecosystem-layout {
    width: 100%;
    border: 1px solid #DAD0C8;
    border-radius: 0 0 8px 8px;
    display: flex;
    padding: 32px 40px;
    gap: 36px;
    background-color: #fff;
}

.ecosystem-layout .box-div {
    box-shadow: none;
    border: none;
    width: 33.33%;
    padding: 0;
    height: 100%;
}

.development-div {
    background-color: #FBFAF9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #DAD0C8;
    margin: 0 144px 52px 144px;
    border-radius: 8px;
    padding: 17px 33px 33px;
}

.development-div .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30251D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 16px;
}

.development-div .ecosystem-layout {
    box-shadow: none;
    border: none;
    gap: 32px;
    padding: 24px 0 0 0;
}

.timeline-div {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.timeline-div .number {
    color: #563C29;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.timeline-div .time-text {
    color: #847062;
    text-align: center;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.small-text-medium {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.master-layout {
    display: flex;
    gap: 48px;
}

.master-layout .box-div {
    width: 100%;
}

.tibt-bottom .heading {
    color: #30251D;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 112.5% */
}

.p-0.tibt-para {
    font-size: 16px;
}

.medium-text {
    color: #563C29;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    margin-bottom: 8px;
}

.organic {
    padding: 32px 48px;
    gap: 24px
}

.organic p {
    font-size: 16px;
}

.organic .stat-icon {
    margin-bottom: 16px;
}

.organic .stat-value {
    font-size: 16px;
    margin-bottom: 8px;
    color: #30251D;
}

.organic .stat-label {
    font-size: 13px;
    margin-top: 0;
}

.nutrition {
    padding: 48px;
}

.nutrition .stat-value {
    font-size: 18px;
    color: #30251D;
}

.nutrition .stat-label {
    font-size: 14px;
    height: 70px;
}

.corporate .stat-value {
    font-size: 18px;
    color: #30251D;
}

.corporate .stat-label {
    font-size: 14;
}

.mb-40 {
    margin-bottom: 40px;
}

.contact-list {
    display: flex;
    gap: 30px;
}

.contact-card {
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    width: 50%;
    padding: 33px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.contact-card .name {
    color: #30251D;
    font-family: Inter;
    font-size: 23.438px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 136.533% */
}

.contact-card .number {
    color: #847062;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

.scientific-layout {
    display: flex;
    gap: 32px;
}

.scientific-card {
    background: #FBFAF9;
    padding: 33px;
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
}

.profile {
    display: flex;
    align-items: center;
}

.profile-img {
    border-radius: 50%;
    width: 128px;
    height: 107px;
}

.names-desg {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.name {
    color: #563C29;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.desgn {
    color: #847062;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.br-50 {
    border-radius: 50%;
}





/* priyankacss */

.img-cardoneline {
    padding: 32px;
    background-color: #ffffff;
    border: 1px solid #DAD0C8;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 48px;
}

.img-cardoneline h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 16px;
    color: #111827;
}

.img-cardoneline h5 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 24px;
    color: #374151;

}

.img-cardoneline p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    color: #4B5563;
    padding: 0;
}

.why-invest {
    padding: 32px;
    border: 1px solid #DAD0C8;
    background-color: #FBFAF9;
    border-top: none;
    border-radius: 0 0 8px 8px;
    width: 100%;

    padding: 48px;
}

.why-invest h3 {
    font-weight: 700;
    margin-bottom: 24px;
    color: #30251D;
    ;
    /* Darker for heading */
}

.why-invest ul {
    padding-left: 1.25rem;
    color: #847062;
}

.why-invest ul li {
    font-size: 16px;
    font-weight: 400;
    color: #847062;
}

.maintextsideone {
    padding: 32px 144px;
}

.section-icon {
    font-size: 40px;
    color: #5f4c3c;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
    color: #30251D;
}

.section-text {
    font-size: 16px;
    color: #847062;
    margin: 0 auto 30px;
}

.newtextin {
    color: #563C29;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.info-section {
    background-color: #FBFAF9;
    padding: 2rem 1rem;
    border-top: none;
    border: 1px solid #DAD0C8;
    border-top: none;
    text-align: left;
    padding: 32px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.info-title {
    font-weight: 700;
    color: #30251D;
    font-size: 24px;
}

.info-subtitle {
    font-weight: 600;
    color: #847062;
    font-size: 20px;
    margin-bottom: 8px;
}

.info-text {
    color: #847062;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}



.mainimgone {
    padding: 0 144px;
}

.box-containeronein {
    display: flex;
    gap: 48px;
    width: 100%;
    align-items: flex-start;
}

.box-divimg {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;

}

.box-divimg h2 {
    color: #30251D;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}


.card-custom {
    border: 1px solid #DAD0C8;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.card-custom img {
    width: 100%;
    height: auto;
}

.card-body-custom {
    padding: 1.5rem;
    background-color: #FBFAF9;

}

.card-body-custom h3 {
    font-size: 24px;
    color: #30251D;
    font-style: normal;
    font-weight: 700;
}

.cardin-subtitle {
    color: #847062;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.revenue {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25rem;
    color: #847062;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.revenue span:last-child {
    color: #5f4c3c;
}

.newmargin {
    margin-bottom: 35px;
}

.newitemin {
    gap: 11px !important;

}

.imgonlyimg {
    width: 100%;
    padding: 32px 0;
}

.tibt-bottom h3 {
    color: #111827;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.infoone-section {
    background-color: #fff;
    border: 1px solid #DAD0C8;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.infoone-section h3 {
    color: #111827;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.infoone-section p {
    color: #847062;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    padding: 0 0 20px 0;
    font-weight: 400;
    line-height: 24px
}

.infoone-section .table td:first-child {
    text-align: left;
}

.infoone-section .table td {
    color: #30251D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: none;
    padding-left: 0;
}

.infoone-section .table {
    margin-bottom: 0;
}

.newtabhead {
    color: #30251D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.company-cardone {
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 33px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 33.33%
}

.company-cardone .small-text {
    margin-bottom: 0;
}

.company-titleone {
    color: #30251D;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.newheadinn {
    color: #30251D;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 24px;
}


.cardnewin {
    padding: 25px;
    border-radius: 8px;
    background-color: #ECEAE4;
}

.cardnewin h3 {
    color: #30251D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: normal;
}

.cardnewin h4 {
    color: #30251D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.cardnewin h6 {
    color: #30251D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.cardnewin h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.cardnewin p,
.cardnewin li {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.cardnewin ul {
    padding-left: 1.2rem;
}

.note {
    color: #847062;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.cardnewin h3 {
    color: #30251D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.cardnewin ul {
    margin-bottom: 12px;
}

.cardnewin li {
    color: #30251D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 2px;
}

.newnote {
    list-style: decimal;
}

.newnote li {
    color: #847062;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

}

.whitebgin {
    background-color: #fff;
}

.mainwhiteboxin {
    background-color: #FBFAF9;
    padding: 30px;
    border: 1px solid #DAD0C8;
    border-radius: 10px;
}

.newtable table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
}

.newtable th,
td {
    text-align: center;
    padding: 12px;
    font-size: 15px;
    color: #30251D;
    border-bottom: 1px solid #e2e2e2;
}

.newtable th {
    text-align: center;
    color: #30251D;
    font-size: 15px;
    background-color: #fafafa;
}

.newtable th:first-child {
    text-align: left;
}

/* .newtable tr:last-child td {
      border-bottom: none;
    } */
.newtable tr td:first-child {
    text-align: left;
}

.development-div .ecosystem-layout {
    background-color: transparent;
}

.fontbold {
    font-weight: bold;
}

.funds-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fund-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #5b4433;
}

.brown-bg {
    border-radius: 8px;
    background: rgba(86, 60, 41, 0.10);
}

.brown-bgone {
    border-radius: 8px;
    background: rgba(224, 216, 209, 0.20);
}

.brown-bgtwo {
    border-radius: 8px;
    background: rgba(86, 60, 41, 0.05);
}


.center-block {
    background: rgba(86, 60, 41, 0.05);
    flex-direction: column;
    text-align: center;
    padding: 22px 24px;
    font-size: 18px;
    font-weight: normal;
}

.center-block span.percent {
    display: block;
    font-size: 32px;
    padding-top: 6px;
    font-weight: 700;
    color: #563C29;
    margin-bottom: 8px;
}



.last-block {
    border-radius: 8px;
    background: #DAD0C8;
    flex-direction: column;
    text-align: center;
    padding: 22px 24px;
}

.last-block span.amount {
    font-size: 32px;
    padding-top: 6px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #5b4433;
}

.fund-block span {
    color: #30251D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newboldcolor {
    font-weight: 700 !important;
    color: #563C29 !important;
    font-size: 20px !important;
}

.funds-table {
    width: 100%;
    margin: auto;

    overflow: hidden;

}

.funds-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: rgba(224, 216, 209, 0.10);
    margin-bottom: 10px;
}

.funds-row span {
    color: #30251D;
    font-size: 16px;
}

.funds-row:last-child {
    border-bottom: none;
}

.total-row {
    border-radius: 8px;
    border-top: 2px solid rgba(86, 60, 41, 0.20);
    background: rgba(86, 60, 41, 0.10);
    color: #2d1e14;
    font-weight: bold;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.amountin {
    font-weight: bold;
    font-size: 20px !important;
}

.stats-card {
    display: flex;
    justify-content: space-around;
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    background: #FBFAF9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    height: 134px;
    width: 100%;
    margin: auto;

}

.statin {
    display: flex;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 22px;
}

.stats-card .numberin {
    font-size: 48px;
    font-weight: bold;
    color: #3B2B22;
}

.stats-card .labelin {
    color: #847062;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.demographics-card {
    border-radius: 8px;
    border: 1px solid #DAD0C8;
    background: #FBFAF9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #5c4b3b;
}

.demographics-card h2 {
    color: #30251D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.demographics-card p {
    color: #847062;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

.demographics-grid {
    display: grid;
    gap: 24px;
}

.factone {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.factone .numberone {
    color: #847062;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.factone .labelone {
    color: #847062;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

}

.newdff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.numberdiff {
    color: #847062;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.demographics-grid {
    display: grid;
    gap: 16px;
}


.demographics-grid ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.6;
}

.demographics-grid ul li {
    color: #847062;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.demographics-card h3 {
    color: #847062;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
}

.highlight-box {
    border-radius: 8px;
    background: rgba(86, 60, 41, 0.10);
    padding: 14px 16px;
    color: #30251D;
    margin-bottom: 16px;
    font-weight: 400;
    margin-top: 16px;
}

.demographics-card ul li {
    color: #847062;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.marginspacein {
    margin-bottom: 32px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-wrapper .swiper-slide {
    height: auto;
}

.white-bg-section .white-right {
    width: 100%;
}

.white-bg-section .white-right * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.light-color {
    background-color: #F9FAFB;
}

.market-opportunity .stat-content {
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
}

.market-opportunity .stat-img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}


.first-one .inner-data{
    display: flex;
}
.company-cards-mobile{display:none;}

.cash-flow-highlight {
  background-color: #ffffff; /* light grey background */
  border-radius: 8px;
  padding: 48px;
      border: 1px solid #DAD0C8;

  color: #1a1a1a; /* dark grey/black text */
  width:100%;
  margin-bottom: 40px;
  margin-top: 15px;
}

.cash-flow-highlight h3 {
  color: #000000; /* black heading */
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.0rem;
}

.cash-flow-highlight p {
  margin: 0;
  font-size: 14px;
  padding: 0;
  color: #333333; /* dark grey paragraph text */
}

.atlanta-sectionfourin {
  background: #fff;
  padding: 40px;
  color: #2c2c2c;
  border: 1px solid #DAD0C8;
    border-radius: 0 0 8px 8px;
}

.intro-bannerfour {
 border-radius: 8px;
background: rgba(86, 60, 41, 0.10);
  padding: 15px 20px;
  margin-bottom: 40px;
  
  font-size: 16px;
}

.info-gridfour {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.info-boxfour {
  flex: 1;
  min-width: 300px;
}

.info-boxfour h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.info-boxfour ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  color: #847062;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.info-boxfour ul li::marker {
  color: #563C29; /* Change to your desired color */
  font-size: 1.2rem; /* Adjust marker size */
}
.info-boxfour p{
    color: #847062;;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.wellness-text-blockin {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 90px;
}
.wellness-text-blockin p{
color: #847062;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.wellness-text-blockin strong {
  font-weight: 600;
  color: #847062; /* Same tone as regular text or darker if you want contrast */
}


.authority-wrp 
{
   margin-top: 80px; 
}

.leftblackin
{
    color:#30251D;
}

.campus-container {
  padding: 32px;
  background: #fff;
  border-radius: 8px;
 margin-bottom: 40px; 
}

.campus-title {
  font-size: 32px;
  font-weight: 711;
  color: #30251D;
  margin-bottom: 24px;
  text-align: left; /* left-aligned heading */
}

.campus-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.campus-left
{  width:50%;

}
.campus-left ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  color: #847062;
  font-size: 16px;
  line-height: 1.6;
}
.campus-right
{
    width:50%;
}
.campus-right p {
  color: #847062;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;

}

.investment-sectionin {
  background-color: #fff;
  padding:32px;
  border-radius: 8px;
  text-align: center;
  width:100%;
  margin: 0 auto;
}

.investment-sectionin h2 {
  font-size: 32px;
  font-weight: 700;
  color: #30251D;
  margin-bottom: 16px;
}

.investment-sectionin p {
  font-size: 16px;
  color: #847062;
  margin: 0 auto;
  max-width: 700px;
}

.sponsor-section {
  background-color: #fff;
  color: #2e1c11;
  margin-bottom: 40px;
   border-radius: 12px ;
}

.sponsor-image {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  display: block;
}

.sponsor-content {
  padding:24px 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.sponsor-content h2 {
  font-size: 32px;
  font-weight: bold;
  color:#30251D;
  margin-bottom: 32px;
}

.sponsor-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.sponsor-block {
  flex: 1;
  min-width: 250px;
}

.sponsor-block h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color:#30251D;
}

.sponsor-block p {
color: #847062;
font-size: 14px;
font-style: normal;
font-weight: 400;
padding: 0;
}

/* Timeline Box */
.timeline-box {
  background-color: #f9f7f6;
  padding: 24px 24px 24px 24px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width:100%;
}

.timeline-left,
.timeline-right {
  flex: 1;
  min-width: 250px;
}

.timeline-box ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  color: #847062;;
font-size: 16px;
font-weight: 400;
}

.timeline-box h4
{
color: #30251D;
font-size: 18px;
font-style: normal;
font-weight: 700;
width:100%;
}

.newsmallspace
{
    margin-bottom: 40px;
}

.newimginsidein
{
   margin-right: 20px; 
}

.swiper-outer-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-cards-swiper {
  width: 100%;
}

.swiper-outer-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.custom-prev {
  left: -50px !important; /* Adjust as needed */
}

.custom-next {
  right: -50px !important; /* Adjust as needed */
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
      content:none !important;  
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
   content:none !important; 
}
.newpdfin
{
 width:100%;
 text-align: center;   
 margin: 50px auto 0;
}
.print-button {
  background-color: white;
  color: #000000;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.print-button:hover {
  background-color: #f0f0f0;
}


