@font-face {
  font-family: 'Adoody';
  src: url('https://wpazzrk.github.io/again/adoody.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.form-container * {
  font-family: 'Cairo', sans-serif;
}

.landing-page-first-banner .item-text h1 {
    font-size: 60px !important;
}

.landing-page-first-banner .item-text p {
    font-size: 55px !important;
}

.landing-page-first-banner .txt {

    margin-left: 0;
}

 .landing-page-first-banner .item-text {
    width: 100% !important;
    min-width: 70% !important; 
}


  /*Square pictures*/
.image-title .title-heade {
  color: #CF3968;
    background-color: unset;
    
}
/**/
/*Advertising banner */ 

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/
@media(min-width:992px) {
.banner_ad {
    max-height: 100% !important;
}

.banner_ad .over .text p {
    font-size: 38px;
}
  .store-footer__inner > .container p:nth-of-type(2) {
    font-size: 20px;
}
}



/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

/***/

.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}


@media(max-width:768px) {

.landing-page-first-banner .item-text h1 {
    font-size: 20px !important;
}

.landing-page-first-banner .item-text p {
    font-size: 20px !important;
}

.landing-page-first-banner .item-text {
 
    position: absolute;
    top: 6px;
}
section:nth-child(2 of .landing-page-first-banner) .item-text >img {
    max-width: 157px !important;
  width: 90px !important;
}
/**/
 .g_cat .grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
 .g_cat .products-item {
    align-self: start;
    grid-column: 2 span;
}
  .g_cat .flex:nth-child(4) {
    grid-column: 2 /4;
  }
}


/* Form */
/******** Form Stylings *******/

  .form-container {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
  }
  .form-group:has([type="radio"]) {
    padding: 15px;
  }

  input:active,
  input:focus {
    border: unset !important;
  }

  textarea:focus,
  input:focus {
    outline: none;
  }

  input[type="text"],
  input[type="tel"],
  input[type="number"] {
    width: 95%;
    padding: 10px;
    background-color: transparent;
    border: unset;
    border-radius: 0;
    color: #fff;
    font-family: "Tajawal", sans-serif;
  }

  input::placeholder {
    font-family: "Tajawal", sans-serif;
  }

  input[type="tel"] {
    text-align: right;
  }

  input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 0;
    background-color: #212360;
  }

  .radio-group {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }

  .radio-group label {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
  }

  .radio-group label:first-child {
    font-weight: 600;
    margin-left: 20px;
  }

  @media (max-width: 768px) {
    .radio-group {
      flex-direction: column;
      align-items: start;
      gap: 0.5rem;
    }
  }

  .radio-group span {
    margin-right: 10px;
    display: flex;
  }

  .checkbox-group label {
    display: block;
    margin-top: 10px;
  }

  #adoptionForm button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 32px;
    margin-top: 20px;
    font-family: cairo;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    form h2,
    button {
      font-size: 28px;
      margin-bottom: 2rem;
    }
  }

  button:hover {
    background-color: #f1f1f1;
  }

  @media (max-width: 600px) {
    .form-container {
      padding: 15px;
    }

.form-container {
    max-width: 100%;
    }
    
    input[type="text"],
    input[type="tel"],
    input[type="number"] {
      padding: 8px;
    }
  }
  
  
  
/* Form Stylings */
.form-container {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.form-group {
  margin-bottom: 15px;
  padding: 5px;
}

.form-group:has([type="radio"]) {
  padding: 15px;
}

input:active,
input:focus {
  border: unset !important;
}

textarea:focus,
input:focus {
  outline: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] {
  width: 80%;
  padding: 10px;
  background-color: #fff;
  border: unset;
  border-radius: 0;
  color: #fff;
  font-family: "Tajawal", sans-serif;
}

input::placeholder {
  font-family: "Tajawal", sans-serif;
}

input[type="tel"] {
  text-align: right;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: #E9658E;
}

.radio-group {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.radio-group label {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

.radio-group label:first-child {
  font-weight: 600;
  margin-left: 20px;
}
.form-container label {
    color: #fff;
}

@media (max-width: 768px) {
  .radio-group {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
}

.radio-group span {
  margin-right: 10px;
  display: flex;
}

.checkbox-group label {
  display: block;
  margin-top: 10px;
}

#adoptionForm button {
  background-color: #CF3968;
}

@media (max-width: 600px) {
  .form-container {
    padding: 15px;
  }

.form-container {
  max-width: 100%;
  }
  
  input[type="text"],
  input[type="tel"],
  input[type="number"] {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  form h2,
  button {
    font-size: 28px;
    margin-bottom: 2rem;
  }
}

button:hover {
  background-color: #f1f1f1;
}

@media (max-width: 600px) {
  .form-container {
    padding: 15px;
  }

.form-container {
  max-width: 100%;
  }
  
  input[type="text"],
  input[type="tel"],
  input[type="number"] {
    padding: 8px;
  }
}
  background-color: #f1f1f1;
}

@media (max-width: 600px) {
  .form-container {
    padding: 15px;
  }

.form-container {
  max-width: 100%;
  }
  
  input[type="text"],
  input[type="tel"],
  input[type="number"] {
    padding: 8px;
  }
}
.form-container + div:last-child {
  display: none !important;
}

/* Additional Form Stylings */
.form-container {
  margin-top: 5%;
  background: url('https://cdn.files.salla.network/homepage/225572407/479aa071-ecd3-4af2-a896-094a6a261c44.webp');
}
.form-container {
  position: relative;
}
/* BG Img */
.form-container > .bg {
  width: 100%;
  height: 100%;
}
form#adoptionForm {
  /* position: absolute; */
  /* top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  padding-top: 7%;
  padding-bottom: 5%;
  padding-inline: 5%;
}
.form-container .cat-top {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-72%);
  max-width: 170px;
}
.form-container .cat-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
}
h2.form-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #000;
  font-size: 84px;
  transform: translateY(-150%);
}
#adoptionForm button {
  color: #fff;
  font-size: 22px;
  max-width: 300px;
  margin: 5% auto !important;
  display: block;
}
#adoptionForm textarea {
  line-height: 0.7rem;
  border: 0;
  border-radius: 18px
  width: 80%;
}
#adoptionForm input[type="text"],
#adoptionForm input[type="tel"],
#adoptionForm input[type="number"] {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 22px;
}
/* Wrappers Stylings */
.form-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-group-wrapper.basic-info {
  margin-top: 1rem;
}
.form-group-wrapper label {
  width: auto;
  text-wrap: nowrap;
}
.form-group-wrapper h2 {
  width: 100%;
  position: relative;
  font-size: 32px !important;
}
.form-group-wrapper h2:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  background-color: #ffffffee;
  height: 8px;
  width: 200px;
  margin-inline: auto;
  border-radius: 34px;
}
.form-group-wrapper .housing-desc {
  width: 100%;
}
.form-group-wrapper .housing-desc textarea {
  width: 100%;
  border-radius: 28px;;
}
.basic-info > div {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: start !important;
}
.basic-info div select {
  width: 100%;
  border: 0;
  border-radius: 22px;
}
input[type="radio"] {
  border-radius: 50%;
  background-color: transparent;
  margin-left: 6px;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
hr.horizontal-line {
  background-color: #fff;
  max-width: 600px;
  margin-inline: auto;
  height: 4px;
  margin-block: 18px;
}
form#adoptionForm *:not(input[type="radio"]) {
  color: #000;
  font-size: 22px; /* comment this */
}
form#adoptionForm button[type="submit"]  {
  color: #fff;
}
/* Structure */
#adoptionForm .form-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.form-group-wrapper .form-group label:first-child {
  width: 100%;
  display: block;
}
.form-group-wrapper.notes .notes-field {
  width: 100%;
}
.form-group-wrapper.notes .notes-field textarea {
  width: 100%;
  resize: none;
  height: 110px;
  padding-block: 16px;
}
.form-container img {
  z-index: 1;
}
@media (max-width: 992px) {
  h2.form-title {
    font-size: 38px;
    z-index: 11;
    transform: translateY(-90%);
  }
  .form-container .cat-bot {
    max-width: 120px;
  }
}
@media (max-width: 576px) {
  body.product-index .form-container {
    margin-top: 30%;
  }
}

/* Form 2 - special styligns - */
.form-two .full-name {
    width: 100%;
}
.why-temp-hosting label:first-child {
    width: 100%;
}
/* cat info */
.form-two .cat-info > div {
    width: 100%;
}
.form-two .cat-info > .cat-name,
.form-two .cat-info > .cat-age {
    width: 48%;
}
.form-two textarea {
    width: 100%;
    border-radius: 24px;
}
/* radio-data */
.form-two .radio-data {
    display: flex;
    flex-wrap: wrap;
}
.form-two .radio-data > div {
    width: 50% !important;
}
/* product-single*/
body.product-single h2 {
    text-align: start;
}
.form-group-wrapper h2::after {
    display:none !important;
}
h2.form-title {
    FONT-SIZE: 46PX;
}
.form-group.phone-field  label:nth-of-type(4){
    display:none;
}