@import url("https://fonts.googleapis.com/css?family=Cairo:400,500,700,800&display=swap&subset=arabic");

@font-face {
    font-family: "hexa";
    src: url("../../fonts/Nexa Light.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Frut";
    src: url("../../fonts/ElMessiri-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Cairo", sans-serif;
    padding: 0px;
    overflow-x: hidden;
    background: #efefef;
    font-size: 16px;
}

.btn-primary {
    background: #134b8f;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
}

.btn-primary.sm {
    padding: 8px 15px;
    font-size: 14px;
}

.btn-primary:hover {
    background: #007653;
}

.btn-primary.btn-primary-black {
    background: #000;
}

.btn-secondary {
    background: #007653;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    border: 2px solid #007653;
}

.btn-secondary.sm {
    padding: 8px 15px;
    font-size: 14px;
}

.btn-secondary:hover {
    background: #134b8f;
    border: 2px solid #134b8f;
}

.btn-outline {
    background: transparent;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    padding: 10px 25px;
    border-radius: 4px;
}

.btn-outline:hover {
    background: #007653;
    color: #fff;
}

.btn-outline-white {
    background: transparent;
    border: 2px solid #EFEFEF;
    color: #EFEFEF;
    padding: 10px 25px;
    border-radius: 4px;
}

.btn-outline-white:hover {
    background: #007653;
    color: #fff;
    border: 2px solid #007653;
}


.swiper-button-next {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    left: 18% !important;
    right: auto !important;
}

.swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    left: 22% !important;
    right: auto !important;
}

.swiper-button-next:hover {
    background: #007653;
    color: #fff !important;
}

.swiper-button-prev:hover {
    background: #007653;
    color: #fff !important;
}

.swiper-button-next::after {
    font-size: 18px;
    color: #000;
}

.swiper-button-prev::after {
    font-size: 18px;
    color: #000;
}


.color-secodary {
    color: #007653;
}

/* header */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    text-align: start !important;
    min-width: 14rem;
}

/* Add down arrow only to items with child menus */
.dropdown-submenu > .dropdown-item::after {
    content: "\f104"; /* FontAwesome right arrow for submenus */
    font: var(--fa-font-solid);
    float: left;
    margin-left: 8px;
    font-size: 13px;
    margin-top: 7px;
}

/* Add down arrow for top-level dropdowns with child menus */
.nav-item.dropdown > .nav-link::after {
    content: "\f104"; /* FontAwesome down arrow for main dropdown */
    font: var(--fa-font-solid);
    float: left;
    margin-right: 8px;
    border: none;
    margin-top: 7px;
    font-size: 12px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #134b8f;
    color: #fff;
    border-radius: 5px;
}

.nav-item .fast-access {
    color: #fff !important;
    background: #007653 !important;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 5px;
}
    .nav-item .fast-access:focus,
    .nav-item .fast-access:hover {
        color: #fff !important;
        background: #134b8f !important;
        border-radius: 5px;
        font-weight: bold;
        text-decoration: none;
    }

/*.nav-item .fast-access {
    color: #007653 !important;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    background: #f5f5f5;

}
    .nav-item .fast-access:focus,
    .nav-item .fast-access:hover {
        background: #134b8f !important;
        border-radius: 5px;
        color: #fff !important;
        font-weight: bold;
        text-decoration: none;
    }*/

/* header */
.logo {
    max-width: 100px;
}

.logo img {
    max-width: 100%;
}

.lang-select {
    min-width: 60px;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.main-slider {
    height: calc(100vh - 90px);
    position: relative;
}

.curved-div {
    width: 60%; /* Set the desired width */
    height: 100%; /* Set the desired height */
    /*background: url(../img/layer.jpeg) no-repeat left center;*/
    /*background-size: cover;*/
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.curved-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 0.6 opacity black */
    background-size: cover;
    clip-path: initial;
}

.home-page-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%; /* Or set a specific height */
    transform: translate(-50%, -50%);
    font-size: 40px; /* Adjust size as needed */
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s ease; /* Smooth transition for the bounce effect */
}

.home-page-video:hover {
    transform: translate(-50%, -50%) scale(1.2); /* Bounce effect on hover */
    color: #f5f5f5;
}

.home-page-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px; /* Adjust size as needed */
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s ease; /* Smooth transition for the bounce effect */
    z-index: 55;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.2); /* Bounce effect on hover */
    color: #f5f5f5;
}

.play-button-mb {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    font-size: 40px; /* Adjust size as needed */
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s ease; /* Smooth transition for the bounce effect */
}


.about {
    /*min-height: 100vh;*/
    padding: 200px 0;
}

.about .history-taps {
    width: fit-content;
    background: #dedede;
    border-radius: 23px;
}

.about .history-taps .nav-link {
    padding: 13px 20px;
    min-width: 150px;
    color: #000000;
    transition: none;
}

.about .history-taps .nav-link.active {
    border-radius: 23px;
    background: #007653;
    color: #fff;
}

.about .tab-pane p {
    line-height: 2rem;
    font-size: 1rem;
}

.history-taps {
    width: fit-content;
    background: #dedede;
    border-radius: 23px;
}

.history-taps .nav-link {
    padding: 13px 20px;
    min-width: 150px;
    color: #000000;
    transition: none;
}

.history-taps .nav-link.active {
    border-radius: 23px;
    background: #007653;
    color: #fff;
}

.tab-pane p {
    line-height: 32px;
    font-size: 17px;
}

.about-box {
    position: relative;
}

.about-box img {
    width: 100%;
}

.about-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 0.6 opacity black */
    background-size: cover;
}

.services-icon {
    width: 85px;
    height: 85px;
    background: url(../img/icon.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-icon i {
    color: #fff;
}

.services-container {
    position: relative;
    padding: 30px 5px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
    margin-right: 30px;
    margin-left: 30px;
}

.services-container:hover {
    background-color: rgba(19, 75, 143, 0.9); /* Petroleum Blue with 80% opacity */
    transform: translateY(-5px); /* Slightly lifts the div */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8); /* Soft shadow for depth */
}

.services-container:hover h3,
.services-container:hover p,
.services-container:hover a {
    color: #F0F0F0; /* Light Gray text */
}

.services-container:hover::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    width: 200px; /* Adjust size as needed */
    height: 200px;
    background-image: url('/img/pigeon.png'); /* Ensure correct path */
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2; /* Ensure visibility */
    transition: opacity 0.1s ease;
    pointer-events: none; /* Prevent interfering with clicks */
}

.services-container p {
    line-height: 30px;
    text-align: center;
    font-size: 1rem;
    min-height: 100px;
}

.cements {
    background: url(../img/layer.jpeg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}

.cements::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 75, 143, 0.9);
    background-size: cover;
}

.cements.light-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-size: cover;
}

.cements .main-content h1 {
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.cements .main-content h5 {
    color: #f5f5f5;
}

.cements.light-bg .main-content h1 {
    color: #00131B;
}


.cements .main-content p {
    color: #DEDEDE;
    font-size: 1rem;
    margin-bottom: 30px
}

.cements.light-bg .main-content p, .cements.light-bg .main-content h5 {
    color: #00131B;
}

.org-arch {
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
    position: relative;
    padding: 60px 0;
}

.org-arch.light-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.org-arch img {
    max-width: 100%
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
html[dir="ltr"] .swiper-slide .row {
    flex-direction: row-reverse;
}

.swiper-slide .main-content {
    text-align: start;
}
html[dir="ltr"] .swiper-slide .main-content {
    text-align: end;
}
.swiper-slide img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-folder {
    background: rgb(222, 222, 222);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 400px; /* Set a fixed height */
}

.gallery-folder img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}

.news-box {
    background: rgb(222, 222, 222);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 400px; /* Set a fixed height */
}

.news-box .news-img {
    height: 200px;
}

.news-box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 100%;
    object-fit: fill;
}

/*.news-box .news-content {
        padding: 20px 15px;
    }

        .news-box .news-content h4 {
            font-size: 20px;
            font-weight: bold;
        }

        .news-box .news-content p {
            font-size: 16px;
        }*/

.news-content {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.news-content p {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}

.news-content a {
    align-self: start;
}


.gallery-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.newsLetter {
    background: url(../img/layer.jpeg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}

.newsLetter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 75, 143, 0.9);
    background-size: cover;
}

.newsLetter h2 {
    color: rgba(222, 222, 255, 0.8705882353);
}

.newsLetter .input-group {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.newsLetter .input-group button {
    border-radius: 10px !important;
    min-width: 100px;
}

.newsLetter .input-group input {
    background: transparent;
    border: none;
    color: #dedede;
}

.newsLetter .input-group input::placeholder {
    color: #dedede;
}

.newsLetter .input-group input:focus {
    box-shadow: none;
}

.footer {
    background: #00131B;
}

.footer .footer-menu li {
    color: #fff;
    margin-bottom: 10px;
}

.footer .footer-menu h4 {
    color: #007653;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .footer-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.footer .footer-menu a:hover {
    color: #007653;
}

.social-list li a {
    background: #01415D;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-list li a:hover {
    background: #007653;
}

.language-picker {
    color: #1a1a1a;
    text-decoration: none;
}


.language-picker:hover {
    color: #007653;
}

.copyright {
    background: #007653;
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright li {
    display: inline;
    padding: 5px;
}

.copyright a:hover {
    color: #00131B;
}


.photo-gallary {
    display: flex;
    gap: 20px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33%;
}

.photo img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/*innerPage*/
.page img {
    max-width: 100%;
}

.cements-content p {
    line-height: 35px;
}

@media (max-width: 768px) {
    .photo-gallary {
        flex-direction: column;
    }
}

/*# sourceMappingURL=style.css.map */


/*Button Icons*/
.view-btn {
    background: url("../img/icons/view.png") no-repeat left center;
}

.view-btn:hover {
    background: url("../img/icons/viewH.png") no-repeat left center;
}

.download-btn {
    background: url("../img/icons/download-icon.png") no-repeat left center;
}

.download-btn:hover {
    background: url("../img/icons/download-icon-H.png") no-repeat left center;
}

/*news*/
.news-card {
    display: block;
    text-decoration: none;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    transition: all 300ms;
}

.news-card:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

.card-container {
    position: relative;
    height: 400px;
}

.card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 300ms;
}

.news-card:hover .card-image {
    transform: scale(1.05);
}

.card-container .gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
}

.card-container .content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
}

.card-container .content .title {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: color 300ms;
}

.card-container .content time {
    color: rgb(137, 144, 158);
    font-size: 0.875rem;
}

.news-card:hover .title {
    /*color: #0f5132;*/
    color: #007653;
}

.card-container .content .description {
    color: rgb(229 231 235);
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-container .content .arrow {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem;
    border-radius: 9999px;
    opacity: 0;
    transition: opacity 300ms;
}

.news-card:hover .arrow {
    opacity: 1;
}

.card-container .content .arrow svg {
    color: rgb(55 65 81);
}


/*newsDetaisl*/

/* Article Styles */
.article {
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 4rem;
}

.article-header {
    padding: 2rem 2rem 1.5rem;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.dot {
    color: rgb(156 163 175);
}

.tag {
    display: inline-block;
    background-color: rgb(219 234 254);
    color: rgb(30 64 175);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.read-time, time {
    color: rgb(107 114 128);
    font-size: 0.875rem;
}

.article-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: rgb(17 24 39);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.article-excerpt {
    font-size: 1.125rem;
    color: rgb(75 85 99);
    line-height: 1.6;
}

.article-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.article-content {
    padding: 2rem;
}

.article-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(17 24 39);
    margin: 2rem 0 1rem;
}


/* Pagination Styles */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 1rem;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    color: rgb(55 65 81);
    text-decoration: none;
    transition: all 200ms;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.pagination-item.disabled {
    pointer-events: none;
    color: lightgray;
}

.pagination-item:hover {
    background-color: rgb(243 244 246);
    color: #0f5132;
}

.pagination-item.active {
    background-color: #0f5132;
    color: white;
}

.pagination-item:focus {
    outline: 2px solid #0f5132;
    outline-offset: 2px;
}

.pagination-dots {
    color: rgb(107 114 128);
    padding: 0 0.5rem;
}


.cards {
    background-color: #dbdbdb;
}

.executive-card {
    border: 2px solid transparent !important; /* Transparent border by default */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; /* Smooth transition for transform, shadow, and border */
}

.executive-card:hover {
    transform: translateY(-5px); /* Lift the card up */
    box-shadow: 0 6px 12px -1px rgb(0 0 0 / 0.2); /* Enhance shadow for a "lifting" effect */
    border-color: #007653 !important; /* Change border color on hover */
}

.executive-card img {
    max-height: 330px;
    width: 100%;
    object-fit: cover; /* Ensure images maintain aspect ratio */
    border-top-left-radius: 10px; /* Match rounded corners for the image */
    border-top-right-radius: 10px;
}

.executive-card p {
    color: #0f5132;
    margin-top: 20px;
}

.executive-card span {
    text-align: justify;
    display: block;
    padding: 10px 15px;
}

.executive-card span.text-center {
    text-align: center;
    display: block;
    padding: 10px 15px;
}


.form-content:hover {
    background-color: #e6e8e7;
    border-radius: 10px
}

.bod {
    font-size: 12px;
}


.font-smallest {
    font-size: 0.8rem; /* Or any smaller size you need */
}

.title-hr {
    height: 10px; /* Adjust thickness */
    background-color: darkgray; /* Set color */
    border: none; /* Remove default border */
    margin: 10px 0 0 0; /* Add spacing above and below */
    opacity: 1; /* Ensure solid color */
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem; /* Small font */
}

.custom-table thead {
    background-color: #134b8f; /* Dark Blue */
    color: white; /* White text */
}

.custom-table tfoot {
    background-color: #134b8f; /* Dark Blue */
    color: white; /* White text */
}

.custom-table tr.text-center th, .custom-table tr.text-center td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.custom-table th, .custom-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: start;
}

/*.custom-table tbody tr:nth-child(odd) {
        background-color: #ffffff;*/ /* White */
/*}

    .custom-table tbody tr:nth-child(even) {
        background-color: #fafafa;*/ /* Light Gray */
/*}*/


/*invistors relation*/

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle i {
    font-size: 24px;
}

.hover-card {
    transition: all 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


/* Icon circle inside the card */
.icon-circle-style {
    width: 120px; /* Increase the width of the icon circle */
    height: 120px; /* Increase the height of the icon circle, same as width */
    border-radius: 50%; /* Makes the icon circle itself circular */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: white; /* Optional: background color for the icon circle */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* Optional: shadow for the icon circle */
    border: 3px solid #007653; /* Green border around the circle */
    transition: background-color 0.3s ease;
}

/* Change border color on hover */
.icon-circle-style:hover {
    background-color: #00965db1; /* Optional: Slight background color change */
    border-color: #00965d; /* Change border to green on hover */
}

/* Icon inside the circle */
.icon-circle-style i {
    font-size: 48px; /* Increase the icon size */
    color: white; /* Make the icon color white */
    /*transition: transform 0.8s ease, color 0.8s ease, border-color 0.8s ease;*/
}

/* Icon hover effect (turns fully green on hover) */
.icon-circle-style:hover i {
    color: #007653; /* Icon turns green on hover */
    /*transform: rotate(360deg);*/ /* Icon rotates 360 degrees on hover */
}

/* Card container */
.card-style {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

/* Card hover effect (raise the card slightly) */
.card-style:hover {
    transform: translateY(-5px);
}


/* Card title hover effect */
.card-title {
    transition: color 0.3s ease;
}

.card-style:hover .card-title {
    color: #007bff; /* Change card title color on hover */
}


/*english-version*/

html[dir="ltr"] .curved-div {
    left: auto;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

html[dir="ltr"] .nav-item.dropdown > .nav-link::after {
    content: "\f105"; /* FontAwesome down arrow for main dropdown */
    font: var(--fa-font-solid);
    float: right;
    margin-right: 0;
    margin-left: 8px;
    border: none;
    margin-top: 7px;
    font-size: 13px;
}

html[dir="ltr"] .dropdown-submenu > .dropdown-item::after {
    content: "\f105"; /* FontAwesome right arrow for submenus */
    font: var(--fa-font-solid);
    float: right;
    margin-right: 0;
    margin-left: 8px;
    font-size: 13px;
    margin-top: 7px;
}

html[dir="ltr"] .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
}


/* Square Styles */
.animation-container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.animation-container-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    gap: 40px; /* Spacing between squares */
    max-width: 780px; /* Adjust as needed */
    margin: 0 auto; /* Center the grid */
    padding: 20px;
    margin-bottom: 100px;
}

.animation-container-2x2 .square {
    width: 350px; /* Slightly smaller for 2x2 grid */
    height: 250px; /* Slightly shorter for 2x2 grid */
}

.square-link {
    text-decoration: none; /* Remove underline from link */
    color: inherit; /* Inherit text color */
}

.square-link.no-bg .square {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.square {
    width: 250px;
    height: 250px; /* Increased height to accommodate text */
    background-color: #efefef;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.square:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Icon Wrapper Styles */
.icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%; /* Adjusted to make space for text */
}

.icon-wrapper i {
    font-size: 60px;
    color: #007653; /* Updated icon color */
    z-index: 2;
    transition: color 0.3s ease;
}

.square:hover .icon-wrapper i {
    color: #005c3a; /* Darker shade on hover */
}

/* Ring Animation Styles */
.ring {
    position: absolute;
    width: 120px; /* Smaller ring */
    height: 120px; /* Smaller ring */
    border: 5px solid transparent;
    border-top-color: #007653; /* Updated ring color */
    border-radius: 50%;
    animation: rotateRing 2s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.danger-ring {
    position: absolute;
    width: 120px; /* Smaller ring */
    height: 120px; /* Smaller ring */
    border: 5px solid transparent;
    border-top-color: #dc3545; /* Updated ring color */
    border-radius: 50%;
    animation: rotateRing 2s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.square:hover .ring {
    opacity: 1;
}

.square:hover .danger-ring {
    opacity: 1;
}

@keyframes rotateRing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Text Styles */
.icon-text {
    margin-top: 10px; /* Spacing between icon and text */
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 768px) {
    .animation-container-2x2 {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }

    .animation-container-2x2 .square {
        width: 100% !important;
    }
}

/*charts*/
.report-container {
    background: #fff;
    padding-bottom: 30px;
    outline: 0.1px solid #007653;
    border-radius: 2rem;
}

.report-container-title {
    background: #007653;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
}

.chart-container {
    outline: 0.1px solid #134b8f;
    border-radius: 2rem;
    margin: 10px 10px;
}

.chart-container-title {
    background: #134b8f;
    color: #fff;
    padding: 20px 20px;
    border-top-left-radius: 2rem; /* Apply top left rounding */
    border-top-right-radius: 2rem; /* Apply top right rounding */
}

.chart-table {
    max-width: 100%;
    border-radius: 2rem; /* Apply rounded corners */
    overflow: hidden; /* Ensure table respects the border-radius */
    margin: 20px 20px;
}

.chart-table .table {
    width: 100%;
    border-radius: 2rem; /* Apply rounded corners */
    border-collapse: separate; /* Ensure border-radius works */
    border-spacing: 0; /* Remove unwanted gaps */
}

.chart-table tfoot th {
    border-top: none !important;
}

.chart-table tfoot tr th:first-child {
    border-bottom-right-radius: 2rem; /* Apply rounded corners */
}

.chart-table tfoot tr th:last-child {
    border-bottom-left-radius: 2rem; /* Apply rounded corners */
}

.chart-table td,
.chart-table th {
    text-align: center !important;
}

.toaster {
    position: fixed;
    bottom: 20px;
    background-color: #333;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: none;
    z-index: 99999999 !important;
}

.toaster.success {
    background-color: #28a745;
}

.toaster.error {
    background-color: #dc3545;
}


.pale-red {
    background-color: rgba(255, 105, 97, 0.2) !important;
    /*color: #fff;*/
    font-weight: bold;
}

.pale-green {
    background-color: rgba(152, 251, 152, 0.2) !important;
    /*color: #fff;*/
    font-weight: bold;
}


.tab-pane {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.tab-pane:not(.show) {
    opacity: 0;
    transform: translateY(10px);
}

.nav-tabs {
    position: relative;
    display: flex;
    gap: 10px;
}

.nav-tabs .nav-link {
    position: relative;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 20px;
    border-color: none;
    font-weight: bold;
    z-index: 1;
}

.stacked-vision-icons {
    position: relative;
    display: inline-block;
    width: 2.5rem; /* Adjust based on text size */
    height: 2.5rem;
}

/*.stacked-vision-icons img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/

.base-icon {
    width: 100%; /* Makes it the larger background */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-icon {
    width: 60%; /* Scales smaller than base image */
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the top image */
    z-index: 2;
}

.text-justify {
    text-align: justify !important;
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* covers the area */
    z-index: -1;
}

.hero-section .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    top: 40%;
    transform: translateY(-50%);
}

.product-img {
    max-width: 70%;
    /*height: 100%;*/
}


/*intro*/
/* Loading Screen */
#loading-screen {
    position: fixed;
    inset: 0;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: opacity 0.5s ease-out;
}

.logo-container {
    margin-bottom: 2rem;
}

.logo-loader {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.logo-icon {
    animation: logoScale 2s ease-out forwards;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: bold;
}

.progress-bar {
    width: 16rem;
    height: 4px;
    background: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background: #134b8f;
    border-radius: 9999px;
    width: 0;
    transition: width 0.3s ease-out;
}

.loading-text {
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

/* Animation */
@keyframes logoScale {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.navbar-toggler {
    padding: 0.25rem;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lottie-container {
    width: 300px;
    height: 300px;
}
.career-card {
    margin-bottom: 1.5rem;
}
.career-card a{
    display: block;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    
}

.career-card h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #0f5132;
}

.career-card  p{
    margin: 0;
}