/*=====================================
 Banner
======================================*/

.banner-section {
    position: relative;
    overflow: hidden;
    background: #FFFAF0;
    padding: 100px 0px;
}

.banner-bg-shape {
    position: absolute;
    left: 0;
    bottom: 180px;
    width: 1600px;
    z-index: 0;
}

.banner-bg-shape svg {
    width: 100%;
    display: block;
}


.banner-top {
    display: flex;
    justify-content: space-between;
}

.banner-left {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

.banner-logo img {
    width: 260px;
    height: 70px;
}

.banner-title {
    color: #272727;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -2px;
    margin: 25px 0px 20px 0px;
}

.banner-title span {
    display: block;
    color: #E56046;
    font-weight: 800;
}

.banner-desc {
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.banner-event-slider {
    width: 420px;
}

.event-card {
    background: #fff;
    padding: 16px;
    border-radius: 19px;
    border: 1px solid rgba(39, 39, 39, 0.40);
    background: #FFF;
}

.event-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.event-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 0.778px solid rgba(39, 39, 39, 0.50);
    border-radius: 40px;
    padding: 5px 14px;

}

.event-tag span {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #E56046;
}

.event-nav {
    display: flex;
    gap: 16px;
}

.event-nav button {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.event-nav button:hover svg path {
    fill: #167152;
}

.event-date {
    color: #167152;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1px;
}

.event-meta {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #4E4D4D;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 14px 0px 22px 0px;
}

.event-meta span {
    color: #4E4D4D;
    ;
}

.event-btns {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.btn-primary,
.btn-outline {
    flex: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 11px;
    padding: 12px 10px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    transition: .35s;
    border: 1px solid #E56046;
}

.btn-primary {
    background: #E56046;
    color: #fff;
}

.btn-primary:hover {
    background: #fff;
    color: #E56046;
}

.btn-outline {
    border: 1px solid #E56046;
    color: #E56046;
}

.btn-outline:hover {
    background: #ef6b4f;
    color: #fff;
}

.event-bottom {
    color: rgba(39, 39, 39, 0.70);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.banner-event-slider .event-card {
    margin: 0px 5px;
}

.banner-gallery {
    position: relative;
    width: 100%;
    margin-top: 45px;
    z-index: 2;
}

.banner-gallery img {
    width: 100%;
    object-fit: contain;
}

.banner-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    border-radius: 40px;
    border: 2px dashed rgba(39, 39, 39, 0.70);
    background: rgba(255, 255, 255, 0.70);
    padding: 0px 50px;
}

.counter-box {
    flex: 1;
    text-align: center;
    padding: 50px 0px;
    position: relative;
}

.counter-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    width: 0.5px;
    height: 100%;
    background: #272727;
}

.counter-number {
    color: #E56046;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 32.5px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-number span {
    color: #E56046;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 32.5px;
}

.counter-box p {
    color: #272727;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.5px;
}

.counter-box:hover .counter-number {
    transform: scale(1.05);
    transition: .35s;
}

/* Voice Section */

.voices-section {
    padding: 100px 0;
    background: #fff;
}

/* .voices-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 77px;
    flex-direction: column;
} */

.voices-title {
    color: #272727;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
    text-align: center;
}

.voices-title span {
    color: #E56046;
    font-weight: 800;
}

.voices-desc {
    color: #272727;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

/* .voices-right {
    width: 60%;
} */

.voices-slider {
    overflow: hidden;
}

.voices-slider .slick-list {
    margin: 0 -12px;
}

.voices-slider .slick-slide {
    margin: 0 12px;
}

.voices-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding-top: 60px;
}

.voice-card {
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 27px 22px; */
    border-radius: 19px;
    transition: .35s;
}

.voice-card:hover {
    transform: translateY(-6px);
}

.voice-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.voice-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(1);
}

.voice-content {
    flex: 1;
}

.voice-role {
    display: block;
    color: #272727;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 5px;
    display: none;
}

.voice-content h4 {
    color: #272727;
    margin: 8px 0px;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.voice-content p {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.voices-grid .voice-img {
    border-radius: 50%;
    border: 5px solid #F8D772;
}

.voices-grid .voice-card:nth-child(1) .voice-img {
    border: 5px solid #00BE87;
}

.voices-grid .voice-card:nth-child(2) .voice-img {
    border: 5px solid #F8D772;
}

.voices-grid .voice-card:nth-child(3) .voice-img {
    border: 5px solid #F8D772;
}

.voices-grid .voice-card:nth-child(4) .voice-img {
    border: 5px solid #FBB887;
}

.voices-grid .voice-card:nth-child(5) .voice-img {
    border: 5px solid #FBB887;
}

.voices-grid .voice-card:nth-child(6) .voice-img {
    border: 5px solid #00BE87;
}

.voices-grid .voice-card:nth-child(6) .voice-img {
    border: 5px solid #F8D772;
}

.voices-grid .voice-card:nth-child(6) .voice-img {
    border: 5px solid #FBB887;
}

/* Card Colors */
/* 
.voices-grid .voice-card:first-child {
    background: #E3EDE8;
}


.voices-grid .voice-card:nth-child(2) {
    background: #FCF3D5;
}

.voices-grid .voice-card:nth-child(3) {
    background: #F4EAF7;
}

.voices-grid .voice-card:nth-child(4) {
    background: #FAE4CD;
}

.voices-grid .voice-card:nth-child(5) {
    background: #FCF3D5;
}

.voices-grid .voice-card:nth-child(6) {
    background: #E3EDE8;
} */

.voices-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 45px;
}

.voices-navigation .voices-next,
.voices-navigation .voices-prev {
    cursor: pointer;
}


/* linkedin Section */

.linkedin-section {
    padding: 70px 0;
    background: #F5F4F8;
}


.linkedin-title {
    color: #272727;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
}

.linkedin-title span {
    color: #167152;
    font-weight: 800;
}

.linkedin-desc {
    color: #272727;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.5px;
}

.linkedin-main {
    position: relative;
}

.linkedin-bottom {
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.float-icon1 img {
    position: absolute;
    top: 50%;
    left: -83px;
}

.float-icon2 img {
    position: absolute;
    top: 30%;
    right: -83px;
}

.float-icon3 img {
    position: absolute;
    bottom: 3%;
    left: 70%;
}

.linkedin-slider {
    overflow: hidden;
}


.linkedin-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.linkedin-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    top: -100px;
    right: 0px;
}

.linkedin-bottom .reserve-btn {
    margin-top: 20px;
}

.linkedin-navigation .linkedin-next,
.linkedin-navigation .linkedin-prev {
    cursor: pointer;
}

.linkedin-navigation svg,
.voices-navigation svg {
    padding: 15px;
    background: #167152;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #167152;
    transition: 0.3s ease-in-out;
}

.linkedin-navigation svg:hover,
.voices-navigation svg:hover {
    background: #fff;
}

.linkedin-navigation svg:hover path,
.voices-navigation svg:hover path {
    fill: #167152;
}

.linkedin-slider .slick-list {
    margin: 0 -8px;
}

.linkedin-slider .slick-slide {
    margin: 0 8px;
}

/* propel-video section*/

.propel-video-section {
    padding: 80px 0;
    background: #FFFAF0;
}

.propel-video-heading {
    text-align: center;
    margin-bottom: 60px;
}

.propel-video-heading h2 {
    color: #272727;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
}

.propel-video-heading h2 span {
    color: #E56046;
    font-weight: 800;
}

.propel-video-heading p {
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.propel-video-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    cursor: pointer;
}

.propel-video-thumbnail .thumbnail {
    height: 525px;
    object-fit: cover;
}

.propel-video-thumbnail img {
    width: 100%;
    display: block;
    height: 100%;
}

.propel-video-box {
    width: 80%;
    margin: auto;
}

.propel-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.propel-video-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.propel-video-thumbnail iframe {
    width: 100%;
    height: 525px;
    display: block;
    border: none;
}

/* customer voice section */

.customer-voice-section {
    background: linear-gradient(180deg, #FFFCFC 0%, #B0CEC0 100%);
}

.customer-voice-h2 {
    color: #272727;
    font-family: "Public Sans";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 41.257px;
    letter-spacing: -1.031px;
    margin-bottom: 30px;
}

.customer-voice-h2 span {
    color: #E56046;
    font-weight: 800 !important;
}

.customer-voice-para {
    color: #272727;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.customer-voice-section .customer-voice .tab-container {
    margin-top: 60px;
}

.propel-chapter-tab .slick-list {
    margin: 0 -8px;
}

.propel-chapter-tab .slick-slide {
    margin: 0 8px;
}

.chapter-video .tab-container .tab-menu {
    width: 70%;
}

.tab-a {
    border: 0.991px solid rgba(0, 0, 0, 0.00);
    border-radius: 11px;
    background: #FFF8F8;
    padding: 14px 24px;
    color: #272727;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.982px;
    cursor: pointer;
    /* width: fit-content; */
}

.tab-menu {
    position: relative;
}

.tab-menu .event-chapter-prev {
    position: absolute;
    left: -58px;
    border: 0px;
    background: transparent;
    top: 6px;
}

.tab-menu .event-chapter-next {
    position: absolute;
    right: -58px;
    border: 0px;
    background: transparent;
    top: 4px;
}

.tab-menu button svg {
    padding: 15px;
    background: #167152;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #167152;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.tab-menu svg:hover {
    background: #fff;
}

.tab-menu svg path {
    fill: #fff;
}

.tab-menu svg:hover path {
    fill: #167152;
}

.tab-a.active-a,
.tab-a:hover {
    background: #167152;
    color: #FFF;
}

.tab-card {
    line-height: 0px;
}

.tab-card img {
    border-radius: 19px 19px 0px 0px;
    width: 100%;
    object-fit: cover;
}

.chapter-video .tab-container .chapter-video-grid-new .video-title {
    padding: 24px;
    min-height: auto;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
}

.chapter-head {
    color: #167152;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 15.861px;
    letter-spacing: 0.595px;
    text-transform: uppercase;
}

.chapter-description {
    color: #272727;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.262px;
    letter-spacing: -0.5px;
    margin: 24px 0px;
}

.chapter-btn {
    color: #FFF;
    text-align: center;
    font-size: 14.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    border-radius: 15px;
    background: #167152;
    padding: 5px 12px;
    display: inline-block;
    cursor: pointer;
}

.chapter-video-grid-new {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.chapter-video-left,
.chapter-video-right {
    display: flex;
    flex-direction: column;
}

.chapter-video-right {
    gap: 24px;
}

.tab-card-small {
    display: flex;
    align-items: center;
    background: #fff;
    background: #FFF;
    padding: 10px;
    gap: 10px;
    border-radius: 17px;
}

.tab-card-small img {
    border-radius: 17px;
    object-fit: cover;
    min-height: 189px;
}

.tab-card-small .chapter-description {
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 15px 0px;
}

.tab-card-small .video-title {
    padding: 0px !important;
}

.tab-card-img {
    overflow: hidden;
    border-radius: 17px;
}

.tab-card-img img {
    transition: 0.3s ease-in-out;
}

.tab-card-img:hover img {
    transform: scale(1.05);
}

.tab-card.tab-card-small .tab-card-img {
    width: 40%;
}

.tab-card.tab-card-small .video-title {
    width: 60%;
}

.customer-voice-section .customer-voice .tab-menu ul {
    gap: 10px;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .8);
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16/9;
    z-index: 2;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.video-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 24px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* agenda section */
.agenda-section {
    padding: 100px 0;
    background: #FFFAF0;
}

.agenda-heading h2 {
    margin-bottom: 30px;
    color: #272727;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -1.2px;
}

.agenda-heading h2 span {
    color: #EF6B4F;
}

.agenda-heading h2 strong {
    color: #EF6B4F;
    font-weight: 800;
}

.agenda-heading p {
    color: #272727;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.agenda-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.agenda-card {
    padding: 25px;
    border-radius: 19px;
    border: 2px dashed rgba(39, 39, 39, 0.50);
    background: #FFF;
    transition: .35s;
}

.agenda-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.agenda-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.agenda-card-top img {
    width: 32px;
    height: 32px;
}

.agenda-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}

.agenda-grid .agenda-card:first-child .agenda-title {
    color: #167152;
}

.agenda-grid .agenda-card:nth-child(2) .agenda-title {
    color: #E56046;
}

.agenda-grid .agenda-card:nth-child(3) .agenda-title {
    color: #DD9ADE;
}

.agenda-card p {
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.agenda-heading {
    margin-bottom: 60px;
}

/* .reserve-seat-section */
.reserve-seat-section {
    padding: 80px 0;
    background: #005E44;
    padding-bottom: 0px;
}

.reserve-seat-main {
    position: relative;
    overflow: hidden;
    /* border-radius: 24px; */
    display: flex;
    align-items: center;
}

.reserve-seat-content {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

.reserve-title {
    color: #FBF8EE;
    font-family: "Public Sans";
    font-size: 77px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.5px;
    margin: 54px 0px 36px 0px;
}

.reserve-title span {
    color: #07C593;
    font-weight: 800;
}

.reserve-description {
    color: #FBF8EE;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 54px;
}

.reserve-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 34px;
    border-radius: 11px;
    background: #E56046;
    color: #fff;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    transition: .35s;
}

.reserve-btn span {
    font-size: 22px;
    font-weight: 600;
    line-height: 25.2px;
}

.reserve-btn:hover {
    background: #d95a40;
}

.reserve-note {
    display: block;
    margin-top: 55px;
    color: #FBF8EE;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.reserve-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.reserve-shape img {
    display: block;
    object-fit: contain;
    height: 100%;
}

/* Propel FAQs Section */
.propel-faq-section {
    padding: 100px 0;
    background: #FFFAF0;
}

.propel-faq-heading {
    text-align: center;
    margin-bottom: 60px;
}

.propel-faq-heading h2 {
    color: #272727;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -1.2px;
}

.propel-faq-heading span {
    color: #E56046;
    font-weight: 800;
}


.propel-faq-item {
    border-radius: 16px;
    border: 1px solid rgba(39, 39, 39, 0.20);
    background: #FFF;
    margin-bottom: 18px;
    overflow: hidden;
    transition: .3s;
    padding: 24px 30px;
}

.propel-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.propel-faq-question h3 {
    color: #272727;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.propel-faq-answer {
    display: none;
}

.propel-faq-answer p {
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
}

.propel-faq-item.active .propel-faq-answer {
    display: block;
}

.propel-faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #EF6B4F;
    position: relative;
    flex-shrink: 0;
}

.propel-faq-icon:before,
.propel-faq-icon:after {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.propel-faq-icon:before {
    width: 14px;
    height: 2px;
}

.propel-faq-icon:after {
    width: 2px;
    height: 14px;
    transition: .3s;
}

.propel-faq-item.active .propel-faq-icon:after {
    opacity: 0;
}

/* Sponsers section */
.propel-form-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 99999;
    overflow-y: auto;
    padding: 40px 20px;
}

.propel-form-modal-container {
    width: 100%;
    max-width: 650px;
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.propel-form-modal-content {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
}

.propel-form-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}


@media(max-width:1199px) {

    .voices-title {
        font-size: 52px;
    }

    .voice-content h4 {
        font-size: 20px;
    }

    .propel-video-section,
    .voices-section,
    .banner-section {
        padding: 60px 0;
    }

    .propel-video-heading {
        margin-bottom: 30px;
    }

    .propel-video-heading h2 {
        margin-bottom: 16px;
    }

    .propel-video-thumbnail iframe {
        height: 400px;
    }

    .chapter-video-grid-new {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .voices-main {
        gap: 25px;
    }

    .voices-desc {
        color: #272727;
        font-size: 20px;
    }

    .voice-card {
        flex-direction: column;
    }

    .voice-content h4,
    .voice-content p,
    .voice-role {
        text-align: center;
    }

    .counter-number {
        font-size: 45px;
    }

    .counter-box {
        padding: 26px 0px;
    }

    .propel-video-thumbnail .thumbnail {
        height: 400px;
        object-fit: contain;
    }

    .propel-video-box {
        width: 80%;
        margin: auto;
    }

    .propel-video-thumbnail .thumbnail {
        height: 500px;
    }

    .propel-video-thumbnail iframe {
        width: 100%;
        height: 500px;
    }

    .propel-video-section {
        padding: 60px 0px;
    }

    .agenda-section {
        padding: 60px 0;
    }

    .reserve-title {
        font-size: 50px;
        margin: 40px 0px 25px 0px;
    }

    .propel-form-modal-content {
        padding: 28px;
    }
}

@media(max-width:991px) {

    .banner-section {
        padding: 60px 0;
    }

    .banner-left {
        max-width: 100%;
        text-align: center;
    }

    .banner-desc {
        max-width: 700px;
        margin: auto;
    }

    .banner-title {
        font-size: 58px;
    }

    .banner-event-slider {
        margin-top: 45px;
    }

    .banner-counter {
        margin-top: 60px;
    }

    .counter-number {
        line-height: 1.2;
        font-size: 36px;
    }

    .counter-box {
        padding: 12px 0px;
    }

    /* voice section */
    .voices-main {
        flex-direction: column;
    }

    .voices-left,
    .voices-right {
        width: 100%;
    }

    .voices-left {
        text-align: center;
    }

    .voices-desc {
        margin: auto;
        max-width: 650px;
    }

    /* agenda section */
    .agenda-heading h2 {
        font-size: 44px;
    }

    .agenda-heading p {
        font-size: 20px;
    }

    .agenda-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .reserve-shape img {
        width: 400px;
    }

    .agenda-card {
        padding: 20px;
        border-radius: 12px;
    }

    .agenda-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .agenda-card p {
        font-size: 16px;
        line-height: 1.3;
    }

    .tab-card-small .chapter-description,
    .chapter-description {
        color: #272727;
        font-size: 16px;
        line-height: 1.3;
        margin: 12px 0px;
    }

    .tab-card-small img {
        min-height: 170px;
    }

    .customer-voice-section .customer-voice .tab-container {
        margin-top: 32px;
    }

    .chapter-video .tab-container .tab-menu {
        width: 100%;
        margin: 0 auto 30px;
    }

    .propel-video-thumbnail .thumbnail,
    .propel-video-thumbnail iframe {
        height: 350px;
    }

    .propel-video-play {
        width: 50px;
        height: 50px;
    }

    .propel-faq-section {
        padding: 60px 0px;
    }

    .propel-faq-heading h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .customer-voice-section .customer-voice .tab-menu ul {
        width: 80%;
        margin: auto;
    }

    .tab-menu .event-chapter-next {
        right: -16px;
    }

    .tab-menu .event-chapter-prev {
        left: -16px;
    }
}

@media(max-width:767px) {
    .banner-section {
        padding: 40px 0;
    }

    .banner-top {
        flex-direction: column;
    }

    .banner-event-slider {
        width: 100%;
        margin-top: 30px;
    }

    .banner-title {
        font-size: 36px;
        line-height: 1.2;
        margin: 12px 0px;
    }

    .banner-desc {
        font-size: 16px;
    }

    .event-tag span {
        font-size: 10px;
        line-height: 1.2;
    }

    .event-card {
        padding: 20px;
    }

    .event-date {
        font-size: 24px;
        line-height: 1.2;
    }

    .event-meta {
        font-size: 14px;
        line-height: 1.2;
    }

    .btn-primary,
    .btn-outline {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 1.2;
    }

    .event-btns {
        flex-direction: column;
    }

    .banner-counter {
        flex-direction: column;
        margin-top: 32px;
        padding: 0px 24px;
    }

    .event-bottom {
        font-size: 10px;
    }

    .counter-number,
    .counter-number span {
        font-size: 40px;
        line-height: 1.2;
    }

    .counter-number {
        margin-bottom: 12px;
    }

    .counter-box p {
        font-size: 18px;
        line-height: 1.2;
    }

    .banner-gallery img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }

    .counter-box {
        width: 100%;
    }

    .counter-box::after {
        display: none;
    }

    .counter-box {
        border-bottom: 1px solid rgba(22, 113, 82, .15);
    }

    .counter-box:last-child {
        border: none;
    }

    .counter-number {
        font-size: 32px;
    }

    /* voice section */
    .voices-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .voices-title,
    .linkedin-title,
    .propel-video-heading h2,
    .customer-voice-h2,
    .agenda-heading h2,
    .reserve-title,
    .propel-faq-heading h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
        letter-spacing: 0px;
    }

    .voices-desc br,
    .linkedin-desc br,
    .propel-video-heading h2 br,
    .customer-voice-para br,
    .agenda-heading p br,
    .reserve-description br {
        display: none;
    }

    .voices-title span {
        display: inline;
    }

    .voices-desc,
    .linkedin-desc,
    .propel-video-heading p,
    .customer-voice-para,
    .agenda-heading p,
    .reserve-description {
        font-size: 18px;
        line-height: 1.2;
    }

    /* .voice-card {
        padding: 18px;
    } */

    .voice-content h4 {
        font-size: 14px;
    }

    .propel-video-section,
    .voices-section,
    .linkedin-section,
    .customer-voice-section,
    .reserve-seat-section,
    .propel-faq-section {
        padding: 40px 0;
    }


    .voice-role {
        letter-spacing: 1px;
    }

    .propel-video-thumbnail .thumbnail {
        height: 200px;
        object-fit: contain;
    }

    .propel-video-box {
        width: 100%;
        margin: auto;
    }

    .propel-video-thumbnail {
        border-radius: 16px;
    }

    button.propel-video-play {
        width: 40px;
        height: 40px;
    }

    .propel-video-thumbnail iframe {
        width: 100%;
        height: 200px;
    }

    .customer-voice-section .customer-voice {
        padding: 0px !important;
    }

    .customer-voice-section .customer-voice .tab-container {
        margin-top: 30px;
    }

    .tab-a {
        padding: 10px 12px;
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
    }

    .chapter-video-grid-new {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .chapter-video .tab-container .chapter-video-grid-new .video-title {
        padding: 0px;
        border-radius: 0px 0px 12px 12px;
    }

    .chapter-description,
    .tab-card-small .chapter-description {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0px;
        margin: 16px 0px;
    }

    .chapter-head {
        font-size: 16px;
        line-height: 1.2;
    }

    .tab-card-small {
        border-radius: 12px;
        flex-direction: column;
    }

    .tab-card-small img {
        border-radius: 12px;
        object-fit: cover;
        min-height: 100%;
    }

    .tab-card.tab-card-small .tab-card-img,
    .tab-card.tab-card-small .video-title {
        width: 100%;
    }

    .tab-card {
        line-height: 0px;
        padding: 10px;
        background: #fff;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .tab-card img {
        border-radius: 12px;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .chapter-video-right {
        gap: 18px;
    }

    .customer-voice-section .customer-voice .tab-menu {
        padding-block: 0px;
    }

    .video-close {
        right: 0px;
        top: 0px;
        width: 25px;
        height: 25px;
    }

    .linkedin-navigation {
        top: -45px;
        gap: 12px;
    }

    .voices-navigation {
        margin-top: 25px;
    }

    .slick-dots {
        display: none;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    /* Agenda section - */
    .agenda-section {
        padding: 40px 0;
    }

    .agenda-heading {
        margin-bottom: 40px;
    }

    .agenda-heading {
        margin-bottom: 32px;
    }

    .agenda-card {
        padding: 24px;
    }

    .agenda-title {
        font-size: 25px;
    }

    .agenda-card p {
        font-size: 16px;
    }

    .agenda-grid {
        grid-template-columns: 1fr;
    }

    .reserve-description {
        margin-bottom: 24px;
    }

    .reserve-btn {
        gap: 5px;
        padding: 9px 16px;
    }

    .reserve-btn svg {
        width: 16px;
        height: 16px;
    }

    .reserve-btn span {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
    }

    .reserve-note {
        margin-top: 35px;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .reserve-seat-content {
        padding-bottom: 40px;
    }

    .reserve-seat-section {
        padding-bottom: 0px;
    }

    .reserve-shape img {
        width: 100%;
    }

    .reserve-title {
        margin-top: 20px;
    }

    .propel-faq-item {
        border-radius: 12px;
        margin-bottom: 14px;
        padding: 16px;
    }

    .propel-faq-question h3 {
        font-size: 16px;
        line-height: 1.3;
        margin-right: 12px;
    }

    .propel-faq-answer p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 1.3;
    }

    .propel-faq-icon {
        width: 28px;
        height: 28px;
    }

    .propel-faq-heading {
        margin-bottom: 20px;
    }

    .linkedin-navigation svg,
    .voices-navigation svg {
        padding: 8px;
        width: 10px;
        height: 10px;
    }

    .propel-form-modal-content {
        border-radius: 12px;
        padding: 20px;
    }

    .propel-form-modal-close {
        top: 5px;
        right: 10px;
    }

    .customer-voice-section .customer-voice .tab-menu ul {
        max-width: 85%;
        width: 85% !important;
        margin: auto;
    }

    .propel-chapter-tab .slick-list {
        margin: 0 -4px;
    }

    .propel-chapter-tab .slick-slide {
        margin: 0 4px;
    }


    .tab-menu button svg {
        padding: 10px;
        width: 8px;
        height: 8px;
    }

    .integration-workflow-content a .integration-workflow-content-cta {
        padding: 9px 20px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .banner-logo img {
        width: 200px;
        height: 50px;
    }

    .float-icon2 img {
        top: 49%;
        right: -28px;
        width: 40px;
    }

    .float-icon3 img {
        position: absolute;
        bottom: 3%;
        left: 89%;
        width: 40px;
        height: 40px;
    }

    .float-icon1 img {
        position: absolute;
        top: 50%;
        left: -28px;
        width: 40px;
        height: 40px;
    }

    .voices-slider .slick-list {
        margin: 0 -6px;
    }

    .voices-slider .slick-slide {
        margin: 0 6px;
    }

    .voices-section .container_cus {
        padding: 0px 16px !important;
    }

    .voice-content h4 {
        font-size: 14px;
    }

    .voice-content p {
        font-size: 12px;
        line-height: 1.3;
        min-height: 31.2px;
    }
}