/* @font-face {
    font-family: 'Cairo';
    src: url('./fonts/Cairo/Cairo-VariableFont_slnt,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
} */
/* @font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/Plus_Jakarta_Sans/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
} */

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #64728f;
    font-weight: 400;
}

h1, .h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    color: #0a1425;
}

/* */

.hero {
    padding: 120px 15px 80px;
    /* background: linear-gradient(135deg, #11AFAD 0%, #1fd1d1 100%); */
    /* color: white; */
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-weight: 800;
    /* color: #fff; */
    margin-bottom: 20px;
    animation: fadeInDown 1s ease-in-out;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease-in-out;
}

.hero .btn-primary {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.hero .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    background: #F15A32;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #11AFAD;
    --bs-btn-border-color: #11AFAD;
    border: 1px white solid;
}
.btn-primary:hover
 {
    background-color: #F15A32 !important;
 }

  .nav-pills .nav-link{
    color: #64728f;
    padding: 6px;
 }
 .nav-pills .nav-link.active{
    color: #11AFAD;
    background-color: white;
    border-bottom: 1px solid #11AFAD;
    border-radius: 0px;
 }
#dashboardTabsContent .tab-pane .card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    margin-top: 20px;
    transition: transform 0.3s ease;
}

#dashboardTabsContent .tab-pane .card:hover {
    transform: translateY(-5px);
}

#dashboardTabsContent i {
    background-color: #11AFAD;
    border-radius: 50%;
    color: white !important;
    width: 60px;
    height: 60px;
    font-size: 28px;
    padding: 14px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Features / Cards spacing */
.card {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

section form.card {
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    background: white;
    margin-top: 20px;
}

section form .btn-primary {
    width: 100%;
    /* border-radius: 50px; */
    background: linear-gradient(135deg, #11AFAD 0%, #1fd1d1 100%);
    transition: all 0.3s ease;
}

section form .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


#what-we-offer .offer-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#what-we-offer .offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

#what-we-offer .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #11AFAD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin: 0 auto 15px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#what-we-offer .offer-card:hover .icon-circle {
    background-color: #F15A32;
    transform: scale(1.1);
}

#what-we-offer h5 {
    font-weight: 600;
    color: #0a1425;
}

#what-we-offer p {
    color: #64728f;
    font-size: 0.95rem;
}

#cloud-features .feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#cloud-features .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

#cloud-features .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #11AFAD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin: 0 auto 15px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#cloud-features .feature-card:hover .icon-circle {
    background-color: #F15A32;
    transform: scale(1.1);
}

#cloud-features h5 {
    font-weight: 600;
    color: #0a1425;
}

#cloud-features p {
    color: #64728f;
    font-size: 0.95rem;
}
.color1{
    color: #11AFAD;
}
.color2{
    color: #F15A32;
}

#demo-section{
    text-align: center;
}

#what-we-replace i{
    color: #11AFAD !important;
}


/* Footer */
footer {
    background: linear-gradient(135deg, #11AFAD 0%, #1fd1d1 100%);
    color: white;
    padding: 30px 0;
}

footer p {
    margin: 0;
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video{
    border: 4px solid #000;
    
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #ffffffc7;
    border: 1px solid #8080807d;
    color: #198754;
    border-radius: 50%;
    padding: 0px 12px;
    font-size: 30px;
    width: 50px;
    height: 50px;
}

.btn.btn-light.btn-lg.rounded-circle {
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.85);
  border: none;
  transition: all 0.3s ease;
}

.btn.btn-light.btn-lg.rounded-circle:hover {
  background: #0d6efd;
  color: #fff;
}


@media(min-width: 768px){
    footer .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.display-6 {
    font-weight: 700;
    line-height: 1.32;
    font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 4rem;
    }
}
@media (max-width: 575.98px) {
    .display-6 {
        font-size: 1.75rem;
    }
    .hero {
        padding: 10px 0 60px;
    }
}
@media (max-width: 767.98px) {
    .display-6 {
        font-size: 2.375rem;
    }
}
@media (max-width: 1399.98px) {
    .display-6 {
        font-size: 2.625rem;
    }
}

