.tat-nav-items-wrap {
  max-width: 555px;
}

.tat-nav-item {
  position: relative;
  /* width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px; */

  width: 30%; /* Responsive width */
  aspect-ratio: 1 / 1; /* Maintain a 1:1 aspect ratio (circle) */
  border-radius: 50%; /* Make it a circle */
}

/* Optional: Add some spacing between circles */
.tat-nav-item:not(:last-child) {
  margin-right: 20px;
}

.tat-nav-item .elementor-widget-html,
.tat-nav-item .elementor-widget-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tat-nav-item a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.tat-nav-item a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tat-footer-item-c a,
.tat-footer-item-c p {
  font-size: 16px;
  /* font-weight: 600; */
  color: #000;
  font-weight: 300;
}

.tat-footer-item-c a:hover {
  /* bluesh link color */
  color: #007bff;
}

.tat-social-links a {
  height: 25px !important;
  width: 25px !important;
}

.tat-social-links .elementor-social-icons-wrapper {
  display: flex;
  justify-content: start !important;
  gap: 12px !important;
}

.tat-skills ul,
.tat-skills p {
  margin: 0;
}

.tat-skills ul {
  padding: 0;
  margin-left: 20px;
}

.tat-skills ul li {
  margin-bottom: 10px;
}

#menu-primary-menu li:nth-child(2n) {
  position: relative;
}

#menu-primary-menu li:nth-child(2n)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  left: 0;
  background-color: #000;
}

#menu-primary-menu li:nth-child(2n)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  right: 0;
  background-color: #000;
}

/* contact form */

.form-2-col {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.tat-contact-form input[type='submit'] {
  margin-top: 25px;
  background-color: #eea302;
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
}

.tat-contact-form input[type='submit']:hover {
  background-color: #e49d05;
  border: 1px solid #000;
}

.tat-contact-form label {
  font-weight: 400 !important;
  color: #000;
}

.tat-contact-form input,
.tat-contact-form textarea {
  margin-top: 4px;
}

/* footer */

.tat-footer-item-c {
  max-width: max-content;
}

/* Responsive */

.ct-container,
.tat-container {
  max-width: 1440px !important;
}

.ct-container {
  padding-left: 40px;
  padding-right: 40px;
}

.tat-cont-padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .ct-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tat-cont-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .ct-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tat-cont-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 565px) {
  .tat-nav-item:not(:last-child) {
    margin-right: 10px;
  }

  .form-2-col {
    flex-direction: column;
  }
}
