html, body {
    height: -webkit-fill-available; /* For Chrome/Safari */
}


/* Start navbar  */

a {
    text-decoration: none;
}

.landing-page .container-fluid {
    padding-left: 112px;
    padding-right: 112px;
    border-bottom: 1px solid var(--Line, #E4E7EC);
}
  
.landing-page .text-wrapper-9 {
    color: var(--Grey, #656C6C)!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.landing-page .text-wrapper-9.active {
  color: #4E81C2!important;
}

.test {
    z-index: 2000!important;
    margin-left: 112px;
}

.logo {
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 0px 0px 24px 24px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(36, 38, 39, 0.16); /* Shadow/Medium */
}

.t-120 {
    translate: 0px -120px;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-bg {
    background-color: #ffffff!important;
    border-bottom: 1px solid var(--line);
}

.navbar-padding {
    padding: 16px;
}

.contact-button {
    display: flex;
    padding: 10px 20px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px !important;
    background: #4E81C2 !important;
    border: 1px solid #4E81C2 !important;
}

.contact-button a {
    color: #fff;
    text-decoration: none;
}

.contact-button-text {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

/*.navbar-links .navigation-button a.active{
    color: #4E81C2;
}*/

/*--------*/

.landing-page {
    background-image: url("img/background.svg");
    background-size: cover;
}

.section1 {
    padding-left: 189px;
    padding-right: 189px;
}

.section1 .title {
    color: #4D4D4D;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    padding-top: 367px;
    padding-bottom: 8px;
}

.section1 .content {
    color: #424242;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    padding-right: 130px;
}

.scroll-down-img {
    padding-bottom: 128px;
/*    padding-top: 189px;*/
    text-align: center;
}


/*Problem*/

.section-problem .title-problem {
    color: #424242;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 128px;
}


.section-problem .content {
    color: #424242;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pr-8 {
    padding-right: 8px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pr-24 {
    padding-right: 24px;
}

.mr-24 {
    margin-right: 24px;
}

.pb-64 {
    padding-bottom: 64px;
}

.problem-container {
    border-radius: 16px;
    border: 1px solid var(--Neutral-N10, #F3F3F4);
    background: var(--Neutral-N0, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
    padding: 16px;
}

.problem-container-text {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cost-title {
    color: #4D4D4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}

/*Solution*/

.section-solution {
    border-radius: 24px;
    background: #94C136;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
    padding: 64px;
}

.section-solution-title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 16px;
}

.section-solution .content {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-right: 0px;
}

.mb-64 {
    margin-bottom: 64px;
}

/*Synap*/

.section-synap-title {
    color: var(--Dark, #050606);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.section-synap-content {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

.pb-48 {
    padding-bottom: 48px;
}

.key-features-container-title {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
}

.key-features-container-text {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.pb-128 {
    padding-bottom: 128px;
}

/*About Us*/

.pt-128 {
    padding-top: 128px;
}

.pb-16 {
    padding-bottom: 16px;
}

.section-about-us-title,
.our-team-title,
.exec-team-title {
    color: #424242;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-about-us-text,
.our-team-text {
    color: #424242;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
}

.ml-109 {
    margin-left: 109px;
}

.our-big-container {
    position: relative;
    width: auto;
    height: 878px;
    padding-top: 32px;
}

.our-mission-container {
    position: absolute;
    left: 8%;
    display: flex;
    width: 466px;
    padding: 32px 64px 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px;
    background: #4E81C2;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
}

.our-vision-container {
    position: absolute;
    right: 13%;
    top: 17%;
    display: flex;
    width: 410px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px;
    background: #94C136;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
    float: right;
/*    translate: -100px -740px;*/
}

.our-values-container {
    position: absolute;
    top: 43%;
    left: 15%;
    display: flex;
    width: 679px;
    padding: 48px 32px 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid #F3F3F4;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
}

.our-mission-title,
.our-vision-title {
    color: var(--Neutral-N0, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our-mission-text,
.our-vision-text,
.our-commitment-text {
    color: var(--Neutral-N0, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

.our-values-title {
    color: #242627;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our-values-subtitle {
    color: #4D4D4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.4px;
}

.our-values-content {
    padding: 0px 24px;
}

.our-values-text {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/*Our commitment*/

.our-commitment-container {
    display: flex;
/*    width: 520px;*/
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #4E81C2;
    background: #4E81C2;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
}

.our-commitment-title {
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    word-wrap: break-word;
}

.pt-42 {
    padding-top: 42px;
}

.pt-48 {
    padding-top: 48px;
}

/*=============*/
/*Our team*/

.frame {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    position: relative;
}

.frame .profile-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #F3F3F4;;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16);
    /* min-width: 280px; */
}

.frame .name-and-position {
    display: flex;
    align-items: flex-end;
    padding: 80px 24px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .div {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Inter-Bold", Helvetica;
    font-weight: 400;
    color: var(--dark);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.frame .text-wrapper {
    font-weight: 700;
}

.frame .span {
    font-family: "Inter-Regular", Helvetica;
}

.frame .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 24px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .p {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: var(--grey);
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 22px;
}

.frame .avatar1 {
    position: absolute;
    width: 150px;
    height: 132px;
    top: 0;
    right: 0;
    background-color: #fff;
    background-image: url(./img/dave-img.png);
    background-repeat: no-repeat;
    border-radius: 0 0 0 90px;
    background-position: right;
    background-size: contain;
}

.frame .avatar2 {
    position: absolute;
    width: 150px;
    height: 132px;
    top: 0;
    right: 0;
    background-color: #fff;
    background-image: url(./img/tony-img.png);
    background-repeat: no-repeat;
    border-radius: 0 0 0 90px;
    background-position: right;
    background-size: contain;
}

.frame .avatar3 {
    position: absolute;
    width: 150px;
    height: 132px;
    top: 0;
    right: 0;
    background-color: #fff;
    background-image: url(./img/ashraf-img.png);
    background-repeat: no-repeat;
    border-radius: 0 0 0 90px;
    background-position: right;
    background-size: contain;
}

/*Contact us*/

.section-contact-us-text {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pt-176 {
    padding-top: 176px;
}

.section-contact-us-button {
    display: flex;
/*    width: 350px;*/
    padding: 22px 50px 24px 50px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5000px;
    background: #FFF;
    border:1px solid #fff ;
}

/* .section-contact-us-button a {

} */

.contact-us-button-text {
    color: #4E81C2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.contact-us-button-text a:hover {
    color: #4E81C2 !important;
}

.pb-200 {
    padding-bottom: 200px;
}

.exec-landing-page {
    background-image: url("img/landing1280.svg");
    background-size: cover;
    padding-left: 189px;
    padding-right: 189px;
}

/*Footer */

.section-footer {
    display: flex;
    padding: 32px 0px 40px 0px;
    background-color: #424242;
    padding-left: 112px;
}

.footer-text {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.12px;
}

/* ibm section */

.ibm-card {
    display: flex;
    border: 1px solid #F3F3F4;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
    padding: 16px;
    background-color: #fff;
}

.ibm-content {
    color: #4D4D4D;
}

.find-out-more-button {
    background-color: #619FCB;
    color: #FFF;
    padding: 4px 16px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 14px;
}

.mt-18 {
    margin-top: 18px;
}

.pr-49 {
    padding-right: 49px;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    max-width: 750px;
    height: 600px;
    border-radius: 16px!important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* keep border-radius clean */
}

.modal-header {
    flex-shrink: 0;
    padding: 24px 0;
    border-bottom: none!important;
}

.modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 0 30px 40px 30px!important;
}

.modal-ibm-img {
    width: 230px;
    height: 160px;
}

.modal-content-ibm-1,
.modal-content-ibm-2 {
    font-size: 20px;
    color: #414D55;
}

.modal-content-ibm-1 {
    font-weight: 700;
}

.modal-content-ibm-2 {
    font-weight: 400;
}


/*================*/
/* mobile view */
/*320px-767px*/
@media (min-width: 320px) and (max-width: 767px) {

    .landing-page {
        background-image: url("img/background-mobile.svg");
        background-size: cover;
    }

    .mobile-landing-page {
        background-image: url("img/hamburger-background.svg");
        background-size: cover;
    }

    .mobile-landing-page2 {
        background-image: url("img/mobile-background2.svg");
        background-size: cover;
    }

    .exec-landing-page {
        background-image: url("img/exec-background.svg");
        background-size: cover;
        padding-left: 0px;
        padding-right: 0px;
    }
    
/* mobile nav start */
  .header-mobile-menu {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 3;
    height: 55px;
  }
  
  .header-mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    background-image: url("img/hamburger-background.svg");
    background-size: cover;
  }
  
  .header-mobile-menu li a {
    display: block;
    /* padding: 28px 24px; */
    text-decoration: none;
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--dark);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
  }

  .header-mobile-menu .logo {
    display: block;
    float: left;
    font-size: 2em;
    /* padding: 10px 20px; */
    text-decoration: none;
   padding: 16px;
    margin-left: 16px;
    position: absolute;
    border-radius: 0px 0px 16px 16px;
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    /* menu */
  
  .header-mobile-menu .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header-mobile-menu .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 26px 20px;
    position: relative;
    user-select: none;
  }
  
  .header-mobile-menu .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header-mobile-menu .menu-icon .navicon:before,
  .header-mobile-menu .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header-mobile-menu .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header-mobile-menu .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header-mobile-menu .menu-btn {
    display: none;
  }
  
  .header-mobile-menu .menu-btn:checked ~ .menu {
    /* max-height: 240px; */
    min-height: 100vh;
  }
  
  .header-mobile-menu .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header-mobile-menu .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header-mobile-menu .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header-mobile-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header-mobile-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  /* .mobile-logo-size {
    width: 60px!important;
  } */

  .mobile-contact-button {
    display: flex;
    width: 213px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Blue, #4E81C2)!important;
    border-color: var(--Blue, #4E81C2)!important;
  }

  .mobile-button-text {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }

  .mobile-menu-text {
    color: var(--Dark, #050606);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }

  /* mobile nav end */

  .mobile-section-1 {
/*    padding-top: 189px;*/
    padding-left: 24px;
    padding-right: 24px;
    height: 100svh;
    position: relative;
  }

  .mobile-section-1 .title {
    color: #4D4D4D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-right: 24px;
    padding-left: 24px;
/*    padding-top: 189px;*/
  }

  .mobile-section-1 .content {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-right: 24px;
    padding-left: 24px;
  }

  .scroll-down-img {
    padding-bottom: 0px;
  }

  .mobile-py-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

/*  .section1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .section1 .title {
    padding-bottom: 168px;
    padding-top: 220px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section1 .content {
    padding-left: 24px;
    padding-right: 24px;
  }*/

  .mobile-section-problem .title-mobile {
    color: #424242;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
  }

  .mobile-section-problem .content {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .mobile-pt-168 {
    padding-top: 168px;
  }

  .mobile-mr-16 {
    margin-right: 16px;
  }

  .mobile-mt-16 {
    margin-top: 16px!important;
  }

  .mobile-pb-64 {
    padding-bottom: 64px;
  }

  .mobile-pb-32 {
    padding-bottom: 32px;
  }

  .mobile-pb-16 {
    padding-bottom: 16px;
  }

  .mobile-mb-16 {
    margin-bottom: 16px;
  }

  .mobile-pt-16 {
    padding-top: 16px;
  }

  .mobile-problem-container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid var(--Neutral-N10, #F3F3F4);
    background: var(--Neutral-N0, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16); /* Shadow/Small */
  }

  .mobile-section-solution {
    display: flex;
    padding: 128px 24px 64px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: #94C136;
    margin-bottom: 32px;
  }

  .mobile-section-solution-title {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .mobile-section-solution-content {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }

  .mobile-synap-logo {
    display: flex;
    padding: 24px 0px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--Neutral-N0, #FFF);
/*    translate: 0px -32px;*/
    width: 185px;
    height: 80px;
    margin-bottom: 16px;
  }

  .synap {
    width: 135.478px;
    height: 32px;
  }

  .mobile-section-synap {
    padding-top: 56px;
  }

  .mobile-section-synap-title {
    color: var(--Dark, #050606);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding-bottom: 8px;
   }

  .mobile-section-synap-content {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
   }

   .mobile-key-features {
    padding-top: 32px;
   }

   .mobile-key-features-title {
    color: var(--Dark, #050606);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding-bottom: 8px;
   }

   .mobile-key-features-container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Neutral-N10, #F3F3F4);
    background: var(--Neutral-N0, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16); /* Shadow/Small */
   }

   .mobile-features-title {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
   }

   .mobile-features-content {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
   }

   .mobile-synap-discover {
    padding-top: 32px;
   }

   .mobile-synap-discover-content {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
   }

   .mobile-synap-experience {
    padding: 24px 0px 32px 0px;
   }

   .mobile-synap-experience-title {
    color: var(--Dark, #050606);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding-bottom: 8px;
   }

   .mobile-synap-experience-content {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
   }

   .mobile-section-about-us {
    padding-top: 168px;
   }

   .mobile-section-about-us-title {
    color: #424242;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
   }

   .mobile-section-about-us-content {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
   }

   .mobile-our-mission-container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    background: #4E81C2;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
    margin-top: 16px;
   }

   .mobile-our-mission-title,
   .mobile-our-vision-title {
    color: var(--Neutral-N0, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 8px;
   }

   .mobile-our-mission-content,
   .mobile-our-vision-content {
    color: var(--Neutral-N0, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
   }

   .mobile-our-vision-container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    background: #94C136;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
    margin-top: 16px;
   }

   .mobile-our-value-container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #F3F3F4;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
    margin-top: 16px;
    margin-bottom: 128px;
   }

   .mobile-our-value-title {
    color: #242627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
   }

   .mobile-our-value-content {
    padding-left: 16px;
    padding-right: 16px;
   }
   
   .mobile-our-value-subtitle {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.4px;
   }

   .mobile-our-value-subcontent {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
   }

   .mobile-section-our-team {
    padding-top: 128px;
   }

   .mobile-section-our-team-title {
    color: #424242;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
   }

   .mobile-section-our-team-content {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 16px 16px 16px 0px;
   }

   .mobile-section-out-commitment {
    padding-top: 48px;
    padding-bottom: 48px;
   }

   .mobile-section-out-commitment-container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: #4E81C2;
    box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16); /* Shadow/XLarge */
   }

   .mobile-section-out-commitment-title {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
   }

   .mobile-section-out-commitment-content {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
   }

/*   .mobile-section-exec-team {
    padding-left: 24px;
   }*/

   .mobile-exec-team-title {
    color: #424242;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 16px;
   }

   .overflow-ai {
    overflow: auto;
   }

   .mobile-exec-team {
    overflow-x: auto;
    display: flex;
    width: fit-content;
    border-radius: 16px;
   }

    .mobile-exec-team .profile-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 1;
        align-self: stretch;
        flex-grow: 1;
        background-color: #fff;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #F3F3F4;;
/*        box-shadow: 0px 8px 16px 0px rgba(36, 38, 39, 0.16);*/
        box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
        width: 300px;
        /* min-width: 280px; */
    }

    .mobile-exec-team .name-and-position {
        display: flex;
        align-items: flex-end;
        padding: 80px 24px 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .mobile-exec-team .div {
        position: relative;
        flex: 1;
        margin-top: -1px;
        font-family: "Inter-Bold", Helvetica;
        font-weight: 400;
        color: var(--dark);
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .mobile-exec-team .text-wrapper {
        font-weight: 700;
    }

    .mobile-exec-team .span {
        font-family: "Inter-Regular", Helvetica;
    }

    .mobile-exec-team .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 24px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .mobile-exec-team .p {
        position: relative;
        align-self: stretch;
        margin-top: -1px;
        font-family: "Inter-Regular", Helvetica;
        font-weight: 400;
        color: var(--grey);
        font-size: 14px;
        letter-spacing: 0.14px;
        line-height: 22px;
    }

    .mobile-exec-team .avatar1 {
        position: absolute;
        width: 150px;
        height: 132px;
        top: 0;
        right: 0;
        background-color: #fff;
        background-image: url(./img/dave-img.png);
        background-repeat: no-repeat;
        border-radius: 0 0 0 90px;
        background-position: right;
        background-size: contain;
    }

    .mobile-exec-team .avatar2 {
    position: absolute;
    width: 150px;
    height: 132px;
    top: 0;
    right: 0;
    background-color: #fff;
    background-image: url(./img/tony-img.png);
    background-repeat: no-repeat;
    border-radius: 0 0 0 90px;
    background-position: right;
    background-size: contain;
}

.mobile-exec-team .avatar3 {
    position: absolute;
    width: 150px;
    height: 132px;
    top: 0;
    right: 0;
    background-color: #fff;
    background-image: url(./img/ashraf-img.png);
    background-repeat: no-repeat;
    border-radius: 0 0 0 90px;
    background-position: right;
    background-size: contain;
}

.mobile-section-contact-us {
    padding-bottom: 128px;
    padding-top: 128px;
    padding-right: 24px;
    padding-left: 24px;
}

.mobile-section-contact-us-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 24px;
}

.mobile-section-contact-us-button {
    display: flex;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 5000px;
    background: #FFF;
    border: 1px solid #fff;
}

.mobile-contact-us-button-text {
    color: #4E81C2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-footer {
    padding: 32px 16px;
}

.mobile-ibm-card {
    border: 1px solid #F3F3F4;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
    padding: 16px;
    background-color: #fff;
}

.mobile-ibm-content {
    color: #4D4D4D;
    font-size: 14px;
    padding-top: 12px;
}

#partnershipModalMobile .modal-content{
    max-width: 360px;
    height: 500px;
}

#partnershipModalMobile .modal-content-ibm-1,
#partnershipModalMobile .modal-content-ibm-2 {
    font-size: 14px;
}



}

/*515px-767px*/
@media (min-width: 515px) and (max-width: 767px) {
    .landing-page {
        background-image: url("img/landing515-img.svg");
        background-size: contain;
    }

    #partnershipModalMobile .modal-content{
        max-width: 480px;
        height: 500px;
    }
}


/*768px-910px*/

@media (min-width: 768px) and (max-width: 910px) {
    .exec-landing-page {
        background-image: url("img/exec-background.svg");
        background-size: cover;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section1 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .landing-page .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .our-mission-container {
        left: 5%;
    }

    .our-values-container {
        top: 43%;
        left: 5%;
    }

    .our-vision-container {
        right: 0%;
        top: 25%;
    }

    .section-exec-team,
    .section-contact-us {
        padding-left: 24px;
        padding-right: 24px;
    }

    .frame .avatar1,
    .frame .avatar2,
    .frame .avatar3 {
        width: 125px;
        height: 120px;
    }

    .frame .name-and-position {
        padding: 80px 12px 12px;
    }

    .frame .div {
        font-size: 13px;
    }

    .scroll-down-img {
        text-align: center;
    }

}

/*911px-919px*/

@media (min-width: 911px) and (max-width: 919px) {

    .exec-landing-page {
        background-image: url("img/exec-background.svg");
        background-size: cover;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section1 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .landing-page .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .our-mission-container {
        left: 5%;
    }

    .our-values-container {
        top: 43%;
        left: 11%;
    }

    .our-vision-container {
        right: 0%;
        top: 18%;
    }

    .section-exec-team,
    .section-contact-us {
        padding-left: 24px;
        padding-right: 24px;
    }

    .frame .avatar1,
    .frame .avatar2,
    .frame .avatar3 {
        width: 125px;
        height: 120px;
    }

    .scroll-down-img {
        text-align: center;
    }
}

/*920px-991px*/

@media (min-width: 920px) and (max-width: 991px) {

    .exec-landing-page {
        background-image: url("img/exec-background.svg");
        background-size: cover;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section1 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .landing-page .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .our-mission-container {
        left: 5%;
    }

    .our-values-container {
        top: 43%;
        left: 11%;
    }

    .our-vision-container {
        right: 5%;
        top: 18%;
    }

    .section-exec-team,
    .section-contact-us {
        padding-left: 24px;
        padding-right: 24px;
    }

    .scroll-down-img {
        text-align: center;
    }
}

/*992px-1024px*/

@media (min-width: 992px) and (max-width: 1024px) {

    .exec-landing-page {
        background-image: url("img/exec-background.svg");
        background-size: cover;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section1 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .landing-page .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .our-mission-container {
        left: 5%;
    }

    .our-values-container {
        top: 43%;
        left: 11%;
    }

    .our-vision-container {
        right: 12%;
        top: 18%;
    }

    .section-exec-team,
    .section-contact-us {
        padding-left: 24px;
        padding-right: 24px;
    }

    .scroll-down-img {
        text-align: center;
    }
}

/*1025px-1100px*/

@media (min-width: 1025px) and (max-width: 1100px) {

    .exec-landing-page {
        background-image: url("img/landing1280.svg");
        background-size: cover;
        padding-left: 128px;
        padding-right: 128px;
    }

    .section1 {
        padding-left: 128px;
        padding-right: 128px;
    }

    .our-mission-container {
        left: 5%;
    }

    .our-values-container {
        top: 43%;
        left: 11%;
    }

    .our-vision-container {
        right: -6%;
        top: 18%;
    }

    .frame .avatar1,
    .frame .avatar2,
    .frame .avatar3 {
        width: 130px;
        height: 125px;
    }

    .frame .div {
        font-size: 14px;
    }

    .scroll-down-img {
        text-align: center;
    }


}

/*1101px-1150px*/
@media (min-width: 1101px) and (max-width: 1150px) {
    .exec-landing-page {
        background-image: url("img/landing1280.svg");
        background-size: cover;
        padding-left: 128px;
        padding-right: 128px;
    }

    .section1 {
        padding-left: 128px;
        padding-right: 128px;
    }

    .our-mission-container {
        left: 5%;
    }

    .our-values-container {
        top: 43%;
        left: 13%;
    }

    .our-vision-container {
        right: 0%;
        top: 18%;
    }

    .scroll-down-img {
        text-align: center;
    }

}

/*1151px-1210px*/
@media (min-width: 1151px) and (max-width: 1210px) {
    .exec-landing-page {
        background-image: url("img/landing1280.svg");
        background-size: cover;
        padding-left: 128px;
        padding-right: 128px;
    }

    .section1 {
        padding-left: 128px;
        padding-right: 128px;
    }

    .our-mission-container {
        left: 5%;
    }

    .our-values-container {
        top: 43%;
        left: 13%;
    }

    .our-vision-container {
        right: 6%;
        top: 18%;
    }

    .scroll-down-img {
        text-align: center;
    }

}

/*1211px-1280px*/
@media (min-width: 1211px) and (max-width: 1280px) {
    .exec-landing-page {
        background-image: url("img/landing1280.svg");
        background-size: cover;
        padding-left: 128px;
        padding-right: 128px;
    }

    .section1 {
        padding-left: 128px;
        padding-right: 128px;
    }

    .our-mission-container {
        left: 7%;
    }

    .our-values-container {
        top: 43%;
        left: 13%;
    }

    .our-vision-container {
        right: 9%;
        top: 18%;
    }

    .scroll-down-img {
        text-align: center;
    }

}

/*1281px-1366px*/
@media (min-width: 1281px) and (max-width: 1366px) {
    .exec-landing-page {
        background-image: url("img/landing1280.svg");
        background-size: cover;
        padding-left: 128px;
        padding-right: 128px;
    }

    .section1 {
        padding-left: 128px;
        padding-right: 128px;
    }

    .our-mission-container {
        left: 10%;
    }

    .our-values-container {
        top: 43%;
        left: 20%;
    }

    .our-vision-container {
        right: 12%;
        top: 18%;
    }

    .scroll-down-img {
        text-align: center;
    }

}







