:root {
    --layout-padding: 70px;
    --logo-image-height: 140px;
}

@media screen and (max-width: 992px) {
    :root {
        --layout-padding: 20px;
    }
}
.layout_container{
    padding-inline: var(--layout-padding);
}

.search-box-container {
    position: relative;
    background-color: #F8F9FC;
    border-radius: 20px;
    padding: 8px 15px 8px 12px;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 2;
    border: 1px solid #E2E6EE;
}
.right-side h2 span {
    color: #0277c4 !important;
}
.nav-item > .custom-button {
    background: linear-gradient(63.43deg, #0277c4 0%, #00cfb1 87%);
    width: 161px;
    height: 48px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    color: #ffffff;
}
.search-input {
    padding: 5px 16px;
    border: none;
    flex: 1;
    border-radius: 50px;
    outline: none;
    font-size: 18px;
    color: #7e8fa2;
    background-color: #F8F9FC !important;

}
.ask-about-tas3era {
    background: linear-gradient(to right, #028ac0, #01cbb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.search-button {
    background: linear-gradient(to right, #028ac0, #01cbb2);
    border: none;
    border-radius: 16px;
    padding: 8px 25px;
    color: white;
    font-size: 18px;
    /* margin-left: -50px; */
}

.search-icon {
    position: absolute;
    right: 20px;
    color: #00aeef;
    font-size: 20px;
}
.search-icon {
    padding-right: 5px;
}
.inside-search {
    /* margin-left: 10px; */
}

.slider-section {
    /* background: linear-gradient(to bottom, #e7f4f6 50%, #02a6ac 50%);
    position: relative;
    text-align: center; */

    background: linear-gradient(to bottom, transparent 50%, #02a6ac 50%);
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.slider-container {
    position: relative;
    width: 55%;
    margin: 0 auto;
}

.slider {
    position: relative;
}

.triangle-shape {
    width: 100%;
    height: 0;
    z-index: 1;
    padding-bottom: 50%;
    border-radius: 36px;
    position: relative;
    background: linear-gradient(
        to bottom,
        #00c0a5 0%,
        /* Top left and right */ #018dbb 20%,
        /* Top center */ #018dbb 80%,
        /* Bottom center */ #018dbb 100%
    ); /* Bottom left, center, and right */
    margin: 0 auto;
    overflow: hidden;
}
.wp-image {
    position: fixed;
    left: 635px;
    top: 550px;
    z-index: 999;
}
.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out; /* Smooth transition for the image change */
    opacity: 0; /* Start with the image hidden */
}
.slider-image.active {
    opacity: 1; /* Show the active image */
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(10%);
    border: 2px solid #b7cb5e;
    background: white;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer !important;
    width: 30px;
    height: 30px;
}

.left-arrow {
    left: -10%;
    width: 58px;
    height: 58px;
}

.right-arrow {
    right: -10%;
    width: 58px;
    height: 58px;
}

.dots-container {
    margin-top: 20px;
    text-align: center;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background: #FFFFFF66;

}

/*section 2*/
.two-sided-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 70px;
}

.right-side {
    width: 60%; /* Bigger side */
}

.right-side h2 {
    color: #34363b;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

.right-side p {
    color: #34363b;
    line-height: 1.8;
    margin-bottom: 30px;
}

.main-btn {
    background: linear-gradient(to right, #028ac0, #01cbb2);
    color: white;
    border: none;
    border-radius: 16px;
    padding: 12px 28px;
font-family: IBM Plex Sans Arabic;
font-size: 16px;
font-weight: 500;
line-height: 24px;
    cursor: pointer;
}

.left-side {
    width: 35%; /* Smaller side */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    position: relative;
    background-color: #fbf1d3; /* Light yellow background */
    border-radius: 15px;
    text-align: center;
}

.worker-image {
    width: 100%;
    background: #f8f9fc;
    height: auto;
    border-radius: 15px;
}

.button-container {
    display: flex;
    width: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-68%);
    background: linear-gradient(to right, #028ac0, #01cbb2);
    border-radius: 25px;
    height: 97px;
    justify-content: center;
    align-items: center;
}

.sub-btn {
    background: #FFFFFFBF;
    backdrop-filter: blur(10.100000381469727px);
    /* color: #003c6f; */
    border: none;
    /* padding: 10px 25px; */
    border-radius: 17px;
    font-family: FF Shamel Family;
    font-size: 16px;
    font-weight: 400;
    width: 80%;
    padding: 15px 22px;
    /* height: 70%; */
    display: flex;
    line-height: 24px;
    color:  #0277C4;
    border: 1px solid #F8FAEB;
    justify-content: center;
    align-items: center;
}
.sub-btn span{
    background: linear-gradient(to right, #0277C4, #00CFB1) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    color: transparent;
}
/*sections containers*/
.main-container {
    padding: 50px 70px;
    direction: rtl; /* RTL layout for Arabic text */
}

.header-arrows-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header-content {
    width: 70%;
}

.header-content h2 {
    font-family: IBM Plex Sans Arabic;
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
    color: #34363B !important;
    margin-bottom: 10px;
}
.header-content h2 span{
    background: linear-gradient(to right, #0277C4, #00CFB1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.header-content p {
font-family: IBM Plex Sans Arabic;
font-size: 16px;
font-weight: 400;
line-height: 24px;
    color: #34363B;
}
.carousel-name {
    color: white !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    top: -50px !important;
    left: -35px !important;
}

.arrows-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
}

.arrow {
    background: none;
    border: 2px solid #b6cb5b;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    font-size: 24px;
    color: #8b50ff;
    cursor: pointer;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-carousel-section {
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.carousel-line {
    position: absolute;
    top: 22%;
    /* left: -36px; */
    width: 103%;
    height: 214px;
    background-color: #00c1a5;
    z-index: 1;
    border-radius: 30px;
}

.carousel-images {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* direction: ltr; */
}

.carousel-image {
    width: 22%;
    /*padding: 20px;*/
    border-radius: 30px;
    /* text-align: center; */
    background-color: #02a6ac; /* Default color, can be changed inline in HTML */
}

.carousel-image img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}

.image-label {
    color: white;
    font-size: 18px;
    margin-top: 10px;
}

.right-side {
    width: 60%; /* Larger side */
}

.right-side h1 {
    color: #00bfa6; /* Custom color for the section title */
    font-size: 36px; /* Increase font size for emphasis */
    margin-bottom: 20px;
}

.right-side p {
    color:#34363B; /* Darker text color for better readability */
font-family: IBM Plex Sans Arabic;
font-size: 16px;
font-weight: 400;
line-height: 24px;
    margin-bottom: 30px;
}
.width90 {
    width: 90%;
    height: 80%;
}

.btn-primary {
    background-color: #00bfa6; /* Custom button color */
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 18px;
    cursor: pointer;
}
.yellow-bg {
    background-color: #f8faeb !important;
}
.left-side {
    width: 40%; /* Smaller side */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bg-light {
    background-color: #FFFFFF !important; /* Light yellow background for the logo container */
    padding: 20px;
    padding-inline: var(--layout-padding);
    text-align: center;
}
.who-we-are-logo {
    max-height: var(--logo-image-height);
}
.who-we-are{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.who-we-are h1 {
    background: linear-gradient(to right, #0277C4, #00CFB1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
    font-size: 32px;
    margin-bottom: 26px;
    font-weight: 600;
}
.who-we-are p {
font-family: IBM Plex Sans Arabic;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #34363B;
}

.position-relative {
    position: relative;
}

img.position-relative {
    top: -20px; /* Adjust position for better alignment */
}

.left-side .btn-primary {
    position: relative;
    top: 20px;
    background-color: #00bfa6; /* Match button color with other styles */
    color: white;
    border-radius: 50px;
    padding: 12px 25px;
}

.left-side .bg-light img {
    width: 100px;
    height: auto;
}
/*last section*/
.last-container {
    margin: 0 auto;
    padding-inline: var(--layout-padding);
    padding-bottom: 70px;
    direction: rtl; /* For right-to-left alignment */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-section h2 { 
font-family: IBM Plex Sans Arabic;
font-size: 32px;
font-weight: 600;
line-height: 41.6px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #028ac0, #01cbb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.header-section p {
font-family: IBM Plex Sans Arabic;
font-size: 16px;
font-weight: 400;
line-height: 24px;
    color: #34363B;
}

.row-serve {
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    width: -webkit-fill-available;
    padding: 10px;
    /* gap: 20px; */
    margin-top: 37px;
}

.service-box {
    background-color: #f5f5f5;
    border-radius: 15px;
    /*padding-left: 20px;*/
    height: fit-content;
    padding: 0 90px;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-content {
    width: 60%;
}
.text-contents {
    text-align: end !important;
}
.text-content h3 {
    color: #FFFFFF;
    font-family: IBM Plex Sans Arabic;
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
        margin-bottom: 10px;
}

.text-content p {
    color: #F9FAFB;
    font-family: IBM Plex Sans Arabic;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.btn-primary-last-div {
    background: white;
    color: #0277c4;
    border: none;
    border-radius: 16px;
    padding: 12px 20px;
font-family: IBM Plex Sans Arabic;
font-size: 16px;
font-weight: 500;
line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.btn-primary-last-div .arrow {
    margin-left: 0px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border: None;
    color: white;
}
.btn-primary-last-div:hover {
    background-color: #e0f0ff;
}

.btn-primary-last-div-green {
    background: white;
    color: #00c1a5;
    border: none;
    border-radius: 16px;
    padding: 10px 25px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.btn-primary-last-div-green .arrow {
    margin-left: 0px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border: None;
    color: white;
}
.btn-primary-last-div-green:hover {
    background-color: #e0f0ff;
}
.image-content {
    width: 56%;
    text-align: center;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.service-box:nth-child(1) {
    background-color: #00c0a5;
}

.service-box:nth-child(2) {
    background-color: #0277c4;
}
.main-home-banner {
    display: flex;
    height: 664px;
    justify-content: center;
    align-items: end;
    background: linear-gradient(63.43deg, #0277c4 0%, #00cfb1 87%);
}
.main-home-banner img {
    width: 545px;
    height: 500px;
}
@media (max-width: 2300px) {
.wp-image {
    left: 400px;
}
}
@media (max-width: 2000px) {
    .wp-image {
        position: fixed;
        left: 275px;
        top: 550px;
        z-index: 999;
    }
    .carousel-line {
        /* left: -25px; */
    }
    .search-input {
        border: none;
        flex: 1;
        padding: 5px 8px;
        border-radius: 50px;
        outline: none;
        font-size: 18px;
        color: #7e8fa2;
        background-color: #F8F9FC !important;
    }
    .search-input :focus{
        background-color: #F8F9FC !important;

    }

}
@media (max-width: 1500px) {
    .service-box {
        padding: 0 35px;
    }
    .carousel-image {
        width: 24%;
    }
    .carousel-line {
        left: -20px;
    }
}
@media (max-width: 1440px) {
    .wp-image {
        left: 70px;
    }
    .slider-bg-image {
        background:none !important;
    }
    .slider-bg-image {
        top: 0px;
    }
}
@media (max-width: 1400px) {
    .carousel-image {
        width: 22%;
    }
    .carousel-line {
        left: initial;
    }

    /* .carousel-line {
        height: 140px;
    } */
    .wp-image {
        left: 50px;
    }
}
@media (max-width: 1200px) {
    .service-box {
        height: fit-content;
        padding: 20px 20px;
    }
    .wp-image {
        left: 60px;
    }
}
@media (max-width: 992px) {
    .right-arrow {
        right: -15%;
    }
    .left-arrow {
        left: -15%;
    }
    /* .carousel-line {
        height: 100px;
    } */
    .wp-image {
        left: 60px;
    }
}
@media (max-width: 768px) {
    .right-arrow {
        right: -20%;
    }
    .left-arrow {
        left: -20%;
    }
    .revert-sec {
        align-items: center;
    }
    .slider-section{
        padding-top: 5px;
    }
    .arrows-content {
        justify-content: center !important;
    }
    .wp-image {
        left: 40px;
        width: 50px;
    }
    .carousel-image img {
        height: auto !important;
    }
    .carousel-line {
        height: 75px;
        width: 100%;
    }
    .service-box:nth-child(1) {
        order: 1;
    }
    .service-box {
        height: fit-content;
        padding: 0px 20px;
    }
    .carousel-image {
        width: 90%;
        height: fit-content;
        transform: translateX(-16px);
    }
    .carousel-imagess {
        transform: translateX(-16px) !important;
    }
    .carousel-line {
        height: 150px;
        border-radius: 0;
    }
    .carousel-images {
        gap: 30px;
    }
    .main-container {
        padding: 20px 0;
    }
}
@media (max-width: 576px) {
    .width90{
        border-radius: 20px !important;
    }
    .wp-image {
        top: 350px;
    }
    .search-button {
        padding: 10px 12px;
        font-size: 14px;
    }
    .search-box-container > svg {
        width: 15px;
    }
    .search-box-container {
        padding: 8px 10px 8px 10px;
    }
    .search-input::placeholder {
        white-space: normal;
    }
    .search-input {
        background: none;
        max-height: 100% !important;
        padding: 0px 5px;
        border-radius: 0;
        font-size: 12px;
    }

    .search-input:focus {
        background: none;
    }

    .right-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34px !important;
        height: 34px !important;
    }
    .left-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34px !important;
        height: 34px !important;
    }
    .wp-image {
        left: 12px;
        width: 40px;
    }
    .main-home-banner {
        height: 50vh;
    }
    .main-home-banner img {
        width: 400px;
        height: 370px;
    }

    .image-content {
        display: none;
    }
    .service-box {
        height: fit-content;
        padding: 35px 32px;
        border-radius: 32px;
    }
    .service-box:nth-child(1) {
        order: 1;
    }
    .text-content {
        width: 100%;
    }
    .btn-primary-last-div,
    .btn-primary-last-div-green {
        font-size: 16px;
        padding: 10px 20px;
    }
    .container {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .btn-primary {
        margin: 2rem !important;
    }
    .right-side p {
        font-size: 16px;
    }
    .right-side h2 {
        font-size: 28px;
    }
    .main-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .triangle-shape {
        width: 100%;
        height: 0;
        padding-bottom: 70%;
        border-radius: 25px;
        overflow: hidden;
    }
    .left-arrow {
        left: -30%;
    }
    .right-arrow {
        right: -30%;
    }

    .revert-sec {
        flex-direction: column-reverse !important;
        margin-right: 0;
        margin: 0;
    }
    .who-we-are p {
        margin-bottom: 30px;
    }
    .header-section h2 {
        font-size: 32px;
    }
    .fw-bold {
        font-size: 24px;
    }
    .header-content p {
        font-size: 16px;
    }
    .header-section p {
        color: #7e8fa2;
        font-size: 16px;
        padding: 0 16px;
    }
    .btn-primary {
        padding: 12px 30px !important;
    }
    .width90 > a > img{ 
        width: 122.76px;
    height: 134.64px;
    margin-top: -50px;
    margin-bottom: 40px;
}
    .resp-bttn {
        margin-bottom: 34px !important;
        margin-top: -30px !important;
    }
}

@media (max-width: 576px) {
    .arrow{
        font-size: 16px !important;
    }
    .wp-image {
        top: 440px;
    }
    .carousel-image-custom {
        width: 164px;
        height: 206px !important;
        border-radius: 16px;
    }
    .carousel-images {
        gap: 16px;
    }
 
    .carousel-name {
        top: -40px !important;
        left: -20px !important;
        font-size: 20px;
        font-weight: 700;
    }
    .carousel-line-custom {
        height: 105px !important;
        top: 15%;
    }
    .main-home-banner img {
        width: 321px;
        height: 290px;
    }
}
@media (max-width: 300px) {
}
