@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* Custom Properties / Variables */
:root {
  --color-primary-green: #5d8125;
  --color-primary-green-hover: #4a671c;
  --color-secondary-orange: #f4780f;
  --color-secondary-orange-hover: #db6600;
  --color-tertiary-red: #f10d0d;
  --color-tertiary-red-hover: #d90808;
  --color-tertiary-button: #ff4574;
  --color-tertiary-button-hover: #e8406a;
  --color-tertiary-heading: #ff557f;
  --color-content: #666666;
  --color-heading: #333333;
  --color-button: #ffffff;
  --font-primary: "Rubik", sans-serif;
  --font-secondary: "Open-Sans", sans-serif;
  /* --max-width: 1200px; */
  /* --max-width: 1440px; */
}

/* Global Reset and Typography */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-primary);
  line-height: 1.6;
  background-color: #ffffff;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  /* padding: 0 20px; */
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  /* font-size: 3.2rem; */
  font-size: 2.708vw;
  line-height: 3.646vw;
  font-weight: 600;
  color: var(--color-heading);
}
h2 {
  /* font-size: 2.5rem; */
  font-size: 2.5vw;
  line-height: 3.958vw;
  font-weight: 600;
  color: var(--color-heading);
}
h4 {
  /* font-size: 1.25rem; */
  font-size: 1.25vw;
  font-weight: 600;
  color: var(--color-heading);
}
h5 {
  font-weight: 500;
  font-size: 0.938vw;
  line-height: 100%;
}

p {
  /* font-size: 1rem; */
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 1.719vw;
  color: var(--color-content);
}

.text-accent {
  color: var(--color-primary-orange);
}

/* Buttons */
.btn {
  padding: 0.573vw 1.615vw;
  border-radius: 5.208vw;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 0.938vw;
  font-weight: 600;
  line-height:1.563vw;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border: none;
  box-shadow: 0 0.208vw 0.365vw 0 #0000001c;
}

.btn-primary {
  background-color: var(--color-primary-green);
  color: var(--color-button);
}

.btn-primary:hover {
  background-color: var(--color-primary-green-hover);
  color: white;
}

.btn-secondary {
  background-color: var(--color-secondary-orange);
  color: white;
}

.btn-secondary:hover {
  background-color: var(--color-secondary-orange-hover);
  border-color: var(--color-secondary-orange-hover);
}

.btn-tertiary {
  background-color: var(--color-tertiary-red);
  color: var(--color-button);
}

.btn-tertiary:hover {
  background-color: var(--color-tertiary-red-hover);
  color: white;
}

/* Modal Start */
.modal {
  position: fixed;
  z-index: 9999; /* stays on top */
  left: 0%;
  top: 0;

  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
}

/* Modal box */
.modal-content {
  /* background: #9a9999; */
  width: 90%;
  margin: auto;
  border-radius: 0.417vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#formModal{
  display: none;
}
/* Modal End */

/* Modal Form Start */
.form {
  width: 100%;
}
.form .container .lft {
  width: 35.417vw;
  background-color: #fff6ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.302vw 1.306vw 5.729vw 1.306vw;
}
.form .container .lft img {
  margin-bottom: 1.076vw;
  width: 19.511vw;
}
.form .container .lft h2 {
  font-size: 2.5vw;
  line-height: 2.604vw;
  margin-bottom: 0.625vw;
  font-weight: 600;
}
.form .container .lft p {
  text-align: center;
  font-size: 0.833vw;
  line-height: 1.719vw;
  font-weight: 400;
}
.form .container .rtl {
  width: 64.583vw;
  background-color: #ffffff;
  padding: 7.923vw 5.556vw;
}
.form .container {
  display: flex;
  justify-content: center;
}
.form .rtl > img {
  width: 0.804vw;
  position: absolute;
  right: 2.15vw;
  top: 2.15vw;
  cursor: pointer;
}
.form .rtl h4 {
  margin-bottom: 1.741vw;
}
.form .radio-boxes {
  display: flex;
  align-items: center;
  gap: 1.302vw;
  margin-bottom: 1.302vw;
}
.form .radio-boxes div {
  display: flex;
  align-items: center;
  gap: 0.999vw;
}
.form .radio-boxes label {
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
.form .rtl > div {
  /* width: 44.472vw; */
}
form .form-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 53.472vw;
  /* gap: 1.302vw; */
  gap: 0.833vw;
  margin-bottom: 2.003vw;
}
form input[type="radio"] {
  width: 0.729vw;
  height: 0.729vw;
  border: none;
  outline: none;
  accent-color: #f4780f;
  accent-color: #eb720b;
  cursor: pointer;
}
form .form-container ::placeholder,
form input[type="text"],
.upload-label,
select {
  color: var(--color-heading);
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 100%;
}
form input[type="text"],
select,
form .upload-field input,
.email-input-container,
.email-input {
  width: 25.694vw;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 100%;
  background-color: #f6f6f6;
  border-radius: 2.083vw;
  padding: 1.181vw 1.181vw 1.25vw 1.736vw;
  border: none;
  outline: none;
}
.upload-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border-radius: 2.083vw;
  width: 25.694vw;
  padding: 0.496vw 0.556vw 0.496vw 1.736vw;
}
select {
  appearance: none; /* remove default arrow */
  -webkit-appearance: none; /* Chrome/Safari */
  -moz-appearance: none; /* Firefox */
  background-image: url("../img/images/down.png");
  background-repeat: no-repeat;
  background-position: right 1.007vw center; /* position arrow */
  background-size: 1.25vw;
  cursor: pointer;
}

form button {
  float: right;
  padding: 0.764vw 2.153vw;
  line-height: 2.083vw;
  font-size: 1.25vw;
}

.upload-btn {
  background: #767676; /* button color */
  color: #fff;
  padding: 0.54vw 1.447vw;
  border-radius: 2.778vw;
  cursor: pointer;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
.upload-btn:hover {
  background: #444; /* hover effect */
}
#file-upload {
  display: none; /* hide the native input */
}
.email-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25.694vw;
}
.email-input {
  padding: 0 !important;
  padding-right: 0.4vw !important;
}
.domain-suggestion {
  color: #c0c0c0;
  font-size: 0.833vw;
  line-height: 100%;
  font-weight: 400;
}
.nav-buttons .btn{
  box-shadow: none
}
/* Modal Form End */

/* Header Start */
.header {
  height: 4.902vw;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  display: flex;
  align-items: center;
  padding: 0;
}

.nav-content .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.logo {
  margin-right: 6.69vw;
  display: flex;
  align-items: center;
}

.logo img {
  width: 16.445vw;
  height: 2.803vw;
  object-fit: contain; /* Ensure logo image doesn't distort */
}

.nav-links,
.nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 2.604vw;
}

.nav-links {
  margin-right: 2.31vw;
}

.nav-links .btn {
  min-width: 12.388vw;
  width: 100%;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-buttons {
  gap: 0.957vw;
}

.nav a,
.nav-buttons span {
  text-decoration: none;
  color: #333e48;
  font-size: 0.841vw;
  font-weight: 400;
  transition: color 0.2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.nav a:hover {
  color: var(--color-primary-orange);
}

.nav-buttons img {
  height: 1.366vw;
  object-fit: contain;
}

.btn-login img {
  width: 1.273vw;
}

.btn-cart img {
  width: 1.554vw;
}

.nav-buttons li {
  display: flex;
  align-items: center;
}
.nav-buttons li:nth-child(2) {
  position: relative;
}

.bg-count {
  background-color: var(--color-secondary-orange);
  width: 0.833vw;
  height: 0.833vw;
  border-radius: 5.208vw;
  position: absolute;
  bottom: 0.8vw;
  left: 0.931vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-count .count {
  font-family: var(--font-secondary);
  color: var(--color-button);
  font-size: 0.625vw;
  font-weight: 700;
}

.menu-toggle {
  display: none; /* Hidden on desktop */
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--color-dark);
}
/* Header End */

/* Hero Section Start */
.hero {
  margin-bottom: 5.562vw;
}
.hero .container {
  background: url("../img/images/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.hero .container > .lft {
  width: 45.563vw;
  padding-left: 11.963vw;
  padding-bottom: 8vw;
}
.hero .container > .lft h1 {
  text-transform: capitalize;
  padding-bottom: 0.868vw;
}
.hero .container > .lft p {
  padding-bottom: 1.806vw;
  font-size: 0.938vw;
}
.hero .container .lft .highlight {
  color: var(--color-secondary-orange);
}
.hero .container .lft .button-container {
  display: flex;
  gap: 2.083vw;
}
.hero .container > .rtl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .container > .rtl {
  position: relative;
}
.hero .container > .rtl > img:first-child {
  width: 25.57vw;
  height: 35.36vw;
  position: absolute;
  bottom: 0.902vw;
  right: 21.283vw;
  z-index: 1;
}
.hero .container > .rtl > img:nth-child(2) {
  position: absolute;
  bottom: 9.4vw;
  right: 18.2vw;
  width: 7.24vw;
  height: 7.24vw;
  z-index: 1;
}
.hero .container > .rtl > img:last-child {
  width: 29.866vw;
  height: 43.963vw;
  position: relative;
  bottom: 1vw;
}
.hero .container .security-container {
  position: absolute;
  top: 14.398vw;
  right: 38.229vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.616vw;
  background-color: #f0ffd8;
  width: 8.042vw;
  height: 3.727vw;
  z-index: 1;
}
.hero .container .security-container img {
  width: 1.875vw;
  height: 2vw;
}
.hero .container .security-container h4 {
  color: #5a7c24;
  font-size: 1.25vw;
  line-height: 1.25vw;
  font-weight: 700;
}
.hero .container .security-container p {
  color: #5a7c24;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 1.25vw;
}
/* Hero Section End */

/* Section#2 Start */
.section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section2 {
  gap: 4.559vw;
  margin-bottom: 5.23vw;
}
.section2 .lft {
  background: url("../img/images/vector-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 36.024vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.121vw;
  flex-wrap: wrap;
}
.section2 .box-container {
  background-color: #ffffff;
  box-shadow: 0 0.208vw 1.719vw 0 #00000026;
  width: 12.152vw;
  height: 11.927vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2.083vw;
  position: relative;
  top: 3.2vw;
}
.section2 .box {
  top: -2.854vw;
}
.section2 .box-container h4 {
  font-size: 3.021vw;
  line-height: 100%;
  margin-bottom: 0.094vw;
  color: var(--color-secondary-orange);
}
.section2 .box-container p {
  font-size: 1.25vw;
  line-height: 100%;
}
.section2 .rtl {
  width: 34.431vw;
}
.section2 .rtl h2 {
  margin-bottom: 0.104vw;
}
.section2 .rtl p:nth-of-type(1),
.section2 .rtl p:nth-of-type(2) {
  margin-bottom: 0.5vw;
}
.section2 .rtl button {
  margin-top: 1.927vw;
}
/* Section#2 End */

/* Section#3 Start */
.section3 {
  gap: 5.282vw;
  margin-top: 8vw;
  margin-bottom: 5.256vw;
}
.section3 .lft {
  width: 32.222vw;
}
.section3 .lft h2 {
  margin-bottom: 0.417vw;
}
.section .feature-container {
  display: flex;
  justify-content: flex-start;
  gap: 2.083vw;
  margin-top: 1.942vw;
}
.section .feature-container .feature {
  display: flex;
  align-items: center;
  gap: 1.007vw;
  width: 15.104vw;
  margin-bottom: 1.678vw;
}
.section .feature-container .feature:last-of-type {
  margin-bottom: 0;
}
.section .feature-container .feature p {
  line-height: 1.146vw;
}
.section .feature-container .feature img {
  width: 2.396vw;
}
.section3 .lft .btn {
  margin-top: 2.068vw;
}
.section3 > .rtl {
  background: url("../img/images/vector-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 36.024vw;
  height: 31.196vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.795vw;
}
.section3 .rtl .nlft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.527vw;
}
.section3 .rtl .nlft img {
  width: 3.489vw;
}
.section3 .rtl .nlft .img2 {
  position: relative;
  right: 2.4vw;
}
.section3 .rtl .nlft .img3 {
  position: relative;
  right: 0.4vw;
}
.section3 .rtl .nlft .img4 {
  position: relative;
  right: 1vw;
}
.section3 .rtl .nrtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.083vw;
}
.section3 .rtl .nrtl img {
  width: 28.646vw;
  box-shadow: 0 0.313vw 1.771vw 0 #0000000d;
}
/* Section#3 End */

/* Section#4 Start */
.section4 {
  background: url("../img/images/background2.png");
  background-repeat: no-repeat;
  background-position: center middle;
  background-size: 100% auto; /* full width, auto height keeps exact shape */
  gap: 8.579vw;
  padding-top: 10.026vw;
  padding-bottom: 10.39vw;
}
.section4 > .lft {
  width: 32.36vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.565vw;
}
.section4 > .lft h4 {
  font-weight: 700;
  margin-bottom: 1.19vw;
}
.section4 > .lft img {
  width: 9.691vw;
}
.section4 > .lft div:nth-of-type(2) {
  position: relative;
  top: 3.2vw;
}
.section4 > .lft div:nth-of-type(3) {
  position: relative;
  top: 1.19vw;
}
.section4 > .lft div:nth-of-type(2) img:first-child {
  box-shadow: 0 0.313vw 1.771vw 0 #0000000d;
  border-radius: 0.781vw;
}
.section4 > .rtl {
  width: 33.626vw;
}
.section4 > .rtl h2 {
  width: 25.052vw;
}
.section4 .feature-container .feature:first-of-type {
  width: 15.699vw;
}
.section4 .feature-container .rtl .feature:first-of-type {
  width: 11.83vw;
}
.section4 .feature-container .rtl .feature:nth-of-type(2) {
  width: 12.994vw;
}
.section4 > .rtl .btn {
  margin-top: 2.436vw;
}
/* Section#4 End */

/* Section#5 Start */
.section5 {
  gap: 5.981vw;
  margin-top: 5.208vw;
  margin-bottom: 1.342vw;
}
.section5 .rtl img {
  width: 37.149vw;
}
.section5 .lft {
  width: 30.781vw;
}
.section5 .lft h2 {
  margin-bottom: 0.104vw;
}
.section5 .lft p {
  font-size: 1.25vw;
  margin-bottom: 1.406vw;
}
/* Section#5 End */

/* Section#6 Start */
.section6 {
  background: url("../img/images/background6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 100%;
  height: 32.53vw;
}
.section6 .lft img {
  width: 18.388vw;
  height: 20.009vw;
  position: relative;
  bottom: 0.9vw;
  left: 2.5vw;
}
.section6 .content {
  margin-right: 4.392vw;
  margin-left: 3.5vw;
}
.section6 .content p,
.section6 .content h2 {
  width: 25.938vw;
  color: var(--color-button);
}
.section6 h2 {
  line-height: 3.073vw;
  margin-bottom: 1.354vw;
}
.section6 .rtl img {
  width: 30vw;
  height: 28vw;
  position: relative;
  top: 0.45vw;
  right: 3vw;
}
/* Section#6 End */

/* Section#7 Start */
.section7 {
  gap: 6.862vw;
  margin-top: 4.721vw;
  margin-bottom: 4.717vw;
}
.section7 .lft {
  width: 28.071vw;
}
.section7 .lft h2 {
  line-height: 100%;
  margin-bottom: 1.126vw;
}
.section7 .rtl {
  width: 36.51vw;
}
.section7 .btn {
  margin-top: 1.927vw;
}
.section7 .rtl .content {
  margin-bottom: 3.177vw;
}
.section7 .rtl .content:last-of-type {
  margin-bottom: 0;
}
.section7 .rtl h4 {
  margin-bottom: 1.094vw;
}
.section7 .rtl p {
  line-height: 1.198vw;
}
/* Section#7 End */

/* Section#8 Start */
.blog-section {
  margin-bottom: 4.765vw;
}
.blog-section .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 75vw;
  width: 100%;
  margin-bottom: 3.851vw;
}
.blog-section .blog-header .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.042vw;
}
.blog-section .blog-header .navigation .lft,
.blog-section .blog-header .navigation .rtl {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.053vw;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
}
.blog-section .blog-header .navigation .lft:hover,
.blog-section .blog-header .navigation .rtl:hover {
  background-color: #dedede;
}
.blog-section .blog-header .navigation .lft.disabled,
.blog-section .blog-header .navigation .rtl.disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
  opacity: 0.5;
}
.blog-section .blog-header .navigation img {
  width: 0.989vw;
}
.slider-container {
  max-width: 76.8vw;
  margin: 0 auto;
  overflow: hidden;
}
.card-container {
  display: flex;
  flex-wrap: nowrap;
  margin: 0.97vw;
  gap: 1.024vw;
  transition: transform 0.5s ease-in-out;
}
.card-container .card {
  flex: 0 0 24.335vw;
  box-shadow: 0 0.208vw 1.25vw 0 #00000014;
  border-radius: 1.042vw;
  overflow: hidden;
}
.card-container .card .card-content {
  padding: 1.628vw 0 1.452vw 1.609vw;
}
.card-container .card > img {
  width: 100%;
}
.card-container .card .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.573vw;
  margin-bottom: 1.028vw;
}
.card-container .card .date p {
  line-height: 100%;
}
.card-container .card .date img {
  width: 0.844vw;
}
.card-container .card > .card-content span {
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 100%;
}
.card-container .card h4 {
  margin-bottom: 0.677vw;
  line-height: 100%;
}
.card-container .card > .card-content > p {
  font-size: 0.938vw;
  line-height: 1.615vw;
  margin-bottom: 1.042vw;
}
.card-container .card > .card-content a {
  font-size: 0.938vw;
  line-height: 1.615vw;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-primary-green);
}
.card-container .card > .card-content a:hover {
  color: var(--color-primary-green-hover);
}
/* Section#8 End */

/* Section#9 Start */
.section9 .card-container {
  gap: 1.094vw;
}
.section9 .card-container .card {
  flex: 0 0 36.953vw; /* Adjusted for 2 cards in 75vw (2 * 36.953 + 1.094 ≈ 75) */
}
.section9 .card-container .card .card-content {
  padding: 2.503vw 2.607vw 2.76vw 2.604vw;
}
.section9 .card-container .card .card-content > img {
  width: 2.604vw;
  margin-bottom: 1.563vw;
}
.section9 .card-container .card > .card-content > p {
  line-height: 1.458vw;
  margin-bottom: 1.563vw;
}
.section9 .card-container .card .client {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-bottom: 0;
}
.section9 .card-container .card .client img {
  width: 2.604vw;
}
/* Section#9 End */

/* Section#10 Start */
.section10 {
  background: url("../img/images/background4.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; /* full width, auto height keeps exact shape */
  padding-top: 8.783vw;
  padding-bottom: 4.199vw;
}
.section10 .card-container {
  gap: 1.042vw;
  justify-content: center;
}
.section10 .card-container .card {
  display: flex;
  flex: unset;
  justify-content: center;
  align-items: center;
  gap: 1.073vw;
  width: 17.969vw;
  height: 6.931vw;
  background-color: var(--color-button);
}
.section10 .card-container .card .lft {
  display: flex;
}
.section10 .card:first-of-type img {
  width: 3.113vw;
}
.section10 .card:nth-of-type(2) img {
  width: 1.948vw;
}
.section10 .card:nth-of-type(3) img {
  width: 3.091vw;
}
.section10 .card:nth-of-type(4) img {
  width: 2.725vw;
}
/* Section#10 End */

/* Footer Start */

/* Footer Top */
footer .footer-top {
  color: var(--color-secondary-orange);
  padding: 1.953vw 0;
  background-color: var(--color-secondary-orange);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-top .lft {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.302vw;
}
footer .footer-top .lft img {
  width: 2.603vw;
}
footer .footer-top .lft h4 {
  color: var(--color-button);
  line-height: 100%;
}
footer .footer-top .md {
  position: relative;
  margin-left: 4.323vw;
  margin-right: 5.417vw;
}
footer .footer-top .md input {
  width: 23.438vw;
  border-radius: 1.823vw;
  background-color: var(--color-button);
  padding: 0.729vw 0.521vw 0.625vw 1.51vw;
  outline: none;
  border: none;
}
footer .footer-top .md span {
  position: absolute;
  right: 1.3vw;
  top: 0.4vw;
  color: #bac8e3;
}
footer .footer-top .md img {
  width: 0.99vw;
  margin-left: 0.3vw;
}
footer ::placeholder {
  color: #333e48;
  font-size: 0.833vw;
  line-height: 100%;
  font-weight: 600;
}
footer .footer-top .rtl {
  display: flex;
  justify-content: center;
  align-items: top;
  gap: 1.2vw;
}
footer .footer-top .rtl img {
  width: 1.3vw;
  height: 1.185vw;
}
footer .footer-top .rtl img:nth-of-type(1) {
  height: 1.042vw;
}
footer .footer-top .rtl img:nth-of-type(2) {
  width: 1.4vw;
  height: 1.205vw;
}
footer .footer-top .rtl img:nth-of-type(3) {
  width: 1.3vw;
}
footer .footer-top .rtl img:nth-of-type(4) {
  width: 1.1vw;
  height: 1.165vw;
}
footer .footer-top .rtl img:last-of-type {
  width: 1.5vw;
  height: 1.285vw;
  position: relative;
  top: 0.17vw;
}

/* Footer middle */
.footer {
  background: url("../img/images/background5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4.41vw;
  padding-bottom: 4.772vw;
  padding-left: 11.966vw;
}
.footer .lft {
  width: 25.078vw;
}
.footer .footer-logo {
  width: 15.737vw;
}
.footer .lft p {
  font-size: 0.938vw;
  line-height: 1.615vw;
  color: var(--color-button);
  margin-top: 0.547vw;
}
.footer .md {
  width: 16.196vw;
  color: var(--color-button);
  margin-left: 5.755vw;
  margin-right: 6.202vw;
}
.footer .md h4 {
  color: var(--color-button);
  margin-bottom: 1.531vw;
}
.footer .md div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.71vw;
}
.footer .md ul {
  list-style-type: none;
}
.footer .md li a {
  text-decoration: none;
  color: var(--color-button);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3vw;
}
.footer .md li img {
  width: 0.889vw;
}
.footer .rtl {
  width: 12.552vw;
}
.footer .rtl h4 {
  color: var(--color-button);
  margin-bottom: 1.406vw;
}
.footer ul {
  list-style-type: none;
}
.footer li {
  font-size: 0.938vw;
  line-height: 1.719vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fa {
  color: var(--color-secondary-orange) !important;
}
.footer .rtl a {
  text-decoration: none;
  color: var(--color-button);
  margin-left: 0.581vw;
}
.footer-bottom {
  background-color: var(--color-button);
  text-align: center;
}
.footer-bottom p {
  font-size: 0.938vw;
  line-height: 100%;
  padding-top: 0.839vw;
  padding-bottom: 0.827vw;
}
/* Footer End */

/* Signin Start */
.signin.form .container .lft img {
  width: 26.015vw;
  margin-bottom: 1.435vw;
}
.signin.form .container .lft h2 {
  font-size: 3.333vw;
  line-height: 3.472vw;
  margin-bottom: 0.833vw;
}
.signin.form .container .lft p {
  font-size: 1.111vw;
  line-height: 2.292vw;
}
.signin.form .container .lft {
  /* padding: 1.736vw 2.608vw 7.639vw 2.608vw; */
  width: 52.417vw;
}

.signin.form .container .rtl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signin .container {
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}
.signin.form .rtl > div {
  width: 44.472vw;
  position: relative;
}
.signin .header {
  /* background: linear-gradient(135deg, #e91e63 0%, #d81b60 100%); */
  background: #F4780F;
  padding: 3vw;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -2vw;
  left: 1.8vw;
  width: 41vw;
  border-radius: 0.8vw;
}

.signin .header h1 {
  color: white;
  font-size: 1.667vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
}

.signin .form-container {
  padding: 6vw 2vw 2vw 2vw;
  background: #f5f5f5;
  border-radius: 0.8vw;
}
.sinin .input-group {
  margin-bottom: 2vw;
}
.signin .input-field {
  width: 100%;
  padding: 1.2vw 1.4vw 1.3vw;
  font-size: 1.111vw;
  border: none;
  border-radius: 0.4vw;
  background: white;
  color: #333;
  outline: none;
  transition: all 0.3s ease;
}
.signin input[type="password"], .signin input[type="email"] {
  font-size: 1.111vw !important;
}

.signin .input-group {
  margin-bottom: 1.5vw;
}
.signin .input-field::placeholder {
  color: #999;
  font-size: 1.111vw;
}

.signin .signin-button {
  width: 100%;
  padding: 1vw;
  background: var(--color-secondary-orange);
  color: white;
  font-size: 1.17vw;
  font-weight: 600;
  letter-spacing: 0.15vw;
  border: none;
  border-radius: 0.4vw;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin: 1vw 0;
}

.signin .signin-button:hover {
  background-color: var(--color-secondary-orange-hover);
}

.signin .signin-button:active {
  transform: translateY(0);
}

.signin .forgot-password {
  text-align: right;
  margin-top: 8.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.signin .forgot-password p{
  color:red;
  width:100%;
  text-align: left;

}
.signin .forgot-password a {
  color: #007bff;
  font-size: 1.25vw;
  text-decoration: none;
  transition: color 0.3s ease;
  width:100%;
  text-align:right;
}

.signin .forgot-password a:hover {
  color: #105ca9;
  text-decoration: underline;
}
/* Signin End */
