.page-template-Life-of-DitAcademy .site-header {
    margin-bottom: 0;
}

section.loa-Tab-section.common-margin {
    background-color: #1C1C1C;
}
.Life-of-DitAcademy-page .center-mode{
	margin-bottom: 0;
}
.Life-of-DitAcademy-page .resp-tabs-container.hor_1.tab_container{
	margin-bottom: 0;
}
.Life-of-DitAcademy-page section.lifedit{
	background: transparent;
	padding: 0;
}
.banner-section {
    padding: 100px 0 531px;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}
.hloa-hero-carousel-main {
    background-image: url(../images/Hero-min.webp);
    height: auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}
.banner-section .banner-main {
     width: initial; 
     max-width: initial; 
     margin: initial; 
}
.banner-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 724px;
    margin: 0 auto;
    flex-direction: column;
}
.banner-section .banner-text{
    margin-bottom: 43px;
    padding: 0;
}
.banner-section .banner-heading span{
    width: auto;
    float: none;
    display: inline-block;
}
.loa-hero-carousel-heading {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    color: #fff;
    margin-bottom: 16px;
}

p.loa-hero-carousel-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
}

:root {
    --plyr-color-main: #ccc;
}


section.loa-hero-carousel-section.common-margin {
    padding: 0px 0 500px;
}

section.ifram-player-section-main.common-margin {
    margin-top: -530px;
    position: relative;
}
.loa-color {
    background: var(--Main, linear-gradient(116deg, #FF8B04 7.75%, #FFC580 70.33%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-player-container {
    display: block;
    position: relative;
    padding: 60px 60px 0px 60px;
    overflow: hidden;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.a.tab-btn {
    position: relative;
}

.a.tab-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background-color: white;
}

.video-player-container button.plyr__control.plyr__control--overlaid {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    z-index: 5;
    background-color: rgba(33, 33, 33, 0.50);
    padding: 0;
}

.video-player-container button.plyr__control.plyr__control--overlaid:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
}

.video-player-container .plyr__control--overlaid svg {
    display: none;
}

.video-player-container .plyr--video .plyr__controls {
    opacity: 0;
}

.video-player-container:hover .plyr--video .plyr__controls {
    opacity: 1 !important;
}

.video-player-container .plyr__video-wrapper {
    display: block;
    position: relative;
    background-color: transparent;
    aspect-ratio: 1280 / 720 !important;
}

.video-player-container .plyr__video-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

.video-player-container .plyr--playing .plyr__video-wrapper:after {
    opacity: 0;
}


.video-player-container .plyr__poster {
    background-size: cover;
}

.video-player-container:hover button.plyr__control.plyr__control--overlaid {
    opacity: .65;
}

#video-player canvas.data-poster {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
}

#video-player.active canvas.data-poster {
    opacity: 1;
    visibility: visible
}

#video-player {
    background: transparent !important;
    overflow: hidden;
    border-radius: 18px;
}

.tab-container {
    width: 70%;
    display: flex;
    flex-direction: row;
	
}

.tab-nav {
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 25%;
    min-height: 500px;
    padding-right: 60px;
    justify-content: center;
	    position: relative;
}

a.tab-btn {
    padding: 16px 0px;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px;
    text-align: left;
    display: inline-block;
}

a.tab-btn-active {
    color: #FF8B04;
}

.tab-panel p::after {
    content: url("https://ditacademy.in/wp-content/uploads/2025/06/Line-83.png");
}

.tab-content-main {
    display: flex;
    border: 1px solid #484848;
    border-radius: 10px;
    overflow: auto;
    width: 70%;
    min-height: 526px;
    min-width: 657px;
    position: relative;
    justify-content: center;
    text-align: left;
    align-items: center;
}

.tab-content {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
    justify-content: center;
    width: 70%;
}

.tab-panel h2 {
    color: #FF8B04;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    padding-bottom: 18px;
}

.tab-panel p,
.tab-main-heading p {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.tab-main-heading {
    text-align: left;
    padding-bottom: 42px;
    padding-right: 30px;
}

.tab-panel {
    display: none;
    width: 100%;
    max-width: 67%;
}

.tab-panel-active {
    display: block;
}

.tab-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tab-section-image {
    width: 30%;
}

.tab-btn {
    position: relative;
}

.tab-nav:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 641px;
    right: 0;
    background-color: #303030;
}

.tab-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 149px;
    height: 1px;
    background-color: #303030;
}

.tab-section-image img {
    width: 100%;
    height: auto;
}

h2.tab-section-heading {
    text-align: left;
}


.tab-mobile-heading {
    display: none;
}

section.loa-hero-carousel-section.common-margin {
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (max-width: 1799px) {
    .banner-section {
        padding: 100px 0 471px;
    }
    .video-player-container{
        padding: 110px 60px 0px 60px;
    }
}

@media only screen and (max-width: 1599px) {
    
    .banner-section {
        padding: 100px 0 441px;
    }
    
    h1.loa-hero-carousel-heading {
        font-size: 38px;
        margin-bottom: 26px;
	}
	
	.tab-panel p, .tab-main-heading p {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
 	}
	
    .video-player-container {
        padding: 140px 0px 0px 0px;
    }

    section.loa-hero-carousel-section.common-margin {
        padding: 0px 0 480px;
    }

    .tab-content-main {
        min-height: 350px;
        min-width: auto;
    }


    .tab-nav {
        padding-right: 20px;
    }

    .tab-panel p::after {
        display: none;
    }

    .tab-main-heading {
        padding-right: 20px;
    }

    .loa-hero-carousel-contant {
        
        margin: 65px auto 0px auto;
    }

}
@media only screen and (max-width: 1439px) {
    .banner-section .banner-text {
        margin-bottom: 33px;
    }
    
	.tab-nav {
		width: 30%;
	}

	.tab-content {
    margin-left: 50px;
    width: 65%;
    }	
	
	.tab-content-main {
    min-height: 330px;
    min-width: auto;
	}
	
	.tab-content-main {
		width: 80%;
	}
	
	a.tab-btn {
    padding: 13px 0px;
    font-size: 18px;
    line-height: 26px;
	
	}
}
@media only screen and (max-width: 1365px) {
    .video-player-container {
        padding: 60px 0px 0px 0px;
    }
    h2.tab-section-heading {
        text-align: left;
        margin-bottom: 16px;
    }
    .banner-section .banner-text {
        margin-bottom: 23px;
    }

    section.ifram-player-section-main.common-margin {
        margin-top: -445px;
        position: relative;
    }

    section.loa-hero-carousel-section.common-margin {
        padding: 0px 0 360px;
    }

    h1.loa-hero-carousel-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1279px){
    	a.tab-btn {
            font-size: 16px;
    	}
}
@media only screen and (max-width: 1023px) {
	
	.lifedit .dit-link {
    padding-top: 10px;
	}
	
    .loa-hero-carousel-section .container {
        padding: 0;
    }

    section.loa-hero-carousel-section.common-margin {
        margin-bottom: 25px;
    }

    .loa-hero-carousel-heading {
        margin-bottom: 24px;
        letter-spacing: -0.32px;
    }

    .loa-hero-carousel-heading {
        font-size: 30px;
    }

    .tab-section {
        flex-direction: column;
    }

    .tab-section-image {
        width: 100%;
    }

    .tab-container {
        width: 100%;

    }

    .tab-container {
        flex-direction: column;
    }

    .tab-nav {
        display: flex;
        flex-direction: row;
        border-right: 0px solid #333333;
        flex-wrap: wrap;
        width: 100%;
        padding-right: 0px;
        min-height: auto;
    }

    .tab-content {
        margin-left: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-section {
        padding: 100px 0 201px;
    }
    
    section.loa-hero-carousel-section.common-margin {
        padding: 0px 0 0;
    }
    .loa-Tab-section{
        padding: 32px 0 50px 0;
    }

    section.ifram-player-section-main.common-margin {
        margin-top: 0px;
        position: relative;
    }

    .loa-hero-carousel-contant {
        margin: 0;
    }

    .video-player-container {
        padding: 0 0px 0px 0px;
    }

    .tab-panel {
        display: block;
    }

    .tab-mobile-heading {
        display: block;
    }

    .tab-panel {
        max-width: 100%;
    }





    .tab-btn:after {
        display: block;
    }

    .tab-mobile-content {
        display: none;
    }

    .tab-heading-active {
        background: #ff8b04 !important;
    }

    a.tab-btn {
        color: #fff;
    }

    .tab-heading-active a.tab-btn {
        color: #ffffff;
    }

    .hide-mobileview {
        display: none;
    }

    .tab-heading-active {
        color: orange;
    }

    h2.tab-section-heading {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .tab-main-heading {
        text-align: center;
        padding-bottom: 20px;
    }

    .tab-panel p {
        padding-bottom: 20px;
    }

    .tab-btn {
        display: block;
    }

    .tab-btn-active {
        background-color: #ddd;
    }

    .tab-content-main {
        border: 0px solid #484848;
    }

    .tab-mobile-heading {
        position: relative;
        border-radius: 10px;
        border: 1px solid #484848 !important;
        color: #484848;
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .tab-content-main {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .tab-panel p::after,
    .tab-btn:after {
        display: none;
    }

    .tab-nav {
        display: none;
    }

    .tab-content-main {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        min-width: 100%;
        min-height: auto;
    }

    .loa-hero-carousel-contant {
        background-image: url(https://ditdev.net/dit-acadamy/wp-content/uploads/2024/03/loa-banner-section-2.png);
        visibility: visible;
        padding: 86px 0 100px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    section.loa-hero-carousel-section.common-margin {
        background-image: none !important;
    }

}

@media only screen and (max-width: 991px) {
    .banner-section {
        padding: 100px 0 100px;
    }
}
/*     @media only screen and (max-width: 767px) {
        .loa-hero-carousel-section .loa-hero-carousel-contant {
            padding: 30px 0 30px;
        }

        h1.loa-hero-carousel-heading {
            font-size: 22px;
            margin-bottom: 12px;
        }

        p.loa-hero-carousel-text {
            font-size: 16px;
            padding: 0 20px;
            margin-bottom: 19px;
        }

        section.loa-hero-carousel-section.common-margin {
            margin-bottom: 10px;
        }

        .video-player-container {
            padding: 20px 0px 0px 0px;
        }

        .video-player-container button.plyr__control.plyr__control--overlaid {
            width: 50px;
            height: 50px;
        }

        .video-player-container button.plyr__control.plyr__control--overlaid:before {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #fff;
        }

        .tab-panel p,
        .tab-main-heading p {
            font-size: 14px;
            line-height: 24px;
        }

        .tab-mobile-heading a.tab-btn {
            font-size: 18px;
            padding: 12px 20px;
        }
    } */
@media only screen and (max-width: 599px) {
	.lifedit .dit-link {
    padding-top: 0px;
}
}
@media only screen and (max-width: 374px) {
	p.loa-hero-carousel-text {
    font-size: 14px;
    line-height: 20px;
	}
	h1.loa-hero-carousel-heading {
		font-size: 20px;
		line-height: 26px;
	}
	h2.tab-section-heading{
    font-size: 24px;
	line-height: 30px;
	}
	
	.tab-mobile-heading a.tab-btn {
    font-size: 15px;
    padding: 10px 0px;
	}
}
