@font-face {
    font-family: 'aafbold';
    src: url('abold.woff');
}

@font-face {
    font-family: 'aafnormal';
    src: url('anormal.woff');
}

body {
    background: #cccccc url("/storage/images/headerbg.png") repeat-x center top !important;
    text-align: right;
}

.meo {

    background: url("/storage/images/pattern.png") no-repeat left top;
}

header {
    /* background: linear-gradient(to bottom, #0088a9, #6ac0d2); */
    padding-bottom: 10px;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: aafbold;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    flex-wrap: wrap;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-logo {
    height: 60px;
}

.site-text h1 {
    font-size: 18px;
    margin: 0;
}

.site-text p {
    font-size: 12px;
    margin: 0;
    color: #eaeaea;
}

.right-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.lang-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icons a {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.lang-btn {
    background: orange;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: white;
    font-weight: bold;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-box input {
    padding: 6px;
    width: 220px;
    border-radius: 6px;
    border: none;
}

.search-btn {
    background: orange;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.search-label {
    font-size: 12px;
    color: white;
}

.mini-slider__box {
    width: 265px;
    height: 90px;
    margin: 0 auto;
    border-radius: 5px;
    -o-box-shadow: inset 0 0 10px 5px #fff;
    -webkit-box-shadow: inset 0 0 10px 5px #fff;
    box-shadow: inset 0 0 10px 5px #fff;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), color-stop(50%, #fff), color-stop(51%, #efefef), to(#f8f8f8));
    background: -o-linear-gradient(top, #f1f1f1 0%, #fff 50%, #efefef 51%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #fff 50%, #efefef 51%, #f8f8f8 100%);
    color: #666666;
    text-align: center;
    padding: 50px 20px 0;
    position: relative;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}





body {
    font-family: aafnormal;
    margin: 0;
    background: #cccccc;
    direction: rtl;
    /* background: url('../images/pattern.png') repeat-x center top; */
    background-color: #f0f0f0;
    direction: rtl;
}

/* === HEADER SECTION === */
header {
    /* background: linear-gradient(to bottom, #006f8b, #93cfdb); */
    color: white;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}

.lang-btn {
    background: orange;
    border: none;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social a {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.search-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 30px;
    gap: 10px;
}

.search-bar input {
    padding: 5px;
    width: 200px;
    border-radius: 6px;
    border: none;
}

.search-bar button {
    background: orange;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
}

nav {
    background: transparent;
    padding: 10px 0;
}

/* === SLIDER SECTION === */
.kc-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #e9ecef;
}

.kc-horizon {
    display: flex;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}

.kc-item {
    flex: 0 0 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: opacity 0.5s ease;
}

.kc-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}

.home-article__info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.home-article__info .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 8px;
}

.date-cat__cat {
    font-size: 14px;
    background: #000;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 3px;
    display: inline-block;
}

.date-cat__date {
    font-size: 13px;
    color: #ccc;
}


.home-article__info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.date-cat__cat {
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: bold;
}

.title a {
    color: white;
    text-decoration: none;
}

.owl-carousel .item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


h2.section-title {
    display: inline-block;
    background: linear-gradient(to right, #40d9ff, #007c91);
    color: white;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 22px;
    box-shadow: inset -5px -5px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
}

.section-wrapper {
    padding: 50px 0;
}

.owl-carousel .item {
    background: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.owl-carousel .item img {
    height: 240px;
    border-radius: 5px;
}

.owl-carousel .item h5 {
    margin-top: 10px;
    font-weight: bold;
}

.owl-carousel .item p {
    margin: 5px 0;
}

.owl-carousel .item p:last-child {
    color: #cc9900;
}

.owl-nav button {
    background: none;
    border: none;
    font-size: 30px;
    color: #999;
    margin: 0 10px;
}

.owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: inherit;
}

/* زر القائمة للهاتف */
.menu-toggle {
    display: none;
    background-color: #33333300;
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
}

/* القائمة الرئيسية */
nav {
    background-color: #2c3e5000;
}

nav ul.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

nav ul.main-menu>li {
    position: relative;
}

nav ul.main-menu>li>a,
nav ul.main-menu>li {
    /* display: block; */
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    /* border-bottom: 1px solid #eeeeee69; */
}

nav ul.main-menu>li:hover {
    background-color: #1a252f;
    border-radius: 5px;
}

/* القوائم الفرعية */
nav ul li ul {
    display: none;
    position: absolute;
    background-color: #34495e;
    min-width: 200px;
    z-index: 999;
    top: 100%;
    right: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

nav ul li:hover>ul {
    display: block;
}

nav ul li ul li {
    position: relative;
}

nav ul li ul li a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff6b;
}

nav ul li ul li:hover {
    background-color: #2c3e50;
}

/* القوائم الفرعية المتداخلة */
nav ul li ul li ul {
    right: 100%;
    top: 0;
}

/* مظهر الهاتف */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    nav ul.main-menu {
        display: none;
        flex-direction: column;
    }

    nav ul.main-menu.active {
        display: flex;
    }

    nav ul li ul {
        position: static;
    }

    nav ul li:hover>ul {
        display: none;
    }

    nav ul li.has-submenu>a::after {
        content: " ▼";
        font-size: 12px;
    }

    nav ul li.has-submenu.open>ul {
        display: block;
    }
}

li .has-submenu {
    background-color: #1a252f;
    padding: 5px;
    position: relative;
}

li .has-submenu::before {
    content: "◂";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
}


main {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .main-menu {
        background-color: #2c3e5000;
    }

    .main-menu li {
        padding: 10px 5px;
    }


}

@media screen and (max-width: 480px) {
    .main-menu li {
        background: #091654;
        padding: 15px 5px;

    }

    .main-menu li.has-submenu::before {
        content: "▶";
        margin-right: 5px;
        color: #fff;
        font-size: 14px;

    }

    .main-menu li.has-submenu.open li {
        background-color: #ccf7ff00;
    }

    nav ul li ul li a {
        padding: 0px 15px;
        display: block;
        color: #fff;
        text-decoration: none;
    }
}

.boxheader {
    background: #83c7d4;
    background: -webkit-gradient(linear, left top, left bottom, from(#83c7d4), to(#0994ae));
    background: -o-linear-gradient(top, #83c7d4 0%, #0994ae 100%);
    background: linear-gradient(to bottom, #83c7d4 0%, #0994ae 100%);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 4;
    height: 30px;
    color: #fff;
    padding: 5px 20px;

}

.section-title {
    position: relative;
}

.section-title:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 70%;
    margin-top: -3px;
    left: -100%;
    background: linear-gradient(270deg, #3cd3f8, transparent);
}

.section-title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 30%;
    margin-top: 1px;
    left: 100%;
    background: linear-gradient(45deg, #007c91, transparent);
}

.news-slider .item {
    text-align: center;
    padding: 15px;
}

.news-slider .item img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.news-slider .item h3 {
    font-size: 16px;
    color: #333;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

a:hover h4 span {
    width: 100%;
}

a:hover span:last-child {
    opacity: 1;
    left: 100%;
}

/* ooo */



.header {
    margin-bottom: 40px;
    animation: fadeInDown 1s ease-out;
}

.header h1 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgba(0, 247, 255, 0.5);
    background: linear-gradient(90deg, #00d2ff, #3a7bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header p {
    color: #e0e0e0;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 500px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7);
    perspective: 1000px;
    animation: scaleUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(0.85);
    transition: all 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 20px;
    overflow: hidden;
    filter: brightness(0.8);
}

.slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
    filter: brightness(1);
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    color: white;
    transform: translateY(100px);
    transition: transform 0.8s ease 0.3s;
    text-align: right;
}

.slide.active .slide-content {
    transform: translateY(0);
}

.slide-content h5 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
}

.slide-content .badge {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: normal;
    padding: 8px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.slide-content .date {
    font-size: 0.9rem;
    opacity: 0.8;
    display: block;
    margin-bottom: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    animation: fadeInUp 1s ease-out 0.5s;
}

.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.dot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00d2ff, #3a7bd5);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.dot.active {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(0, 247, 255, 0.7);
}

.dot.active:before {
    transform: scale(1);
}

.timer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #00d2ff, #3a7bd5);
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 20;
}

.timer-bar.active {
    animation: timer 5s linear forwards;
}

.slide-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 20;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.auto-play-indicator {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #00f7ff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 20;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 247, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes timer {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    .slider-container {
        height: 400px;
    }

    .header h1 {
        font-size: 2.2rem;
    }

    .slide-content {
        padding: 20px;
    }

    .slide-content h5 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 300px;
    }

    .header h1 {
        font-size: 1.8rem;
    }

    .slide-content h5 {
        font-size: 1.2rem;
    }

    .slide-content .badge {
        padding: 5px 10px;
        font-size: 0.8rem;
    }

    .slide-content .date {
        font-size: 0.8rem;
    }

    .slide-counter,
    .auto-play-indicator {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 8px;
}

.dot {
    width: 18px;
    height: 4px;
    border-radius: 2px;
    background: #e0e0e0;
    transition: background 0.3s, width 0.3s;
    opacity: 0.5;
}

.dot.active {
    background: #343a40;
    width: 32px;
    opacity: 1;
}

.most-viewed-box {
    box-shadow: 1px 1px 4px 0px rgb(127 127 127 / 38%);
    border-radius: 12px;
    background: #ffffff96;
}

.most-viewed-list {
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.most-viewed-item {
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}

.most-viewed-item:hover,
.most-viewed-item.active {
    background: #f5f5f5;
    transform: scale(1.03);
}

.most-viewed-link {
    transition: color 0.3s;
}

.most-viewed-link:hover {
    color: #007bff;
}

/* Animation for auto highlight */
@keyframes highlight {
    0% {
        background: #fff;
    }

    10% {
        background: #c2c2c2;
    }

    90% {
        background: #9d9d9d;
    }

    100% {
        background: #fff;
    }
}

.most-viewed-item.auto-highlight {
    animation: highlight 2s;
}

.adv-img-flash {
    position: relative;
    overflow: hidden;
    animation: adv-flash 5s infinite;
}

@keyframes adv-flash {

    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.25) saturate(1.1);
    }
}

.adv-img-flash .adv-overlay {
    pointer-events: none;
}

.adv-title h5 {
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 0.25em 1em;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}


.box {
    background: linear-gradient(0deg, #deefff 20%, #fff 50%, #ffffff);
    border-radius: 10px;
    padding: 6px;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.box h5 {
    background-color: #00000070;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    font-size: 1.2rem;
}

.yellow-box {
    background-color: #f0b400;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.main-title {
    background-color: #0d8da3;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 60px 10px;
    border-radius: 10px;
    height: 100%;
}

.item-date {
    background-color: #10a0a2;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 0.8rem;
}

.more-btn {
    display: block;
    margin: 15px auto 0;
}

.news-title {
    font-size: 0.95rem;
    margin: 5px 0;
}

footer hr {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #4d4d4d;
    margin: 15px 0 10px;
}

.title {
    background: linear-gradient(360deg, #eee 20%, #fff 80%, #7ac3ee00);
    /* background-size: 25px, 1px; */
    /* background-position: 8px, 0px; */
    /* background-repeat: no-repeat, repeat-x; */
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 27%) !important;
    color: var(--bs-breadcrumb-item-active-color);
}

.title a {
    color: var(--bs-breadcrumb-item-active-color);
}

.title-header {
    background: linear-gradient(190deg, #396d6e, #00cfd5) !important;
    box-shadow: 0 4px 4px 0px rgb(0 0 0 / 27%) !important;
    color: var(--bs-breadcrumb-item-active-color);
    z-index: 5;
}

.related-news-card {
    box-shadow: 0 4px 18px rgba(6, 108, 100, 0.08), 0 1.5px 6px rgba(0, 0, 0, 0.03);
}

.related-news-item:hover {
    background: #f2fdfa;
}

.related-link:hover {
    color: #066c64 !important;
    text-decoration: underline;
}

.related-news-card .card-header {
    font-size: 1.15rem;
    letter-spacing: 0.5px;
}

.dashboard-header {
    background: linear-gradient(90deg, #4e73df 0%, #1cc88a 100%);
    color: #fff;
    border-radius: 12px;
    padding: 32px 24px 24px 24px;
    margin-bottom: 32px;
    box-shadow: 0 4px 24px rgba(78, 115, 223, 0.08);
    text-align: center;
}

.dashboard-header i {
    font-size: 2.5rem;
    margin-left: 12px;
}

.dashboard-card {
    border: none;
    border-radius: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 16px rgba(44, 62, 80, 0.07);
    background: #fff;
    margin-bottom: 24px;
}

.dashboard-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.13);
}

.dashboard-card .card-title {
    font-weight: bold;
    color: #4e73df;
    margin-bottom: 18px;
}

.dashboard-card ul li {
    margin-bottom: 12px;
}

.dashboard-card a {
    color: #1cc88a;
    font-weight: 500;
    transition: color 0.2s;
    text-decoration: none;
}

.dashboard-card a:hover {
    color: #13855c;
    text-decoration: underline;
}

.dashboard-card i {
    margin-left: 8px;
    color: #4e73df;
}

@media (max-width: 767px) {
    .dashboard-header {
        padding: 20px 10px 16px 10px;
        font-size: 1.1rem;
    }
}

.custom-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 32px 28px;
    max-width: 600px;
    margin: 40px auto;
}

.custom-card h2 {
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 28px;
}

.form-label {
    font-weight: 500;
    color: #374151;
}

.form-control,
.form-select {
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 2px #bae6fd;
}

.btn-success {
    background: linear-gradient(90deg, #38bdf8 0%, #0ea5e9 100%);
    border: none;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 32px;
}

.form-check-label {
    color: #2563eb;
    font-weight: 500;
}

.alert {
    border-radius: 10px;
}

.cardbook {
    width: 100%;
    background-color: #ffffff;
    margin: 100px auto;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 60px;
    position: relative;
    background: linear-gradient(180deg, #ffffff 50%, #dadada);
    height: 118px;
}

.cardbook::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/storage/images/arches.png);
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: 8;


}

.icon-container {
    position: absolute;
    top: -77%;
    left: 37%;
    border-radius: 10px;
    padding: 0px;
    width: 92px;
    z-index: 1;
    /* border: 7px solid #ffffff; */
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 50%);
    height: 115px;
}

.icon-container img {
    width: 100%;
    background-size: cover;
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.icon-container img::after {
    content: "";
    background: #000;
    z-index: 333
}

.cardbook-text {
    font-size: 18px;
    color: #444;
    padding: 20px 0;
    background: linear-gradient(360deg, #c9c9c9, transparent);
}

hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #000000 0%, #000000 50%, #000000 100%);
    box-shadow: inset 0 4px 6px 0px rgba(245, 197, 24, 0.15), 0 1.5px 0 #fff inset;
}

.btn-more {
    padding: 10px;
    background: #ffffff;
    color: #080808;
    position: absolute;
    bottom: -20px;
    right: 71%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    align-items: center;
    display: flex;
    transition: 0.2s ease;
    border: 3px #10a0a2 solid;
    font-size: 14px;
}

.btn-more:hover {
    bottom: -18px;
}

@media (max-width: 768px) {
    .title {
        background: #fff !important;
    }

    .social-icons {
        display: none !important;
    }
}

.custom-slider-card {
    height: 320px;
    min-width: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
    transition: box-shadow 0.3s;
}

.custom-slider-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(.4, 2, .3, 1);
    z-index: 0;
}

.custom-slider-card:hover .custom-slider-card-bg {
    transform: scale(1.12);
}

.custom-slider-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.custom-slider-card-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    padding: 0 1rem 0 1rem;
    z-index: 3;

}

.section-title {
    position: relative;
    background: linear-gradient(180deg, #f6f6f6 80%, #18edf547 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10), 0 2px 8px #064d66;
    font-size: 1.5rem;
    color: #222;
     
    transition: 0.4s ease;
    overflow: hidden;
}

.section-title:hover  {
   background: linear-gradient(180deg, #f6f6f6 40%, #18edf547 90%);
   box-shadow: -1px 7px 0px 0px rgba(0, 0, 0, 0.10), 0 2px 5px 0px #064d66;
}