:root{
    --color-primary-green: #0d9488;
    --color-dark-green: #0f766e;
    --color-font-gray: #374151;
}

html, body{
    height: 100%;
    font-size: 16px;
    color: #374151;
    font-family: "Inter", sans-serif;
}

.container-fluid{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.topbar-fluid{
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.topbar-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.topbar-logo-container{
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.topbar-logo-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.topbar-menu-container{
    display: flex;
    gap: 2rem;
}

.topbar-menu-item{
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
}

.topbar-menu-item:hover{
    color: var(--color-primary-green);
}

.topbar-cta-button{
    background: var(--color-primary-green);
    color: #fff;
    font-size: .875rem;
    padding: .5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .25px;
    transition: all 0.2s ease;
}

.topbar-cta-button:hover{
    text-decoration: none;
    background: var(--color-dark-green);
}

.hero-fluid{
    padding: 0;
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
}

.hero-bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
}

.hero-bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, #fffffff2, #fffc);
}

.hero-container{
    position: relative;
}

.hero-intro-wrap{
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    width: max-content;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0f766e;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.hero-intro-wrap i{
    font-size: 1.2rem;
    line-height: 1;
}

.hero-title{
    font-size: 3.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
    margin-bottom: 2rem;
}

.hero-subtitle{
    display: inline-block;
    position: relative;
    color: var(--color-primary-green);
}

.hero-sub-border{
    position: absolute;
    height: 0.75rem;
    width: 100%;
    background: #99f6e4;
    left: 0;
    bottom: -8px;
    transform: skewX(-12deg);
    opacity: 0.3;
}

.hero-p{
    font-size: 1.125rem;
    font-weight: 300;
    color: #4b5563;
    margin-bottom: 2rem;
}

.hero-btn-primary{
    font-size: 1.25rem;
    display: flex;
    gap: 10px;
    padding: 1rem 2rem;
    line-height: 1;
    background: var(--color-primary-green);
    color: #fff;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.hero-btn-primary:hover{
    background: var(--color-dark-green);
}

.hero-btn-secondary{
    font-size: 1.25rem;
    display: flex;
    gap: 10px;
    padding: 14px 2rem;
    line-height: 1;
    color: var(--color-primary-green);
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 2px solid var(--color-primary-green);
    box-sizing: border-box;
    cursor: pointer;
}

.hero-btn-secondary:hover{
    border: 2px solid var(--color-dark-green);
    color: #fff;
    background: var(--color-dark-green);
}

.hero-circle-left{
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    background: #bfdbfe;
    width: 24rem;
    height: 24rem;
    opacity: 0.2;
    border-radius: 24rem;
    filter: blur(24px);
    mix-blend-mode: multiply;
    animation: hcl 3s ease infinite;
}

@keyframes hcl{
    0%      {bottom: 5rem;}
    50%     {bottom: 7rem;}
    100%    {bottom: 5rem;}
}

.hero-circle-right{
    width: 18rem;
    height: 18rem;
    position: absolute;
    top: 5rem;
    right: 5rem;
    background: #99f6e4;
    opacity: 0.2;
    filter: blur(24px);
    mix-blend-mode: multiply;
    border-radius: 18rem;
    animation: hcr 3s ease infinite;
}

@keyframes hcr{
    0%      {top: 5rem;}
    50%     {top: 7rem;}
    100%    {top: 5rem;}
}

.about-fluid{
    background: #f9fafb;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.section-title{
    position: relative;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    color: rgb(17, 24, 39);
    margin-bottom: 1rem;
}

.section-title-border{
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(to right, #14b8a6, #2563eb);
    margin: auto;
    margin-bottom: 1.5rem;
}

.about-icon-item{
    display: flex;
    color: inherit;
    align-items: center;
    gap: 8px;
}

.about-icon-item i{
    color: var(--color-primary-green);
    font-size: 1.25rem;
}

.about-col-photo{
    width: 100%;
    position: relative;
}

.about-photo-bg{
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    top: -1rem;
    left: -1rem;
    background: linear-gradient(to right, #14b8a6, #2563eb);
    opacity: 0.25;
    filter: blur(16px);
    border-radius: 1rem;
}

.about-col-photo img{
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px #00000040;
    position: relative;
}

.what-fluid{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #fff;
}





.mb-16{
    margin-bottom: 4rem;
}