@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #1E1E1E;
    border-radius: 0;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Regular.ttf");
}

:root {
    --header-color: #212730;
    --text-color-light: #B1B1B1;
    --text-color: #4C4C4D;
    --primary-color: #150f35;
    --border-color: #EBEEF7;
    --bg-gradient-primary: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Tajawal";
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
}

.rounded {
    border-radius: 15px !important;
}

.border {
    border: 1px solid var(--border-color) !important;
}

.gap-20 {
    gap: 20px;
}

.gap-15 {
    gap: 15px;
}
.btn {
    background: var(--bg-gradient-primary);
    color: #fff;
    border-radius: 16px;
    height: 50px;
    border: none !important;
    line-height: 50px;
    padding: 0 40px;
    font-size: 17px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #0ea5f6 !important;
}

.btn:hover,
.btn:focus {
    color: #fff !important;
    background-size: 0%;
}

.btn-white {
    background: #fff;
    color: var(--primary-color);
}
.nav_btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 13px;
    white-space: nowrap;
}
.nav_btn:last-child {
    border: 1px solid #0ea5f6 !important;
    background: transparent;
    background-color: transparent !important;
    color: #0ea5f6;
    background-size: 0%;
}
.nav_btn:last-child:hover{
    background: var(--bg-gradient-primary);
    background-color: #0ea5f6 !important;
    background-size: 100%;
}
.navbar {
    padding: 20px 0;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand img {
    width: 140px;
}
.nav-link {
    color: #ffffff;
    margin: 0 3px;
    font-size: 14px;
}
.nav-link:hover,.nav-link:focus {
    color: #75BEE6;
}

.lang_btn {
    width: 45px;
    height: 45px;
    border-radius: 16px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.user_img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
[dir="ltr"] .offcanvas.offcanvas-end{
    right: auto;
    left: 0;
}
.hero {
    margin-top: -115px;
    padding-top: 130px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    color: #fff;
    min-height: 430px;
    display: flex;
    align-items: center;
}
[dir="rtl"] .hero{background-image: url(../images/hero_bg_1.png);}
[dir="ltr"] .hero{background-image: url(../images/hero_bg_1.png);}
.hero .row {
    align-items: center;
}

.hero .title h1 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: bold;
}

[dir="rtl"] .hero .title h1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #666666 100%);
}

[dir="ltr"] .hero .title h1 {
    background: linear-gradient(-180deg, #FFFFFF 0%, #666666 100%);
    font-size: 42px;
    line-height: 60px;
}

[dir] .hero .title h1 {
    -webkit-background-clip: text;
    background-clip: text;
}

.hero .title p {
    font-size: 28px;
    line-height: 40px;
}

.title h1,
.title h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    font-weight: 500;
}

[dir="rtl"] .title h1,
[dir="rtl"] .title h2 {
    background: linear-gradient(180deg, #212730 0%, #666666 100%);
}

[dir="ltr"] .title h1,
[dir="ltr"] .title h2 {
    background: linear-gradient(-180deg, #212730 0%, #666666 100%);
}

[dir] .title h1,
[dir] .title h2 {
    -webkit-background-clip: text;
    background-clip: text;
}

.title p {
    color: var(--text-color-light);
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    line-height: 30px;
}

.hero .btn {
    width: 300px;
    max-width: 100%;
    margin-top: 20px;
}
.hero .img_box {
    width: 80%;
}
[dir="rtl"] .hero .img_box {margin-right: auto;}
[dir="ltr"] .hero .img_box {margin-left: auto;}
.hero .img_box .hero_circle{
    width: 100%;
}
.hero .img_box .main_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
}

.service {
    position: relative;
    padding: 30px 0;
    padding-bottom: 100px;
    overflow: hidden;
}

.service .title {
    width: 650px;
    max-width: 100%;
}

.service .service_content {
    position: relative;
    margin-top: 50px;
}
.right_shape {
    max-width: 40%;
    position: absolute;
    top: -30px;
    z-index: -1;
    min-width: 270px;
}

[dir="rtl"] .right_shape {
    right: 0;
}

[dir="ltr"] .right_shape {
    left: 0;
}

.service .row {
    align-items: center;
}

.service .col-md-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 520px;
    margin-top: 10px;
}

.service .col-md-3:last-child {
    align-items: flex-end;
}

.service .service_block {
    width: 300px;
    padding: 25px 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    text-align: center;
    max-width: 100%;
}
.service .service_content .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8AB2DC59;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.service .service_block img {
    max-width: 25px;
}

.service .service_block h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.service .service_block p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.service .service_block:hover {
    box-shadow: none;
}

[dir="rtl"] .service .service_block:hover {
    background: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

[dir="ltr"] .service .service_block:hover {
    background: linear-gradient(-288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

.service .service_block:hover h3,
.service .service_block:hover p {
    color: #fff;
}

.service .service_bg {
    width: 75vw;
    max-width: 100vw;
    position: absolute;
    top: 0;
    z-index: -1;
}

[dir="rtl"] .service .service_bg {
    left: 50%;
    transform: translateX(-50%);
}

[dir="ltr"] .service .service_bg {
    right: 50%;
    transform: translateX(50%);
}

.about {
    background-color: var(--primary-color);
    padding: 40px 0;
    background-size: 730px 630px;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

[dir="rtl"] .about {
    background-position: left;
    background-image: url(../images/video_bg.png);
}

[dir="ltr"] .about {
    background-position: right;
    background-image: url(../images/video_bg_ltr.png);
}

[dir] .about {
    background-position-y: -10px;
}

.about h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
}
[dir="ltr"] .about h2 {
        font-size: 38px;
    }
.about p {
    color: var(--text-color-light);
    font-size: 24px;
    line-height: 40px;
    margin: 30px 0;
}
[dir="ltr"] .about p {
        font-size: 20px;
    }
.about .mask-container {
    border: 25px solid var(--primary-color);
    background-color: var(--primary-color);
    overflow: hidden;
    width: 500px;
    height: 540px;
    max-width: 100%;
}

[dir="rtl"] .about .mask-container {
    border-radius: 100px 0;
    float: left;
}

[dir="ltr"] .about .mask-container {
    border-radius: 0 100px;
    float: right;
}

.about .mask-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: var(--primary-color);
}

[dir="rtl"] .about .mask-container video {
    border-radius: 100px 0;
}

[dir="ltr"] .about .mask-container video {
    border-radius: 0 100px;
}

.about .mask-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    background-color: var(--primary-color);
}

[dir="rtl"] .about .mask-container img {
    border-radius: 100px 0;
}

[dir="ltr"] .about .mask-container img {
    border-radius: 0 100px;
}

.stats-section {
    padding: 40px 0;
    position: relative;
}

.stats-section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #092857;
    margin-bottom: 50px;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.stat-card {
    background-color: #F8F8F8;
    width: 23%;
    padding: 20px;
    position: relative;
    flex: 1;
    transition: all .3s;
}

.stat-card:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.stat-card .stat-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .stat-card .stat-icon {
    margin: 0px auto 5px 0;
}

[dir="ltr"] .stat-card .stat-icon {
    margin: 0px 0 5px auto;
}

.stat-card .stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.stat-card .stat-title {
    font-size: 16px;
    color: #000;
}

.stat-card span {
    font-size: 14px;
    color: #999;
}

.stats-grid::before,
.stats-grid::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 100%;
    background-image: url(../images/border.svg);
    background-size: 100% 100%;
}

.stats-grid::before {
    top: 0;
    left: 0;
}

.stats-grid::after {
    top: 0;
    right: 0;
    transform: rotateY(180deg);
}

.faq-section {
    padding: 30px 0;
    position: relative;
}

[dir="rtl"] .faq-section {
    direction: rtl;
}

[dir="ltr"] .faq-section {
    direction: ltr;
}

.left_shape {
    max-width: 40%;
    position: absolute;
    top: 50%;
    z-index: -1;
    min-width: 270px;
}

[dir="rtl"] .left_shape {
    left: 0;
}

[dir="ltr"] .left_shape {
    right: 0;
}

.faq-image img {
    width: 100%;
}

.faq-content {
    min-width: 300px;
}

.faq-title {
    font-size: 32px;
    font-weight: bold;
    color: #092857;
    margin-bottom: -30px;
}

/* Accordion Styling */
.faq-section .accordion-item {
    border: none;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 0 !important;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}

[dir="rtl"] .faq-section .accordion-item {
    background: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

[dir="ltr"] .faq-section .accordion-item {
    background: linear-gradient(-288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

.faq-section .accordion-item::before {
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../images/block_border.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    transition: all .3s ease-in-out;
}

.faq-section .accordion-item::after {
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../images/block_border.svg);
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: rotateX(180deg);
    opacity:0;
    transition: all .3s ease-in-out;
}

.faq-section .accordion-item:hover::before {
    width: calc(100% + 20px);
    height: 40px;
    top: -20px;
    left: -10px;
    opacity:1;
}

.faq-section .accordion-item:hover::after {
    width: calc(100% + 20px);
    height: 40px;
    bottom: -20px;
    left: -10px;
    opacity:1;
}

.faq-section .accordion-button {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
    border: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0 !important;
    padding: 30px;
    position: relative;
}

[dir="rtl"] .faq-section .accordion-button {
    text-align: right;
}

[dir="ltr"] .faq-section .accordion-button {
    text-align: left;
}

.faq-section .accordion-button span {
    color: #39A2DB;
}

[dir="rtl"] .faq-section .accordion-button span {
    margin-left: 15px;
}

[dir="ltr"] .faq-section .accordion-button span {
    margin-right: 15px;
}

[dir="rtl"] .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

[dir="ltr"] .accordion-button::after {
    margin-left: auto;
    margin-right: 0;
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

[dir="rtl"] .faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

[dir="ltr"] .faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.faq-section .accordion-button:not(.collapsed) span {
    color: #fff;
}

.faq-section .accordion-body {
    padding: 0 25px 25px 25px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    box-shadow: none !important;
    position: relative;
}
.faq-section .accordion-button:not(.collapsed):before{
    content: "";
    background-image: url(../images/block_border.svg);
    background-size: 100% 100%;
    position: absolute;
    width: calc(100% + 20px);
    height: 40px;
    top: -20px;
    left: -10px;
    opacity:1;
    transition: all .3s ease-in-out;
}
.faq-section .accordion-collapse.collapse{
    position: relative;
}
.faq-section .accordion-collapse.collapse:after{
    content: "";
    background-image: url(../images/block_border.svg);
    background-size: 100% 100%;
    position: absolute;
    transform: rotateX(180deg);
    width: calc(100% + 20px);
    height: 40px;
    bottom: -20px;
    left: -10px;
    opacity:1;
    transition: all .3s ease-in-out;
}

.news-section {
    padding-bottom: 30px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #092857;
    margin-bottom: 30px;
}

.news-card {
    background-color: #fff;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding:20px
}

.news-card:hover {
    transform: translateY(-10px);
}

.news-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.news-content {
    padding: 20px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #101828;
    width: 80%;
    min-height: 48px;
}

.news-content i {
    color: #101828;
    font-size: 30px;
    margin-top: -10px;
}

[dir="rtl"] .news-content i {
    transform: rotate(45deg);
    margin-left: -10px;
}

[dir="ltr"] .news-content i {
    transform: rotateY(180deg) rotate(45deg);
    margin-right: -10px;
}

.news-title:hover,
.news-content i:hover {
    color: #39A2DB;
}

.news-description {
    font-size: 16px;
    color: #6c757d;
    flex-grow: 1;
    margin-bottom: 10px;
}

.news-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.author-info {
    display: flex;
    align-items: center;
}

.author-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

[dir="rtl"] .author-info img {
    margin-left: 10px;
}

[dir="ltr"] .author-info img {
    margin-right: 10px;
}

.author-info h6 {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.author-info span {
    font-size: 12px;
    color: #999;
}

.testimonial-section {
    background-color: var(--primary-color);
    background-image: url('../images/bg-lines.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    color: #fff;
}

[dir="rtl"] .testimonial-section {
    direction: rtl;
}

[dir="ltr"] .testimonial-section {
    direction: ltr;
}

.testimonial-section .section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.testimonial-section .section-subtitle {
    width: 360px;
    max-width: 100%;
    font-size: 18px;
    color: #aaa;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimonial-section .testimonial-content {
    display: flex;
    align-items: center;
    position: relative;
    padding: 160px 0;
}
[dir="rtl"] .testimonial-section .testimonial-content .text-start {
    text-align: right !important;
}
[dir="ltr"] .testimonial-section .testimonial-content .text-start {
    text-align: left !important;
}
.testimonial-section .testimonial-img {
    width: 14rem;
    height: 14rem;
    margin-top: 20px;
}

[dir="rtl"] .testimonial-section .testimonial-img {
    margin-right: -0.2rem;
}

[dir="ltr"] .testimonial-section .testimonial-img {
    margin-left: -0.2rem;
}
.testimonial-section .testimonial-content .user_bg {
    height: 850px;
    position: absolute;
    top: 52%;
    width: 100%;
    object-fit: contain;
}

[dir="rtl"] .testimonial-section .testimonial-content .user_bg {
    left: 50%;
    transform: translate(-50%, -50%);
}

[dir="ltr"] .testimonial-section .testimonial-content .user_bg {
    right: 50%;
    transform: translate(50%, -50%);
}

.testimonial-section .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .testimonial-text {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.testimonial-section .client-name {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-section .client-position {
    font-size: 14px;
    color: #aaa;
}

.testimonial-section .swiper-pagination-bullet {
    background: #39A2DB;
}

.testimonial-section .swiper-pagination-bullet-active {
    background: #007BFF;
}

.partners-section {
    padding: 40px 0;
    background-color: #fff;
}

.partners-section .swiper-wrapper {
    align-items: center;
}

[dir="rtl"] .partners-section {
    direction: rtl;
}

[dir="ltr"] .partners-section {
    direction: ltr;
}

.partners-section .section-subtitle {
    font-size: 18px;
    color: #39A2DB;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.partners-section .section-subtitle::before,
.partners-section .section-subtitle::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #39A2DB;
    position: absolute;
    top: 50%;
}

[dir="rtl"] .partners-section .section-subtitle::before {
    right: 100%;
    margin-right: 15px;
}

[dir="ltr"] .partners-section .section-subtitle::before {
    left: 100%;
    margin-left: 15px;
}

[dir="rtl"] .partners-section .section-subtitle::after {
    left: 100%;
    margin-left: 15px;
}

[dir="ltr"] .partners-section .section-subtitle::after {
    right: 100%;
    margin-right: 15px;
}

.partners-section .partners-logos {
    background: #F4FBFE;
    border-radius: 22px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.partners-section .partner-item img {
    width: 100%;
    object-fit: contain;
}

.contact {
    padding-top: 30px;
    position: relative;
}

.contact h3 {
    font-size: 36px;
    font-weight: bold;
    color: #282C4B;
    margin-bottom: 30px;
}

.contact form {
    margin-top: 20px;
}

.contact label {
    font-size: 18px;
    font-weight: bold;
}

.contact .form-control {
    background: rgba(41, 171, 226, 0.05);
    border-radius: 10px;
    min-height: 55px;
    border: none;
}

.contact .btn-submit {
    width: 250px;
    font-size: 20px;
}

.contact .contact_slide {
    border: 1px solid #D2D6DB;
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    position: relative;
}

footer .info_icon {
    height: 110px;
    width: 110px;
    position: absolute;
    top: -60px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
}

[dir="rtl"] footer .info_icon {
    left: 3%;
}

[dir="ltr"] footer .info_icon {
    right: 3%;
}

.contact .contact_slide h4 {
    font-size: 22px;
    color: #1F2A37;
}

.contact .contact_slide .contact-item {
    margin-top: 20px;
    color: #1F2A37;
    align-items: flex-start;
    gap: 10px;
}

.contact .contact_slide .contact-item i {
    color: var(--primary-color);
}
[dir="rtl"] .contact .contact_slide .contact-item i {
    margin-right: 10px;
}

[dir="ltr"] .contact .contact_slide .contact-item i {
    margin-left: 10px;
}
.contact .contact_slide .contact-item img {
    margin-top: -5px;
}

.contact .contact_slide .contact-item h5 {
    font-size: 16px;
    font-weight: bold;
    color: #1F2A37;
}

[dir="rtl"] .contact .contact_slide .contact-item h5 {
    margin-left: 10px;
}

[dir="ltr"] .contact .contact_slide .contact-item h5 {
    margin-right: 10px;
}

.contact .contact_slide .contact-item a {
    font-size: 18px;
    color: var(--primary-color);
}

.copy-icon {
    cursor: pointer;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px;
    font-size: 24px;
    color: #161616;
}

.social-icons a:hover {
    color: #007bff;
}

footer {
    background-color: var(--primary-color);
    padding-top: 40px;
    color: #fff;
    margin-top: 80px;
    position: relative;
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-position: center;
}

footer p {
    font-size: 20px;
    line-height: 32px;
    width: 350px;
    max-width: 100%;
}
footer p.copyrights{
    font-size: 14px;
    text-align: center;
    width: 100%;
}
footer .contact_info {
    display: flex;
    flex-wrap: wrap;
}

footer .contact_info .contact-item {
    width: 32%;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

footer .contact_info .contact-item h5,
footer .contact_info .contact-item a,
footer .contact_info .contact-item i {
    color: #fff;
}

footer .links a {
    color: #fff;
}
footer .footer_img {
    width: 85%;
    margin: 0 auto;
    display: table;
}

.login {
    padding: 30px;
    background-image: url(../images/hero_bg_1.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: -110px;
    padding-top: 150px;
    padding-bottom: 130px;
    margin-bottom: -100px;
    overflow: visible;
}

.login .row {
    position: relative;
    z-index: 9;
    overflow: visible;
}
.login .row .col-lg-6:last-child{
    position: sticky;
    height: fit-content;
    top: 5vh;
    align-self: flex-start;
    height: 90vh;
}

.login .container {
    width: 95%;
}

.login .img_box {
    position: relative;
    height: 100%;
}

[dir="rtl"] .login .img_box {
    /*height: 700px;*/
    margin-left: 11%;
}

[dir="ltr"] .login .img_box {
    margin-right: 11%;
}
/*.login .img_box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/img_border.png);
}*/
.login .img_box .main_img {
    width: 100%;
    height: 100%;
}

.login .img_box p {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    bottom: 7%;
    width: 80%;
}

[dir="rtl"] .login .img_box p {
    right: 10%;
}

[dir="ltr"] .login .img_box p {
    left: 10%;
}

.login .login_content {
    border-radius: 39px;
    padding: 3px;
    margin-top: 20px;
    color: #fff;
    overflow: hidden;
}

[dir="rtl"] .login .login_content {
    background: linear-gradient(45deg, #75BEE6 1.52%, rgb(255 255 255) 96.99%);
}

[dir="ltr"] .login .login_content {
    background: linear-gradient(-45deg, #75BEE6 1.52%, rgb(255 255 255) 96.99%);
}

.login .login_content .login_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/log_bg.webp);
    background-position: center;
    background-size: cover;
    border-radius: 39px;
    padding: 20px 50px;
}

.login .login_content h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 20px;
}

.login .login_content p {
    text-align: center;
    margin-bottom: 20px;
}

.login .login_content h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.login form {
    width: 400px;
    max-width: 100%;
}

.login form .form-control {
    min-height: 55px;
    border-radius: 12px;
    border: 1px solid #BDC4CD;
    color: #fff;
    background-color: transparent;
}

[dir="rtl"] .login form .form-control {
    text-align: right;
}

[dir="ltr"] .login form .form-control {
    text-align: left;
}

.login form .form-select option {
    background-color: var(--primary-color);
}

.login form label {
    font-weight: normal;
    width: 100%;
}

.login form .form-control::placeholder {
    color: #BDC4CD;
}

.login form .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.login form .form-check a{
    flex-shrink: 0;
}
.login form .form-check-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login form .form-check-input {
    margin: 0;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
}

.login form .btn-login {
    width: 97%;
    height: 60px;
    font-size: 18px;
    margin: 20px auto;
    margin-bottom: 40px;
    display: table;
    border-radius: 0;
    position: relative;
}

.login form .btn-login::before {
    content: "";
    width: 20px;
    height: 100px;
    background-image: url(../images/btn_border.svg);
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: -10px;
    transition: all .3s ease-in-out;
}

.login form .btn-login::after {
    content: "";
    width: 20px;
    height: 100px;
    background-image: url(../images/btn_border.svg);
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    right: -10px;
    transform: rotateY(180deg);
    transition: all .3s ease-in-out;
}

.login form .btn-login:hover::before {
    height: 120px;
    width: 22px;
    top: -30px;
    left: -20px;
}

.login form .btn-login:hover::after {
    height: 120px;
    width: 22px;
    top: -30px;
    right: -20px;
}

.login form .signup-link {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.login .white_logo {
    margin-top: 20px;
}

.login form .signup-link a,
.forgot-password {
    color: var(--primary-color);
}

.join.login .login_content .login_box {
    padding: 20px;
}

.join.login form {
    width: 100%;
}

.login .upload-area {
    border: 2px dashed #39A2DB;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: #39A2DB;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

[dir="rtl"] .login .upload-area {
    background: linear-gradient(288.8deg, rgba(57, 162, 219, 0.1) 28.8%, rgba(117, 190, 230, 0.1) 108.71%);
}

[dir="ltr"] .login .upload-area {
    background: linear-gradient(-288.8deg, rgba(57, 162, 219, 0.1) 28.8%, rgba(117, 190, 230, 0.1) 108.71%);
}

.login .upload-area:hover {
    border-color: #007BFF;
}

.login .upload-area input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

[dir="rtl"] .login .upload-area input[type="file"] {
    left: 0;
}

[dir="ltr"] .login .upload-area input[type="file"] {
    right: 0;
}
.file-caption .input-group {
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}
.login .upload-area .file-caption .file-caption-name{display: none;}
.login .upload-area .file-caption .btn{
    width: 50%;
    border-radius: 0;
}
.login .upload-area .file-preview {
    border: none;
    margin-bottom: 0;
}
.login .upload-area .file-preview .fileinput-remove{
    top: -5px;
    right: -5px;
    line-height: 10px;
    filter: invert(1);
}
.login .upload-area .file-drop-zone {
    border: none;
    min-height: 60px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.login .upload-area .file-drop-zone-title{
    padding: 15px 10px;
}
.krajee-default.file-preview-frame{width: 100%}
.krajee-default.file-preview-frame .kv-file-content {
    width: 50% !important;
    max-width: 100%;
    height: 90px !important;
    object-fit: cover;
    margin: 0 auto;
}
.krajee-default.file-preview-frame .kv-file-content img{
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}
.krajee-default .file-footer-caption{margin-bottom: 0 !important}
.krajee-default .file-caption-info, .krajee-default .file-size-info{
    width: 100% !important;
    height: auto !important;
    font-size: 13px;
}
.krajee-default .file-footer-buttons .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    padding: 0;
}
.file-zoom-dialog .modal-header{
    flex-direction: column;
    gap: 15px;
}
.kv-zoom-actions .btn-kv ,.floating-buttons .btn-kv{
    margin-left: 3px;
    padding: 0 20px;
}
.file-zoom-dialog .floating-buttons {
    top: 5px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

.login .upload-area span {
    font-size: 16px;
}

[dir="rtl"] .form-select {
    padding: .375rem .75rem .375rem 2.25rem;
    background-position: left .75rem center;
}

[dir="ltr"] .form-select {
    padding: .375rem 2.25rem .375rem .75rem;
    background-position: right .75rem center;
}

.about.white_bg {
    background-color: #fff;
}

.about.white_bg h2 {
    color: #000;
}

.about.white_bg .mask-container {
    padding: 25px;
    border: none;
}

[dir="rtl"] .about.white_bg .mask-container {
    background: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

[dir="ltr"] .about.white_bg .mask-container {
    background: linear-gradient(-288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

.about .mask-container video {
    background-color: transparent;
}

.about2 {
    padding: 40px 0;
    background-color: var(--primary-color);
    color: #fff;
    overflow-x: hidden;
}
.about2 h2 {
    width: 400px;
    max-width: 100%;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}

.about2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.img_box {
    position: relative;
}

.img_box .about_img {
    border-radius: 32px;
    border: 5px solid #75BEE6;
    width: 100%;
}

.img_box .star {
    position: absolute;
    top: -28px;
    z-index: 9;
}

[dir="rtl"] .img_box .star {
    right: -28px;
}

[dir="ltr"] .img_box .star {
    left: -28px;
}

.vision {
    padding: 40px 0;
}

.vision .vision_block {
    margin: 40px 0;
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
    position: relative;
    /*min-height: 370px;*/
    padding: 40px 25px;
}

.vision .vision_block .d-flex img {
    width: 90px;
    height: 90px;
    filter: drop-shadow(0px 8.14815px 6.51852px rgba(56, 56, 56, 0.3));
}

[dir="rtl"] .vision .vision_block .d-flex img {
    margin-left: 20px;
}

[dir="ltr"] .vision .vision_block .d-flex img {
    margin-right: 20px;
}

.vision .vision_block .d-flex span {
    font-size: 30px;
    color: #546763;
    font-weight: 700;
}

.vision .vision_block p {
    font-size: 20px;
    line-height: 36px;
    color: #9CA3AF;
    margin: 0;
}

.vision .vision_block::before {
    top: -40px;
}

.vision .vision_block::after {
    bottom: 40px;
    transform: rotateX(180deg);
}

.vision .vision_block::before,
.vision .vision_block::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 30px;
    background-image: url(../images/block_border.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

[dir="rtl"] .vision .vision_block::before,
[dir="rtl"] .vision .vision_block::after {
    left: -5%;
}

[dir="ltr"] .vision .vision_block::before,
[dir="ltr"] .vision .vision_block::after {
    right: -5%;
}

/*0000000*/

.freelance{
    padding: 40px 0;
    padding-bottom: 0;
    background-image: url(../images/freelance_bg.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.freelance .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    padding: 30px;
    width: 370px;
    max-width: 100%;
    margin: 30px auto;
    height: calc(100% - 50px);
    position: relative;
}

.freelance .card::before,
.freelance .card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background-image: url(../images/frelance_border.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s ease-in-out;
}

[dir="rtl"] .freelance .card::before,
[dir="rtl"] .freelance .card::after {
    left: 0%;
}

[dir="ltr"] .freelance .card::before,
[dir="ltr"] .freelance .card::after {
    right: 0%;
}

.freelance .card::before {
    top: 0;
}

.freelance .card::after {
    bottom: 0;
    transform: rotateX(180deg);
}

.freelance .card:hover::before {
    top: -20px;
    width: 110%;
    opacity: 1;
}

[dir="rtl"] .freelance .card:hover::before {
    left: -5%;
}

[dir="ltr"] .freelance .card:hover::before {
    right: -5%;
}

.freelance .card:hover::after {
    bottom: -20px;
    width: 110%;
    opacity: 1;
}

[dir="rtl"] .freelance .card:hover::after {
    left: -5%;
}

[dir="ltr"] .freelance .card:hover::after {
    right: -5%;
}

.freelance .card .icon_box {
    width: 100px;
    height: 100px;
    background-color: rgb(138 178 220 / 45%);
    padding: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-shrink: 0;
}

.freelance .card .icon_box img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.freelance .card .card-body {
    padding: 0;
}

.freelance .card-title {
    font-size: 24px;
    font-weight: bold;
}

.freelance .card p {
    width: 200px;
    max-width: 100%;
    margin: 20px 0;
    color: #000;
}

.freelance .card a {
    color: #119BC6;
    font-weight: bold;
    font-size: 14px;
    transition: all 0s;
}

.freelance .card:hover {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    color: #fff;
}

[dir="rtl"] .freelance .card:hover {
    background: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

[dir="ltr"] .freelance .card:hover {
    background: linear-gradient(-288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

.freelance .card:hover .icon_box {
    background-color: #ffffff;
}

.freelance .card:hover p,
.freelance .card:hover a {
    color: #fff;
}

.pagination {
    padding: 0;
}

.page-link {
    border-radius: 16px !important;
    border: 2 solid #E0E5F2;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    margin: 0 5px !important;
    box-shadow: none !important;
    background-color: #fff !important;
    color: #868E96;
    font-weight: bold;
}

.active>.page-link,
.page-link.active,
.page-link:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.freelance .col-lg-6 .card-title {
    font-size: 30px;
    padding: 0;
}

.filter-sidebar {
    width: 100%;
    margin-bottom: 20px;
}

.filter-title {
    font-size: 18px;
    font-weight: bold;
}

.filter-sidebar .accordion-button {
    background: transparent;
    color: #444444;
    font-weight: bold;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    border-radius: 120px !important;
    padding: 20px;
}

.filter-sidebar .accordion-item {
    border: none;
    margin-bottom: 30px;
}

.filter-sidebar .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.filter-sidebar .accordion-button:not(.collapsed) {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.filter-sidebar .accordion-body {
    padding: 25px 5px;
    max-height: 350px;
    overflow-y: auto;
}

.tags {
    z-index: 99;
    position: absolute;
    top: 20px;
}

.profile-role span {
    font-size: 14px;
    color: #ffffff;
    background-color: #39a2db;
    padding: 3px 6px;
    border-radius: 5px;
}

.training_block img.training_img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 370px;
    object-fit: cover;
}

.tags .dec {
    padding: 6px 10px !important;
    margin-bottom: 5px !important;
}

.filter-sidebar .form-check {
    display: flex;
    gap: 7px;
    padding: 0;
    margin-bottom: 25px;
}

.filter-sidebar .accordion-item .form-check-input {
    float: none;
    margin-left: 0;
}

.filter-sidebar .accordion-item label {
    color: #666666;
    width: 100%;
}

.filter-sidebar .accordion-item label span {
    font-weight: normal !important;
    color: #666666 !important;
}

[dir="rtl"] .filter-sidebar .accordion-item label span {
    float: left;
}

[dir="ltr"] .filter-sidebar .accordion-item label span {
    float: right;
}

.filter-sidebar .form-check-input:checked[type=radio]+label {
    color: #000;
    font-weight: bold;
}

.filter-sidebar .form-label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.filter-sidebar .form-range {
    width: 100%;
    accent-color: #39A2DB;
    /* لون الشريط والمؤشر */
}

.filter-sidebar .price-value {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.filter-sidebar .price-value span {
    font-weight: bold;
    color: #39A2DB;
}

.filter-sidebar .freelance_single {
    padding: 30px 0;
}

.filter-sidebar .btn {
    font-size: 18px;
}

.freelance .card_block {
    border-radius: 32px;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: #fff;
}

.freelance .card_block img {
    border-radius: 32px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}

[dir="rtl"] .freelance .card_block img {
    left: 0;
}

[dir="ltr"] .freelance .card_block img {
    right: 0;
}

.freelance .card_block .card-body {
    position: relative;
    z-index: 9;
}

.freelance .card_block .dec {
    padding: 5px 13px;
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    border-radius: 8px;
    color: #4C4C4D;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}

.freelance .card_block .card-title {
    font-size: 20px;
}

.freelance .card_block .card-title a {
    color: #fff;
}

.freelance .card_block p {
    font-size: 18px;
    margin: 10px 0;
    color: #fff;
}

.freelance .card_block ul {
    margin-bottom: 20px;
    gap: 3px;
}

.freelance .card_block ul i {
    color: #FAAF3A;
}

.freelance_single {
    margin-top: -300px;
}

.tab-content {
    width: 100%;
    padding: 20px;
}

.nav-tabs {
    border: none;
    padding: 0;
    background-color: #fff;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
    padding: 10px;
    gap: 25px;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    color: var(--primary-color);
    background: #fff;
    border: none;
    border-radius: 16px;
    position: relative;
    transition: all .3s;
    padding: 14px 20px !important;
    margin: 0;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background: var(--bg-gradient-primary);
}

.tab_title {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 35px;
}

.tab_title:before {
    content: "";
    background-image: url(../images/title_r_border.png);
    background-size: 100% 100%;
    background-position: center;
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.tab_title:after {
    content: "";
    background-image: url(../images/title_l_border.png);
    background-size: 100% 100%;
    background-position: center;
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.tab-content .Skills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0;
    list-style: none;
}

.tab-content .Skills li {
    padding: 10px 30px;
    opacity: 0.5;
    border-radius: 20px;
    color: #ffffff;
    font-size: 26px;
    min-width: 140px;
    text-align: center;
}

[dir="rtl"] .tab-content .Skills li {
    background: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

[dir="ltr"] .tab-content .Skills li {
    background: linear-gradient(-288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
}

.tab-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgb(25 29 36 / 47%);
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.row {
    --bs-gutter-y: 1.5rem;
}

.tab-content .gallery_block {
    padding: 20px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    transition: all .3s;
    min-height: 100%;
}

.gallery_block:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.gallery_block h6 {
    width: max-content;
}

[dir="rtl"] .gallery_block h6 {
    margin: 5px auto 5px 0;
}

[dir="ltr"] .gallery_block h6 {
    margin: 5px 0 5px auto;
}

.gallery_block h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.gallery_block h2 a {
    color: #000;
}

.gallery_block p {
    font-size: 18px;
    color: #4C4C4D;
}

.gallery_block span {
    font-size: 18px;
    color: #4C4C4D;
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    border-radius: 8px;
    padding: 10px 16px;
}

.profile-card {
    background: #fff;
    padding: 20px 40px;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.profile-card .flag {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
}

[dir="rtl"] .profile-card .flag {
    right: 20px;
}

[dir="ltr"] .profile-card .flag {
    left: 20px;
}

.profile-card .profile-img {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.profile-card .profile-img .user {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #F1F1F3;
    margin-top: 40px;
    padding: 8px;
    display: table;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.02), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
}

.profile-card .profile-img .verified {
    width: 40px;
    position: absolute;
    bottom: 0;
}

[dir="rtl"] .profile-card .profile-img .verified {
    left: 0;
}

[dir="ltr"] .profile-card .profile-img .verified {
    right: 0;
}

.profile-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.profile-role {
    font-size: 14px;
    color: var(--text-color-light);
}

.profile-card hr {
    opacity: 0.2;
    margin: 20px 0;
}

.freelance_single .rating {
    color: var(--text-color-light);
    display: inline-flex;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.freelance_single .rating li {
    margin: 0 !important;
}

.freelance_single .rating .bi-star-fill {
    color: #F6C92D;
}

.profile-info {
    margin-top: 15px;
}

[dir="rtl"] .profile-info {
    text-align: right;
}

[dir="ltr"] .profile-info {
    text-align: left;
}

.profile-info h5 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.profile-info h5 span {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
}

.content-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
}

.content-box .nav-tabs {
    width: fit-content;
}

.modal form .form-control {
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid #BDC4CD;
    color: #6e6e6e;
    background-color: transparent;
}

[dir="rtl"] .modal form .form-control {
    text-align: right;
}

[dir="ltr"] .modal form .form-control {
    text-align: left;
}

.modal form .form-select option {
    background-color: var(--primary-color);
}
.freelance_single .modal form .form-select option{
    background-color: #ffffff;
}
.modal form label {
    font-weight: normal;
}

.modal form .form-control::placeholder {
    color: #BDC4CD;
}

.modal form .form-check {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal form .form-check-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal form .form-check-input {
    margin: 0;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
}

.modal .upload-area {
    border: 2px dashed #39A2DB;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    color: #39A2DB;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

[dir="rtl"] .modal .upload-area {
    background: linear-gradient(288.8deg, rgba(57, 162, 219, 0.1) 28.8%, rgba(117, 190, 230, 0.1) 108.71%);
}

[dir="ltr"] .modal .upload-area {
    background: linear-gradient(-288.8deg, rgba(57, 162, 219, 0.1) 28.8%, rgba(117, 190, 230, 0.1) 108.71%);
}

.modal .upload-area:hover {
    border-color: #007BFF;
}

.modal .upload-area input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

[dir="rtl"] .modal .upload-area input[type="file"] {
    left: 0;
}

[dir="ltr"] .modal .upload-area input[type="file"] {
    right: 0;
}

.modal .upload-area span {
    font-size: 16px;
}
.modal .upload-area .btn {
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #fff !important;
    color: var(--primary-color);
    font-weight: normal;
}
.modal-dialog {
    width: 800px;
    max-width: 90%;
}

.modal-header {
    justify-content: center;
    border-bottom: none;
    padding: 20px;
    font-weight: bold;
}

.modal-title {
    font-weight: bold;
}

.modal-header .btn-close {
    border: 1px solid #D9D9D9;
    border-radius: 13px;
    position: absolute;
    padding: 15px;
    top: 20px;
    color: #000;
    opacity: 1;
}

[dir="rtl"] .modal-header .btn-close {
    right: 20px;
}

[dir="ltr"] .modal-header .btn-close {
    left: 20px;
}

.col-lg-12 {
    margin-top: 15px;
}

.modal-body {
    padding: 20px 60px;
}

.pulse {
    width: 40px;
    height: 40px;
    background-color: #fad6d6;
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgb(250, 214, 214);
    animation: pulseAnim 2s infinite;
    margin: 100px auto;
}

@keyframes pulseAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(250, 214, 214, 0.6);
    }

    70% {
        box-shadow: 0 0 0 40px rgba(250, 214, 214, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(250, 214, 214, 0);
    }
}

#alertModal h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 25px;
}

#alertModal a {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: block;
}

#successModal img {
    width: 250px;
    margin: 30px auto;
    display: table;
}

#successModal h3 {
    text-align: center;
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 25px;
}

#successModal h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

#reviewModal .rating {
    justify-content: center;
    margin: 20px 0;
    font-size: 20px;
}

#reviewModal .profile-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#reviewModal .profile-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#reviewModal .profile-img h2 {
    font-size: 20px;
    margin: 0;
}

.modal-body .btn.btn-cancel {
    color: #D6341B !important;
    border: 2px solid #D6341B !important;
    background: #fff;
}

.tickets {
    margin-top: -300px;
    background-color: #fff;
    padding-top: 50px;
}

.ticket-card {
    display: flex;
    background: rgba(241, 241, 241, 0.2);
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    max-width: 100%;
    margin: 15px 0;
}

.ticket-content {
    flex-grow: 1;
    max-width: 100%;
}

[dir="rtl"] .ticket-content {
    padding-right: 20px;
    text-align: right;
}

[dir="ltr"] .ticket-content {
    padding-left: 20px;
    text-align: left;
}

.ticket-header {
    margin-bottom: 10px;
}

.ticket-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color:#000;
}

.ticket-id {
    font-size: 14px;
}

.ticket-description {
    color: #4C4C4D;
    font-size: 14px;
    line-height: 1.6;
    width: 320px;
    max-width: 100%;
}

.ticket-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

.ticket-tag.in_progress {
    background: #e3d6f7;
    color: #8551d5;
}

.ticket-tag.pending {
    background: #FDF0CA;
    color: #FFC200;
}

.ticket-tag.ready {
    background: #D5EAF5;
    color: #39A2DB;
}

.ticket-tag.complete {
    background: #CEF7DF;
    color: #14E26A;
}
.ticket-tag.bg-danger {
    background-color: #faadb496 !important;
    color: #9c0211;
}

.ticket-user {
    min-width: 150px;
    max-width: 250px;
    width: 20%;
}

[dir="rtl"] .ticket-user {
    border-left: 1px solid #D9D9D9;
}

[dir="ltr"] .ticket-user {
    border-right: 1px solid #D9D9D9;
}

.ticket-user img {
    width: 40px;
    height: 40px;
    border-radius: 8px;

}

.ticket-user h5 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.ticket-user small {
    color: #adadad;
    font-size: 12px;
}

[dir="rtl"] .ticket-actions {
    text-align: left;
}

[dir="ltr"] .ticket-actions {
    text-align: right;
}

.reply-button {
    height: 50px;
    line-height: 50px;
}

.chat-container {
    margin: auto;
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
}

.chat-header {
    box-shadow: 0 0 15px 0 rgb(17 17 17 / 7%);
    border-radius: 20px;
    padding: 20px;
    top: 20px;
}

.chat-header h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
    color: #262626;
    font-weight: bold;
}

.chat-header .status {
    display: flex;
    gap: 10px;
}

.chat-header .status span.text {
    font-size: 12px;
    color: #4C4C4D;
    margin-bottom: 10px;
}

.chat-messages {
    /*flex: 1;*/
    padding: 20px 0;
    overflow-y: auto;
    max-height: 60vh;
    margin-top: 20px;
}

.message {
    margin-bottom: 30px;
}

.message .avatar {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

[dir="rtl"] .message .avatar {
    margin-left: 10px;
}

[dir="ltr"] .message .avatar {
    margin-right: 10px;
}

.message-content {
    background: #F1F1F1;
    padding: 15px;
    border-radius: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.message-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.message-info h3 {
    font-size: 18px;
    color: #252432;
    font-weight: bold;
}

.message-info span {
    color: #252432;
    opacity: 0.5;
    font-size: 13px;
}

.chat-footer {
    padding: 10px 20px;
    margin-top: 50px;
}

.chat-footer form {
    display: flex;
    align-items: center;
    gap: 30px;
}

.chat-footer .text {
    position: relative;
    width: 100%;
}

.chat-footer .text .form-control {
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px 45px;
    height: 80px;
    line-height: 34px;
}

[dir="rtl"] .chat-footer .text .form-control {
    text-align: right;
}

[dir="ltr"] .chat-footer .text .form-control {
    text-align: left;
}

.chat-footer .text img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

[dir="rtl"] .chat-footer .text img {
    left: 20px;
}

[dir="ltr"] .chat-footer .text img {
    right: 20px;
}

.chat-footer .upload input {
    display: none;
}

.chat-footer img {
    cursor: pointer;
}

.chat {
    margin-top: -400px;
    background-color: #fff;
}

.chat-head {
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border: 1px solid #F1F1F3;

}

.chat-head .container {
    gap: 20px;
    padding: 30px 0;
}

.chat-head img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    flex-shrink: 0;
}

.chat-head h3 {
    font-size: 18px;
    color: #141522;
    font-weight: bold;

}

.chat-head h4 {
    font-size: 12px;
    color: #141522;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.chat-head h4 span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.chat-head h4 span.active {
    background: #25C78B;
}

.chat-head h4 span.not_active {
    background: #D4D7D6;
}

.chat .chat-messages {
    padding: 0 15px;
    height: 900px;
}

.chat .chat-messages .date {
    padding: 11px 12px;
    background: #141522;
    box-shadow: 0px 1px 3px rgba(84, 111, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    min-width: 150px;
    text-align: center;
    display: table;
    margin: 20px auto;
}

.chat .chat-messages .message {
    margin-bottom: 10px;
    width: 350px;
    max-width: 90%;
}

.chat .chat-messages .message .message-content {
    box-shadow: 0px 1px 3px rgba(84, 111, 255, 0.2);
    padding: 15px;
    color: #fff;
    background: linear-gradient(288.8deg, #39A2DB 28.8%, #75BEE6 108.71%);
    border-radius: 10px 0px 10px 10px;
}


.chat .chat-messages .message .message-content img {
    margin: 10px 0;
    width: 100%;
}

.chat .chat-messages .message .message-content a {
    display: block;
    width: 100%;
    color: inherit;
}

[dir="rtl"] .chat .chat-messages .message_replay {
    text-align: left;
    margin-right: auto;
}

[dir="ltr"] .chat .chat-messages .message_replay {
    text-align: right;
    margin-left: auto;
}

.chat .chat-messages .message_replay .message-content {
    background: #e7e7e7;
    border-radius: 0px 10px 10px 10px;
    color: #141522;
}


.chat .chat-messages .message_replay .message-info {
    justify-content: flex-end;
}

.message-name {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.chat .chat-messages .message_replay .message-name {
    justify-content: flex-end;
}

.solutions,
.contact_us {
    padding-top: 50px;
    position: relative;
}

.solutions .form-group {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px;
}

[dir="rtl"] .solutions .form-group {
    box-shadow: 40px 0px 70px rgba(41, 171, 226, 0.05), -40px 100px 70px rgba(41, 171, 226, 0.05);
}

[dir="ltr"] .solutions .form-group {
    box-shadow: -40px 0px 70px rgba(41, 171, 226, 0.05), 40px 100px 70px rgba(41, 171, 226, 0.05);
}

.solutions .form-group label,
.contact_us label {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.solutions .form-group .form-control,
.contact_us .form-control {
    min-height: 45px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.contact_us label {margin-bottom: 0}
.contact_us .form-control {min-height: 36px}
.contact_us .form-group{margin-bottom: 0}

[dir="rtl"] .solutions .form-group .form-control,
[dir="rtl"] .contact_us .form-control {
    text-align: right;
}

[dir="ltr"] .solutions .form-group .form-control,
[dir="ltr"] .contact_us .form-control {
    text-align: left;
}

.form-group .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.form-group .checkbox-item {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-group .checkbox-item input[type="radio"] {
    display: none;
}

.form-group .checkbox-item label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}

[dir="rtl"] .form-group .checkbox-item label {
    padding-right: 40px;
}

[dir="ltr"] .form-group .checkbox-item label {
    padding-left: 40px;
}

.form-group .checkbox-item label::after {
    content: '';
    width: 28px;
    height: 28px;
    background-color: #f0faff;
    border-radius: 10px;
    font-size: 18px;
    color: #29ABE2;
    position: absolute;
    top: 0;
    line-height: 28px;
    text-align: center;
}

[dir="rtl"] .form-group .checkbox-item label::after {
    right: 0;
}

[dir="ltr"] .form-group .checkbox-item label::after {
    left: 0;
}

.form-group .checkbox-item input[type="radio"]:checked+label::after {
    content: '✓';
}

.solutions .upload-area {
    padding: 10px;
    text-align: center;
    color: #000;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
    transition: border-color 0.3s ease;
}

.solutions .upload-area input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

[dir="rtl"] .solutions .upload-area input[type="file"] {
    left: 0;
}

[dir="ltr"] .solutions .upload-area input[type="file"] {
    right: 0;
}

.solutions .upload-area span {
    font-size: 16px;
    color: #000;
    opacity: 0.4;
}

.contact_us .contact_us_block {
    padding: 25px 60px;
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.contact_us .info_block {
    text-align: center;
}

.contact_us .info_block .icon {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 72px;
    font-size: 24px;
    color: #39A2DB;
}

[dir="rtl"] .contact_us .info_block .icon {
    background: linear-gradient(288.8deg, rgb(57 162 219 / 20%) 28.8%, rgb(117 190 230 / 20%) 108.71%);
}

[dir="ltr"] .contact_us .info_block .icon {
    background: linear-gradient(-288.8deg, rgb(57 162 219 / 20%) 28.8%, rgb(117 190 230 / 20%) 108.71%);
}

.contact_us .info_block h3 {
    font-size: 20px;
    color: #39A2DB;
    font-weight: 600;
}

.contact_us .info_block h4 {
    font-size: 18px;
    color: #39A2DB;
    margin-bottom: 0;
}

.contact_us .contact_us_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.contact_us .contact_us_title h2 {
    font-size: 30px;
    line-height: 50px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}

.contact_us .contact_us_title ul {
    padding: 0;
}

.contact_us .contact_us_title ul a {
    width: 50px;
    height: 50px;
    border: 1px solid #B7B7B7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    color: #1E2532;
    background-color: #fff;
}

.contact_us .contact_us_title ul a:hover {
    background-color: #d7ecf8;
}

.ai_support {
    padding-top: 50px;
    background-image: url(../images/chat_ahape.png);
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.ai_support_head {
    text-align: center;
}

.ai_support_head img {
    width: 200px;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 50%;
}

.ai_support_head h2 {
    font-size: 30px;
    line-height: 50px;
    color: #191D24;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    color: #B8BABC;
}

.ai_support .messages_ex {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.ai_support .messages_ex .block {
    width: 23%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}

.ai_support .messages_ex .block h2 {
    font-size: 22px;
    font-weight: bold;
    color: #808080;
    min-height: 50px;
    margin-bottom: 10px;
}

.ai_support .messages_ex .block p {
    font-size: 18px;
    color: #808080;
    margin-bottom: 0;
}

#TrainingTabs {
    width: fit-content;
    margin-top: -85px;
}

.training_block {
    padding: 15px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
    transition: all .3s;
}

.training_block:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.training_block img.training_img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.training_block h6 {
    width: max-content;
    margin: 0;
    color: #39A2DB;
    font-size: 20px;
    font-weight: bold;
}

.training_block h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.training_block h2 a {
    color: #000;
}

.training_block p {
    font-size: 18px;
    color: #4C4C4D;
}

.training_block span {
    font-size: 14px;
    color: #4C4C4D;
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    border-radius: 8px;
    padding: 10px 16px;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.training_block span i {
    color: #000000;
}

.training_profile img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    flex-shrink: 0;
}

.training_profile {
    gap: 10px;
}

.training_profile img {}

.training_profile h3 {
    font-size: 16px;
    color: #141522;
    font-weight: bold;
}

.training_profile h4 {
    font-size: 12px;
    color: #666666;
    margin-bottom: 0;
}

.training_profile span.live {
    font-size: 12px;
    padding: 5px 30px;
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    border-radius: 8px;
    color: #ACACAC;
}

[dir="rtl"] .training_profile span.live {
    margin-right: auto;
}

[dir="ltr"] .training_profile span.live {
    margin-left: auto;
}

.training_block .btn {
    font-size: 18px;
}

.hero .back {
    margin-top: -210px;
    width: 190px;
    background-color: #fff !important;
    background-image: none;
    color: #39A2DB !important;
}

[dir="rtl"] .hero .back {
    float: left;
}

[dir="ltr"] .hero .back {
    float: right;
}

.training_single {
    margin-top: -400px;
    position: relative;
    overflow: hidden;
}

.training_gallery {
    gap: 20px;
    margin-bottom: 30px;
}

.training_gallery div {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.training_gallery img {
    width: 100%;
    border-radius: 8px;
    height: 290px;
    object-fit: cover;
}

.training_gallery .main_img {
    width: 70%;
    height: 600px;
    border-radius: 20px;
}

.training_single #TrainingTabs {
    margin-top: 20px;
}

.training_single .tab-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 30px;
}

.training_single .tab-content p {
    font-size: 18px;
    color: #4C4C4D;
    text-align: justify;
}

.training_single .training_info {
    background: #FFFFFF;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.training_single .training_info h3.price {
    font-size: 30px;
    color: #39A2DB;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.calendar-container {
    width: 100%;
    max-width: 100%;
}

.calendar-container label {
    font-size: 24px;
    font-weight: bold !important;
    margin-bottom: 20px;
}

#calendar {
    width: 100%;
    opacity: 0;
    display: none;
}

.flatpickr-calendar.inline {
    border: none;
    box-shadow: none;
}

.flatpickr-calendar,
.flatpickr-rContainer {
    width: 100% !important;
    /* Ensures Flatpickr calendar takes the full width */
}

.flatpickr-months .flatpickr-month {
    margin-bottom: 30px
}

.flatpickr-month {
    width: 100% !important;
    /* Ensures the month display is also full width */
}

.numInput,
.flatpickr-monthDropdown-months {
    font-weight: bold;
}

.flatpickr-days {
    width: 100% !important;
}

.dayContainer {
    width: 100%;
    max-width: 100%;
}

.flatpickr-day {
    max-width: 100%
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.5);
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.radio-group label {
    font-size: 24px;
    font-weight: bold !important;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.radio-item {
    display: flex;
    align-items: center;
    color: #000000;
    width: 28%;
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item label {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

[dir="rtl"] .radio-item label {
    direction: ltr;
}

[dir="ltr"] .radio-item label {
    direction: rtl;
}

.radio-item input[type="radio"]:checked+label {
    background-color: #39A2DB;
    color: white;
}

.offcanvas.offcanvas-end {
    opacity: 0
}

.iti {
    width: 100%
}

.iti__country-list {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    left: 0 !important;
    color: #000;
}

.select2-container--default .select2-selection--multiple {
    min-height: 60px;
    border-radius: 12px;
    border: 1px solid #BDC4CD !important;
    color: #fff;
    background-color: transparent;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #000;
}

.iti__country.iti__highlight,
.iti__country.iti__active {
    background-color: #39a2db80;
}


.blog_single {
    margin-top: -100px;
}

.blog_single .blog_slider {
    margin-bottom: 20px;
}

.blog_single .blog_slider img {
    border-radius: 20px;
    min-height: 360px;
    max-height: 500px;
    object-fit: cover;
}

.blog_info span i {
    margin: 0 5px;
    float: left;
}

.blog_single h2 {
    margin-bottom: 30px;
}

.blog_single p {
    font-size: 18px;
    line-height: 32px;
}


.star-rating {
    font-size: 2rem;
    display: flex;
    justify-content: start;
    gap: 5px;
}

.star-rating i {
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.star-rating i.selected,
.star-rating i:hover,
.star-rating i:hover~i {
    color: gold;
}

.invoice {
    padding: 50px 0;
}

.invoice-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-top: 30px;
    border: solid;
}

.invoice-card img {
    max-width: 100px;
}

.invoice-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.invoice-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 0.9rem;
    color: #555;
    flex-wrap: wrap;
}

.print-button {
    position: relative;
    margin-right: 15px;
}

.invoice-title-bar {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {

    .invoice-header,
    .invoice-footer {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .ai_support .messages_ex .block h2{
        min-height: 20px;
    }
    .invoice-title-bar {
        justify-content: center !important;
        gap: 15px;
    }

    .print-button {
        margin: 10px 0 0 0;
    }
}


[dir="rtl"] .dropdown-item {
    text-align: right !important;
}

.profile-card .upload-area {
    border: 2px dashed #39A2DB;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    color: #39A2DB;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

[dir="rtl"] .profile-card .upload-area {
    background: linear-gradient(288.8deg, rgba(57, 162, 219, 0.1) 28.8%, rgba(117, 190, 230, 0.1) 108.71%);
}

[dir="ltr"] .profile-card .upload-area {
    background: linear-gradient(-288.8deg, rgba(57, 162, 219, 0.1) 28.8%, rgba(117, 190, 230, 0.1) 108.71%);
}

.profile-card .upload-area:hover {
    border-color: #007BFF;
}

.profile-card .upload-area input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

[dir="rtl"] .profile-card .upload-area input[type="file"] {
    left: 0;
}

[dir="ltr"] .profile-card .upload-area input[type="file"] {
    right: 0;
}

.profile-card .upload-area span {
    font-size: 16px;
}

.profile-card .form-label {
    width: 100%;
    font-weight: 600;
    text-align: start;
}

.profile-card .form-control {
    min-height: 60px;
    border-radius: 12px;
    border: 1px solid #BDC4CD;
    color: #000;
    background-color: transparent;
}
[dir="rtl"] .profile-card .form-control{text-align: right;}
[dir="ltr"] .profile-card .form-control{text-align: left;}

.nav-tabs .dropdown-menu {
    background-color: #fff;
    border: 1px solid #F1F1F3;
    box-shadow: 0px 354px 141px rgba(116, 196, 236, 0.01), 0px 199px 119px rgba(116, 196, 236, 0.05), 0px 88px 88px rgba(116, 196, 236, 0.09), 0px 22px 49px rgba(116, 196, 236, 0.1);
    border-radius: 12px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #747582;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #747582;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #747582;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #747582;
  opacity: 1;
}

form .btn{
    width: 300px;
    max-width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #55b0e0;
    border-radius: 6px;
}
.chat-header .reply-button{
    width:100%;
}
.modal-body .rating {
    text-align: center;
    padding: 0;
    margin-top: 20px;
}
.modal-body .rating .star{
    margin:0 2px !important;
    color: #B1B5C3;
}
.modal-body .rating .star .bi-star-fill{
    color: #F6C92D;
}
.modal-body img.rounded-circle{
    width: 100px;
    height: 100px;
}
.modal-body img.rounded-circle + h6{
    font-size: 18px;
    font-weight: 600;
}
.modal-body form .btn{
    width:100%;
}
.navbar-nav {
        padding: 0
    }

.team_block{
    text-align: center;
}
.team_block img {
    border-radius: 10px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.team_block h2{
    font-size: 24px;
    font-weight: 600;
}
.team_block p{
    font-size: 20px;
}

.login .login_content .login_box .mb-2{
    margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .navbar-brand img{width: 120px;}
    .nav-link {
        color: #ffffff;
        margin: 0 4px;
        font-size: 14px;
        padding: 0 3px !important;
    }
    .navbar .gap-15{gap:10px}
    .hero .title h1{
        font-size: 35px;
        line-height: 50px;
        width:100%;
        max-width:100%;
    }
    [dir="ltr"] .hero .title h1{
        font-size: 35px;
        line-height: 50px;
    }
    .hero .img_box {
        width: 90%;
    }

    .nav_btn {
        white-space: nowrap;
        font-size: 13px;
        padding: 0 5px;
        min-width: 80px;
    }
    .testimonial-section .testimonial-img {
        width: 12rem;
        height: 12rem;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .contact_us .contact_us_title h2{font-size: 20px;line-height: 30px}
    .nav-link {
        color: #ffffff;
        margin: 7px 10px;
        font-size: 16px;
        padding: 0 5px !important;
    }
    .offcanvas {
        background-color: var(--primary-color);
    }
    .freelance .card_block{
        height: 450px;
    }
    .training_block img.training_img {
        height: auto;
    }

    .offcanvas.offcanvas-end {
        opacity: 1
    }

    .offcanvas-header .btn-close {
        color: #fff !important;
        filter: brightness(0) invert(1);
    }

    .navbar-toggler {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
        border-radius: 50px;
        border: 1px solid #fff;
        color: #fff;
        order: 1;
        padding: 0;
    }

    .navbar-collapse,
    .navbar .nav_btn,
    .navbar .user_img,
    .btn_group {
        display: none !important;
    }
    .offcanvas .btn_group {
        display: flex !important;
    }

    .hero .title h1,[dir="ltr"] .hero .title h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .login {
        padding: 40px 20px;
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .title h1,
    .title h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .title p,
    .hero .title p {
        font-size: 20px;
        line-height: 30px;
    }

    .login .img_box {
        display: none;
    }

    .service {
        padding-bottom: 30px;
    }

    .service .col-md-3 {
        height: auto;
    }

    .service .service_bg {
        width: 100vw;
        top: 50%;
    }

    [dir="rtl"] .service .service_bg {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    [dir="ltr"] .service .service_bg {
        right: 50%;
        transform: translate(50%, -50%);
    }

    .about h2 {
        font-size: 40px;
        text-align: center;
    }
    .about p{text-align: center;}
    .about .btn{
        margin: 0 auto;
        display: table;
        margin-bottom: 50px;
    }
    .about {
        background-size: 100% 650px;
        padding: 60px 0;
    }

    [dir="rtl"] .about {
        background-position: bottom left;
    }

    [dir="ltr"] .about {
        background-position: bottom right;
    }

    [dir] .about {
        background-position-y: 90%;
    }

    .about .mask-container {
        width: 100%
    }

    .faq-section {
        padding: 0
    }

    .faq-title {
        margin-bottom: 30px;
    }

    .faq-image {
        display: none;
    }
    .testimonial-section .testimonial-img {
        width: 77%;
        height: auto;
    }
    .testimonial-section .container {
        max-width: 100%
    }

    .testimonial-section .testimonial-content .user_bg {
        width: 120%;
        max-width: fit-content
    }

    [dir="rtl"] .testimonial-section .testimonial-content .user_bg {
        left: 40%
    }

    [dir="ltr"] .testimonial-section .testimonial-content .user_bg {
        right: 40%
    }

    .testimonial-section .testimonial-img {
        /*margin-top: -2.9rem;*/
    }

    [dir="rtl"] .testimonial-section .testimonial-img {
        margin-right: 0.6rem;
    }

    [dir="ltr"] .testimonial-section .testimonial-img {
        margin-left: 0.8rem;
    }

    .about2 h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .about2 p {
        font-size: 20px;
        line-height: 30px
    }

    .vision .vision_block p {
        font-size: 20px
    }

    .freelance_single {
        margin-top: -400px;
    }

    .tab-content p {
        font-size: 18px;
    }

    .ai_support .messages_ex .block {
        width: 31%
    }

    .ai_support .messages_ex .block h2 {
        font-size: 20px;
    }

    .training_single #TrainingTabs {
        gap: 15px
    }
    #TrainingTabs .nav-link{
        padding: 12px 12px !important;
        font-size: 14px !important;
    }

    .training_single .tab-content h2 {
        font-size: 30px
    }

    .training_single .tab-content p {
        font-size: 18px
    }

    .training_gallery {
        flex-wrap: wrap;
    }

    .training_gallery .main_img {
        width: 100%;
        height: 530px;
    }

    .training_gallery div {
        width: 100%;
        flex-direction: row;
    }

    .training_gallery img {
        width: calc(50% - 10px);
        height: 250px;
    }
    .hero .img_box {
        width: 100%;
    }
    .team_block img{height: 300px}
    .team_block h2{font-size: 18px}
    .team_block p{font-size: 14px}
    #TrainingTabs{gap: 15px}
    footer .footer_img {width: 100%}
    footer .contact_info .contact-item {
        width: 100%
    }
}

@media (max-width: 768px) {
    .news-section{
        padding-bottom: 20px;
    }
    .contact{padding-top: 20px}
    .reply-button {
        font-size: 16px !important;
        padding: 0 20px;
        min-width: unset !important;
    }
    [dir="rtl"] .ticket-actions {
        padding-left: 20px;
    }
    [dir="ltr"] .ticket-actions {
        padding-right: 20px;
    }
    .testimonial-section .client-name, .testimonial-section .client-position {
        text-align: center;
        display: table;
        margin: 7px auto;
    }
    .blog_single p {
        font-size: 16px;
        line-height: 30px;
    }
    .testimonial-section .testimonial-text{
        text-align:center;
    }
    .hero {
        min-height: 400px;
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .hero img {
        display: none;
    }

    .login .container {
        width: 100%;
        max-width: 100%;
    }

    [dir="rtl"] .contact .contact_info .info_icon {
        left: 0;
    }

    [dir="ltr"] .contact .contact_info .info_icon {
        right: 0;
    }

    .page-link {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 24px;
    }

    .service .col-md-6 {
        order: 2;
    }

    .service .service_block {
        max-width: 100%;
        padding: 30px 20px
    }

    .service .col-sm-6 {
        width: 50%;
    }

    .about p {
        font-size: 20px
    }

    .stats-section h2 {
        font-size: 36px
    }

    .testimonial-section .testimonial-content .user_bg {
        display: none;
    }

    .vision .col-md-5 {
        margin-top: 0
    }

    .vision .vision_block {
        min-height: auto;
        padding: 30px 15px;
        margin: 35px 0
    }

    .vision .vision_block p {
        line-height: 30px;
        font-size: 20px;
    }

    .profile-card {
        margin-bottom: 20px;
    }

    .modal-body {
        padding: 20px 20px;
    }

    .profile-card {
        padding: 20px 15px
    }

    .profile-info h5 {
        font-size: 16px
    }

    .btn {
        font-size: 17px
    }

    .content-box {
        padding: 10px
    }

    .nav-tabs .nav-link {
        padding: 10px !important;
        font-size: 16px !important;
    }

    .tab-content .Skills li {
        padding: 10px 10px;
        font-size: 20px;
        min-width: 100px;
    }

    .tab-content .Skills {
        gap: 15px;
    }

    .tab-content {
        padding: 6px
    }

    .contact_us .contact_us_block {
        padding: 25px 15px
    }

    .contact_us .contact_us_title {
        flex-direction: column;
    }

    .contact_us .contact_us_title ul {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .contact_us .contact_us_title {
        margin-bottom: 20px;
    }

    .ai_support .messages_ex .block {
        width: 48%
    }

    .training_gallery .main_img {
        height: auto;
    }

    .hero .back {
        margin-top: -250px
    }

    .training_single #TrainingTabs {
        width: 100%
    }
    .testimonial-section .testimonial-content{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .testimonial-section .testimonial-content .col-sm-12 {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .testimonial-section .testimonial-content{padding:0;}
    .testimonial-section .testimonial-img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 !important;
    }
    .freelance .card p{margin: 15px 0;}
    .training_single #TrainingTabs {
        gap: 10px
    }
}

@media (max-width: 640px) {
    .stats-grid {
        gap: 15px;
    }
    .freelance .card{padding: 20px}
    .stat-card {
        width: 47%;
        padding: 15px;
        flex: auto;
    }
    [dir="rtl"] .ticket-actions {
        text-align: right;
    }
    [dir="ltr"] .ticket-actions {
        text-align: left;
    }
    .stats-grid::before,
    .stats-grid::after {
        width: 48px;
    }
    #TrainingTabs {
        width: 100%;
        gap: 15px;
        flex-direction: column;
    }
    .stat-card .stat-number {
        font-size: 26px
    }
    footer .links {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 15px;
        margin: 20px 0 !important;
    }

    .vision .vision_block::before,
    .vision .vision_block::after {
        width: 100%
    }

    [dir="rtl"] .vision .vision_block::before,
    [dir="rtl"] .vision .vision_block::after {
        left: 0
    }

    [dir="ltr"] .vision .vision_block::before,
    [dir="ltr"] .vision .vision_block::after {
        right: 0
    }

    .ticket-user {
        min-width: 80px
    }

    .ticket-content {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
    .training_gallery img {
        height: 200px
    }
    .team_block img{height: 250px}
    .ticket-card{
        flex-direction: column;
    }
    .ticket-user{width: 100%;border: none !important;}
    .ticket-actions{padding: 0 !important}
    .ticket-user h5{margin-bottom: 0}
    .login {padding: 40px 0}
}

@media (max-width: 576px) {
    .testimonial-section .testimonial-content {
        padding: 0 !important
    }
    .testimonial-section .text-start {
        text-align: center !important;
    }

    .ai_support .messages_ex .block {
        width: 100%
    }

    .training_gallery img {
        height: auto;
        width: 100%
    }

    .training_gallery div {
        flex-direction: column;
    }
    .about h2,[dir="ltr"] .about h2 {
        font-size: 26px;
        line-height: 42px;
    }
    .about p {
        font-size: 20px !important;
        line-height: 30px
    }
    .calendar-container label{font-size: 18px;}
    .freelance .card_block .dec {
        padding: 3px 10px !important;
        font-size: 13px;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 460px) {
    .hero .title h1,[dir="ltr"] .hero .title h1 {
        font-size: 26px;
        line-height: 45px;
    }
    .btn {
        padding: 0 20px;
        min-width: 120px;
        height: 50px;
        line-height: 50px;
    }
    .hero .btn {
        width: 200px;
        font-size: 16px;
    }
    .nav_btn {
        font-size: 13px !important;
        padding: 0 5px !important;
    }
    .login .login_content h1 {
        font-size: 35px
    }

    .login .login_content .login_box {
        padding: 20px;
    }

    .service .col-sm-6 {
        width: 100%;
    }

    .service .service_block {
        width: 100%
    }

    .content-box .nav-tabs {
        flex-direction: column;
        width: 100%;
    }

    .nav-tabs .nav-link {
        width: 100%
    }

    footer p {
        font-size: 18px;
    }

    .contact_us .contact_us_title h2 {
        font-size: 18px;
    }

    .nav-tabs .nav-link {
        font-size: 14px !important
    }
    .blog_info {
        flex-wrap: wrap;
    }
    .freelance .card_block {
        height: 390px;
    }
    footer{padding-bottom: 30px}
}

#backToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: var(--bg-gradient-primary);
    border: none;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    transform: rotate(0deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#backToTop svg {
    width: 24px;
    height: 24px;
    fill: white;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
}
