/* 
Theme Name: Indraprastha Cultural Festival
Theme URI: https://www.indraprasthafestival.com/
Description: Indraprastha Cultural Festival is a child theme of Hello Elementor, created by Subhkant Rana
Author: Sarayu Foundation Team
Author URI: https://www.indraprasthafestival.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
  font-family:"Nunito Sans", Sans-serif;
}

/* Grid Design */

.animation-btn .elementor-button  {
    background: #5c6bc0;
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 8px;
    line-height: 1.3em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 6px;
}

.animation-btn .elementor-button:after {
    content: "";
    height: auto;
    width: 100%;
    top: 40%;
    bottom: 40%;
    left: 0;
    position: absolute;
    background: rgb(255 255 255 / 20%);
    z-index: -1 !important;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    border-radius: 6px;
}
.animation-btn .elementor-button:hover,
.animation-btn .elementor-button:focus{
    background: #5c6bc0;
}
.animation-btn .elementor-button:hover:after{
    visibility: visible;
    opacity: 1;
    bottom: 0;
    top: 0;
}

.bs-sponsor-layout {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.bs-sponsor-layout.column-6 .sponsor-tile {
    width: 16.66666667%;
    cursor: pointer;
}

.bs-sponsor-layout .sponsor-tile {
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
}

.bs-sponsor-layout.s-size .sponsor-tile .bs-image {
    height: 120px;
}

.bs-sponsor-layout .sponsor-tile .bs-image {
    height: 160px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #dadbdd;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-sponsor-layout .sponsor-tile .bs-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bs-sponsor-layout.s-size .sponsor-tile h6.sp-title {
    font-size: 16px !important;
    margin-top: 14px;
    font-weight: 400;
}
.sponsor-category-title{
	Font-size:24px;
	font-weight:600;
}

/* ========== Modal Container ========== */
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-modal.show {
    opacity: 1;
}

.custom-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
}

/* ========== Modal Box ========== */
.custom-modal-content {
    position: relative;
    background: #ffffff;
    max-width: 700px;
    width: 100%;
    padding: 41px 0;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: scale(0.96);
    transition: transform 0.3s ease;
}

/* ========== Close Button (Bordered Circle) ========== */
.custom-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #666;
    transition: all 0.2s ease;
    border: 2px solid #000;
    padding: 3px;
    width: 30px;
    height: 30px;
    line-height: 24px;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    background: transparent;
    border-color: #000;
}

/* ========== Navigation Arrows (Outside Modal) ========== */
.nav-arrow {
    padding: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000000;
    border: 2px solid #ffffff;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s ease;
    filter: brightness(1) invert(0);
    box-shadow: 0px 0px 1px 1px #0000001f;
}
.nav-arrow img{
    filter: brightness(0) invert(1);
}
.nav-arrow:hover,
.nav-arrow:focus{
    background: #000000;
}
.nav-arrow.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}


/* Position arrows outside the modal */
.nav-prev { 
    left: -55px; 
}

.nav-next { 
    right: -55px; 
}

/* ========== Content Styling ========== */
.modal-category-label {
	font-family:"Nunito Sans", Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
    font-weight: 400;
}

.modal-logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadbdd;
    background: rgb(255, 255, 255);
    border-radius: 0;
    padding: 8px;
    width: 228px;
    height: 140px;
}

.modal-logo-box img {
    max-height: 125px;
    max-width: 100%;
}

.modal-sponsor-name {
    font-size: 17px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    text-align: center;
    margin: 8px auto 8px auto;
}

.modal-info {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    margin-top: 22px;
    text-align: left;
    padding: 28px 28px 0px 28px;
    border-top: 1px solid #dadbdd;
}

/* Website Link (Simple link, no button) */
.sponsor-website-link {
    color: #1a73e8;
    font-size: 16px;
    text-decoration: none;
    word-break: break-all;
}

.sponsor-website-link:hover {
    text-decoration: underline;
}
.speaker-modal.custom-modal.show{
    display: block;
}
.speaker-modal .custom-modal-content{
    padding: 40px 0;
    margin: 20px auto;
    border-radius: 6px;
    max-width: 886px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.our-speakers-wrapper .bs-speaker-layout {
    display: grid;
    grid-template-columns: repeat(4, .25fr);
    grid-gap: 20px;
}
.our-speakers-wrapper .bs-speaker-layout .speaker-tile {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    padding: 20px;
    min-height: 300px;
    border-radius: 6px;
}
.our-speakers-wrapper .bs-speaker-layout .speaker-tile .speaker-image {
    height: 188px;
    width: 188px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    background-size: contain;
    background-position: center center;
    box-sizing: border-box;
		background-color: #f6fafe;
    border: 1px solid #eeeeee;
}
.bs-speaker-layout .speaker-tile .speaker-image img {

    margin: 0 auto;
    transition: transform .6s ease 0s;
    transform: scale(1);
}
.bs-speaker-layout .speaker-tile:hover .speaker-image img{
    transform: scale(1.2);
}
.bs-speaker-layout .speaker-tile .speaker-image .view-details {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
}
.bs-speaker-layout .speaker-tile .speaker-image .view-details:before,
.bs-speaker-layout .speaker-tile .speaker-image .view-details:after{
    content: '';
    background: rgba(0, 0, 0, .54);
    height: 200%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .6s ease 0s;
    width: 250%;
}
.bs-speaker-layout .speaker-tile .speaker-image .view-details:before{
    transform: skew(45deg) translateX(100%);
    transition: all .6s ease 0s;
    z-index: 9;
}
.bs-speaker-layout .speaker-tile .speaker-image .view-details:after{
    transform: skew(45deg) translateX(-100%);
    transition: all .6s ease 0s;
}
.bs-speaker-layout .speaker-tile:hover .view-details:before,
.bs-speaker-layout .speaker-tile:hover .view-details:after{
    transition: all .6s ease 0s;
    transform: skew(45deg) translateX(0);
    opacity: .7;
}
.bs-speaker-layout .speaker-tile:hover .speaker-image .view-details{
    opacity: 1;
}
.bs-speaker-layout .speaker-tile .speaker-image .view-details span {
    color: #fff;
    transform: translateY(-100%);
    transition: all .6s ease 0s;
    position: relative;
    z-index: 10;
}
.bs-speaker-layout .speaker-tile:hover .speaker-image .view-details span{
    transform: translateY(0);
    transition: all .6s ease 0s;
}
.bs-speaker-layout .speaker-tile{
    h5.speaker-name {
        margin: 20px 0 0 0;
        font-size: 18px;
        line-height: 1;
    }
    .speaker-designation,
    .speaker-company {
        font-size: 13px;
        color: #000000;
        line-height: 1.3em;
    }
    .speaker-designation{
        margin-top: 8px;
    }
    .speaker-company{
        margin-bottom: 4px;
    }
} 
.speaker-modal #speaker-modal-body {
    text-align: left;
    max-height: 524px;
    overflow-y: auto;
    overflow-x: hidden;
}
body::-webkit-scrollbar,
.speaker-modal #speaker-modal-body::-webkit-scrollbar,
.agenda-modal-content #agenda-modal-body::-webkit-scrollbar,
.agenda-filter-sidebar .agenda-filter-body::-webkit-scrollbar{
    width: 5px;
    height: 8px; 
}
body::-webkit-scrollbar-track,
.speaker-modal #speaker-modal-body::-webkit-scrollbar-track,
.agenda-modal-content #agenda-modal-body::-webkit-scrollbar-track,
.agenda-filter-sidebar .agenda-filter-body::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb,
.speaker-modal #speaker-modal-body::-webkit-scrollbar-thumb,
.agenda-modal-content #agenda-modal-body::-webkit-scrollbar-thumb,
.agenda-filter-sidebar .agenda-filter-body::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 4px;
}
.speaker-modal #speaker-modal-body .speakers-info {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    padding: 0 40px 0 !important;
    grid-gap: 24px;
    grid-template-columns: auto 1fr;
    margin-bottom: 10px;
}
.speaker-modal #speaker-modal-body .speaker-popup-image {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    overflow: hidden;
}
.speaker-modal #speaker-modal-body .detail {
    text-align: left;
    overflow: hidden;
    display: flex;
    grid-gap: 0;
    flex-flow: column;
    justify-content: center;
}
.speaker-modal #speaker-modal-body .detail h3{
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    margin-bottom: 12px;
    color: #000000;
}
.speaker-modal #speaker-modal-body .speaker-designation,
.speaker-modal #speaker-modal-body .speaker-company {
    font-size: 18px;
    color: #000000;
}
.speaker-modal #speaker-modal-body .speaker-about {
    padding: 20px 40px;
    color: #000000;
}
.speaker-modal .custom-modal-content .custom-modal-close {
    border: 2px solid #000;
    padding: 3px;
    width: 30px;
    top: 10px;
    right: 10px;
}
.speaker-modal .custom-modal-content .custom-modal-close:hover{
    background: transparent;
}

#speaker-modal-body {
    position: relative;
    overflow: hidden;
}

#speaker-modal-body .speaker-popup {
    transition: all .35s ease;
}

#speaker-modal-body .slide-left-out {
    opacity: 0;
    transform: translateX(-60px);
}

#speaker-modal-body .slide-right-out {
    opacity: 0;
    transform: translateX(60px);
}
#speaker-modal-body .slide-left-in {
    opacity: 0;
    transform: translateX(60px);
}
#speaker-modal-body .slide-right-in {
    opacity: 0;
    transform: translateX(-60px);
}
.speaker-modal #speaker-modal-body .loading{
    text-align: center;
}
.speaker-modal #speaker-modal-body .speaker-socials {
    display: flex;
    column-gap: 15px;
    margin-top: 15px;
}
.speaker-modal #speaker-modal-body .speaker-socials a {
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 100px;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.speaker-modal #speaker-modal-body .speaker-socials a svg {
    height: 17px;
}
.speaker-modal #speaker-modal-body .speaker-socials a.twitter {
    background: #000;
}
.speaker-modal #speaker-modal-body .speaker-socials a.facebook{
    background-color: #3b589c;
}
.speaker-modal #speaker-modal-body .speaker-socials a.linkedin{
    background-color: #007bb6;
}
.speaker-modal #speaker-modal-body .speaker-socials a.youtube{
    background: #e8212d;
    color: #fff;
}
.speaker-modal #speaker-modal-body .speaker-socials a.instagram{
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.speaker-popup .speaker-agenda-list {
    padding: 00px 40px 20px 40px;
    color: #000000;
    display: flex;
    flex-flow: wrap;
    row-gap: 15px;
}
.speaker-popup .speaker-agenda-list h4 {
    margin: 0;
    font-size: 18px;
}
.speaker-popup .speaker-agenda-list .speaker-agenda-item {
    border-radius: 6px;
    padding: 16px;
    border: 1px solid #dadbdd;
    width: 100%;
    cursor: pointer;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 8px;
}
.speaker-popup .speaker-agenda-list .speaker-agenda-item h5.session-title {
    font-size: 18px;
    margin: 0;
}
.speaker-popup .speaker-agenda-list .speaker-agenda-item .session-meta {
    display: grid;
    grid-gap: 24px;
    grid-auto-flow: column;
    font-size: 15px;
    justify-content: flex-start;
}
.speaker-popup .speaker-agenda-list .speaker-agenda-item .session-meta i{
    color: #c1c1c1;
}
.speaker-popup .speaker-agenda-list .speaker-agenda-item .session-track {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    align-items: center;
    grid-gap: 4px;
    line-height: 11px;
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 100px;
    width: max-content;
}
.speaker-popup .speaker-agenda-list .speaker-agenda-item .session-track span {
    width: 8px;
    height: 8px;
    border-radius: 10px;
}
.speaker-popup .speaker-agenda-list .speaker-agenda-item .session-meta span {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout {
    grid-template-columns: repeat(3, 1fr);
}
.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout .speaker-tile {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr;
    gap: 16px;
    transition: .2s linear;
    min-height: auto;
    position: relative;
    align-items: center;
}
.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout .speaker-tile:hover{
    transform: translateY(-6px);
}
.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout .speaker-tile .speaker-image {
    width: 100px;
    height: 100px;
}
.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout .speaker-tile .speaker-image .view-details{
    display: none;
}
.feature-authers-lists .bs-speaker-layout .speaker-tile:hover .speaker-image img {
    transform: scale(1);
}
.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout .speaker-tile:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5c6bc0;
    transform: scale(0);
    transition: transform .4s;
    transform-origin: center;
}
.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout .speaker-tile:hover:before{
    transform: scale(1);
}
.feature-authers-lists .our-speakers-wrapper .bs-speaker-layout .speaker-tile h5.speaker-name {
    margin-top: 0;
}
.our-speakers-slider .owl-stage-outer .owl-stage {
    display: flex;
    margin: 0 auto;
}
.our-speakers-slider .owl-stage-outer .owl-item{
    float: inherit;
    padding: 14px;
}
.our-speakers-slider .speaker-tile {
    height: 100%;
    text-align: center;
}
.our-speakers-slider .speaker-tile .speaker-information {
    margin-top: 60px;
    min-height: 188px;
    border-radius: 6px;
    position: relative;
    padding: 16px !important;
    display: grid;
    cursor: pointer;
    align-items: flex-start;
    grid-template-columns: auto;
    grid-auto-flow: row;
    grid-template-rows: min-content;
    background-color: #fff;
    border: 1px solid #eee;
    transition: .2s transform linear;
}
.our-speakers-slider .speaker-tile .speaker-image {
    margin: -74px auto 20px;
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
}
.our-speakers-slider .speaker-tile .speaker-content {
    padding-bottom: 20px;
}
.our-speakers-slider .speaker-tile .speaker-content h5.speaker-name {
    font-size: 18px;
    margin: 0;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}
.our-speakers-slider .speaker-tile .speaker-content {
    padding-bottom: 20px;
}
.our-speakers-slider .speaker-tile .speaker-content .speaker-meta{
    margin: 4px 0;
    color: #333;
    font-size: 14px;
    line-height: normal;
}
.our-speakers-slider .speaker-tile .speaker-content .view-details {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 0 16px;
    width: 100%;
    color: #0080bd;
    text-transform: uppercase;
    font-size: 13px;
}
.our-speakers-slider .speaker-tile .speaker-content .view-details span {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
}
.our-speakers-slider .speaker-tile .speaker-content .view-details i {
    font-size: 10px;
    margin-top: 3px;
}
.our-speakers-slider .speaker-tile .speaker-information:hover{
    transform: scale(1.07);
    transition: .2s transform linear;
}
.our-speakers-slider .owl-nav button {
    position: absolute;
    height: auto;
    transition: opacity .6s;
    top: 50%;
    transform: translateY(-50%);
}
.our-speakers-slider .owl-nav button.owl-prev {
    left: -24px;
}
.our-speakers-slider .owl-nav button.owl-next {
    right: -24px;
}
.our-speakers-slider .owl-nav button i {
    width: 28px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-style: normal;
    color: #fff;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .6) inset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.our-speakers-slider .owl-nav button.disabled i{
    background-color: #999;
    cursor: default;
}
.our-speakers-slider .owl-nav button.disabled{
    cursor: default !important;
}
.our-speakers-slider .owl-dots {
    text-align: center;
    padding: 12px 0;
    position: relative;
    display: block;
    bottom: 0;
}
.our-speakers-slider .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #000000;
    opacity: .5;
    border-radius: 100%;
    display: inline-block;
    margin-right: 8px;
    transform: translate3d(0, 0, 0);
}
.our-speakers-slider .owl-dots .owl-dot.active {
    opacity: 1;
}

[id^="sponsor-model-body-content"]{
    transition: all .25s ease;
}
.our-sponsors-wrapper .sponsor-model-body-content{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 524px;
}
.slide-left-out{
    opacity:0;
    transform:translateX(-40px);
}

.slide-right-out{
    opacity:0;
    transform:translateX(40px);
}

.slide-left-in{
    animation:sponsorSlideLeftIn .4s forwards;
}

.slide-right-in{
    animation:sponsorSlideRightIn .4s forwards;
}

@keyframes sponsorSlideLeftIn{
    from{
        opacity:0;
        transform:translateX(40px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes sponsorSlideRightIn{
    from{
        opacity:0;
        transform:translateX(-40px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}
.hero-banner {
    min-height: calc(100vh - 72px);
}
.banner-social-icon span.elementor-grid-item a.elementor-icon.elementor-social-icon-instagram {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}
.banner-social-icon span.elementor-grid-item a.elementor-icon:hover{
    opacity: 1;
}