.inversor-container{
    background-color: aqua;
    width: 100%;
    height: 100px;
    font-family: 'TheSansArab';
}
.investors-page-hero{
    width: 100%;
    position: relative;
    top:-100px;
    overflow: hidden;
    height:545px
}
.investors-page-hero-blur{
    position: absolute;
    width: 100vw;
    height: 645px;
    top: 0px;
    left: 0px;
    z-index: 2;
    backdrop-filter: blur(2px);
    background: transparent;
    opacity: 0.9;
}
.investors-page-hero-image{
    position: absolute;
    width: 100vw;
    height: 645px;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.investors-page-hero-text{
    position: absolute;
    top: 260px;
    left: 100px;
    right: 0px;
    z-index: 8;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}
.investors-page-hero-text p{
    color: #BDC2C6;
    text-align: left;
}

.rtl .investors-page-hero-text{
     direction: rtl;
    left: -100px;
}

.investors-page-hero-stocks{
    padding:0px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 95px;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(137, 138, 145, 0.07), 0px 40.2497px 35.6779px rgba(138, 139, 146, 0.0552977), 0px 17.9705px 18.4977px rgba(138, 139, 146, 0.0484775), 0px 7.0493px 10.2576px rgba(138, 139, 146, 0.0430882), 0px 1.73414px 5.435px rgba(138, 139, 146, 0.0367677), 0px -0.238884px 2.26134px rgba(138, 139, 146, 0.0265953);
    border-radius: 8px;
    position: relative;
    top: 40px;
}

.investors-page-hero-stocks-1{
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: flex-start;
    color:#3F4751;
    padding: 0px 32px;
    border-right: 1px solid #C8CBD2;
}
.investors-page-hero-stocks-1 p{
    color: #6B767E;
}
.investors-page-hero-stocks-0{
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: flex-start;
    color:#3F4751;
    padding: 0px 32px;
    
}
.investors-page-hero-stocks-0 p{
    color: #6B767E;
}
.investors-page-hero-stocks-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 230px;
    height: 40px;
    padding: 0px 22px;
    border-right: 1px solid #C8CBD2;
    position: relative;
}
.stocks-arrow{
    position: absolute;
    top: 30%;
    left: 0px;
}
.stocks-values{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.investors-page-relations{
    padding:0px 100px;
    margin-bottom: 130px;
    /* margin-top: 150px; */
}
.rtl .investors-page-relations{
    direction: rtl;
  
}
.investors-page-relations > h1{
    margin-bottom: 26px;
}
h1{
font-family: "TheSansArabic-ExtraBold";
}

.investors-page-relations > p{
    font-size: 16px;
}
.investors-page-fact-sheets{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #E7F0F6;
    padding:132px 100px;
}
.rtl .investors-page-fact-sheets{
    direction: rtl;
}
.invesors-card{
    height: 135px;
    width: 247px;
    border-radius: 8px;
    background: #FFFFFF;
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    /* padding:20px 20px; */
}
.invesors-card img{
    position: absolute;
    top: 0px;
}
.investors-car-top{
    background: #0F6AA4;
    border-radius: 8px 8px 0px 0px
}
.investors-card-title{
    margin-left: 20px;
    margin-top: 27px;
    font-size: 18px;
    font-weight: 600;
    height: 20px;
    color: var(--theme-primarty-color);
}
.rtl .investors-card-title{
    margin-left: 0px;
    margin-right: 20px;
}
.invesors-card svg{
    margin-left: 80%;
    margin-top: 37px;
}
.rtl .invesors-card svg{
    transform: rotate(180deg);
    margin-left: 0%;
    margin-right: 80%;
}
.investors-card-btn{
transition: all 0.5s;
}
.investors-card-btn:hover{
    margin-left: 4%;
}
.rtl .investors-card-btn:hover{
    margin-right: 4%;
}
.fact-sheet-contetnt{
    height: auto;
}
.assembly-meeting-content{
    margin-top: 114px;
    margin-bottom: 60px;
}
.rtl .assembly-meeting-content > div{
    direction: rtl;
    width: 100% !important;
}
.assembly-meeting-content nav{
    width: 90%;
}
.rtl .assembly-meeting-content nav {
    width: 100%;
}

.assembly-meeting-tap-content p{
    margin-top: 56px;
}
.for-more-info{
    color: var(--theme-primarty-color);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.for-more-info a{
    text-decoration: none;
    color: var(--theme-primarty-color);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.rtl .for-more-info i{
    margin-right: 3px;
}
.for-more-info:hover,
.for-more-info:hover p,
.for-more-info:hover i
{
    color: #6B767E;
}
.for-more-info i{
    transition: all 0.5s;
}
.for-more-info:hover i{
    transform: translateX(5px);
}
.rtl .for-more-info:hover i{
    transform: translateX(-5px);
}
.inv-p-list-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.inv-p-list-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    width: 100%;
  
    padding: 10px 50px;
    color: black;
}
.inv-p-list-item h4{
    font-size: 18px;
    margin-right: 10rem;
}
.rtl .inv-p-list-item h4{
    margin-left: 10rem;
    margin-right: 0rem;
}
.inv-p-list-item date{
    font-size: 18px;

}
.inv-p-list-item-download{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: var(--theme-primarty-color);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
}
.inv-p-list-item-download:hover{
    filter: brightness(85%);
    color: var(--theme-primarty-color);
}
.inv-p-list-item-download p{
    margin:0px;
    padding:0px;
    font-size: 18px;
    font-weight: 500;
    font-family: "TheSansArabic-Plain";
}
.inv-p-list-item-download i{
    padding-right:10px
}
.governance-tabs nav{
    margin-bottom: 40px;
}
.governance-comp-ploicy-container{
    margin-top: 100px;
    margin-bottom: 50px;
    width: 90%;
}
.rtl .governance-comp-ploicy-container{
    direction: rtl;
    width: 100%;
}
.financtial-reports-container nav{
    margin-bottom: 50px;
}

.rtl .investor-subpages > h3{
    direction: rtl;
}

        /* Grid */
        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
            gap: 20px;
        }
.rtl .grid{
	direction: rtl;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
        /* Card */
        .card {
            background: #ffffff;
            border-radius: 20px;
            border: 1px solid rgba(63, 71, 81, 0.1);
            padding: 36px 22px 30px;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            overflow: hidden;
            transition:
                transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.3s ease;
            cursor: pointer;
        }

        /* Corner accent line */
        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 48px;
            height: 3px;
            background: linear-gradient(90deg, #0f6aa4 0%, #f6bacb 100%);
            border-radius: 0 0 3px 0;
            transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        }

        /* Subtle inner glow on hover */
        .card::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 20px;
            background: radial-gradient(ellipse 80% 70% at 20% 30%, var(--primary-glow) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow:
                0 20px 40px -10px rgba(15, 106, 164, 0.16),
                0 4px 12px -2px rgba(15, 106, 164, 0.08);
            border-color: rgba(15, 106, 164, 0.3);
        }

        .card:hover::before {
            width: 100%;
        }

        .card:hover::after {
            opacity: 1;
        }

        /* Icon */
        .icon-wrap {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: rgba(246, 186, 203, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0f6aa4;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
            transition:
                background 0.35s ease,
                color 0.35s ease,
                transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .card:hover .icon-wrap {
            background: #0f6aa4;
            color: #fff;
			margin-left: auto;
            margin-right: 0px;
            transform: scale(1.12) rotate(15deg);
        }



.rtl .card:hover .icon-wrap {
            background: #0f6aa4;
            color: #fff;

				margin-left: 0px;
            margin-right: auto;
            transform: scale(1.12) rotate(-15deg);
        }

        .icon-wrap svg {
            width: 22px;
            height: 22px;
            stroke-width: 1.8;
        }

        /* Card title */
        .card-title {
    font-size: 18px;
    font-weight: 600;
            color: var(--theme-primarty-color);
            line-height: 1.3;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }



        .card:hover .card-title {
            color: var(--theme-secondary-color);
        }

        /* Arrow nudge */
        .card-arrow {
            position: absolute;
            bottom: 22px;
            right: 22px;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1.5px solid var(--border);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-muted);
            opacity: 0;
            transform: translate(4px, 4px);
            transition:
                opacity 0.3s ease,
                transform 0.3s ease,
                border-color 0.3s ease,
                color 0.3s ease;
            z-index: 1;
        }

        .card:hover .card-arrow {
            opacity: 1;
            transform: translate(0, 0);
            border-color: var(--primary);
            color: var(--primary);
        }

        .card-arrow svg {
            width: 13px;
            height: 13px;
            stroke-width: 2;
        }

        /* Staggered entrance animation */
        @keyframes card-in {
            from {
                opacity: 0;
                transform: translateY(24px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .card {
            animation: card-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        .card:nth-child(1)  { animation-delay: 0.05s; }
        .card:nth-child(2)  { animation-delay: 0.10s; }
        .card:nth-child(3)  { animation-delay: 0.15s; }
        .card:nth-child(4)  { animation-delay: 0.20s; }
        .card:nth-child(5)  { animation-delay: 0.25s; }
        .card:nth-child(6)  { animation-delay: 0.30s; }
        .card:nth-child(7)  { animation-delay: 0.35s; }
        .card:nth-child(8)  { animation-delay: 0.40s; }
        .card:nth-child(9)  { animation-delay: 0.45s; }
        .card:nth-child(10) { animation-delay: 0.50s; }


@media (max-width:900px){
    .investors-page-relations{
        padding: 0px 40px !important;
        text-align: center;
    }
    .investors-page-fact-sheets{
        align-items: center;
        justify-content: center;
        padding: 80px 0px !important;
    }
    .invesors-card{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .inv-p-list-item {
        height: auto !important;
        flex-direction: column !important;
    }
    .assembly-meeting-tap-content p{
        text-align: center;
    }
    .inv-p-list-item h4{
        margin-right: 0px !important;
        text-align: center;
        
    }
    .for-more-info{
        text-align: center;
    }
   
}