:root {
  --primary: #21a8e1;
  --primary-dark: #1c96ca;
  --secondary: #e69229;
  --text: #494f50;
  --light-text: #b2b9bc;
  --light-back: #e5e6ec;
  --W-V-Space: 100px;
  --step1: #ab8c5d;
  --step2: #a05090;
  --step3: #5652c6;
  --step4: #d73237;
  --step5: #33aca8;


}


body {
  font-size: 35px;
  font-family: "Almarai", serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}



.h3 {
  font-size: 3rem;
  font-weight: 400;

}

.light {
  font-weight: 300;
  color: var(--light-text);
}


.etext {
  font-family: "Almarai", serif;
}

.a-left {
  text-align: left;
}


/* progress Bar */
@keyframes grow-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* Style and position the progress bar */
#progress {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  transform-origin: 0 50%;
  background: var(--text);
}

/* Create scroll-timeline on the root */
html {
  scroll-timeline: --page-scroll block;
}

/* Attach the animation using an anonymous Scroll Progress Timeline */
#progress {
  animation: grow-progress auto linear;
  animation-timeline: --page-scroll;
}

/* End progress Bar */


/* Start ToTop btn */
#ToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 200px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--primary);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  border: 5px solid #fff;
}

#ToTop:hover {
  background-color: var(--primary-dark);
}

@media only screen and (max-width: 2400px) {
  #ToTop {

    left: 20px;

  }
}

/* End ToTop btn */

/* Start Header Section */
#Header {
  display: block;
  width: 100%;
  z-index: 5;
  top: 0;
  height: 120px;
  position: fixed;
  background-color: #fff;
  transition: all .4s ease-in-out;
}

.sticky {
  display: block;
  width: 100%;
  background-color: var(--primary) !important;
  border-bottom: 3px solid #fff;
  transition: all 0.3s ease-in-out !important;
}

.logo {
  width: 200px;
}



.logo .ux-span1 {
  font-size: 5rem;
  font-weight: 800;
  margin-left: -20px;
  color: var(--primary);
}

.logo .ux-span2 {
  font-weight: 400;
  font-size: 3rem;
  margin-left: -9px;
  color: var(--primary);
}

.sticky .logo .ux-span1 {
  color: #fff;
}

.sticky .logo .ux-span2 {
  color: #fff;
}

.Author-name {
  display: block;
  color: #b0b0b0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: -23px;
  font-weight: 600;
}

.main-menu {
  width: max-content;
}

#Header a {
  text-decoration: none;
  color: var(--text);
  text-decoration: none;
}


.sticky  a {
  color: #ffffff !important;
}

.sticky a.left-btns {

  border: 2px solid #ffffff;

}

#Header a:hover {
    text-decoration: underline;
    /* color: #ffffff !important; */
    text-decoration: underline;
}
#Header a.courses:hover {



  background-color: #ffffff;

    color: var(--text);
    text-decoration: underline;
}


.sticky .main-menu a {
  color: #fff;
}

.sticky .main-menu a:hover {
  color: #fff;
}


.left-btns {
  width: max-content;
}

.main-menu a {
  margin-left: 23px;
} 
a.left-btns {
  background-color: var(--primary);
  outline: none;
  border: 2px solid var(--primary);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 50px;
  margin-left: 0;

}

a.left-btns:hover {
  background-color: var(--primary-dark);
  border: 2px solid var(--primary-dark);
  text-decoration: none;

}

a.courses {
  background-color: #fff;
  outline: none;
  border: 2px solid var(--primary);
  color: var(--text) !important;
  margin-right: 20px;
}

.left-btns a.courses:hover {
  background-color: #fff;
  border: 2px solid var(--primary-dark);
}

.sticky .left-btns a {
  background-color: #fff;
  border: 2px solid #fff;
  color: var(--text) !important;

}

.sticky .left-btns a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: var(--text);
  text-decoration: underline;
}

.sticky .left-btns a.courses {
  background-color: var(--primary);
  border: 2px solid #fff;
  color: #fff !important;
}

.sticky .left-btns a.courses:hover {
  background-color: var(--primary);
  border: 2px solid #fff;
  color: #fff;
}

/* Start Hero Section */
.page-content {
  padding-top: 120px;
}

.hero-section {
  display: flex;
  width: 100%;
  padding: 100px 0;
  background-color: #044c63;

  height: max-content;
}

.hero-img {
  float: left;
  width: 48%;
  height: auto;
  text-align: left;
}

.hero-img img {
  display: inline-block;
  width: 90%;
  max-width: 1000px;
}

.hero-text {
  float: right;
  width: 51%;
}

.e-hero-title {
  margin-top: -38px;
  margin-bottom: -30px;
}

.e-hero-title a {
  text-decoration: none;
}

.ux-span1 {
  font-size: 9rem;
  font-weight: 800;
  margin-left: -20px;
  color: var(--primary);
}

.ux-span2 {
  font-weight: 400;
  font-size: 6rem;
  margin-left: -20px;
  color: var(--primary);
}

.h1 {
  font-size: 6rem;
  font-weight: 800;
  color: #d4d4d4;
  max-width: max-content;
  text-align: center;
}

.a-hero-title2 {
  font-size: 4rem;
  font-weight: 300;
  color: #d4d4d4;
  width: 100%;
  padding: 20px 0;
}

.a-hero-ux-steps {
  width: 100%;
  padding: 0 0 30px 0;
  font-size: 5px;
  text-align: center;
}

.a-hero-ux-steps span {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 17px 0 0 0;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
}

.circle1 {
  background-color: var(--step1);
  color: var(--step1);
}

.circle2 {
  background-color: var(--step2);
  color: var(--step2);
}

.circle3 {
  background-color: var(--step3);
  color: var(--step3);
}

.circle4 {
  background-color: var(--step4);
  color: var(--step4);
}

.circle5 {
  background-color: var(--step5);
  color: var(--step5);
}

.a-hero-title3 {
  font-size: 2rem;
  font-weight: 300;
  width: 100%;
  line-height: 172%;
  padding-bottom: 10px;
}

.a-hero-title4 {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 20px 0 0 0;
  line-height: 172%;
}

.a-hero-btn {
  padding: 0;
  display: block;
  margin-top: -20px;
}

.Order-Now {
  background-color: var(--primary);
  outline: none;
  border: none;
  color: #fff;
  font-size: 29px;
  padding: 16px 39px;
  border-radius: 3px;
  font-weight: 400;
}
.Order-Now:hover {
  background-color: var(--primary-dark);
}
.contct-text {
  padding: 0 0 40px 0;
  width: 100%;
  text-align: center;
}
.contact_me {
  text-align: center;
}
.contact_me a{
  margin: 20px;}
 
/* Container section */
.container {
  width: 2400px;
  max-width: calc(100% - 120px);
}

@media only screen and (max-width: 2400px) {
  .hero-section {
    padding:50px 0 70px 0;
  }

  
 

  .h1 {
    font-size: 5rem;
  }

  .ux-span1 {
    font-size: 8rem;
  }

  .ux-span2 {
    font-size: 5rem;
  }

  .a-hero-title4 {
    font-size: 1.6rem;

    padding: 17px 0 0 0;
  }

  .a-hero-title3 {
    font-size: 1.8rem;
  }

  .a-hero-ux-steps {
    padding: 0 0 18px 0;
  }

  button.Order-Now {
    font-size: 23px;
    padding: 13px 19px;
    margin: 8px 0;
  }

  .logo {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 1840px) {
  .container {
    max-width: calc(100% - 60px);
  }

  .ux-span1 {
    font-size: 7rem;
  }

  .ux-span2 {
    font-size: 4rem;
  }

  .h1 {
    font-size: 4rem;
  }

  .a-hero-title2 {
    font-size: 3rem;
  }

  .a-hero-title3 {
    font-size: 1.6rem;
  }

  .a-hero-btn {
    margin: 10px 0 19px 0;
}
  .a-hero-title4 {
    padding: 13px 0 0 0;
  }

  button.Order-Now {
    font-size: 28px;
  }

  .logo {
    width: 180px;
    margin-left: 80px;
  }

  .logo .ux-span1 {
    font-size: 4rem;

  }

  .logo .ux-span2 {

    font-size: 2.8rem;

  }

  .logo .e-hero-title {
    margin-top: -26px;
  }

  .logo {
    width: 165px;

  }

  .main-menu a {
    margin-left: 21px;
    font-size: 1.4rem;
  }

  body {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1530px) {
  .container {
    max-width: calc(100% - 40px);
  }

  #Header {
    /*height: 160px;*/
  }

  .page-content {
    /*padding-top: 160px;*/
  }

  .left-btns {

    padding-top: 17px;
  }

  .main-menu a {
    margin-left: 0;
    margin-right: 20px;
  }

  .h1 {
    font-size: 3rem;
  }

  .ux-span1 {
    font-size: 6rem;
  }

  .ux-span2 {
    font-size: 3rem;
    margin-left: -9px;
  }

  .a-hero-title2 {
    font-size: 2.5rem;
    color: #ca944f;
    padding: 10px 0 15px 0;
  }

 

  button.Order-Now {
    font-size: 22px;
  }

  .hero-text {
    width: 57%;
  }

  .hero-img {
    width: 43%;
    padding-top: 66px;
  }

  .logo {
    width: 200px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 950px) {
  .contct-text {
    padding: 0 ;
    text-align: justify;
  }
  .contact_me {padding-top: 20px;}
  .contact_me a{
    margin: 15px 0;
  display: block;}
  

  .contact_me a img{
max-width: 60%;}
  
}

@media only screen and (max-width: 1100px) {
  .hero-section {
    padding:0 0 70px 0;
  }

  #Header {
    height: 120px;
  }

  .page-content {
    padding-top: 120px;
  }

  .hero-text {
    width: 100%;
    padding: 0 18%;
  }

  .hero-img {
    width: 100%;
    text-align: center;
  }

  .hero-img img {
    max-width: 70%;
    padding-bottom: 30px;
  }

  .left-btns {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 850px) {

  .hero-text {
    padding: 0 10%;
  }

}


@media only screen and (max-width: 720px) {
  .left-btns button {

    font-size: 19px;

  }
}

@media only screen and (max-width: 675px) {
  .container {
    max-width: calc(100% - 20px);
  }

  .hero-img img {
    max-width: 100%;
  }

  .hero-text {
    padding: 0;
  }

  #Header {
    height: 180px;
  }

  .logo {
    display: block;
    float: none;
    margin: auto;
  }

  .left-btns {
    padding-top: 28px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .left-btns button {

    padding: 8px 8px;
    font-size: 19px;
    margin: 10px -9px;
  }

  .a-hero-title4 {

    text-align: justify;
  }

  .e-hero-title {
    text-align: center;
  }
}


.h2 {
  display: block;
  width: 100%;
  font-size: 65px;
  padding: 0 0 100px 0;
  font-weight: 300;
}

@media only screen and (max-width: 1100px) {
  .h2 {
    padding: 0 0 50px 0;
  }
}


.sub-section {
  padding: 170px 0 100px 0;
}

@media only screen and (max-width: 1570px) {
  .sub-section {
    padding: 130px 0 100px 0;
  }
}

.introduction-text {
  display: block;
  padding-right: 20%;
  text-align: justify;
  height: max-content;

}

.whom-text {
  display: block;
  padding-right: 20%;
  text-align: justify;
  height: max-content;

}

.Author-sig {
  width: 300px;
  font-size: 26px;
  display: block;
  margin: 45px auto 0 auto;
  height: 200px;
  text-align: center;
}

.Author-sig img {
  display: block;
  margin: 20px auto 10px auto;
  width: 170px;
  border-radius: 50%;
}


@media only screen and (max-width: 650px) {
  .h2 {
    font-size: 39px;
    font-weight: 400;
  }
}



@media only screen and (max-width: 1100px) {
  .introduction-text {
    padding-right: 0;

  }

  .whom-text {
    padding-right: 0;

  }
}

.forWhom-section {
  background-color: #0e607a;
  color: #fff;
}

.contents-section {
  background-color: var(--light-back);
}

.project-section {
  background-color: #fff;

}

.author-section {
  background-color: #0e607a;
  display: flex;
}

.contact-section {
  background-color: var(--light-back);
}


.main-menu a,
.left-btns a {
  font-size: 25px !important;
}





.normal-text {
  font-size: 25px;
  line-height: 52px;
}

@media only screen and (max-width: 1700px) {

.main-menu a, .left-btns a {
  font-size: 21px !important;
}
.main-menu a {
  margin-left: 15px;
}
a.left-btns {

  margin-right: 22px;

}
}


@media only screen and (max-width: 1100px) {
  .normal-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1590px) {

  .left-btns {
    display: block;
    clear: both;
  }

  #Header {
    height: 160px;
  }

  .page-content {
    padding-top: 160px;
  }
}


@media only screen and (max-width: 1025px) {

  .main-menu a,
  .left-btns a {
    font-size: 17px !important;
  }

  .left-btns a {
    padding: 5px 11px;
    border-radius: 3px;
  }

  .left-btns {
    padding-top: 0;
  }

  #Header {
    height: 130px;
  }

  .page-content {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 1600px) {
  .main-menu {
    display: none !important;
  }

  .left-btns {
    display: inline-block;
    clear: none;
    margin-top: 20px;
  }

  #Header {
    height: 110px;
  }

  .page-content {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 675px) {

  #Header {
    height: 160px;
  }

  .page-content {
    padding-top: 160px;
  }
}











/* slick */
.slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
}

.slick-arrow:before {
  font-size: 65px;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.btn-wrap {
  text-align: center;
  width: 100%;
}

.for-Who .btn-wrap button {
  background-color: #ddd;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
}

.content-book .btn-wrap button {
  background-color: #ddd;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
}




.training-program {
  border: none !important;
  background-color: none !important;
}


.slick-dots {
  position: sticky !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}

li .slick-dots {
  margin: 0 0.25rem;
}


.training-top {
  display: block;
  width: 100%;
  overflow: auto;
  padding: 50px 0;
  background-color: #f3f4f5;
  /* background-image: url("../imgs/consulting-back.jpg"); */
  background-size: cover;
  margin-bottom: 50px;
  /* border-bottom: 10px solid #1fb2d6; */
}

.for-Who {
  display: block;
  width: 100%;
  overflow: auto;
  padding: 100px;

  /* background-image: url("../imgs/consulting-back.jpg"); */
  background-size: cover;
  margin-bottom: 50px;
  text-align: center;
  /* border-bottom: 10px solid #1fb2d6; */
}





.content-book {
  display: block;
  width: 100%;
  overflow: auto;
  padding: 10px 0;

  /* background-image: url("../imgs/consulting-back.jpg"); */
  background-size: cover;
  margin-bottom: 50px;
  text-align: center;
  /* border-bottom: 10px solid #1fb2d6; */
}

.btn-wrap {
  text-align: left;
  display: block;
  clear: both;
}

button.prev-btn {
  padding: 10px !important;
  /*background-image: url(../images/arrow1.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;


}

button.next-btn {
  padding: 10px !important;
  /*background-image: url(../images/arrow2.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}

button.prev-btn2 {
  padding: 10px !important;
  /*background-image: url(../images/arrow1.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  rotate: 90deg;

}

button.next-btn2 {
  padding: 10px !important;
  /*background-image: url(../images/arrow2.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  rotate: 270deg;

}


button.slick-disabled {
  opacity: 0.2;
}

.enddiv {
  display: none;
}

button.slick-disabled .enddiv {
  display: block;
}



/* Start Who-slick */
.for-Who-slick {
  width: 100%;
  max-width: 2575px;
  float: left;
  margin-left: 50px;
  padding: 0 75px;
}

.for-Who-slick-div {
  padding: 0 15px;
  display: block;
  margin: 0;


}

.for-Who-data {
  height: 440px !important;
  width: 400px;
  margin: 10px;
  background-color: #ffffff;
  color: var(--primary);
  vertical-align: top;
  padding-top: 40px;
}

.for-Who-data img {

  display: block;
  width: 100px;
  margin: 0 auto 30px auto;
}

.for-Who-data-text {

  display: block;
  width: calc(100% - 60px);
  margin: auto;
  font-size: 25px;
  text-align: justify;
  padding-top: 30px;
  color: var(--text);
}

[dir='rtl'] .for-Who-slick .slick-next {
  right: auto;
  left: 28px;
}


[dir='rtl'] .for-Who-slick .slick-prev {
  right: 4px;
  left: auto;
}

/* End Who-slick */


/* Start content-slick */
.content-slick {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.content-slick-div {
  padding: 0 80px;

  display: block;
  border-radius: 0;
}

.content-data {
  background-color: #fff;
  width: 100% !important;
  height: 600px !important;
  display: flex;
}



.content-slick .slick-prev:before,
.content-slick .slick-next:before {
  opacity: 1;
  color: #21a9e1;
}



[dir='rtl'] .content-slick .slick-next {
  right: auto;
  left: 32px;
}

[dir='rtl'] .content-slick .slick-prev {
  right: 7px;
  left: auto;
}

.content-data-r {
  float: right;
  width: 30%;
  background-color: #494f50;
}

.content-data-l {
  float: left;
  width: calc(70% - 40px);
  color: var(--text);
  text-align: right;
  margin: 20px;
}

.content-data-title {
  padding-bottom: 20px;
  color: var(--primary);
}

.content-data-text {}

.content-data-text ul {
  display: block;
  font-size: 22px;
  line-height: 30px;
  padding: 20px 40px 0 0;
}

.content-data-text ul li {
  display: inline-block;
  width: 49%;
  padding-bottom: 20px;
  background-image: url(../images/arrow.png) !important;
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 20px;

}

/* End content-slick */


.steps-div {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.steps {
  width: 70px;
  height: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: auto;
  text-align: center;
  padding-top: 4px;
  border-radius: 50%;
  /* margin: 0; */
}

.ux-process {
  display: block;
  padding: 20px 80px;
  margin-top: 20px;
  border-bottom: 0px solid var(--light-back);
  width: max-content;
  margin: 40px auto 0 auto;
  text-align: center;
  color: var(--primary);
}

.ux-process .steps-div {
  padding-top: 20px;
}

.step1 {
  border: 6px solid var(--step1);
  color: var(--text);
}

.step2 {
  border: 6px solid var(--step2);
  color: var(--text);
}

.step3 {
  border: 6px solid var(--step3);
  color: var(--text);
}

.step4 {
  border: 6px solid var(--step4);
  color: var(--text);
}

.step5 {
  border: 6px solid var(--step5);
  color: var(--text);
}

.step1-active {
  background-color: var(--step1);
  color: #fff;
}

.step2-active {
  background-color: var(--step2);
  color: #fff;
}

.step3-active {
  background-color: var(--step3);
  color: #fff;
}

.step4-active {
  background-color: var(--step4);
  color: #fff;
}

.step5-active {
  background-color: var(--step5);
  color: #fff;
}




.ux-concept {
  background-image: url(../images/ux-concept.jpg);
  background-size: cover;
}

.ux-principles {
  background-image: url(../images/ux-principles.jpg);
  background-size: cover;
}

.uxprocess {
  background-image: url(../images/ux-process.jpg);
  background-size: cover;
}

.empathize-stage {
  background-image: url(../images/empathize-stage.jpg);
  background-size: cover;
}

.define-stage {
  background-image: url(../images/define-stage.jpg);
  background-size: cover;
}

.ideate-stage {
  background-image: url(../images/ideate-stage.jpg);
  background-size: cover;
}

.design-stage {
  background-image: url(../images/design-stage.jpg);
  background-size: cover;
}

.test-stage {
  background-image: url(../images/test-stage.jpg);
  background-size: cover;
}

.project-section-text {

  display: block;

  text-align: justify;
}

.project-section-img {
  display: block;
  text-align: center;
  padding: 0 0 30px 0;

}

.project-section-img img {
  width: 100%;
  max-width: 1450px;

  margin-bottom: 20px;

}

.project-section-title {
  text-align: right;
  display: block;
  width: 100%;
  font-size: larger;
  font-weight: 700;
  padding: 20px 0;
  margin-top: 20px;
}

.project-stage {
  display: inline-block;
  width: 348px;
  max-width: 100%;
  margin: 0 18px 40px 20px;
  text-align: right;
  padding-bottom: 20px;
  border-radius: 10px;
}

.project-stage-title {
  display: block;
  width: 100%;
  /* border-radius: 10px 10px 0 0; */
  color: #fff;
  padding: 10px;
  text-align: center;
  background-color: #21a9e1;
}

.project-stage .link {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 5px;
  text-decoration: none;
  font-size: 20px;
  background-color: #f5f5f5;
  padding-right: 10px;

}

.project-stage .link a {
  display: block;
  width: 100%;
  padding: 12px 33px 13px 0;
  background-repeat: no-repeat;
  background-position: right;
  text-decoration: none;
  font-size: 20px;
  /* background-image: url(../images/arrow.png); */
  color: #707070;
  background-image: url(../images/pdf.png) !important;
  background-size: 25px;
}

.project-stage a:hover {

  text-decoration: underline;
  color: var(--text);
}

.project-stage-sec {
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
}

.Author-title {
  color: #fff;
}

.Author-info {
  display: block;
  width: 100%;
  text-align: center;
}

.Author-text {
  display: inline-block;
  width: 824px;
  color: #fff;
  text-align: justify;
  margin: 20px;
  vertical-align: top;
}

.Author-SWCC {
  display: inline-block;
  width: 500px;
  margin: 20px;
  vertical-align: top;

}

.Author-SWCC img {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 500px;

}

.Author-work {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 100px;
  color: #fff;
}

.Author-work-img {
  padding-top: 40px;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  text-align: center;
}

.Author-work-img img {
  display: inline-block;
  margin: 10px;
  width: 180px;
  max-width: 14%;
}


.cif {
  width: 400px;
  height: 400px;
  scrollbar-width: 1px;
}






/* ======================================================= */



.sidebar {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100vh;
  background-color: var(--primary);
  color: #fff;
  padding: 20px;
  transition: all 0.3s ease;
  z-index: 99999;
  overflow-y: auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

/* When sidebar is active, bring it into view */
.sidebar.active {
  left: 0;
}

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

.sidebar-header h2 {
  font-size: 1.5rem;
}

/* Burger menu icon for mobile */
.mobile-toggle {
  background-color: transparent;
  color: #333;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Close button inside sidebar */
.close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  line-height: 40px;
}

.close-btn:hover,
.mobile-toggle:hover {
  background-color: transparent;
}

.nav-list {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 50px;
}
ul.nav-list {
  padding-right: 32px;
  font-size: 22px;
  padding-left: 0;
}
.nav-item {
  margin-bottom: 15px;
}

.nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;

    padding-right: 25px !important;
}

.nav-link:hover {
  background-color: #444;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  text-align: center;
}

/* Main content */
main {
  width: 100%;
  padding: 20px;
  padding-top: 70px;
  /* Space for mobile menu button */
  transition: all 0.3s ease;
}

/* Overlay effect when sidebar is active */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Hide mobile menu on desktop */
@media (min-width: 1600px) {
  .mobile-toggle {
    display: none;
  }

  main {
    padding-top: 20px;
  }
}

@media (max-width: 1600px) {
  .logo .ux-span1 {
    font-size: 3rem;
  }

  .logo .ux-span2 {
    font-size: 1.8rem;
  }

  .left-btns {
    display: none;
  }

  .logo {
    margin: 0;
    width: 140px;
  }

  #Header {
    height: 100px;
  }

  #Header a {
    text-decoration: none;
    color: var(--light-back);
    margin-left: 40px;
    text-decoration: none;
    margin-bottom: 18px !important;
}

  #Header a:hover {
    text-decoration: underline;
    color: var(--light-back);

  }

  .sticky .mobile-toggle {
    color: var(--light-back);
  }

  .left-btns a {
    font-size: 1.6rem !important;
    border: 2px var(--light-back) solid;
    padding: 5px 20px;
    border-radius: 3px;
  }

  .page-content {
    padding-top: 100px;
  }

  .slick-arrow {
    display: none !important;
  }

  .for-Who-data {
    height: 394px !important;
    width: 270px;
    margin: 10px;
    background-color: #ffffff;
    color: var(--primary);
    vertical-align: top;
    padding-top: 40px;
    margin-top: 50px;
}
.for-Who-slick-div {
  padding: 0 23px 0 0;
  display: block;
  margin: 0;
}
.for-Who-data-text {
 
  width: calc(100% - 30px);
 
  font-size: 20px;
  padding-top: 20px;
}

  .for-Who {
    padding: 0px;
  }

  .for-Who-slick {
    width: 100%;
    max-width: 2575px;
    float: none;
    margin-left: 0px;
    padding: 0px;
  }

  .content-slick-div {
    padding: 0 0px;
  }

  .project-stage {
    margin: 10px 0;
  }

  .Author-SWCC {
    width: auto;
    margin: 30px 0;

  }

  .Author-text {
    width: auto;
    margin: 30px 0;
  }

  .h2 {
    padding: 0 0 30px 0;
  }

  .content-data {
    background-color: #fff;
    width: 100% !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
  }

  .content-data-l {
    float: unset;
    width: 100%;
    color: var(--text);
    text-align: right;
    padding: 10px;
    margin: 0;
  }
  .Author-work {
    
    padding-top: 36px;
   
}
  .steps-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    display: none;

  }

  .ux-process {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    margin-top: 20px;
    border-bottom: 5px solid var(--light-back);
    width: auto;
    margin: 40px auto 0 auto;
    text-align: center;
    color: var(--primary);
  }

  .content-data-r {
    float: unset;
    width: 100%;
    height: 350px;
    background-color: #494f50;
    display: none;
}
.content-data-text ul li {
  display: block;
  width: 100%;
  font-size: 19px;
}
  .content-data-text ul {
    display: block;
    font-size: 22px;
    line-height: 30px;
    padding: 20px 20px 0 0;
  }

  .btn-wrap {
    display: none;
  }
  .sub-section {
    padding: 130px 0 50px 0;
}
.form-group {
  width: 100%;
}
}


@media (max-width: 500px) {

  .mobile-toggle {

    font-size: 30px;
    color:#9ea9ab;

}
.page-content {
  padding-top: 73px;
}
#Header {
  height: 70px;
}
.Author-work-img img {
  display: inline-block;
  margin: 4px;
  width: 94px;
max-width:  94px;
}
}



.form-group {
  margin: 20px;
  position: relative;
  width: 60%;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #f9f9f9;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #6c5ce7;
  outline: none;
  box-shadow: 0 0 8px rgba(108, 92, 231, 0.3);
  background-color: #fff;
}

.form-group textarea {
  height: 150px;
  resize: vertical;
}

.submit-container button {
  background: var(--primary);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.form-group button:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

.form-group button:active {
  transform: translateY(0);
}

.success-message {
  display: none;
  color: #28a745;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  animation: fadeIn 0.5s ease;
}

.error-message {
  display: none;
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  animation: shake 0.5s ease;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}


.submit-container {
  display: flex;
  align-items: center;
}


.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffffff82;
}

.slick-dots li button::before {
  content: unset;
}

.slick-dots li.slick-active button {
  background: #fff;
}

@media (max-width: 550px) {
  .a-hero-title3 {
    font-size: 1.4rem;
  }
  .a-hero-title4 {
    font-size: 1.4rem;

}
.Order-Now {

  font-size: 23px;
  padding: 15px 23px;

}
  }



.accordion-content-book {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.accordion-item{
  margin: 0 0 10px 0;
}
.accordion-button {

  font-size: 27px;
  outline: none !important;
  border: none !important;
}
.accordion-button:hover {

  outline: none !important;
  border: none !important;
}
.accordion-button:focus {

  outline: none !important;
  border: none !important;
}
.accordion-button::after {

  margin-right: auto !important;
  margin-left: unset !important;
  
}
.accordion-button:not(.collapsed) {
  background-color: var(--primary) !important;
  box-shadow: none;
}
.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color:#fff;
  background-color: var(--primary);
}

.accordion-body {
  padding: .5rem 1.2rem 0 1.2rem;
}
.content-data-text ul li.project {
  color: var(--primary);
  background-image: url(../images/monitor.png) !important;
  background-size: 29px;
  padding-right: 40px;
}
.contct-RD {
  padding-top: 60px;
}
@media (max-width: 500px) {

  .sub-section {
    padding: 100px 0 50px 0;
  }
  .accordion-button {
    font-size: 22px;

  }
  .content-data-text ul {
    font-size: 22px;
    padding: 3px 0px 0 0;
}
.content-data-text ul li {

  padding-bottom: 13px;

}
.h1 {
  font-size: 40px;
  line-height: 54px;
}
#Header a:hover {
  color: var(--text) !important;
}
.contct-RD {
  padding-top: 30px;
}
  }