*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* Reserve Your Free Seat Today section start */

.reserve-your-free-seat-sectin{
    padding: 64px 0;
    background: #F8F9FA;
}

.reserve-your-free-seat-sectin > .container > .row{
    row-gap: 30px;
}

.tech-innovation-title-top-wapper .tech-innovation-title-top span{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    background: rgba(238, 50, 55, 0.1);
    border: 1px solid rgba(238, 50, 55, 0.2);
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #EE3237;
    width: fit-content;
    margin-bottom: 16px;
}

.tech-innovation-title-top-wapper .tech-innovation-title-top span img{
    width: 11px;
}

.tech-innovation-title-top-wapper h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.96px;
    color: #363435;
    margin: 0;
    padding-bottom: 16px;
}

.tech-innovation-title-top-wapper h2 span{
    color: #EE3237;
}

.tech-innovation-title-top-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363435;
    margin: 0;
    padding-bottom: 24px;
}

.register-now-form-wapper{
    background: rgba(255, 255, 255, 0.002);
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 32px 32px 48px 32px;
    background: #FFFFFF;
}

.register-now-form-wapper h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #363435;
    margin: 0;
    padding-bottom: 4px;
}

.register-now-form-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363435;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F2F2F2;
}

.register-now-form-wapper form .form-group{
    margin-bottom: 20px;
}

.register-now-form-wapper form .form-group label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    color: #363435;
    margin-bottom: 6px;
    padding: 0;
}

.register-now-form-wapper form .form-group input, .register-now-form-wapper form .form-group select{
    width: 100%;
    padding: 14px 20px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    border: none;
    outline: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #363435;
    border: none;
}

.register-now-form-wapper form .form-group textarea{
    width: 100%;
    padding: 14px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    border: none;
    outline: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #363435;
}

.register-now-form-wapper form button.register-btn,
.register-now-form-wapper form .register-btn{
    width: 100%;
padding: 16px 0px;
height: 60px;
background: linear-gradient(95.04deg, #EE3237 0%, #363435 100%);
border-radius: 12px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 28px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
color: #FFFFFF;
border: none;
outline: none;
justify-content: center;
margin-top: 16px;
margin-bottom: 16px;
}

.register-now-form-wapper form p.secure-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #363435;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
}

.register-now-form-wapper form .website-toggle-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    margin-bottom: 20px;
}

.register-now-form-wapper form .website-toggle-box span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363435;
}

.register-now-form-wapper form .website-toggle-box .toggle-btns {
    display: flex;
    gap: 8px;
    align-items: center;
}

.register-now-form-wapper form .website-toggle-box .toggle-btns .toggle-option input[type="radio"] {
    display: none;
}

.register-now-form-wapper form .website-toggle-box .btn-toggle {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
padding: 5px 13px;
background: #FFFFFF;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
border-radius: 6px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #363435;
}

.toggle-option input[type="radio"]:checked + .btn-toggle,
.toggle-option input[type="radio"]:checked ~ .btn-toggle {
    color: #FFFFFF;
    background: #EE3237;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
}

.interest-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 0;
	row-gap: 10px;
}

.pill-label input[type="checkbox"] {
    display: none;
}

.pill-label .pill {
    display: inline-block;
    cursor: pointer;
background: #FFFFFF;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
border-radius: 6px;
padding: 7px 13px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #363435;
}

.pill-label:hover .pill {
    color: #FFFFFF;
    background: #EE3237;
}

.pill-label input[type="checkbox"]:checked + .pill,
.pill-label input[type="checkbox"]:checked ~ .pill {
    color: #FFFFFF;
    background: #EE3237;
}

/* right css */

.reserve-your-free-seat-right-wapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reserve-your-free-seat-right-wapper .attention-right-wapper{
    padding: 20px;
    background: #363435;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    position: relative;
}

.reserve-your-free-seat-right-wapper .attention-right-wapper::before{
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 10px;
    height: 45px;
    background: url('https://icontechsoft.com/wp-content/themes/icontechsoft/assets/img/reserve_seat/Icon(9).png') no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.1;
}

.reserve-your-free-seat-right-wapper .attention-right-wapper span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 3.25px;
    position: relative;
}

.reserve-your-free-seat-right-wapper .attention-right-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    position: relative;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper{
    padding: 20px 20px 28px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper ul li{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(230, 189, 185, 0.3);
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper ul li:first-child{
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper ul li .schedule-date-wapper-icon{
display: flex;
justify-content: center;
align-items: center;
min-width: 40px;
width: 40px;
height: 40px;
background: rgba(238, 50, 55, 0.05);
border-radius: 8px;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper ul li .schedule-date-wapper-icon img{
    width: 18px;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper ul li .schedule-date-wapper-text h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #363435;
    margin: 0;
    padding: 0;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-schedule-date-wapper ul li .schedule-date-wapper-text h5{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #363435;
    margin: 0;
    padding: 0;
}


.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper{
    padding: 24px;
    background: #F3F4F5;
    border: 1px solid rgba(238, 50, 55, 0.3);
    border-radius: 6px;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: #363435;
    padding: 0 0 0 12px;
    margin-bottom: 24px;
    position: relative;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #EE3237;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper ul li{
    display: flex;
    gap: 12px;
    align-items: start;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 19px;
    color: #363435;
    position: relative;
    list-style-type: none;
    padding-left: 24px;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper ul li::before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #363435;
}


.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper ul li img{
    min-width: 20px;
}

.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper ul li a, 
.reserve-your-free-seat-right-wapper .reserve-your-free-right-whyregister-wapper ul li p {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #363435;
text-decoration: none;
margin-bottom: 0px;
}


/* Reserve Your Free Seat Today section end */



/* VERIFIED OUTCOMES section start */

.verified-outcomes-section{
    padding: 64px 0;    
background: #FFFFFF;
border-width: 1px 0px;
border-style: solid;
border-color: rgba(230, 189, 185, 0.3);

}

.verified-outcomes-section .row{
    row-gap: 30px;
}

.verified-outcomes-title-wapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.verified-outcomes-title-wapper .verified-outcomes-title-left-wapper span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #EE3237;
    margin: 0;
    padding-bottom: 4px;
}

.verified-outcomes-title-wapper .verified-outcomes-title-left-wapper h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #363435;
    margin: 0;
    padding: 0;
}


.verified-outcomes-title-right-wapper{
    display: flex;
    align-items: center;
    gap: 8px;
}


.verified-outcomes-divider {
    flex-grow: 1;
    height: 1px;
    margin: 0 30px;
background: rgba(230, 189, 185, 0.3);

}

.verified-outcomes-title-right-wapper h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    color: #363435;
    margin: 0;
    padding: 0;
}


.verified-outcomes-title-right-img-wapper {
    display: flex;
    align-items: center;
}

.verified-outcomes-title-right-img-wapper img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.verified-outcomes-title-right-img-wapper img:first-child {
    margin-left: 0;
}


.technical-leadership-card-wapper{
    padding: 24px;
    background: #F3F4F5;
    border: 1px solid rgba(230, 189, 185, 0.3);
    border-radius: 12px;
}

.technical-leadership-card-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #5C3F3D;
    margin: 0;
    padding-bottom: 24px;
}


.technical-leadership-card-wapper h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #363435;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.technical-leadership-card-wapper h6 span{
font-size: 10px;
line-height: 15px;

}

/* VERIFIED OUTCOMES section end */


.register-now-form-wapper form .form-group p {
	margin: 0;
	padding: 0;
	border: none;
}
.register-now-form-wapper form .website-toggle-box p {
    padding: 0;
    border: none;
}
 
.register-now-form-wapper form .website-toggle-box .toggle-btns p label {
    margin: 0;
}
 
.register-now-form-wapper form .website-toggle-box .toggle-btns p label br {
    display: none;
}
 
.register-now-form-wapper form .form-group .interest-pills label br {
    display: none;
}
 
.register-now-form-wapper form .form-group .interest-pills label {
    margin: 0;
}
.register-now-form-wapper form .register-btn-col p {
	padding: 0;
	border: none;
}
.register-now-form-wapper form .register-btn-col p br {
	display: none;
}

.h-header-menu {
  display: none;
}
.header-top::before {
  display: none;
}
.h-header-logo a img {
  padding: 10px;
}
.h-header-main {
  display: none !important;
}
.footer-section.overflow-hidden {
  display: none;
}



/* CF7 Fix */

.wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

.wpcf7-form-control{
    width:100%;
}

.wpcf7-spinner{
    display:none;
}

/* Inputs */

.register-now-form-wapper .wpcf7-form-control-wrap input,
.register-now-form-wapper .wpcf7-form-control-wrap select,
.register-now-form-wapper .wpcf7-form-control-wrap textarea{
    width:100%;
}

/* Submit Button */

.register-now-form-wapper input[type="submit"].register-btn{
    width:100%;
    padding:16px 0;
    height:60px;
    background:linear-gradient(95.04deg, #EE3237 0%, #363435 100%);
    border-radius:12px;
    font-family:'Montserrat';
    font-size:20px;
    line-height:28px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#FFFFFF;
    border:none;
    outline:none;
    margin-top:16px;
    margin-bottom:16px;
}

/* Remove CF7 default margins */

.wpcf7 p{
    margin:0;
}

/* Checkbox / radio fixes */

.pill-label .wpcf7-list-item,
.toggle-option .wpcf7-list-item{
    margin:0;
}

.pill-label .wpcf7-list-item label,
.toggle-option .wpcf7-list-item label{
    margin:0;
}
.wpcf7-list-item{
    margin:0;
}
.wpcf7-form-control-wrap{
    width:100%;
    display:block;
}

.wpcf7-form-control{
    width:100%;
}

.wpcf7-list-item{
    margin:0;
}

.wpcf7-spinner{
    display:none;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border: 1px solid #ee3237 !important;
    color: #ee3237;
    padding: 13px;
    border-radius: 6px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid green !important;
  color: green;
  padding: 13px;
  border-radius: 6px;
}




@media(max-width:767px){
    /* Reserve Your Free Seat Today section start */

    .register-now-form-wapper {
	padding: 20px;
}

    /* Reserve Your Free Seat Today section end */

    /* VERIFIED OUTCOMES section start */

    .verified-outcomes-title-wapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    /* VERIFIED OUTCOMES section end */
    
    
    
    
    
    .tech-innovation-title-top-wapper h2{
        font-size:34px;
        line-height:40px;
    }

    .register-now-form-wapper form .website-toggle-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .register-now-form-wapper form .website-toggle-box .toggle-btns{
        width:100%;
    }
}