* {
    font-family: "Public Sans";
}

section {
    overflow-x: hidden;
}

.page-template-lp-hrone-ai-summit {
    background: #04291e;
}

.ai_btn {
    padding: 12px 24px;
    border-radius: 4px;
    background: #E65F46;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ai_btn:hover {
    background: #cc523c;
}

.ai_btn2 {
    padding: 18px 36px;
    font-size: 20px;
}

.ai_btn3 {
    padding: 20px 62px;
    font-size: 20px;
}




h1 {
    color: #009F78;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}

h2 {
    color: #00AB86;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.sub_para {
    color: #CADDD5;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
}

.sub_para1 {
    color: #009F78;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.blank_layer {
    background: #043023;
    height: 140px;
    margin-top: -90px;
    z-index: 9;
    position: relative;
}




/* Border animation */

.moving-border-button {
    --radius: 7px;
    --border-size: 1px;
    --accent: #00ab86;
    position: relative;
}

.stroke,
.glow {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: conic-gradient(from var(--angle), transparent 0deg, #00ab86 40deg, transparent 90deg);
    animation: spin 3s linear infinite;
    transition: background 1.2s ease;
    pointer-events: none;
    filter: blur(6px);
    border-radius: 16px;
}

.stroke {
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    padding: var(--border-size);
}

.moving-border-button:hover .stroke,
.moving-border-button:hover .glow {
    transition: 1.5s ease;
    animation-play-state: paused;
    background: conic-gradient(from 0deg,
            var(--accent) 0deg,
            var(--accent) 360deg);
    filter: blur(1px);
}

.fill {
    position: absolute;
    inset: var(--border-size);
    background: #101D19;
    border-radius: inherit;
    z-index: 1;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes spin {
    to {
        --angle: 360deg;
    }
}

.inner_tab_content>div:hover,
.ai-foot-right>div:first-child:hover {
    transition: 0.3s ease;
    border-color: #00ab86;
    box-shadow: 0 0 6px rgba(0, 171, 134, .6);
}

/* Border animation */




/* ai-summit-header */

.ai-summit-header {
    padding: 24px 0px;
    padding: 24px 0;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 9999;
}

.ai-summit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-summit-header .ai_btn {
    padding: 12px 24px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1.925px;
    background: #E65F46;

}

.ai-summit-header ul {
    display: flex;
    align-items: center;
    gap: 54px;
}

.ai-summit-header ul li a {
    color: #E5E7EB;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#ai-summit-header.active {
    position: fixed;
    background: #d6d6d6;
    padding: 15px 0px;
    background: #04291E;
    z-index: 9999 !important;
}

/* Hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.menu-toggle span {
    width: 24px;
    height: 1px;
    background: #ffffff;

}

/* ai-summit-banner-section */
.ai-summit-banner {
    padding: 160px 0px 60px 0px;
    background: #04291E;
    position: relative;

}

.ai-summit-banner::after {
    content: "";
    height: 300px;
    width: 500px;
    right: -27%;
    top: 15%;
    border-radius: 50%;
    background: #009F78;
    filter: blur(140px);
    position: absolute;
}

.ai-summit-banner::before {
    content: "";
    height: 46px;
    width: 700px;
    left: -27%;
    bottom: 0;
    border-radius: 50%;
    background: #009F78;
    filter: blur(140px);
    position: absolute;
}

.ai-summit-main {
    text-align: center;
}

.ai-summit-banner-top {
    z-index: 9;
    position: relative;
}

.ai-summit-banner-top p {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 20px;
}

.ai-summit-banner-top h6 {
    color: #009F78;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.ai-summit-banner-top>div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 20px 0px 40px 0px;
}

.ai-summit-banner-bottom .ai-counter {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ai-summit-banner-bottom h6 {
    color: #00C393;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.878px;
}

.ai-summit-banner-bottom p {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 4px;
}

.ai-summit-banner-bottom {
    display: flex;
    justify-content: center;
    gap: 96px;
    margin-top: -120px;
}

.ai-summit-banner-bottom>div {
    position: relative;
}

.ai-summit-banner-bottom>div:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 100%;
    right: -48px;
    opacity: 0.3;
    background: #FFF;
    top: 0px;
}

.ai-summit-banner-bottom>div:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 100%;
    left: -48px;
    opacity: 0.3;
    background: #FFF;
    top: 0px;
}

.cwp-curved-slider {
    position: relative;
    width: 100%;
    height: 80vh;
    cursor: grab;
    overflow: hidden;
    margin-top: -160px;
}

.cwp-curved-slider:active {
    cursor: grabbing;
}

.cwp-curved-slider canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.cwp-curved-slider .image-gallery {
    display: none;
}

.mob-cwd-slider {
    display: none;
}



/* .ai-days-section */
.ai-days-section {
    padding: 100px 0px;
    background: #0F1C18;
}

.ai-tab-buttons {
    display: flex;
    gap: 16px;
    margin: 30px 0px 60px;
    justify-content: center;
}

.tab-btn {
    padding: 16px 48px;
    border-radius: 5px;
    border: 0.8px solid #02563D;
    background: transparent;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}

.tab-btn.active,
.tab-btn:hover {
    background: #00AB86;
}

.tab-panel {
    display: none;
    margin-top: 15px;
}

.tab-panel.active {
    display: block;
}

.ai-tab-content h3 {
    color: #CADDD5;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 32px;
}

.inner_tab_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inner_tab_content>div>div:first-child,
.inner_tab_content .ai-time {
    display: flex;
    align-items: center;
}

.inner_tab_content>div>div:first-child {
    gap: 40px;
}

.inner_tab_content>div {
    padding-left: 24px;
    border-radius: 17px;
    border: 0.8px solid rgba(0, 159, 120, 0.38);
}

.inner_tab_content>div>img {
    width: 56px;
}

.inner_tab_content h5 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 12px;
}

.inner_tab_content h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}

.inner_tab_content h6 {
    color: #97DAC6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.inner_tab_content .ai_note {
    padding: 24px 40px;
    border-radius: 0 18px 18px 0;
    background: rgba(2, 86, 61, 0.12);
    width: 100%;
    position: relative;
}

.inner_tab_content .ai-time {
    width: 30%;
}

.ai_day_bottom {
    text-align: center;
}

.inner_tab_content .ai_note::after {
    content: "";
    position: absolute;
    height: 55%;
    background: rgba(0, 159, 120, 0.89);
    width: 1px;
    top: 24px;
    left: 0px;
}

.ai_day_bottom p {
    color: #009F78;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 55px 0px 16px 0px;
}

/* ai_meet_section */

.ai_meet_section {
    background: #04291E;
    padding: 90px 0px 55px;
    position: relative;
}

.ai_meet_section::after {
    content: "";
    height: 200px;
    width: 800px;
    right: -20%;
    top: 0%;
    opacity: .6;
    border-radius: 50%;
    background: #009f78;
    filter: blur(140px);
    position: absolute;
}

.ai_meet_main .meet_grid_card {
    padding: 16px 20px 0px;
    border-radius: 9px;
    background: #02563D;
    line-height: 0px;
    border: 1px solid #ffffff59;
    max-height: 290.6px;
    overflow: hidden;
}

.ai_meet_main .meet_grid_card>img {
    height: 230px;
}

.ai_meet_main .meet_grid_card>div img {
    width: 60px;
    height: 40px;
}


.ai_meet_main .meet_grid_card>div>div {
    min-height: 40px;
}

.ai_meet_main .meet_grid_slider {
    margin: 50px -12px 50px;
    line-height: 0px;
}

.ai_meet_main .meet_grid_slider .slick-slide {
    margin: 0 12px;
}



.ai_meet_main .meet_grid_card h4 {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.745px;
}

.ai_meet_main .meet_grid_card h6 {
    color: #00C393;
    font-size: 10.634px;
    font-style: normal;
    font-weight: 400;
    line-height: 10.634px;
}

.ai_meet_main .meet_grid_card>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

/* ai meet new */
.smartworking-wraper {
    overflow: hidden;
    padding-left: 100px;
    padding-top: 40px;
}

.ai_meet_main .swiper {
    width: 100%;
    overflow: visible;
    margin-top: 50px;
    margin-bottom: 100px;
}

.ai_meet_main .swiper-wrapper {
    align-items: stretch;
}

.ai_meet_main .swiper-slide {
    height: auto;
    transition: transform 0.5s ease;
}


/* Bottom arrows */
.ai_meet_main .swiper-buttons {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 999;
}

.ai_meet_main .swiper-buttons button {
    background: #B0CEC0;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai_meet_main .swiper-buttons .next svg {
    transform: rotate(180deg);
}

.ai_meet_main .swiper-buttons button:hover {
    background: #1E6955;
}

.ai_meet_main .swiper-buttons button:hover svg path {
    stroke: #fff;
}

/* Responsive */
@media(max-width: 768px) {
    .ai_meet_main .swiper-buttons {
        bottom: -60px;
    }
}

/* .ai-past-sponsers-section */

.ai-past-sponsers-section {
    padding: 50px 0px 100px;
    background: #04291E;
    position: relative;
}

.ai-sponsers-main {
    position: relative;
    z-index: 99;
}

.ai-past-sponsers-section::after {
    content: "";
    height: 523px;
    width: 100%;
    left: 0;
    top: 5%;
    border-radius: 50%;
    opacity: .32;
    background: #009F78;
    filter: blur(140px);
    position: absolute;
}

.ai-sponsers-main .ai-partner-slider {
    margin: 55px -22px 80px;
}

.ai-partner-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.ai-partner-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
}

.ai-partner-track img {
    height: 60px;
    padding-right: 60px;
    flex-shrink: 0;
    display: block;
}

.ai-sponsers-main .ai-partner-slider .slick-slide {
    padding: 0 22px;
}

.ai-sponsers-main .partners_grid>div {
    padding: 20px 40px;
    border-radius: 8px;
    border: 0.86px solid rgba(8, 157, 112, 0.30);
    width: fit-content;
    text-align: center;
}

.ai-sponsers-main .partners_grid h5 {
    color: #97DAC6;
    font-size: 13.759px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.425px;
    letter-spacing: 1.29px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.ai-sponsers-main .partners_grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.ai-sponsers-main .partners_grid>div:nth-child(3) img {
    width: 115px;
}

/* why_sponsors_section */
.why_sponsors_section {
    padding: 100px 0px;
    background: #101D19;
    position: relative;
}


.why_sponsors_section::after {
    content: "";
    height: 140px;
    width: 400px;
    left: -15%;
    top: 30%;
    border-radius: 50%;
    border-radius: 50%;
    opacity: 0.6;
    background: #009F78;
    filter: blur(100px);
    position: absolute;
}

.why_sponsors_main {
    text-align: center;
}


.why_sponsors_main .why_sponsors_grid>div {
    padding: 44px;
    border-radius: 16px;
    border: 0.2px solid #ffffff53;
    background: rgba(0, 0, 0, 0.00);
    text-align: center;
}

.why_sponsors_main .why_sponsors_grid>div img {
    position: relative;
    z-index: 9;
}

.why_sponsors_main .why_sponsors_grid h5 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-top: 26px; */
    position: relative;
    z-index: 9;
}

.why_sponsors_main .why_sponsors_grid {
    margin: 60px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* .ai_comminity_section */

.ai_comminity_section {
    padding-top: 80px;
    background: linear-gradient(180deg, #043124 0%, #031E16 100%);
    position: relative;
}

.ai_comminity_section::after {
    content: "";
    height: 400px;
    width: 400px;
    left: -15%;
    top: 5%;
    border-radius: 50%;
    opacity: .7;
    background: #23a578;
    filter: blur(140px);
    position: absolute;
}

.ai_comminity_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 50px 0px;
    position: relative;
    z-index: 9;
}

.ai_comminity_grid>div {
    padding: 14px;
    padding-bottom: 35px;
    border-radius: 10px;
    text-align: center;
    background: rgba(0, 159, 120, 0.26);
}

.ai_comminity_grid>div>img {
    max-width: 345px;
}

.ai_comminity_grid>div>div {
    margin-top: 35px;
}

.ai_comminity_grid>div>div h5 {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
}

.ai_comminity_bottom {
    padding: 40px 50px;
    border-radius: 10px;
    background: #043023;
    box-shadow: 0 7px 42.1px 0 rgba(0, 0, 0, 0.18);
    z-index: 99;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
    position: relative;
    margin-bottom: 40px;
}

.ai_comminity_bottom>div {
    display: flex;
    gap: 14px;
    align-items: center;
    border-right: 1px solid rgba(139, 138, 138, 0.81);
}

.ai_comminity_bottom>div:last-child {
    border: 0px;
}

.ai_comminity_bottom>div h5 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

/* ai_faq_section */
.ai_faq_section {
    background: #101D19;
    padding: 100px 0px;
    line-height: 0px;
}

.ai_faq_section .hr-accordion .faq-accordion.open {
    background: #03241A;
    padding: 36px;
    border-radius: 12px 12px 0px 0px;
}

.ai_faq_section .hr-accordion .faq-panel {
    background: #03241A;
    border-radius: 0px 0px 12px 12px;
    border-bottom: 0px;
    position: relative;
}

.ai_faq_section .hr-accordion .faq-panel::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 68px);
    background: #609585;
    bottom: 0px;
    right: 0;
    left: 0;
}

.ai_faq_section .hr-accordion .faq-accordion p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.ai_faq_section .hr-accordion .faq-panel p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}



.ai_faq_section .hr-accordion.active {
    padding-bottom: 0px;
}

/* ai-summit-footer */
.ai-summit-footer {
    background: #04291E;
    padding-top: 100px;
    line-height: 0px;
}

.ai-summit-foot {
    display: flex;
    justify-content: space-between;
    padding-bottom: 105px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.ai-summit-foot h2 {
    color: #fff;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 48px;
    margin-bottom: 10px;
    text-align: left;
}

.ai-summit-foot h2 span {
    color: #009F78;
    font-weight: 700;
}

.ai-foot-left p {
    color: #00C393;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 36px;
}

.ai-foot-left h6 {
    color: #FFF;
    font-size: 14.86px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.229px;
    letter-spacing: 0.743px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.ai-foot-right>div:first-child {
    padding: 44px;
    border-radius: 25.475px;
    border: 1.698px solid rgba(0, 159, 120, 0.40);
}

.ai-foot-right>div:first-child>div {
    display: flex;
    align-items: center;
}

.ai-foot-right h6 {
    color: #00C393;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.229px;
    letter-spacing: 0.743px;
    text-transform: uppercase;
}

.ai-foot-right p {
    color: #FFF;
    font-family: Arial;
    font-size: 25.475px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.966px;
}

.ai-foot-right img {
    margin-right: 17px;
}

.ai-foot-right .ai_btn {
    margin-top: 36px;
    font-size: 20px;
    width: 100%;

    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.ai-s-foot-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-summit-foot>div {
    width: 47%;

}

.ai-foot-icon {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ai-s-foot-counter {
    margin-top: 24px;
}

.ai-s-foot-counter h5 {
    color: #FFF;
    text-align: center;
    font-size: 25.992px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.992px;
}

.ai-s-foot-counter h4 {
    color: #009F78;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.996px;
    letter-spacing: 0.433px;
    text-transform: uppercase;
    margin-top: 8px;
}

.ai-foot-bottom {
    padding: 45px 0px 20px;
}

.ai-foot-bottom p {
    color: #FFF;
    text-align: center;
    font-size: 16.983px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.475px;
}

.ai-summit-footer>img {
    width: 100%;
}

.ai-foot-icon img {
    border-radius: 8px;
}




/* Popup form css */
.ai_summit_modal .modal-content {
    background-color: transparent;
    padding: 0px;
    width: 30%;
}

.ai_summit_modal .cookies-text-form {
    margin-left: 2px;
    color: #272727;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 22.076px;
    margin-bottom: 24px;
}

.ai_summit_modal .landing-page-form-main {
    background: #fff;
    padding: 48px 24px 24px;
    border-radius: 10px;
    min-height: fit-content;
}

.ai_summit_modal span.close1 {
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 40px;
    top: -7px;
}

.ai_summit_modal .input-btn-orange-submit {
    background: #00B589;
}

.ai_summit_modal .perormance_star_rating {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.ai_summit_modal .perormance_star_rating>div:first-child {
    padding-right: 20px;
    border-right: 1px solid #FFFFFF80;
}

.ai_summit_modal .perormance_star_rating>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai_summit_modal .perormance_star_rating p {
    color: #272727;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ai_summit_modal .perormance_star_rating p span {
    font-size: 10px;
}

.ai_summit_modal .refer_by {
    margin-top: 18px;
}

.ai_connect_modal .close2 {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 40px;
    cursor: pointer;
}


/* new accordion css */
.accordion-arrow {
    display: none;
}

.accordion-content {
    display: none;
}

.accordion-item.has-content .accordion-arrow,
.accordion-item.has-content .accordion-content {
    display: flex;
}

.inner_tab_content .accordion-content ul {
    padding-left: 16px;
}

.inner_tab_content>div {
    cursor: pointer;
}

.inner_tab_content .accordion-content {
    max-height: 0;
    overflow: hidden;
}

.inner_tab_content .accordion-item.active .accordion-content {
    max-height: 500px;
    width: 62.3%;
    margin-left: auto;
    background: rgba(2, 86, 61, 0.12);
    padding: 24px 40px;
    padding-top: 0px;
}

.inner_tab_content .accordion-item.active .accordion-content p,
.inner_tab_content .accordion-item.active .accordion-content li {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    list-style-type: disc;

}

.inner_tab_content .ai_note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.inner_tab_content .accordion-arrow {
    transition: transform 0.3s ease;
}

.inner_tab_content .accordion-arrow svg path {
    stroke: #fff;
}

/* Rotate arrow when active */
.inner_tab_content .accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}


@media (max-width:1199px) {
    .ai_comminity_bottom>div h5 {
        font-size: 14px;
    }

    .ai_summit_modal .modal-content {
        width: 50%;
    }

    .inner_tab_content .accordion-item.active .accordion-content {
        width: 59.2%;
    }
}

@media (max-width:991px) {
    .inner_tab_content .accordion-item.active .accordion-content {
        width: 54.4%;
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 768px) {


    h1 {
        font-size: 36px;
        line-height: 44px;

    }

    br {
        display: none;
    }

    h1 br {
        display: none;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }


    .sub_para {
        font-size: 16px;
        line-height: 24px;
    }

    .tab-btn {
        padding: 8px 24px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
    }

    .ai_btn {
        padding: 12px 24px;
        border-radius: 4px;
        font-size: 16px;
        overflow: unset;
    }

    .ai-summit-header ul li a {
        font-size: 14px;
    }

    .ai-summit-header ul li {
        line-height: 0px;
    }

    .ai-summit-header .ai_btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .ai-summit-header {
        padding: 24px 0;
        padding: 12px 0;
    }

    .ai-summit-head .menu-toggle {
        display: flex;
        border: 1px solid #a1a3a2;
        padding: 8px 6px;
        border-radius: 4px;
    }

    .ai-summit-head .logo {
        width: 240px;
    }

    .ai-summit-head .nav-menu {
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        background: #04291e;
        border-top: 1px solid #5754546b;
        display: none;
    }

    .ai-summit-head .nav-menu ul {
        padding: 12px 32px;
        gap: 20px;
        height: fit-content;
        flex-direction: row;
    }

    .ai-summit-head .nav-menu.active {
        display: block;
    }

    /* CROSS STATE */
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -6px);
    }

    /* banner section */

    .ai-summit-banner {
        padding: 100px 20px 40px;
    }

    .ai-summit-banner-top p {
        font-size: 16px;
        margin-top: 10px;
    }

    .ai-summit-banner:after {
        height: 190px;
        width: 200px;
        top: 23%;
        filter: blur(55px);
        opacity: 0.4;
    }

    .ai-summit-banner-top h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .ai-summit-banner-top>div img {
        width: 18px;
    }

    .ai-summit-banner-top>div {
        gap: 10px;
        margin: 16px 0 24px;
    }

    .ai-summit-banner-bottom .ai-counter {
        font-size: 20px;
        line-height: 28px;
    }

    .ai-summit-banner-bottom h6 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
    }

    .ai-summit-banner-bottom p {
        font-size: 12px;
        margin-top: 6px;
        line-height: 20px;
    }

    .ai-summit-banner-bottom {
        gap: 20px;
        margin-top: 40px;
    }

    .ai-summit-banner-bottom>div:nth-child(2):before {
        left: -10px;
    }

    .ai-summit-banner-bottom>div:nth-child(2):after {
        right: -10px;
    }

    .cwp-curved-slider canvas {
        height: 521px;
    }

    .cwp-curved-slider {
        height: 80vh;
    }

    .mob-cwd-slider {
        display: block;
        margin-top: 40px;
    }

    .mob-cwd-slider .slick-slide {
        margin: 0 6px;
    }

    .mob-cwd-slider .slick-list {
        margin: 0 -6px;
    }

    /* .mob-cwd-slider img {
        width: 300px;
    } */

    .cwp-curved-slider {
        display: none;
    }

    /* .ai-days-section */
    .ai-days-section {
        padding: 40px 0;
    }

    .ai-tab-buttons {
        margin: 30px 0 30px;
    }

    .ai-tab-content h3 {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 26px;
    }

    .inner_tab_content>div {
        gap: 16px;
        padding-left: 0px;
        border-radius: 12px;
        flex-wrap: wrap;
        padding: 16px;
    }

    .inner_tab_content .ai_note {
        padding: 24px;
        border-radius: 12px;
        background: rgba(2, 86, 61, .12);
        width: 100%;
        position: relative;
    }

    .inner_tab_content .ai-time {
        width: 68%;
    }

    .inner_tab_content h5 {
        font-size: 14px;
        line-height: 22px;
        margin-left: 6px;
    }

    .inner_tab_content>div>div:first-child {
        gap: 16px;
        flex-wrap: wrap;
    }

    .inner_tab_content .accordion-item.active .accordion-content {
        max-height: fit-content;
        width: auto;
        padding: 10px 28px;
        border-radius: 0px 0px 12px 12px;
    }

    .inner_tab_content .accordion-item.active .accordion-content ul {
        padding-left: 12px;
    }

    .inner_tab_content>div>img {
        width: 30px;
    }

    .inner_tab_content h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .inner_tab_content h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .ai_day_bottom p {
        font-size: 20px;
        line-height: 28px;
        margin: 28px 0 15px;
    }

    /* .ai_meet_section */
    .ai_meet_section {
        background: #04291e;
        padding: 40px 0px;
        padding-bottom: 0px;
    }

    .ai_meet_section:after {
        height: 100px;
        width: 200px;
        right: -20%;
        opacity: .3;
        filter: blur(40px);
    }

    .ai_meet_main .meet_grid_card {
        max-height: 290px;
        max-width: 250px;
        margin: auto;
    }

    .ai_meet_main .meet_grid_card>div img {
        width: 60px;
        height: 20px;
    }

    .ai_meet_main .meet_grid_card h6 {
        min-height: 20px;
    }

    .ai-sponsers-main .ai-partner-slider .slick-slide {
        padding: 0 10px;
    }

    .ai-sponsers-main .ai-partner-slider {
        margin: 30px -10px 40px;
    }

    .ai-sponsers-main .partners_grid>div {
        padding: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: anchor-center;
    }

    .ai-sponsers-main .partners_grid>div:nth-child(3) img {
        width: 73px;
    }

    .ai-sponsers-main .partners_grid h5 {
        font-size: 8px;
        margin-bottom: 10px;
    }

    .ai-sponsers-main .partners_grid {
        gap: 8px;
        margin-top: 28px;
        padding: 0px 20px;
    }

    .ai-partner-track img {
        height: 55px;
        padding-right: 20px;
    }

    .why_sponsors_grid img {
        width: 45px;
    }

    .partners_grid img {
        width: 60px;
    }

    .ai-past-sponsers-section:after {
        content: "";
        height: 300px;
        width: 100%;
    }

    .ai-past-sponsers-section,
    .why_sponsors_main .why_sponsors_grid,
    .why_sponsors_section {
        padding: 40px 0px;
    }

    .why_sponsors_main .why_sponsors_grid>div {
        padding: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 93px;

    }

    .why_sponsors_main .why_sponsors_grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .why_sponsors_main .why_sponsors_grid h5 {
        font-size: 14px;
        line-height: 22px;
        /* margin-top: 12px; */
    }

    .ai_comminity_section {
        padding-top: 40px;
    }

    .ai_comminity_section:after {
        content: "";
        height: 200px;
        width: 300px;
        opacity: .4;
        filter: blur(60px);
    }

    .ai_comminity_grid {
        grid-template-columns: repeat(2, 1fr);
        margin: 30px 0;
    }

    .ai_comminity_grid>div {
        padding: 12px;
        padding-bottom: 16px;
        border-radius: 6px;
    }

    .ai_comminity_grid img {
        width: 100%;
    }

    .ai_comminity_grid>div>div img {
        width: 100px;
    }

    .ai_comminity_grid>div>div {
        margin-top: 12px;
    }

    .ai_comminity_bottom>div {
        border-right: 0px;
        gap: 7px;
    }

    .ai_comminity_bottom {
        padding: 16px;
        border-radius: 6px;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
        margin-bottom: 19px;
    }

    .ai_comminity_bottom>div h5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .ai_comminity_bottom img {
        width: 30px;
    }

    .blank_layer {
        height: 70px;
        margin-top: -50px;
        z-index: 9;
    }


    .smartworking-wraper {
        overflow: visible;
        padding-left: 0px;
    }

    /* .ai_faq_section */
    .ai_faq_section {
        padding: 60px 0;
    }

    .hr-faq-section .hr-accordion .faq-panel {
        padding: 0px 16px 16px;
    }

    .ai_faq_section .hr-accordion .faq-accordion.open {
        padding: 16px;
        padding-bottom: 12px;
    }

    .hr-faq-section .hr-accordion .faq-accordion {
        padding: 16px;
    }

    .ai_faq_section .hr-accordion .faq-accordion p {
        font-size: 16px;
    }

    .ai_faq_section .hr-accordion .faq-panel p {
        font-size: 15px;
        line-height: 23px;
        font-weight: 400;
    }

    .ai-summit-footer {
        padding-top: 50px;
    }

    /* footer */
    .ai-foot-left>img {
        width: 240px;
    }

    .ai-summit-foot {
        padding-bottom: 36px;
        flex-direction: column;
        gap: 32px;
    }

    .ai-summit-foot>div {
        width: 100%;
        gap: 40px;
    }

    .ai-summit-foot h2 {
        font-size: 24px;
        margin-top: 28px;
    }

    .ai-foot-bottom {
        padding: 36px 0 20px;
    }

    .ai-foot-bottom p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Ai foot */

    .ai-foot-right>div:first-child {
        padding: 30px;
    }

    .ai-foot-right img {
        margin-right: 12px;
        width: 40px;
    }

    .ai-foot-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .ai-foot-right h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .ai-foot-right .ai_btn {
        margin-top: 20px;
        font-size: 16px;
    }

    .ai-s-foot-counter>div {
        width: 30%;
    }

    .ai-s-foot-counter h4 {
        font-size: 12px;
        line-height: 20px;
    }

    .ai-foot-icon img {
        width: 35px;
    }

    .ai-s-foot-counter h5 {
        font-size: 20px;
    }

    /* form css */
    .ai_summit_modal .modal-content {
        width: 90%;
        max-height: 615px;
        border-radius: 10px;
    }

    .ai_summit_modal .perormance_star_rating>div {
        gap: 6px;
    }

    .ai_summit_modal .perormance_star_rating p {
        font-size: 12px;
    }

    .ai_summit_modal .perormance_star_rating>div:first-child {
        padding-right: 14px;
    }

    .ai_connect_modal .close2 {
        right: 10px;
        font-size: 27px;
    }

    .ai_connect_modal .modal-content {
        width: 85%;
        padding: 24px;
    }

    /* new accordion css */
    .accordion-item.has-content.active .ai_note {
        border-radius: 12px 12px 0px 0px;
        padding-bottom: 0px;
    }
}