
/** About Page Banner Styles **/

/* About Page Banner Text Color */
.about-page .banner-section .banner-carousel .content-box .upper-text,
.about-page .banner-section .banner-carousel .content-box h2,
.about-page .banner-section .banner-carousel .content-box p{
  color: #b36b56 !important;
}

.about-page .banner-section .banner-carousel .content-box p strong{
  color: #b36b56 !important;
}

/** about-section **/

.about-section{
  position: relative;
  padding: 100px 0;
  background: #ffffff;
}

.about-section .auto-container{
  max-width: 1200px;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .sec-title{
  margin-bottom: 30px;
}

.content_block_one .content-box .sec-title .sub-title{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.content_block_one .content-box .sec-title .sub-title:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--theme-color);
  border-radius: 50%;
}

.content_block_one .content-box .sec-title h1,
.content_block_four .content-box .sec-title h1{
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  letter-spacing: -0.5px;
  text-align: left;
}

.content_block_one .content-box .text-box{
  margin-bottom: 35px;
}

.content_block_one .content-box .text-box p{
  font-size: 17px;
  line-height: 30px;
  color: #555;
  margin-bottom: 20px;
}

.content_block_one .content-box .text-box p:last-child{
  margin-bottom: 0;
}

.content_block_one .content-box .text-box p strong{
  color: #000;
  font-weight: 600;
}

.content_block_one .content-box .list-style-one{
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content_block_one .content-box .list-style-one li{
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding: 0 !important;
  padding-left: 0 !important;
  margin: 0;
  float: none;
  width: 100%;
  position: relative;
}

.content_block_one .content-box .list-style-one li i{
  color: var(--theme-color);
  font-size: 18px;
  margin-right: 12px;
  flex-shrink: 0;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 26px;
  vertical-align: middle;
}

.content_block_one .content-box .btn-box{
  margin-top: 10px;
}

.content_block_one .content-box .btn-box .theme-btn{
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(197, 99, 72, 0.25);
}

.content_block_one .content-box .btn-box .theme-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 99, 72, 0.35);
}

.image_block_one .image-box{
  position: relative;
  display: block;
  padding: 0;
}

.image_block_one .image-box img{
  width: 100%;
  height: auto;
  display: block;
}

.image_block_one .image-box .image-1{
  position: relative;
  display: block;
  border-radius: 0 200px 200px 0;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.1s ease-out;
  will-change: transform;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.image_block_one .image-box .image-1 img{
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.image_block_one .image-box .image-3d-tilt{
  position: relative;
  display: block;
  border-radius: 0 200px 200px 0;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.1s ease-out;
  will-change: transform;
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.image_block_one .image-box .image-3d-tilt img{
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.image_block_one .image-box .image-2{
  display: none;
}

.image_block_one .image-box .image-2 img{
  border-radius: 70px 20px 20px 20px;
}

.image_block_one .image-box .image-shape .shape-1{
  position: absolute;
  left: 130px;
  top: 0px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_one .image-box .image-shape .shape-2{
  position: absolute;
  left: 50px;
  top: 17px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .content-box{
  position: relative;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

.about-style-two .content-box p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 44px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  background: #ffffff;
}

.about-style-three .auto-container,
.about-style-three .row,
.about-style-three .image-column,
.about-style-three .image_block_three{
  background: transparent;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}

.content_block_four .content-box .inner-box p{
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 30px;
  color: #555;
}

.content_block_four .content-box .inner-box p strong{
  color: #000;
  font-weight: 600;
}

.content_block_four .content-box .inner-box .list-style-one{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 35px;
  margin-top: 10px;
}

.content_block_four .content-box .inner-box .list-style-one li{
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  position: relative;
}

.content_block_four .content-box .inner-box .list-style-one li i{
  color: var(--theme-color);
  font-size: 12px;
  margin-right: 12px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 99, 72, 0.1);
  border-radius: 50%;
  padding: 0;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 1;
}

.content_block_four .content-box .tab-btns{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #E5E5E5;
}

.content_block_four .content-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  padding: 0px 20px;
  padding-bottom: 12px;
  transition: all 500ms ease;
}

.content_block_four .content-box .tab-btns li.active-btn,
.content_block_four .content-box .tab-btns li:hover{
  color: #000;
  font-weight: 600;
}

.content_block_four .content-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 3px;
  left: 0px;
  bottom: -1px;
  background: var(--theme-color);
  transition: all 500ms ease;
  border-radius: 2px;
}

.content_block_four .content-box .tab-btns li:hover:before,
.content_block_four .content-box .tab-btns li.active-btn:before{
  width: 100%;
}

.image_block_three .image-box{
  position: relative;
  display: block;
  background: transparent;
}

.image_block_three .image-box .image{
  position: relative;
  display: block;
  background: transparent;
}

.image_block_three .image-box .image-3d-tilt{
  position: relative;
  display: block;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  cursor: pointer;
  box-shadow: none !important;
  background: transparent;
}

.image_block_three .image-box .image-3d-tilt:hover{
  box-shadow: none !important;
}

.image_block_three .image-box .image-3d-tilt img{
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  background: transparent;
  mix-blend-mode: normal;
}

.image_block_three .image-box .image img{
  width: 100%;
}

.image_block_three .image-box .experience-box{
  position: absolute;
  left: 0px;
  bottom: 150px;
  width: 220px;
  height: 220px;
  background: #d8c6b4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none !important;
  border-radius: 110px 110px 40px 110px;
  z-index: 10;
}

.image_block_three .image-box .experience-box h2,
.image_block_three .image-box .experience-box span{
  text-shadow: none !important;
}

.image_block_three .image-box .experience-box h2{
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-weight: 700;
}

.image_block_three .image-box .experience-box h2.year-counter{
  transition: all 0.3s ease;
}

.image_block_three .image-box .experience-box span{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
}

.image_block_three .image-box .image-shape .shape-1{
  position: absolute;
  right: 63px;
  top: 180px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_three .image-box .image-shape .shape-2{
  position: absolute;
  right: 60px;
  top: 215px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** about-style-four **/

.about-style-four{
  position: relative;
}

.about-style-four .sec-title p{
  max-width: 690px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  margin-top: 22px;
}

.about-style-four .image-box{
  position: relative;
  display: block;
  margin: 0px -10px;
}

.about-style-four .image-box .image-column{
  padding: 0px 25px;
}

.about-style-four .image-box .image{
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.about-style-four .image-box .image img{
  width: 100%;
}

.about-style-four .image-box .experience-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  width: 240px;
  height: 240px;
  text-align: center;
}

.about-style-four .image-box .experience-box:before{
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border-radius: 50%;
}

.about-style-four .image-box .experience-box h2{
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  color: #fff;
}

.about-style-four .image-box .experience-box span{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}


/** about-style-five **/

.about-style-five{
  position: relative;
}

.about-style-five .list-style-one li i{
  width: 18px;
  height: 18px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 8px;
  background: #EFF2F2;
}

.image_block_five .image-box{
  position: relative;
  display: block;
}

.image_block_five .image-box .image{
  border-radius: 30px 30px 100px 30px;
}

.image_block_five .image-box .image img{
  width: 100%;
}

.image_block_five .image-box .image-shape .shape-1{
  position: absolute;
  left: -75px;
  bottom: 55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.image_block_five .image-box .image-shape .shape-2{
  position: absolute;
  left: -95px;
  bottom: -40px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** about-style-six **/

.about-style-six{
  position: relative;
}

.content_block_seven .content-box{
  position: relative;
  display: block;
}

.content_block_seven .content-box .image-box{
  border-radius: 30px 30px 120px 30px;
}

.content_block_seven .content-box .inner-box p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.about-style-six .image-column{
  position: relative;
  display: block;
}

.about-style-six .image-column .image{
  border-radius: 30px 30px 30px 120px;
}

.about-style-six .image-column .image-shape .shape-1{
  position: absolute;
  right: 0px;
  bottom: -90px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.about-style-six .image-column .image-shape .shape-2{
  position: absolute;
  right: -100px;
  bottom: -75px;
  width: 203px;
  height: 203px;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-style-six img{
  width: 100%;
}

.about-style-five .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}


/** rtl-css **/

.rtl .content_block_one .content-box{
  margin-right: 0px;
  margin-left: 70px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){
  
}

@media only screen and (max-width: 991px){
  .about-section{
    padding: 80px 0;
  }
  
  .content_block_one .content-box{
    margin-right: 0px;
    margin-bottom: 40px;
    padding-top: 0;
  }
  
  .content_block_one .content-box .sec-title h1{
    font-size: 36px;
    line-height: 46px;
  }
  
  .content_block_one .content-box .text-box p{
    font-size: 16px;
    line-height: 28px;
  }
  
  .image_block_one .image-box{
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
  }
  
  .image_block_one .image-box .image-1,
  .image_block_one .image-box .image-3d-tilt{
    border-radius: 20px;
  }
  
  .image_block_one .image-box .image-1 img,
  .image_block_one .image-box .image-3d-tilt img{
    border-radius: 20px;
  }

  .image_block_three .image-box{
    margin-bottom: 30px;
  }

  .about-style-three{
    padding-bottom: 70px;
  }

  .about-style-six .sec-title{
    padding-left: 0px;
    margin-left: 0px;
  }

  .about-style-six .image-column{
    margin-left: 0px;
    margin-top: 30px;
  }

  .content_block_seven .content-box .inner-box{
    margin-top: 30px;
  }

  .content_block_seven .content-box .image-box{
    margin-right: 0px;
  }

  .about-style-six .image-column .image-shape{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .about-section{
    padding: 60px 0;
  }
  
  .content_block_one .content-box .sec-title h1{
    font-size: 32px;
    line-height: 42px;
  }
  
  .content_block_one .content-box .sec-title .sub-title{
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  .content_block_one .content-box .text-box{
    margin-bottom: 30px;
  }
  
  .content_block_one .content-box .text-box p{
    font-size: 15px;
    line-height: 26px;
  }
  
  .content_block_one .content-box .list-style-one{
    margin-bottom: 35px;
    gap: 12px;
  }
  
  .content_block_one .content-box .list-style-one li{
    font-size: 15px;
    line-height: 24px;
  }
  
  .content_block_one .content-box .list-style-one li i{
    font-size: 16px;
    margin-right: 10px;
  }
  
  .content_block_one .content-box .btn-box .theme-btn{
    padding: 14px 35px;
    font-size: 15px;
  }
  
  .image_block_one .image-box .image-1,
  .image_block_one .image-box .image-3d-tilt{
    border-radius: 16px;
  }
  
  .image_block_one .image-box .image-1 img,
  .image_block_one .image-box .image-3d-tilt img{
    border-radius: 16px;
  }

  .rtl .content_block_one .content-box{
    margin-left: 0px;
  }

  .image_block_one .image-box{
    margin-left: 0px;
  }

  .about-style-two{
    padding-bottom: 65px;
  }

  .about-style-four .image-box .image{
    margin-bottom: 30px;
  }

  .about-style-four{
    padding-top: 65px;
  }

  .about-style-five{
    padding-top: 65px;
  }

  .about-style-three.pt_150{
    padding-top: 70px;
  }

  .about-style-five.pb_150{
    padding-bottom: 70px;
  }
  
  .content_block_four .content-box .tab-btns{
    flex-wrap: wrap;
    gap: 5px;
  }
  
  .content_block_four .content-box .tab-btns li{
    font-size: 14px;
    padding: 0px 15px;
    padding-bottom: 10px;
  }
  
  .content_block_four .content-box .inner-box h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  
  .content_block_four .content-box .inner-box p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  
  .content_block_four .content-box .inner-box .list-style-one{
    gap: 15px 20px;
  }
  
  .content_block_four .content-box .inner-box .list-style-one li{
    width: calc(50% - 10px);
    font-size: 15px;
    line-height: 24px;
  }
  
  .content_block_four .content-box .inner-box .list-style-one li i{
    font-size: 16px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }

}

@media only screen and (max-width: 599px){
  .image_block_three .image-box .image-shape{
    display: none;
  }

  .content_block_four .content-box .inner-box .list-style-one{
    flex-direction: column;
    gap: 15px;
  }
  
  .content_block_four .content-box .inner-box .list-style-one li{
    width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
  
  .content_block_four .content-box .inner-box .list-style-one li i{
    font-size: 16px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }

  .image_block_five .image-box .image-shape{
    display: none;
  }

  .image_block_five .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 499px){
  .about-section{
    padding: 50px 0;
  }
  
  .content_block_one .content-box .sec-title h1{
    font-size: 28px;
    line-height: 38px;
  }
  
  .content_block_one .content-box .sec-title .sub-title{
    font-size: 13px;
    padding-left: 18px;
  }
  
  .content_block_one .content-box .sec-title .sub-title:before{
    width: 6px;
    height: 6px;
  }
  
  .content_block_one .content-box .text-box p{
    font-size: 14px;
    line-height: 24px;
  }
  
  .content_block_one .content-box .list-style-one li{
    font-size: 14px;
    line-height: 22px;
  }
  
  .content_block_one .content-box .btn-box .theme-btn{
    padding: 12px 30px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  
  .image_block_one .image-box{
    padding: 0px;
  }

  .image_block_one .image-box .image-2{
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }

  .image_block_one .image-box .image-shape{
    display: none;
  }

  .image_block_three .image-box .experience-box{
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }

  .image_block_three .image-box{
    padding: 0px;
  }

  .content_block_four .content-box .tab-btns li{
    padding: 0px 15px;
  }
}

/** about-intro-section **/

.about-intro-section{
  position: relative;
  padding: 100px 0;
  background: #ffffff;
}

.about-intro-section .image-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.about-intro-section .image-box .image-3d-tilt{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-intro-section .image-box .image{
  position: relative;
  display: block;
  width: 100%;
}

.about-intro-section .image-box .image-3d-tilt{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.about-intro-section .image-box .image-3d-tilt:hover{
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.about-intro-section .image-box .image-3d-tilt img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 20px;
  pointer-events: none;
}

.about-intro-section .image-box .image img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.about-intro-section .content-box{
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.about-intro-section .content-box .text-content{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 70px;
  border-radius: 24px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  width: 100%;
}

.about-intro-section .content-box .text-content p{
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-bottom: 26px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.about-intro-section .content-box .text-content p:last-of-type{
  margin-bottom: 0;
}

.about-intro-section .content-box .text-content p:first-child{
  font-size: 19px;
  line-height: 34px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 28px;
}

.about-intro-section .content-box .text-content .arabic-text{
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
  direction: rtl;
  display: inline-block;
  padding: 2px 6px;
  background: rgba(197, 99, 72, 0.08);
  border-radius: 4px;
  margin: 0 2px;
}

.about-intro-section .content-box .director-signature{
  margin-top: 55px;
  padding-top: 32px;
  border-top: 2px solid #e8e8e8;
  text-align: left;
  position: relative;
}

.about-intro-section .content-box .director-signature::before{
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--theme-color);
}

.about-intro-section .content-box .director-signature .director-name{
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  font-family: var(--title-font);
  letter-spacing: -0.3px;
}

.about-intro-section .content-box .director-signature .director-title{
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: var(--theme-color);
}

@media only screen and (max-width: 991px){
  .about-intro-section{
    padding: 80px 0;
  }
  
  .about-intro-section .image-box{
    margin-bottom: 35px;
  }
  
  .about-intro-section .image-box .image-3d-tilt{
    border-radius: 18px;
  }
  
  .about-intro-section .image-box .image-3d-tilt img{
    border-radius: 18px;
  }
  
  .about-intro-section .content-box .text-content{
    padding: 45px 50px;
    border-radius: 20px;
  }
  
  .about-intro-section .content-box .text-content p{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  
  .about-intro-section .content-box .text-content p:first-child{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 26px;
  }
  
  .about-intro-section .content-box .text-content .arabic-text{
    font-size: 19px;
  }
  
  .about-intro-section .content-box .director-signature{
    margin-top: 45px;
    padding-top: 28px;
  }
  
  .about-intro-section .content-box .director-signature .director-name{
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px){
  .about-intro-section{
    padding: 60px 0;
  }
  
  .about-intro-section .image-box{
    margin-bottom: 30px;
  }
  
  .about-intro-section .image-box .image-3d-tilt{
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  .about-intro-section .image-box .image-3d-tilt img{
    border-radius: 16px;
  }
  
  .about-intro-section .content-box .text-content{
    padding: 40px 35px;
    border-radius: 18px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  }
  
  .about-intro-section .content-box .text-content p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  
  .about-intro-section .content-box .text-content p:first-child{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  
  .about-intro-section .content-box .text-content .arabic-text{
    font-size: 18px;
    padding: 2px 5px;
  }
  
  .about-intro-section .content-box .director-signature{
    margin-top: 40px;
    padding-top: 26px;
  }
  
  .about-intro-section .content-box .director-signature::before{
    width: 45px;
  }
  
  .about-intro-section .content-box .director-signature .director-name{
    font-size: 20px;
  }
  
  .about-intro-section .content-box .director-signature .director-title{
    font-size: 13px;
    letter-spacing: 1.2px;
  }
}

@media only screen and (max-width: 499px){
  .about-intro-section{
    padding: 50px 0;
  }
  
  .about-intro-section .image-box{
    margin-bottom: 25px;
  }
  
  .about-intro-section .image-box .image-3d-tilt{
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  }
  
  .about-intro-section .image-box .image-3d-tilt img{
    border-radius: 14px;
  }
  
  .about-intro-section .content-box .text-content{
    padding: 35px 25px;
    border-radius: 16px;
  }
  
  .about-intro-section .content-box .text-content p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  
  .about-intro-section .content-box .text-content p:first-child{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  
  .about-intro-section .content-box .text-content .arabic-text{
    font-size: 17px;
    padding: 2px 4px;
  }
  
  .about-intro-section .content-box .director-signature{
    margin-top: 35px;
    padding-top: 24px;
  }
  
  .about-intro-section .content-box .director-signature::before{
    width: 40px;
  }
  
  .about-intro-section .content-box .director-signature .director-name{
    font-size: 19px;
  }
  
  .about-intro-section .content-box .director-signature .director-title{
    font-size: 12px;
    letter-spacing: 1px;
  }
}











































