* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    color: #000306;
    font-family: "Cairo", sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.5px;
}
:root {
    --blackColor: #000306;
    --blackColor-1: #041d3d;
    --blueColor: #0a54ae;
    --whiteColor: #ffffff;
    --whiteColor-1: #f5f8fb;
    --orangeColor: #fbb134;
    --greenColor: #06ba66;
    --redColor: #e10700;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--blueColor);
}
body {
    overflow-x: hidden;
}
p {
    line-height: 30px;
}
.all-sections {
    background-color: var(--whiteColor-1);
    overflow: hidden;
}
a {
    text-decoration: none;
}
li {
    outline: none;
}
/* === Work Space Page === */
.container {
    width: 90%;
    margin: auto;
}
.Header-p {
    padding: 0 50px;
    box-shadow: 0 0 4px 0 #00000040;
    position: relative;
}
.Header-p #header {
    padding: 16px 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--whiteColor);
}
/* Right Header */
.Header-p #header .right-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Header-p #header .code-logo {
    width: 90px;
    height: 65px;
    margin-left: 48px;
    object-fit: cover;
}
.Header-p #header .list-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    display: none;
}
.Header-p #header .list-icon:hover div {
    background-color: var(--orangeColor);
    transition: 0.3s;
}
.Header-p #header .list-icon div {
    width: 30px;
    height: 4px;
    background-color: var(--blueColor);
}
.Header-p #header .center-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
.Header-p #header .close-btn {
    display: none;
    position: absolute;
    right: 37px;
    top: 25px;
}
.Header-p #header .close-btn h2 {
    color: var(--blueColor);
    transition: 0.3s;
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
}
.Header-p #header .close-btn h2:hover {
    color: var(--orangeColor);
}
.Header-p #header ul {
    display: flex;
    align-items: center;
    gap: 32px;
}
.Header-p #header ul li {
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    color: var(--blackColor);
    transition: 0.3s;
}
.Header-p #header ul li:hover {
    color: var(--orangeColor);
}
/* Left Head */
.Header-p #header .left-head {
    display: flex;
    align-items: center;
    gap: 14px;
}
.Header-p #header .left-head img {
    width: 40px;
    height: 40px;
}
.Header-p #header .left-head div {
    color: var(--blackColor);
    font-size: 17px;
    font-weight: normal;
}
.Header-p #header .left-head div h4 {
    direction: ltr;
}
/* Work Space Img */
.workSpace-img,
.team-img,
.course-img {
    width: 100%;
    height: 457px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.workSpace-img {
    background-image: url(../image/img1.png);
}
.team-img {
    background-image: url(../image/team-prog.png);
}
.course-img {
    background-image: url(../image/course-img.png);
}
.index-img {
    background-image: url(../image/index-img.png);
}
.head2 h2 {
    font-size: 48px;
    color: #e7f7fa;
    font-weight: bold;
}
/* workSpace-images Section */
#workSpace-images {
    width: 100%;
    padding: 100px 0;
}
#workSpace-images h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 40px;
    font-weight: bold;
}
#workSpace-images .img-work {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.imgDiv {
    width: 297.5px;
    height: 340px;
    border-radius: 12px;
    overflow: hidden;
}
.imgDiv img {
    width: 100%;
    transition: 0.4s;
}
.imgDiv img:hover {
    transform: scale(1.2);
}
/* taqweem section */
#taqweem {
    width: 100%;
}
#taqweem .container2 {
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}
/* #taqweem .right-taqeem {
  width: 75%;
} */
#taqweem .container2 .right-taqeem h4 {
    font-size: 24px;
    color: var(--blueColor);
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
}
#taqweem .container2 .right-taqeem h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
/* suggestion section */
#suggestion {
    width: 100%;
    padding: 32px 0;
    background: var(--blueColor);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.container3 {
    margin: auto;
}
#suggestion h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    color: var(--whiteColor);
}
#suggestion h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 48px;
    color: var(--whiteColor);
}
#suggestion form {
    width: 100%;
    display: flex;
}
#suggestion form input {
    width: 708px;
    padding: 14.5px 14.5px 14.5px 0;
    background-color: var(--whiteColor);
    border-radius: 0 16px 16px 0;
    font-size: 16px;
    color: #b0b1b2;
    outline: none;
    border: none;
}
#suggestion form button {
    background-color: var(--orangeColor);
    padding: 12px 32px;
    color: var(--whiteColor);
    border-radius: 16px 0 0 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
}
/* Footer */
footer {
    background-color: #e7eef7;
}
.footerContainer {
    width: 90%;
    margin: auto;
    padding: 48px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
footer .with-code-par {
    width: 320px;
}
footer .with-code-par img {
    width: 130px;
    height: 100px;
    margin-bottom: 20px;
}
footer .with-code-par p {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}
.quick-link h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.quick-link ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quick-link li {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
}
.quick-link li:hover {
    color: var(--orangeColor);
}
.information-call {
    width: 324px;
}
.information-call h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.information-call ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.information-call div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.information-call img {
    width: 24px;
    height: 24px;
}
.information-call ul h4 {
    font-size: 20px;
    direction: ltr;
}
.social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.social img {
    width: 35.5px;
    height: 35.5px;
}
/* swiper */
.card {
    /* padding: 20px; */
    border-radius: 16px;
    background-color: var(--whiteColor);
    width: 278px !important;
}
.card .coma {
    width: 54px;
    height: 54px;
}
.card p {
    font-weight: 500;
    font-size: 16px;
}
.card .stars {
    width: 116px;
    height: 20px;
    margin: 8px 0 16px;
}
.card h3,
.card span {
    font-size: 16px;
    font-weight: 400;
    color: #b0b1b2;
    margin-top: 4px;
}
.swiper,
.swiper2 {
    height: 330px;
}
.swiper-pagination-bullet {
    background-color: var(--blueColor);
}
.swiper-pagination-bullet-active {
    background-color: #b3cae6;
}
/* === courses page ===*/
.parent-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 100px 0;
}
.parent-card .card {
    width: 391px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #d9d9da;
}
.parent-card .card .img-card {
    position: relative;
}
.parent-card .card .img-card img {
    height: 200px;
    width: 100%;
    border-radius: 16px;
}
.parent-card .card .img-card h4 {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: var(--greenColor);
    padding: 4px 8px;
    color: var(--whiteColor);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}
.parent-card .card .img-card h5 {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: var(--redColor);
    padding: 4px 8px;
    color: var(--whiteColor);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}
.parent-card .price-course {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 16px;
}
.parent-card .price-course h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--blackColor-1);
}
.parent-card .price-course h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--blueColor);
}
.parent-card .date-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #d9d9da;
    border-bottom: 1px solid #d9d9da;
}
.parent-card .date-course div {
    display: flex;
    gap: 7px;
    align-items: center;
}
.parent-card .date-course div img {
    width: 24px;
    height: 24px;
}
.parent-card .date-course div h3 {
    font-size: 16px;
    font-weight: 500;
    color: #737373;
}
.parent-card .inf-course {
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.parent-card .inf-course .inf-course-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.parent-card .inf-course .inf-course-content img {
    width: 20px;
    height: 20px;
}
.parent-card .inf-course .inf-course-content p {
    color: var(--blackColor);
    font-size: 16px;
    font-weight: 500;
}
.register-btn-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-btn-div .register-btn {
    background-color: #fff7eb;
    border: 1px solid #fbb134;
    padding: 18px 48px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    color: var(--blackColor);
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}
.register-btn-div .register-btn:hover {
    background-color: #fbb134;
    color: var(--whiteColor);
}
.register-btn-div .register-btn-disaple {
    padding: 18px 48px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    outline: none;
}
/* === team page === */
.servicse-prog {
    padding: 100px 0;
}
.serv-prog-content {
    font-size: 40px;
    font-weight: 700;
    color: #041d3d;
    text-align: center;
    margin-bottom: 48px;
}
.servicse-prog .parent-services-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.services-card {
    width: 278px;
    border-radius: 16px;
    background-color: var(--whiteColor);
    padding: 20px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-card img {
    margin-bottom: 32px;
    width: 89px;
    height: 76px;
}
.services-card h2 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(4, 29, 61, 1);
    margin-bottom: 8px;
}
.services-card p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.portfolio {
    width: 100%;
    background-color: var(--whiteColor);
    padding: 50px 0;
}
.portfolio-parent-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
}
.portfolio-parent-card .card {
    width: 390.66668701171875px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #d9d9da;
}
.portfolio-parent-card .card img {
    width: 100%;
}
.portfolio-parent-card .card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #041d3d;
    text-align: center;
}
.portfolio-parent-card .card p {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 32px;
    text-align: center;
}
.portfolio-parent-card .prog {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.portfolio-parent-card .prog span {
    background-color: #e7eef7;
    border: 1px solid #0a54ae;
    border-radius: 8px;
    padding: 3px 5px;
    font-size: 16px;
    font-weight: 500;
    color: #292929;
}
/* === index page === */
.index-img {
    width: 100%;
    height: 547px !important;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-img p {
    color: var(--whiteColor);
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0 48px;
}
.index-img button {
    padding: 12px 32px;
    border-radius: 8px;
    border: 1px solid #fbb134;
    background-color: #fbb134;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
    color: var(--whiteColor);
}
.index-img button a {
    color: var(--whiteColor);
}
.index-img button:hover {
    background-color: #fff7eb;
}
.index-img button:hover a {
    color: var(--blackColor);
}
.swip-enj .swiper-pagination-bullet {
    background-color: white !important;
    opacity: 1 !important;
}
.swip-enj .swiper-pagination-bullet-active {
    background-color: #b3cae6 !important;
}
.enjas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    bottom: -85px;
}
.enjas .enjas-content {
    width: 982px;
    padding: 32px;
    border-radius: 20px;
    /* background-image: url(../image/saasss.jpg); */
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    box-shadow: 2px 2px 4px 0 #0000000f;
    background-color: #0a54ae;
}
.enjas .enjas-content .success {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 70%;
}
.enjas .enjas-content .success div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.enjas .enjas-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--whiteColor);
}
.enjas .enjas-content span {
    font-size: 40px;
    font-weight: 700;
    color: var(--whiteColor);
    /* margin-bottom: 12px; */
}
.enjas .enjas-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--whiteColor);
}
.colege-img {
    width: 100%;
    height: 263px;
    border-radius: 20px;
    margin: 220px 0 150px;
    transition: all 0.8s ease;
}
.sections {
    transition: all 0.8s ease;
    transform: scale(0.5);
    opacity: 0;
}
.sections.visible {
    opacity: 1;
    transform: scale(1);
    transition: 0.4s;
}
#who-us {
    display: flex;
    flex-wrap : wrap;
    justify-content: space-between;
    align-items: start;
    gap: 32px;
    margin-bottom: 150px;
    position: relative;
}
#who-us .right-page-who {
    width: 45%;
}
.left-page-who{
    width: 45%;
}
#who-us h5 {
    color: var(--blueColor);
    font-size: 24px;
    font-weight: 700;
}
#who-us h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 16px 0 32px;
}
#who-us p {
    font-size: 20px;
    font-weight: 500;
}
#who-us .course-content div {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 16px 0;
}
#who-us .course-content div img {
    width: 24px;
    height: 24px;
}
#who-us .course-content p span {
    color: var(--blueColor);
}
#who-us .left-page-who img {
    width: 100%;
    position: relative;
    z-index: 10;
}
#who-us .circles {
    position: absolute;
    left: -122px;
    bottom: -110px;
}
#who-us .circles .circle1 {
    width: 237px;
    height: 237px;
    border: 10px solid #b3cae6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#who-us .circles .circle2 {
    width: 127px;
    height: 127px;
    border: 3px solid #b3cae6;
    border-radius: 50%;
}
/* === index page === */
#services {
    margin-bottom: 150px;
}
#services .ser-name {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}
.swiper-pagination {
    bottom: 110px !important;
}
#services .ser-name h5 {
    color: var(--blueColor);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
#services .ser-name h2 {
    color: var(--blackColor);
    font-size: 40px;
    font-weight: 700;
}
#services .all-cards-serv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
#services .all-cards-serv .card-ser {
    width: 27%;
    height: 361px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    cursor: pointer;
}
#services .all-cards-serv .card-ser:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
#services .all-cards-serv .card-ser:hover .ser-content {
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -o-transform: translateY(-80%);
}
#services .all-cards-serv .ser-content:hover {
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -o-transform: translateY(-80%);
}
#services .all-cards-serv .card-ser:hover {
    /* overflow: visible; */
}
#services .all-cards-serv .card-ser .group-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px !important;
}
#services .ser-content {
    width: 80%;
    padding: 16px;
    height: 60%;
    border-radius: 12px;
    background-color: var(--whiteColor);
    position: absolute;
    z-index: 100;
    bottom: -48%;
    transition: all 0.6s ease;
}
#services .ser-content .text-team {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
#services .ser-content .text-team img {
    width: 40px;
    height: 40px;
}
#services .ser-content .text-team div h3 {
    font-size: 20px;
    font-weight: 700;
}
#services .ser-content .text-team div p {
    font-size: 16px;
    font-weight: 500;
}
#services .all-tatweer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#services .all-tatweer img {
    width: 20px;
    height: 20px;
}
#services .tatweer {
    margin-top: 16px;
}
#services .tatweer div {
    display: flex;
    align-items: center;
    gap: 8px;
}
#services .tatweer div img {
    width: 20px;
    height: 20px;
}
#services .tatweer div p {
    font-size: 16px;
    font-weight: 500;
}
.whats-icon-fixed {
    position: fixed;
    z-index: 1100; /* أعلى من أزرار التقييم */
    bottom: 40px;
    left: 40px; /* بدل right */
}

.whats-icon-fixed img {
    width: 75px;
    height: 75px;
    transition: 0.3s ease;
    /* box-shadow: 0 0 4px 0 #00000040; */
}

.whats-icon-fixed img:hover {
    transform: translateY(-15px);
}

.home-taqweem {
    background-image: url(../image/sdasd.jpg);
    background-size: cover;
}
/* === Team Job page === */
.all-team-cards {
    width: 100%;
    padding: 100px 0;
    background-color: var(--whiteColor-1);
}
.all-team-cards .our-team-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
}
.all-team-cards .our-team-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
}
.all-team-cards .our-team-content p {
    font-size: 20px;
    font-weight: 500;
}
.all-team-cards .all-cards-team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50.25px;
}
.all-cards-team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50.25px;
}
.all-team-cards .all-cards-team .card-team {
    width: 207px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.all-team-cards .all-cards-team .card-team img {
    width: 207px;
    height: 207px;
    border-radius: 50%;
}
.all-team-cards .all-cards-team .card-team h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 16px;
}
.all-team-cards .all-cards-team .card-team span {
    font-size: 20px;
    font-weight: 500;
    color: #d9d9d9;
}
.workCard {
    width: 25%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
.workCard .cardImage {
    width: 100%;
    height: 200px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}
.workCard .cardImage img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.workCard .cardImage img:hover {
    transform: scale(1.2);
}
.workCard .cardDetails {
    padding: 16px;
    background-color: var(--whiteColor-1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 110px;
}
.workCard .cardDetails h3 {
    font-size: 20px;
    font-weight: 700;
}
/* .workCard .cardDetails p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
.mt-5 {
    margin-top: 50px;
}
.mb-5 {
    margin-bottom: 50px;
}

.pt-10 {
    padding: 120px 0 0 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1200;
}
.modal-card {
    width: 600px;
    background-color: var(--whiteColor-1);
    border-radius: 12px;
    padding: 24px;
    position: relative;
}
.modal-card .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    font-weight: 700;
    color: var(--blackColor);
    cursor: pointer;
}
.modal-content {
    margin-top: 32px;
}
.modal-content .image {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}
.modal-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
.modal-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    display: flex;
    opacity: 1;
}

.modal-card {
    background: #fff;
    width: 90%;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: all 0.35s ease;
}

.modal.show .modal-card {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 26px;
    cursor: pointer;
}
.open-modal {
    cursor: pointer;
}
.home-news {
    background-color: white;
}
.news {
    text-align: center;
}
.news h4 {
    color: var(--blueColor);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.news h2 {
    color: var(--blackColor);
    font-size: 35px;
    font-weight: 700;
}
.all-cards-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 32px;
    margin-top: 48px;
}
.bigCard-news {
    width: 45%;
    height: 450px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.bigCard-news img {
    width: 100%;
    height: 450px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.bigCard-news .news-content {
    position: absolute;
    bottom: 16px;
    left: 45%;
    transform: translateX(-45%);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 16px;
    border-radius: 8px;
    width: 90%;
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
}
.bigCard-news .news-content h3,
.news-content p {
    color: var(--whiteColor);
}
.bigCard-news .news-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bigCard-news .news-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.bigCard-news:hover img,
.small-card-news:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.small-news-cards {
    width: 45%;
    height: 450px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    gap: 10px;
}
.small-card-news {
    width: 48%;
    height: 220px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.small-card-news img {
    width: 100%;
    height: 220px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.small-card-news .news-content {
    position: absolute;
    bottom: 16px;
    left: 45%;
    transform: translateX(-45%);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 8px;
    width: 85%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
}
.small-card-news .news-content h3,
.news-content p {
    color: var(--whiteColor);
}
.small-card-news .news-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.small-card-news .news-content p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* .home-taqweem .swiper-pagination-bullet-active{
  background-color: var(--blueColor) !important;
}
.home-taqweem .swiper-pagination-bullet{
  background-color: #b3cae6;
} */
/* ==== Media Query ==== */
@media (max-width: 1024px) {
    #taqweem .container2 {
        flex-wrap: wrap;
        margin-right: 0;
    }
    #taqweem .right-taqeem {
        width: 100%;
        text-align: center;
    }
    .container3 {
        width: 80%;
    }
    .Header-p #header .center-head {
        display: flex;
        position: fixed;
        z-index: 1000;
        flex-direction: column;
        top: 0;
        left: -400px;
        background: white;
        width: 300px;
        height: 100vh;
        justify-content: flex-start;
        gap: 100px;
        overflow-y: scroll;
    }
    .Header-p #header .center-head ul {
        width: 100%;
        flex-direction: column;
        padding-top: 20px;
    }
    .Header-p #header .center-head ul li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-radius: 5px;
        transition: 0.3s;
    }
    .Header-p #header .center-head ul a {
        width: 100%;
    }
    .Header-p #header .center-head ul li:hover {
        background-color: var(--orangeColor);
        color: var(--whiteColor);
    }
    .Header-p #header .list-icon {
        display: flex;
    }
    .Header-p #header {
        justify-content: space-between;
    }
    #who-us .right-page-who,
    #who-us .left-page-who,
    #who-us .left-page-who img {
        width: 100%;
    }
    #taqweem .swiper {
        height: 300px !important;
    }
    #services .all-cards-serv .card-ser {
        width: 45%;
    }
}
@media (max-width: 860px) {
    .enjas {
        position: relative;
        margin-top: -140px;
    }
    .workCard {
        width: 45%;
    }
    .all-cards-news{
        flex-direction: column;
    }
    .bigCard-news{
        width: 100%;
    }
    .small-news-cards{
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }
}
@media (max-width: 668px) {
    .services-card,
    .portfolio-parent-card .card,
    .parent-card .card,
    .imgDiv {
        width: 100% !important;
    }
    .head2 h2,
    .head2 p {
        padding: 0 30px;
        text-align: center;
    }
    .swiper-pagination {
        bottom: 68px !important;
    }
    #taqweem .swiper {
        width: 90%;
    }
    .workCard {
        width: 45%;
    }
    #services .all-cards-serv .card-ser {
        width: 90%;
    }
}
@media (max-width: 536px) {
    .footerContainer {
        gap: 55px;
    }
    .workCard {
        width: 95%;
    }
    .enjas .enjas-content .success {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.enjas .enjas-content span {
    font-size: 30px;
    font-weight: 700;
    color: var(--whiteColor);
    /* margin-bottom: 12px; */
}
.enjas .enjas-content h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--whiteColor);
}
}
