/* ==========================================
   أنماط الصفحة الرئيسية - Main Page Styles
   KFN CARS Landing Page
   ========================================== */

/* ==========================================
   قسم الهيرو والصفحة الرئيسية
   Hero Section & Main Container
   ========================================== */
.hero,
.high-converting-landing-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* حاوية الصفحة الرئيسية - منع التمرير الأفقي */
.high-converting-landing-page {
  width: 100%;
  max-width: 100vw; /* منع تجاوز عرض الشاشة */
  position: relative;
  background-color: #fff;
  overflow-x: hidden; /* منع التمرير الأفقي */
  line-height: normal;
  letter-spacing: normal;
}
/* قسم الهيرو - Hero Section */
.hero {
  align-self: stretch;
  min-height: 899px;
  padding: 0;
  box-sizing: border-box;
  background-image: url(./public/1@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-width: 100%;
  width: 100%;
}
.icon {
  width: 100%;
  max-width: 1534px;
  height: 899px;
  position: relative;
  object-fit: cover;
  display: none;
  z-index: 1;
}
/* الحاوية الرئيسية مع التدرج اللوني */
.container-parent {
  background:
    linear-gradient(
      181.42deg,
      transparent,
      rgba(56, 8, 8, 0.26) 67.44%,
      rgba(217, 5, 5, 0.6)
    ),
    linear-gradient(rgba(7, 7, 7, 0.48), rgba(7, 7, 7, 0.48));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 381px;
  box-sizing: border-box;
  gap: 42px;
  flex-shrink: 0;
  max-width: 100%;
  width: 100%; /* ضمان عدم تجاوز العرض */
  z-index: 2;
}
/* شريط التنقل العلوي - Navigation Bar */
.container {
  width: 100%;
  max-width: 100%; /* منع تجاوز العرض */
  height: 80px;
  background: #000, #fff;
  align-items: center;
  justify-content: space-between;
  padding: 23px 60px 0;
  gap: 20px;
  top: 0;
  z-index: 99;
  position: sticky;
  box-sizing: border-box;
}
.container,
.link,
.text {
  display: flex;
  box-sizing: border-box;
}
.link {
  cursor: pointer;
  border: 0;
  padding: 10px 24px;
  background-color: #0a0a0a;
  height: 40px;
  width: 133.2px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 33554400px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.text {
  height: 20px;
  flex: 1;
  align-items: flex-start;
  padding: 0 0 0 5px;
}
.div,
.icon2 {
  position: relative;
}
.div {
  height: 20px;
  width: 56px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Hacen Tunisia";
  color: #fff;
  text-align: left;
  display: inline-block;
}
.icon2 {
  height: 16px;
  width: 16px;
}
.photo-2026-05-16-22-11-16-1-icon {
  width: 95px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
/* حاوية المحتوى الرئيسي */
.container-wrapper {
  width: 100%;
  max-width: 100%; /* منع تجاوز العرض */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "Hacen Tunisia";
}
.container2,
.container3 {
  display: flex;
  flex-direction: column;
}
.container2 {
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  gap: 22px;
  max-width: 100%;
}
.container3 {
  width: 299.6px;
  max-width: 100%;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 33554400px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  align-items: flex-start;
  padding: 4px 16px;
  text-align: left;
  color: #0a0a0a;
  font-family: "Hacen Tunisia Lt";
}
.parent {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.div2 {
  width: 243px;
  position: relative;
  line-height: 20px;
  display: inline-block;
  flex-shrink: 0;
}
.text-parent {
  height: 13.7px;
  width: 13.7px;
  position: relative;
  flex-shrink: 0;
}
.text2,
.text3 {
  position: absolute;
}
.text2 {
  top: 0;
  left: 0;
  border-radius: 57388424px;
  background-color: rgba(217, 5, 5, 0.22);
  width: 100%;
  height: 100%;
}
.text3 {
  top: 2.8px;
  left: 2.9px;
  border-radius: 33554400px;
  background-color: #d90505;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.h1 {
  margin: 0;
  width: 100%;
  max-width: 680px;
  position: relative;
  font-size: 62px;
  line-height: 70.4px;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}
.span {
  letter-spacing: -2.6px;
}
.span2 {
  letter-spacing: 1.4px;
}
.span3 {
  letter-spacing: 0.4px;
  color: #d90505;
}
.div3 {
  width: 100%;
  max-width: 598px;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 32.5px;
  display: inline-block;
}
.container4,
.icon-parent,
.link2 {
  display: flex;
  justify-content: center;
}
.container4 {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 224.9px;
  height: 60px;
  align-items: center;
}
.icon-parent,
.link2 {
  align-self: stretch;
}
.link2 {
  flex: 1;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #d90505;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 32px;
  box-sizing: border-box;
  max-width: 100%;
}
.icon-parent {
  align-items: center;
  gap: 4px;
}
.icon3 {
  height: 20px;
  width: 20px;
  position: relative;
}
.div4 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Hacen Tunisia";
  color: #fff;
  text-align: left;
}
.div4,
.icon5,
.wrapper {
  position: relative;
}
.wrapper {
  width: 100%;
  max-width: 1534px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: -397px;
}
.icon5 {
  width: 100%;
  max-width: 750px;
  max-height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  z-index: 1;
}
.high-converting-landing-page-inner {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  font-size: 48px;
  color: #fff;
  font-family: "Hacen Tunisia";
}
.container-group,
.container5 {
  flex: 1;
  box-sizing: border-box;
  display: flex;
}
.container-group {
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 16px 64px;
  gap: 32px;
  max-width: 100%;
}
.container5 {
  border-radius: 22px;
  background-color: #d90505;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex-direction: column;
  align-items: flex-start;
  padding: 79px 25px;
  min-width: 280px;
}
.container-container,
.container6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-container {
  align-self: stretch;
  gap: 32px;
  flex-wrap: wrap;
}
.container6 {
  height: 81px;
  width: 81px;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.14);
  padding: 0 8px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.f7person-3-icon {
  width: 64px;
  position: relative;
  max-height: 100%;
}
.k-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 120px;
}
.div5,
.k {
  align-self: stretch;
  position: relative;
}
.k {
  margin: 0;
  font-size: inherit;
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
}
.div5 {
  font-size: 24px;
  line-height: 26px;
}
.container7,
.container8 {
  display: flex;
  box-sizing: border-box;
}
.container7 {
  flex: 1;
  border-radius: 22px;
  background-color: #191c21;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex-direction: column;
  align-items: flex-start;
  padding: 79px 25px;
  min-width: 280px;
}
.container8 {
  height: 81px;
  width: 81px;
  border-radius: 32px;
  background-color: #292c31;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  flex-shrink: 0;
}
.h3 {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  font-family: inherit;
}
.container10,
.container9,
.main2 {
  display: flex;
  box-sizing: border-box;
}
.container9 {
  flex: 1;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex-direction: column;
  align-items: flex-start;
  padding: 79px 25px;
  min-width: 280px;
  color: #d90505;
}
.container10,
.main2 {
  align-items: center;
  justify-content: center;
}
.container10 {
  height: 81px;
  width: 81px;
  border-radius: 32px;
  background-color: #fafafa;
  padding: 0 8px;
  flex-shrink: 0;
}
.main2 {
  align-self: stretch;
  flex: 1;
  overflow: hidden;
  flex-wrap: wrap;
  align-content: center;
  padding: 32px 64px;
  gap: 63px;
  max-width: 100%;
  text-align: right;
  font-size: 48px;
  color: #000;
  font-family: "Hacen Tunisia";
}
.main2-inner {
  height: 768px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  isolation: isolate;
  min-width: 300px;
  max-width: 500px;
}
.container11,
.group-div {
  position: absolute;
  margin: 0 !important;
  flex-shrink: 0;
}
.group-div {
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 49px 0 89px;
  isolation: isolate;
}
.container11 {
  width: calc(100% - 18.5px);
  height: 368px;
  top: 238px;
  right: -0.76px;
  left: 19.26px;
  border-radius: 32px;
  background-color: #d90505;
  transform: rotate(3deg);
  transform-origin: 0 0;
}
.parent3 {
  width: 456.5px;
  max-width: 100%;
  height: 899.5px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.icon6 {
  position: absolute;
  top: 38px;
  left: 37px;
  border-radius: 27px;
  width: 381px;
  max-width: calc(100% - 74px);
  height: 825px;
  object-fit: cover;
}
.iphone-15-pro-black-titanium {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.main2-child {
  flex: 1;
  justify-content: center;
  min-width: 300px;
  max-width: 100%;
}
.frame-parent,
.heading-2-parent,
.main2-child {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.frame-parent {
  gap: 44px;
  max-width: 100%;
}
.heading-2-parent {
  gap: 9px;
}
.div6,
.heading-2 {
  align-self: stretch;
  position: relative;
}
.heading-2 {
  height: 20px;
}
.div6 {
  line-height: 60px;
}
.frame-section {
  width: 100%;
  max-width: 583px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  text-align: right;
  font-size: 20px;
  color: #000;
  font-family: "Hacen Tunisia";
}
.container-parent3,
.container12 {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
}
.container12 {
  align-self: stretch;
  min-height: 60px;
  align-items: flex-start;
  padding: 4px 3px 8px;
  box-sizing: border-box;
}
.container-parent3 {
  width: 100%;
  max-width: 456.5px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.container13 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 200px;
}
.heading-4 {
  align-self: stretch;
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.5px 0 0;
  box-sizing: border-box;
}
.h33 {
  margin: 0;
  min-height: 28px;
  max-width: 218px;
  position: relative;
  font-size: inherit;
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}
.container14 {
  height: 48px;
  width: 48px;
  border-radius: 30px;
  background-color: #d90505;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  flex-shrink: 0;
}
.ciclose-md-icon {
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}
.container-parent4,
.container15 {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
}
.container15 {
  align-self: stretch;
  min-height: 60px;
  align-items: flex-start;
  padding: 4px 3px 8px;
  box-sizing: border-box;
}
.container-parent4 {
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.container16 {
  width: 100%;
  max-width: 392.5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.h34,
.h35 {
  margin: 0;
  min-height: 28px;
  max-width: 270px;
  position: relative;
  font-size: inherit;
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}
.h35 {
  max-width: 267px;
}
.smart-solution {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 20px;
}
.div7 {
  align-self: stretch;
  position: relative;
}
.container21 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 64px;
  gap: 34px;
  text-align: center;
  font-size: 48px;
  color: #d90505;
  font-family: "Hacen Tunisia";
}
.h23 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 60px;
  font-weight: 400;
  font-family: inherit;
}
.container-parent6 {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  gap: 30px;
  text-align: center;
  font-size: 20px;
  color: #0a0a0a;
  font-family: "Hacen Tunisia";
}
.container22,
.container23 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.container22 {
  flex: 1;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex-direction: column;
  padding: 22px 43px;
  gap: 20px;
  min-width: 247px;
  max-width: 329px;
}
.container23 {
  width: 56px;
  height: 56px;
  border-radius: 43px;
  background-color: #fafafa;
  justify-content: center;
  padding: 0 16px;
  flex-shrink: 0;
}
.div8,
.h36 {
  align-self: stretch;
  position: relative;
}
.h36 {
  margin: 0;
  font-size: inherit;
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
}
.div8 {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.how-it-works {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  text-align: center;
  font-size: 20px;
  color: #111;
  font-family: "Hacen Tunisia";
}
.how-to-work {
  background-color: #f7f7f7;
  justify-content: center;
  padding: 64px;
  gap: 32px;
}
.container-parent7,
.frame-group,
.how-to-work {
  flex: 1;
  display: flex;
  align-items: center;
}
.frame-group {
  justify-content: center;
  gap: 16px;
  min-width: 0;
  flex-wrap: wrap;
}
.container-parent7 {
  align-self: stretch;
  flex-direction: column;
  gap: 24px;
  min-width: 180px;
  max-width: 276px;
}
.container30 {
  width: 96px;
  height: 96px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 33554400px;
  background-color: #fff;
  border: 4px solid #f9fafb;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.streamline-plumpmail-send-icon {
  height: 32px;
  width: 32px;
  position: relative;
}
.heading-3 {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h310 {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: inherit;
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
}
.container-parent8 {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  min-width: 180px;
  max-width: 276px;
}
.iconamoonsend {
  height: 43.7px;
  width: 43.7px;
  position: relative;
  object-fit: contain;
}
.workflow {
  height: 98px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 3.5px;
  text-align: right;
  font-size: 48px;
  color: #d90505;
  flex-shrink: 0;
}
.h24,
.h314 {
  margin: 0;
  position: relative;
  font-weight: 400;
}
.h24 {
  font-size: inherit;
  line-height: 40px;
  font-family: inherit;
}
.h314 {
  font-size: 20px;
  font-family: "Hacen Tunisia Lt";
  color: #666;
}
.resultssection-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  font-size: 34.5px;
  color: #fff;
  font-family: "Hacen Tunisia";
  overflow: hidden;
}
.container34,
.container35,
.resultssection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resultssection {
  align-self: stretch;
  min-height: 811px;
  background-color: #000;
  overflow: hidden;
  flex-shrink: 0;
  padding: 128px 40px 40px;
  box-sizing: border-box;
}
.container34,
.container35 {
  justify-content: center;
}
.container34 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  gap: 80px;
  max-width: 100%;
}
.container35 {
  align-self: stretch;
  flex-shrink: 0;
}
.heading-22,
.text-wrapper {
  display: flex;
  align-items: flex-end;
}
.heading-22 {
  width: 100%;
  max-width: 640px;
  padding: 0 20px 44px;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
}
.text-wrapper {
  width: 241.2px;
  flex-direction: column;
  z-index: 0;
  flex-shrink: 0;
}
.text4 {
  align-self: stretch;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h25 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 44.9px;
  font-weight: 400;
  font-family: inherit;
}
.div12 {
  width: 100%;
  max-width: 581px;
  position: absolute;
  margin: 0 !important;
  top: 5.4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 39px;
  background:
    linear-gradient(#fff, #fff), linear-gradient(135deg, #ff5a1f, #ff7a47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  flex-shrink: 0;
}
.container36,
.div13 {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.div13 {
  width: 100%;
  overflow-x: auto;
  justify-content: flex-start;
  gap: 24px;
  text-align: right;
  font-size: 22px;
  padding-bottom: 20px;
}
.container36 {
  height: 421.8px;
  min-width: 280px;
  width: 304px;
  border-radius: 24px;
  overflow: hidden;
  padding: 326px 31px 59px 33px;
  box-sizing: border-box;
  background-image: url(./public/Container@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  flex-shrink: 0;
}
.h315,
.paragraph {
  height: 78.8px;
  width: 238px;
  position: relative;
  display: none;
  flex-shrink: 0;
}
.h315 {
  margin: 0;
  height: 33px;
  font-size: inherit;
  line-height: 33px;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}
.container37,
.container38,
.container39,
.container40,
.container41,
.container42,
.container43 {
  height: 421.8px;
  min-width: 280px;
  width: 304px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding: 326px 31px 59px 33px;
  box-sizing: border-box;
  background-image: url(./public/Container1@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.container38,
.container39,
.container40,
.container41,
.container42,
.container43 {
  background-image: url(./public/Container2@3x.png);
}
.container39,
.container40,
.container41,
.container42,
.container43 {
  background-image: url(./public/Container3@3x.png);
}
.container40,
.container41,
.container42,
.container43 {
  background-image: url(./public/Container4@3x.png);
}
.container41,
.container42,
.container43 {
  background-image: url(./public/Container5@3x.png);
}
.container42,
.container43 {
  background-image: url(./public/Container6@3x.png);
}
.container43 {
  background-image: url(./public/Container7@3x.png);
}
.resultssection2,
.text-container {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.resultssection2 {
  align-self: stretch;
  min-height: 758px;
  background-color: #000;
  overflow: hidden;
  align-items: center;
  padding: 67px 40px 40px;
  box-sizing: border-box;
}
.text-container {
  width: 178px;
  align-items: flex-end;
}
.h26 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 44.9px;
  font-weight: 400;
  font-family: inherit;
  background:
    linear-gradient(#fff, #fff), linear-gradient(135deg, #ff5a1f, #ff7a47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container45,
.div14 {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
}
.div14 {
  width: 100%;
  overflow-x: auto;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 20px;
}
.container45 {
  height: 422px;
  min-width: 300px;
  width: 400px;
  border-radius: 24px;
  overflow: hidden;
  align-items: flex-end;
  padding: 70px 32px;
  box-sizing: border-box;
  background-image: url(./public/Container8@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: right;
  font-size: 22px;
  color: #fff;
  font-family: "Hacen Tunisia";
  flex-shrink: 0;
}
.paragraph9 {
  height: 78.8px;
  width: 238px;
  position: relative;
  display: none;
}
.parent4 {
  height: 72px;
  width: 238px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.div15,
.h323 {
  position: relative;
}
.h323 {
  margin: 0;
  align-self: stretch;
  flex: 1;
  font-size: inherit;
  line-height: 33px;
  font-weight: 400;
  font-family: inherit;
}
.div15 {
  width: 228px;
  max-width: 100%;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
}
.container46,
.parent5 {
  display: flex;
  flex-shrink: 0;
}
.container46 {
  height: 422px;
  min-width: 300px;
  width: 400px;
  border-radius: 24px;
  overflow: hidden;
  align-items: flex-start;
  padding: 278px 31px 69px 67px;
  box-sizing: border-box;
  background-image: url(./public/Container9@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: right;
  font-size: 22px;
  color: #fff;
  font-family: "Hacen Tunisia";
}
.parent5 {
  height: 72px;
  width: 300px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.div16 {
  align-self: stretch;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.container47,
.parent6 {
  display: flex;
  flex-shrink: 0;
}
.container47 {
  height: 422px;
  min-width: 300px;
  width: 400px;
  border-radius: 24px;
  overflow: hidden;
  align-items: flex-start;
  padding: 278px 33px 68px;
  box-sizing: border-box;
  background-image: url(./public/Container10@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: right;
  font-size: 22px;
  color: #fff;
  font-family: "Hacen Tunisia";
}
.parent6 {
  height: 72px;
  width: 283px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.div17 {
  width: 233px;
  max-width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
}
.container48,
.parent7 {
  display: flex;
  flex-shrink: 0;
}
.container48 {
  height: 422px;
  min-width: 300px;
  width: 400px;
  border-radius: 24px;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 278px 32px 68px;
  box-sizing: border-box;
  background-image: url(./public/Container11@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: right;
  font-size: 22px;
  color: #fff;
  font-family: "Hacen Tunisia";
}
.parent7 {
  height: 72px;
  width: 238px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.container49,
.container50 {
  height: 422px;
  min-width: 300px;
  width: 400px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 278px 32px 68px;
  box-sizing: border-box;
  background-image: url(./public/Container12@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: right;
  font-size: 22px;
  color: #fff;
  font-family: "Hacen Tunisia";
}
.container50 {
  background-image: url(./public/Container13@3x.png);
}
.container51,
.resultssection3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.resultssection3 {
  align-self: stretch;
  min-height: 521px;
  background-color: #000;
  overflow: hidden;
  flex-shrink: 0;
  padding: 32px 20px 40px;
}
.container51 {
  width: 100%;
  padding: 0 20px;
  gap: 32px;
  max-width: 100%;
}
.text-frame,
.text6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-frame {
  width: 241.2px;
  flex-direction: column;
}
.text6 {
  width: 100%;
  min-height: 51px;
  max-width: 100%;
}
.h27 {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
}
.client-photos {
  width: 100%;
  max-width: 1164px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.photo-2026-05-21-20-42-33-1-icon,
.photo-2026-05-21-20-42-43-1-icon {
  height: 233px;
  width: 259px;
  max-width: 100%;
  position: relative;
  object-fit: cover;
  flex-shrink: 0;
}
.photo-2026-05-21-20-42-33-1-icon {
  height: 251px;
  width: 261px;
}
.photo-2026-05-21-20-42-05-2-icon,
.photo-2026-05-21-20-42-21-1-icon {
  height: 233px;
  width: 258px;
  max-width: 100%;
  position: relative;
  object-fit: cover;
  flex-shrink: 0;
}
.photo-2026-05-21-20-42-21-1-icon {
  height: 247px;
  width: 261px;
}
.resultssection-group {
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.resultssection4 {
  align-self: stretch;
  min-height: 717px;
  background-color: #000;
  overflow: hidden;
  flex-shrink: 0;
  align-items: center;
  padding: 32px 20px 40px;
  box-sizing: border-box;
}
.container52,
.resultssection4,
.text-wrapper2 {
  display: flex;
  flex-direction: column;
}
.container52 {
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  gap: 80px;
  max-width: 100%;
}
.text-wrapper2 {
  width: 241.2px;
  align-items: flex-end;
}
.h28 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 44.9px;
  font-weight: 400;
  font-family: inherit;
  flex-shrink: 0;
}
.container-inner,
.container-parent11 {
  align-self: stretch;
  overflow-x: auto;
  display: flex;
}
.container-inner {
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 0;
}
.container-parent11 {
  align-items: flex-start;
  gap: 32px;
}
.container-icon,
.container-icon2,
.container-icon3,
.container-icon4,
.container-icon5,
.container-icon6 {
  height: 447px;
  min-width: 280px;
  width: 313px;
  border-radius: 24px;
  flex-shrink: 0;
  object-fit: cover;
}
.container53,
.resultssection5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resultssection5 {
  align-self: stretch;
  min-height: 715px;
  background-color: #000;
  overflow: hidden;
  flex-shrink: 0;
  padding: 32px 20px 40px;
  box-sizing: border-box;
}
.container53 {
  width: 100%;
  justify-content: center;
  gap: 80px;
  max-width: 100%;
}
.campaign-data {
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding-bottom: 20px;
}
.container-icon11 {
  height: 447px;
  min-width: 300px;
  width: 817px;
  max-width: 100%;
  border-radius: 24px;
  flex-shrink: 0;
  object-fit: cover;
}
.landingpage,
.landingpage-parent {
  align-self: stretch;
  display: flex;
  max-width: 100%;
}
.landingpage-parent {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  isolation: isolate;
  text-align: left;
  font-size: 16px;
  color: #99a1af;
  font-family: "IBM Plex Sans Arabic";
}
.landingpage {
  min-height: 400px;
  overflow: hidden;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: center;
  padding: 128px 40px 35px;
  box-sizing: border-box;
  gap: 40px;
  flex-wrap: wrap;
  background-image: url(./public/LandingPage@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.call-to-action {
  flex-direction: column;
  max-width: 100%;
  text-align: center;
  font-size: 64px;
  color: #fff;
  font-family: "Hacen Tunisia";
}
.call-to-action,
.container54,
.heading-23 {
  display: flex;
  align-items: flex-start;
}
.container54 {
  flex-direction: column;
  padding: 0 0 64px;
  gap: 36px;
}
.heading-23 {
  width: 100%;
  max-width: 768px;
  min-height: 120px;
  position: relative;
  isolation: isolate;
}
.div21 {
  width: 100%;
  max-width: 413px;
  position: relative;
  line-height: 72px;
  display: inline-block;
  flex-shrink: 0;
}
.paragraph15 {
  width: 768px;
  height: 28px;
  position: relative;
  display: none;
}
.link3,
.whatsapp-button {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.link3 {
  cursor: pointer;
  border: 0;
  padding: 20px 40px 20px 49px;
  background-color: #d90505;
  border-radius: 14px;
  gap: 19.8px;
  z-index: 1;
}
.div22 {
  min-height: 28px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-family: "Hacen Tunisia";
  color: #fff;
  text-align: center;
  display: inline-block;
}
.icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px 0 0;
}
.container-frame {
  overflow-y: auto;
  display: flex;
  align-items: center;
}
.container55 {
  height: 80px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 43px;
  background-color: #fff;
  align-items: center;
  padding: 16px;
}
.container55,
.container56,
.footer {
  box-sizing: border-box;
  display: flex;
}
.container56 {
  height: 48px;
  width: 48px;
  border-radius: 33554400px;
  background-color: #dcfce7;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  flex-shrink: 0;
}
.footer {
  align-self: stretch;
  min-height: 129px;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-direction: column;
  align-items: flex-start;
  padding: 49px 24px 24px;
  z-index: 1;
}
.container57,
.social-links {
  display: flex;
  align-items: center;
}
.container57 {
  align-self: stretch;
  min-height: 32px;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.social-links {
  width: 120px;
  justify-content: flex-end;
  gap: 16px;
  flex-shrink: 0;
}
.paragraph16 {
  min-height: 24px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.kfn-cars {
  position: relative;
  line-height: 24px;
  flex-shrink: 0;
}
.photo-2026-05-16-22-11-16-1-icon2 {
  width: 95px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
.support-elements,
.support-elements-parent {
  max-width: 341px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.support-elements-parent {
  margin: 0 !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0 0 14.3px;
  isolation: isolate;
  z-index: 1000;
  color: #000;
  font-family: "Hacen Tunisia";
}
.support-elements {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
  padding: 19px 13px 20px;
  gap: 13px;
  z-index: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.support-elements-child {
  height: 36px;
  width: 37px;
  border-radius: 40px;
  object-fit: cover;
  z-index: 2;
  flex-shrink: 0;
}
.frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 0 0;
  z-index: 1;
  flex: 1;
  min-width: 0;
}
.div23 {
  width: 100%;
  max-width: 248px;
  min-height: 24px;
  position: relative;
  line-height: 24px;
  display: inline-block;
}
.frame-child {
  height: 25px;
  width: 25px;
  position: absolute;
  margin: 0 !important;
  top: 54.01px;
  left: 319.85px;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
  transform: rotate(42.4deg);
  transform-origin: 0 0;
  z-index: 1;
}

/* Media Queries */
@media screen and (max-width: 1425px) {
  .main2 {
    gap: 31px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .how-to-work {
    flex-wrap: wrap;
  }
  .container34,
  .container51,
  .container52 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  .main2 {
    padding-top: 21px;
    padding-bottom: 21px;
    box-sizing: border-box;
  }
  .frame-group {
    flex-wrap: wrap;
    min-width: 100%;
  }
}
@media screen and (max-width: 825px) {
  .h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .container-group {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .k {
    font-size: 38px;
    line-height: 22px;
  }
  .main2 {
    gap: 16px;
  }
  .main2-child,
  .main2-inner {
    min-width: 100%;
  }
  .frame-parent {
    gap: 22px;
  }
  .div6 {
    font-size: 38px;
    line-height: 48px;
  }
  .container15 {
    height: auto;
  }
  .container-parent4 {
    flex-wrap: wrap;
  }
  .container21 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .h23 {
    font-size: 38px;
    line-height: 48px;
  }
  .how-to-work {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .h24 {
    font-size: 38px;
    line-height: 32px;
  }
  .resultssection {
    padding-top: 83px;
    box-sizing: border-box;
  }
  .container34 {
    gap: 40px;
  }
  .heading-22 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .h25 {
    font-size: 28px;
    line-height: 36px;
  }
  .div13 {
    gap: 16px;
  }
  .resultssection2 {
    padding-top: 44px;
    box-sizing: border-box;
  }
  .h26 {
    font-size: 28px;
    line-height: 36px;
  }
  .container51,
  .div14 {
    gap: 16px;
  }
  .h27 {
    font-size: 28px;
  }
  .client-photos {
    gap: 16px;
  }
  .container52 {
    gap: 40px;
  }
  .h28 {
    font-size: 28px;
    line-height: 36px;
  }
  .container-parent11 {
    gap: 16px;
  }
  .container53 {
    gap: 40px;
  }
  .campaign-data {
    gap: 16px;
  }
  .landingpage {
    gap: 30px;
    padding: 60px 20px 30px;
    box-sizing: border-box;
  }
  .div21 {
    font-size: 51px;
    line-height: 58px;
  }
  .container57 {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .container-parent {
    gap: 21px;
    padding-bottom: 200px;
  }
  .container {
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .div3 {
    font-size: 16px;
    line-height: 26px;
  }
  .container-group,
  .high-converting-landing-page-inner {
    gap: 16px;
  }
  .container-group {
    padding: 16px 16px;
  }
  .container5,
  .container7,
  .container9 {
    min-width: 100%;
    padding: 40px 20px;
  }
  .container-container {
    gap: 16px;
    flex-wrap: wrap;
  }
  .k {
    font-size: 32px;
    line-height: 36px;
  }
  .div5,
  .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .main2 {
    padding: 20px 16px;
    box-sizing: border-box;
  }
  .main2-inner {
    display: none;
  }
  .div6 {
    font-size: 26px;
    line-height: 34px;
  }
  .container12 {
    height: auto;
  }
  .container-parent3 {
    flex-wrap: wrap;
  }
  .h33,
  .h34,
  .h35 {
    font-size: 16px;
    line-height: 22px;
  }
  .div7 {
    font-size: 16px;
  }
  .container21 {
    gap: 17px;
    padding: 25px 16px;
    box-sizing: border-box;
  }
  .h23 {
    font-size: 26px;
    line-height: 34px;
  }
  .container22 {
    padding: 20px;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
  }
  .h36 {
    font-size: 16px;
    line-height: 22px;
  }
  .how-to-work {
    gap: 16px;
    padding: 32px 16px;
    flex-direction: column;
  }
  .workflow {
    align-items: center;
    text-align: center;
  }
  .frame-group {
    width: 100%;
  }
  .container-parent7,
  .container-parent8 {
    max-width: 100%;
    min-width: 140px;
  }
  .h310 {
    font-size: 14px;
    line-height: 20px;
  }
  .h24 {
    font-size: 26px;
    line-height: 30px;
  }
  .h314 {
    font-size: 14px;
  }
  .resultssection {
    padding: 40px 16px;
    box-sizing: border-box;
  }
  .container34 {
    gap: 20px;
    padding: 0;
  }
  .heading-22 {
    padding: 0 10px 30px;
    box-sizing: border-box;
  }
  .h25 {
    font-size: 21px;
    line-height: 27px;
  }
  .div12 {
    font-size: 14px;
    line-height: 22px;
  }
  .div13 {
    gap: 12px;
  }
  .container36,
  .container37,
  .container38,
  .container39,
  .container40,
  .container41,
  .container42,
  .container43 {
    min-width: 240px;
    width: 260px;
    height: 360px;
    padding: 280px 20px 40px;
  }
  .h315 {
    font-size: 16px;
    line-height: 24px;
  }
  .resultssection2 {
    padding: 40px 16px;
  }
  .h26 {
    font-size: 21px;
    line-height: 27px;
  }
  .div14 {
    gap: 12px;
  }
  .container45,
  .container46,
  .container47,
  .container48,
  .container49,
  .container50 {
    min-width: 260px;
    width: 300px;
    height: 380px;
    padding: 240px 20px 60px;
  }
  .h323 {
    font-size: 16px;
    line-height: 24px;
  }
  .resultssection3 {
    padding: 32px 16px;
  }
  .container51 {
    padding: 0;
  }
  .h27 {
    font-size: 21px;
  }
  .client-photos {
    gap: 12px;
  }
  .photo-2026-05-21-20-42-33-1-icon,
  .photo-2026-05-21-20-42-43-1-icon,
  .photo-2026-05-21-20-42-05-2-icon,
  .photo-2026-05-21-20-42-21-1-icon {
    width: 140px;
    height: auto;
  }
  .resultssection4 {
    padding: 32px 16px;
  }
  .container52 {
    gap: 20px;
    padding: 0;
  }
  .h28 {
    font-size: 21px;
    line-height: 27px;
  }
  .container-parent11 {
    gap: 12px;
  }
  .container-icon,
  .container-icon2,
  .container-icon3,
  .container-icon4,
  .container-icon5,
  .container-icon6 {
    min-width: 240px;
    width: 280px;
    height: 400px;
  }
  .resultssection5 {
    padding: 32px 16px;
  }
  .container53 {
    gap: 20px;
  }
  .campaign-data {
    gap: 12px;
  }
  .container-icon11 {
    min-width: 280px;
    width: 320px;
    height: 200px;
  }
  .landingpage {
    gap: 20px;
    padding: 40px 16px 30px;
    box-sizing: border-box;
  }
  .call-to-action {
    font-size: 32px;
  }
  .container54 {
    gap: 20px;
    padding-bottom: 32px;
  }
  .div21 {
    font-size: 28px;
    line-height: 38px;
  }
  .link3 {
    padding: 16px 24px;
  }
  .div22 {
    font-size: 16px;
    line-height: 22px;
  }
  .footer {
    padding: 30px 16px 20px;
  }
  .container57 {
    justify-content: center;
    text-align: center;
  }
  .support-elements-parent {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }
  .support-elements {
    padding: 12px 10px;
  }
  .div23 {
    font-size: 14px;
  }
}
