.logoImg {
  max-width: 100%;
  height: 2.9rem;
  margin-top: 0.2rem !important;
}

.bgImg {
  background-image: url(../img/background.png) !important;
}

.iconImg {
  height: 3rem;
}

/* .portfolioImg1 {
  background-image: url(../img/portofoliohome/giveaways.png) !important;
  background-position: 0%;
  background-size: cover;
}

.portfolioImg2 {
  background-image: url(../img/) !important;
  background-position: 44%;
  background-size: cover;
}

.portfolioImg3 {
  background-image: url(../img/portofoliohome/design2.jpg) !important;
  background-position: 0%;
  background-size: cover;
}

.portfolioImg4 {
  background-image: url(../img/portofoliohome/design6.jpeg) !important;
  background-position: 50%;
  background-size: cover;
}

.portfolioImg5 {
  background-image: url(../img/portofoliohome/design3.jpg) !important;
  background-position: 10%;
  background-size: cover;
}

.portfolioImg6 {
  background-image: url(../img/portofoliohome/ChatGPT\ Image\ 15\ أكتوبر\ 2025،\ 12_42_15\ م.png) !important;
  background-position: 50%;
  background-size: cover;
}

.portfolioImg7 {
  background-image: url(../img/portofoliohome/design4.jpg) !important;
  background-position: 50%;
  background-size: cover;
} */

.careerImg {
  /* background-color: #353575bf; */
  height: 25rem;

}

.appcontainer {
  position: relative;

}

.applicationImg {
  position: absolute !important;
  right: -5rem !important;
  top: -4.5rem !important;
  height: 31rem !important;
}

.applicatonSpan {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.applicationRequest {
  background: #dcc27e !important;

}

.applicationRequest:hover {
  color: #0a012b !important;
  transition: all ease 600ms;
}

.iconImg {
  background: #00bfe7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 3rem;
}

.about1 {
  background-image: url(../img/005.png) !important;
}

.about2 {
  background-image: url(../img/img1.jpg) !important;
}

.about3 {
  background-image: url(../img/img2.jpg) !important;
  background-size: cover;
  background-position: 60%;
}

.vision-mission {

  color: #fff;
  margin-top: -9rem;

}

.vision-mission .section-title h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.vm-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #dcc27e;
  padding: 30px;
  border-radius: 15px;
  transition: 0.3s ease;
}

.vm-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.vm-box h3 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.testimonialbg {}

/* service page */
.services__more {
  margin-top: 24px;
}


.service-btn {
  border: 1px solid white;
  display: inline-block;
  margin-top: 15px;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.service-btn:hover {
  background: #fff;
  color: #261b75;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Digital marketing page */
:root {
  --bg: #f6f7fb;
  --card: #ffffff;
  --ink: #21223a;
  --muted: #6b6f85;
  --accent: #8a73ff;
  /* purple */
  --accent2: #9ae1ff;
  /* cyan */
  --shadow: 0 14px 40px rgba(18, 22, 40, .10);
  --radius: 22px;
}


/* Section */
.services-soft {
 
  padding: 64px 0 80px;
}

.services-soft .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

/* Header */
.head {
  text-align: center;
  margin-bottom: 28px
}

.eyebrow {
  color: #8e90a7;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px
}

.head h2 {
  margin: 10px 0 6px;
  font-size: clamp(24px, 3.2vw, 34px)
}

.head p {
  margin: 0;
  color: var(--muted)
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

@media (max-width:980px) {
  .grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:620px) {
  .grid {
    grid-template-columns: 1fr
  }
}

/* Card */
.card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
background: #3b6d4f3d;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px 22px 20px 22px;
  transition: transform .2s ease, box-shadow .25s ease;
  border: 1px solid #eef0f6;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 46px rgba(18, 22, 40, .13);
}

/* Icon bubble */
.icon {
  position: absolute;
  inset: -22px auto auto 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #8d6e27;
  ;

  display: grid;
  place-items: center;
}

.icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  opacity: .95
}

/* Content */
.card h3 {
  margin: 24px 0 6px;
  font-size: 18px
}

.card p {
  margin: 0 0 10px;
  color: #ffffff;
  line-height: 1.6;
  font-size: 14.8px
}

.more {
  color: #8d6e27;
  font-weight: 700;
  font-size: 14px
}

/* Highlight (big CTA) */
/* .card.highlight{
  background: linear-gradient(180deg,#f4f2ff 0%, #ffffff 90%);
  border:1px solid #e6e4ff;

} */

.card.highlight .icon {
  background: #8d6e27;
}

/* Better spacing on 1-column */
@media (max-width:620px) {
  .card h3 {
    margin-top: 18px
  }

  .icon {
    inset: -18px auto auto 18px;
    width: 56px;
    height: 56px
  }

  .icon svg {
    width: 26px;
    height: 26px
  }
}

/* Request service */

.request-content {
  font-family: Urbanist, system-ui, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #1c5949  ;

}

/* Home FAB */
.home-fab {
  position: fixed;
  left: 26px;
  top: 22px;
  z-index: 50;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #08101f;
  background:#8d6e27  ;
  box-shadow: 0 10px 26px #dcc27e ;
  text-decoration: none;
}

/* Stage */
.stage {
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
}

/* Switcher layout (image/content swap) */
.switcher {
  width: min(1200px, 95vw);
  height: min(720px, 88vh);
  background: #082d27 !important;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .5);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  /* visual | content (intro) */
  grid-template-areas: "visual content";
  transition: grid-template-columns .5s ease, grid-template-areas .5s ease;
}

.switcher.show-form {
  grid-template-columns: 1fr 1.1fr;
  /* content (form) | visual */
  grid-template-areas: "content visual";
}

/* Visual panel */
.visual {
  grid-area: visual;
  position: relative;
background: rgba(0, 0, 0, 0.08);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/hero.jpg") center/cover no-repeat;
  /* ← غيّري المسار */
  opacity: .35;
  mix-blend: screen;
  transform: scale(1.05);
  transition: transform .6s ease;
}

.switcher.show-form .visual::before {
  transform: scale(1.08)
}

.visual .logo-wrap {
  position: relative;
  width: min(520px, 70%);
  aspect-ratio: 16/9;
  border-radius: 18px;

  border: 1px solid var(--stroke);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 20px 60px rgba(0, 0, 0, .45);
  display: grid;
  place-items: center;
  color: #cfe6ff;
  letter-spacing: .12em;
}

/* Content */
.content {

  grid-area: content;
  padding: 40px clamp(22px, 3.6vw, 46px);
  overflow: auto;
  /* داخلي فقط لو الشاشة صغيرة */
}

/* Intro state */
.intro h1 {
  margin: 0 0 10px;
  font-size: clamp(26px, 2.5vw + 14px, 42px);
  line-height: 1.15;
}

.intro p {
  color: #dcc27e;;
  margin: 0 0 18px
}

.point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  margin: 10px 0
}

.point i {
  color: #8d6e27  ;
}

.btn {
  --c1: var(--accent);
  --c2: var(--accent2);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background-color: #8d6e27;
}

/* Form card */
.form-card {
  max-width: 720px;
 
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 22px clamp(18px, 3vw, 28px) 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 20px 60px rgba(0, 0, 0, .45);
  position: relative;
}

.form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.form-title {
  margin: 0;
  font-size: 26px
}

.arrow-set {
  display: flex;
  gap: 10px
}

.icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, .03);
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .25s ease;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, .08)
}

.form-note {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 16px
}

.grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.grid .full {
  grid-column: 1/-1
}

@media (max-width:820px) {
  .grid {
    grid-template-columns: 1fr
  }
}

.input,
select,
textarea {
  width: 100%;
  background: #8d6e27;
  color:#ffffff;
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.input::placeholder,
textarea::placeholder {
  color: #ffffff
}

/* .input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(57, 211, 232, .16)
} */

textarea {
  min-height: 130px;
  resize: vertical
}

.drop {
  border: 2px dashed rgba(255, 255, 255, .14);
 
  border-radius: 14px;
  padding: 14px;
  color: var(--muted);
}

.policy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--muted)
}

.actions {
  display: flex;
  gap: 12px;
  margin-top: 16px
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--stroke)
}

/* micro slide for the form body */
.slide {
  transition: transform .45s cubic-bezier(.22, .82, .18, 1)
}

.slide.to-left {
  transform: translateX(-24px)
}

.slide.to-right {
  transform: translateX(24px)
}

.Hulul {
  font-size: 3rem;
  font-weight: 600;
}

/* career page */
/* ===== Careers Page (Scoped) ===== */
.careers-page {
  --bg: #0b1122;
  --panel: #0f1836;
  --panel2: #0e1530;
  --stroke: rgba(255, 255, 255, .08);
  --text: #e7ecff;
  --muted: #a9b3d6;
  --accent: #39d3e8;
  /* cyan */
  --accent2: #7c8cfb;
  /* indigo */
  --radius: 18px;
  color: var(--text);
}

/* Hero */
.careers-page .cp-hero {
  padding: 60px 0 36px;
  background:
    radial-gradient(900px 500px at 10% -10%, #15234a 0%, transparent 60%),
    radial-gradient(1200px 600px at 110% 110%, #121e48 0%, transparent 60%),
    var(--bg);
}

.careers-page .cp-badge {
  display: inline-block;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-weight: 800;
  color: #081024;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}

.careers-page .cp-title {
  margin: .75rem 0 .25rem;
  font-weight: 800;
  letter-spacing: .2px;
}

.careers-page .cp-lead {
  color: var(--muted);
  margin: 0;
}

/* Filters  */
.careers-page .cp-filters {
  margin: -10px 0 18px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 14px;
}

.careers-page .cp-input.form-select,
.careers-page .cp-input.form-control {
  background: #0e1736;
  color: var(--text);
  border: 1px solid var(--stroke);
  border-radius: 14px;
}

.careers-page .cp-input.form-control::placeholder {
  color: #9fb0d9;
}

/* Job card */
.careers-page .cp-job {
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(220, 194, 126, 0.35);
  border-radius: var(--radius);
  padding: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .15s ease, box-shadow .2s ease;
}

.careers-page .cp-job:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.careers-page .cp-topline {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.careers-page .cp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--stroke);
  color: #dfe7ff;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .85rem;
}

.careers-page .cp-job-title {
  margin: 6px 0;
  font-weight: 800;
}

.careers-page .cp-meta {
  color: #cfe0ff;
  margin-bottom: 6px
}

.careers-page .cp-desc {
  color: #d7e4ff;
  margin-bottom: 14px
}

.careers-page .cp-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.careers-page .cp-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem .9rem;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #061020;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(57, 211, 232, .28);
}

.careers-page .cp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem .9rem;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: transparent;
  color: var(--text);
  text-decoration: none;
}

/* Footer note */
.careers-page .cp-foot {
  color: var(--muted);
}

.careers-page .cp-link {
  color: #dcc27e ;
  text-decoration: none;
}

.careers-page .cp-link:hover {
  text-decoration: underline
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .careers-page .cp-hero {
    padding: 48px 0 28px;
  }
}

@media (max-width: 575.98px) {
  .careers-page .cp-actions {
    flex-direction: column
  }

  .careers-page .cp-btn,
  .careers-page .cp-btn-outline {
    width: 100%;
    justify-content: center
  }
}

/* Modal – dark theme matching careers page */
.careers-page .cp-modal {
  background: linear-gradient(180deg, #0f1836, #0e1530);
  color: #e7ecff;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  overflow: hidden;
}

.careers-page .modal-header,
.careers-page .modal-footer {
  border-color: rgba(255, 255, 255, .08);
}

.careers-page .btn-close-white {
  filter: invert(1) grayscale(100%);
}

.careers-page .cp-input {
  background: #0e1736 !important;
  color: #e7ecff !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 12px;
}

.careers-page .cp-input::placeholder {
  color: #9fb0d9 !important;
}

.careers-page .cp-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(135deg, #39d3e8, #7c8cfb);
  color: #061020;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(57, 211, 232, .28);
}

.careers-page .cp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
  color: #e7ecff;
  text-decoration: none;
}

.careers-page .cp-badge {
  display: inline-block;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-weight: 800;
  color: #081024;
  background: linear-gradient(135deg, #39d3e8, #7c8cfb);
}

/* Bullet lists inside modal */
#jobResp li,
#jobReq li {
  position: relative;
  padding-left: 26px;
  margin: 8px 0;
}

#jobResp li::before,
#jobReq li::before {
  content: "\f058";
  /* fa-check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #39d3e8;
}

.jobdetailsbtn {
  margin-left: 1rem;
  background: transparent;
  color: #ffffffd6;
}

.modelForm {
  background-color: #080014;
}

.form-control {

  background: transparent;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #8d6e27;
  border-radius: 1.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.bg-dark {
  background-color: #1c5949 !important;
  color: #fff;
}

.jobdet {
  font-size: 1rem;
}

.text {
  padding: 1rem !important;
}

.textwhite {
  color: white !important;
}

.container {
  max-width: var(--container);
  margin: auto;
  padding: 24px;
}

.hero {
  background: linear-gradient(180deg, #100733 0%, #0b0420 100%);
}

.hero h1 {
  margin: 0 0 8px;
  font-size: 40px
}

.breadcrumb {
  color: var(--muted);
  font-size: 14px
}

.breadcrumb a {
  color: var(--primary);
  text-decoration: none
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 48px 24px 80px;
}

.card {
  display: block;
  /* background:var(--card); */
  border-radius: var(--radius);
  padding: 28px;
  text-decoration: none;
  color: var(--text);
  transition: transform .2s ease, box-shadow .2s ease;
  border: 1px solid rgba(255, 255, 255, .06);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35)
}

.card-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35
}

.card-meta {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px
}

.card-excerpt {
  margin: 0 0 18px;
  color: #d7d7e5
}

.read-more {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background: var(--primary);
  padding: 10px 14px;
  border-radius: 12px
}

.blog-single .single-meta {
  color: var(--muted)
}

.cover {
  margin: 24px 0 12px
}

.cover img {
  width: 100%;
  border-radius: var(--radius);
  display: block
}

.content {
  font-size: 18px;
  line-height: 1.9;
  color: #e9e9f7
}

.content h3 {
  margin-top: 28px
}

.theH1 {
  font-size: 3rem;
}

.blogImg {
  height: 30rem;
  margin-top: -3rem;
}

.content h3 {
  color: #8d6e27  ;
}

@media (max-width:768px) {
  .callto__text h2 {
    font-size: 1.8rem !important;
  }

  .callto .container {
    padding: 0px 15px !important;
  }

  .spad {
    /* padding-top: 50px !important; */

  }

  .footer {

    margin-top: 0rem !important;
  }

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