/* common sections starts */

.commonHeadSec {
    position: relative;
    margin: 0 0 80px 0;
}
.commonHeadSec::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #2d3c69 50%,
        transparent 100%
    );
    border-radius: 2px;
}
.commonHeadSec h2 {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 16px;
    line-height: 1.3;
}
.section-badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, #2d3c69 0%, #3d5a80 100%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 24px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 4px 12px rgba(41, 56, 87, 0.2);
}

/* common sections ends */

/* hero section starts */

#heroSec {
    max-width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-items: center;
    text-align: center;
    align-content: center;
    padding: 0px 20px;
}

#heroSec .heroSecInner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 1280px;
    width: 100%;
}

#heroSec .heroSecInner h1 {
    color: #ffbf00;
    font-size: 82px;
    font-family: "Playfair Display";
    font-weight: 700;
}

#heroSec .heroSecInner p {
    font-size: 28px;
    color: #fff;
    font-family: "poppins";
    font-weight: 400;
    line-height: 1.2em;
}

#heroSec .heroSecInner p:nth-of-type(2) {
    color: #ffbf00;
}

#heroSec .heroSecInner .heroSecInnerBtns {
    margin: 30px 0 0;
    display: flex;
    gap: 10px;
    width: 100%;
}

#heroSec .heroSecInner .heroSecInnerBtns .heroSecInnerBtn {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: "poppins";
    text-align: center;
    line-height: 56px;
    flex: 1;
    text-align: center;
    color: #2d3c69;
    background-color: #ffbf00;
    border: 3px solid #ffbf00;
    border-radius: 8px;
}

#heroSec .heroSecInner .heroSecInnerBtns .heroSecInnerBtn:nth-of-type(2) {
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
}

/* hero section ends */

/* essence section starts */

#essenceSec {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 20px;
}

#essenceSec .essenceSecInnerCol1 {
    width: 100%;
}

#essenceSec .essenceSecInnerCol1 h2 {
    color: #2d3c69;
    font-size: 42px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 30px 0 0;
}

#essenceSec .essenceSecInnerCol1 p {
    font-size: 18px;
    color: #333;
    font-family: "poppins";
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 0;
}

#essenceSec .essenceSecInnerCol1 p:nth-of-type(2) {
    font-weight: 400;
    font-size: 20px;
}

#essenceSec .essenceSecInnerCol1 p:nth-of-type(3) {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    color: #515151;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 24px;
}

#essenceSec .essenceSecInnerCol2 {
    width: 100%;
}

#essenceSec .essenceSecInnerCol2 img {
    width: 100%;
}

/* essence section starts */

/* experience section starts */

#experience-section {
    font-family: "poppins";
    background-color: #2d3c69;
    padding: 60px 20px;
    color: #1a1a1a;
}

#experience-section #experience-container {
    max-width: 900px;
    margin: 0 auto;
}

#experience-section #experience-header {
    text-align: center;
    margin-bottom: 60px;
}

#experience-section #experience-header h2 {
    color: #ffffff;
    font-size: 42px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 30px 0 0;
}

#experience-section .experience-header-title {
    font-family: "poppins";
    font-size: 1.2rem;
    color: #2d3c69;
    font-weight: 600;
    letter-spacing: 0.3px;
}

#experience-section #experience-subtitle {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
    letter-spacing: 0.3px;
}

#experience-section #experience-accent {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2c5aa0 0%, #1a3a6b 100%);
    margin: 24px auto 0;
    border-radius: 2px;
}

#experience-section #experience-accordion {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#experience-section .experience-item {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    margin: 10px 0 0;
    border-radius: 14px;
    overflow: hidden;
}

#experience-section .experience-item:last-child {
    border-bottom: none;
}

#experience-section .experience-item:hover .experience-item-header {
    background: #fafbfc;
}

#experience-section .experience-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    cursor: pointer;
    background: white;
    transition: background 0.2s ease;
    border-left: 3px solid transparent;
    min-height: 80px;
}

#experience-section .experience-item-header:hover {
    border-left-color: #ffbf00;
}

#experience-section .experience-item-header.experience-active {
    background: #f9fafb;
    border-left-color: #ffbf00;
}

#experience-section .experience-header-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

#experience-section .experience-header-text {
    width: 100%;
}

#experience-section .experience-item-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    color: #2d3c69;
    font-weight: 600;
}

#experience-section .experience-item-toggle .bx {
    font-size: 32px;
}

#experience-section
    .experience-item-header.experience-active
    .experience-item-toggle
    img {
    transform: rotate(180deg);
}

#experience-section .experience-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafbfc;
}

#experience-section .experience-item-content.experience-active {
    max-height: 500px;
}

#experience-section .experience-item-body {
    padding: 0 28px 28px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* experience section ends */

/* who prism is for section starts */

#who-prism-is-for-section {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 100px auto 0;
    gap: 30px;
    padding: 0 20px;
    align-items: center;
}

#who-prism-is-for-section .who-prism-is-for-inner-col-1 {
    width: 100%;
}

#who-prism-is-for-section .who-prism-is-for-inner-col-1 h2 {
    color: #2d3c69;
    font-size: 42px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 30px 0 0;
}

#who-prism-is-for-section .who-prism-is-for-inner-col-1 p {
    font-size: 18px;
    color: #333;
    font-family: "poppins";
    font-weight: 400;
    line-height: 1.5em;
    margin: 20px 0;
    display: flex;
    align-items: start;
    gap: 10px;
}
#who-prism-is-for-section .who-prism-is-for-inner-col-1 p i {
    margin-top: 4px;
    font-size: 22px;
    color: #293857;
}
#who-prism-is-for-section .who-prism-is-for-inner-col-1 p svg {
    margin-bottom: -4px;
    fill: #2d3c69;
}

#who-prism-is-for-section .who-prism-is-for-inner-col-2 {
    width: 100%;
}
#who-prism-is-for-section .who-prism-is-for-inner-col-2 img {
    width: 100%;
    border-radius: 15px;
}

/* who prism is for section ends */

/* tangible outcomes section starts */

#tangibleOutcomesSec {
    width: 100%;
    margin: 100px auto 0;
    background-color: #2d3c69;
    padding: 0 20px;
}

#tangibleOutcomesSec .tangibleOutcomesSecInner {
    padding: 100px 0;
    max-width: 1280px;
    width: 100%;
    gap: 50px;
    display: flex;
    margin: auto;
    align-items: center;
}

#tangibleOutcomesSec .tangibleOutcomesSecInnerCol1 {
    width: 100%;
}

#tangibleOutcomesSec .tangibleOutcomesSecInnerCol1 h2 {
    color: #fff;
    font-size: 42px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 30px 0 0;
}

#tangibleOutcomesSec .tangibleOutcomesSecInnerCol1 p {
    font-size: 18px;
    color: #fff;
    font-family: "poppins";
    font-weight: 400;
    line-height: 1.5em;
    margin: 20px 0;
    display: flex;
    align-items: start;
    gap: 10px;
}
#tangibleOutcomesSec .tangibleOutcomesSecInnerCol1 p i {
    margin-top: 4px;
    font-size: 22px;
}
#tangibleOutcomesSec .tangibleOutcomesSecInnerCol1 p svg {
    margin-bottom: -4px;
    fill: #ffbf00;
}

#tangibleOutcomesSec .tangibleOutcomesSecInnerCol2 {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tangibleOutcomesSec .tangibleOutcomesSecInnerCol2 img {
    width: 80%;
    border-radius: 15px;
}

/* tangible outcomes section ends */

/* prism ethos section starts */

#prism-ethos-section {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 100px auto 0;
    gap: 30px;
    padding: 0px 20px;
    align-items: center;
}

#prism-ethos-section .prism-ethos-inner-col-1 {
    width: 100%;
}

#prism-ethos-section .prism-ethos-inner-col-1 h2 {
    color: #2d3c69;
    font-size: 42px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 30px 0 0;
}

#prism-ethos-section .prism-ethos-inner-col-1 p {
    font-size: 18px;
    color: #333;
    font-family: "poppins";
    font-weight: 400;
    line-height: 1.5em;
    margin: 20px 0;
    display: flex;
    align-items: start;
    gap: 10px;
}
#prism-ethos-section .prism-ethos-inner-col-1 p i {
    margin-top: 4px;
    font-size: 22px;
    color: #2d3c69;
}
#prism-ethos-section .prism-ethos-inner-col-1 p svg {
    margin-bottom: -4px;
    fill: #2d3c69;
}

#prism-ethos-section .prism-ethos-inner-col-2 {
    width: 100%;
}

#prism-ethos-section .prism-ethos-inner-col-2 img {
    width: 100%;
    border-radius: 15px;
}

/* prism ethos section ends */

/* past events section starts */

#pastEventSec {
    margin-top: 100px;
    background-color: #2d3c69;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}

#pastEventSec .pastEventSecInner {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

#pastEventSec .pastEventSecInner h2 {
    font-size: 42px;
    font-family: "Playfair Display";
    font-weight: 700;
}

#pastEventSec .pastEventSecInner h3 {
    color: #ffbf00;
    font-size: 32px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 20px 0;
}

#pastEventSec .pastEventSecInner p {
    font-size: 18px;
    font-family: "poppins";
    font-weight: 400;
    line-height: 1.5em;
    margin: 20px 0;
}
#pastEventSec .slider-container {
    max-width: 1400px;
    margin: 50px auto 0px auto;
    position: relative;
    padding: 0 80px;
}

#pastEventSec .business-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#pastEventSec .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#pastEventSec .myBusinessSwiper {
    width: 100%;
}

#pastEventSec .swiper-slide {
    position: relative;
    overflow: hidden;
}

#pastEventSec .slide-content {
    position: relative;
    width: 100%;
    height: 188px;
    background-color: #000;
    border-radius: 10px;
}

#pastEventSec .slide-image {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: pointer;
}

#pastEventSec .slide-image:hover {
    transform: scale(1.05);
}

#pastEventSec .external-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #293857;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pastEventSec .external-nav:hover {
    background: #ffbf00;
    transform: translateY(-50%) scale(1.1);
}

#pastEventSec .external-prev {
    left: 10px;
}

#pastEventSec .external-next {
    right: 10px;
}

#pastEventSec .external-pagination {
    text-align: center;
    margin-top: 30px;
}

#pastEventSec .external-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
}

#pastEventSec .external-pagination .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

#pastEventSec .swiper-button-next,
#pastEventSec .swiper-button-prev,
#pastEventSec .swiper-pagination {
    display: none !important;
}

/* past events section ends */

/* testimonials section starts */

#testimonialSec {
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonialSecHead {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#testimonialSec .slider-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

#testimonialSec figure.snip1157 {
    margin: 10px;
    color: #333;
    text-align: left;
    box-shadow: inset 0 0 32px 0px #d7d7d7a8;
    border-radius: 15px;
    background: #fff;
}

#testimonialSec figure.snip1157 blockquote {
    border-radius: 8px;
    padding: 25px 50px 30px 50px;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
    line-height: 1.6em;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    position: relative;
}

#testimonialSec figure.snip1157 blockquote:before,
#testimonialSec figure.snip1157 blockquote:after {
    font-family: "FontAwesome";
    content: "\201C";
    position: absolute;
    font-size: 40px;
    font-weight: 800;
    opacity: 0.3;
    font-style: normal;
}

#testimonialSec figure.snip1157 blockquote:before {
    top: 25px;
    left: 10px;
}

#testimonialSec figure.snip1157 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 10px;
}

#testimonialSec figure.snip1157 .author {
    margin-top: 20px;
    text-transform: uppercase;
    color: #333;
    padding-left: 50px;
    padding-top: 20px;
}

#testimonialSec figure.snip1157 .author h5 {
    opacity: 0.8;
    font-family: "Playfair Display", serif;
    color: #293857;
    margin: 0;
    font-weight: 800;
    font-size: 0.9rem;
}

#testimonialSec figure.snip1157 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

#testimonialSec .snip1157-wrap {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background: #ddd;
    padding: 2px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transform: translateX(50px) translateY(15px);
}

#testimonialSec .snip1157-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
}

#testimonialSec .nav-btn {
    position: absolute;
    top: 240px;
    background-color: #293957;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 13.5px 15px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: 5;
    height: 50px;
    width: 50px;
}

#testimonialSec .nav-btn:hover {
    background-color: #ffbf00;
}

#testimonialSec .prev {
    left: 0px;
}

#testimonialSec .next {
    right: 0px;
}

#testimonialSec .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 3px;
    margin: 5px;
    border-radius: 4px;
    background: #bbb;
    opacity: 1;
    transition: width 0.4s ease, background 0.3s ease;
}

#testimonialSec .swiper-pagination-bullet-active {
    background: #293957;
    width: 50px;
}

/* testimonials section ends */

/* prism houston section starts */

#prismHoustonSec {
    padding: 120px 0 0 0;
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

#prismHoustonSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #e0e5ed 50%,
        transparent 100%
    );
}

#prismHoustonSec .prismHoustonSecInner {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

#prismHoustonSec .prismHoustonSecInner .prismHoustonSecInnerRow h2 {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 16px;
    line-height: 1.3;
}

#prismHoustonSec .prismHoustonSecInner .prismHoustonSecInnerRow p {
    font-size: 17px;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin: 20px 0;
}

#prismHoustonSec
    .prismHoustonSecInner
    #prismHoustonSecInnerRow3
    p:nth-of-type(2) {
    color: #2d3c69;
    font-weight: 500;
}

#prismHoustonSecInnerRow1 {
    text-align: center;
    position: relative;
    padding-bottom: 50px !important;
}

#prismHoustonSecInnerRow3 {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid #e8ecf2;
}

#prismHoustonSec .content-grid {
    display: grid;
    gap: 40px;
}

#prismHoustonSec .content-block {
    border-radius: 16px;
    padding: 50px 50px 0 50px;
    position: relative;
}

#prismHoustonSec .content-block i {
    font-size: 40px;
    color: #2d3c69;
    margin-bottom: 24px;
    display: block;
}

#prismHoustonSec .content-block h2 {
    color: #2d3c69;
    margin-bottom: 24px;
}

#prismHoustonSec .content-block-alt {
    border-radius: 16px;
    padding: 0px 50px 50px 50px;
    position: relative;
    overflow: hidden;
}

#prismHoustonSec .content-block-alt::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    animation: pulse 8s ease-in-out infinite;
}

#prismHoustonSec .content-block-alt i {
    font-size: 48px;
    color: #ffbf00;
    margin-bottom: 24px;
    display: block;
    position: relative;
    z-index: 1;
}

#prismHoustonSec .content-block-alt h2,
#prismHoustonSec .content-block-alt p {
    color: white;
    position: relative;
    z-index: 1;
}

#prismHoustonSec .content-block-alt p {
    font-size: 18px;
    line-height: 1.8;
}

#prismHoustonSec .title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* prism houston section ends */

#team-section {
    max-width: 100%;
    width: 100%;
    padding: 0px 20px 120px 20px;
}

#team-section .divider {
    height: 4px;
    width: 60px;
    background: #999;
    margin: 12px auto 66px;
    border-radius: 4px;
    opacity: 0.6;
}

#team-section .team-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    row-gap: 80px;
    flex-wrap: wrap;
}

#team-section .team-card {
    background: #fff;
    border-radius: 42px;
    padding: 46px 20px 28px;
    position: relative;
    box-shadow: 0 6px 18px rgba(20, 20, 20, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 280px;
    width: 100%;
    max-width: 30%;
}

#team-section .avatar-wrap {
    position: absolute;
    top: -46px;
    left: 25%;
    transform: translateX(-50%);
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #ddd;
    padding: 6px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#team-section .avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
}

#team-section .card-body {
    margin-top: 84px;
    text-align: left !important;
    width: 100%;
    padding: 0 10px;
}

#team-section .name {
    margin: 0;
    font-size: 20px !important;
    font-family: "Playfair Display";
    color: #293857;
    font-weight: 700;
}

#team-section .role {
    margin: 0;
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.4;
    font-weight: 400;
}

#team-section .roles {
    font-size: 13.3px;
    color: #333;
    font-weight: 500;
    margin-top: 6px;
    font-style: italic;
    line-height: 1.01rem;
    margin-bottom: 10px;
}

#team-section .socials {
    margin-top: 14px;
}

#team-section .social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0077b5;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#team-section .social:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#team-section .opening-keynote {
    max-width: 1000px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 100px;
    text-align: center;
}

#team-section .opening-keynote h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

#team-section .keynote-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 30px;
    gap: 30px;
}

#team-section .keynote-image img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f0f0f0;
}

#team-section .keynote-content {
    text-align: left;
    max-width: 600px;
}

#team-section .keynote-content h3 {
    font-size: 26px !important;
    font-family: "Playfair Display";
    color: #293857;
    font-weight: 700;
    margin: 0;
}

#team-section .keynote-content .role {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 10px;
    color: #333;
    font-style: italic;
}

#team-section .keynote-content .desc {
    font-size: 15px;
    line-height: 1.6;
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 10px;
}

#team-section .divider {
    width: 30px;
    height: 2px;
    background: #333;
    margin: 20px 0 20px -12px;
    rotate: 90deg;
}

/* register section starts */

#register-section {
    background: #f8f9fc !important;
    padding: 100px 20px;
}

#register-section .pricingBoxTerms p {
    margin: 3px 0 !important;
    padding: 0;
    font-size: 14px !important;
}

#register-section .pricingBoxWrapper {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 40px auto 0;
}

#register-section .pricingBoxWrapperRow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

#register-section .pricingBoxContainer {
    background: white;
    border-radius: 20px;
    padding: 56px 48px;
    width: 100%;
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #e8ecf2;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#register-section .pricingBoxContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2d3c69 0%, #ffbf00 100%);
}

#register-section .pricingBoxContainer:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.12);
}

#register-section .pricing-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2d3c69 0%, #3d5a80 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    box-shadow: 0 8px 24px rgba(41, 56, 87, 0.2);
}

#register-section .pricing-icon-wrapper i {
    font-size: 40px;
    color: #ffbf00;
}

#register-section .pricingBoxContainer h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a2332;
    font-family: "Playfair Display";
    font-weight: 900;
}

#register-section .pricingBoxDescription {
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    /* flex: 1; */
}

#register-section .pricingBoxMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    width: 100%;
}

#register-section .event-meta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 24px;
    background: #f8f9fc;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #475569;
    font-weight: 500;
}

#register-section .event-meta-item i {
    font-size: 20px;
    color: #2d3c69;
}

#register-section .pricingBoxPriceWrapper {
    margin: 40px 0 32px;
    position: relative;
}

#register-section .pricingBoxPrice {
    font-size: 64px;
    font-weight: 900;
    color: #2d3c69;
    letter-spacing: -2px;
    font-family: "Playfair Display", serif;
}

#register-section .pricingBoxCurrency {
    font-size: 32px;
    position: relative;
    top: -20px;
    font-weight: 400;
}

#register-section .pricingBoxButton {
    background: linear-gradient(135deg, #ffbf00 0%, #ff9500 100%);
    color: #1a2332;
    text-decoration: none;
    border: none;
    padding: 18px 48px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(255, 191, 0, 0.3);
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

#register-section .pricingBoxButton::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s;
}

#register-section .pricingBoxButton:hover::before {
    left: 100%;
}

#register-section .pricingBoxButton:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 191, 0, 0.4);
}

#register-section .pricingBoxButton i {
    font-size: 20px;
    transition: transform 0.3s;
}

#register-section .pricingBoxButton:hover i {
    transform: translateX(4px);
}

#register-section .pricingBoxDivider {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #e5e7eb 50%,
        transparent 100%
    );
    margin: 40px 0;
    width: 100%;
}

#register-section .pricingBoxTermsWrapper {
    text-align: center;
    width: 100%;
}

#register-section .pricingBoxTerms {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

#register-section .pricingBoxInvitationOnly {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #2d3c69;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 2px solid #2d3c69;
    border-radius: 50px;
    background: rgba(41, 56, 87, 0.05);
    font-family: "Poppins", sans-serif;
}

#register-section .pricingBoxInvitationOnly i {
    font-size: 16px;
}

/* register section ends */

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}

/* waitlist section starts */

#waitlistSec {
    display: none;
    background-color: #2d3c69;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}

#waitlistSec .waitlistSecInner {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

#waitlistSec .waitlistSecInner h2 {
    font-size: 42px;
    font-family: "Playfair Display";
    font-weight: 700;
}

#waitlistSec .waitlistSecInner h3 {
    color: #ffbf00;
    font-size: 32px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 20px 0;
}

#waitlistSec .waitlistSecInner p {
    font-size: 18px;
    font-family: "poppins";
    font-weight: 400;
    line-height: 1.5em;
    margin: 20px 0;
}

#waitlistSec .waitlistSecInner a {
    background: #ffbf00;
    color: #333;
    border: none;
    padding: 16px 56px;
    font-size: 1rem;
    font-weight: 600;
    font-family: "poppins";
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    max-width: max-content;
    margin: auto;
}

/* waitlist section ends */

/* Responsive Design */

@media (max-width: 1024px) {
    /* testimonial section starts */

    #testimonialSec figure.snip1157 blockquote {
        font-size: 0.9em;
    }

    #testimonialSec .swiper-pagination-bullet {
        width: 8px;
        margin: 2px;
    }

    #testimonialSec .swiper-pagination-bullet-active {
        width: 10px;
    }

    /* testimonial section ends */
}

@media (max-width: 992px) {
    /* prism houston section starts */

    #team-section .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #team-section .team-card {
        margin-bottom: 50px;
        max-width: 48%;
    }

    #team-section .keynote-card {
        display: block;
    }

    #team-section .keynote-image img {
        margin-bottom: 20px;
    }

    #team-section .container {
        text-align: left;
    }

    /* prism houston section ends */
}

@media (max-width: 768px) {
    #heroSec .heroSecInner h1 {
        font-size: 40px;
    }
    #heroSec .heroSecInner p {
        font-size: 18px;
    }
    #heroSec .heroSecInner .heroSecInnerBtns {
        flex-direction: column;
    }
    #heroSec .heroSecInner .heroSecInnerBtns .heroSecInnerBtn {
        font-size: 16px;
        line-height: 45px;
    }
    #essenceSec {
        flex-direction: column;
    }

    #who-prism-is-for-section {
        flex-direction: column;
    }
    #tangibleOutcomesSec .tangibleOutcomesSecInner {
        flex-direction: column;
    }
    #tangibleOutcomesSec .tangibleOutcomesSecInnerCol2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #prism-ethos-section {
        flex-direction: column-reverse;
    }
    .commonHeadSec h2 {
        text-align: center;
    }
    /* prism houston section starts */

    #prismHoustonSec {
        padding: 80px 0;
    }

    #prismHoustonSec .prismHoustonSecInner .prismHoustonSecInnerRow h2 {
        font-size: 28px;
    }

    #prismHoustonSec .content-block,
    #prismHoustonSec .content-block-alt {
        padding: 32px;
    }

    #team-section .team-grid {
        grid-template-columns: 1fr;
    }

    #team-section .team-card {
        margin-bottom: 50px;
        max-width: 100%;
    }

    #team-section .keynote-card {
        display: block;
    }

    #team-section .keynote-image img {
        margin-bottom: 20px;
    }

    #team-section .container {
        text-align: left;
    }

    /* prism houston section ends */

    /* register section starts */

    #register-section .pricingBoxContainer {
        padding: 40px 24px;
    }

    #register-section .pricingBoxPrice {
        font-size: 48px;
    }

    #register-section .pricingBoxButton {
        width: 100%;
        justify-content: center;
    }

    #register-section .event-meta-item {
        font-size: 14px;
    }

    /* register section starts */

    /* past events section starts */

    #pastEventSec .slider-container {
        margin: 50px 10px 20px 10px;
        padding: 0 60px;
    }

    #pastEventSec .external-nav {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    #pastEventSec .external-prev {
        left: 5px;
    }

    #pastEventSec .external-next {
        right: 5px;
    }

    /* past events section ends */
}

@media (max-width: 600px) {
    /* register section starts */

    #register-section .pricingBoxContainer {
        padding: 40px 28px;
    }

    #register-section .pricingBoxAccent {
        left: 24px;
        right: 24px;
    }

    #register-section .pricingBoxPrice {
        font-size: 2.8rem;
    }

    #register-section .pricingBoxDescription {
        font-size: 0.95rem;
        margin-bottom: 28px;
    }

    #register-section .pricingBoxButton {
        padding: 14px 40px;
        font-size: 0.95rem;
    }

    #register-section .pricingBoxDivider {
        margin: 32px 0;
    }

    #register-section .pricingBoxTerms {
        font-size: 0.85rem;
    }

    #register-section .pricingBoxInvitationOnly {
        font-size: 0.8rem;
    }

    /* register section ends */
}

@media (max-width: 480px) {
    #experience-section #experience-header h2 {
        font-size: 28px;
    }
    #experience-section .experience-header-title {
        font-size: 1rem;
    }
    #who-prism-is-for-section .who-prism-is-for-inner-col-1 h2 {
        font-size: 28px;
    }
    #who-prism-is-for-section .who-prism-is-for-inner-col-1 p {
        font-size: 16px;
    }
    #tangibleOutcomesSec .tangibleOutcomesSecInnerCol1 h2 {
        font-size: 28px;
    }
    #tangibleOutcomesSec .tangibleOutcomesSecInnerCol1 p {
        font-size: 16px;
    }
    #prism-ethos-section .prism-ethos-inner-col-1 h2 {
        font-size: 28px;
    }
    #prism-ethos-section .prism-ethos-inner-col-1 p {
        font-size: 16px;
    }
    #pastEventSec .pastEventSecInner h2 {
        font-size: 28px;
    }
    #pastEventSec .pastEventSecInner h3 {
        font-size: 24px;
    }
    #pastEventSec .pastEventSecInner p {
        font-size: 16px;
    }
    .commonHeadSec h2 {
        font-size: 28px;
    }
    #prismHoustonSec .prismHoustonSecInner .prismHoustonSecInnerRow p {
        font-size: 16px;
    }
    #waitlistSec .waitlistSecInner h2 {
        font-size: 28px;
    }
    #waitlistSec .waitlistSecInner h3 {
        font-size: 24px;
    }
    #waitlistSec .waitlistSecInner p {
        font-size: 16px;
    }
    #waitlistSec .waitlistSecInner a {
        padding: 12px 35px;
    }
    #tangibleOutcomesSec .tangibleOutcomesSecInnerCol2 img {
        width: 80%;
    }
    /* register section starts */

    #register-section .pricingBoxContainer {
        padding: 32px 20px;
    }

    #register-section .pricingBoxPrice {
        font-size: 2.3rem;
    }

    #register-section .pricingBoxButton {
        padding: 12px 32px;
        font-size: 0.9rem;
        width: 100%;
    }

    #register-section .pricingBoxDescription {
        font-size: 0.9rem;
    }
    #register-section .pricingBoxInvitationOnly {
        font-size: 0.7rem;
        padding: 4px 4px;
    }
    #register-section .pricingBoxCurrency {
        top: -10px;
    }
    /* register section ends */

    /* past events section starts */

    #pastEventSec .slider-container {
        padding: 0 50px;
    }

    #pastEventSec .external-nav {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    #pastEventSec .external-prev {
        left: 0;
    }

    #pastEventSec .external-next {
        right: 0;
    }

    /* past events section ends */
}
