/* Start Global Rules */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
      --main-color: #111;
    --sub-color: #f9bf29;
     --m-color: #ff9800;
     --backgrount:#f7f8f8;
}
a {
    text-decoration: none;
}
.text-logo {
    color: var(--sub-color);
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    background-color: #eff2f1;
}
.fade-out {
    opacity: 1;
    transition: opacity 1s ease-out;
}
.special-heading {
    color: #cfd0d1;
    font-size: 100px;
    text-align: center;
    font-weight: 800;
    letter-spacing: -3px;
    margin: 0;
}
.sub-menu {
    background-color: var(--sub-color);
}
.sub-menu a,
i,
.email {
    color: var(--main-color);
}
.special-heading + p {
    margin: -30px 0 0;
    font-size: 20px;
    text-align: center;
    color: #797979;
}
@media (max-width: 767px) {
    .special-heading {
        font-size: 60px;
    }
    .special-heading + p {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .footer-item {
        text-align: center;
        margin: 20px 0;
    }
    .row-item-center {
        justify-content: center;
    }
}
.back-to-top {
    color: #ffc107;
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.back-to-top svg {
    color: #ffff;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/* End Global Rules */

/* Navbar */
.img-logo {
    width: 70px;
    height: 70px;
}
.navbar {
    padding-top: 17px;
    padding-bottom: 17px;
}

.navbar {
    background-color: var(--main-color);
}
.top-bar {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0;
    width: 100%;padding: 2px 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.755);
}
.top-bar a {
    color: white;
    text-decoration: none;
}
.social-icons a {
    margin-left: 10px;
    color: white;
}
.social-icons a:hover {
    color: #ffc107;
}


.logo img {
    height: 50px;
}

.navbar-brand img {
    max-height: 50px; /* Adjust logo size */
}

.nav-link.active {
    color: #f1c40f !important; /* Highlight color on hover */
}
.nav-link:hover {
    color: #f1c40f !important; /* Highlight color on hover */
}
.lang-dropdown {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
}
.lang-dropdown i {
    margin-left: 4px;
}

/* Navbar */
/* .carousel .carousel-item {
    height: calc(100vh - 110px);
    position: relative;
  } */
.carousel .carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(34, 37, 44, 0.427) !important;
}
.carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-title {
    color: #f9bf29;
    font-weight: 900;
}

.carousel .carousel-caption {
    position: absolute;
    top: 55%;
    transform: translate(-10%, -50%);
    text-align: left;
    z-index: 10;
    text-align: left;
}
[dir="rtl"] .carousel .carousel-caption {
    position: absolute;
    top: 55%;
    transform: translate(10%, -50%);
    text-align: left;
    z-index: 10;
    text-align: left;
}
.carousel .carousel-caption h1,
.h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 54px;
    width: 75%;
    text-align: start;
}
.carousel .carousel-caption h1 span,
h2 span {
    color: var(--sub-color);
    font-weight: 900;
}
.color-span {
    color: var(--sub-color);
    font-weight: 900;
}
.carousel .carousel-caption p {
    font-weight: 700;
    width: 80%;
    font-size: 20px;
}
.carousel .carousel-caption h3 {
    font-weight: 500;
    width: 80%;
    font-size: 25px;
}
.carousel .carousel-caption h5 {
    font-weight: 700;
}
.carousel .carousel-caption h3 span {
    color: var(--sub-color);
    font-weight: 900;
}

@media (min-width: 768px) {
    [dir="rtl"] .carousel .carousel-caption h1,
     .h1 {
        font-size: 35px;text-align: right;width: 70%;
    }
    .carousel .carousel-caption h1,
    .h1 {
       font-size: 35px;text-align: left;width: 70%;
   }
    [dir="rtl"] .carousel .carousel-caption {

        left: auto;
         /* Move right instead of left */
    }
}
@media (max-width: 767px) {
    .carousel .carousel-caption {
        position: absolute;
        top: 50%;
        left: 50%; /* Add this to center horizontally */
        width: 80%;
        transform: translate(-50%, -50%); /* Fix centering */
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }
    [dir="rtl"] .carousel .carousel-caption {
        right: 50%;
        left: auto;
        transform: translate(50%, -50%); /* Move right instead of left */
    }
    .carousel .carousel-caption h1,
    .h1 {
        font-weight: 500;
        width: 100%;
        font-size: 25px;
        line-height: 40px;
        text-align: center;
    }
    .carousel .carousel-caption p {
        font-size: 16px; /* Adjust paragraph size */
    }
    .h1 {
        font-size: 20px;
    }
    .carousel .carousel-caption h3 {
        font-weight: 500;
        width: 80%;
        margin-bottom: 20px;
        font-size: 22px;
        text-align: center;
        margin: auto;
    }
    .carousel .carousel-caption p {
        font-weight: 400;
        font-size: 18px;
        width: 70%;
        text-align: center;
        margin-top: 40px;
        margin: auto;
    }
    .carousel .carousel-caption h5 {
        font-weight: 400;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .carousel .carousel-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%; /* Increase width for better text fit */
        transform: translate(-50%, -50%);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 10;

    }[dir="rtl"] .carousel .carousel-caption {
        right: 50%;
        left: auto;
        transform: translate(50%, -50%); /* Move right instead of left */
    }

    .carousel .carousel-caption h1,
    .h1 {
        font-weight: 600;
        width: 70%;
        font-size: 18px; /* Reduce font size */
        line-height: 38px;
        text-align: center;
    }

    .carousel .carousel-caption p {
        font-size: 14px; /* Reduce paragraph font size */
        line-height: 22px;
        max-width: 90%;
    }
    .carousel .carousel-caption h2 {
        font-weight: 500;
        width: 95%;
        padding: 0 10px;
        font-size: 30px;
    }
    .carousel .carousel-caption h3 {
        font-weight: 400;
        width: 90%;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .carousel .carousel-caption p {
        font-weight: 200;
        font-size: 14px;
        width: 70%;
        text-align: center;
        line-height: 1.3;
        margin-top: 20px;
        margin: auto;
    }
    .carousel .carousel-caption h5 {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }
}
/* hero */
/* about */
.why-choose-section {
    padding: 100px 0 40px 0;
    margin-top: 60px;
}
.why-choose-section .img-wrap {
    position: relative;
}
.why-choose-section .img-wrap:before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    background-image: url("../img/dots-yellow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(20%, -40%);
    -ms-transform: translate(20%, -40%);
    transform: translate(20%, -40%);
    z-index: -1;
}
.why-choose-section .img-wrap img {
    border-radius: 20px;
}

.feature {
    margin-bottom: 30px;
}
.feature .icon svg {
    font-size: 28px;
    font-weight: 700;
    color: var(--sub-color);
}
.feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.feature h3 {
    font-size: 20px;
    color: #2f2f2f;
    font-weight: 800;
}
.feature p,
.text-sub {
    font-size: 16px;
    line-height: 22px;
    color: #6a6a6a;
}
/* aboute */

/* product page*/
.page-header {
    height: 620px;
    background: linear-gradient(
            rgba(65, 83, 64, 0.324),
            rgba(46, 49, 67, 0.564)
        ),
        url("../img/aldivan-00.jpeg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* product page*/

/* product*/

.blog-section {
    padding: 10px 0 12rem 0;
}
.blog-section .post-entry a {
    text-decoration: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.563);
}
.blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .blog-section .post-entry .post-thumbnail {
        text-align: center;
        width: 100%;
    }
    .row-product-item {
        justify-content: center;
    }
}
.blog-section .post-entry .post-thumbnail img {
    border-radius: 20px;
    height: 400px;
    width: 100%;
    object-fit: cover;

    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.blog-section .post-entry .post-thumbnail img:hover {
    transform: scale(1.1);
}
.blog-section .post-entry .post-content-entry {
    padding-left: 5px;
    padding-right: 5px;
}

.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
    opacity: 0.7;
}
/* proudect*/
/* footer */
.footer-section {
    padding: 40px 0;
    background-color: var(--main-color) !important;
}
.footer-section .relative {
    position: relative;
}
.footer-section a {
    text-decoration: none;
    color: #eae2e2;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.footer-section a:hover {
    color: rgba(252, 251, 251, 0.878);
}
.footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px;
}
@media (min-width: 992px) {
    .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

.footer-section .subscription-form .form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
}
.footer-section .subscription-form .form-control::-moz-placeholder {
    font-size: 14px;
}
.footer-section .subscription-form .form-control:-ms-input-placeholder {
    font-size: 14px;
}
.footer-section .subscription-form .form-control:-moz-placeholder {
    font-size: 14px;
}
.text-p {
    color: #dce5e4;
    width: 40%;
}
.footer-section .subscription-form .btn {
    border-radius: 10px !important;
}
.footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0;
}
.footer-section .sofa-img img {
    max-width: 380px;
}
.footer-section .links-wrap {
    margin-top: 0px;
}
@media (min-width: 992px) {
    .footer-section .links-wrap {
        margin-top: 54px;
    }
}
.footer-section .links-wrap ul li {
    margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: var(--sub-color);
}
.footer-section .custom-social li {
    margin: 2px;
    display: inline-block;
}
.footer-section .custom-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #ffffff;
    color: var(--sub-color);
    border-radius: 50%;
}
.text-dir {
    direction: ltr;
}
.address {
    color: #f9bf29;
}
.footer-section .custom-social li a:hover {
    background: var(--sub-color);
    color: #ffffff;
}
.footer-section .border-top {
    border-color: #dce5e4;
}
.footer-section .border-top.copyright {
    font-size: 14px !important;
}

.untree_co-section {
    padding: 7rem 0;
}
.d-img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
}
.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.form-control::-webkit-input-placeholder {
    font-size: 14px;
}
.form-control::-moz-placeholder {
    font-size: 14px;
}
.form-control:-ms-input-placeholder {
    font-size: 14px;
}
.form-control:-moz-placeholder {
    font-size: 14px;
}

/* footer */

/*contact*/
.container-contact {
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.contact-header {
    text-align: center;
    margin-bottom: 30px;
}
.contact-header h1 {
    margin-bottom: 10px;
}
.contact-header p {
    font-size: 1.2rem;
    color: #555;
}
.contact-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.contact-info div {
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.contact-info div h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #444;
}
.contact-info div p {
    font-size: 1rem;
    color: #666;
}
.social-media {
    text-align: center;
    margin: 50px 0 !important;
}
.social-media a {
    margin: 0 15px;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f9bf29;
    color: #fff;
}
.social-media a:hover {
    background: #0056a4;
}
.social-media a i {
    font-size: 1.5rem;
}
.map {
    margin: 30px 0;
    text-align: center;
}
.map iframe {
    border: 0;
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .contact-info div {
        flex: 1 1 100%;
    }
}

/*contact*/

/* about */
.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f4f4f4, #ffffff);
}
.about-illustration img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.about-illustration img:hover {
    transform: scale(1.05);
}
.about-content {
    text-align: left;
}
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.sub-special-heading {
    display: block;
    font-size: 1.9rem;
    color: var(--sub-color);
    font-weight: 900;
    margin-bottom: 10px;
}
.about-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}
.about-content p {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .about-section {
        padding: 50px 20px;
    }
    .section-title {
        font-size: 2rem;
    }
}
/* about */

/* catalog */

.card-header {
    background-color: var(--sub-color) !important;
}

/* Hover effect for the button */
.hover-btn:hover {
    background-color: var(--sub-color);
    color: #fff;
    transition: all 0.3s ease;
}

/* Card shadow on hover */
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Adding spacing and style to the title */
.text-uppercase {
    letter-spacing: 2px;
}

/* catalog*/

/* product */
/* Heading styling */
.product-text {
  /*  width: 460px;*/
    margin-top: 50px;
    margin: auto;
    font-family: "Arial", sans-serif; /* Modern sans-serif font */
    font-size: 3rem; /* Larger size for better visibility */
    color: #8e8989; /* Dark text for a professional look */
    text-transform: uppercase; /* Uppercase text for a bold feel */
    letter-spacing: 2px; /* Increased letter spacing for readability */
    position: relative; /* For positioning the underline effect */
    font-weight: 900; /* Bold text */
    padding-bottom: 10px; /* Space for the underline */
}

/* Hover effect: Expand underline */
.product-text:hover::after {
    width: 100%; /* Full width when hovering */
}

/* Add subtle shadow to the text */

/* Additional responsive text size */
@media (max-width: 767px) {
    .product-text {
        font-size: 1.5rem; /* Smaller size on mobile for better fit */
    }
}
.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card image styling */
.card-img-top {
    height: 200px;
    object-fit: cover;
}

.product-title {
    font-size: 2.5rem;
}

.product-description {
    font-size: 1.2rem;
    line-height: 1.8;
}

.btn-outline-warning {
    border-color: #ffcc00;
    color: #ffcc00;
}

.btn-outline-warning:hover {
    background-color: #ffcc00;
    color: white;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 400;
}

.hover-shadow:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-title {
    font-weight: bold;
    font-size: 18px;
}
.product-subtitle {
    font-size: 16px;
    color: #555;
}
.table-container {
    margin-top: 10px;
    border-collapse: collapse;
    
}
.table-container th,
.table-container td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}
.table-header {
    background-color: #666;
    color: white;
    font-weight: bold;
}
.table-header span {
    color: white;
}
.product-table {
    margin-top: 70px;
    overflow: hidden;

}
.product-table .carousel-item{
height: 430px;
}
.product-table img{

width: 100%;
height: 100%;
}
/* product */

/* الخلفية المشتركة */
.header-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* كرسول الصور */
.main-carousel {
    height: 100%;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

/* الشريط العلوي
.top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.457);


    color: white;
} */

/* شريط التنقل */
.navbar {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 99;
    background: transparent !important;
}

.navbar-brand {
    font-size: 32px;
    font-weight: bold;
    color: white !important;
}

.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 20px;
    transition: all 0.3s;
    font-weight: 900;
}

.nav-link:hover {
    color: #ffd700 !important;
}

/* محتوى الشرائح */
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* مؤشرات الكرسول */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.carousel-item img {
    height: 100vh; /* Make images cover full height */
    object-fit: cover; /* Prevent stretching */
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 50vh; /* Reduce height on smaller screens */
    }
}
@media (max-width: 992px) {
#mainNav.show .nav-item {
    background-color: rgba(0, 0, 0, 0.755); /* Light gray background */
    border-radius: 5px;
    padding: 5px;
    transition: 0.5s ease;
}
#mainNav{
    text-align: center;
}
/* Change link color for visibility */
#mainNav.show .nav-link {
    color: white !important;
}
#mainNav.show .nav-link:hover {
    color: #f1c40f !important;
}
#mainNav.show .nav-link.active {
    color: #f1c40f !important; /* Highlight color on hover */
}
.navbar-toggler{
border-color: #fff;

}
}



.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.whatsapp-button img {
    width: 40px;
    height: 40px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}


  .table-container {
           
            overflow-x: auto; /* Enables horizontal scrolling */
        }

        table {
            width: 100%;
            border-collapse: collapse;
            min-width: 600px; /* Ensures it doesn't break on small screens */
        }

        th, td {
            border: 1px solid #000;
            padding: 10px;
            text-align: center;
        }

        th {
            background-color: #f4f4f4;
        }

        /* Make table scrollable on small screens */
        @media (max-width: 768px) {
            th, td {
                font-size: 14px;
                padding: 8px;
            }
        }
/****************** news ************************************/
html[dir="rtl"] .owl-carousel {
    direction: rtl;
}
html[dir="rtl"] .events-section {
    text-align: right;
}
.events-section {
    background-color: #fff; /* Light background for contrast */
    padding: 80px 0; /* Padding for top and bottom */
}
.events-section .item{
    background-color: #fff !important;
}
.events-section h2 {
    font-size: 2.5rem;
    color: #34495e; /* Dark navy color */
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.event-card {
    background: var(--backgrount); /* White card background */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Hide overflow */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.168); /* Shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    padding: 20px; /* Internal padding */
    display: flex; /* Enable flex */
    flex-direction: column; /* Align items vertically */
    height: 100%; /* Full height */
}

.event-content {
    display: flex; /* Flexbox for content */
    flex-direction: column; /* Stack content vertically */
    flex-grow: 1; /* Make sure it grows to fill the space */
    justify-content: space-between; /* Space items evenly */
}

.event-card img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Rounded corners for images */
   
}

.event-title {
    font-size: 1.5rem; /* Larger font for titles */
    color: #4d7793; /* Primary color for titles */
    margin: 15px 0 5px; /* Margin around title */
}

.event-date {
    font-size: 1rem; /* Date font size */
    color: var(--m-color); /* Grey color for date */
    margin-bottom: 10px; /* Space below date */
}

.event-description {
    font-size: 0.9rem; /* Description font size */
    color: #34495e; /* Dark navy for description */
}

/* Hover effects */
.event-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); /* Stronger shadow */
}

/* Owl Carousel Customization */
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #2980b9; /* Blue dot */
    border-radius: 50%;
    transition: background 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #1abc9c; /* Active state is teal */
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    background-color: #2980b9; /* Blue background */
    color: white;
    border-radius: 50%;
    padding: 5px 15px;
    margin: 5px;
    transition: background-color 0.3s ease;
    font-size: 20px;
}

.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background-color: #1abc9c; /* Change to teal on hover */
}


/****************** news ************************************/





  .event-video {
        width: 100%;
        height: 100%; /* Adjust based on your needs */
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    /* Optional: Add hover effect */
    .event-video:hover {
        transform: scale(1.02);
        transition: transform 0.3s ease;
    }