@font-face {
    font-family: 'Beiruti-Black';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-Black.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Beiruti-Bold';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-Bold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Beiruti-ExtraBold';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-ExtraBold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Beiruti-ExtraLight';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-ExtraLight.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Beiruti-Light';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-Light.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Beiruti-Medium';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-Medium.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Beiruti-Regular';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-Regular.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Beiruti-SemiBold';
    src: url('/App_Themes/ThemeAr/Fonts/Beiruti-SemiBold.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
html,
body {
    font-family: 'Beiruti-Bold';
    font-size: clamp(16px, 1.8vw, 20px);
}

html,
body {
    background-color: #ffffff !important;
}
.activity-card .activity h3 {
    font-size: 1.15rem;
}
.fixed-help-icon1 {
    padding: 0px 20px;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 15;
}
    .fixed-help-icon1 a img {
        height: 70px;
    }
.header-container {
    padding: 0px clamp(10px, 6vw, 200px);
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: black;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
    color: #141414;
}

a:hover {
    --bs-link-color-rgb: #141414;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00ADEF;
    --bs-btn-border-color: #00ADEF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00ADEF;
    --bs-btn-hover-border-color: #00ADEF;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00ADEF;
    --bs-btn-active-border-color: #00ADEF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00ADEF;
    --bs-btn-disabled-border-color: #00ADEF;
    height: 50px;
    font-size: clamp(18px, 2vw, 24px);
    font-family: 'Beiruti-SemiBold';
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.btn-primary:hover {
    --bs-btn-bg: #0da9e7;
    --bs-btn-border-color: #0da9e7;
    --bs-btn-hover-bg: #0da9e7;
    --bs-btn-hover-border-color: #0da9e7;
    --bs-btn-active-bg: #0da9e7;
    --bs-btn-active-border-color: #0da9e7;
    --bs-btn-disabled-bg: #0da9e7;
    --bs-btn-disabled-border-color: #0da9e7;
}

@media (min-width: 1400px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
}

@media (max-width: 1399px) {
    /*.col-md-3 {
        flex: 0 0 auto;
        width: 35% !important;
    }*/
}

/* Wrapper keeps icon + input together */
.search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 6px 10px;
    overflow: hidden;
    width: 45px;
    /* start small (just icon visible) */
    transition: width 0.4s ease, border-color 0.3s ease;
    cursor: pointer;
    background: #fff;
}

.search-wrapper.active {
    width: 250px;
    /* expands on click */
    border-color: #ccc;
    /* optional border */
}

@media (max-width:700px) {
    .search-wrapper.active {
        width: 150px;
        /* expands on click */
        border-color: #ccc;
        /* optional border */
    }
}

.search-input {
    opacity: 0;
    width: 0;
    border: none;
    outline: none;
    transition: width 0.4s ease, opacity 0.3s ease;
    background: transparent;
    padding-left: 10px;
}

.search-wrapper.active .search-input {
    opacity: 1;
    width: 100%;
}

/* Search icon always visible */
.search-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Input starts hidden */
.search-input {
    border: none;
    outline: none;
    padding: 4px 8px;
    font-size: 14px;
    flex: 1;
    opacity: 0;
    width: 0;
    transition: opacity 0.3s ease, width 0.4s ease;
}


.search-wrapper.active .search-input {
    opacity: 1;
    width: 100%;
}
.btnSearchHdn{
    width:0px;
}

.advice-fixed-icon {
    position: fixed;
    top: 150px;
    left: 80px;
    z-index: 99;
    border: 3px solid #269EED;
    border-radius: 100%;
    cursor: pointer;
}

.advice-fixed-icon img {
    width: clamp(40px, 5vw, 65px);
    height: clamp(40px, 5vw, 65px);
    border-radius: 100%;
}

/* Tooltip styling */
.tooltip-text {
    visibility: hidden;
    width: 75px;
    height: 40px;
    background-color: white;
    color: #000000;
    text-align: center;
    padding: 8px;
    position: absolute;
    bottom: 60%;
    /* Adjust above the icon */
    left: 140%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    border: 3px solid #269EED;
    border-radius: 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.hero-logo {
    width: 200px;
}

@media (min-width: 1401px) {
    #sidebar {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero-logo {
        width: 68%;
    }
}


.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-left: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: auto;
}


[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.btn-outline-secondary {
    --bs-btn-color: #00ADEF;
    --bs-btn-border-color: #00ADEF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00ADEF;
    --bs-btn-hover-border-color: #00ADEF;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00ADEF;
    --bs-btn-active-border-color: #00ADEF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00ADEF;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00ADEF;
    --bs-gradient: none;
}

.btn-login:hover {
    color: rgb(0, 0, 0);
    background-color: #00ADEF !important;
    background: #00ADEF !important;
    border-color: #00ADEF;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #007fb1;
    border-color: var(--bs-btn-active-border-color);
}

.btn:hover {
    color: white;
    background-color: #007fb1;
    border-color: #007fb1;
}

/* Tooltip styling */
.tooltip-text {
    visibility: hidden;
    width: 75px;
    height: 40px;
    background-color: white;
    color: #000000;
    text-align: center;
    padding: 8px;
    position: absolute;
    bottom: 60%;
    /* Adjust above the icon */
    left: 140%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    border: 3px solid #269EED;
    border-radius: 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

.list-group-item-action {
    width: 100%;
    color: black !important;
    text-align: inherit;
}

/* Show tooltip on hover */
.advice-fixed-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.my-custom-popup {
    background-color: #ffffff !important;
    background-image: url("/App_Themes/ThemeAr/Images/Popup-background.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: bottom !important;
    border-radius: 20px !important;
}

.swiper-container {
    position: relative;
}

.divider {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.hero-slider-background1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
}

.hero-slider-background2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F4DBE9;
}

.hero-slider-background3 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #D2D3FF;
}

.hero-slider-background1 .slider-img,
.hero-slider-background2 .slider-img,
.hero-slider-background3 .slider-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-slider-background1 .slide-text,
.hero-slider-background2 .slide-text,
.hero-slider-background3 .slide-text {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.hero-slider-background-custom {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.hero-slider-background-custom .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    /* height: 85.7vh; */
    /* height: 86vh; */
    height: 85vh;
}

@media (max-width: 650px) {
    .swiper {
        width: 100%;
        height: 66vh;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: start;
    align-items: start;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slide-content {
    position: relative;
}

.slide-content img {
    width: 100%;
    display: block;
}

.slide-text {
    /* background-color: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
    position: absolute;
    top: 40%;
    /* move up/down as needed */
    right: 10%;
    transform: translateY(-50%);
    color: black;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 20px;
    text-align: right;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.slide-text h1 {
    font-size: clamp(32px, 5vw, 64px);
}

.slide-text p {
    font-size: clamp(18px, 2vw, 24px);
    font-family: 'Beiruti-Regular' !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #00ADEF;
    height: 55px;
    width: 55px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}

.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
    border-radius: 20px 0px 0px 20px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto;
}

.swiper-button-next {
    border-radius: 0px 20px 20px 0px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    font-weight: bolder;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}



.divider2 {
    width: 100%;
    display: block;
    margin-top: -1px;
    margin-bottom: -1px;
}


/* section2 style */
.section2-background {
    width: 100%;
    height: 80vh;
    background-color: #D6E5BE;
    background-image: url("/App_Themes/ThemeAr/Images/section2-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 40px;
}

.section2-content {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 100px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.section-title {
    text-align: center;
    margin-top: 60px;
    font-size: clamp(36px, 4vw, 64px);
    font-family: 'Beiruti-ExtraBold';
}

/* section2 slider */
.swiper-center-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-card-slider {
    width: clamp(310px, 40vw, 650px);
    height: 350px;
}

.swiper-card-slider .swiper-slide {
    background: transparent;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-card-slider .swiper-button-next,
.swiper-card-slider .swiper-button-prev {
    color: #fff;
}

.swiper-card-slider .swiper-pagination-bullet {
    background: #fff;
}

.card-title {
    font-family: 'Beiruti-ExtraBold';
    font-size: clamp(24px, 3vw, 40px);
    margin-bottom: 10px;
}

.card-text {
    width: 80%;
    font-family: 'Beiruti-Regular';
    font-size: clamp(16px, 2vw, 24px);
}

.btn-read-more {
    background-color: #6AAC3D;
    border-color: #6AAC3D;
    margin-top: 10px;
}

.btn-read-more:hover {
    background-color: #73b844;
    border-color: #73b844;
}

.swiper-card-slider .swiper-button-next-2,
.swiper-card-slider .swiper-button-prev-2 {
    color: #000;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: transparent;
    height: 55px;
    width: 55px;
}


/* section3 style */
.section3-background {
    width: 100%;
    height: auto;
    background-color: #F4FCFF;
    background-image: url("/App_Themes/ThemeAr/Images/section3-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.section3-content {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 80px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.section3-content-div {
    width: 100%;
    margin: 0px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;

}

.section3-card {
    display: flex;
    flex: 1 1 250px;
    gap: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: black;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.section3-card img {
    width: clamp(50px, 6vw, 74px);
    height: clamp(50px, 6vw, 74px);
}

.section3-card-bg1 {
    background-color: #FF9AA2;
}

.section3-card-bg2 {
    background-color: #FFD3AC;
}

.section3-card-bg3 {
    background-color: #C8A2C8;
}

.section3-card-bg4 {
    background-color: #B5EAD6;
}

.section3-card h1 {
    font-size: clamp(24px, 3vw, 36px);
    font-family: 'Beiruti-ExtraBold';
}

.section3-card p {
    font-size: clamp(16px, 1.8vw, 20px);
    font-family: 'Beiruti-Regular';
}


/* section 4 style */
.section4-background {
    width: 100%;
    height: 120vh;
    background-color: #DCCCEA;
    background-image: url("/App_Themes/ThemeAr/Images/section4-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.section4-text-for-video {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section4-content {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 80px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.swiper-card-slider .swiper-button-next-3,
.swiper-card-slider .swiper-button-prev-3 {
    color: #fff;
    background-color: #CF92CF;
    font-size: 12px;
    border-radius: 10px !important;
}

.swiper-button-next-3,
.swiper-button-prev-3 {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: transparent;
    height: 40px;
    width: 40px;
}

.swiper-button-next-3:after,
.swiper-button-prev-3:after {
    font-family: swiper-icons;
    font-size: 15px;
    font-weight: bolder;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-card-slider2 .swiper-button-next-3 {
    left: var(--swiper-navigation-sides-offset, -70px) !important;
    right: auto;
}

.swiper-card-slider2 .swiper-button-prev-3 {
    right: var(--swiper-navigation-sides-offset, -70px) !important;
    right: auto;
}

.section4-video-card {
    width: 30px;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section4-video-card img {
    border-radius: 20px;
    width: clamp(220px, 40vw, 550px);
    height: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}




.swiper-card-slider2 {
    /* width: clamp(220px, 40vw, 550px); */
    width: clamp(220px, 45vw, 650px);
    height: 350px;
}

.swiper-card-slider2 .swiper-slide {
    width: fit-content;
    height: fit-content;
    background: transparent;
    color: #000;
    border-radius: 10px;
    padding: 0px;
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 0px 0px transparent;
}

.swiper-cards .swiper-slide {
    transform-origin: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.swiper-card-slider2 .swiper-button-next,
.swiper-card-slider2 .swiper-button-prev {
    color: #fff;
}

.swiper-card-slider2 .swiper-pagination-bullet {
    background: #fff;
}

.swiper-card-slider2 .swiper-button-next-2,
.swiper-card-slider2 .swiper-button-prev-2 {
    color: #000;
}

.swiper-card-slider2 .swiper-button-next-3,
.swiper-card-slider2 .swiper-button-prev-3 {
    color: #fff;
    background-color: #CF92CF;
    font-size: 12px;
    border-radius: 10px !important;
}

.section4-video-card {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    /* keeps the video ratio */
    overflow: hidden;
    border-radius: 10px;
    /* if you want rounded corners */
}

.section4-video-card iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Footer style */
.footer-container {
    padding: 80px clamp(10px, 6vw, 200px) 40px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #0673BA;
}

.footer-credit-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 20px clamp(10px, 6vw, 200px);
}

.number-of-visiters {
    font-family: 'Beiruti-ExtraBold';
    font-size: 17px;
}

.number-of-visiters span {
    font-family: 'Beiruti-ExtraBold';
    font-size: 17px;
}

.echo-link {
    color: black;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul a {
    text-decoration: none;
    color: black;
}

.footer-links ul li {
    cursor: pointer;
}

.footer-links ul li:hover {
    color: rgb(12, 12, 12);
    text-decoration: underline;
}

.footer-logos-size1 {
    width: auto;
    height: clamp(56px, 73px, 92px);
}

.footer-logos-size2 {
    width: auto;
    height: clamp(61px, 77px, 103px);
}

.footer-logos-size3 {
    width: auto;
    height: clamp(39px, 64px, 78px);
}

.social-media-icons {
    width: auto;
    height: 25px;
    transition: 0.2s all ease-in;
}

.social-media-icons:hover {
    margin-bottom: 10px;
}




@media (max-width: 1200px) {
    .section2-background {
        width: 100%;
        height: auto;
        background-color: #D6E5BE;
        background-image: url(/App_Themes/ThemeAr/Images/section2-background.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        padding-bottom: 40px;
    }
}


@media (max-width: 650px) {
    .swiper-card-slider2 .swiper-button-next-3 {
        left: var(--swiper-navigation-sides-offset, -50px) !important;
        right: auto;
    }

    .swiper-card-slider2 .swiper-button-prev-3 {
        right: var(--swiper-navigation-sides-offset, -50px) !important;
        right: auto;
    }

    .slide-text {
        position: absolute;
        top: 40%;
        /* move up/down as needed */
        right: 10%;
        transform: translateY(-50%);
        color: black;
        font-size: 20px;
        padding: 8px 15px;
        border-radius: 5px;
        text-align: right;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: 35px;
        width: 35px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 15px;
    }

    .section4-background {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        background-color: #DCCCEA;
        background-image: url("/App_Themes/ThemeAr/Images/section4-background.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .section4-text-for-video {
        display: flex;
        gap: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 300px;
        padding-bottom: 80px;
    }

    .section4-content {
        width: 100%;
        height: 100%;
        display: flex;
        gap: 40px;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .section2-background {
        height: auto;
        padding-bottom: 40px;
    }

    .section2-content {
        gap: 40px;
    }

    .advice-fixed-icon {
        position: fixed;
        top: 160px;
        left: 30px;
        z-index: 99;
        border: 3px solid #269EED;
        border-radius: 100%;
        cursor: pointer;
    }
}

.display-on-phone {
    display: none !important;
}

@media (max-width: 584px) {

    .search-wrapper,
    .btn-login {
        display: none !important;
    }

    .header-container-width {
        width: 100%;
    }

    .display-on-phone {
        width: 100%;
        display: block !important;
    }
        .display-on-phone .btn-outline-secondary{
            border:none !important;
        }
}

/* innerpages */

/* ChildrenFiles */
:root {
    --hero-height: 400px;
    --hero-padding: 2.25rem;
    --text-color: #fff;
}

.innerpage-hero {
    position: relative;
    isolation: isolate;
    height: var(--hero-height);
    overflow: visible;
}

.innerpage-hero svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.innerpage-container {
    padding: 0px clamp(10px, 6vw, 200px);
}

.innerpage-container p {
    margin-top: 30px;
}

/* Remove the old gradient */
.innerpage-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: absolute;
    inset-inline-start: 0;
    inset-block: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px clamp(10px, 6vw, 200px);
    z-index: 2;
    text-align: right;
    color: var(--text-color);
}

.hero-title {
    margin: 0;
    font-size: clamp(1.4rem, 3.2vw, 2.25rem);
    line-height: 1.2;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
    letter-spacing: .2px;
}

.hero-crumbs {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    margin: .35rem 0 0;
    font-size: 12px;
    opacity: 1;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .35);
}

.hero-crumbs p {
    margin: 0;
}

@media (max-width: 520px) {
    :root {
        --hero-height: 200px;
    }

    .hero-content {
        padding-inline: 1rem;
    }

    .hero-crumbs {
        font-size: .85rem;
    }
}

/* ===== Theme (same soft colors as the design) ===== */
:root {
    --ChildernFile-bg: #f6f8fb;
    --ChildernFile-card: #ffffff;
    --ChildernFile-text: #1f2937;
    --ChildernFile-muted: #6b7280;

    --ChildernFile-primary: #00ADEF;
    /* search button + active page */
    --ChildernFile-primary-700: #00ADEF;

    /* header pastels (very close to screenshot) */
    --ChildernFile-violet-100: #F4DBE9;
    --ChildernFile-violet-200: #F4DBE9;

    --ChildernFile-blue-100: #C7CEEA;
    --ChildernFile-blue-200: #C7CEEA;

    --ChildernFile-blue-1002: #FFF0F1;
    --ChildernFile-blue-2002: #FFF0F1;

    --ChildernFile-green-100: #E2F0CC;
    --ChildernFile-green-200: #E2F0CC;

    --ChildernFile-mint-100: #B5EAD6;
    --ChildernFile-mint-200: #B5EAD6;

    --ChildernFile-indigo-100: #C7CEEA;
    --ChildernFile-indigo-200: #C7CEEA;

    --ChildernFile-blue-1001: #CDD0F8;
    --ChildernFile-blue-2001: #CDD0F8;


    --ChildernFile-row-alt: #f7fafc;


    --ChildernFile-radius: 18px;
    --ChildernFile-shadow: 0 6px 24px rgba(15, 23, 42, .08);
}



.ChildernFile-wrap {
    width: 100%;
    padding: 0px clamp(10px, 6vw, 200px);
    margin-top: 50px;
}

/* ===== Top actions ===== */
.ChildernFile-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ChildernFile-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ChildernFile-btn {
    height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 10px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .15s ease;
    box-shadow: var(--ChildernFile-shadow);
    background: #00ADEF;
    color: #fff;
    line-height: 1;
}

.ChildernFile-btn.ChildernFile-secondary {
    background: #00ADEF;
    color: #ffffff;
    text-decoration:none !important
}

.ChildernFile-btn:hover {
    transform: translateY(-1px);
}

.ChildernFile-btnImg {
    width: 57px;
    height: 31.28px;
    object-fit: contain;
}

/* ===== Filters ===== */
.ChildernFile-filters {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
}

.ChildernFile-select {
    position: relative;
    min-width: 220px;
    display: inline-block;
}

.ChildernFile-search {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 8px 14px;
    min-width: 250px;
    height: 50px;
    transition: all 0.2s ease-in-out;
}

.ChildernFile-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    width: 100%;
    padding: 10px 15px 10px 40px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    text-align: right;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    direction: rtl;
    appearance: none;
    /* Standard */
    -webkit-appearance: none;
    /* Safari / Chrome */
    -moz-appearance: none;
    /* Firefox */
    background-image: none !important;
    /* Remove any OS default arrow */
}

.ChildernFile-select select:focus {
    border-color: #adb5bd;
    box-shadow: 0 0 0 0.15rem rgba(187, 236, 255, 0.25);
    outline: none;
}

.ChildernFile-caret {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.ChildernFile-select select:hover {
    border-color: #adb5bd;
}

.ChildernFile-search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-weight: 600;
    background: transparent;
    color: #374151;
    transition: all 0.2s ease-in-out;
}

.ChildernFile-search:hover {
    border-color: #adb5bd;
}

.ChildernFile-searchIcon {
    position: absolute;
    left: 14px;
    opacity: .75;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ChildernFile-btnSearch {
    background: var(--ChildernFile-primary);
    color: #fff;
    padding: 10px 45px;
}

.ChildernFile-btnSearch:hover {
    background: var(--ChildernFile-primary-700);
}

.ChildernFile-board {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1.05fr 1.6fr 1.2fr 1.4fr 0.7fr;
    gap: 16px;
}

.ChildernFile-col {
    background: var(--ChildernFile-card);
    border-radius: calc(var(--ChildernFile-radius) + 6px);
    overflow: hidden;
    box-shadow: var(--ChildernFile-shadow);
}

.ChildernFile-head {
    padding: 16px;
    font-weight: 800;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.ChildernFile-hCtrl {
    background: linear-gradient(180deg, var(--ChildernFile-violet-100), var(--ChildernFile-violet-200));
}

.ChildernFile-hDob {
    background: linear-gradient(180deg, var(--ChildernFile-blue-100), var(--ChildernFile-blue-200));
}
.ChildernFile-hDob2 {
    background: linear-gradient(180deg, var(--ChildernFile-blue-1001), var(--ChildernFile-blue-2001));
}

.ChildernFile-hAge {
    background: linear-gradient(180deg, var(--ChildernFile-green-100), var(--ChildernFile-green-200));
}

.ChildernFile-hName {
    background: linear-gradient(180deg, var(--ChildernFile-mint-100), var(--ChildernFile-mint-200));
}

.ChildernFile-hIdx {
    background: linear-gradient(180deg, var(--ChildernFile-indigo-100), var(--ChildernFile-indigo-200));
}

.ChildernFile-rows .ChildernFile-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-height: 64px;
    border-top: 1px solid #f1f5f9;
    font-weight: 600;
}

.ChildernFile-rows .ChildernFile-row:nth-child(even) {
    background: var(--ChildernFile-row-alt);
}

/* ===== Control Pills + Tooltips ===== */
.ChildernFile-ctrl {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.ChildernFile-pill {
    inline-size: 34px;
    block-size: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid var(--ChildernFile-rose-bd);
    transition: .2s ease;
    cursor: pointer;
    position: relative;
}

.ChildernFile-pill-background1 {
    background-color: #FFD3AC;
}

.ChildernFile-pill-background2 {
    background-color: #C8A2C8;
}

.ChildernFile-pill-background3 {
    background-color: #FF9AA2;
}

.ChildernFile-pill:hover {
    transform: translateY(-1px);
}

.ChildernFile-pillImg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Pure CSS tooltip using data-tip attribute */
.ChildernFile-pill[data-tip]::after {
    content: attr(data-tip);
    position: absolute;
    bottom: 46px;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
    background: #111827;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transition: .15s ease;
    box-shadow: var(--ChildernFile-shadow);
}

.ChildernFile-pill[data-tip]::before {
    content: "";
    position: absolute;
    bottom: 36px;
    right: 50%;
    transform: translateX(50%) rotate(180deg);
    width: 10px;
    height: 10px;
    background: #111827;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    opacity: 0;
    transition: .15s ease;
}

.ChildernFile-pill:hover::after,
.ChildernFile-pill:hover::before {
    opacity: 1;
}

/* ===== Pagination ===== */
.ChildernFile-pager {

    margin: 42px auto 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.ChildernFile-pgArrow {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.ChildernFile-pg {
    min-width: 45px;
    height: 45px;
    padding: 0 10px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid #00ADEF;
    background: #fff;
    font-weight: 700;
    color: #3f3f46;
    box-shadow: var(--ChildernFile-shadow);
}

.ChildernFile-pg.ChildernFile-active {
    background: var(--ChildernFile-primary);
    color: #fff;
    border-color: var(--ChildernFile-primary);
}

.ChildernFile-pgImg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* ===== Mobile/Tablet: enable horizontal scroll, keep columns side-by-side ===== */
@media (max-width: 980px){
  /* Make the grid itself a horizontal scroll container */
  .ChildernFile-board{
    overflow-x: auto;           /* horizontal scroll */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    padding-bottom: 8px;        /* avoid shadow clipping */
    /* Use fixed track widths so the total is wider than the viewport -> scroll */
    grid-template-columns:
      100px   
      320px 
      200px  
      220px   
      160px;  
    gap: 12px;
  }
    .ChildernFile-search {
        width:100%;
    }
    .ChildernFile-select {
        width:100%;
    }
    .ChildernFile-btn {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    }
  /* Keep content centered in each cell so it stays readable while scrolling */
  .ChildernFile-head{
    text-align: center;
    white-space: nowrap;  /* avoid wrapping headers */
  }

  .ChildernFile-rows .ChildernFile-row{
    justify-content: center;
    white-space: nowrap;  /* avoid wrapping long values; remove if you prefer wrapping */
    min-height: 56px;
    padding: 12px;
  }

  /* Control pills: a bit tighter so they fit better in their column */
  .ChildernFile-ctrl{ gap: 8px; }
  .ChildernFile-pill{
    inline-size: 32px;
    block-size: 32px;
  }

  /* Pagination sits closer under the scroll area */
  .ChildernFile-pager{
    margin: 18px auto 8px;
  }
}

/* ===== Optional: nicer scrollbar on WebKit (Chrome/Safari) ===== */
@media (max-width: 980px){
  .ChildernFile-board::-webkit-scrollbar{
    height: 8px;
  }
  .ChildernFile-board::-webkit-scrollbar-track{
    background: #f1f5f9;
    border-radius: 999px;
  }
  .ChildernFile-board::-webkit-scrollbar-thumb{
    background: #cbd5e1;
    border-radius: 999px;
  }
}




/* ===== Add Child Modal (scoped) ===== */
.addchild-popup {
    border-radius: 22px;
}

.addchild-body {
    direction: rtl;
    text-align: right;
    font-family: inherit;
}

.AddChildModal-wrap {
    padding: 8px 6px 0;
}

.AddChildModal-header {
    text-align: center;
    margin-top: 6px;
}

.AddChildModal-logo {
    width: 176px;
    height: auto;
    object-fit: contain;
}

input[type="date"].AddChildModal-input {
    direction: rtl;
    /* makes text align right */
    text-align: right;
    /* aligns entered date */
}

.AddChildModal-title {
    font-weight: 800;
    font-size: clamp(22px, 2.6vw, 28px);
    margin: 12px 0 4px;
}

.AddChildModal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

@media (max-width: 640px) {
    .AddChildModal-grid {
        grid-template-columns: 1fr;
    }
}

.AddChildModal-field {
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 10px 14px;
    height: 54px;
    display: flex;
    align-items: center;
}

.AddChildModal-label {
    position: absolute;
    top: -10px;
    inset-inline-start: 14px;
    background: #fff;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 700;
    color: #00ADEF;
}

.AddChildModal-input,
.AddChildModal-select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-weight: 600;
    color: #000000;
}

.AddChildModal-icon {
    position: absolute;
    inset-inline-start: 12px;
    width: 18px;
    height: 18px;
    object-fit: contain;
    opacity: .7;
}

.AddChildModal-panel {
    margin-top: 18px;
    background: #D1F2FF;
    border: 1px solid #D1F2FF;
    border-radius: 18px;
    padding: 16px;
}

.AddChildModal-panelHeader {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
}

.AddChildModal-subtitle {
    font-weight: 800;
    margin-bottom: 8px;
}

.AddChildModal-selectWrap {
    position: relative;
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 8px 14px;
}

.AddChildModal-caret {
    position: absolute;
    inset-inline-start: 12px;
    width: 14px;
    height: 14px;
    pointer-events: none;
    opacity: .75;
}

.AddChildModal-loader {
    text-align: center;
    padding: 12px;
    color: #777;
    font-size: 14px;
}

.AddChildModal-checkboxes {
    display: grid;
    gap: 10px 14px;
    margin-top: 10px;
}

@media (max-width: 768px) {

    .slider-img {
        /*display: none !important;*/
        height: 100% !important;
        object-fit: fill !important;
    }
    .btn-outline-secondary{
        /*border:none;*/
    }
    .AddChildModal-checkboxes {
    }
}

@media (max-width: 420px) {
    .AddChildModal-checkboxes {
    }
}

.AddChildModal-check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    white-space: nowrap;
}

.AddChildModal-actions {
    margin-top: 22px;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.AddChildModal-btn {
    min-width: 150px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #00ADEF;
    font-weight: 800;
    cursor: pointer;
}

.AddChildModal-btn--primary {
    background: #00ADEF;
    color: #fff;
}

.AddChildModal-btn--ghost {
    background: #fff;
    color: #00ADEF;
}

.AddChildModal-plus {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #00ADEF;
    border: 2px solid #00ADEF;
    color: #ffffff;
    font-size: 22px;
    margin: 12px auto 0;
}

/* ===== Delete Child Popup (scoped) ===== */
.delete-child-popup {
    border-radius: 22px;
}

.DeletePopup-body {
    direction: rtl;
    text-align: center;
    padding: 8px 10px;
}

.DeletePopup-icon {
    width: 186px;
    height: auto;
    object-fit: contain;
    margin: 6px auto 12px;
}

.DeletePopup-title {
    font-weight: 900;
    font-size: clamp(20px, 2.4vw, 24px);
    color: #111;
    margin: 20px 0 12px;
}

/* buttons */
.DeletePopup-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 60px;
}

.DeletePopup-btn {
    min-width: 160px;
    height: 46px;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    border: 1px solid #00ADEF;
}

.DeletePopup-btn--yes {
    background: #fff;
    color: #00ADEF;
}

/* نعم (outline) */
.DeletePopup-btn--no {
    background: #00ADEF;
    color: #fff;
}

/* لا (filled) */


/*  */
/* Standards Page Style */

.Standards-conatiner {
    width: 100%;
    height: auto;
    background-color: #DCCCEA;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.Standards-conatiner .Standards-title {
    margin: 0 0 28px;
    text-align: start;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.2;
    color: var(--Standards-accent);
}

.Standards-conatiner .Standards-head {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: var(--Standards-accent);
}

.Standards-conatiner2 {
    width: 100%;
    height: auto;
    background-color: #D6E5BE;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.Standards-conatiner2 .Standards-title {
    margin: 0 0 28px;
    text-align: start;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.2;
    color: #586C39;
}

.Standards-conatiner2 .Standards-head {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #586C39;
}

.Standards-conatiner3 {
    width: 100%;
    height: auto;
    background-color: #BBD8EC;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.Standards-conatiner3 .Standards-title {
    margin: 0 0 28px;
    text-align: start;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.2;
    color: #046CB4;
}

.Standards-conatiner3 .Standards-head {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #046CB4;
}

.Standards-conatiner4 {
    width: 100%;
    height: auto;
    background-color: #FFDAB4;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.Standards-conatiner4 .Standards-title {
    margin: 0 0 28px;
    text-align: start;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.2;
    color: #A65400;
}

.Standards-conatiner4 .Standards-head {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #A65400;
}

.Standards-conatiner5 {
    width: 100%;
    height: auto;
    background-color: #C7CEEA;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.Standards-conatiner5 .Standards-title {
    margin: 0 0 28px;
    text-align: start;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.2;
    color: #364DAA;
}

.Standards-conatiner5 .Standards-head {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #364DAA;
}

.Standards-conatiner6 {
    width: 100%;
    height: auto;
    background-color: #FFCBE1;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.Standards-conatiner6 .Standards-title {
    margin: 0 0 28px;
    text-align: start;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.2;
    color: #FF3D8F;
}

.Standards-conatiner6 .Standards-head {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #FF3D8F;
}

/* ===== Theme ===== */
:root {
    --Standards-bg: #E9D8F2;
    --Standards-card: #ffffff;
    --Standards-text: #000000;
    --Standards-muted: #7d6b97;

    --Standards-accent: #9B5ECB;
    --Standards-accent-2: #B98DE0;
    --Standards-bullet: #000000;
}

* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    background: var(--Standards-bg);
    color: var(--Standards-text);
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans Arabic", sans-serif;
}

/* ===== Section wrapper ===== */
.Standards-stage {
    padding: 48px 20px 56px;
}

.Standards-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* ===== Title ===== */
.Standards-title {
    margin: 0 0 28px;
    text-align: start;
    font-size: clamp(20px, 3.2vw, 28px);
    line-height: 1.2;
    color: var(--Standards-accent);
    font-weight: 700;
}

/* ===== Layout: text + illustration ===== */
.Standards-layout {
    display: grid;
    grid-template-columns: minmax(320px, 360px) 1fr;
    gap: 24px;
    align-items: center;
}

.Standards-layout2 {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 360px);
    gap: 24px;
    align-items: center;
}

/* Text side */
.Standards-textArea {
    width: 100%;
}

.Standards-textGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 40px;
}

/* Blocks */
.Standards-block {
    min-width: 0;
}

.Standards-head {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--Standards-accent);
}

.Standards-head--motion {
    color: #8D54C0;
}

.Standards-head--lang {
    color: #9B5ECB;
}

.Standards-head--cog {
    color: #8D54C0;
}

.Standards-head--social {
    color: #9B5ECB;
}

/* Lists */
.Standards-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Standards-list li {
    position: relative;
    padding-inline-start: 16px;
    margin: 6px 0;
    font-size: 20px;
    color: var(--Standards-text);
    line-height: 1.7;
    font-family: 'Beiruti-Light';
}

.Standards-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.82em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--Standards-bullet);
    transform: translateY(-50%);
    opacity: 0.9;
}

/* Illustration side */
.Standards-illustrationBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Standards-illustration {
    width: min(100%, 200px);
    height: auto;
    display: block;
    filter: drop-shadow(0 6px 14px rgba(76, 50, 106, 0.15));
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .Standards-layout {
        grid-template-columns: 1fr;
    }

    .Standards-layout2 {
        grid-template-columns: 1fr;
    }

    .Standards-layout2>*:first-child {
        order: 2;
    }

    .Standards-layout2>*:last-child {
        order: 1;
    }

    .Standards-illustration {
        margin-top: 8px;
    }
}

@media (max-width: 640px) {
    .Standards-textGrid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .Standards-title {
        margin-bottom: 18px;
    }

    .Standards-list li {
        font-size: 15px;
    }
}



/* KidsInformation Page Style */
:root {
    /* Colors tuned to match the screenshot */
    --KidsInformation-bg: #ffffff;
    --KidsInformation-text: #0f2740;
    --KidsInformation-muted: #6b7b8a;

    --KidsInformation-surface: #f6fbff;
    --KidsInformation-panel: #D1F2FF;
    /* light blue card */
    --KidsInformation-field: #ffffff;
    --KidsInformation-border: #d7eaf7;

    --KidsInformation-primary: #00ADEF;
    /* cyan buttons/accents */
    --KidsInformation-primary-700: #00ADEF;

    --KidsInformation-chipRing: #D1F2FF;
    --KidsInformation-shadow: 0 10px 24px rgba(16, 164, 232, .12);
    --KidsInformation-radius: 16px;
}


.KidsInformation-wrap {
    width:100%;
    padding: 0px clamp(10px, 6vw, 200px);
}

/* Title */
.KidsInformation-title {
    font-size: 28px;
    font-weight: 800;
    text-align: right;
    margin: 10px 2px 14px;
}

/* Top two fields (name/date) */
.KidsInformation-topGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 10px;
}

@media (max-width:860px) {
    .KidsInformation-topGrid {
        grid-template-columns: 1fr
    }
}

.KidsInformation-field {
    position: relative
}

.KidsInformation-label {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: .95rem;
    margin: 0 0 6px;
}

.KidsInformation-required::after {
    content: "*";
    color: #10a4e8;
    margin-right: 6px;
}

.KidsInformation-input,
.KidsInformation-select {
    width: 100%;
    height: 50px;
    border: 1px solid var(--KidsInformation-border);
    background: var(--KidsInformation-field);
    border-radius:20px;
    padding: 0 18px;
    font-size: .95rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    text-align: right;
}

.KidsInformation-input:focus,
.KidsInformation-select:focus {
    border-color: var(--KidsInformation-primary);
    box-shadow: 0 0 0 3px rgba(16, 167, 233, .15);
}

/* calendar icon bubble (left per screenshot) */
.KidsInformation-icon {
    position: absolute;
    inset-inline-start: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: grid;
    place-content: center;
    border: 1px solid var(--KidsInformation-border);
    background: #fff;
    border-radius: 999px;
    pointer-events: none;
}

/* Blue panel (inner form) */
.KidsInformation-panel {
    background: var(--KidsInformation-panel);
    border: 1px solid var(--KidsInformation-border);
    border-radius: var(--KidsInformation-radius);
    box-shadow: var(--KidsInformation-shadow);
    padding: 16px;
    margin-top: 6px;
}

/* Section headers inside panel (aligned right) */
.KidsInformation-sectionHead {
    font-weight: 800;
    font-size: .96rem;
    color: #2a5875;
    text-align: right;
    margin: 4px 8px 8px;
}

.KidsInformation-twoCols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 10px;
}

@media (max-width:860px) {
    .KidsInformation-twoCols {
        grid-template-columns: 1fr
    }
}

/* Custom select arrow (soft like screenshot) */
.KidsInformation-selectWrap {
    position: relative
}

.KidsInformation-select {
    -webkit-appearance: none;
    appearance: none;
    padding-inline-start: 22px;
}

.KidsInformation-caret {
    position: absolute;
    inset-inline-end: 25px;
    top: 30%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    pointer-events: none;
}

/* Indicators line (checkboxes) */
.KidsInformation-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    padding: 0 6px 10px
}

.KidsInformation-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #28546c;
    font-size: .93rem
}

.KidsInformation-check input {
  width: 21px;
  height: 21px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #00ADEF; /* border same as your main blue */
  border-radius: 6px; /* slightly rounded square */
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

.KidsInformation-check  span{
    font-size: 16px !important;
    font-family: 'Beiruti-Light' !important;
}   

.KidsInformation-check input:checked {
  background-color: #00ADEF;
  border-color: #00ADEF;
}

.KidsInformation-check input:checked::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2px; /* adjust vertical centering */
}

/* Activities row: select + chips (like screenshot with small number circle) */
.KidsInformation-activitiesRow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.KidsInformation-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.KidsInformation-chip {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #F4FCFF;
    border: 1px solid var(--KidsInformation-chipRing);
    border-radius: 20px;
    padding: 6px 10px;
}

.KidsInformation-chipNum {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #eaf6fd;
    color: #0e8fc7;
    display: grid;
    place-content: center;
    font-size: .78rem;
    font-weight: 800;
}

.KidsInformation-chipText {
    color: #0b3f58;
    font-size: 16px;
    font-family: 'Beiruti-Light';
}

.KidsInformation-chipRemove {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #00ADEF;
    background: #00ADEF;
    cursor: pointer;
    display: grid;
    place-content: center;
}

.KidsInformation-chipRemove::after {
    content: "×";
    font-weight: 700;
    color: #ffffff;
    line-height: 1
}

/* Centered + button inside panel */
.KidsInformation-plusWrap {
    display: flex;
    justify-content: center;
    margin: 10px 0 0
}

.KidsInformation-plus {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--KidsInformation-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    display: grid;
    place-content: center;
    font-size: 24px;
    box-shadow: 0 8px 18px rgba(16, 167, 233, .25);
}

.KidsInformation-plus:active {
    transform: translateY(1px)
}

/* Full-width save bar (like screenshot) */
.KidsInformation-saveBar {
    margin-top: 16px;
}

.KidsInformation-save {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 999px;
    background: var(--KidsInformation-primary);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 10px 22px rgba(16, 167, 233, .28);
    cursor: pointer;
}

.KidsInformation-save:hover {
    background: var(--KidsInformation-primary-700)
}

/* error box (subtle) */
.KidsInformation-error {
    margin-top: 8px;
    display: none;
    background: #fff4f4;
    border: 1px solid #ffd7d7;
    color: #c13636;
    padding: 8px 12px;
    border-radius: 10px;
}

:root {
    --ChildernFile-bg: #f6f8fb;
    --ChildernFile-card: #ffffff;
    --ChildernFile-text: #1f2937;
    --ChildernFile-muted: #6b7280;

    --ChildernFile-primary: #00ADEF;      /* search button + active page */
    --ChildernFile-primary-700: #00ADEF;

    /* header pastels */
    --ChildernFile-violet-100: #F4DBE9;
    --ChildernFile-violet-200: #F4DBE9;

    --ChildernFile-blue-100: #C7CEEA;
    --ChildernFile-blue-200: #C7CEEA;

    --ChildernFile-green-100: #E2F0CC;
    --ChildernFile-green-200: #E2F0CC;

    --ChildernFile-mint-100: #B5EAD6;
    --ChildernFile-mint-200: #B5EAD6;

    --ChildernFile-indigo-100: #C7CEEA;
    --ChildernFile-indigo-200: #C7CEEA;

    --ChildernFile-blue-1001: #CDD0F8;
    --ChildernFile-blue-2001: #CDD0F8;

    --ChildernFile-row-alt: #f7fafc;

    --ChildernFile-radius: 18px;
    --ChildernFile-shadow: 0 6px 24px rgba(15, 23, 42, .08);
}

/* ===== Container ===== */
.KidsInformation-wrap {
    width: 100%;
    padding: 0px clamp(10px, 6vw, 200px);
    margin-top: 50px;
}

/* ===== Top actions ===== */
.KidsInformation-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.KidsInformation-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.KidsInformation-btn {
    height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 10px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .15s ease;
    box-shadow: var(--ChildernFile-shadow);
    background: #00ADEF;
    color: #fff;
    line-height: 1;
}

.KidsInformation-btn.KidsInformation-secondary {
    background: #00ADEF;
    color: #ffffff;
}

.KidsInformation-btn:hover { transform: translateY(-1px); }

.KidsInformation-btnImg {
    width: 57px;
    height: 31.28px;
    object-fit: contain;
}

/* ===== Filters ===== */
.KidsInformation-filters {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.KidsInformation-select {
    position: relative;
    min-width: 220px;
    display: inline-block;
}

.KidsInformation-search {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 8px 14px;
    min-width: 250px;
    height: 50px;
    transition: all 0.2s ease-in-out;
}

.KidsInformation-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    width: 100%;
    padding: 10px 15px 10px 40px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    text-align: right;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    direction: rtl;
    background-image: none !important;
}

.KidsInformation-select select:focus {
    border-color: #adb5bd;
    box-shadow: 0 0 0 0.15rem rgba(187, 236, 255, 0.25);
    outline: none;
}

.KidsInformation-select select:hover { border-color: #adb5bd; }

.KidsInformation-search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-weight: 600;
    background: transparent;
    color: #374151;
    transition: all 0.2s ease-in-out;
}

.KidsInformation-search:hover { border-color: #adb5bd; }

.KidsInformation-searchIcon {
    position: absolute;
    left: 14px;
    opacity: .75;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.KidsInformation-btnSearch {
    background: var(--ChildernFile-primary);
    color: #fff;
    padding: 10px 45px;
}
.KidsInformation-btnSearch:hover { background: var(--ChildernFile-primary-700); }

/* ===== Board (Equal Columns) ===== */
.KidsInformation-board {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* <-- equal widths */
    gap: 16px;
}

.KidsInformation-col {
    background: var(--ChildernFile-card);
    border-radius: calc(var(--ChildernFile-radius) + 6px);
    overflow: hidden;
    box-shadow: var(--ChildernFile-shadow);
}

.KidsInformation-head {
    padding: 16px;
    font-weight: 800;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.KidsInformation-hCtrl {
    background: linear-gradient(180deg, var(--ChildernFile-violet-100), var(--ChildernFile-violet-200));
}
.KidsInformation-hDob {
    background: linear-gradient(180deg, var(--ChildernFile-blue-100), var(--ChildernFile-blue-200));
}
.KidsInformation-hDob3 {
    background: linear-gradient(180deg, var(--ChildernFile-blue-1002), var(--ChildernFile-blue-2002));
}
.KidsInformation-hDob2 {
    background: linear-gradient(180deg, var(--ChildernFile-blue-1001), var(--ChildernFile-blue-2001));
}
.KidsInformation-hAge {
    background: linear-gradient(180deg, var(--ChildernFile-green-100), var(--ChildernFile-green-200));
}
.KidsInformation-hName {
    background: linear-gradient(180deg, var(--ChildernFile-mint-100), var(--ChildernFile-mint-200));
}
.KidsInformation-hIdx {
    background: linear-gradient(180deg, var(--ChildernFile-indigo-100), var(--ChildernFile-indigo-200));
}

.KidsInformation-rows .KidsInformation-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-height: 64px;
    border-top: 1px solid #f1f5f9;
    font-weight: 600;
}
.KidsInformation-rows .KidsInformation-row:nth-child(even) {
    background: var(--ChildernFile-row-alt);
}

/* ===== Control Pills + Tooltips ===== */
.KidsInformation-ctrl {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.KidsInformation-pill {
    inline-size: 34px;
    block-size: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid var(--ChildernFile-rose-bd);
    transition: .2s ease;
    cursor: pointer;
    position: relative;
}

.KidsInformation-pill-background1 { background-color: #FFD3AC; }
.KidsInformation-pill-background2 { background-color: #C8A2C8; }
.KidsInformation-pill-background3 { background-color: #FF9AA2; }

.KidsInformation-pill:hover { transform: translateY(-1px); }

.KidsInformation-pillImg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Pure CSS tooltip using data-tip attribute */
.KidsInformation-pill[data-tip]::after {
    content: attr(data-tip);
    position: absolute;
    bottom: 46px;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
    background: #111827;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transition: .15s ease;
    box-shadow: var(--ChildernFile-shadow);
}
.KidsInformation-pill[data-tip]::before {
    content: "";
    position: absolute;
    bottom: 36px;
    right: 50%;
    transform: translateX(50%) rotate(180deg);
    width: 10px;
    height: 10px;
    background: #111827;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    opacity: 0;
    transition: .15s ease;
}
.KidsInformation-pill:hover::after,
.KidsInformation-pill:hover::before { opacity: 1; }

/* ===== Pagination ===== */
.KidsInformation-pager {
    margin: 42px auto 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.KidsInformation-pgArrow {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.KidsInformation-pg {
    min-width: 45px;
    height: 45px;
    padding: 0 10px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid #00ADEF;
    background: #fff;
    font-weight: 700;
    color: #3f3f46;
    box-shadow: var(--ChildernFile-shadow);
}
.KidsInformation-pg.KidsInformation-active {
    background: var(--ChildernFile-primary);
    color: #fff;
    border-color: var(--ChildernFile-primary);
}
.KidsInformation-pgImg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
    .KidsInformation-board {
        grid-template-columns: 1fr;
    }
    .KidsInformation-head { text-align: right; }
    .KidsInformation-rows .KidsInformation-row { justify-content: space-between; }
    .KidsInformation-ctrl { justify-content: flex-start; }
}


/* ===== Responsive Horizontal Scroll (No Column Wrapping) ===== */
@media (max-width: 980px) {
  .KidsInformation-board {
    display: grid;
    grid-template-columns:
      100px   /* الرقم */
      260px   /* الاسم */
      180px   /* العمر */
      200px   /* تاريخ الميلاد */
      200px   /* حقول إضافية */
      160px;  /* أزرار التحكم */
    gap: 12px;

    overflow-x: auto;               /* enable horizontal scroll */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
    padding-bottom: 8px;
  }

  /* Prevent text wrapping inside headers and rows */
  .KidsInformation-head,
  .KidsInformation-row {
    white-space: nowrap;
  }

  /* Keep header centered and readable */
  .KidsInformation-head {
    text-align: center;
  }

  /* Keep rows neat and compact */
  .KidsInformation-rows .KidsInformation-row {
    justify-content: center;
    min-height: 56px;
    padding: 12px;
  }

  /* Controls smaller to fit in their column */
  .KidsInformation-ctrl {
    gap: 8px;
  }

  .KidsInformation-pill {
    inline-size: 32px;
    block-size: 32px;
  }

  /* Pagination closer under the scroll */
  .KidsInformation-pager {
    margin: 20px auto 20px;
  }

  /* Optional: custom scrollbar styling */
  .KidsInformation-board::-webkit-scrollbar {
    height: 8px;
  }
  .KidsInformation-board::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 999px;
  }
  .KidsInformation-board::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
  }
}

/* === Add Button Style === */
.KidsInformation-form-div-button{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.KidsInformation-addButton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #00ADEF;
  color: #fff;
  border: none;
  border-radius: 28px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  direction: rtl;
}

.KidsInformation-addButton:hover {
  background-color: #0099d9;
  transform: translateY(-1px);
}

.KidsInformation-addIcon {
  width: 26px;
  height: 26px;
}

/* When toggled to “Hide” state */
.KidsInformation-addButton.active {
  background-color: #e74c3c;
}

.KidsInformation-addButton.active span {
  content: "إخفاء السجل";
}


.hero-crumbs a{
    color:#fff;
    text-decoration:none;
}

/* Pagination Wrapper */
.text-center nav {
    display: inline-block;
}

/* Pagination list */
ul.pagination {
    margin: 0;
    padding: 10px;
}

/* Numeric pagination buttons */
.pagination .NumericClass,
.pagination .nextPreviousButtonCSS {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    margin: 0 3px;
    text-decoration: none;
    color: #495057;
    transition: 0.3s ease;
    font-weight: 500;
}

/* Active Page Style */
.pagination .CurrentPageClass {
    background-color: #00adef;
    border-color: #00adef;
    color: #fff !important;
    border-radius: 50%;
    padding: 8px 14px;
    margin: 0 3px;
    cursor: default;
}

/* Hover effect */
.pagination .NumericClass:hover,
.pagination .nextPreviousButtonCSS:hover {
    background-color: #e9ecef;
    color: #00adef;
}

/* Arrows styling */
.pagination .pager-arrow {
    width: 35px;
    height: 35px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s ease;
    background-color: transparent;
    border: none;
    vertical-align: middle;
}

/* Left arrow */
.pagination .pager-prev {
    background-image: url('/App_Themes/ThemeAr/Images/arrow-right.png');
}

/* Right arrow */
.pagination .pager-next {
    background-image: url('/App_Themes/ThemeAr/Images/arrow-left.png');
}

/* Hover opacity effect */
.pagination .pager-arrow:hover {
    background-color: #e9ecef;
    opacity: 0.75;
}

/* Page text */
.page-item.text-center {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}


.blockview .item-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

    .blockview .item-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    }

/* IMAGE */
.blockview .media-img {
    width: 170px;
    height: 120px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

    .blockview .media-img img {
        width: 100%;
        height: 100%;
        transition: transform .45s ease;
    }

.blockview .item-card:hover img {
    transform: scale(1.1);
}

/* TEXT */
.blockview .card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #252525;
    margin-bottom: 10px !important;
}

.blockview .card-text {
    font-size: .96rem;
    color: #555;
    line-height: 1.55;
    margin-bottom: 8px !important;
}

/* CTA link */
.blockview .more-link {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: .95rem;
    color: #00ADEF;
    transition: color .3s ease;
    text-decoration: none;
}

    .blockview .more-link i {
        margin-inline-start: 8px;
        transition: transform .35s ease;
    }

    .blockview .more-link:hover {
        color: #00ADEF;
    }

        .blockview .more-link:hover i {
            transform: translateX(6px);
        }

/* RTL magic */
html[dir="rtl"] .more-link i {
    margin-inline-start: 0;
    margin-inline-end: 8px;
}

html[dir="rtl"] .more-link:hover i {
    transform: translateX(-6px);
}

/* Mobile */
@media(max-width: 768px) {
    .blockview .item-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .blockview .media-img {
        width: 100%;
        height: 180px;
    }
}

/* Modal overall */
.modal-content {
    width: 300px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
    font-family: Arial, sans-serif !important;
}

/* Header */
.modal-header {
    background-color: #00ADEF !important; /* main color */
    text-align: center !important;
    padding: 12px !important;
}

    .modal-header .bootstrap-dialog-title span {
        color: #ffffff !important;
        font-weight: bold !important;
        font-size: 16px !important;
    }

/* Body */
.modal-body {
    padding: 15px 10px !important;
    text-align: center !important;
    color: #333 !important;
    font-size: 14px !important;
}

/* Footer */
.modal-footer {
    background-color: #f9f9f9 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 12px !important;
}

/* Button */
.btn-blue {
    background-color: #00ADEF !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 6px 18px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
}

    .btn-blue:hover {
        background-color: #008ecf !important;
        transform: translateY(-2px);
    }

    .btn-blue:active {
        transform: translateY(0) !important;
    }

.addchild-popup2{
    width:85% !important;
}

.RadiobuttonList label {
    margin-right: 5px;
    margin-left: 5px;
}

.form-btn-div a{
    text-decoration:none;
}