/*
Theme Name: Urblo
Author: Visionex Digital
Version: 1.0.0
Text Domain: urblo

*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}


a {
  color: #000;
}

/* COntact form 7 */

.wpcf7 {
  width: 100%;
  color: #fff;
  background-color: #000;
}


.wpcf7 h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 400;
}


.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.wpcf7 .email-tel-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}


.wpcf7 .email-tel-container .email-container,
.wpcf7 .email-tel-container .phone-container {
  width: 48%;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #aaa;
}

.wpcf7 input[type="submit"] {
  width: 300px;
  padding: 1.25rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 1rem;
  border-radius: 0.25rem;
}

.wpcf7 input[type="submit"]:hover {
  border-color: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
}


@media (max-width: 768px) {
  .wpcf7 .email-tel-container {
    flex-direction: column;
  }

  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
    width: 100%;
  }

  .wpcf7 .email-tel-container .email-container,
  .wpcf7 .email-tel-container .phone-container {
    width: 100%;
  }
}

/* Popup maker */
.pum-container.pum-responsive.pum-responsive-large {
  margin-left: -35%;
  width: 70%;
}
.pum-content.popmake-content {
  font-size: 18px;
  text-align: center;
  line-height: 2;
 
}

@media (max-width: 1024px) {

  .pum-theme-8 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 100px 50px !important; 
  }
  .pum-content.popmake-content {
    line-height: 1.5;
    font-size: 18px;
  }
}
