body {
  margin: 0;
  padding: 0;
  background-color: white;
  direction: rtl;
}
main {
    margin: 100px auto;
}


.blue {
    color:#423984 !important;
}


.footer {
    background-color: #413886;
    color: white;
    padding: 40px 0;
}
.footer a {
    color: white;
    padding-bottom: 10px;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.newsletter input[type="email"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.5rem !important;
    border-top-right-radius:  0.5rem !important;
}
.list-unstyled li{
    padding-bottom: 25px;
}
.newsletter button {
    background-color: #FFA726;
    color: white;
    border: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius:  0.5rem !important;

}
.social-icons a {
    margin: 0 10px;
    color: white;

    padding: 3px 6px;
    border-radius: 16px;
}

/* General Spacing for Elements */
.title-container,
.sector-description li {
    margin-bottom: 20px; /* Increase space between elements */
}

/* Specific Spacing for Text and Images */
.text-md-start img {
    margin-bottom: 20px; /* Increase space below image */
}

.text-md-start p {
    margin-bottom: 20px; /* Increase space below paragraphs */
}

.social-icons a {
    margin-right: 10px; /* Increase space between social icons */
}

.newsletter h5,
.newsletter p,
.newsletter form,
.newsletter .app-icons {
    margin-bottom: 20px; /* Increase space between elements in the newsletter section */
}

/* Ensure App Icons Row Spacing */
.newsletter .app-icons .col-6 {
    margin-bottom: 10px; /* Adjusts spacing between app icons */
}

/* Increase height of the newsletter form and button */
.newsletter .input-group .form-control {
    height: 70px; /* Increase height of the email input */
    padding: 10px; /* Add padding */
}

.newsletter .input-group .btn {
    height: 70px; /* Increase height of the button */
    padding: 10px 20px; /* Add padding */
    color:#413886 ;
}


.app-icons img {
    width: 120px;
}
.footer hr {
    border-color: rgba(255, 255, 255, 0.2);
}
.copyright {
    color: rgba(255, 255, 255, 0.8);
}
.arrow {
    border: solid #26bdb8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

 /* ////////////////////////////////////// Start spinner  //////////////////////////////////// */

 /* Loader Styles */
#page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white; /* or any background color */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinner Animation */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #423984; /* Change color to match your theme */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Keyframes for Spin Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#page-loader {
    opacity: 1;
    transition: opacity 0.5s ease;
}

#page-loader.hidden {
    opacity: 0;
    pointer-events: none; /* Ensure loader is not clickable after hiding */
}



 /* ////////////////////////////////////// End spinner  //////////////////////////////////// */


 /* ////////////////////////////////////// contact-form  //////////////////////////////////// */

.submit-button {
  background-color: #4bc0b8 !important;
  color: white !important;
  width:40% !important;
}
.text-right {
  text-align: right;
}

.custom-services-title-box.text-right {
    padding-bottom: 30px;
    color:#423984;
}

.custom-services-title {
    color:#423984;
    font-size: 2rem;
}

.custom-services-subtitle{
    color:#757575 ;
    font-size: 1.8rem;
}

.text-center {
  text-align: center;
}
.vertical-line {
  border-left: 2px solid #d1d0d6;
  height: 4.5em;
  margin: auto 10px;
}
.title-section-contact {
  font-size: 28px;
  color: #413886;
  font-weight: 600;
  padding: 50px;
}
.contact-find-us {
  font-size: 18px;
  color: #413886;
  font-weight: 600;
}
.contact-find-us-det {
  font-size: 18px;
  color: #4bc0b8;
}

.contact-item:nth-child(2) .contact-content,
.contact-item:nth-child(3) .contact-content {
    border-right: 2px solid #d1d0d6;
}

 /* ////////////////////////////////////// header  //////////////////////////////////// */

 .navbar-nav {
    margin: 10px auto;
    gap: 20px; /* Adds space between nav items */
    display: flex; /* Ensures gap works for flex layouts */
     padding-right: 0;
}
.navbar-collapse{
    text-align: right !important;
}
.nav-item {
    margin: 0 10px; /* Optional: Add horizontal margin between links */
}

.nav-link {
    color: #423984 !important;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px; /* Increased padding for better spacing */
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
}

.nav-link:hover {
    color: #cd8700 !important;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /*border-radius: 5px;*/
}

.navbar-toggler {
    background-color: #423984;
    color: white;
    border: none;
}

.register-now {
    background-color: #423984 !important;
    color: white !important;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
    margin-left: 20px; /* Adds space between the button and navbar items */
}

.register-now:hover {
    background-color: black !important;
    border-color: black !important;
}


.active {
    color: #cd8700 !important;
    /* background-color: rgba(0, 0, 0, 0.1) !important; */
    /*border-radius: 5px !important;*/
    /*box-shadow: #423984 0px 2px 8px 0px;*/
}

 /* ////////////////////////////////////// End Header  //////////////////////////////////// */

 /* ////////////////////////////////////// Start carousel  //////////////////////////////////// */
 /* Make the carousel height flexible */
.carousel-inner {
    height: 92vh;
}

/* Slide container for relative positioning */
.carousel-slide-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Ensure the image fills the container without distortion */
.carousel-slide-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Overlay content with proportional positioning */
.carousel-text-overlay {
    position: absolute;
    top: 10%;  /* Proportional margin from top */
    left: 10%; /* Proportional margin from left */
    right: 10%; /* Ensure it stays within bounds */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align text to the left */
    text-align: left;
}

/* .color-blue {
    color:#f7a91b ;
} */

.text-orange {
    color:#f7a91b ;
}

.text-bold {
    font-weight: bold;
}
.base_color{
    color: #6d6d6d;
}


/* Make font sizes responsive using vw (viewport width) */
.carousel-text-overlay h1 {
    font-size: 4vw;  /* Scales with screen width */
    margin: 0.5rem 0;
}

.carousel-text-overlay p {
    font-size: 2vw;  /* Scales with screen width */
    margin: 0.5rem 0;
}

.carousel-button {
    margin-top: 1rem;
    background-color: #f9aa1c;
    color: #423984;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

.carousel-button:hover {
    background-color: black;
    transform: scale(1.05);
}
.saas-slider{
    background-color: #00000030;
    border-radius: 7px;
    width: 25%;
    text-align: center;
    padding: 7px 0;
    font-family: sans-serif;
    letter-spacing: 5px;
    position: relative;
    top: 41vh;
    left: 20vh;
}
.carousel-div-text{
    padding-top: 16%;
}
/* Media query for smaller screens */
@media (max-width: 768px) {
    .carousel-text-overlay {
        top: 5%;  /* Adjust top margin for small screens */
        left: 5%;  /* Adjust side margin for small screens */
        right: 5%;
    }

    .carousel-text-overlay h1 {
        font-size: 5vw;
    }

    .carousel-text-overlay p {
        font-size: 3vw;
    }

    .carousel-button {
        font-size: 1rem;
        padding: 8px 16px;
    }
    .carousel-inner {
        height: 22vh;
    }
    .saas-slider{
        width: 40%;
        position: relative;
        top: 5vh;
        left: 3vh;
    }
    .carousel-div-text{
        padding: 0;
    }
}

 /* ////////////////////////////////////// End carousel  //////////////////////////////////// */

/* boxs  */
.custom-card {
    margin: 16px -10px;
    padding: 20px;
    border-radius: 70px 70px 2px 2px;
    background-color: #423984;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    height: 200px;
    display: flex; /* Added */
    flex-direction: column; /* Added */
    justify-content: center; /* Added */
    border: 3px solid white;
}

.custom-card-second-row {
    border-radius: 2px 2px 70px 70px !important;
}

.custom-card .title {
    background-color: #f9aa1c;
    color: #423984;
    padding: 10px;
    border-radius: 50px 50px 0 0;
    font-weight: bold;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    height: 70px;
    font-size: 24px;
}

.custom-card .title-second-row {
    background-color: #f9aa1c;
    color: #423984;
    padding: 10px;
    border-radius:  0px 0px 50px 50px ;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    height: 70px;
    font-size: 24px;
}

.custom-card p {
    margin: -50px 0 0 0;
    font-size: 1.2em;
    color: #423984;
    text-align: center;
    color:white;
}

.custom-card .second-row {
    margin: 20px 0 0 0;
    font-size: 1.2em;
    color: #423984;
    text-align: center;
    color:white;
}

.container {
    max-width: 1000px;
    margin-top:5%;
}

/* title */
.title-container {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.title {
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #443b88;
    font-weight: bold;

}

.line {
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 284px;
    height: 25px;
    background-color: #f9aa1c;
    transform: translateX(-51%);
    border-radius: 4px;
}



.title-container {
    text-align: center;
}

.title-1 {
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #443b88;
    font-weight: bold;
    font-size: 40px;
}

.title-1::after {
    content: '';
    display: block;
    width: 100%;
    height: 13px; /* Increase the height here */
    background-color: #31bfb9;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-radius: 4px;
    z-index: -1;
}

.title-2 {
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #443b88;
    font-weight: bold;
    font-size: 40px;
}

.title-2::after {
    content: '';
    display: block;
    width: 100%;
    height: 13px; /* Increase the height here */
    background-color: #f9aa1c;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-radius: 3px;
    z-index: -1;
}


 /* //////////////////////////////////////  steps  //////////////////////////////////// */
.steps-container {
    max-width: 100%;
    margin: 40px auto;
    text-align: right;
    position: relative;
    margin-bottom: 0;
}

.step-row {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px 0;
    margin-bottom: 0;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.step-box {
    padding: 20px;
    text-align: center;
    width: 180px;
    margin-left: 20px;
    margin-bottom: 20px; /* Maintain spacing between boxes */
    box-sizing: border-box;
    position: relative;
}

.step-number {
    box-shadow: 11px 8px 3px rgb(131 112 112 / 68%);
    border-radius: 6px;
    font-size: 4rem;
    color: #fff;
    width: 130px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    background: #f9aa1c;
    /*text-shadow: 11px 11px 2px rgba(0, 0, 0, 0.4);*/
    font-weight: bold;
}

.step-title {
    font-size: 0.8em;
    margin: 10px 0;
    color: #534c88;
    font-weight: 600;
}

.step-text {
    color: #534c888a;
    font-size: 0.7em;
}

.step-box.even {
    margin-top: 73px;
}

.even .step-number {
    background: #169fb2;
}

.step-box::before {
    content: '';
    position: absolute;
    top: 30%;
    right: 128px;
    width: 100px;
    height: 3px;
    background-color: #5b519f;
    z-index: -1;
    transform: translateY(-50%) rotate(-45deg);
}

.step-box.even::before {
    right: 132px;
    top: 22%;
    transform: translateY(-50%) rotate(45deg);
}

.step-box:last-child::before {
    content: none;
}


/* Responsive Styles: Ensure layout consistency */
@media (max-width: 1200px) {
    .carousel-inner{
        height: auto;
    }
    .step-box {
        width: 17%; /* Keep the box size consistent */
        margin-left: 10px; /* Adjust margin for tablet */
    }

    .step-row {
        flex-wrap: wrap; /* Allow wrapping, but maintain structure */
    }

    .step-box::before {
        right: 113px;
    }
}
@media (max-width: 991px) {
    .carousel-inner{
        height: auto;
    }
    .step-box {
        width: 20%; /* Keep the box size consistent */
        margin-left: 0; /* Adjust margin for tablet */
    }
    .step-number {
        width: 100px;
        height: 90px;
        font-size: 2.5rem;
    }
    .step-row {
        flex-wrap: wrap; /* Allow wrapping, but maintain structure */
    }

    .step-box::before {
        right: 86px;
    }
    .step-box.even::before {
        right: 86px;
        top: 22%;
        transform: translateY(-50%) rotate(45deg);
    }
    .step-box.even {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .carousel-inner{
        height: auto;
    }
    .title-1 {
        font-size: 30px;
    }
    .subscription-plans h3 {
        font-size: 30px;
    }
    .title-2 {
        font-size: 30px;
    }
    .title-1::after {
        height: 6px;
        bottom: -2px
    }
    .title-2::after {
        height: 6px;
        bottom: -2px
    }
    .step-box {
        width:20%; /* Same width for step boxes */
        margin: 0;
        padding: 0;
    }
    .step-number {
        width: 80px;
        height: 74px;
        font-size: 2.1rem;
    }
    .step-row {
        flex-wrap: wrap; /* Allow wrapping */
    }

    .step-box::before {
        right: 76px;
        top: 23%;
        width: 50px;
    }
    .step-box.even {
        margin-top: 35px;
    }
    .step-box.even::before {
        right: 80px;
        top: 13%;
        transform: translateY(-50%) rotate(45deg);
    }
}

@media (max-width: 480px) {
    .text-overlay{
        font-size: 1.5rem !important;
    }
    .carousel-inner{
        height: auto;
    }
    .title-1 {
        font-size: 23px;
    }
    .subscription-plans h3 {
        font-size: 26px;
    }
    .title-2 {
        font-size: 23px;
    }
    .title-1::after {
        height: 6px;
        bottom: -2px
    }
    .title-2::after {
        height: 6px;
        bottom: -2px
    }
        .step-number{
        width: 55px;
        height: 50px;
        font-size: 1.4rem;
    }
    .steps-container{
        padding: 0;
        margin: 0;
    }

    .step-box {
        width: 17%; /* Same width for step boxes */
        margin: 0;
        padding: 0;

    }

    .step-row {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .step-box::before {
        right: 49px;
        width: 60px;
        top: 20%;
    }
    /* Maintain font size for better readability */
    .step-title {
        font-size: 0.6em; /* Keep font size as it is */
        width: 100%;
        margin-bottom: 9%;
    }

    .step-text {
        font-size: 0.5em; /* Keep font size as it is */
    }
    .step-box.even::before {
        right: 48px;
        top: 9%;
        transform: translateY(-50%) rotate(45deg);
    }
    .step-box.even {
        margin-top: 34px;
    }
}

/* sectors  */
.sectors-container {
    max-width: 1200px; /* Set max width for the container */
    margin: 0 auto; /* Center the container */
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping of boxes */
    justify-content: space-between; /* Space between boxes */
    gap: 20px; /* Space between boxes */
}

.sector-box {
    background: #3c3478; /* White background for the boxes */
    border: 1px solid #ddd; /* Light border */
    border-radius: 150px 150px 8px 8px; /* Rounded corners */
    padding: 20px 10px 80px 10px; /* Padding inside the box */
    width: calc(33.33% - 20px); /* Three boxes per row, accounting for gaps */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    box-sizing: border-box; /* Include padding and border in total width */
    text-align: right;
}

.sector-title {
    font-size: 1.2em; /* Title size */
    margin-bottom: 10px; /* Margin below the title */
    color: white; /* Title color */
    font-weight: bold; /* Bold font */
    text-align: center;

}

.sector-description {
    color: white; /* Description color */
    list-style-type: none; /* Remove default bullets */
    padding-right: 20px; /* Indentation for bullets on the right */
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: right; /* Align text to the right */
}

.sector-description li {
    margin-bottom: 10px; /* Adjusts the spacing between list items */
    line-height: 1.8; /* Adjusts the height of each line within the list items */
    position: relative; /* Enable positioning of custom bullets */
    padding-right: 20px; /* Space for custom bullets on the right */
}

.sector-description li::before {
    content: '•'; /* Custom bullet */
    position: absolute;
    right: 0; /* Position bullet on the right */
    color: #1e87a5; /* Custom bullet color */
    font-size: 30px; /* Custom bullet size */
    line-height: 1; /* Align bullet with text */
}


.separator {
    border: none;
    border-top: 3px solid #1e87a5; /* Creates the line */
    width: 200px; /* Set the desired width */
    margin: 10px auto; /* Center horizontally */
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sector-box {
        width: calc(50% - 20px); /* Two boxes per row on medium screens */
    }
}

@media (max-width: 480px) {
    .sector-box {
        width: 100%; /* Full width for mobile screens */
    }
}

.sector-second-row {
    border-radius: 8px 8px 150px 150px; /* Rounded corners */

}

 /* ////////////////////////////////////// End Sector  //////////////////////////////////// */

 /* ////////////////////////////////////// Start counter  //////////////////////////////////// */

.counter-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.counter-box {
    color: #423984;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

.counter-number {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.counter-text {
    font-size: 1.4em;
    font-weight: 700;
    color: #44c1b9;
}

.counter-number::before {
    content: "+";
    font-size: 1.2em;
    color: #37beb8;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .counter-box {
        padding: 15px;
    }
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden; /* Prevent both horizontal and vertical scrolling */
}

.counters {
    background: #0f479a;
    color: #fff;
    padding: 40px 20px;
    border-top: 3px lightskyblue solid;
}

.counters .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Distributes space around items */
    gap: 30px; /* Ensure space between items */
    text-align: center;
}

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px lightskyblue solid;
        padding-bottom: 20px;
    }
}

.counters .container > div {
    flex: 1 1 20%; /* Flex-grow, flex-shrink, and base width */
    margin: 10px; /* Optional: adds space around items */
    box-sizing: border-box; /* Ensures padding and border are included in the total width */
    max-width: 100%; /* Prevent exceeding the container width */
}

 /* ////////////////////////////////////// End counter  //////////////////////////////////// */

 /* ////////////////////////////////////// Start Testimonials  //////////////////////////////////// */

 .testimonial-container {
    width: 100%;
    text-align: -webkit-center;
    overflow: hidden;
    background: #fff;
}

.testimonial-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {

    min-width: 100%;
    padding: 0 20px;
    text-align: center;
    background-color: #fff;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin: 0 0;
}

.testimonial h3 {
    color: #5b519f;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.testimonial-profile {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6%;
}

.profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial-author {
    font-weight: bold;
    font-size: 1.3em;
    color: #44c1b9;
}

.testimonial-position {
    font-size: 1.2em;
    color: #413886;
    margin-top: 3px;
}

.testimonial-triangle {
    position: relative;
    box-sizing: border-box;
    background: white;
    margin: 20px auto;
    font-size: 1.2em;
    line-height: 1.5;
    color: #534c88;
    border-radius: 10px;
    text-align: center;
    padding: 8%;
    box-shadow: 0px -25px 20px -30px rgba(0,0,0,0.25),
    0px 25px 20px -30px rgba(0,0,0,0.25);

}

.testimonial-triangle::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -38px;
    box-sizing: border-box;
    border: 1em solid #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    right: 49%;
}

.testimonial-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}

.testimonial-navigation i {
    cursor: pointer;
    font-size: 1.5em;
    color: #918ea3;
    transition: color 0.3s;
}

.testimonial-navigation i:hover {
    color: #5b519f;
}

.testimonial-counter {
    font-size: 1em;
    color: #534c88;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .testimonial-triangle {
        font-size: 1em;
    }

    .counter-container {
        width: 100%;
    }
}
/* ////////////////////////////////////// End Testimonials  //////////////////////////////////// */


/* Start who-we */
#container {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.box {
    width: 100%;
    height: 229px;
    background-size: cover;
    border-radius: 58px;
    margin-bottom: -110px;
    overflow: hidden;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) -1px 8px 12px 7px;
}
.box.expanded {
    height: 450px;
    z-index: 10;
}
.box:last-child.expanded {
    margin-bottom: 0;
    height: 400px;
}
.content {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    color: #333;
    padding: 20px;
    border-radius: 0 15px 15px 0;
    text-align: right;
}
.content h2 {
    margin-top: 30px;
    font-weight: bold;
    color: #3c3283;
    padding-right: 80px;
}
.content p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #3c3283;
    margin-right: 80px;
    text-align: justify;
}

.fixed-content {
    padding-top: 3%;
    color: #333;
    border-radius: 0 150px 150px 0;
    text-align: right;
}
.fixed-content h2 {
    margin-top: 10px;
    font-weight: bold;
    color:#3c3283;
    /*padding-right: 150px;*/
}
.fixed-content p {
    margin-top: 1%;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 82%;
    color:grey;
    text-align: justify;
}
/* Fixed Main Box */
.fixed-main-box {
    background-size: cover;
    border-radius: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.fixed-main-box .content {
    background: rgba(0, 0, 0, 0.5); /* Transparent overlay */
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}
.fixed-main-box h2 {
    margin: 0;
    font-weight: bold;
}
/* End who-we */

/* Service Boxes Styling */
.service-box {
    position: relative;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px);
}
.image-title {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: #fff;
    text-align: center;
    padding: 5% 0;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 3;
}
.image-wrapper {
    position: relative;
    width: 70%;
    margin: 0 auto;
    z-index: 2;
}

.service-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    box-shadow: 19px 19px 8px rgba(0, 0, 0, 0.1), 10px 10px 3px rgb(0 0 0 / 42%);
    margin: 0px auto;
}

.content-wrapper {
    position: relative;
    background: linear-gradient(to bottom, #fff4e1, #ffffff);
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding: 120px 20px 30px;
    border-radius: 12px;
}

.content-wrapper-odd {
    background: linear-gradient(to bottom, #d2edf0, #ffffff) !important;
}

.service-title {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.service-description {
    color: #666;
    font-size: 0.87rem;
    line-height: 1.6;
    text-align: justify; /* Added this line */
    width: 85%;
    margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .image-wrapper {
        width: 95%;
    }

    .content-wrapper {
        padding: 110px 15px 25px;
    }

    .service-title {
        font-size: 1.1rem;
    }
    .service-image {
        height: auto;
    }
    .custom-services-title {
        font-size: 1.7rem;
        font-weight: bold;
    }

    .custom-services-subtitle {
        font-size: 1.3rem;
    }

    .service-description {
        font-size: 0.7rem;
        width: 100%;
        text-align: right;
    }
}

/* Adding hover effect to the entire box */
.service-box:hover .service-image {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-box:hover .content-wrapper {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* ////////////////////////////////////// Start Carrers  //////////////////////////////////// */


.custom-file-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.card-title {
    color:#3c3283
}

.card-text {
    color:#3c3283;
    font-weight: bold;
}

.card-text span {
    display: inline-block;
    margin-right: 10px;
}


.custom-file-label {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-input:focus ~ .custom-file-label {
    background-color: #fff;
}


.custom-dropdown {
    position: relative;
}

.dropdown-container {
    position: relative;
    width: 100%;
}

.dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    z-index: 1000;
    direction: rtl;
}

.dropdown-list.show {
    display: block;
}

.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.no-results {
    padding: 8px 12px;
    color: #6c757d;
    text-align: center;
}


.hero-section {
    height: 400px;
}

.hero-image {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    height: 80%;
}

.hero-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 1rem;
    z-index: 2;
}

.hero-title {
    color: #d29234;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.hero-text {
    color: white;
    font-size: 1.75rem;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .hero-section {
        height: 350px;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 992px) {
    .hero-section {
        height: 300px;
    }
    .hero-title {
        font-size: 2.25rem;
    }
    .hero-text {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 250px;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-text {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 200px;
    }
    .hero-title {
        font-size: 1.75rem;
    }
    .hero-text {
        font-size: 1rem;
    }
}
/* End Carrers */


.custom-file-upload {
    position: relative;
    width: 100%;
    height: 100%;
}

.file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 87px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-label:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.file-label i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.file-label span {
    font-size: 0.875rem;
    text-align: center;
    color: #6c757d;
}

textarea.form-control {
    min-height: 100px;
}

.submit-button {
    padding: 0.5rem 2rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #0056b3;
}

/* Add responsive adjustments */
@media (max-width: 768px) {
    .col-md-9, .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .file-label {
        min-height: 80px;
    }
}

/* Placeholder styling for modern browsers */
.form-control::placeholder {
    color: #bebec3; /* Change this to your desired color */
    opacity: 1; /* Firefox requires this */
}

/* For Internet Explorer */
.form-control:-ms-input-placeholder {
    color: #bebec3;
}

/* For Edge */
.form-control::-ms-input-placeholder {
    color: #bebec3;
}

/* For older versions of WebKit browsers */
.form-control::-webkit-input-placeholder {
    color: #bebec3;
}

/* Optional: Style for when the input is focused */
.form-control:focus::placeholder {
    opacity: 0.7; /* Makes the placeholder slightly fade when input is focused */
}

/* If you want to style specific input types differently */
input[type="text"]::placeholder {
    color: #bebec3;
}
input[type="number"]::placeholder {
    color: #bebec3;
}
input[type="email"]::placeholder {
    color: #bebec3;
}

select.form-control {
    color: #bebec3; /* This changes the color of the default selected option */
}

select.form-control option {
    color: #bebec3; /* This changes the color of the dropdown options */
}

textarea::placeholder {
    color: #bebec3 !important;
}

/* ////////////////////////////////////// Start Banners  //////////////////////////////////// */

.card{
    border:none !important;
}

.position-relative {
    position: relative;
}

.text-overlay {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust to center the text */
    color: white; /* Change the text color */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
    font-size: calc(2vw + 2vh + 2vmin); /* Responsive font size */
    font-weight: bold; /* Make the text bold */
    text-align: center; /* Center-align the text */
    z-index: 1; /* Ensure it stays above the image */
}
/* ////////////////////////////////////// Enf Banners  //////////////////////////////////// */
