.elementor-3426 .elementor-element.elementor-element-03f365a{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3426 .elementor-element.elementor-element-70718b2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-3426 .elementor-element.elementor-element-03f365a{padding:120px 20px 50px 20px;}}@media(max-width:767px){.elementor-3426 .elementor-element.elementor-element-03f365a{margin-top:-0px;margin-bottom:-0px;padding:60px 10px 0px 10px;}}/* Start custom CSS for html, class: .elementor-element-19d9e7e */.wolflandbody {
    font-family: "Poppins", Sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
h2, h3, h4, h5 {
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 36px;
    color: #283747;
}
h3 {
    margin-bottom: 10px;
    font-size: 30px;
}
.wolfbanner {
    position: relative;
    background: url('https://venturewolf.in/wp-content/uploads/2025/02/main-slider-background-2-1.jpg') no-repeat center top;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}
.wolfbanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.bantext {
    position: relative;
    z-index: 1;
    padding: 16px;
}
.bantext h2 {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 24px;
    color: #fff;
}
.bantextglass {
    background: rgba(255, 255, 255, 0.2);
    padding: 16px;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(6px);
    margin-top: 24px;
}
.bantextglass a, .bantextglass a:hover {color: #fff; text-decoration: none;}
.banlogo {
    width: 200px;
    margin-bottom: 16px;
}
.banlogo img {
    max-width: 100%;
}
a.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #007bff;
    background-color: #ffcc03;
    text-decoration: none;
    margin: 16px 0;
    padding: 18px 27px 18px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-custom .btext {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}
.btn-custom .bicon {
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.3s ease,  transform 0.3s ease;
}
.btn-custom:hover {
    background: #e5b802;
}
.btn-custom:hover .btext {
    transform: translateX(-8px);
}
.btn-custom:hover .bicon {
    opacity: 1;
    transform: translateX(0);
}
.wolfupcoming {
    position: relative;
}
.wolfupcombox {
    text-align: center;
    position: absolute;
    width: 100%;
}
.wolfupban {
    background: #000;
    position: relative;
    text-align: center;
}
.wolfupcombox h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 48px 16px 16px;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.wolfupban img {
    max-width: 100%;
    display: block;
}
.wolfupban::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.90), transparent);
    z-index: 1;
}
.wolfupban img {
    position: relative;
    z-index: 0;
}
.wcomtxtbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.wcomtxtbox h3 {
    color: #ffcc03;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px #838383;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.wolfabout {
    padding: 48px 0;
    background: #f9fafc;
}
.wolftitle {
    text-align: center;
    position: relative;
    z-index: 1;
}
.title-bar-shap {
    position: relative;
}
.title-bar-shap::before {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 9px;
    background: #ffcc03;
    content: "";
    z-index: -1;
}
.weventbg {
    background: #eef4ff;
}
.wolfpic {
    margin-bottom: 18px;
}
.wolfpic img {
    max-width: 100%;
    border-radius: 8px;
}
.wolfcirpic {
    margin: 0 auto 18px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #ffcc03;
    box-shadow: 0px 4px 8px #848484;
}
.wolfcirpic img {
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wolfbox {
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    padding: 18px 24px 18px;
    margin-bottom: 36px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.wolfbox h4 {
    font-size: 22px;
    font-weight: 600;
}
.wolfnum {
    font-size: 89px;
    color: #ffcc03;
    position: absolute;
    z-index: -1;
    right: 0px;
    top: -16px;
    opacity: 0.2;
    font-weight: 800;
}
.wolfroundbox {
    padding: 18px 24px 18px;
    height: calc(100% - 24px);
    margin-bottom: 18px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.wolfroundbox .wriconbox {
    background: #fff;
    border: 16px solid #eef4ff;
    margin-top: -18px;
    border-radius: 50% 0 50% 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: -24px;
}
.wolfroundbox .wriconbox img {
    max-width: 100%;
}
.wolfroundbox .wrtxtbox {
}
.wolfroundbox .wrtxtbox h5 {
    width: calc(100% - 120px);
    height: 52px;
    margin-top: -52px;
}
.wolflightbg {
    background: #eef4ff;
}
.wevent {
    padding: 0 !important;
}
.wevent a {
    overflow: hidden;
}
.wevent a img {
    border-radius: 8px;
    border: 2px solid #fff;
}
.wolfabout.brandbg {
    background: #2b2b2b;
}
.wolfbrand {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid #e3e3e3;
}
.brandimg {
}
.brandimg img {
    max-width: 100%;
    mix-blend-mode: multiply;
    padding: 5px;
}
.brandtxt {
    padding: 8px;
}
.brandtxt h5 {
    font-size: 16px;
}
.wolflogobrand {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: start;
}
.wolflogobrand .wolfbrand {
    flex: 0 0 200px;
    min-height: 244px;
}
.brandbg .wolftitle {
    color: #fff;
}
.owl-carousel .item {
    transition: transform 0.3s ease-in-out;
}
.owl-carousel .center {
    transform: scale(1.2) translateY(-15px);
    z-index: 2;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.owl-carousel .item img {
    width: 100%;
    border-radius: 10px;
}
.owl-carousel .owl-stage-outer {
    padding: 82px 0;
}

.column2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-column-rule: 1px solid transparent;
    -moz-column-rule: 1px solid transparent;
    column-rule: 1px solid transparent;
}
.column2 ol {
    padding-left: 16px;
    text-align: justify;
}
.column2 ol li {
    margin-bottom: 10px;
}

.snav-tabs {
            position: relative;
            background: #f1f5f8;
            line-height: 4rem;
            border-radius: 3rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
            font-size: 20px;
            max-width: 600px;
            display: flex;
        }

        .snav-tabs .nav-item {
            flex-grow: 1;
        }

        .snav-tabs .nav-link {
            text-align: center;
            border: none;
            border-radius: 3rem;
            width: 100%;
            color: #333;
        }
        .snav-tabs .nav-link:hover {background: #e9edef; color: #333;}

        .snav-tabs .nav-link.active {
            color: #333;
            font-weight: 600;
            background: #fff;
            box-shadow: 0 2px 7px rgba(0, 58, 93, 0.1);
        }

        @media (max-width: 768px) {
            .snav-tabs {
                flex-direction: column;
                font-size: 16px;
            }
            .snav-tabs .nav-item {
                margin-bottom: 5px;
            }
        }

.pnav-tabs {
            display: flex;
            gap: 4px;
            border-bottom: none;
            padding: 0; 
            margin: 0;
        }
        ul.pnav-tabs  {padding-left: 6px;}
        .pnav-tabs .nav-item {
            flex-grow: 1; /* Allow tabs to grow dynamically */
            min-width: 0; /* Prevent overflow issues */
        }
        .pnav-tabs .nav-link {
            width: 100%; /* Ensure full width inside flex container */
            text-align: center;
            background-color: #f8f9fa;
            color: #000;
            border: 1px solid #dee2e6;
            padding: 12px;
            transition: background-color 0.3s ease;
            border-radius: 4px;
            white-space: nowrap; /* Prevent text wrapping */
        }
        .pnav-tabs .nav-link:hover { color: #333; }
        .pnav-tabs .nav-link.active {
            background-color: #000;
            color: #fff;
            border-color: #000;
        }
        .tab-content {
            padding: 16px 0 ;
            border-radius: 4px;
            margin-top: 4px;
        }
        .sticky-top { background: #fff; padding: 6px; border-radius: 8px; box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);}

    .speakerpanel { box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08); height: 100%;}
        .speakerpanel:hover {box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);}
        .speaker-box {
        overflow: hidden;
        border-radius: 8px;
        transition: transform 0.3s ease;
        
        }
        .speaker-box img {
        width: 100%;
        height: 296px;
        object-fit: cover;
        transition: transform 0.3s ease;
        }
        .speaker-box:hover img {
        transform: scale(1.1);
        }
        .speaker-name {
        margin-top: 12px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        text-align: center;
        }
        .speaker-designation {
        font-size: 14px;
        color: #666;
        text-align: center;
        }
        .speaker-text {padding: 0 10px 10px;}



@media (max-width: 991px) {
    .wolfbox {
        margin-bottom: 18px;
    }
    .wolfcirpic {
        margin: 0 auto 18px;
    }
}

@media (max-width: 768px) {
    .bantext {
        max-width: 100%;
        text-align: center;
        padding: 16px;
    }
    .bantext h2 {
        font-size: 2rem;
    }
    .banlogo {
        width: 200px;
        margin: 16px auto;
    }
    .wolfupcombox h2 {
        color: #fff;
        font-size: 40px;
    }
    .wcomtxtbox {
        position: relative;
        margin-top: 10px;
    }
    .wcomtxtbox h3 {
        font-size: 32px;
    }
    .wolfcirpic {
        width: 150px;
        height: 150px;
        border: 4px solid #ffcc03;
    }
    .owl-carousel .center {
        transform: unset;
    }
    .owl-carousel .owl-stage-outer {
        padding: 40px 0;
    }
    .wolfbrand {
        height: auto;
    }
    .wolflogobrand .wolfbrand {
        flex: 0 0 100%;
        min-height: auto;
    }
    .brandimg {
        padding: 10px;
    }

    .column2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        -webkit-column-rule: 0px solid transparent;
        -moz-column-rule: 0px solid transparent;
        column-rule: 0px solid transparent;
    }
}/* End custom CSS */