/* Base Form Container */
.web-form {
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  font-family: "Segoe UI", sans-serif;
}

/* General Form Fields */
.web-form .form-group {
  margin-bottom: 1.5rem;
}

.web-form label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.web-form input[type="text"],
.web-form input[type="email"],
.web-form input[type="tel"] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.web-form input:focus {
  border-color: #1e88e5;
  outline: none;
}

/* Submit Button */
.web-form input[type="submit"] {
  background-color: #e83021;
  color: #fff;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.web-form input[type="submit"]:hover {
  background-color: #b13e3e;
  ;
}

/* Response Messages */
.wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  background-color: #f9f9f9;
  color: #333;
}

/* Utility for Elementor spacing */
.elementor-shortcode .web-form {
  margin-top: 1rem;
}
.spkr-title h2{
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #232323 !important;
}
.spkr-desc p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
}

.social-wrapper a{
  margin-right: 26px !important;
}
@media (max-width: 768px) {
  .web-form{
    max-width: 100%;
  }
.web-form .form-group:last-child{
    text-align: center !important;
  }
}
.web-crd-desc h2{
  font-size: 13px !important;
}

.learning-icon {
    width: 48px;
    height: 48px;
    background: white;         /* white circle background */
    color: #222;               /* black icon color */
    border-radius: 50%;        /* perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px rgba(0,0,0,0.08); /* subtle shadow (optional) */
}

.learning-icon i {
    font-size: 28px;           /* set icon size */
}


h4.learning-title {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FD361A;
}

p.learning-description {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color:white
}
.webinar-learnings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 20px; /* space between items */
}
h2.elementor-heading-title.elementor-size-default.fte-title {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.spkr-title h2 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
a.reg-spkr.elementor-button.elementor-size-sm {
    width: 222px;
    height: 62px;
    display: inline-block;
    angle: 0 deg;
    opacity: 1;
    border-radius: 60px;
    background: #FD361A;
    z-index: 1;
    position: relative;
    margin: auto;
}
a.reg-spkr span.elementor-button-text{
    line-height:36px;
    
}
.spkr-left-wrp .elementor-widget.elementor-widget-image {
    margin-bottom: -31px !important;
}
i.fas.fa-angle-right {
    line-height: inherit;
}

.webinar-learning-item {
    display: flex;
}

.learning-icon {
    min-width: 48px;
    margin-right: 11px;
}
.spkr-left-wrp > .elementor-widget-image {
    width: 292px;
    
}
.spkr-img-wrap{
    width: fit-content !important;
    min-width: max-content !important;
}
.spkr-left-wrp {
    text-align: center !important;
}
.spkr-main-wrap{
    align-items: center !important;
}

.spkr-cmn-wrp .e-con.e-child {
    padding: 12px 0 0 !important;
}
.web-ftr h2.elementor-heading-title.elementor-size-default {
    line-height: 37px !important;
}

@media (max-width: 767px) {
    .webinar-learnings-grid {
    grid-template-columns: repeat(1, 1fr); /* 3 equal columns */
    gap: 15px; /* space between items */
}
.spkr-main-wrap.elementor-element.elementor-element-4a31518.e-grid.e-con-full.e-con.e-child {
    flex-wrap: wrap;
}
}
span.mini-wrap {
    display: block;
}