/* Base css start */

/* google fonts cdn */
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");

/* YouTube video thumbnail styling */
.welcome__video-container {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.welcome__video {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.welcome__video-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  object-fit: cover;
}

.welcome__video:hover .welcome__video-thumbnail {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.welcome__video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.welcome__video:hover .welcome__video-play-icon {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Ensure proper spacing for the next section */
.welcome {
  padding-bottom: 3rem;
}

.service {
  padding-top: 2rem;
}

/* Floating Learn More Button */
.floating-learn-more {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.floating-learn-more.show {
  opacity: 1;
  transform: translateY(0);
}

.floating-learn-more button {
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  border: none;
  color: white;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  animation: pulse-glow 2s infinite;
}

.floating-learn-more button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.4);
  background: linear-gradient(45deg, #0b5ed7, #0aa2c0);
}

.floating-learn-more button:active {
  transform: translateY(-1px);
}

/* Pulse glow animation */
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
  }
  50% {
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.6);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .floating-learn-more {
    bottom: 20px;
    right: 20px;
  }
  
  .floating-learn-more button {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}

a,
button {
  transition: all 0.3s;
}
a {
  text-decoration: none;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-inline: 20px;
}
body {
  font-family: "Assistant", sans-serif;
  color: #fff;
  background-image: linear-gradient(to right, #291155, #521360);
}
.section__title h3 {
  font-size: 38px;
  line-height: 132%;
  letter-spacing: 1.3%;
  padding-bottom: 45px;
}
.section__title h3 span {
  color: #6756e9;
}
.section__title h3::after {
  content: "";
  width: 100%;
  max-width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #6756e9;
}
.section__title h5 {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 1.3%;
}
.section__title h2 {
  font-size: 64px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.section__title h2::after {
  content: "";
  width: 100%;
  max-width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #e31d74;
}
/* Base css end */

/* hero section start */

.hero__wrapper {
  max-width: 1920px;
  padding-inline-start: 76px;
  padding-top: 40px;
}
.hero__logos {
  gap: 30px;
  margin-bottom: 110px;
}
.hero__logo img {
  width: 190px;
}
.hero__logo--call-marker img {
  width: 146px;
}
.hero__thumb {
  width: 810px;
  transform: translateY(115px);
  margin-top: -115px;
  padding-top: 15px;
}
.hero__title {
  font-weight: 800;
  font-size: 67px;
  line-height: 1;
  letter-spacing: 1.3%;
  margin-bottom: 37px;
}
.hero__desc {
  font-size: 45px;
  line-height: 157%;
  max-width: 1000px;
  color: #dadada;
}
/* hero section end */

/* welcome section start */

.welcome {
  padding-block: 278px 353px;
}
.welcome__container {
  background-color: #040821;
  padding-inline: 20px;
}
.welcome__wrapper {
  max-width: 1108px;
}
.welcome__title {
  font-size: 50px;
  line-height: 111%;
  max-width: 630px;
  margin-bottom: 130px;
}
.welcome__video {
  height: 695px;
  background-color: #dbdbdb;
  border-radius: 60px;
  border: 2px solid #00a7db33;
}

.welcome::after {
  content: "";
  width: 100%;
  height: 650px;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(
    105.938% 66.98%,
    105.938% 66.98%,
    101.24% 74.652%,
    95.15% 80.739%,
    87.757% 85.469%,
    79.152% 89.067%,
    69.426% 91.762%,
    58.67% 93.78%,
    46.975% 95.347%,
    34.431% 96.691%,
    21.129% 98.039%,
    7.159% 99.616%,
    7.159% 99.616%,
    -4.643% 98.601%,
    -12.007% 92.788%,
    -15.685% 83.332%,
    -16.43% 71.39%,
    -14.995% 58.115%,
    -12.132% 44.664%,
    -8.595% 32.19%,
    -5.137% 21.851%,
    -2.509% 14.8%,
    -1.466% 12.193%,
    108.54% 0%,
    108.54% 0%,
    108.824% 1.107%,
    109.539% 4.233%,
    110.479% 9.088%,
    111.435% 15.379%,
    112.201% 22.816%,
    112.571% 31.106%,
    112.336% 39.959%,
    111.29% 49.083%,
    109.226% 58.188%,
    105.938% 66.98%
  );
  background-color: #040821;
}
.welcome::before {
  content: "";
  width: 100%;
  height: 293px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(
    1.256% 37.705%,
    1.256% 37.705%,
    6.846% 36.887%,
    13.528% 34.631%,
    21.259% 31.235%,
    29.998% 26.994%,
    39.703% 22.207%,
    50.332% 17.17%,
    61.843% 12.179%,
    74.196% 7.533%,
    87.347% 3.527%,
    101.256% 0.459%,
    101.256% 0.459%,
    112.817% 1.22%,
    119.526% 7.606%,
    122.238% 18.274%,
    121.809% 31.88%,
    119.098% 47.08%,
    114.958% 62.529%,
    110.248% 76.885%,
    105.823% 88.803%,
    102.54% 96.939%,
    101.256% 99.95%,
    1.256% 99.95%,
    1.256% 99.95%,
    0.803% 98.207%,
    -0.354% 93.476%,
    -1.914% 86.505%,
    -3.574% 78.04%,
    -5.033% 68.827%,
    -5.989% 59.615%,
    -6.14% 51.15%,
    -5.184% 44.178%,
    -2.82% 39.448%,
    1.256% 37.705%
  );
  background-color: #040821;
}
/* welcome section end */

/* cta start */

.cta__wrapper {
  max-width: 1288px;
  border-radius: 87px;
  padding: 88px 180px 28px;
}
.cta__title h3 {
  margin-bottom: 30px;
  max-width: 860px;
}
.cta__title h3::after {
  width: 647px;
}
.cta__btn {
  font-size: 32px;
  line-height: 1.6;
  color: #6756e9;
  border: 2px solid #6756e9;
  padding: 14px 102px;
}
.cta__btn:hover {
  background-color: #6756e9;
  color: #fff;
}
.service .cta {
  transform: translateY(-240px);
  margin-bottom: -240px;
}
/* cta end */

/* service section start */

.service .cta {
  transform: translateY(-240px);
  margin-bottom: -240px;
}
.service {
  padding: 0 100px 120px;
}
.service__main {
  max-width: 1700px;
  margin-top: 120px;
  border-radius: 60px;
  border: 1px solid #ffffff80;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(50px);
  box-shadow: 0 4px 24px -1px #00000033;
  padding: 70px 0 80px;
}
.service__wrapper {
  max-width: 1248px;
  margin-inline: auto;
  padding-inline: 63px;
}
.service__wrapper .row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}
.service__item {
  max-width: 460px;
}
.service__item--fluid {
  max-width: 1062px;
}
.service__icon {
  max-width: 122px;
}
.service__title {
  font-weight: 100;
  font-size: 30px;
  line-height: 52px;
}

/* service section end */

/* work section start */
.work__main {
  background-color: #402959;
  padding: 100px 0 254px;
}
.work__main .container {
  max-width: 1476px;
}
.work__title h2 {
  padding-bottom: 40px;
  font-size: 60px;
  margin-bottom: 70px;
}
.work__title h2::after {
  background-color: #6756e9;
}
.work__title h5 {
  max-width: 855px;
}
.work .cta {
  transform: translateY(-155px);
  margin-bottom: -155px;
}
/* work section end */

/* about section start */

.about {
  padding-block: 120px;
}
.about .container {
  max-width: 1390px;
}
.about__section-title h2::after {
  max-width: 446px;
}
.about__section-title {
  margin-bottom: 84px;
}
.about__card-icon {
  width: 90px;
  height: 86px;
  background-color: #2ecfac;
  border-radius: 20px;
  padding: 10px;
}
.about__card-icon img {
  max-width: 100%;
  max-height: 100%;
}
.about__card-subtitle {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5%;
}
.about__title {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.5%;
}
.about__card {
  padding: 20px 20px 70px;
}
.about__cards .row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}
.about__weapon {
  max-width: 1920px;
  padding-inline: clamp(36px, 6vw, 120px);
  padding-top: 120px;
}
.about__weapon-title h3 {
  max-width: 768px;
}
.about__weapon-title h3::after {
  display: none;
}
.about__weapon-title {
  margin-bottom: 140px;
}
.about__weapon-list-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  max-width: 1520px;
}
.about__weapon-list {
  gap: 110px;
}
.about__weapon-item {
  gap: 24px;
  padding: 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
  box-shadow: 0 4px 24px -1px #00000033;
  border-radius: 50px;
  font-size: 24px;
  --stagger-step: clamp(28px, 5vw, 70px);
  transform: translateX(0);
}
.about__weapon-item img {
  width: 32px;
  filter: drop-shadow(0 1px 17px #e31d74);
}
.about__weapon-item:not(:last-child)::after {
  content: "";
  width: 52px;
  height: 148px;
  position: absolute;
  right: 20px;
  top: 100%;
  border-right: 2px dotted #b47dff;
  border-bottom: 2px dotted #b47dff;
  z-index: -1;
}
.about__weapon-item:nth-child(2) {
  transform: translateX(calc(-1 * var(--stagger-step)));
}
.about__weapon-item:nth-child(3) {
  transform: translateX(calc(-2 * var(--stagger-step)));
}
.about__weapon-item:nth-child(4) {
  transform: translateX(calc(-3 * var(--stagger-step)));
}
/* about section end */

/* faq section start */

.faq {
  padding-block: 200px 120px;
}
.faq__container {
  max-width: 1920px;
}
.faq .container {
  max-width: 1550px;
}
.faq__title {
  margin-bottom: 40px;
}
.faq__title h2::after {
  width: 711px;
}
.faq__title h2 {
  padding-bottom: 20px;
}
.faq__list {
  width: 51%;
  margin-inline-end: -50px;
  gap: 50px;
  padding-inline-start: 50px;
  padding-top: 130px;
}
.faq__thumb {
  margin-inline-end: -60px;
}
.faq__list li {
  font-size: 32px;
  line-height: 157%;
  list-style-type: disc;
}
.faq__shape {
  max-width: 100%;
  width: 1257px;
}
/* faq section end */

/* brands section start */

.brands__wrapper {
  max-width: 1920px;
  background-color: rgba(6, 6, 6, 0.68);
  padding: 80px 30px;
  gap: 20px;
}
.brands__slider-btn img {
  width: 36px;
}
/* brands section end */

/* contact section start */

.contact {
  padding-top: 120px;
}
.contact__section-title {
  gap: 38px;
}
.contact__section-title h2::after {
  width: 446px;
}
.contact__section-title p {
  font-size: 30px;
  line-height: 130%;
}

/* Modern Form Container */
.contact__form-container {
  padding: 60px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 24px;
  margin: 60px 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.contact__form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
}

.contact__form-container .container {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

/* Form Header */
.form__header {
  text-align: center;
  margin-bottom: 40px;
}

.form__title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.form__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

/* Form Content */
.form__content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

/* Form Inputs */
.form__inputs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.form__input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form__label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}

.form__input-field {
  height: 56px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  background: #ffffff;
  transition: all 0.3s ease;
  outline: none;
  direction: rtl;
}

.form__input-field:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  transform: translateY(-1px);
}

.form__input-field::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.form__input-field:invalid {
  border-color: #ef4444;
}

.form__input-field:valid {
  border-color: #10b981;
}

/* Consent Section */
.form__consent {
  margin-bottom: 32px;
}

.form__consent-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(102, 126, 234, 0.1);
}

.form__consent-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #667eea;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}

.form__consent-checkbox:checked {
  background: #667eea;
  border-color: #667eea;
  position: relative;
}

.form__consent-checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.form__consent-label {
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
  cursor: pointer;
  flex: 1;
}

.form__consent-link {
  color: #667eea !important;
  text-decoration: underline !important;
  font-weight: 600;
  transition: color 0.3s ease;
}

.form__consent-link:hover {
  color: #5a67d8 !important;
}

/* Submit Button */
.form__btn {
  width: 100%;
  height: 64px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.form__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.form__btn:hover::before {
  left: 100%;
}

.form__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.form__btn:active {
  transform: translateY(0);
}

.form__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.form__btn-text {
  position: relative;
  z-index: 1;
}

.form__btn-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.form__btn:hover .form__btn-icon {
  transform: translateX(4px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact__form-container {
    padding: 40px 20px;
    margin: 40px 0;
    border-radius: 16px;
  }
  
  .form__content {
    padding: 24px;
    border-radius: 16px;
  }
  
  .form__title {
    font-size: 24px;
  }
  
  .form__subtitle {
    font-size: 14px;
  }
  
  .form__inputs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .form__input-field {
    height: 52px;
    font-size: 16px;
  }
  
  .form__btn {
    height: 56px;
    font-size: 16px;
  }
  
  .form__consent-wrapper {
    padding: 16px;
  }
  
  .form__consent-label {
    font-size: 13px;
  }
}

/* contact section end */

/* footer section start */

.footer {
  padding-block: 90px 127px;
}
.footer__copyright {
  padding-top: 68px;
  border-top: 1px solid #FFFFFFF5;
}
.footer .container {
  max-width: 1210px;
}
/* footer section end */


/* English layout overrides */
html[dir="ltr"] body {
  text-align: left;
}
html[dir="ltr"] .about__weapon-list-container {
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(24px, 4vw, 36px);
  max-width: 1100px;
  margin: 0 auto;
}
html[dir="ltr"] .about__weapon-list {
  display: contents;
}
html[dir="ltr"] .about__weapon-item {
  text-align: left;
  margin: 0;
  padding: 24px 32px;
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 12px 40px -20px rgba(0, 0, 0, 0.45);
  transform: none !important;
  max-width: none;
}
html[dir="ltr"] .about__weapon-item::after,
html[dir="ltr"] .about__weapon-item:not(:last-child)::after {
  display: none !important;
  content: none;
}
html[dir="ltr"] .about__weapon-item img {
  width: 28px;
}
html[dir="ltr"] .about__weapon-item p {
  margin-bottom: 0;
}
html[dir="ltr"] .faq__list {
  margin-inline-end: 0;
  padding-inline-start: 20px;
}
html[dir="ltr"] .form__label,
html[dir="ltr"] .form__consent-label {
  text-align: left;
}
html[dir="ltr"] .form__input-field {
  direction: ltr;
  text-align: left;
}
