.cf7-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.cf7-modal-content {
  background-color: #ffffff;
  border-radius: 20px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  width: 90%;
  max-width: 1000px;

  display: flex;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

/* Close Button */
.cf7-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 60px;
  cursor: pointer;
  color: #000;
}

/* Text Content */
.cf7-modal-text {
  flex: 1;
}

.cf7-modal-text h2 {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 700;
  color: #222;
}
.wingfoot-logo {
  padding-top: 1rem;
  padding-right: 3rem;
  height: 200px;
  width: auto;
}

.cf7-modal-text p {
  margin: 0;
  font-size: 18px;
  padding-top:30px;
  color: #555;
}

/* Wingfoot Logo */
/* .cf7-wingfoot {
  height: 200px;
  width: auto;
  
} */
@media (max-width: 768px) {
  .cf7-modal-content {
    flex-direction: column;
    text-align: center;
  }

  .cf7-close {
    top: -20px;
    right: 16px;
  }
 
  .cf7-modal-text p {
    
    padding-top:10px;
   
  }
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  display: none !important;
}

.alert-danger .error-icon {
  background: url(/wp-content/themes/goodyear/images/icons/error.svg) left top no-repeat;
}

.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
  padding-left: 10px;
}


input[type="radio"]:checked {
  accent-color: #004EAB; 
  
}
.wpcf7 input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  top: -1px; 
  margin-right: 8px; 
}

/* .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.wpcf7-acceptance input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
  transform: translateY(1px);
  
} */
input[type="checkbox"]:checked {
  accent-color: #004EAB; 
}


.wpb_wrapper1{
  text-align: justify;
}
#privacy-policy-modal {
  box-sizing: border-box;
  padding-left: 90px !important;
  padding-right: 90px !important;
  width: 100%;
}

#modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#privacy-modal {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
  width: 90%;
  height: auto;
  max-height: 70vh;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  border-radius: 20px;
  word-wrap: break-word;
  padding-bottom: 20px;
  flex-direction: column;
}

#close-modal {
  background: transparent;
  border: none;
  font-size: 50px;
  color: #333;
  cursor: pointer;
  float: right;
}

#privacy-content {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #privacy-modal {
    max-width: 90%;
    width: 100%;
    max-height: 80vh;
    padding-left: 20px;
    padding-right: 20px;
  
  }
  .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left:  20px !important;
    padding-right: 20px !important;
    width: 100%;
  }
  #privacy-content {
    max-height: 60vh;
    
  }
}

/* Scrollbar styling */
#privacy-scroll-wrapper {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden; 
  box-sizing: content-box;
}

/* Scrollbar styling */
#privacy-scroll-wrapper::-webkit-scrollbar {
  width: 8px;
}

#privacy-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
}

#privacy-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#privacy-scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}


.privacy p{
   margin-bottom: unset;
}
.inline-link-p1, .inline-link-p1:hover, .inline-link-p2, .experience-component p a {
  text-decoration: none;
}

.wpcf7 .wpcf7-submit {
  display: inline-block;
  vertical-align: middle;
}

.wpcf7 .wpcf7-spinner {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-submit {
    display: inline-block;
    vertical-align: middle;
  }
  
  .wpcf7 .wpcf7-spinner {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 768px) {
  .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }

  .recaptcha-group {
   
    justify-content: center;
  }
}
