/* Pallete */
:root {
    --main-color: #251B59;
    --light-main-color: rgba(42, 51, 53, 0.80);
    --secondry-color: #5BAAA2;
    --text-color:#101010;
    --white-color: #fff;
    --lightWhite-color: rgba(255, 255, 255, 0.20);
    --semilightWhite-color: rgba(255, 255, 255, 0.7);
    --black-color: #000;
    --grey-color: #F1F1F1;
    --border-radius:2rem;
     --_animspeed-fast: .1s;
    --_animspeed-medium: .3s;
    --_animspeed-slow: .6s;
    --_animbezier: cubic-bezier(.23,.65,.74,1.09);
}
/* General */
html {
    font-size: 16px;
}
button,
.btn {
    background: var(--main-color);
    box-shadow: none;
    border: 1px solid var(--main-color) !important;
    color: var(--white-color) !important;
    padding: 0.5rem 1.7rem;
    border-radius: var(--border-radius);
    margin: 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    display: inline-flex;
    padding: 0.38756rem 0.875rem 0.38756rem 0.3875rem;
    justify-content: center;
    align-items: center;
    gap: 0.2625rem;
    overflow:hidden;
}
.btn-secondary{
    background: #5BAAA2; 
    border: 1px solid #5BAAA2 !important; 
        padding: 0.38756rem 1.5rem;
}
.btn-secondary:hover{
     color: #5BAAA2 !important; 
    border: 1px solid #5BAAA2 !important; 
     background:transparent;
}
.btn-white{
    border: 1px solid #F7F7F7 !important;
    background:#F7F7F7;
    color:#101011 !important;
    padding-right:2rem;
    padding-left:2rem;
}
.btn span{
    display: flex;
width: 1.75rem;
height: 1.75rem;
/* transform: rotate(-45deg); */ 
align-items: center; 
background: var(--white-color);
border-radius: 0.875rem;
justify-content: center;
}
a:hover,#site-nav a:hover{
    text-decoration: none;
    color:var(--secondry-color);
}
.btn-white span{
    background: var(--main-color);
}
.main__title {
    margin-bottom: 4rem;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	color: var(--secondry-color) !important;
}
.error404 .form-control {
	height: 2.6rem;
}
.loading-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: auto;
	background: var(--white-color);
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
/* header__navbar */
header .header__main {
    padding: 1.25rem 0
}
.header__navbar #menu-main-menu {
    flex-direction: row;
}
.header__navbar #menu-main-menu li a{
    padding: 0 1rem;
}
.header__navbar #btn-search {
    border-radius: 5rem;
    background: var(--lightWhite-color);
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0 !important;
}
.header__navbar .modal-content {
	border-radius:0;
}
.header__navbar .modal-content .btn:hover {
	background: var(--main-color);
}
.header__navbar .modal-content input {
	height: 3.2rem;
	border-left: 0;
	line-height: 5;
}
.header__navbar li a {
	padding: 0 1rem;
} 
.header__btns .wpml-ls li:first-child {
    display: none;
}
.header__btns .wpml-ls li a {
    background: url(../images/globe.svg) no-repeat center left 15% ,var(--lightWhite-color);
    padding: 0.7rem 0.7rem 0.7rem 2rem;
    font-style: normal;
    font-weight: 300;
    font-size:1rem;
}
/* main_slider */
.section {
    min-height: 100vh;
}
.main__slider {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}
.commenication_card{
    border-radius: 0.75rem;
    background: var(--color-white-solid, #FFF);
    padding: 0.75rem 1rem;
    position:absolute;
    left:2.5rem;
    bottom:6rem;
    padding-left:5rem;
    z-index: 11;
}
.commenication_card h3{
    color:  #171717;
text-align: right; 
font-size:  1.25rem;
font-weight:  500;
line-height:  1.625rem; /* 130% */
letter-spacing:  -0.0625rem;
}
.commenication_card p{
    color:  #5D5D5D;
text-align: right;  
font-size:  1rem;
font-style: normal;
font-weight:  400;
line-height:  1.4rem;
letter-spacing:  -0.03rem;
}

.main__slider .shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 17rem;
	height: 22rem;
	z-index: 1;
    /*opacity: 0;*/
    transform: translateY(50px); /* Ø£Ùˆ scale(1.15) Ù„Ù„media */
    /*will-change: transform, opacity;*/
}

.main__slider .swiper-slide:after {
background: linear-gradient(44deg, rgba(84, 191, 153, 0.42) 3.19%, rgba(37, 33, 89, 0.66) 24.45%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.next-section {
    margin-top: -100vh;
    background: #fff;
    position: relative;
    transform: translateY(100px);
    opacity: 0; 
}
.media img,
.media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main__slider .content {
    position: absolute; 
    right: 2.5rem;
    color: white;
    z-index: 99;
    padding-left: 27rem;
    opacity: 0;
    transform: translateY(50px); /* Ø£Ùˆ scale(1.15) Ù„Ù„media */
    will-change: transform, opacity;
    bottom:5rem;
}
.main__slider #title{
    max-width:26rem;
}
.main__slider #content{
   margin-top:4rem;
    max-width:26rem;
}
/* about__section */
.about__section {
    position: relative;
    overflow: hidden;
}
.about_back{
    padding: 5rem 3rem 3rem 3rem;
    border-radius: 2rem;
    margin-top:2.5rem;
    background:  linear-gradient(52deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
}
.about__image-wrapper {
    position: relative;
    border-radius: 20px;
    z-index: 1;
    padding-right:3rem;
    box-shadow: 0 -8px 40px 0 rgba(255, 255, 255, 0.25) inset;
}
.about__main-image {
    position:relative;
    margin-bottom:1rem;
}
.about__main-image img { 
    width: 100%;
    border-radius: 20px; 
}

/* Container Grid */
.about__stats-grid {
    column-count: 2; /* Number of columns */
    column-gap: 24px;
    direction: rtl;
    padding: 20px 0;
}

/* Individual Card */
.stat-card {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    display: flex;margin-bottom: 24px; /* Gap between stacked items */
    break-inside: avoid;
    flex-direction: column;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    border-color: #E0E0E0;
}

/* Top Section (Icon + Title) */
.stat-card .top {
    gap: 15px;
    margin-bottom: 20px;
}

.stat-card__icon {
    max-width: 75px;
    max-height: 75px;
    flex-shrink: 0;
}

.stat-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Typography */
.stat-card__number {
    font-size: 32px;
    font-weight: 800;
    color: #1A1A1A; /* Darker for better contrast */
    margin: 0;
    line-height: 1.2;
}

.stat-card__title {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    display: block;
}

/* Content Text */
.stat-card__content { 
    margin-top:5rem;
    min-height:150px;
}

.stat-card__text {
    font-size: 16px;
    line-height: 1.6;
    border-top: 1px solid rgba(85, 81, 151, 0.12);
    padding-top:1.5rem;
    color: #888888;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about__stats-grid { 
    }
}

/* Overlays */
.about__overlay {
    display: flex;
    align-items: center;
    z-index: 2;
    animation: fadeInUp 1s ease;
}

.about__overlay--trust {
    position: absolute;
    gap: 15px;
    bottom: 30px;
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px; 
    left: 1.25rem; /* LTR default, adjust for RTL */
}
 

.about__overlay--trust .icon i {
    font-size: 24px;
    color: #644c80; /* Theme purple */
}

.about__overlay--trust .text span {
    font-weight: 700;
    color: #333;
    font-size: 14px;
} 
/* Content Column */
.about__content-column {
    padding-left: 50px; /* LTR */
}
body.rtl .about__content-column {
    padding-right: 0;
    padding-left: 6rem;
}

.main__title .sub-title {
     position:relative;
    display: inline-block;
    border-radius: 3rem;
    border: 1px solid  rgba(33, 33, 33, 0.12);
    background:  #FFF;
    display: inline-flex;
    padding: 0.1875rem 1rem;
    justify-content: center;
    align-items: center;
    gap:  0.5rem;
    color: #252159; 
font-size:  1rem;
font-style: normal;
font-weight:   500;
line-height:  1.57rem; /* 157% */
text-transform: uppercase;
padding-right:1.5rem;
}
.main__title .sub-title:before{
    content:'';
    position:absolute;
    width: 0.375rem;
height: 0.375rem;
border-radius: 0.1875rem;
background: #54BF99;
right:0.75rem;
top:40%;
}

.about__content-column .title { 
    margin:1.5rem 0; 
}

.about__content-column .desc {
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-left:5rem;
}

/* Stats Grid */
.about__stats-grid { 
}

.stat-card {
    border-radius: 1.25rem;
    background: #FFF;
    padding: 2.375rem 2rem 2.125rem 2rem;
    height:auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

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

.stat-card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.stat-card__number {
    font-size: 30px;
    font-weight: 800;
    color: #2c2c54;
    margin: 0 0 5px 0;
}

.stat-card__title {
    font-size: 15px;
    color: #888;
}

.stat-card__icon img {
    max-width: 60px;
    height: auto;
}

/* Responsive */
@media (max-width: 991px) {
   
    .about__overlay {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 20px;
        display: inline-flex;
    }
}

@media (max-width: 576px) {
    .about__stats-grid { 
    }
}

/* works__section */
.works__section{
    background-color: #5baaa2;
    border-radius: 32px 32px 0 0;
    padding-bottom:12rem;
}
.works__header {
    padding: 84px 42px;
    margin-bottom: 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.works__header-desc {
    flex: 1;
    max-width: 448px;
}

.works__header-desc p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

.works__header-main {
    flex: 1;
}

.works__header-badge {
    background-color: #fff;
    border-radius: 48px;
    padding: 4px 17px;
    border: 1px solid rgba(33, 33, 33, 0.12);
    margin-bottom: 24px;
}

.works__header-badge span {
    color: #252159;
    font-size: 14px;
    font-weight: 500;
}

.works__header-badge .dot {
    width: 6px;
    height: 6px;
    background-color: #54bf99;
    border-radius: 100%;
}

.works__header-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.38px;
    margin: 0;
    color: #fff;
}

/* RTL Adjustments for Works Header */
body.rtl .works__header-desc {
    text-align: right;
}

body.rtl .works__header-main {
    text-align: right;
}

@media (max-width: 991px) {
    .works__header-container {
        flex-direction: column-reverse !important;
        align-items: flex-start !important;
        gap: 30px;
    }
    
    .works__header-main {
        align-items: flex-start !important;
        text-align: start !important;
    }
    
    .works__header-title {
        font-size: 28px;
    }
    
    .works__header-desc {
        max-width: 100%;
    }
}

.number_of_posts{
    position:absolute;
    color: #FFF; 
font-size:  18px;
font-style: normal;
font-weight:  400;
top:4rem;
right:4rem;
z-index:111;
}
/* Work Item Component Design (Figma node-id=232-2928) */
.work-item {
    position: relative;
    height: 700px;
    border-radius: 24px !important;
    overflow: hidden;
    margin: 10px;
    color: #fff;
    background: #000;
}

.work-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.work-item__bg video,
.work-item__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.work-item__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.work-item__content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 60px;
}

.work-item__info {
    max-width: 500px;
}

.work-item__category {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.8;
}

.work-item__title {
    font-size: 52px;
    font-weight: 500;
    margin: 20px 0;
    line-height: 1.1;
}

.work-item__abstract {
    font-size: 18px;
    line-height: 1.4;
    max-width: 350px;
}

.work-item__media {
    width:100%;
    height: 100%;
    border-radius: 8px;
    overflow: visible; 
      position:absolute;
    display:flex;
	align-items:center;
	justify-content:center;
	right:0;
	top:0;
}

.work-item__media img {
    
    object-fit: cover;
    border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.work-item__media .btn{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
    align-items: center; 
    text-decoration: none;
    white-space: nowrap;
    z-index: 1111;
    transition: all 0.3s ease;
}

.work-item__media .btn:hover {
    transform: translateX(-50%) scale(1.05);
    background-color: #312c75;
}

.work-item__btn-explore .btn-icon {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-item__btn-explore .btn-icon i {
    color: #252159;
    font-size: 12px;
}

/* RTL for Work Item */
body.rtl .work-item__info {
    text-align: right;
    max-width:33%;
}

body.rtl .work-item__content {
    flex-direction: row;
}

@media (max-width: 991px) {
    .work-item {
        height: 100vh;
        min-height: 600px;
    }
    .work-item__content {
        flex-direction: column !important;
        padding: 100px 20px;
        justify-content: flex-start !important;
        gap: 40px;
    }
    .work-item__media {
        width: 240px;
        height: 300px;  
    right: auto;
    top: auto;
    bottom: 1rem;
}
    .work-item__title {
        font-size: 32px;
    }
}


/* partners__section */
.partners__section {
    position: relative;
    padding: 80px 0 50px 0;
    background: linear-gradient(180deg, #252159 0%, #3e6d8a 50%, #5baaa2 100%);
    overflow: hidden;
    margin-bottom:40px;
}

.partners__header {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners__header-badge {
    background-color: #fff;
    border-radius: 48px;
    padding: 4px 17px;
    border: 1px solid #b8eee9;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.partners__header-badge span {
    color: #252159;
    font-size: 16px;
    font-weight: 500;
}

.partners__header-badge .dot,.badge .dot {
    width: 6px;
    height: 6px;
    background-color: #54bf99;
    border-radius: 50%;
    
    display: inline-block;
}
.badge .dot{
    margin-left:5px;
}
.partners__header-title {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    max-width: 650px;
}

.partners__slider {
    margin: 0 -15px;
    padding-bottom: 50px;
}

.partner-card {
    background-color: #fff;
    border-radius: 20px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 15px 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.partner-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0.9);
    transition: all 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.partner-card:hover img {
    filter: brightness(1);
    transform: scale(1.05);
}

/* Slick Dots Custom Styling */
.partners__slider .slick-dots {
    bottom: 5px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.partners__slider .slick-dots li {
    margin: 0;
}

.partners__slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    
    border-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    transition: all 0.3s ease;
}

.partners__slider .slick-dots li.slick-active button {
    width: 12px;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 1) !important;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .partner-card { height: 90px; }
}
/* Products Section Design */
.products__section {
    position: relative;
    padding: 80px 0;
    margin:40px 0;
         background: url(../images/product-backGround.jpeg) no-repeat center;
    
    background-size: 100% 100%;
}
.products__section .btn{
    background: #5baaa2;
    border: 1px solid #5baaa2 !important;
}
.products__section .btn span svg path{
        fill: #5baaa2;
    stroke: #5baaa2;
}
.products__container{
    border-radius: 24px;
background: linear-gradient(182deg, #FFF 81.09%, rgba(255, 255, 255, 0.80) 104.48%);

padding: 80px 60px;
}
.products__header-badge {
    background-color: #fff;
    border-radius: 48px;
    padding: 4px 17px;
    border: 1px solid rgba(33, 33, 33, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.products__header-badge span {
    color: #252159;
    font-size: 16px;
    font-weight: 500;
}
.products__header-badge .dot {
    width: 6px;
    height: 6px;
    background-color: #54bf99;
    border-radius: 50%;
}
.products__header-title {
    color: #252159;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.38px;
}

.product-card {
    background: linear-gradient(181deg, #fff 81%, rgba(255, 255, 255, 0.8) 104%);
    border: 1px solid rgba(37, 33, 89, 0.1);
    border-radius: 24px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transform: translateY(-8px);
}
.product-card__icon {
    height: 130px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card__icon img {
    max-height: 100%;
    object-fit: contain;
}
.product-card__title.gradient-text {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(254deg, #5baaa2 12%, #252159 89%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.product-card__btn {
    background-color: #5baaa2;
    border-radius: 32px;
    padding: 8px 12px 8px 24px;
    color: #fff !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}
.product-card__btn .btn-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card__btn .btn-icon i {
    color: #5baaa2;
    font-size: 14px;
}


/* contactInfo_section */
.contactInfo_section{
    padding: 5rem 0;
}
.contactInfo_section .main__title {
}
.contactInfo_section .form{
    padding-bottom:3rem;
}
.contactInfo_section .icon{
    background:#fff;
    border:5px solid #ccc;
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.contactInfo_section .item {
    padding:3rem;
    background: var(--main-color) !important;
    text-align: center;
    margin-bottom: 1rem;
}
.contactInfo_section .item h4{
    padding:3rem 0 0;
}
.contactInfo_section .item p{
    padding: 1rem 0;
    color: var(--secondry-color);
}
.contactInfo_section .item a{
    background: var(--secondry-color);
    padding: 12px;
    color: #fff;
}
.contactInfo_section .gform_wrapper .gform_fields .gfield textarea ,
.contactInfo_section .gform_wrapper .gform_fields .gfield select ,
.contactInfo_section .gform_wrapper .gform_fields .gfield input  {
    font-size: 1.1rem !important;
    margin: 0 !important;
    font-weight: 100;
    color: #000;
    min-height: 2rem !important;
    padding: 23px 1rem !important;
    border: 1px solid #DFD6D6;
    border-radius: 0;
    background:#fff;
    box-shadow: none;
}
.contactInfo_section .gform_wrapper .gform_fields .gfield:first-of-type,
.contactInfo_section .gform_wrapper .gform_fields .gfield:nth-of-type(2),
.contactInfo_section .gform_wrapper .gform_fields .gfield:nth-of-type(3),
.contactInfo_section .gform_wrapper .gform_fields .gfield:nth-of-type(4){
    width: 48%;
}
.contactInfo_section .gform_wrapper .gform_fields .gfield:last-of-type{
    width:100%;
}
.contactInfo_section .gform_wrapper .gform_fields{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.contactInfo_section .gform_wrapper .gform_fields .gfield textarea   {
    min-height:12rem !important;
}
.contactInfo_section .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none;
    appearance: none;
    padding: 0.2rem 1rem !important;
    height: 3.2rem !important;
}
.contactInfo_section .gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.contactInfo_section .gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    top:.8rem;
    left: 6px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/arrow.png) no-repeat center;
}
 .gform_wrapper .gform_fields .gfield input::placeholder ,
 .gform_wrapper .gform_fields .gfield textarea::placeholder{
    color: #000;
    font-size:.8rem;
     height:30px;
}
.contactInfo_section .gform-footer{
    margin:auto;
    text-align:center;
    display:flex;
    justify-content:center;
}
.contactInfo_section .gform-footer .btn {
    background: var(--secondry-color) !important;
    border: var(--secondry-color);
    font-size: 1.1rem !important;
    padding:1.2rem 7rem !important;
}
/* footer */
.footer-section {
    background-color: #252159;
    color: #fff;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.footer-column{
 display:Flex;
 gap:24px
}
footer .menu-item{
	margin-bottom:10px;
}
footer .menu-item a{
	color: #FFF;
text-align: right; 
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height:  30px; /* 166.667% */
letter-spacing: -0.8px;
}
footer .menu-item a:hover{
    color:var(--secondry-color);
}
.footer-column__label.gradient-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;background: linear-gradient(259deg, #5BAAA2 22.35%, #B8EEE9 66.39%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
 .footer-social-links li a{
     flex-direction:row-reverse;
 }
 .footer-social-links a{
	gap:5px;color: #FFF;
text-align: right; 
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height:  30px; /* 166.667% */
letter-spacing:  -0.8px;
}
.footer-menu li, .footer-social-links li, .footer-contact-list li {
    margin-bottom: 15px;
}

.footer-menu a, .footer-social-links a, .footer-contact-list a,.address-footer {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    opacity: 0.8;
    gap:7px;
}

.footer-menu a:hover, .footer-social-links a:hover, .footer-contact-list a:hover {
    opacity: 1;
}

.footer-social-links i, .footer-contact-list i {
    font-size: 20px;
    color: #5baaa2;
}

.copy-row {
    border-color: rgba(255, 255, 255, 0.1) !important;
    font-size: 14px;
}

.footer-bottom-links a {
    color: #fff !important;
    opacity: 0.7;
    text-decoration: none !important;
}

.footer-bottom-links a:hover {
    opacity: 1;
}
/* Support SVG Gradients via CSS */
.footer-social-links a svg path,
.footer-social-links a svg rect,
.footer-social-links a svg circle,
.footer-social-links a svg ellipse,
.footer-social-links a svg polygon,
.footer-social-links a svg polyline {
    /*fill: url(#social-gradient) !important;*/
}

.footer-social-links a svg[stroke]:not([stroke="none"]),
.footer-social-links a svg path[stroke]:not([stroke="none"]) {
    stroke: url(#social-gradient) !important;
}
.developed-by{
    color: #FFF;
text-align: right; 
font-size: 14px;
font-style: normal;
font-weight:   400;
line-height:   24px; /* 171.429% */
letter-spacing:  -0.32px;
}
.footer-bottom-links ul{
    display:flex;
    gap:40px
}
.footer-bottom-links ul a{
	color: #FFF;
text-align: right; 
font-size: 14px;
font-style: normal;
font-weight:   400;
line-height:   24px; /* 171.429% */
letter-spacing:  -0.32px;
}
.copy-row p,.copy-row a{
	color: #FFF;
text-align: right; 
font-size: 14px;
font-style: normal;
font-weight:   400;
line-height:   24px; /* 171.429% */
letter-spacing:  -0.32px;
}
.copy-row a{
    padding-right: 0.3rem;
}


.float-whatsapp {
    position: fixed;
    bottom: 30px;
    left: 40px;
    width: 50px;
    height: 50px;   
    z-index: 999;
    transition: all 0.3s ease;
}

.float-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

@media (max-width: 991px) {
    .footer-section { padding-top: 0px; }
    .footer-column {
        text-align: center !important;
        margin-bottom: 40px;
    }
    .footer-column ul li a, .footer-column ul li div {
        justify-content: center !important;
    }
}
/* breadcrumbs */
#breadcrumbs {
    padding: 2.5rem 0;
    position: relative;border-radius: 0 0 2rem 2rem ;
background:  linear-gradient(52deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
} 
#breadcrumbs .breadcrumbs__text {
    position: relative;
    z-index:1; 
}
#breadcrumbs .breadcrumbs__text .list-inline-item:not(:last-child) {
    margin: 0;
}
#breadcrumbs .breadcrumbs__text .slash {
    padding: 0 0.5rem;
    display: inline-block;
} 

/* ==============================================================
   Inner Header Hero (Redesigned Breadcrumb based on Figma)
   ============================================================== */
   .hero_image img{
	background: transparent;
	border:None;
	border-radius: 20px;
	padding: 0;
    z-index: 11;
    position: relative;
}
.hero_image {
	padding:5rem 2rem 1rem 2rem;
}
.inner-hero {
    position: relative;
    background-color: #fff;
    border-radius: 32px;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 40px;
    overflow: hidden;
    margin: 40px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}
/* Vertical decorative lines */
.inner-hero-line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #F0EFFF 0%, #FFF 100%);
    z-index: 1;
}
.inner-hero-line.line-1 { left: 15%; }
.inner-hero-line.line-2 { left: 50%; transform: translateX(-50%); }
.inner-hero-line.line-3 { right: 15%; }
/* Badge component */
.inner-hero__badge {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 48px;
    padding: 6px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
body.rtl .inner-hero__badge {
    flex-direction: row; /* In RTL, row makes first element rightmost, so text is right, dot is left */
}
.inner-hero__badge span {
    color: #252159;
    font-size: 16px;
    font-weight: 500;
}
.inner-hero__badge .dot {
    width: 6px;
    height: 6px;
    background-color: #54bf99;
    border-radius: 50%;
    display: inline-block;
}
/* Typography for inner hero */
.inner-hero__title {
    position: relative;
    z-index: 2;
    color: #251b59;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
    max-width: 800px;
}
.inner-hero__desc {
    position: relative;
    z-index: 2;
    color: #252159;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.7;
    max-width: 650px;
}
/* Responsive */
@media (max-width: 768px) {
    .inner-hero {
        padding: 40px 15px;
        min-height: auto;
        margin:0;
    }
    .inner-hero__title {
        font-size: 20px;
    }
    .inner-hero__desc,.inner-hero__badge span {
        font-size: 12px;
    }
	.hero_image{
		padding-right:0;
		padding-left:0;
	}

}
/* about_page */
.page__about .wp-block-group {
	padding: 3rem 5rem;	
}
.page__about .wp-block-group .wp-block-columns {
	padding:0;
}
.page__about .wp-block-columns {
	padding: 3rem 5rem;
}
/* Services Section */
.services__section {
    margin: 80px 0;
    direction: rtl;
}
  
.stack-wrapper {
    position: relative;
    /* Ensure one section finishes before the next starts visually */
    z-index: 1;
     width: 100%;
}

/* Optional: Increment Z-index for subsequent sections if needed */
.stack-wrapper:nth-child(2) { z-index: 2; }
.stack-wrapper:nth-child(3) { z-index: 3; }

.stack-items-container {
    position: relative;
    width: 100%;
    /* This holds the pinned cards */
    min-height: 600px; 
}

.stack-item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    overflow: hidden; 
    margin: 0 !important;
}

/* First card starts in place, reserving space */
.stack-item:first-child {
    /*position: relative;*/
}

/* Ensure the other cards are absolutely positioned */
.stack-item:not(:first-child) {
    position: absolute;
    top: 0;
}

.main__title .title {
    color: #251B59;
text-align: right; 
font-size: 2.375rem;
font-style: normal;
font-weight: 600;
line-height: 110%;  
}
.works__section .main__title .title{
    color:#fff;
}
.works__section .main__title {
    margin:0;
}

/* Grid Layout */
.services_slides { 
    margin-bottom: 40px;
}

/* Service Item Card */
.services_slides .item {
    padding-top:5rem;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    transition: all 0.4s ease;
    height: 100%;
    width:100%;
    display: flex;
    justify-content:space-between;
    border-radius: 1.5rem;
    background: #5BAAA2;
    padding-right:5rem;
}
.services_slides .item .btn{
    border-radius: 200px;
background: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
box-shadow: 0 6px 20px 0 rgba(212, 212, 212, 0.46);
margin-top:20%;
}
.services_slides .item:hover { 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.services_slides .item:nth-child(2n){
    border-radius: 1.5rem;
background: #252159;
}

/* Image Container */
.services_slides .image {  
    padding-left:5rem;
}

.services_slides .image img {
    
    transition: transform 0.5s ease;
}

.services_slides .item:hover .image img {
    
}

/* Caption Section */
.services_slides .caption {
    padding: 30px; 
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 38rem;
    justify-content: space-between;
    padding-left:5rem;
}

.services_slides .caption h5 {
    color: #FFF;
text-align: right; 
font-size: 2rem;
font-style: normal;
font-weight: 600;
line-height: 2.625rem; /* 31.25% */
letter-spacing: -0.1045rem;
}
.services_slides .caption p{
    color: rgba(255, 255, 255, 0.62);
text-align: right; 
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 1.875rem; /* 126% */
letter-spacing: -0.02138rem;
}
/* ==============================================================
   Services Dynamic Section (Page Services)
   ============================================================== */
.services-dynamic-tabs-section {
    position: relative;  
    margin: 60px 0;
    overflow: hidden;
}

.services-header .badge-title {
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 48px;
    padding: 6px 20px;
    color: #252159;
    font-size: 16px;
    font-weight: 500;
}

.services-header .badge-title .dot {
    width: 6px;
    height: 6px;
    background-color: #54bf99;
    border-radius: 50%;
}

.services-tabs-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.services-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.service-tab-btn {
    border: none;
    outline: none;
    background: linear-gradient(-6deg, #FFFFFF 16.98%, #C4E0DD 70.76%);
    border-radius: 12.5rem;
    background: linear-gradient(347deg, #FFF -16.98%, #C4E0DD 70.76%);
    height: 72px;
    padding: 0 30px; 
    border:none !important;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-tab-btn span {
    color: #202342;
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
}

.service-tab-btn .tab-icon {
    display: none; /* Hidden on inactive tabs */
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.service-tab-btn.active {
    background: linear-gradient(190.38deg, #252159 116.05%, #06041D 154.71%);
    border: 2px solid #252159;
}

.service-tab-btn.active span {
    color: #ffffff;
    font-weight: 700;
}

.service-tab-btn.active .tab-icon {
    display: flex;
}

.service-tab-pane {
    display: none;
    opacity: 0;
}

.service-tab-pane.active.show {
    display: block;
    opacity: 1;
}

/* Service Card Container constraints within tabs */
.service-tab-pane .stack-wrapper {
    margin-top: 40px;
}

.service-tab-pane .stack-item {
    margin-bottom: 0 !important; /* GSAP stack wrapper handles stacking spacing from earlier */
}

@media (max-width: 991px) {
    .service-tab-btn {
        height: 48px;
        padding: 0 15px;
    }
    .service-tab-btn span {
        font-size: 14px;
    }
}


.features-section {
    background-color: #1a1a4b; /* Deep navy background */
    padding: 80px 20px;
    color: #ffffff;
     /* Use your specific Arabic font here */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: right;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: bold;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05); /* Slight glass effect */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    min-height: 400px;
}

.feature-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
}

.icon-wrapper {
    text-align: right; /* Icons are aligned to the left in the card */
    margin-bottom: auto;
}

.icon-wrapper img {
    width: 60px;
    height: auto;
    filter: brightness(0) invert(1); /* Forces icons to be white if they are black SVGs */
}

.content {
    text-align: right;
    margin-top: 40px;
}

.feature-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        text-align: center;
        font-size: 2rem;
    }
    .feature-card {
        text-align: center;
    }
    .icon-wrapper, .content {
        text-align: center;
    }
}
.careers-section {
     /* Light bluish background */
    padding: 100px 20px;
    font-family: 'Cairo', sans-serif;
    background: linear-gradient(52deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
}

.careers-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.careers-section .section-title{
	color: #252159;
	text-align:center
	;
}
.career-item {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   border-radius: 1.5rem;
border: 1px solid rgba(37, 33, 89, 0.08);
background: #FBFBFF;
    transition: transform 0.3s ease;
}

.career-item:hover {
    transform: translateY(-5px);
}

.career-content {
    flex: 1;
    text-align: right;
    padding-left: 20px;
}

.career-title {
    color: #1a1a4b;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.career-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 3rem;
}

.view-details {
    color: #444;
    text-decoration: underline;
    margin-right: 5px;
    font-weight: 600;
}

/* Apply Button Styling */
.btn-apply {
    background-color: #24245c;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-apply:hover {
    background-color: #31317a;
}

.icon-arrow {
    background: white;
    color: #24245c;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .career-item {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .career-content {
        padding-left: 0;
        text-align: center;
    }
}


/* ==============================================================
   404 Page Styling (Figma Design)
   ============================================================== */
.page-404-wrapper {
    background: linear-gradient(21.87deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
    padding: 0;
    border-radius: 0 0 32px 32px;
}

.error-404-section {
    padding: 40px 40px 40px 40px; /* Offset for header/top */
    border-radius: 0 0 32px 32px;
}

.error-404-card {
    background: #FFFFFF;
    border-radius: 32px;
    height: 378px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1360px;
    margin: 0 auto;
}

/* Vertical Dividers */
.error-404-card .line {
    position: absolute;
    top: 0;
    bottom: -500px;
    width: 1px;
    background: linear-gradient(to bottom, #F0EFFF 0%, #FFFFFF 100%);
    opacity: 0.6;
    z-index: 1;
}

.error-404-card .line-1 { left: 60px; }
.error-404-card .line-2 { left: calc(50% - 175px); }
.error-404-card .line-3 { right: calc(50% - 175px); }
.error-404-card .line-4 { right: 60px; }

.error-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 770px;
    padding: 0 20px;
}

.error-title {
    font-family: 'Cairo', sans-serif;
    color: #251B59;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.error-subtitle {
    font-family: 'Cairo', sans-serif;
    color: #252159;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    letter-spacing: -0.32px;
    max-width: 660px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

.error-action {
    display: flex;
    justify-content: center;
}

.btn-404 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #252159;
    color: #FFFFFF;
    padding: 6px 14px 6px 6px;
    border-radius: 32px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-404:hover {
    color: #FFFFFF;
    opacity: 0.9;
    text-decoration: none;
}

.btn-404 span {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.btn-404:hover span {
    transform: scale(1.05);
}

.btn-404 span svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 768px) {
    .error-404-section {
        padding: 40px 20px;
    }
    .error-title {
        font-size: 28px;
    }
    .error-404-card {
        height: auto;
        padding: 40px 20px;
    }
    .error-404-card .line {
        display: none;
    }
}
.error404  #breadcrumbs{
    display:none;
}

.contactPage{
    padding: 0rem 0;
}
.projects__section.projPage{
    padding:1rem 0;
}
.nav-tabs{
    border: none !important;
    padding: 2rem 1rem;
    justify-content: center;
    width: 100%;
}
.nav-tabs .nav-item a.active{
    background:#CFAF7A;
    color: #fff !important;
}
.nav-tabs .nav-link{
    border:none;
    font-size: 1.1rem;
    padding: 14px 1rem;
    position: relative;
    color: #2B2B2B !important;
    background: #dbbb8970;
    border-radius: 0;
    margin: 6px;
    font-weight: 400;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 ;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width:100%;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem 0rem;
    color: #CFAF7A;
    border: 1px solid #CFAF7A;
    background: #fff;
    border-radius: 0;
    margin: 1rem;
    font-size: 1.2rem;
    font-weight:600;
    width: 3.75rem;
    height: 3.75rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #CFAF7A;
    color: #fff;
}
.post-nav .pager .hidden{
    display:none;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg)
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}

/* ==============================================================
   Single Works Styling (Figma Node 487-1786)
   ============================================================== */
.single-work-wrapper {
    background: #FFFFFF;
    font-family: 'Cairo', sans-serif;
}

.custom-works-container {
    max-width: 1440px !important;
    margin: 0 auto;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media (max-width: 768px) {
    .custom-works-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Base Utility Classes */
.relative { position: relative; }
.z-index-2 { z-index: 2; }
.bg-dark-blue { background-color: #252159; }
.bg-green { background-color: #5BAAA2; }
.bg-light-green { background-color: #F7FFFE; }
.text-white { color: #FFFFFF; }
.text-white-70 { color: rgba(255, 255, 255, 0.7); }
.mt-40 { margin-top: 40px; }
.mt-80 { margin-top: 80px; }
.mb-80 { margin-bottom: 80px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }

/* WS Badge (Category Pill) */
.ws-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 48px;
    border: 1px solid rgba(33, 33, 33, 0.12);
    background: #FFFFFF;
    margin-bottom: 24px;
}

.ws-badge.badge-white {
    background: #FFFFFF;
    border: none;
}

.ws-badge-text { 
    font-size: 16px;
    font-weight: 500;
    color: #252159;
    text-transform: uppercase;
}

.ws-badge-dot {
    width: 6px;
    height: 6px;
    background: #54BF99;
    border-radius: 50%;
}

/* Top Hero Section */
.ws-hero-section {
    background: linear-gradient(45.72deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
    padding: 93px 40px 40px 40px;
    position: relative;
    border-radius: 0 0 32px 32px;
}

.ws-hero-background {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
    border-radius: 0 0 32px 32px;
}

.ws-hero-background .ws-line {
    position: absolute;
    top: 0; bottom: -50px;
    width: 1px;
    background: linear-gradient(to bottom, #F0EFFF 0%, rgba(255,255,255,0) 100%);
    opacity: 0.6;
}

.ws-hero-background .line-1 { left: 60px; }
.ws-hero-background .line-2 { left: calc(50% - 175px); }
.ws-hero-background .line-3 { right: calc(50% - 175px); }
.ws-hero-background .line-4 { right: 60px; }

.ws-hero-text {
    text-align: center;
    max-width: 770px;
    margin: 0 auto 60px auto;
}

.ws-title {
    font-size: 40px;
    font-weight: 600;
    color: #251B59;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
    line-height: 1.2;
}

.ws-desc {
    font-size: 16px;
    color: #252159;
    opacity: 0.7;
    line-height: 1.6;
    max-width: 660px;
    margin: 0 auto;
}

/* Media Cover */
.ws-media-cover {
    width: 100%; 
    margin: 0 auto 24px auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index:11;
}

.ws-media-cover img, .ws-media-cover video {
    width: 100%;
    height: 100%;
    object-fit: cover;border-radius: 20px;
}

/* Meta Data Box */
.ws-meta-row {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid rgba(91, 170, 162, 0.2);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 55px 0;
}

.ws-meta-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.ws-meta-item.border-sides {
    border-left: 1px solid rgba(37,33,89,0.1);
    border-right: 1px solid rgba(37,33,89,0.1);
}

.ws-meta-label {
    font-size: 18px;
    font-weight: 400;
    color: #252159;
    text-transform: uppercase;
}

.ws-meta-value {
    font-size: 20px;
    font-weight: 400;
    color: rgba(37, 33, 89, 0.7);
    letter-spacing: -0.8px;
}

/* Content Sections (Challenges / Solutions) */
.ws-card {
    border-radius: 32px;
    padding: 80px 40px;
    overflow: hidden;
}

.ws-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

.ws-card-text {
    max-width: 726px;
    text-align: right;
}

.ws-card-text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 1.2;
}

.ws-card-text p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.ws-pills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
}

.ws-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 200px;
    padding: 0 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
}

.ws-pill span {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
}

.border-pills .ws-pill {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    justify-content: start;
    gap:10px;
}

.border-pills .ws-dash {
    color: #FFFFFF;
    font-size: 24px;
}

.ws-image-full {
    border-radius: 20px;
    overflow: hidden;
    height: 700px;
    width: 100%;
}

.ws-image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-works #breadcrumbs,.single-career #breadcrumbs{
	display:none;
}
.page-template-page-career #breadcrumbs {display:none;}
.single-works .single-work-wrapper #breadcrumbs,.single-career .single-career-wrapper #breadcrumbs,#breadcrumbs.breadcrumb_career{
	display:inline-block;
	width:100%;
}
.breadcrumb_career .inner-hero{
	padding-bottom:0;
	box-shadow:none;
	padding-bottom:0;
	min-height:200px;
}
.breadcrumb_career .breadcrumbs__text{
	 
    background-color: #fff;
    border-radius: 32px; 
    overflow: hidden; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.breadcrumb_career .ws-media-cover{
	padding-right:0;
	padding-left:0;
}
/* Results Section */
.ws-results-section {
    position: relative;
        background: url(../images/blurred_back.png) no-repeat center;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    padding:6rem 0;
}

.ws-results-overlay { 
}

.ws-results-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;  
        padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ws-results-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 414px;
}

.ws-stats-list {
    display: flex;
    gap: 0px;
    
    flex-direction: column;
}

.ws-stat-item {
    text-align: right;
}
.ws-results-desc{
    color: #FFF;
text-align: right; 
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.1rem */
}

.ws-stat-number {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
    border-radius: 6rem;
border: 1px solid rgba(255, 255, 255, 0.16);
width: 4rem;
height: 4rem;
display:flex;
align-items:center;
justify-content:center;
}
 .ws-stat-title h2{
     color: #FFF;
text-align: right; 
font-size: 2.375rem;
font-style: normal;
font-weight: 600;
line-height: 2.75rem; /* 115.789% */
direction:ltr;
 }
.ws-stat-title p{
    color: #FFF;
text-align: right; 
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 2.75rem; /* 220% */
}

/* Testimonial */
.ws-testimonial-section{
    border-radius: 2rem 2rem;
background: #5BAAA2;
}
.ws-testi-heading {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}

.ws-testi-card {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.ws-testi-text h4 {
    font-size: 24px;
    color: #251B59;
    margin-bottom: 8px;
}

.ws-testi-role {
    font-size: 16px;
    color: #5BAAA2;
    display: block;
    margin-bottom: 24px;
}

.ws-testi-quote {
    font-size: 18px;
    color: rgba(37, 33, 89, 0.7);
    line-height: 1.8;
}
.ws-testi-text{
    width:50%;
    padding:3rem;
}
.ws-testi-image{
     width: 50%;
}
.ws-testi-image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    min-height:40rem;
    object-fit: cover;
}
 
@media (max-width: 991px) {
    .ws-card-header { flex-direction: column-reverse; gap: 20px; }
    .ws-results-flex { 
        flex-wrap: wrap; 
        gap: 20px;
        
    margin: 1rem 0;
        justify-content: flex-start; }
    .ws-meta-row { flex-wrap: wrap;
        gap: 5px;
        padding: 20px 0; }
    .ws-meta-item.border-sides {   padding: 20px 0; }
    .ws-testi-card { flex-direction: column; text-align: center; }
    	.step-circle {
    width: 40px;
    height: 40px;
	}
	.ws-testi-image,.ws-testi-text{
	    width:100%;
	}
	
.ws-results-desc p {
    font-size: 14px;
}
	
.ws-meta-value {
    font-size: 12px;

}

.ws-meta-label {
    font-size: 16px;
}
}

/* singlePage */
.singlePage{
	padding:3rem 0;
}
.singlePage .row{
	align-items:center;
}
.singlePage .date h6{
	background:#cccccc7a;
	color:#fff;
	padding:1rem ;
	width:fit-content;
}
.singlePage h1{
	font-size:2rem;
	color:var(--main-color);
	padding: 1rem 0 0;
}
.singlePage img{
	width:100%;
}
.singlePage p{
	font-size:1.2rem;
	color:#575353;
	line-height:1.5;
	padding:2rem 0;
}
/* ==============================================================
   Core Values Section (User Bootstrap HTML -> Figma Design)
   ============================================================== */

.about-tabs-section {
    background-color: #252159;
    border-radius: 32px;
    padding: 80px 0px;
    margin: 60px 0;
    overflow: hidden;
}

/* Header */
.about-tabs-section .main__title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 60px;
    align-items: flex-start;
}

body.rtl .about-tabs-section .main__title {
    align-items: flex-start; 
}

/* Sub-title badge */
.about-tabs-section .sub-title {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 48px;
    padding: 6px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #252159;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

body.rtl .about-tabs-section .sub-title {
    flex-direction: row;
}

.about-tabs-section .sub-title::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #54bf99;
    border-radius: 50%;
    display: inline-block;
}

.about-tabs-section .title {
    color: #fff !important;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}

/* Wrapper Layout (Flex) */
.about-tabs-section .tabs-wrapper {
    display: flex;
    gap: 68px;
    align-items: flex-start;
}

/* Tabs Navigation (Right Side in RTL) */
.about-tabs-section .custom-tabs-nav {
    flex: 0 0 511px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-bottom: none;
    margin-bottom: 0 !important;
}

.about-tabs-section .custom-tabs-nav .nav-item {
    width: 100%;
    margin: 0;
}

.about-tabs-section .custom-tabs-nav .nav-link {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 200px;
    height: 80px;
    width: 100%;
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0;
}

.about-tabs-section .custom-tabs-nav .nav-link.active,
.about-tabs-section .custom-tabs-nav .nav-link:hover {
    background-color: #5baaa2;
    border-color: rgba(33,33,33,0.12) !important;
    color: #fff !important;
}

/* Tab Content (Left Side in RTL) */
.about-tabs-section .tab-content {
    flex: 1;
    position: relative;
    height: 461px;
    margin-top: 0 !important;
}

.about-tabs-section .tab-pane {
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-tabs-section .tab-pane .row {
    margin: 0;
    height: 100%;
    gap: 0;
}

/* Image Background (Absolute Override) */
.about-tabs-section .tab-pane .order-lg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
}

.about-tabs-section .tab-image-box {
    width: 100%;
    height: 100%;
}

.about-tabs-section .tab-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blur Caption Overlay (Absolute Override) */
.about-tabs-section .tab-pane .order-lg-1 {
    position: absolute;
    bottom: 21px;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    max-width: none;
    flex: none;
    padding: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 10px;
    text-align: center;
}

.about-tabs-section .tab-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.about-tabs-section .tab-text {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
    margin: 0;
    line-height: 1.5;
    color: #fff;
}

.about-tabs-section .tab-text p {
    color: #fff;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .about-tabs-section .tabs-wrapper {
        flex-direction: column; /* Put image on top of tabs */
        gap: 20px;
    }
    .about-tabs-section .custom-tabs-nav {
        flex: auto;
        width: 100%;
    }
    .about-tabs-section .tab-content {
        width: 100%;
        height: 400px;
    }
    .about-tabs-section .custom-tabs-nav .nav-link {
        height: 60px;
        font-size: 18px;
    }
}

/* ==============================================================
   Methodology Section (About Page)
   ============================================================== */
.methodology-section {
    background: linear-gradient(36.26deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
    border-radius: 32px;
    padding: 80px 40px;
    margin: 60px 0;
}

.methodology__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 72px;
    width: 100%;
}

.methodology__subtitle {
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 48px;
    padding: 6px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #252159;
    font-size: 16px;
    font-weight: 500;
}

body.rtl .methodology__subtitle {
    flex-direction: row;
}

.methodology__subtitle .dot {
    width: 6px;
    height: 6px;
    background-color: #54bf99;
    border-radius: 50%;
}

.methodology__title {
    color: #252159;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.method-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 38px 32px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.method-card__header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
body.rtl .method-card__header {
    align-items: flex-start;
}

.method-card__icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.method-card__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.method-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    width: 100%;
}

.method-card__text h3 {
    color: #252159;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.method-card__text p.gradient-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    background: linear-gradient(214.61deg, #5BAAA2 22.35%, #252159 66.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.method-card__divider {
    border: none;
    border-top: 1px solid rgba(85, 81, 151, 0.12);
    width: 100%;
    margin: 24px 0 24px 0;
}

.method-card__desc {
    color: #252159;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
    margin: 0;
    line-height: 1.6;
    text-align: right;
    width: 100%;
}

@media (max-width: 768px) {
    .methodology-section {
        padding: 40px 20px;
    }
}
/* ==============================================================
   CTA Section (About Page)
   ============================================================== */
.about-cta-section .container {
    max-width: 1360px;
}

.about-cta-wrapper {
    background-color: #555096;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 155px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 60px 0;
}

.about-cta__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1360px;
    height: 610px;
    max-width: 140%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.about-cta__title {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-cta__desc {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 537px;
    margin: 0 auto 40px auto;
}

.about-cta__btn {
    position: relative;
    z-index: 1; 
    padding-right: 1rem;
    padding-left: 0.5rem;

    
}
 
 

@media (max-width: 768px) {
    .about-cta-wrapper {
        padding: 60px 20px;
    }
    .about-cta__title {
        font-size: 28px;
    }
}


.reports-page {
  background: #fff;
  color: #2f2f56;
  padding-bottom: 56px;
}

.reports-page .container {
  max-width: 1240px;
}

.reports-page__hero {
  padding: 40px 0 32px;
}

.reports-page__hero-card {
  background: linear-gradient(180deg, #fbfcff 0%, #f8faff 100%);
  border: 1px solid rgba(110, 116, 174, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(87, 93, 155, 0.08);
  padding: 56px 24px;
  text-align: center;
}

.reports-page__eyebrow {
  background: #ffffff;
  border: 1px solid #dfe5fb;
  border-radius: 999px;
  color: #8a8fc2;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  padding: 8px 16px;
}

.reports-page__title {
  color: #403574;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 16px;
}

.reports-page__desc {
  color: #7d84ad;
  font-size: 17px;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 760px;
}

.reports-page__desc p:last-child {
  margin-bottom: 0;
}

.reports-page__listing { 
}

.reports-page__listing {
  background: #62b5aa;
  border-radius: 28px;
  padding: 3rem 0;
}

.reports-page__toolbar {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: start;
  margin-bottom: 24px;
}

.reports-page__filters {
  display: flex;
  gap: 12px;
}

.reports-page__filter { 
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
}

.reports-page__filter.is-active,
.reports-page__filter:hover,
.reports-page__filter:focus {
  background: #ffffff;
  color: #4f9389;
  text-decoration: none;
}

.reports-page__sort select {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(52, 114, 102, 0.14);
  color: #67807b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-width: 124px;
  padding: 11px 18px;
  text-align: center;
}

.reports-page__grid {
  margin-bottom: 8px;
}

.reports-card {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(50, 87, 81, 0.12);
  height: 100%;
  overflow: hidden;
}

.reports-card__image-link {
  border: 0;
  display: block;
  padding: 10px 10px 0;
}

.reports-card__image,
.reports-card__image--placeholder {
  border-radius: 18px;
  display: block;
  height: 220px;
  object-fit: cover;
  width: 100%;
  border:None;
  padding:0;
}

.reports-card__image--placeholder {
  background: linear-gradient(135deg, #d8e5ff 0%, #9fbee7 100%);
}

.reports-card__body {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 18px 18px 20px;
  align-items: flex-start;
}

.reports-card__date {
  color: #a8afc8;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.reports-card__title {
  color: #30285e;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
}

.reports-card__title a {
  border: 0;
  color: inherit;
}

.reports-card__excerpt {
  color: #8990b0;
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.reports-card__link {
  align-items: center;
  border: 0;
  color: #66aea1;
  display: inline-flex;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  margin-top: auto;
  border-radius: 3rem;
  padding: 0.5rem;
  border:  1px solid rgba(91, 170, 162, 0.20);
  padding-right: 1rem;
}

.reports-card__link:hover,
.reports-card__link:focus {
  color: #403574;
  text-decoration: none;
}

.reports-card__link-icon {
  align-items: center;
  background: rgba(102, 174, 161, 0.12);
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.reports-page__more {
  padding-top: 10px;
  text-align: center;
}

.reports-page__more-btn {
  background: #382f6b;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  min-width: 92px;
  justify-content: center;
  padding: 11px 24px;
}

.reports-page__more-btn:hover,
.reports-page__more-btn:focus {
  background: #2d2757;
  color: #ffffff;
  text-decoration: none;
}

.reports-page__empty {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  color: #403574;
  padding: 32px 20px;
  text-align: center;
}

.reports-page__cta {
  padding: 0 0 10px;
}

.reports-page__cta-card {
  background: radial-gradient(circle at left bottom, rgba(103, 229, 209, 0.95) 0%, rgba(103, 229, 209, 0.22) 20%, rgba(28, 23, 75, 0.94) 58%, #171341 100%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.reports-page__cta-card:before,
.reports-page__cta-card:after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.reports-page__cta-card:before {
  height: 380px;
  left: -90px;
  top: -70px;
  width: 380px;
}

.reports-page__cta-card:after {
  bottom: -150px;
  height: 520px;
  left: 18%;
  width: 520px;
}

.reports-page__cta-content {
  color: #ffffff;
  padding: 72px 24px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.reports-page__cta-content h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
}

.reports-page__cta-content p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 26px;
}

.reports-page__cta-btn {
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  color: #2d2b61;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
}

.reports-page__cta-btn:hover,
.reports-page__cta-btn:focus {
  color: #2d2b61;
  text-decoration: none;
}

@media (max-width: 991px) {
  .reports-page__title {
    font-size: 34px;
  }

  .reports-page__cta-content h2 {
    font-size: 34px;
  }
}


.team-page__listing{
	padding:5rem 0;
}
.team_header h2{
	color: #252159;
text-align: right; 
font-size: 3.25rem;
font-style: normal;
font-weight: 400;
line-height: 3.9rem; /* 120% */
letter-spacing: -0.1625rem;
	margin-bottom:3rem;
}
.team-card__image-link img{
	border:none;
	padding:0;
	border-radius: 1rem;
	width:100%;
}
.team-card{
	position:relative;
	margin-bottom:2rem;
	border-radius: 1rem;
	overflow:hidden;
}
.team-card:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45.04%, rgba(0, 0, 0, 0.00) 45.04%, rgba(0, 0, 0, 0.60) 100%);
}
.team-card .team-card__body{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	z-index:111;
	padding:1rem;
}
.team-card .team-card__title{
	color: #FFF;
text-align: right; 
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 1.8rem; /* 120% */
letter-spacing: -0.075rem;
}
.team-card .team-card__excerpt{
	color: #FFF;
text-align: right; 
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.4rem; /* 140% */
letter-spacing: -0.03rem;
}

.career-slick-gallery {
    width: 100%;
    margin: 20px 0;
    
}
.career-slick-gallery .gallery-item{
    margin:0 1rem;
    height:400px;
    border-radius: 1rem;
  overflow:hidden;
}
@media (max-width: 767px) {
  .reports-page {
    padding-bottom: 32px;
  }

  .reports-page__hero {
    padding-top: 24px;
  }

  .reports-page__hero-card {
    border-radius: 22px;
    padding: 40px 18px;
  }

  .reports-page__title {
    font-size: 28px;
  }

  .reports-page__desc {
    font-size: 15px;
  }

  .reports-page__listing {
    border-radius: 24px;
    padding: 22px 16px 24px;
  }

  .reports-page__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .reports-page__sort select {
    width: 100%;
  }

  .reports-card__image,
  .reports-card__image--placeholder {
    height: 200px;
  }

  .reports-page__cta-content {
    padding: 48px 18px;
  }

  .reports-page__cta-content h2 {
    font-size: 28px;
  }
}



/* Layout & Container */
.career-detail{ 
    margin: 0 auto;
    padding: 60px 20px;
}

/* Typography Styling */
.detail-subtitle {
    color: #24245c;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.career-main-content {
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

/* Image Styling */
.career-image-wrap {
    margin: 40px 0; 
    overflow: hidden;border-radius: 1.875rem;
}

.career-image-wrap img {
    width: 100%;
    display: block;
}

/* Form Card Styling */
.form-container {
    padding: 50px;
    margin-top: 60px;
    border-top: 1px solid rgba(37, 33, 89, 0.20);
    background: #FFF;
}

.form-title {
    text-align: center;
    color: #1a1a4b;
    margin-bottom: 40px;
    text-align: right;
}


.custom-form-wrapper .gform_fields{
	display:Flex !important;
	flex-wrap:wrap;
	justify-content:space-between;
}
.custom-form-wrapper .gfield{
	width:48%;
}
.custom-form-wrapper .gfield:last-child,.custom-form-wrapper .gfield:nth-child(5){
	width:100%;
}
/* Form Input Styling (Matches Image) */
.custom-form-wrapper .gfield input[type="text"],
.custom-form-wrapper .gfield input[type="email"],
.custom-form-wrapper .gfield input[type="file"],
.custom-form-wrapper .gfield input[type="tel"],
.custom-form-wrapper .gfield select,
.custom-form-wrapper .gfield textarea {
    width: 100%;
	border-radius: 12.5rem;
      border:  1px solid rgba(37, 33, 89, 0.20);
    padding: 1rem 1.5rem 1rem 1rem;
   height:3rem;
    margin-bottom: 20px; 
    text-align: right; 
	color: #252159;
text-align: right; 
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
.custom-form-wrapper .gfield input:placeholder{
	color: #252159 !imortant;
text-align: right;
font-family: Cairo;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: var(--letter-spacing--1, -0.0625rem);
}
.gfield--type-fileupload .gfield_label{
	color: #252159 !important;
	text-align: right;
	font-size: 1rem !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute !important;
	top:1rem;
	right:1rem;
}
.custom-form-wrapper .gfield input[type="file"],.custom-form-wrapper .gfield select{
	padding-top:0;
	 padding-bottom:0;
	direction:ltr;
}
.custom-form-wrapper .gfield textarea {
    border-radius: 20px;
    height: 6rem !important;
}

/* Submit Button Style */
.custom-form-wrapper .gform-footer{
	text-align:center !important;
	width:100%;
	margin:0 auto;
}
.custom-form-wrapper .gform-footer input[type="submit"] {
    background: #24245c !important;
    color: white;
    border: none;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    cursor: pointer;
    font-weight: bold;
    display: block;
    margin: 30px auto 0;
    transition: background 0.3s;
}

.custom-form-wrapper input[type="submit"]:hover {
    background: #3a3a8a;
}
.contactPage .features-section{
	background: #5BAAA2;
}
.contactPage .features-section .feature-card{
    min-height: 300px;
	border-radius: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.20);
background: linear-gradient(180deg, rgba(44, 109, 102, 0.00) 0%, rgba(44, 109, 102, 0.24) 100%);
}
.contactPage .features-section .feature-card h3{
	color: rgba(255, 255, 255, 0.55);
text-align: right;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.4rem; /* 140% */
letter-spacing: -0.03rem;
}
.contactPage .features-section .feature-card p{
	color: #FFF;
text-align: right; 
font-size: 1.05rem;
font-style: normal;
font-weight: 400;
line-height: 2.64rem; 
letter-spacing: -0.1rem;
}
.contactPage .features-section .feature-card a{
	color:#fff;
	display:inline-block;
	direction:ltr;
}
.contactPage .application-form-section{
	border-radius: 20px;
    background:  linear-gradient(52deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
}
.contactPage .application-form-section .form-container{
	background:transparent;
	border:None;
	padding: 4rem 5rem;
}
.contactPage .form-title{
	text-align:center;
}

.consultation-section {
    /* Soft gradient background matching the image */
    background: linear-gradient(135deg, #e0e7ff 0%, #d1fae5 100%);
    padding: 100px 20px;
    font-family: 'Cairo', sans-serif;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-heading {
    text-align: right;
    color: #1a1a4b;
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: 700;
}

/* The White Main Card */
.glass-card {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* 2x2 Grid with Internal Borders */
.features-grid-quad {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.feature-item {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    text-align: right;
}

/* Border Logic to create the "Cross" divider */
.feature-item:nth-child(1), 
.feature-item:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
}

.feature-item:nth-child(odd) {
    border-left: 1px solid #f0f0f0; /* Since it's RTL, left border divides middle */
}

/* Icon Styling */
.feature-header {
    margin-bottom: 4rem;
    display: flex;
    justify-content: flex-start; /* Align to the right side of the box in RTL */
}

.feature-icon {
    width: 45px;
    height: auto;
    /* Teal color filter - use your actual icon color if possible */
    filter: invert(63%) sepia(13%) saturate(1142%) hue-rotate(124deg) brightness(92%) contrast(88%);
}

.feature-title {
    color: #1a1a4b;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-desc {
    color: #888;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .features-grid-quad {
        grid-template-columns: 1fr;
    }
    .feature-item {
        border-left: none !important;
        border-bottom: 1px solid #f0f0f0;
        padding: 40px 20px;
        text-align: center;
    }
    .feature-header {
        justify-content: center;
    }
}

.contactPage.registerPage .application-form-section{
	border-radius: 32px;
background: #5BAAA2;
}
.contactPage.registerPage .form-title{
	text-align:center;
	color:#fff;
}
.registerPage .custom-form-wrapper .gfield input[type="text"],.registerPage  .custom-form-wrapper .gfield input[type="email"],.registerPage .custom-form-wrapper .gfield input[type="file"],.registerPage .custom-form-wrapper .gfield input[type="tel"],.registerPage .custom-form-wrapper .gfield select,.registerPage .custom-form-wrapper .gfield textarea{
	border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(2px);
	color:#fff;
}
.registerPage .custom-form-wrapper .gfield input::placeholder,.registerPage .custom-form-wrapper .gfield textarea::placeholder{
	color:#fff;
}

.implementation-section {
    border-radius: 32px;
background: linear-gradient(52deg, #F7FFFE 12.5%, #F0EFFF 93.78%);
   
padding: 80px 28px;
}
 

/* Header Styling */
.implementation-section .section-header {
    text-align: right;
    margin-bottom: 50px;
}

.implementation-section .badge {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 15px;
}

.section-main-title {
    font-size: 2.5rem;
    color: #1a1a4b;
    font-weight: 800;
}

/* Grid & Cards */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.step-card { 
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;border-radius: 20px;
background: #FFF;
    transition: transform 0.3s ease;
}

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

/* The Gradient Circle */
.step-number-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.step-circle {
    width: 80px;
    height: 80px;
     background: linear-gradient(180deg, #5BAAA2 0%, #6F63AC 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(129, 140, 248, 0.3);
}

.step-title {
    color: #1a1a4b;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-divider {
    border: 0;
    height: 1px;
    background: #eee;
    width: 80%;
    margin: 0 auto 20px;
}

.step-desc {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }
    .section-main-title {
        font-size: 2rem;
    }
}

.loader {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(79, 172, 158, 0.1); /* لون تركواز باهت */
  border-left-color: #4fac9e; /* اللون التركواز الأساسي في الموقع */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: relative;
}

/* إضافة توهج بسيط ليعطي إحساس التقنية */
.loader::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-left-color: #4fac9e;
  filter: blur(2px);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}




@keyframes slideRight {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translate(-100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translate(0);
    }
}
@keyframes slideRightUp {
    0% {
        transform: translate(0) translateY(0);
    }
    50% {
        transform: translate(100%) translateY(-100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translate(-100%) translateY(100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translate(0) translateY(0);
    }
}
@keyframes slideRightDown {
    0% {
        transform: translate(0) translateY(0);
    }
    50% {
        transform: translate(100%) translateY(100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translate(-100%) translateY(-100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translate(0) translateY(0);
    }
}
@keyframes slideLeft {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(-100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translate(100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translate(0);
    }
}
@keyframes slideLeftUp {
    0% {
        transform: translate(0) translateY(0);
    }
    50% {
        transform: translate(-100%) translateY(-100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translate(100%) translateY(100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translate(0) translateY(0);
    }
}
@keyframes slideLeftDown {
    0% {
        transform: translate(0) translateY(0);
    }
    50% {
        transform: translate(-100%) translateY(100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translate(100%) translateY(-100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translate(0) translateY(0);
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translateY(-100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translateY(0);
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100%);
    }
    51% {
        opacity: 0;
    }
    52% {
        opacity: 0;
        transform: translateY(100%);
    }
    53% {
        opacity: 1;
    }
    to {
        transform: translateY(0);
    }
}
.slide-right:hover .icon_btn {
    -webkit-animation: .6s var(--_animbezier).3s 1 both slideRight;
    -moz-animation: .6s var(--_animbezier).3s 1 both slideRight;
    animation: .6s var(--_animbezier).3s 1 both slideRight
}

.slide-right-up:hover .icon_btn {
    -webkit-animation: .6s var(--_animbezier).3s 1 both slideRightUp;
    -moz-animation: .6s var(--_animbezier).3s 1 both slideRightUp;
    animation: .6s var(--_animbezier).3s 1 both slideRightUp
}

.slide-right-down:hover .icon_btn {
    -webkit-animation: .6s var(--_animbezier).3s 1 both slideRightDown;
    -moz-animation: .6s var(--_animbezier).3s 1 both slideRightDown;
    animation: .6s var(--_animbezier).3s 1 both slideRightDown
}

.slide-left:hover .icon_btn {
    -webkit-animation: .6s var(--_animbezier)0s 1 both slideLeft;
    -moz-animation: .6s var(--_animbezier)0s 1 both slideLeft;
    animation: .6s var(--_animbezier)0s 1 both slideLeft
}

.slide-left-up:hover .icon_btn {
    -webkit-animation: .6s var(--_animbezier)0s 1 both slideLeftUp;
    -moz-animation: .6s var(--_animbezier)0s 1 both slideLeftUp;
    animation: .6s var(--_animbezier)0s 1 both slideLeftUp
}

.slide-left-down:hover .icon_btn {
    -webkit-animation: .6s var(--_animbezier)0s 1 both slideLeftDown;
    -moz-animation: .6s var(--_animbezier)0s 1 both slideLeftDown;
    animation: .6s var(--_animbezier)0s 1 both slideLeftDown
}

.slide-down:hover .icon_btn {
    -webkit-animation: .6s var(--_animbezier).3s 1 both slideDown;
    -moz-animation: .6s var(--_animbezier).3s 1 both slideDown;
    animation: .6s var(--_animbezier).3s 1 both slideDown
}

.btn:hover span {
    -webkit-animation: .6s var(--_animbezier)0s 1 both slideLeftUp;
    -moz-animation: .6s var(--_animbezier)0s 1 both slideLeftUp;
    animation: .6s var(--_animbezier)0s 1 both slideLeftUp
}
.btn span{
	transition:All 0.3s ease-in-out
}
