@font-face {
    font-family: 'Ajnadeen';
    src: url('../fonts/ArbFONTS-DGAgnadeen-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ajnadeen';
    src: url('../fonts/ArbFONTS-DGAgnadeen-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --app-dark: #2a3c46;
    --app-primary: #00A9B0;
    --app-pending: #F3CB8A;
    --app-rejected: #ffa440;
    --app-approved: #b0cc36;
    --app-bg: #f7f9fa;
    --app-border: #dee2e6;
}


body {
    font-family: 'Ajnadeen', sans-serif;
    background: #F8F9FA;
}
section {
    padding: 100px 0;
}
.secondary-footer{
    background: #F8F9FA;
    color: #363636;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;

}
#welcome-nav{
    background: #F8F9FA;
    height: 80px
}
#welcome-nav .nav-item{
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    color: #2A3C46;
}

.nav-login-btn{
    width: 165px;
    height: 40px;
    top: 20px;
    left: 100px;
    opacity: 1;
    gap: 10px;
    border-radius: 8px;
    background:#5BC0BE;
    box-shadow: 0px 2px 2px 0px #B1B1B11A;
    color: #fff;
}
.nav-login-btn:hover {
    background: #1C2541;
    color: #fff;
}

#section1{
    background: linear-gradient(180deg, rgba(91, 192, 190, 0.8) 0%, rgba(161, 219, 218, 0.6) 42.94%, #FFFFFF 100%);

}

.first-badge {
    width: 332px;
    height: 48px;
    border-radius: 24px;
    background: #5BC0BE14;
    border: 2px solid #5BC0BE;
    font-family: Tajawal, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #055160;

    display: flex;              /* center content inside */
    align-items: center;        /* vertical center of text+image */
    justify-content: center;    /* horizontal center of text+image */
    gap: 8px;                   /* space between image and text */

    /* remove any positioning offsets */
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
}

.main-title{
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;
}

.main-title span{
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;

}
.main-desc{
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #555B6D;

}
#section2{
    background: #F2F6F8;
}

.icon-dev{
    background: #5BC0BE3D;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    opacity: 1;
}

.icon-head{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #212529;
}
.icon-head span{
    color: #5BC0BE;

}
.icon-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4B5563;
}

.point-div{
    width: 581px;
    height: 72px;
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF99;
    border: 0.2px solid #5BC0BE;
    padding:16px;

}
.point-div-con{
    color: #5BC0BE;

}
.point-div-text{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;
}

.section3-right{
    width: 565px;
    height: 397px;
    opacity: 1;
    border-radius: 16px;
    background: #5BC0BE14;
    border: 0.5px solid #5BC0BE;
    padding:16px;
}

.second-icon-dev{
    width: 80px;
    height: 80px;
}

.second-icon-head{
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #212529;
}

.second-icon-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4B5563;
}

.second-icon-paragraph{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #434856;

}

.section3-head{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #212529;
}

.section3-head span{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5BC0BE;
}

.section3-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4B5563;
}

.second-icon-box{
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 8px;
    background: #5BC0BE29;
    border: 0.5px solid #5BC0BE;
}
.second-icon-box-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;

}

.second-icon-box-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4B5563;
}

#section4 {
    background: #F2F6F8;
    display: flex;                 /* Make section a flex container */
    flex-direction: column;        /* Stack children vertically */
    align-items: center;           /* Horizontal centering */
    justify-content: center;       /* Vertical centering */
    min-height: 100vh;             /* Full viewport height */
    text-align: center;            /* Center text */
}
.third-icon-dev {
    width: 80px;
    height: 80px;
    opacity: 1;
    background: #5BC0BE3D;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;           /* Space below icon */
}
.third-icon-dev img {
    max-width: 60%;
    max-height: 60%;
    display: block;
}

.section4-head{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #212529;
}

.section4-head span{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5BC0BE;
}

.section4-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4B5563;
}

.section4-element {
    width: 350px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #5BC0BE;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* align everything to the right */
    justify-content: center;
    text-align: right;      /* aligns text to the right */
    gap: 10px;              /* spacing between icon, title, and text */
    transition: transform 0.3s, box-shadow 0.3s;
}

.section4-element:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.section4-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.section5-main{
    width: 966px;
    /* Remove fixed height */
    padding: 40px 20px; /* Adjust vertical spacing */
    opacity: 1;
    border-radius: 16px;
    background: linear-gradient(176.64deg, rgba(91, 192, 190, 0.288) -244.35%, rgba(178, 221, 213, 0.288) 8.29%, rgba(190, 225, 216, 0.288) 42.49%, rgba(209, 231, 221, 0.288) 97.23%);
    border: 1px solid #5BC0BE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section5-head, .section5-desc {
    margin: 0; /* Remove default margins */
}

.section5-head{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color:#212529;
}

.section5-head span{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #5BC0BE;
}
.section5-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4B5563;
}

.section5-button {
    width: 694px;
    height: 60px;
    opacity: 1;
    border-radius: 8px;
    background: #5BC0BE;
    box-shadow: 0px 2px 2px 0px #B1B1B11A;
    color: #fff;

    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;                 /* Make button flex */
    align-items: center;           /* Center vertically */
    justify-content: center;       /* Center horizontally */
    gap: 10px;                     /* Space between text and icon */
    text-decoration: none;         /* Remove underline if it's <a> */
}

.section5-button:hover {
    background: #1C2541;
    color: #fff;
}

.section5-hint{

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #AAAAAA;

}
