

body{
	font-family: 'Cairo', 'Open Sans', sans-serif;
	background: #252343;
  }
  
  h1, h2, h3, h4, h5, h6, .custom-font {
	font-family: 'Cairo', 'Khand', sans-serif;
  }
  
  p {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
  }
  
  .navbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .nav-scroll {
	background: #252343;
  }
  
  .navbar .dropdown-menu {
	background: #2d2b4e;
  }
  
  .navbar .navbar-nav .dropdown-item:hover,
  .main-color,
  .progress-wrap::after{
	color: #c24bda !important;
  }
  
  .navbar .dropdown-menu .dropdown-item:after, 
  .back-color,
  .line,
  .cursor-inner,
  .pace .pace-progress{
	background: linear-gradient(135deg, #871b9c, #c24bda) !important;
  }

  .cursor-outer{
      border-color: #c24bda !important;
  }
  
  .main-content {
	background: #252343;
  }
  
  .color-font {
	background: linear-gradient(135deg, #871b9c, #c24bda);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
  }

  .progress-wrap svg.progress-circle path{
      stroke: #c24bda;
  }
  
  .sub-bg {
	background: #1e1c38;
  }
  
  .line {
	opacity: .1;
  }
  
  .testimonials .item {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .testimonials .arrows .next, .testimonials .arrows .prev {
	border-color: rgba(255, 255, 255, 0.3);
	border-radius: 0;
  }
  
  .team .item.cir .img:after {
	display: none;
  }


  /* ==================== RTL Support ==================== */

  [dir="rtl"] .navbar-nav {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-auto {
    margin-left: unset !important;
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-auto {
    margin-right: unset !important;
    margin-left: auto !important;
  }

  [dir="rtl"] .text-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-right {
    text-align: left !important;
  }

  [dir="rtl"] .navbar .dropdown-menu {
    text-align: right;
  }

  [dir="rtl"] footer .item ul li {
    direction: rtl;
  }

  [dir="rtl"] footer .item ul li .cont {
    text-align: right;
  }

  [dir="rtl"] footer .item ul li .icon {
    margin-left: 15px;
    margin-right: 0;
    float: right;
  }

  [dir="rtl"] .serv-arch .item {
    text-align: right;
  }

  [dir="rtl"] .about-ar .content {
    text-align: right;
  }

  [dir="rtl"] .contact-sec input,
  [dir="rtl"] .contact-sec textarea,
  [dir="rtl"] .contact input,
  [dir="rtl"] .contact textarea {
    text-align: right;
  }

  [dir="rtl"] .portfolio .cont {
    text-align: right;
  }

  [dir="rtl"] .blog .item .cont {
    text-align: right;
  }

  [dir="rtl"] .sec-head {
    direction: rtl;
  }

  [dir="rtl"] .loading {
    direction: ltr;
  }

  [dir="rtl"] .arch-slider .setting {
    direction: ltr;
  }

  /* ==================== Enhanced Slider ==================== */

  /* Keyframe animations */
  @keyframes sliderFadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
  }

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

  @keyframes sliderScaleIn {
    0% { opacity: 0; transform: scale(0.85); }
    100% { opacity: 1; transform: scale(1); }
  }

  @keyframes lineExpand {
    0% { width: 0; }
    100% { width: 50px; }
  }

  @keyframes subtlePulse {
    0%, 100% { box-shadow: 0 0 20px rgba(194, 75, 218, 0.15); }
    50% { box-shadow: 0 0 35px rgba(194, 75, 218, 0.35); }
  }

  @keyframes bgZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
  }

  @keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
  }

  /* Override base arch-slider padding (no bottom settings box) */
  .arch-slider {
    padding-bottom: 0;
  }

  /* Slider caption - always centered */
  .arch-slider .parallax-slider .caption {
    text-align: center;
  }

  /* Override base caption paragraph styles for centered layout */
  .arch-slider .parallax-slider .caption p {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .arch-slider .parallax-slider .caption p::after {
    display: none;
  }

  /* Override base explore styles */
  .arch-slider .parallax-slider .explore {
    margin-left: 0;
    margin-top: 0;
  }

  /* Background zoom on active slide */
  .arch-slider .swiper-slide-active .bg-img,
  .arch-slider .swiper-slide-duplicate-active .bg-img {
    animation: bgZoom 8s ease-out forwards;
  }

  /* Badge / subtitle area */
  .arch-slider .slider-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    opacity: 0;
  }

  .arch-slider .swiper-slide-active .slider-badge,
  .arch-slider .swiper-slide-duplicate-active .slider-badge {
    animation: sliderFadeInDown 0.7s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
  }

  .arch-slider .slider-badge h5 {
    font-size: 14px !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    color: #c24bda !important;
  }

  .arch-slider .slider-badge .badge-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c24bda, transparent);
  }

  .arch-slider .swiper-slide-active .slider-badge .badge-line,
  .arch-slider .swiper-slide-duplicate-active .slider-badge .badge-line {
    animation: lineExpand 0.8s ease forwards;
    animation-delay: 0.5s;
    width: 0;
  }

  /* Heading style */
  .arch-slider .caption h1 {
    font-size: 65px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 1px;
    opacity: 0;
    text-shadow: 0 2px 30px rgba(0,0,0,0.3);
  }

  .arch-slider .swiper-slide-active .caption h1,
  .arch-slider .swiper-slide-duplicate-active .caption h1 {
    animation: sliderScaleIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.4s;
    opacity: 0;
  }

  /* Paragraph style */
  .arch-slider .caption p {
    font-size: 17px;
    line-height: 1.9;
    max-width: 620px;
    margin: 0 auto 35px;
    color: rgba(255,255,255,0.8);
    opacity: 0;
  }

  .arch-slider .swiper-slide-active .caption p,
  .arch-slider .swiper-slide-duplicate-active .caption p {
    animation: sliderFadeInUp 0.7s ease forwards;
    animation-delay: 0.7s;
    opacity: 0;
  }

  /* CTA Button */
  .arch-slider .caption .explore {
    display: inline-block;
    opacity: 0;
  }

  .arch-slider .swiper-slide-active .caption .explore,
  .arch-slider .swiper-slide-duplicate-active .caption .explore {
    animation: sliderFadeInUp 0.7s ease forwards;
    animation-delay: 0.95s;
    opacity: 0;
  }

  .arch-slider .slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(135deg, #871b9c, #c24bda);
    border: none;
    border-radius: 50px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .arch-slider .slider-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c24bda, #871b9c);
    transition: left 0.4s ease;
    z-index: -1;
  }

  .arch-slider .slider-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(194, 75, 218, 0.4);
  }

  .arch-slider .slider-btn:hover::before {
    left: 0;
  }

  /* Navigation arrows - modernized */
  .arch-slider .slider-nav-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    pointer-events: none;
    direction: ltr;
  }

  .arch-slider .slider-nav-arrows .swiper-nav-ctrl {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.35s ease;
    pointer-events: auto;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .arch-slider .slider-nav-arrows .swiper-nav-ctrl::after {
    display: none;
  }

  .arch-slider .slider-nav-arrows .next-ctrl {
    right: 30px;
  }

  .arch-slider .slider-nav-arrows .prev-ctrl {
    left: 30px;
  }

  .arch-slider .slider-nav-arrows .swiper-nav-ctrl:hover {
    background: linear-gradient(135deg, #871b9c, #c24bda);
    border-color: transparent;
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(194, 75, 218, 0.35);
  }

  /* Progress bar pagination */
  .arch-slider .slider-progress {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    direction: ltr;
  }

  .arch-slider .slider-progress .swiper-pagination {
    position: static;
    width: auto;
  }

  .arch-slider .slider-progress .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,0.3);
    opacity: 1;
    margin: 0 5px;
    transition: all 0.4s ease;
  }

  .arch-slider .slider-progress .swiper-pagination-bullet-active {
    width: 50px;
    background: linear-gradient(90deg, #871b9c, #c24bda);
    box-shadow: 0 0 10px rgba(194, 75, 218, 0.4);
  }

  /* Overlay gradient for better text readability */
  .arch-slider .swiper-slide .bg-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(37,35,67,0.5) 0%, transparent 100%);
    pointer-events: none;
    z-index: 1;
  }

  .arch-slider .swiper-slide .bg-img > * {
    position: relative;
    z-index: 2;
  }

/* Slider text: fast and reliable on swipe */
.arch-slider .caption h1,
.arch-slider .caption p,
.arch-slider .caption .explore,
.arch-slider .slider-badge {
  transition: opacity .2s ease, transform .2s ease;
}

.arch-slider .swiper-slide-active .caption h1,
.arch-slider .swiper-slide-active .caption p,
.arch-slider .swiper-slide-active .caption .explore,
.arch-slider .swiper-slide-active .slider-badge,
.arch-slider .swiper-slide-duplicate-active .caption h1,
.arch-slider .swiper-slide-duplicate-active .caption p,
.arch-slider .swiper-slide-duplicate-active .caption .explore,
.arch-slider .swiper-slide-duplicate-active .slider-badge {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  visibility: visible !important;
  animation: none !important;
}

  /* Remove old setting box */
  .arch-slider .setting {
    display: none;
  }

  /* Responsive slider */
  @media screen and (max-width: 991px) {
    .arch-slider .caption h1 {
      font-size: 42px;
    }
    .arch-slider .caption p {
      font-size: 15px;
      max-width: 90%;
    }
    .arch-slider .slider-nav-arrows .swiper-nav-ctrl {
      width: 42px;
      height: 42px;
      line-height: 42px;
      font-size: 14px;
    }
    .arch-slider .slider-nav-arrows .next-ctrl {
      right: 12px;
    }
    .arch-slider .slider-nav-arrows .prev-ctrl {
      left: 12px;
    }
  }

  @media screen and (max-width: 575px) {
    .arch-slider .caption h1 {
      font-size: 32px;
    }
    .arch-slider .caption p {
      font-size: 14px;
    }
    .arch-slider .slider-btn {
      padding: 12px 30px;
      font-size: 14px;
    }
    .arch-slider .slider-nav-arrows .swiper-nav-ctrl {
      display: none;
    }
  }

  [dir="rtl"] .case-study .controls {
    direction: ltr;
  }

  [dir="rtl"] .swiper-pagination {
    direction: ltr;
  }

  /* Services section 6 columns adjustment */
  .serv-arch .item h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .serv-arch .item p {
    font-size: 13px;
    line-height: 1.8;
  }

  /* ==================== Language Switcher ==================== */

  .lang-switcher {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    gap: 5px;
  }

  .lang-switcher a {
    color: #999;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif !important;
  }

  .lang-switcher a:hover,
  .lang-switcher a.active {
    color: #fff;
    border-color: #c24bda;
    background: linear-gradient(135deg, #871b9c, #c24bda);
  }

  /* ==================== Button gradient hover ==================== */

  .butn.bord:hover {
    border-color: #c24bda;
  }

  .butn.light {
    background: linear-gradient(135deg, #871b9c, #c24bda);
    border: none;
  }

  .butn.light:hover {
    background: linear-gradient(135deg, #c24bda, #871b9c);
  }

  /* Preserve icon fonts from font-family override */
  [class^="pe-7s-"], [class*=" pe-7s-"] {
    font-family: 'Pe-icon-7-stroke' !important;
  }

  [class^="ion-"], [class*=" ion-"] {
    font-family: 'Ionicons' !important;
  }

  /* Social links hover */
  footer .social a:hover,
  .cont-info .social a:hover {
    color: #c24bda !important;
    border-color: #c24bda !important;
  }


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

  .navbar .navbar-collapse {
      max-height: 340px;
      overflow: auto;
      background: #2a2847;
      text-align: center;
      padding: 10px 15px;
  }

  .nav-scroll .navbar-collapse .active,
  .light .navbar-collapse .active,
  .navbar .navbar-nav .nav-link:hover{
    color: #c24bda !important;
  }

  [dir="rtl"] .offset-lg-1 {
    margin-right: 0;
  }

  .lang-switcher {
    margin: 10px auto;
    justify-content: center;
  }

}

/* ==================== Professional Header Menu ==================== */

.navbar {
  background: rgba(17, 16, 33, 0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-scroll {
  background: rgba(17, 16, 33, 0.95);
  border-bottom-color: rgba(194, 75, 218, 0.28);
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.navbar .navbar-nav {
  gap: 6px;
}

.navbar .navbar-nav .nav-link {
  color: rgba(236, 236, 248, 0.86);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover,
.nav-scroll .navbar-collapse .nav-link:hover,
.navbar .navbar-nav .active,
.nav-scroll .navbar-collapse .active {
  color: #fff !important;
  border-color: rgba(194, 75, 218, 0.45);
  background: rgba(194, 75, 218, 0.14);
  -webkit-box-shadow: 0 8px 24px rgba(97, 28, 120, 0.22);
  box-shadow: 0 8px 24px rgba(97, 28, 120, 0.22);
}

/* ==================== Professional Testimonials ==================== */

.testimonials .container-fluid {
  width: 100%;
  margin-left: 0;
}

.testimonials .item {
  text-align: right;
  padding: 38px 34px;
  border-radius: 22px;
  border: 1px solid rgba(194, 75, 218, 0.24);
  background: -webkit-linear-gradient(145deg, rgba(35, 33, 65, 0.94), rgba(21, 20, 39, 0.95));
  background: -o-linear-gradient(145deg, rgba(35, 33, 65, 0.94), rgba(21, 20, 39, 0.95));
  background: linear-gradient(145deg, rgba(35, 33, 65, 0.94), rgba(21, 20, 39, 0.95));
  -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.testimonials .item.slick-center {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: rgba(194, 75, 218, 0.52);
}

.testimonials .item p {
  color: #f7f7ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
  margin-bottom: 0;
}

.testimonials .item .info {
  min-width: 170px;
}

.testimonials .item .info .author {
  text-align: center;
}

.testimonials .item .info .img {
  width: 84px;
  height: 84px;
  margin: 0 auto 14px;
  border: 3px solid rgba(194, 75, 218, 0.5);
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.testimonials .item .info .author-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.testimonials .item .info .author-details {
  font-size: 13px;
  color: rgba(225, 225, 238, 0.8);
}

.testimonials .slick-dots {
  bottom: -45px;
}

.testimonials .slick-dots li {
  width: 22px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.28);
}

.testimonials .slick-dots li.slick-active {
  width: 34px;
  background: -webkit-linear-gradient(left, #871b9c, #c24bda);
  background: -o-linear-gradient(left, #871b9c, #c24bda);
  background: linear-gradient(to right, #871b9c, #c24bda);
}

.testimonials .arrows .next, .testimonials .arrows .prev {
  opacity: 1;
  width: 46px;
  height: 46px;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(194, 75, 218, 0.45);
  background: rgba(27, 25, 49, 0.92);
}

.testimonials .arrows .next:hover, .testimonials .arrows .prev:hover {
  border-color: #c24bda;
  background: #871b9c;
}

[dir="rtl"] .testimonials .item {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-link {
    border-radius: 12px;
    margin-bottom: 4px;
  }

  .testimonials .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
    gap: 16px;
  }

  [dir="rtl"] .testimonials .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .testimonials .item p {
    font-size: 16px;
    line-height: 1.85;
  }

  .testimonials .arrows .next,
  .testimonials .arrows .prev {
    width: 42px;
    height: 42px;
    line-height: 43px;
  }
}

/* ==================== Footer Icons Reliability ==================== */

/* Ensure contact icons render in all language directions */
footer .item ul li .icon.pe-7s-mail,
footer .item ul li .icon.pe-7s-call {
  font-family: 'Pe-icon-7-stroke' !important;
  color: #c24bda;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}

/* Ensure social brand icons always use Font Awesome family */
footer .social a i.fab,
footer .social a i.fa {
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free" !important;
  font-style: normal;
}

/* ==================== Team: Disable top ring in English ==================== */

[dir="ltr"] .team .item.cir #circle {
  display: none !important;
}

/* ==================== Footer Organization ==================== */

footer .footer-panel {
  padding: 24px 22px;
  border: 1px solid rgba(194, 75, 218, 0.2);
  border-radius: 16px;
  background: rgba(37, 35, 67, 0.55);
}

footer .footer-brand .logo {
  margin-bottom: 24px;
}

footer .footer-brand .copy-right p {
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

footer .footer-panel .title h5 {
  margin-bottom: 18px;
}

footer .footer-panel li {
  margin-bottom: 18px;
}

footer .footer-phone {
  text-align: inherit !important;
}

footer .footer-services li .cont p {
  color: rgba(235, 235, 245, 0.85);
}

@media screen and (max-width: 991px) {
  footer .footer-panel {
    padding: 18px 16px;
  }
}

/* ==================== Professional Projects Section ==================== */

.po-arch .filtering .filter {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(194, 75, 218, 0.2);
  background: rgba(30, 28, 56, 0.65);
}

.po-arch .filtering span {
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  color: rgba(234, 234, 246, 0.88);
  border: 1px solid transparent;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.po-arch .filtering span.active,
.po-arch .filtering span:hover {
  color: #fff;
  border-color: rgba(194, 75, 218, 0.45);
  background: linear-gradient(135deg, rgba(135, 27, 156, 0.75), rgba(194, 75, 218, 0.75));
}

.po-arch .gallery.grid-3 .items {
  margin-bottom: 26px;
}

.po-arch .gallery .items {
  border: 1px solid rgba(194, 75, 218, 0.22);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(37, 35, 67, 0.88), rgba(26, 24, 48, 0.9));
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.po-arch .gallery .items:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: rgba(194, 75, 218, 0.42);
}

.po-arch .gallery.grid-3 .items .item-img,
.po-arch .gallery.grid-3 .items .item-img img {
  height: 250px;
  border-radius: 0;
}

.po-arch .gallery .items .item-img {
  position: relative;
}

.po-arch .gallery .items .item-img .item-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 11, 24, 0.6), rgba(12, 11, 24, 0.08));
  opacity: 1;
}

.po-arch .gallery .items .cont {
  text-align: right;
  margin-top: 0;
  padding: 18px 18px 20px;
  background: transparent;
}

[dir="ltr"] .po-arch .gallery .items .cont {
  text-align: left;
}

.po-arch .gallery .items .cont h5 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.po-arch .gallery .items .cont h5 a {
  color: #fff;
}

.po-arch .gallery .items .cont .tags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(194, 75, 218, 0.16);
  border: 1px solid rgba(194, 75, 218, 0.3);
  color: rgba(237, 226, 255, 0.95);
}

/* ==================== Professional Case Study Section ==================== */

.case-study {
  padding: 16px 0 20px;
}

.case-study .swiper-slide.bg-img {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(194, 75, 218, 0.25);
  -webkit-box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.case-study .swiper-slide .container {
  min-height: 68vh;
  padding: 64px 28px;
}

.case-study .swiper-slide .cont {
  max-width: 620px;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(16, 15, 30, 0.62);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.case-study .swiper-slide .cont span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border: 1px solid rgba(194, 75, 218, 0.45);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.2px;
  background: rgba(194, 75, 218, 0.15);
}

.case-study .swiper-slide .cont h6 {
  margin-bottom: 8px;
  font-size: 17px;
  text-transform: none;
}

.case-study .swiper-slide .cont h4 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
}

.case-study .controls {
  right: 32px;
}

.case-study .controls .swiper-button-next,
.case-study .controls .swiper-button-prev {
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin: 6px auto;
  border-radius: 50%;
  border: 1px solid rgba(194, 75, 218, 0.45);
  background: rgba(20, 19, 37, 0.88);
}

.case-study .controls .swiper-button-next:hover,
.case-study .controls .swiper-button-prev:hover {
  border-color: #c24bda;
  background: linear-gradient(135deg, #871b9c, #c24bda);
}

@media screen and (max-width: 991px) {
  .po-arch .filtering .filter {
    border-radius: 14px;
  }

  .po-arch .gallery.grid-3 .items .item-img,
  .po-arch .gallery.grid-3 .items .item-img img {
    height: 220px;
  }

  .po-arch .gallery .items .cont h5 {
    font-size: 18px;
  }

  .case-study .swiper-slide .container {
    min-height: 56vh;
    padding: 42px 20px;
  }

  .case-study .swiper-slide .cont {
    max-width: 100%;
  }

  .case-study .swiper-slide .cont h4 {
    font-size: 30px;
  }

  .case-study .controls {
    right: 18px;
  }

  .case-study .controls .swiper-button-next,
  .case-study .controls .swiper-button-prev {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}