/*
Theme Name: Cowboy Seo
Theme URI: https://nuhatech.org
Description: A custom theme built for CowboySeo by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.ntmyexp .elementskit-infobox {
    border-radius: 50%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ntshowna {
display: none;
}
@media screen and (max-width:600px) {
.ntmyexp .elementskit-infobox {
     height: 150px;
}
.ntshowna {
display: block !important;
}

}



.request-info-form {
  max-width: 720px;
  margin: 0 auto;
}

.request-info-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.request-info-form .form-col {
  flex: 1 1 calc(50% - 8px);
}

.request-info-form .full-width {
  flex: 1 1 100%;
}

.request-info-form input,
.request-info-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.request-info-form textarea {
  height: 80px;
  resize: vertical;
}

.request-info-form input[type="submit"] {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.request-info-form input[type="submit"]:hover {
  background-color: #005bb5;
}
.request-info-form p {
    margin: 8px 0px;
    width: 100%;
}
/* Responsive for screens below 600px */
@media (max-width: 600px) {
  .request-info-form .form-col {
    flex: 1 1 100%;
  }
}
