/* Style the container and tabs */
.tob-container {
    max-width: 100%;
}

.tobs {
    display: flex;
    justify-content: center;
}

.tob-button {
    cursor: pointer;
    border: none;
    background-color: #ccc;
    font-size: 16px;
    width: 15%;
    margin: 0 20px;
    border-radius: 15px 15px 0 0;
    background-color: var(--bgtabbut);
}

.tob-button img {
    width: 100%;
}
.overlay1 {
    padding: 10px 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.tob-button:hover .overlay1 {
    background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

.tob-button.active .overlay1 {
    background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

/* Tab content */
.tob-content {
    border: 1px solid #ccc;
    padding: 0;
}

.tob-pane {
    display: none;
    background-image: var(--bgtabcon);
    background-size: cover;
    padding: 20px 0;
}
.tob-pane h2,
.tob-pane p {
    margin: 0;
}
.tob-pane.active {
    display: block;
}
.tobpanel-r1,
.tab2-row,
.tab3-row {
    max-width: 1400px;
    width: 100%;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
.tobpanel-r1 .tobp-c1 {
    width: 50%;
    padding-left: 5%;
}
.tobpanel-r1 .tobp-c2 {
    width: 50%;
}

.tobpanel-r1 .tobp-c2 img {
    width: 90%;
}
.tobp-c1r3 {
    width: 100%;
    row-gap: 30px;
}
.ticon-box {
    width: 50%;
}
.ticon-box .ibcol1 {
    width: 25%;
    align-items: center;
}
.ticon-box .ibcol1 img {
    width: 80%;
    margin-right: 20px;
    height: fit-content;
}
.ticon-box .ibcol2 {
    justify-content: center;
    width: 75%;
}
.ticon-box .ibcol2 .ibp1 {
    font-size: var(--e-global-typography-text-font-size);
    font-weight: 600;
}
.ticon-box .ibcol2 .ibp2 {
    font-size: var(--e-global-typography-accent-font-size);
}
.tobp-c1r1 {
    margin: 30px 0;
}
.tobp-c1r1 p {
    font-size: var(--e-global-typography-heading1-font-size);
}
.tobp-c1r2 {
    margin: 0 0 30px 0;
}
.tobp-c1r2 p {
    font-size: var(--e-global-typography-accent-font-size1);
}

/* tab2 container */
.t2rcol1,
.t2rcol2 {
    width: 50%;
}
.t2rcol1 img {
    width: 100%;
}
.t2-iconbox {
    margin: 0 0 25px 0;
}
.t2-iconbox .t2-iconbox-col1 {
    width: 25%;
}

.t2-iconbox .t2-iconbox-col1 img {
    width: fit-content;
    margin-right: 20px;
}

.t2-iconbox .t2-iconbox-col2 {
    width: 75%;
}
.t2-iconbox-col2-heading {
    font-size: var(--e-global-typography-text-font-size);
    color: var(--e-global-color-heading);
    font-weight: 600;
}
.t2-iconbox-col2-text {
    font-size: var(--e-global-typography-accent-font-size);
}
.t2rcol2-heading1 {
    margin: 30px 0;
    color: var(--e-global-color-heading);
    font-weight: 600;
}
/* Tab3 content  */
.tab3bg {
    /* background-image: url(../images/services/tab/content/academise/academics_laptop.png) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%; */
    /* padding: 80px 0; */
}
.t3-col1 {
    width: 55%;

    /* width: 100%; */
}
.t3-col2 {
    width: 45%;

    background-size: contain;
}
@media only screen and (max-width: 767px) {
    .tab3-row {
        flex-direction: column-reverse; /* Image ऊपर, Text नीचे */
    }

    .t3-col1,
    .t3-col2 {
        width: 100% !important;
    }

    .t3-col2 {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .t3-col2-row1 {
        row-gap: 30px;
        margin-bottom: 30px;
    }
    .t3-col2 img {
    width: 100%;
    height: auto;
    border-radius: 2px !important;
    max-width: 100%;
}

}
@media only screen and (min-width: 768px) {
    .t3-col2-row1 {
        display: none !important;
    }
}



@media only screen and (max-width: 767px) {
    .t3-col1-row1 {
        display: none !important;
    }
}

.t3-col1 {
    padding-left: 5%;
}
.t3box-icon {
    width: 25%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.t3box-icon img {
    width: 75%;
    margin-right: 20px;
    height: fit-content;
}
.t3box-content {
    width: 75%;
}
.t3iconbox {
    gap: 20px;
}
.t3-col1-row1 {
    row-gap: 30px;
    margin-bottom: 30px;
}
.t3-col1-row2 {
    row-gap: 30px;
}
.t3box-heading {
    color: var(--e-global-color-f2f051);
    font-size: var(--e-global-typography-heading1-font-size);
    font-weight: 600;
}
.t3box-text {
    font-size: var(--e-global-typography-accent-font-size);
    color: var(--e-global-color-primary);
}
