﻿
body {
    overflow-x: hidden;
}

video {
    max-width: 100%;
    height: auto;
    border-radius: 10px !important;
    box-shadow: 1px 4px 6px #a39e9e;
    border: 5px solid #babcbd !important;
}

.connect-with-us {
    margin-top: 130px;
}



.product-banner-content h1 {
    color: #05415d !important;
    border-bottom: none;
    border-left: none;
}

body {
    overflow-x: hidden !important;
}

.banner-heading .banner-content {
    padding: 20px 60px;
}

.pr-0 {
    padding-right: 0 !important;
}

.campus-management-system_card {
    display: flex;
    align-items: start;
}

.product-pg-banner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: background: linear-gradient(to right, #2a7ba8, #48a1d3);
    left: 0;
    top: 0;
    z-index: -1 !important;
}

.min-height {
    min-height: 320px;
    box-shadow: 5px 7px 23px 0 rgb(58 52 82 / 16%);
    padding: 15px 15px;
    border-radius: 7px;
    margin-bottom: 30px;
}

.sis-assists {
    height: 185px;
}

.d-flex {
    display: flex;
}
/*----------------------Benifits-------------------------------*/

.season_tabs {
    position: relative;
    min-height: 340px; /* This part sucks */
    clear: both;
    margin: 25px 0;
}

.season_tab {
    float: left;
    clear: both;
    width: 40%;
}

    .season_tab label {
        padding: 15px;
        font-size: 17px;
        vertical-align: middle;
        position: relative;
        margin-bottom: 10px;
        border-left: 5px solid #92d6f2;
        border-radius: 10px;
        background-color: #fff;
        color: #6a6969;
        width: 95%;
    }

    .season_tab [type=radio] {
        display: none;
    }

.season_content {
    background: white;
    padding: 20px;
    width: 100%;
    min-height: 350px;
    border-radius: 10px;
}

    .season_content .span_content h3 {
        color: #33afe4;
        margin: 26px 12px;
    }

    .season_content .span_content p {
        margin-top: 15px;
    }

    .season_content .span_content {
        animation: 0.5s ease-out 0s 1 slideInFromTop;
        word-wrap: break-word;
    }

        .season_content .span_content .moretext {
            display: none;
        }

[type=radio]:checked ~ label {
    background: white;
    border-left: 5px solid #33afe4;
    z-index: 2;
    box-shadow: 5px 7px 13px 0 rgb(58 52 82 / 12%);
}

    [type=radio]:checked ~ label ~ .season_content {
        z-index: 1;
    }


/*----------------------Benifits-------------------------------*/
/*----------------------Feature-------------------------------*/
.feature-tab-box {
    display: flex;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #3266cc;
    border-radius: 15px;
    margin: 30px auto;
    scroll-behavior: smooth;
}

    .feature-tab-box .tab {
        background-color: #f4f3ef;
        width: 40%;
        height: 500px;
        padding: 50px 20px;
        border-radius: 15px 0 0 15px;
        justify-content: center; /* horizontally center */
        align-items: center; /* vertically center */
    }

        .feature-tab-box .tab button {
            display: block;
            background-color: inherit;
            color: #33afe4;
            padding: 10px 15px;
            width: 100%;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 17px;
            border-radius: 11px;
            border: 2px solid #33afe4;
            margin-top: 20px;
            font-weight: 600;
        }

            .feature-tab-box .tab button:hover {
                background-color: transparent;
                color: #33afe4;
                transform: scale(1.1);
                box-shadow: 2px 18px 48px 0 rgba(0,0,0,.11);
            }

            .feature-tab-box .tab button.active {
                background-color: #33afe4;
                color: #fff;
            }

    .feature-tab-box .tabcontents {
        width: 60%;
        border-left: none;
        height: 500px;
        border-radius: 0 15px 15px 0;
        overflow-y: scroll;
        position: relative;
        padding: 30px;
        scrollbar-width: none;
    }

        .feature-tab-box .tabcontents h3 {
            color: #33afe4;
            font-size: 17px;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .feature-tab-box .tabcontents p {
            margin-bottom: 25px;
        }

.fadeinout {
    animation: fadeinout 4s;
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.feature-accordian {
    display: none;
}

.tab-image_img {
    min-width: 45px;
    margin-right: 15px;
}

.prod-offer-wrapper .tab-content {
    padding: 0 !important;
}



/*----------------------Feature-------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {


    .campus-management-system_card {
        min-height: 408px;
    }

    .product-pg-banner::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(45deg,rgba(255,255,255,.94),transparent);
        left: 0;
        top: 0;
        z-index: -1 !important;
    }
}

@media only screen and (max-width: 992px) {
    .connect-with-us {
        margin-top: 130px;
    }

    .cta__order_box.row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .cta__order_box .order-1 {
        order: 2;
    }

    .cta__order_box .order-2 {
        order: 1;
    }
}

.features-content li + li {
    margin-top: 0px;
}

.product-banner-content p {
    color: #111 !important;
}

.prod-offer-wrapper .tab-content {
    border: none !important;
    border-radius: 0px !important;
    background-color: transparent;
}

.product-pg-banner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg,rgba(255,255,255,.94),transparent);
    left: 0;
    top: 0;
    z-index: -1 !important;
}

.tabs-left {
    border-bottom: none;
}

    .tabs-left > li {
        margin-right: 20px;
    }

        .tabs-left > li:hover {
            background-color: transparent;
        }

        .tabs-left > li > a:hover {
            background: #23bbee;
        }

        .tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
            border-bottom-color: #ddd;
            border-right-color: transparent;
            background: #23bbee !important;
            border: none;
            border-radius: 30px;
            border-right: none !important;
            color: #fff !important;
            line-height: 24px !important;
        }

        .tabs-left > li:before {
            border-right: none !important;
            border-left: 10px solid transparent;
            border-bottom: none !important;
        }

        .tabs-left > li > a {
            border-right: none !important;
            color: #fff !important;
            background: #2b3537;
            margin-bottom: 15px;
            border-radius: 30px;
            text-align: left;
            font-size: 17px;
        }

.what-is-sis p {
    margin-top: 0px;
}

.tabs-left > li > a:hover {
    border: 1px solid #23bbee;
    color: #fff !important;
    border-right: none !important;
    background: #23bbee;
}

.tabs-left > li.active > a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    display: block;
    width: 0;
}

.tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #23bbee;
    border: none;
    border-radius: 30px;
    border-right: none !important;
    color: #fff !important;
    line-height: 24px !important;
}
/*-----new tabs---------*/

.modules-box .tabCollapse .nav-tabs li a {
    padding: 20px 15px;
    font-size: 17px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    border-left: 5px solid #1b92c5;
    border-right: 0;
    border-radius: 10px;
    background-color: #fff;
    color: #6a6969;
    width: 95%;
}

.modules-box .tabCollapse .nav-tabs li::before {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modules-box .tabCollapse {
    display: flex;
    flex-direction: row;
}

.modules-box .nav-tabs {
    column-count: 2;
    column-gap: 10px;
    width: 40%;
    border-bottom: none;
}

    .modules-box .nav-tabs li {
        width: 100%;
    }

.modules-box .tab-content {
    width: 60%;
    height: 100%;
    margin-left: 20px;
}



/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover*/
.modules-box .nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    background: linear-gradient(130deg, #128dc2, #94ff28) !important;
    border: 0 !important;
    border-right: 0 !important;
    color: #fff;
}


.modules-box .nav-tabs li.active a, .nav-tabs li a:hover {
    border: 1px solid transparent;
    border-left: 5px solid #1b92c5;
    border-right: 0 !important;
}

.modules-box .tab-content {
    margin-left: 30px;
}

/*New page design*/

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.modules-box .shadow {
    min-height: 270px;
}

.modules-box .module-subheading {
    font-size: 18px;
}

.tab-content {
    margin-left: 0px;
}

.btn-link {
    color: #66cc00;
    font-size: 16px;
    font-weight: 600;
}

    .btn-link:hover, .btn-link:focus {
        color: #66cc00 !important;
        font-size: 16px;
        font-weight: 600;
    }

.margin-top-40 {
    margin-top: 60px;
}



.Essential-Data-Entry-Points-in-ADMS .box-shadow {
    height: 240px;
    padding: 1px 20px;
}


.sis-tab .tab {
    overflow: hidden;
    text-align: center;
}

    .sis-tab .tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px 20px;
        transition: 0.3s;
        font-size: 17px;
        margin: 0 0 20px;
    }

        .sis-tab .tab button .active {
            border-bottom: 2px solid #33AFE4 !important;
            color: #33AFE4 !important;
        }

        .sis-tab .tab button:hover {
            border-bottom: 2px solid #33AFE4;
            color: #33AFE4;
        }

.p-0 {
    padding: 0 !important
}

.sis-tab .tab button.active {
    border-bottom: 2px solid #33AFE4;
    color: #33AFE4;
}

.sis-tab .tabcontent {
    display: none;
    padding: 30px 0 20px;
    border-top: none;
    background: #F2FDFB;
    margin-bottom: 40px;
}

    .sis-tab .tabcontent .card {
        border: 1px solid #B0E0DD;
        padding: 20px 15px;
        height: 210px;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
    }

.banner-bg {
   
    background: #F2FDFB;
    position: relative;
    padding:40px 0;
}

    .banner-bg img {
        margin-top: 15px;
    }

    .banner-bg:after {
        content: "";
        background: #E3FAF7;
        height: 75px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

#LiveFreeDemosid {
    margin-top: 65px;
}




.circle-container {
    display: block;
    place-items: center;
    --circleDiameter: 380px;
    --planets: calc(var(--circleDiameter) / 5);
    --radius: calc(var(--circleDiameter) / 2); /* Radius of the circle */
   
}
    .circle-container .inner-img {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 10px;
        width: 95%;
        height: 95%;
    }
   

    .circle-container .hero-circle {
        position: relative;
        width: var(--circleDiameter);
        height: var(--circleDiameter);
    }

    .circle-container .hero-rotate {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: rotate 30s linear infinite;
    }

        .circle-container .hero-rotate .planet {
            position: absolute;
            width: var(--planets);
            aspect-ratio: 1;
            border-radius: 100%;
            animation: maintain 30s linear infinite;
        }

            /* Dynamically place 5 images at equal distances */
            .circle-container .hero-rotate .planet:nth-child(1) {
                top: calc(50% - var(--radius) * cos(0deg) - var(--planets) / 2);
                left: calc(50% + var(--radius) * sin(0deg) - var(--planets) / 2);
            }

            .circle-container .hero-rotate .planet:nth-child(2) {
                top: calc(50% - var(--radius) * cos(72deg) - var(--planets) / 2);
                left: calc(50% + var(--radius) * sin(72deg) - var(--planets) / 2);
            }

            .circle-container .hero-rotate .planet:nth-child(3) {
                top: calc(50% - var(--radius) * cos(144deg) - var(--planets) / 2);
                left: calc(50% + var(--radius) * sin(144deg) - var(--planets) / 2);
            }

            .circle-container .hero-rotate .planet:nth-child(4) {
                top: calc(50% - var(--radius) * cos(216deg) - var(--planets) / 2);
                left: calc(50% + var(--radius) * sin(216deg) - var(--planets) / 2);
            }

            .circle-container .hero-rotate .planet:nth-child(5) {
                top: calc(50% - var(--radius) * cos(288deg) - var(--planets) / 2);
                left: calc(50% + var(--radius) * sin(288deg) - var(--planets) / 2);
            }


@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes maintain {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.key-feature .box-shadows {
    border: 1px solid #B0E0DD;
    padding: 15px;
    height: 210px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
}

    .key-feature .box-shadows:hover {
        box-shadow: 5px 7px 23px 0 rgb(58 52 82 / 16%);
        transition: all .3s ease-in-out;
        border-radius: 5px;
    }

.feature-bg {
    background: #F2FDFB;
    padding: 10px 0px;
}

.why-sis {
    background: #F2FDFB;
    padding: 20px 0;
}

    .why-sis:after {
        content: "";
        background: #00469B;
        height: 40px;
        position: absolute;
        width: 100%;
    }

    .why-sis .features {
        background: #fff;
        border-top: 3px solid #CBFDF4;
        padding: 18px 10px 1px;
        border-radius: 7px;
        margin: 10px 0;
        text-align: left;
    }

    .why-sis img {
        position: relative;
        bottom: -55px;
    }

.features p {
    text-align: left;
}

.sis-assist {
    background: #E3FAF7;
    border: 1px solid #B0E0DD;
    height: 300px;
}

    .sis-assist .assist-dashboard {
        width: 470px;
        height: 300px;
    }

.list-unstyled li {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.list-unstyled img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.why-sis .features:hover {
    box-shadow: 5px 7px 23px 0 rgb(58 52 82 / 16%);
    transition: all .3s ease-in-out;
}

.why-sis-feature {
    border: 1px solid #B0E0DD;
    padding: 15px;
    height: 110px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
}

    .why-sis-feature img {
        width: 24px;
        height: 24px;
    }

.why-sis .sis-girl {
    vertical-align: bottom;
    display: block;
}


.icon-text {
    display: flex;
    align-items: start;
    gap: 10px; /* Adjust space between image and text */
}

.info-container {
    background: #e6f7f4;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.feature-list {
    padding-left: 20px;
}

    .feature-list li {
        background: #ffffff;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        list-style: none;
        border-left: 4px solid #00a99d;
    }


@media (max-width: 770px) {
    #circle {
        transform: scale(0.8); /* Adjust size */
    }


    .circle-container .center-img {
        width: 355px;
        height: 355px;
    }
    .features-content .mobile-text
    {
        margin-top:30px;
        margin-bottom:20px;
    }
    .season_content {
        min-height: 255px;
    }

    .modules-box
    .tab-content > .tab-pane {
        padding: 0px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top:15px;
    }


    .modules-box .nav-tabs {
        column-count: 2;
        column-gap: 30px;
    }
    .sis-tab .tabcontent .card {
        height:160px;
    }
    .why-sis:after {
        content: "";
        background: transparent;
    }
    .margin-top-40 {
        margin-top: 0;
    }
    .why-sis-feature {
       
        min-height: 100px;
    }
   
    .modules-box .tabCollapse .nav-tabs li a {
        padding: 10px 5px;
        font-size: 13px;
        vertical-align: middle;
        position: relative;
        margin-bottom: 10px;
        border-left: 3px solid #1b92c5;
        border-right: 0;
        border-radius: 10px;
        background-color: #fff;
        width: 100%;
    }

    .modules-box .tabCollapse {
        display: block;
    }

    .modules-box .nav-tabs {
        width: 100%;
    }

    .modules-box .tab-content {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }


    padding-left-0 {
        padding-left: 15px !important;
    }

    .sis-assists {
        height: auto;
    }

    .banner-heading .banner-content {
        padding: 20px 20px;
    }

    .LiveFreeDemo {
        width: 100%;
        margin-top: 60px;
    }

    .prod-offer-wrapper, .nav-tabs {
        display: block !important;
    }

    .display-flex-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .display-flex-row .order-2 {
            order: 1;
        }

        .display-flex-row .order-1 {
            order: 2;
        }

    .product-banner-content h1 {
        color: #fff !important;
    }

    .product-banner-content p {
        color: #fff !important;
    }

    .product-pg-banner::after {
        z-index: -1 !important;
    }

    .feature-accordian {
        display: block;
    }

    .feature-tab-box {
        display: none;
    }
}
}
