#breach-talk-section {
  background-color: #004C97;
  padding: 60px 20px;
}

.breach-talk-container {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.breach-talk-heading {
  font-size: 64px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #fff !important;
  margin: 0px 0px 20px;
}


/* Common Tab and Container Styles */
.time-premier-talk-tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  align-items: center !important;
}

.time-premier-talk-container {
   padding-top: 80px;
   max-width: 1440px;
   margin:auto;
   width: 90%;
    padding: 30px 50px;
}

.time-premier-talk-content-section .mktoForm {
  color: #fff !important;
    font-family: inherit;
    font-size:16px !important;

}
.time-premier-talk-content-section .mktoForm a{
 color: #fff !important;
 font-size:16px !important;
}
.time-premier-talk-tabs li {
  text-align: center;
    display: flex;
    align-items: end;
    justify-content: space-between !important;
    gap: 5px;
    border-bottom: 5px solid #EEF1F6;
    color: #434343;
    border-bottom-width: 5px;
    font-weight: 700;
    border-bottom: 5px solid transparent; /* Makes it "inactive" by default */
    transition: border-color 0.3s ease; /* Optional: smooth transition */
}

.time-premier-talk-tabs li.active {
  border-bottom: 5px solid #0099D9;
  font-weight:700;
}

.time-premier-talk-tabs .el-link {
  display: inline-block;
  text-align: center;
  color: #333740;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  font-weight:bold;
}

.time-premier-talk-tabs img {
  display: block;
  margin: 0 auto 8px;
  width: 60px;
max-height: 62px;
}

.time-premier-talk-content-section {
  
  margin: 0 auto 40px;
}

.time-premier-talk-heading {
  font-size: 48px;
  font-family: Roboto, sans-serif;
  color: #434343;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top : 50px;
}

.time-premier-talk-paragraph {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #333740;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.time-premier-talk-content-section .mktoForm input[type=text], 
.time-premier-talk-content-section .mktoForm input[type=url], 
.time-premier-talk-content-section .mktoForm input[type=email], 
.time-premier-talk-content-section .mktoForm input[type=tel], 
.time-premier-talk-content-section .mktoForm input[type=number], 
.time-premier-talk-content-section .mktoForm input[type=date] {
    padding: 0.1em 0.2em;
    line-height: 1.2em;
    margin: 0;
    border: 1px solid #EFF0F6 !important;
}


/* Common Form Styles */
.time-premier-talk-content-section .mktoForm {
  text-align: left;
  width: 100% !important;
}

.time-premier-talk-content-section .mktoLabel {
  display: block !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
  
}

.time-premier-talk-content-section .mktoField {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #EFF0F6 !important; /* Consistent border */
  border-radius: 10px !important;
  font-size: 12px !important;
  
}

.time-premier-talk-content-section .mktoFormRow {
  
  display: flex;
  column-count: 2;
  flex-direction: row !important;
  margin-bottom: 0 !important;
  clear: both;
}

/*.time-premier-talk-content-section .mktoForm div {
  padding-left: 0% !important;
}*/

.time-premier-talk-content-section .mktoFormCol {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}

.time-premier-talk-content-section .mktoOffset {
  float: left;
  height: 1.2em;
}

.time-premier-talk-content-section .mktoFieldWrap {
  float: left;
  width: 100%;
}

.time-premier-talk-content-section .mktoFormCol label {
  margin: 9px 0 1px 1px;
  font-size: 16px !important;
  font-weight: 100 !important;
  width: auto !important;
  
}

.time-premier-talk-content-section .mktoAsterix {
  float: left !important;
  
  padding-left: 1px;
  display: none;
}

.time-premier-talk-content-section .mktoRequiredField .mktoAsterix {
  display: block;
}

.time-premier-talk-content-section .mktoGutter {
  display: none;
  float: left;
  height: 1.2em;
}

.time-premier-talk-content-section .mktoError .mktoErrorMsg {
  color: red !important;
  background: none;
  box-shadow: none;
  border: 1px solid #EFF0F6;
  text-shadow: none;
  background-color: #fff;
}

/*.time-premier-talk-content-section .mktoRequiredField label.mktoLabel {
  color: #343741 !important;
}*/

.time-premier-talk-content-section .mktoError .mktoErrorMsg .mktoErrorDetail {
  color: red !important;
}

/* Input Field Styles */
.time-premier-talk-content-section input[type="text"],
.time-premier-talk-content-section input[type="url"],
.time-premier-talk-content-section input[type="email"],
.time-premier-talk-content-section input[type="tel"],
.time-premier-talk-content-section input[type="number"],
.time-premier-talk-content-section input[type="date"],
.time-premier-talk-content-section select.mktoField,
.time-premier-talk-content-section textarea.mktoField {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  margin-top: 12px !important;
  padding: 13px !important;
  border: 1px solid #EFF0F6 !important; /* Consistent border */
  color: #343741 !important; /* Consistent text color */
  height: 44px;
  border-radius: 8px;
  background-color: #FFF;
  line-height: 1.5em;
}

.time-premier-talk-content-section select.mktoField {
  appearance: none !important;
  border-radius: 10px !important;
  padding: 10px !important;
  background: #ffffff url(../images/arrow-down-bk.png) center right no-repeat !important;
}



/* Add to your existing tab styles */
.time-premier-talk-tabs .el-item {
  border-bottom: 5px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
  border-bottom: 5px solid #EEF1F6;
  padding-bottom: 20px;
    padding: 20px 22px;
}
.time-premier-talk-tabs .el-item:hover{
border-color: #0099D9;
}
.time-premier-talk-tabs .el-item:has(.el-link.active) {
    border-bottom-color: #0099D9;
}
.time-premier-talk-content-section input:focus,
.time-premier-talk-content-section textarea:focus,
.time-premier-talk-content-section select:focus {
  border: 1px dotted black !important;
  outline: none !important;
}

.time-premier-talk-content-section input[type="text"]:focus,
.time-premier-talk-content-section input[type="email"]:focus,
.time-premier-talk-content-section input[type="tel"]:focus,
.time-premier-talk-content-section input[type="url"]:focus,
.time-premier-talk-content-section input[type="number"]:focus,
.time-premier-talk-content-section input[type="date"]:focus,
.time-premier-talk-content-section select:focus,
.time-premier-talk-content-section textarea:focus {
  border: 1px dotted black !important;
  outline: none !important;
}

.time-premier-talk-tabs li {
  position: relative;
}

.time-premier-talk-tabs li.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid #0099D9;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}


/* Specific Form Styles - Contact an Expert */
.content-an-expert .mktoForm {
  background-color: #fff;
  
  
}

.content-an-expert .mktoFormRow {
  background-color: white;
}

.content-an-expert .mktoButton {
 /*background: linear-gradient(90deg, #2196F3 0%, #1976D2 100%) !important;*/
    color: #fff !important;
    background-color: #0099D9 !important;
    border-radius: 8px !important;
}

/* Ensure all input fields have the same border and text color */
.content-an-expert .mktoField {
  border: 1px solid #EFF0F6 !important;
  color: #343741 !important;
}

/* Specific Form Styles - Request a Demo */
.request-a-demo .mktoForm {
  background-color: #fff;
  
  
}

.request-a-demo .mktoFormRow {
  background-color: white;
}

.breach-response-tab #Form_Comments__c {
  min-height: 200px !important; 
}

.request-a-demo .mktoButton {
  /*background: linear-gradient(90deg, #2196F3 0%, #1976D2 100%) !important;*/
  color: #fff !important;
    background-color: #0099D9 !important;
    border-radius: 8px !important;
}

/* Ensure all input fields have the same border and text color */
.request-a-demo .mktoField {
  border: 1px solid #EFF0F6 !important;
  color: #343741 !important;
}

/* Specific Form Styles - Breach Response */
.breach-response .mktoForm {
  background-color: #fff;

}
.time-premier-talk-content-section .contact-block-form-section .mktoHtmlText.mktoHasWidth span{
font-size:16px !important;
}

.breach-response .mktoFormRow {
  background-color: white;
}

.time-premier-talk-content-section .mktoButton {
    font-size: 14px !important;
    color: #fff !important;
    background-color: #0099D9 !important;
    border: 0 !important;
    background-image: none !important;
    border-radius: 8px !important;
    padding: 10px 26px !important;
    text-align: left !important;
    font-family: roboto;
    box-shadow:none !important;
}

/* Ensure all input fields have the same border and text color */
.breach-response .mktoField {
  border: 1px solid #EFF0F6 !important;
  color: #343741 !important;
}

.time-premier-talk-content-section .mktoButton:hover{
 border-radius: 8px !important;
}

.breach-response .mktoForm textarea#Form_Comments__c,
.breach-response .mktoForm textarea[name="Form_Comments__c"],
.breach-response .mktoForm #LblForm_Comments__c + .mktoFieldWrap textarea.mktoField {
  height: 200px !important;
  min-height: 200px !important;
}



/* Specific Form Styles - General Inquiry */
.genral-Inquiry .mktoForm {
  background-color: #fff;
  
}

.genral-Inquiry .mktoFormRow {
  background-color: white;
}

.genral-Inquiry .mktoButton {
  font-size: 14px !important;
    color: #fff;
    background-color: #0099D9 !important;
    border: 0 !important;
    background-image: none !important;
    
    padding: 10px 25px !important;
    text-align: left !important;
    font-family: roboto;
    border-radius:8px !important;
}

/* Ensure all input fields have the same border and text color */
.genral-Inquiry .mktoField {
  border: 1px solid #EFF0F6 !important;
  color: #343741 !important;
}

/* Confirmation message styling */
#mkto-form-confirmform {
  text-align: center;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 20px;
}

#mkto-form-confirmform p {
  font-size: 18px;
  color: #4CAF50;
  font-family: Roboto, sans-serif;
}
.time-premier-talk-content-section .contact-block-form-section .mktoForm .mktoFormRow:nth-last-of-type(2) {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.time-premier-talk-content-section .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
border-top-left-radius: 15px !important;
background-color: #3370ac !important;
}
.time-premier-talk-content-section .contact-block-container{
gap:5%;
}
.time-premier-talk-content-section .contact-block-info-section,
.time-premier-talk-content-section .contact-block-form-section{
width:50%;
}
.time-premier-talk-content-section .contact-block-heading{
margin-bottom:30px;
}
.time-premier-talk-content-section .contact-block-intro{
margin-block:0;
}

@media (max-width: 768px) {
  .time-premier-talk-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .time-premier-talk-tabs > li {
    width: 100%;
  }
.time-premier-talk-paragraph{
font-size:14px;
}
.breach-response .mktoHtmlText.mktoHasWidth span {
    font-size: 14px !important;
}
}

@media (max-width: 480px) {
.time-premier-talk-content-section .mktoFormRow{
flex-direction: column !important;
}
.time-premier-talk-container{
width:100%;
padding:0 20px;
}
.time-premier-talk-content-section .mktoForm div{
padding:0;
}
}