/*--------------------------------------------------------------
# Compunet brand layer (loaded after the template styles)
--------------------------------------------------------------*/
:root {
  --fixpro-base: #6936F0;
  --fixpro-base-rgb: 105, 54, 240;
  --fixpro-black: #0E1446;
  --fixpro-black-rgb: 14, 20, 70;
  --fixpro-gray: #5F6685;
  --fixpro-gray-rgb: 95, 102, 133;
  --fixpro-primary: #F4F2FE;
  --fixpro-primary-rgb: 244, 242, 254;
  --cn-cyan: #22D8E6;
  --cn-cyan-rgb: 34, 216, 230;
  --cn-navy: #1A2B7E;
  --cn-gradient: linear-gradient(135deg, #7B4DFF 0%, #5A2BE0 55%, #3F14C9 100%);
}

.lang-ar {
  --fixpro-font: "Tajawal", "Segoe UI", Tahoma, sans-serif;
  --fixpro-font-two: "Tajawal", "Segoe UI", Tahoma, sans-serif;
}

::selection {
  background: var(--fixpro-base);
  color: #fff;
}

/* Logo */
.main-menu__logo img {
  height: 52px;
  width: auto;
}

.stricky-header .main-menu__logo img {
  height: 46px;
}

.footer-widget__logo img {
  height: 54px;
  width: auto;
}

/* Header language switch */
.cn-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-inline-end: 20px;
}

.cn-lang-switch:hover {
  background: #fff;
  color: var(--fixpro-base);
}

.main-menu__list > li.cn-lang-switch-mobile {
  display: none;
}

.mobile-nav__container .main-menu__list > li.cn-lang-switch-mobile {
  display: block;
}

/* Slider */
.main-slider__title span {
  color: var(--cn-cyan);
}

.main-slider__btn-box {
  flex-wrap: wrap;
  gap: 16px;
}

.thm-btn.cn-btn-outline {
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
}

.thm-btn.cn-btn-outline:hover {
  box-shadow: inset 0 0 0 2px var(--fixpro-base);
}

/* Service carousel icons coming from Font Awesome */
.services-one__icon .fal,
.services-one__icon .fab {
  line-height: inherit;
}

.services-one__carousel .owl-stage {
  display: flex;
}

.services-one__carousel .owl-item {
  display: flex;
}

.services-one__carousel .owl-item .item {
  display: flex;
  width: 100%;
}

.services-one__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.services-one__single .services-one__read-more {
  margin-top: auto;
}

/* About badge (no "+" sign) */
.about-one__count-box {
  justify-content: center;
}

/* Footer call-to-action replaces the newsletter block */
.cn-footer-cta {
  background: var(--cn-gradient);
}

.cn-footer-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.cn-footer-cta__phone {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.cn-footer-cta__phone:hover {
  color: var(--cn-cyan);
}

.thm-btn.cn-btn-light {
  background: #fff;
  color: var(--fixpro-base);
}

.thm-btn.cn-btn-light:hover {
  color: #fff;
}

/* Floating call button (mobile) */
.cn-float-call {
  position: fixed;
  bottom: 24px;
  inset-inline-start: 20px;
  z-index: 99;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--cn-gradient);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(var(--fixpro-base-rgb), .45);
}

.cn-float-call:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .cn-float-call {
    display: flex;
  }
}

/* Anchor targets sit below the sticky header */
section[id],
footer[id] {
  scroll-margin-top: 90px;
}

/*--------------------------------------------------------------
# Inner pages
--------------------------------------------------------------*/
.page-header {
  background-color: var(--fixpro-black);
}

.page-header__bg {
  opacity: 1;
}

.page-header__inner {
  padding: 110px 0 120px;
}

.page-header__inner h3 {
  color: #fff;
}

.thm-breadcrumb li,
.thm-breadcrumb li a {
  color: rgba(255, 255, 255, .85);
}

.thm-breadcrumb li a:hover {
  color: var(--cn-cyan);
}

.main-menu__list > li.current > a {
  color: var(--fixpro-base);
}

/* Services page */
.cn-services-intro {
  max-width: 820px;
  margin: 0 auto 50px;
}

.cn-services-intro p {
  margin-top: 18px;
}

.services-page .row > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.services-three__single {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services-three__single .services-three__learn-more {
  margin-top: auto;
}

.services-three__icon .fal,
.services-three__icon .fab {
  line-height: inherit;
}

/* Service details */
.service-details__img img {
  width: 100%;
  height: auto;
  border-radius: var(--fixpro-bdr-radius);
}

.cn-how-title {
  margin-top: 30px;
}

.cn-service-cards {
  margin-top: 30px;
}

.cn-service-card {
  height: 100%;
  padding: 30px;
  border-radius: var(--fixpro-bdr-radius);
  background: var(--fixpro-primary);
}

.cn-service-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cn-gradient);
  color: #fff;
  font-size: 30px;
  margin-bottom: 16px;
}

.cn-service-card h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.cn-service-card p {
  margin: 0;
}

.cn-service-cta {
  margin-top: 40px;
  padding: 34px 36px;
  border-radius: var(--fixpro-bdr-radius);
  background: var(--cn-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cn-service-cta h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 6px;
}

.cn-service-cta p {
  color: rgba(255, 255, 255, .85);
  margin: 0;
}

.cn-service-cta__label {
  font-size: 14px;
  text-transform: uppercase;
}

.cn-service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Contact page */
.contact-info__single h3.cn-second-line {
  margin-top: 4px;
}

.contact-info .row > [class*="col-"] {
  display: flex;
}

.contact-info__single {
  width: 100%;
}

.cn-contact-side {
  height: 100%;
  padding: 50px 45px;
  border-radius: var(--fixpro-bdr-radius);
  background: var(--fixpro-black) url(../images/compunet/services-bg.jpg) center / cover;
  color: rgba(255, 255, 255, .85);
}

.cn-contact-side__mark {
  width: 110px;
  height: auto;
  margin-bottom: 20px;
}

.cn-contact-side h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 16px;
}

.cn-contact-side ul {
  margin: 24px 0 30px;
}

.cn-contact-side li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #fff;
}

.cn-contact-side li span {
  color: var(--cn-cyan);
}

.cn-contact-side__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cn-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-page__input-box .cn-select {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 0 20px;
  background-color: var(--fixpro-primary);
  color: var(--fixpro-gray);
  font-size: 15px;
}

.cn-form-result {
  margin-top: 18px;
  font-weight: 600;
}

.cn-form-result.is-ok {
  color: #169b62;
}

.cn-form-result.is-error {
  color: #d63447;
}

@media (max-width: 1199px) {
  .cn-contact-side {
    margin-bottom: 40px;
  }
}

/* Blog */
.blog-one__img img,
.blog-details__img img,
.sidebar-post__img img {
  width: 100%;
  height: auto;
}

.blog-page .row > [class*="col-"],
.blog-one .row > [class*="col-"] {
  margin-bottom: 30px;
}

h1.blog-details__title {
  font-size: 34px;
  line-height: 1.35;
}

.cn-article p {
  margin-bottom: 18px;
}

.cn-article h2 {
  font-size: 24px;
  margin: 32px 0 12px;
}

.cn-article ul {
  padding-inline-start: 22px;
  margin-bottom: 18px;
}

.cn-article li {
  margin-bottom: 8px;
}

/* 404 */
.cn-error-img img {
  max-width: 100%;
  height: auto;
}

/* Fixes after inner-page review */
.page-header + .about-one {
  padding-top: 120px;
}

.services-three__single {
  width: calc(100% - 30px);
}

.services-three__text {
  margin-bottom: 24px;
}

.services-three__icon {
  background-color: #EFEAFE;
}

.contact-page__input-box input[type="tel"] {
  height: 57px;
  width: 100%;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(var(--fixpro-white-rgb), .10);
  padding: 0 20px;
  outline: none;
  font-size: 16px;
  color: #fff;
  display: block;
  border-radius: 20px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box textarea {
  background-color: rgba(255, 255, 255, .06);
  color: #fff;
}

.contact-page__input-box input::placeholder,
.contact-page__input-box textarea::placeholder {
  color: rgba(255, 255, 255, .6);
}

.contact-page__input-box .cn-select {
  height: 57px;
  border-radius: 20px;
  border: 1px solid rgba(var(--fixpro-white-rgb), .10);
  background-color: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .8);
}

.contact-page__input-box .cn-select option {
  color: var(--fixpro-black);
}

.contact-page__right {
  padding-inline: 20px;
}

.contact-page__inner > .row > .col-xl-6:first-child {
  padding-inline: 45px 15px;
}

.cn-contact-side {
  background-color: rgba(255, 255, 255, .03);
}

.cn-form-result.is-ok {
  color: #3ee6a0;
}

.cn-form-result.is-error {
  color: #ff8a98;
}

.blog-one__date {
  width: auto;
  min-width: 64px;
  height: auto;
  padding: 6px 8px;
}

.blog-details__user {
  width: auto;
  padding: 0 14px;
}

.blog-details__user p {
  white-space: nowrap;
  text-transform: none;
}

@media (max-width: 991px) {
  .service-details__sidebar {
    margin-top: 50px;
  }
}

/* SEO: page-header heading keeps the template look as h1/h2 */
.page-header__inner h1,
.page-header__inner h2 {
  font-size: 60px;
  color: var(--fixpro-white);
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cn-seo-h1 {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0 15px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: var(--fixpro-black);
}

@media (max-width: 767px) {
  .page-header__inner h1,
  .page-header__inner h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .cn-seo-h1 {
    font-size: 22px;
    margin-top: 50px;
  }
}
