@charset "utf-8";



/* Root CSS Files */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}




p {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}

ul li {
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 5px;
}


span {
    /*	color: #3085de !important;*/
    color: #ffffff !important;
}

.outer span {
    /*	color: #3085de !important;*/
    color: #32325d !important;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800 !important;
    font-family: 'Poppins', sans-serif;
}

.btn-submit {
    background: #32325d !important;
    border: 1px solid #32325d !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #45a0ff !important;
    background-color: #32325d !important;
    box-shadow: none;
}

.bg {
    background: url('../images/elements/awesome-feat-bg-2.png') no-repeat;
}

.hr {
    position: relative;
    margin: 0px 0;
    display: inline-block;
    width: 4%;
    background-color: #4db7fe;
    height: 5px;
    border-radius: 2px;
    left: 47.5%;
}

.white {
    background-color: #ffffff !important;
}


/*----- Reseted Container Size-----*/
.container {
    max-width: 1200px !important;
}

.carousel-inner img {
    border: 10px solid #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #eee;
    margin: 10px;
}

.parallax-window {
    position: relative;
    background: #4db7fe4a;
    padding: 50px 0px;
}

.parallax-window .container {
    position: relative;
    z-index: 2;
}

.btn-apply {
    font-size: 20px;
}


/*===================================================
					HEADER SECTION START
=====================================================*/
.section-header {
    position: relative;
    background: url('../images/bg-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 3;
}

.section-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    /*	background: #2f99fd;*/
    background-image: linear-gradient(30deg, #5a77e0, #2f99fd, skyblue);
    z-index: 1;
}


#desc {
    margin-top: 8%;
}

.section-header .out {
    position: relative;
}

.section-header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    border: 10px;
    z-index: 2;
    width: 100%;
}

.contact-number {
    position: absolute;
    top: -60px;
    right: 15px;
    height: 80px;
    border: 10px;
    z-index: 3;
    width: 300px;

}

.contact-number h3 {
    color: #fff !important;
    font-weight: 800;
}


.section-header .headinhg-main {
    font-weight: 800 !important;
    font-size: 45px !important;
    color: white;
    position: relative;
    z-index: 3;

}

.section-header .headinhg-secondry {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: white;
    position: relative;
    z-index: 3;
}

.section-header .head-outer {
    border: 10px solid #fff;
    border-radius: 10px;
    padding: 25px 15px;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 0 10px 0 #666;
    position: relative;
    background: #eee;
    float: left;
    margin-bottom: 20px;
    z-index: 3;
}

.section-header .head-outer .heading {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
}

.section-header .head-outer .h2 {
    color: #fff !important;
    text-shadow: 0 0 20 0;
}

.section-header .head-outer .part-1 {
    position: relative;
    width: calc(40% - 20px);
    height: 100%;
    float: left;
    margin: 0 10px;
}

.section-header .head-outer .part-1::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: -12px;
    width: 2px;
    background: white;
}

.section-header .head-outer .asat {
    font-size: 67px !important;
    line-height: 67px;
    margin: 0px;

}

.section-header .head-outer .date {
    font-size: 30px !important;
    line-height: 50px;
    margin: 0px;
    color: #45a0ff;
}

.section-header .head-outer .sub-text {
    font-size: 14px;
    font-weight: 600;
}

.section-header .head-outer .text {
    font-size: 13px !important;
    font-weight: 600;
    color: black;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.section-header .head-outer .part-2 {
    width: calc(60% - 20px);
    height: 100%;
    float: left;
    margin: 0 10px;
    font-family: 'Poppins', sans-serif;
}

.section-header .head-outer h4 {
    font-weight: 800 !important;
    font-size: 15px !important;
    background: white;
    padding: 6px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;

}

.section-header .bootom-strip {
    z-index: 1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.section-header .bootom-strip img {
    width: 100% !important;
}

.section-header .outer {
    background: #f5f5f5;
    padding: 15px;
    box-shadow: 0 0 10px 0;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.section-header .btn-apply {
    position: relative;
    z-index: 3;
    background: #32325d !important;
    border: none !important;
    width: 200px;
    padding: 10px;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
}


/*===================================================*/


/*-------OUR LATEST RESULT SMALL SECTION---------*/
.result-slider {
    text-align: center !important;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    font-family: 'Poppins', sans-serif;

}

.result-slider .hr {
    position: absolute;
}

#asat-result-slider {
    margin-top: 20px;
}

/*-----------------------------------------------*/


/*-------INTRODUCE VISON SECTION HERE------------*/

.section-st-count {
    padding: 50px 0;
}

.section-st-count h1 {
    font-size: 3.5rem;
    font-family: 'Poppins', sans-serif;
}

.section-st-count .text {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.section-st-count h4 {
    font-size: 26px !important;
    color: #C5740D;
    font-family: 'Poppins', sans-serif;
}


/*----------------------------------------------*/


/*===================================================
					Section-1 ALL AIR-1
=====================================================*/

.section-1 {
    padding: 50px 0px;
    background: #f5f5f5;
}

.carding {
    position: relative;
}

.owl-carousel {
    margin: 0px;
    height: auto !important;
}

.owl-carousel .student-details {
    padding: 15px;
}

.student-details h2 {
    font-weight: 900;
    font-size: 40px !important;
    color: #8E1D1F !important;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.student-details .btn-primary {
    color: #fff;
    border-color: #45a0ff !important;
    background-color: #45a0ff !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}


.toppers .owl-wrapper {
    margin-top: 100px;
}


.toppers .toppers-box {
    position: relative;
    z-index: 1;
    padding: 20px;
    border: 1px solid #eee;
    margin: 10px !important;
    box-shadow: 0 0 15px #eee;
    background: #fff;
}

.toppers .toppers-box .card-image {
    position: absolute;
    top: -153px;
    left: -45px;
    z-index: 1;
    padding: 20px;
    width: 240px;
    overflow: visible !important;
}


.toppers .toppers-box .rank {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 48px;
    top: 0px;
    z-index: 2;
    padding: 20px;
}


.toppers .prev {
    height: 35px;
    width: 35px;
    background: #45a0ff;
    color: white !important;
    border-radius: 100px;
    position: absolute;
    left: -20px;
    top: 220px;
    font-size: 15px !important;
    box-shadow: 0 0 15px 0 #AFAFAF !important;
}

.toppers .next {
    height: 35px;
    width: 35px;
    background: #45a0ff;
    color: white !important;
    border-radius: 100px;
    position: absolute;
    right: -20px;
    top: 220px;
    box-shadow: 0 0 15px 0 #AFAFAF !important;
}

.toppers .me {
    padding: 9px;
}


/*===================================================
				Section-1 TEXT SECTION END
=====================================================*/

/*===================================================
				Section-2 TEXT SECTION START
=====================================================*/

.section-2 {
    padding: 50px 0px;
    position: relative;
}


.seprator {
    position: absolute;
    width: 1px;
    height: 50%;
    background: #C9C9C9;
    top: 140px;
    left: 50%;
    margin-left: -1px;

}


/*===================================================*/

/*===================================================
				Section-3 SECTION START
=====================================================*/


.section-3 {
    padding: 50px 0px 0 0;
    background: linear-gradient(30deg, #eae9e7, #f0efed, #eae9e7);
    overflow: hidden;
}

.section-3 .row {
    position: relative;
}

.section-3 .features {
    border: 5px dotted #f9b101;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 0 7px #999;
}

.section-3 .features img {
    width: 65px !important;
    height: 65px !important;
}

.section-3 .border-1 {
    position: absolute;
    background: #E1090C;
    height: 5px;
    width: 87%;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.section-3 .border-left-new {
    position: absolute;
    background: #E1090C;
    height: 390px !important;
    width: 5px !important;
    top: 50%;
    left: 0;
    z-index: 3;
    cursor: default;
}

.section-3 .button-left {
    position: absolute;
    background: #E1090C;
    height: 40px !important;
    width: 250px !important;
    top: 100px;
    left: 0;
    border: none;
    border-radius: 0px 50px 50px 0px;
    z-index: 3;
    cursor: default;

}

.section-3 .button-left:hover {
    background: #E1090C !important;
}


.section-3 .border-2 {
    position: absolute;
    background: #f9b101;
    height: 5px;
    width: 87%;
    top: 50%;
    margin-top: -5px;
    right: 0;
    /*    box-shadow: 0 0 3px;*/
}

.section-3 .border-right-new {
    position: absolute;
    background: #f9b101;
    height: 200px !important;
    width: 5px !important;
    top: 50%;
    right: 0;
    z-index: 3;
}

.section-3 .button-right {
    position: absolute;
    background: #f9b101;
    height: 40px !important;
    width: 250px !important;
    top: 100px;
    right: 0;
    border: none;
    border-radius: 50px 0px 0px 50px;
    z-index: 3;
    cursor: default;
}

.section-3 .button-right:hover {
    background: #f9b101;
    cursor: default;
}

.system-bg {
    background: url('../images/system-bg.jpg');
    background-size: cover;
    height: 450px !important;
    width: 100%;
    overflow: hidden;

}



.section-3 .bg-1 {
    display: block;
    background-color: transparent;
}

.section-3 .bg-2 {
    display: block;
    background-color: transparent;
}

.section-3 .heading-1 {
    display: none;
}

.section-3 .heading-1 {
    display: none;
}


/*===================================================*/


/*===================================================
				Section-4 SECTION START
=====================================================*/





/*----------bg Setting Start---------------*/
.section-shaped .shape-style-1.shape-primary {
    background: linear-gradient(150deg, #45a0ff 15%, #45a0ff 70%, #45a0ff 94%) !important;
}

.section-hero {
    min-height: auto !important;
}

/*----------bg Setting End---------------*/

.section-4 h1 {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 50px;
}

.section-4 h2 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 h3 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 h5 {
    font-weight: 400 !important;
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 p {
    margin: 0px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 .counter {
    margin-bottom: 15px;
}

.section-4 .counter img {
    width: 100px;
    padding: 10px;
}

.counter .img-count {
    padding: 24px;
    vertical-align: middle;
    width: 100%;
    background-color: #434242 !important;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px #666;
    margin-bottom: 15px;
}

.section-4 .counter .img-count h2 {
    color: #f9b101;
}

.section-4 .count-image {
    width: 170px;
    height: 190px;
    margin-bottom: 15px;
}


/*===================================================*/


/*===================================================
				Section-5 SECTION END
=====================================================*/

.section-5 {
    padding: 50px 0px;
}

.section-5 ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.section-5 ul li {
    font-size: 14px !important;
}

.section-5 .outer-address {
    padding: 10px;
    margin: 15px 0;
    border: 3px solid #eee;
    color: black !important;
}

.section-5 .outer-address:hover {
    box-shadow: 0 0 30px 0 #ccc;
    border: 3px solid #fff;
    /*	transition: all 500ms;*/
    background: #45a0ff;
    color: #fff !important;
}

.btn-apply-1 {
    background: #32325d !important;
    border: 1px solid #32325d !important;
    box-shadow: 0 0 10px 0;
    width: 200px;
    font-size: 20px !important;
    margin-top: 6px !important;
}


/*===================================================*/



.section-2-footer {
    background: #252525;
    padding: 10px 20px;
    margin-bottom: 0px !important;
}

.section-2-footer .border-new {
    border-bottom: .5px solid #636363;
    padding: 10px;
    border-top: .5px solid #636363;
}

.section-2-footer p {
    font-size: 18px;
    color: #AAAAAA;
    font-weight: 600;
}

.section-2-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-2-footer ul li {
    display: inline-block;
}

.section-2-footer ul li a {
    font-size: 13px;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.section-2-footer ul li a::after {
    content: '\002E';
    font-size: 34px;
    position: absolute;
    right: -3px;
    line-height: 0;
    top: 0px;

}

.section-3-footer {
    background: #252525;
    padding: 0px 20px 10px 20px;
    margin-bottom: 0px !important;
}

.section-3-footer img {
    margin: 0px;
    padding: 0 20px !important;
    height: 50px;
}

.section-2-footer .col-lg-2 {
    margin-bottom: 0px !important;
}

.section-3-footer p {
    font-size: 10pt;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
}

.section-3-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-3-footer ul li {
    display: inline-block;
}

.section-3-footer ul li a {
    font-size: 13px;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.section-3-footer ul li a:after {
    content: '\002E';
    font-size: 34px;
    position: absolute;
    right: -3px;
    line-height: 0;
    top: 0px;

}

.section-3-footer ul li a:nth-last-child(3)::after {
    content: '';
    background: red;
}
















/*-----------Page Utility-----------*/

#back-to-top {
    cursor: pointer;
    position: fixed;
    font-weight: 500;
    bottom: 20px;
    padding: 7px 10px;
    width: 32px;
    right: 20px;
    height: 32px;
    display: none;
    background-color: #126ac5;
    -webkit-box-shadow: -2px 2px 12px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 2px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 2px 12px -5px rgba(0, 0, 0, 0.75);
    z-index: 100;
    overflow: hidden;
    color: #FFF !important;
    border: none;
    border-radius: 50px;
}






.outer-new {
    position: relative;
    z-index: 5;
    box-shadow: 0 0 10px;
    border-radius: 10px;
}



.upper {
    position: relative;
    margin-top: 10%;
    padding: 50px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    background-size: cover;
    z-index: 2;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 35px solid #e2e2e2;
    position: absolute;
    top: 35%;
    left: 50%;
    margin: 0px auto;
}

.upper h1 {
    font-size: 85px;
    color: #4179de;
    position: relative;
    z-index: 2;
}

.lower {
    background: #f3f3f3;
    padding: 50px;
    box-shadow: 0 10 15px 0;
}


.lower h2 {
    font-size: 23px;
    font-weight: 800;
}

.bottom {
    position: relative;
    padding: 8px;
    border-radius: 0px 0px 10px 10px;
    background: #323232;
    background-size: cover;
    z-index: 2;
    color: #fff !important;
}

.bottom ul {
    list-style: none;
    margin: 0px;
}


.bottom ul li {
    display: inline-block;
}

.bottom ul li a {
    color: #fff;
    font-size: 18px;
}

.bottom ul li .bt {
    height: 34px;
    width: 34px;
}


.center-name {
    margin-left: -8px !important;
    font-weight: 800;
    font-size: 12px !important;
    text-shadow: 0 0 19px #575757;
    letter-spacing: 1px;
}




/*====================================================
			Device - 1 CSS For Tablet & Mobile
=====================================================*/


@media screen and (max-width:850px) {
    .center-name {
        margin-left: -30px !important;
        font-size: 10px !important;
    }

    .section-header .logo {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 90px;
        border: 10px;
        z-index: 2;
        width: 100%;
    }

    #desc {
        margin-top: 0% !important;
    }

    .outer-new {
        position: relative;
        z-index: 5;
        box-shadow: 0 0 10px;
        border-radius: 10px;
        margin-top: 70px !important;
    }

    .upper {
        position: relative;
        margin-top: 10%;
        padding: 20px;
        border-radius: 10px 10px 0px 0px;
        background: #fff;
        background-size: cover;
        z-index: 2;
    }

    .upper h1 {
        font-size: 50px;
        color: #4179de;
        position: relative;
        z-index: 2;
    }

    .lower {
        background: #f3f3f3;
        padding: 25px;
        box-shadow: 0 10 15px 0;
    }


    .lower h2 {
        font-size: 15px;
        font-weight: 800;
    }

    .bottom ul li a {
        color: #fff;
        font-size: 15px;
    }

    .bottom ul li .bt {
        height: 28px;
        width: 28px;
    }

    .seprator {
        display: none;
    }

    .section-3 {
        padding: 50px 0 0 0 !important;
    }

    .section-3 .heading-1 {
        display: block;
    }

    .section-3 .heading-1 {
        display: block;
    }


    .section-3 .bg-1 {
        display: block;
        background: #a04346;
        color: white;
        font-size: 15px;
        font-weight: 600;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 15px !important;
    }

    .section-3 .bg-1 .mt-3 {
        margin-top: 0px !important;
    }

    .section-3 .bg-2 {
        display: block;
        background: #dcaf42;
        color: white;
        font-size: 15px;
        font-weight: 600;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 15px !important;
    }

    .section-3 .bg-2 .mt-3 {
        margin-top: 0px !important;
    }


    .section-3 {
        padding: 0px 0px;
    }

    .section-3 .features img {
        width: 40px !important;
        height: 40px !important;
    }

    .section-3 .features {
        border: 5px dotted #dcaf42;
        border-radius: 100px;
        width: 90px;
        height: 90px;
        padding: 18px;
        background: #fff;
        box-shadow: 0 0 7px #999;
    }

    .section-3 .border-1 {
        display: none;
    }

    .section-3 .border-left-new {
        display: none;
    }

    .section-3 .button-left {
        position: absolute;
        background: #E1090C;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        left: 0;
        border: none;
        border-radius: 0px 50px 50px 0px;
        z-index: 3;

    }


    .section-3 .border-2 {
        display: none;
    }

    .section-3 .border-right-new {
        display: none;
    }

    .section-3 .button-right {
        position: absolute;
        background: #f9b101;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        right: 0;
        border: none;
        border-radius: 50px 0px 0px 50px;
        z-index: 3;
    }

    .system-bg {
        display: none;
    }



    .logo {
        position: absolute;
        width: 100%;
        border: 10px;
        z-index: 2;
    }

    .logo img {
        height: none;
        margin-right: 20px;
    }

    .contact-number {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 80px;
        border: 10px;
        z-index: 3;
        width: 100%;
        text-align: center;

    }

    .contact-number h3 {
        color: #fff !important;
        font-weight: 800;
    }

    .part-1 {
        width: calc(100% - 20px) !important;
        position: relative;
    }

    .part-1::before {
        content: '';
        position: absolute;
        top: 95px !important;
        right: 0px !important;
        width: 100% !important;
        height: 2px !important;
        background: white;
    }

    .part-2 {
        width: calc(100% - 20px) !important;
    }

    .btn-apply {
        position: relative;
        z-index: 3;
        width: 200px;
        font-size: 15px !important;
    }


    .toppers .owl-wrapper {
        margin-top: 200px !important;
    }

    .toppers-box {
        position: relative !important;
        z-index: 1 !important;
        padding: 0px !important;
        border: 1px solid #eee !important;
        margin: 10px !important;
        box-shadow: 0 0 15px #eee !important;
    }

    .toppers-box .card-image {
        position: absolute !important;
        top: -196px !important;
        left: 50% !important;
        margin-left: -82px;
        z-index: 1 !important;
        padding: 20px !important;
        width: 164px !important;
        overflow: visible !important;
    }

    .toppers-box .rank {
        position: absolute !important;
        width: 80px !important;
        height: 60px !important;
        right: 48px !important;
        top: 0px !important;
        z-index: 2 !important;
        padding: 20px !important;
        display: none !important;
    }

    .toppers .prev {
        height: 35px;
        width: 35px;
        background: #45a0ff;
        color: white !important;
        border-radius: 100px;
        position: absolute;
        left: -10px;
        top: 415px;
        font-size: 15px !important;
        box-shadow: 0 0 15px 0 #AFAFAF !important;
    }

    .toppers .next {
        height: 35px;
        width: 35px;
        background: #45a0ff;
        color: white !important;
        border-radius: 100px;
        position: absolute;
        right: -10px;
        top: 415px;
        box-shadow: 0 0 15px 0 #AFAFAF !important;
    }


    .des h3 {
        font-size: 23px !important;
        text-shadow: 0 0 1px #eee;
        color: maroon;
    }

    .des {
        text-align: center;
        margin-top: 30px;
    }



}


@media screen and (max-width:480px) {

    .arrows {
        display: none;
    }
}



@media screen and (max-width:361px) {

    .arrows {
        width: 0;
        height: 0;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 35px solid #e2e2e2;
        position: relative;
        top: 35%;
        margin: 0px auto;
    }

    .section-3 .features img {
        width: 27px !important;
        height: 27px !important;
    }

    .section-3 .features {
        border: 2px dotted #dcaf42;
        border-radius: 100px;
        width: 60px;
        height: 60px;
        padding: 15px;
        background: #fff;
        box-shadow: 0 0 7px #999;
    }

    .section-3 .border-1 {
        position: absolute;
        background: #E1090C;
        height: 5px;
        width: 87%;
        top: 50%;
        margin-top: -5px;
        left: 0;
    }

    .section-3 .border-left-new {
        position: absolute;
        background: #E1090C;
        height: 280px !important;
        width: 5px !important;
        top: 50%;
        left: 0;
        z-index: 3;
    }

    .section-3 .button-left {
        position: absolute;
        background: #E1090C;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        left: 0;
        border: none;
        border-radius: 0px 50px 50px 0px;
        z-index: 3;

    }


    .section-3 .border-2 {
        position: absolute;
        background: #f9b101;
        height: 5px;
        width: 87%;
        top: 50%;
        margin-top: -5px;
        right: 0;
        /*    box-shadow: 0 0 3px;*/
    }

    .section-3 .border-right-new {
        position: absolute;
        background: #f9b101;
        height: 198px !important;
        width: 5px !important;
        top: 50%;
        right: 0;
        z-index: 3;
    }

    .section-3 .button-right {
        position: absolute;
        background: #f9b101;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        right: 0;
        border: none;
        border-radius: 50px 0px 0px 50px;
        z-index: 3;
    }

    .section-3 .title {
        font-size: 13px;
    }

    .system-bg {
        background: url('../images/system-bg.jpg');
        background-size: cover;
        height: 450px !important;
        width: 100%;
        overflow: hidden;

    }

    .logo {
        position: absolute;
        width: 100%;
        border: 10px;
        z-index: 2;
    }

    .logo img {
        height: auto;
        margin-right: 20px;
    }

    .contact-number {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 80px;
        border: 10px;
        z-index: 3;
        width: 100%;
        text-align: center;
    }

    .contact-number h3 {
        color: #fff !important;
        font-weight: 800;
    }

    .part-1::before {
        content: '';
        position: absolute;
        top: 115px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: white;
    }




}



.arrows {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 35px solid #e2e2e2;
    position: relative;
    top: 35%;
    margin: 0px auto;

}



.border-red {
    border: 5px dotted #E1090C !important;
}

.date-active {
    display: none;
}





:root {
    --primary-color: #e63946;
    --secondary-color: #1d3557;
    --accent-color: #f1c40f;
    --light-color: #f1faee;
    --dark-color: #1d3557;
    --text-color: #333;
    --border-radius: 12px;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



.guests-section {
    padding: 4rem 0;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNmMWZhZWUiPjwvcmVjdD4KPC9zdmc+');
}

.section-header1 {
    margin-bottom: 3rem;
}

.section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-title {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 1.5rem;
}

.decoration-line {
    height: 2px;
    width: 80px;
    background-color: var(--primary-color);
}

.decoration-icon {
    margin: 0 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding: 0 2rem;
}

.section-subtitle:before,
.section-subtitle:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: var(--accent-color);
}

.section-subtitle:before {
    left: 0;
}

.section-subtitle:after {
    right: 0;
}

.guests-row {
    margin-top: 2rem;
}

.guest-card {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.guest-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.guest-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
}

.guest-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.guest-photo {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.guest-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.guest-card:hover .guest-photo img {
    transform: scale(1.05);
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    color: white;
    text-align: center;
}

.guest-designation {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.guest-info {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guest-name {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.guest-position {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.guest-label {
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: auto;
}

.event-details {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.event-detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--light-color);
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: 500;
    color: var(--secondary-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.event-detail-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.2rem;
    }

    .guest-photo {
        height: 250px;
    }

    .event-details {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .decoration-line {
        width: 50px;
    }

    .guest-name {
        font-size: 1.3rem;
    }
}




/* organiser css */

/* Organizers Section Styles */
:root {
    --primary-color: #e63946;
    --secondary-color: #1d3557;
    --accent-color: #f1c40f;
    --light-color: #f8f9fa;
    --dark-color: #1d3557;
    --text-color: #333;
    --border-radius: 12px;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.organizers-section {
    padding: 5rem 0;
    background-color: var(--light-color);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e63946' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.section-header3 {
    margin-bottom: 4rem;
}

.section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-title {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 1.5rem;
}

.decoration-line {
    height: 2px;
    width: 80px;
    background-color: var(--primary-color);
}

.decoration-icon {
    margin: 0 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding: 0 2rem;
}

.section-subtitle:before,
.section-subtitle:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: var(--accent-color);
}

.section-subtitle:before {
    left: 0;
}

.section-subtitle:after {
    right: 0;
}

/* Main Organizer Styles */
.organizer-main,
.organizer-secondary {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    margin-bottom: 3rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organizer-main:hover,
.organizer-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.organizer-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
}

.organizer-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: var(--accent-color);
}

.organizer-photo-container {
    position: relative;
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}

.organizer-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.organizer-main:hover .organizer-photo,
.organizer-secondary:hover .organizer-photo {
    transform: scale(1.05);
}

.organizer-badge {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.organizer-secondary .organizer-badge {
    left: auto;
    right: 0;
    background-color: var(--accent-color);
    color: var(--dark-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.organizer-content {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.organizer-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.organizer-name {
    color: var(--secondary-color);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.organizer-position {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.organizer-designation {
    color: #666;
    font-size: 1rem;
    font-style: italic;
}

.organizer-bio {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.organizer-bio p {
    margin-bottom: 1rem;
    text-align: justify;
}

.organizer-message {
    background-color: rgba(241, 196, 15, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--accent-color);
    margin-top: auto;
}

.organizer-message p {
    margin-bottom: 1rem;
    text-align: justify;
    font-style: italic;
}

.organizer-message p:last-child {
    margin-bottom: 0;
}

.event-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
}

.event-date-badge i {
    font-size: 1.4rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .organizer-photo-container {
        min-height: 300px;
    }

    .organizer-content {
        padding: 1.5rem;
    }

    .organizer-name {
        font-size: 1.5rem;
    }

    .organizer-position {
        font-size: 1.1rem;
    }

    .organizer-message {
        padding: 1rem;
    }

    .decoration-line {
        width: 50px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    .organizer-photo-container {
        min-height: 250px;
    }

    .organizer-badge {
        font-size: 0.9rem;
        padding: 0.4rem 1.2rem;
    }
}



/* collage container */

.collage-container {
    column-count: 4;
    column-gap: 15px;
    padding: 20px;
    max-width: 1400px;
    margin: auto;
}

.collage-container img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    break-inside: avoid;
    /* prevents breaking images between columns */
    transition: transform 0.3s ease;
}

.collage-container img:hover {
    transform: scale(1.03);
}

@media (max-width: 1200px) {
    .collage-container {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .collage-container {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .collage-container {
        column-count: 1;
    }
}




/* photo slider gallery */


@media screen and (max-width: 768px) {

    .slides img {
        width: 100%;
        height: 300px !important;
        object-fit: cover;
        display: block;
    }

    .slider-container {
        max-width: 90% !important;
    }
}

.slider-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background: #000;
}

.slider {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slides {
    display: none;
    width: 100%;
}

.slides.active {
    display: block;
}

.slides img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
}

.nav-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.dots-container {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background-color: #bbb !important;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #333;
}

.gallery {
    background-color: rgba(230, 230, 230, 0.781) !important;
    padding: 3% 0px;
}

/* Wrapper to center the button */
.phone-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

/* Contact button style */
.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    /* Prevent breaking */
    text-decoration: none;
    background-color: #2b2b6f;
    /* Deep navy */
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 24px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    gap: 10px;
    /* Space between icon and number */
}

/* Hover effect */
.contact-btn:hover {
    background-color: #1e1e50;
    transform: translateY(-2px);
}

/* Responsive adjustment for smaller screens */
@media (max-width: 480px) {
    .contact-btn {
        font-size: 1rem;
        padding: 10px 18px;
    }
}




/* === Floating Glass Effect === */
.social-glass {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 10px;
}

.glass-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    background: rgba(43, 43, 99, 0.08);
    /* soft navy glass */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b2b63;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(43, 43, 99, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Hover effect */
.glass-icon:hover {
    background: #a4a4c9;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(43, 43, 99, 0.3);

}

/* Responsive */
@media (max-width: 600px) {
    .glass-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* loader */

/* thank you popup */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

#closePopupBtn:hover {
    color: #000;
}

/* ref-imgs-slider to grid */
/* === Infinite Auto Scrolling Slider === */
/* ---------- Slider styles ---------- */
.infinite-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    /* track width is flexible; animation moves -50% to loop */
    animation: scroll 30s linear infinite;
}

.infinite-slider:hover .slider-track {
    animation-play-state: paused;
    /* pause on hover */
}

.slide {
    width: 250px;
    height: 180px;
    flex-shrink: 0;
    margin: 10px;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.slide:hover {
    transform: scale(1.05);
    z-index: 2;
}

/* continuous scroll moves half the track so duplicate set loops */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ---------- Popup (lightbox) styles ---------- */
.popup {
    display: none;
    /* shown via JS */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    animation: popupFadeIn 0.3s ease;
}

.popup[aria-hidden="false"] {
    display: flex;
}

.popup img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    animation: popupZoomIn 0.35s ease;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
    user-select: none;
}

.close-btn:hover {
    color: #ffcc00;
}

/* Animations */
@keyframes popupZoomIn {
    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .slide {
        width: 180px;
        height: 130px;
        margin: 8px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
}

@media (max-width: 480px) {
    .slide {
        width: 140px;
        height: 100px;
        margin: 6px;
    }
}

/* categories */
/* --- Scoped Styles (HC Section Only) --- */
/* Capsule Gradient Style */
/* === CATEGORY GRID === */
/* ─────────────────────────
   GRID
──────────────────────────*/
.hc-category-grid {
     display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cards in one row */
    gap: 22px;
}

/* ─────────────────────────
   BASE CARD STYLE (same shape)
──────────────────────────*/
/* CAPSULE SHAPE LIKE SCREENSHOT */
.hc-card {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;
    /* EXACT screenshot padding */
    border-radius: 12px;
    /* Capsule shape exactly */
    height: 60px;
    /* Same height as screenshot */
    min-height: 50px;
    width: 100%;
    max-width: 100%;   /* will shrink on mobile */
    min-width: auto;    /* allow full responsiveness */

    font-size: 1rem;

    /* font-weight: 100; */
    color: #fff;

    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: none;

    box-shadow:
        0px 12px 30px rgba(0, 0, 0, 0.20),
        0px 8px 18px rgba(0, 0, 0, 0.10);

    transition: all 0.3s ease;
}

.hc-card.blue {
    background: linear-gradient(90deg, #0d6efd, #0053c7);
}

.hc-card.blue:hover {
    background: linear-gradient(90deg, #004aa9, #00367f);
    transform: translateY(-5px);
    box-shadow:
        0px 18px 40px rgba(0, 89, 255, 0.32),
        0px 10px 22px rgba(0, 0, 0, 0.20);
}

.hc-card.purple {
    background: linear-gradient(90deg, #7f31ff, #5b1bcc);
}

.hc-card.purple:hover {
    background: linear-gradient(90deg, #5b1bcc, #4b14aa);
    transform: translateY(-5px);
    box-shadow:
        0px 16px 35px rgba(123, 0, 255, 0.35),
        0px 10px 22px rgba(0, 0, 0, 0.20);
}

.hc-card h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
}

.hc-card h3::after {
    content: "→";
    margin-left: 8px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.hc-card:hover h3 {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.hc-card:hover h3::after {
    transform: translateX(6px);
}

/* MOBILE VIEW FIX */
/* Tablet - 2 in a row */
@media (max-width: 992px) {
    .hc-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile - 1 in a row */
@media (max-width: 600px) {
    .hc-category-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hc-card {
        padding: 18px 22px;
        border-radius: 30px;
    }
}
/* ─────────────────────────
   BLUE BUTTON (FIRST ROW)
──────────────────────────*/
.hc-card.blue {
    background: linear-gradient(90deg, #0d6efd, #0053c7);
}

/* BLUE HOVER (Your screenshot 1st hover) */
.hc-card.blue:hover {
    background: linear-gradient(90deg, #004aa9, #003d82);
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 89, 255, 0.32);
}

.hc-card.blue:hover h3 {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.hc-card.blue:hover h3::after {
    transform: translateX(6px);
}

/* ─────────────────────────
   PURPLE BUTTONS (SECONDARY)
──────────────────────────*/
.hc-card.purple {
    background: linear-gradient(90deg, #7a2cff, #5b1bcc);
}

/* PURPLE HOVER (Your screenshot 2nd hover) */
.hc-card.purple:hover {
    background: linear-gradient(90deg, #5b1bcc, #4b14aa);
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(123, 0, 255, 0.25);
}

.hc-card.purple:hover h3 {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.hc-card.purple:hover h3::after {
    transform: translateX(6px);
}

/* ─────────────────────────
   RESPONSIVE
──────────────────────────*/
@media (max-width: 480px) {
    .hc-card {
        padding: 15px 20px;
    }

    .hc-card h3 {
        font-size: 16px;
    }
}

/* Modal Styles */
.hc-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.hc-modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    text-align: left;
    border-top: 6px solid #1e3d8f;
    position: relative;
    animation: hcFadeIn 0.3s ease-in-out;
}

.hc-modal-content h3 {
    color: #1e3d8f;
    font-weight: 800;
    margin-bottom: 15px;
}

.hc-modal-content ul {
    list-style: none;
    padding: 0;
}

.hc-modal-content li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hc-apply-btn {
    background: #ffcc00;
    color: #000;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.hc-apply-btn:hover {
    background: #1e3d8f;
    color: #fff;
}

.hc-close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 26px;
    cursor: pointer;
    color: #1e3d8f;
}

@keyframes hcFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* faqs */
/* 🌟 FAQ Section Styling */
.faq {
    background: #f9fafb;
    padding: 50px 0;
}

.faq h2 {
    font-family: 'Poppins', sans-serif;
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Center HR divider */
.faq .hr {
    width: 80px;
    height: 3px;
    background: #0d6efd;
    margin: 10px auto 40px;
    border-radius: 2px;
    font-family: 'Poppins', sans-serif;

}

/* FAQ cards */
#AllenFAQ .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s ease;
}

#AllenFAQ .card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Header styling */
#AllenFAQ .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}

#AllenFAQ .card-header h5 {
    margin: 0;
    font-family: 'Poppins', sans-serif;

}

/* Question link styling */
#AllenFAQ .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.05rem;
    white-space: normal;
    line-height: 1.5;
    transition: all 0.3s ease;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;

}

#AllenFAQ .btn-link:hover,
#AllenFAQ .btn-link:focus {
    background-color: #e8f0fe;
    color: #0d6efd;
    text-decoration: none;
}

/* Active question (open) */
#AllenFAQ .btn-link:not(.collapsed) {
    color: #0d6efd;
    background: #dbeafe;
}

/* FAQ Answers */
#AllenFAQ .card-body {
    background: #fff;
    padding: 20px 25px;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
    border-top: 1px solid #e6e6e6;
    font-family: 'Poppins', sans-serif;

}

/* Make sure the text doesn't overflow */
#AllenFAQ p {
    margin: 0;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;

}

/* 🔹 Responsive Design Fixes */
@media (max-width: 992px) {
    .faq h2 {
        font-size: 1.5rem;
        font-family: 'Poppins', sans-serif;

    }

    #AllenFAQ .btn-link {
        font-size: 1rem;
        padding: 14px 18px;
        font-family: 'Poppins', sans-serif;

    }

    #AllenFAQ .card-body {
        padding: 18px 20px;
    }
}

@media (max-width: 768px) {
    .faq {
        padding: 40px 15px;
    }

    .faq h2 {
        font-size: 1.3rem;
        line-height: 1.4;
        font-family: 'Poppins', sans-serif;

    }

    #AllenFAQ .btn-link {
        font-size: 0.95rem;
        padding: 12px 16px;
    }
}

@media (max-width: 576px) {
    #AllenFAQ .card {
        margin-bottom: 12px;
    }

    #AllenFAQ .btn-link {
        font-size: 0.9rem;
        padding: 12px 14px;
        line-height: 1.4;
        font-family: 'Poppins', sans-serif;

    }

    #AllenFAQ .card-body {
        font-size: 0.9rem;
        padding: 15px;
        font-family: 'Poppins', sans-serif;

    }
}

@media (max-width: 400px) {
    .faq h2 {
        font-size: 1.1rem;
        font-family: 'Poppins', sans-serif;

    }

    #AllenFAQ .btn-link {
        font-size: 0.85rem;
        padding: 10px 12px;
        font-family: 'Poppins', sans-serif;

    }
}

/* ---NITI AYOG */
/* 🧭 Fix alignment and stacking issues in NGO Darpan & Certificate section */
/* ✅ Safe Mobile/Tablet Responsive Fix for Darpan, Certificate & Video Sections */

/* Tablet and smaller */
/* 🏆 Responsive fix for Best Doctor / Surgeon / etc. awards section */
/* === 🎯 PERFECT CENTER ALIGNMENT FOR AWARD CARDS === */
/* 🏆 Perfect Responsive Award Section */
/* 🏆 Responsive Award Cards — Fully Centered */
/* 🏆 National Award Section - Final Perfect Layout */
.work-highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 25px auto;
    width: 100%;
}

/* Each Award Card */
.highlight-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* icon on left, text right */
    gap: 12px;
    background: #f6f8fb;
    border-radius: 40px;
    padding: 14px 22px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 380px;
    /* keeps all cards same width */
    min-height: 55px;
    /* equal height for consistency */
    transition: all 0.3s ease;
}

/* Trophy Icon */
.highlight-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.highlight-text {
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    white-space: normal;
    word-break: break-word;
    text-align: left;
}

/* Hover effect for subtle animation */
.highlight-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 📱 Mobile responsiveness */
@media (max-width: 768px) {
    .highlight-item {
        width: 90%;
        max-width: 320px;
        padding: 12px 18px;
        font-size: 0.95rem;
    }

    .highlight-icon {
        font-size: 1.2rem;
    }

    .highlight-text {
        text-align: center;
    }
}

/* 💻 Tablet (Optional 2-column layout) */
@media (min-width: 769px) and (max-width: 1024px) {
    .work-highlights {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        justify-items: center;
    }

    .highlight-item {
        max-width: 340px;
    }

}

/* ===== NITI Aayog section: fully responsive & safe for all devices ===== */
/* ✅ Mobile view fixes for certificate details layout */
@media (max-width: 768px) {
    .certificate-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
        margin-top: 14px;
        text-align: center;
    }

    .detail-item {
        flex: 1 1 calc(33.33% - 10px);
        /* three in one row */
        background: #f8fafc;
        border-radius: 10px;
        padding: 10px 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
        min-width: 90px;
        max-width: 180px;
        box-sizing: border-box;
    }

    .detail-label {
        font-weight: 600;
        font-size: 0.85rem;
    }

    .detail-value {
        font-weight: 700;
        font-size: 0.9rem;
    }

    .status-active {
        color: #18a558;
    }
}

/* ✅ Small phones (≤420px): stack vertically cleanly */
@media (max-width: 420px) {
    .certificate-details {
        flex-direction: column;
        align-items: center;
    }

    .detail-item {
        flex: 1 1 100%;
        width: 100%;
        max-width: 280px;
    }
}

/* 🎥 Video Section Stack */


/* Unique section targeting */
#video-highlight-section {
    width: 100%;
}

/* Force columns to swap order on large screens */
#video-highlight-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#video-highlight-section .col-lg-5 {
    order: 2;
    /* text should appear second (right) */
    text-align: left;
    padding-left: 30px;
}

#video-highlight-section .col-lg-7 {
    order: 1;
    /* video should appear first (left) */
}

/* Make video look neat */
#video-highlight-section iframe {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive stacking on mobile */
@media (max-width: 991px) {

    #video-highlight-section .col-lg-5,
    #video-highlight-section .col-lg-7 {
        order: unset;
        width: 100%;
        text-align: center;
        padding: 10px 15px;
    }

    #video-highlight-section iframe {
        height: 280px;
    }
}

@media (max-width: 991px) {

    .hid,
    .wt,
    #video-highlight-section h3,
    #video-highlight-section h5,
    #video-highlight-section h6 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #000 !important;
        text-align: center !important;
    }
}

@media (max-width: 991px) {

    .hid,
    .wt,
    #video-highlight-section2 h2,
    #video-highlight-section2 h4,
    #video-highlight-section2 h6 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #000 !important;
        text-align: center !important;
    }
}

/* ===========================================================
   ✅ RESPONSIVE FIX & STYLING FOR BOTH VIDEO SECTIONS
   (#video-highlight-section & #video-highlight-section2)
   =========================================================== */
@media (max-width: 768px) {

    /* Common text styling */
    #video-highlight-section h2,
    #video-highlight-section h3,
    #video-highlight-section h4,
    #video-highlight-section h5,
    #video-highlight-section h6,
    #video-highlight-section2 h2,
    #video-highlight-section2 h3,
    #video-highlight-section2 h4,
    #video-highlight-section2 h5,
    #video-highlight-section2 h6 {
        font-size: clamp(16px, 4vw, 22px);
        line-height: 1.4;
        margin-bottom: 8px;
        text-align: center !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #000 !important;
    }

    /* Font-weight hierarchy */
    #video-highlight-section h2,
    #video-highlight-section2 h2 {
        font-weight: 700;
    }

    #video-highlight-section h4,
    #video-highlight-section2 h4 {
        font-weight: 600;
    }

    #video-highlight-section h6,
    #video-highlight-section2 h6 {
        font-weight: 400;
        color: #333 !important;
    }

    /* Section padding */
    #video-highlight-section,
    #video-highlight-section2 {
        padding: 15px 10px;
    }

    /* Responsive video styling */
    #video-highlight-section iframe,
    #video-highlight-section2 iframe {
        border-radius: 10px;
        height: 250px !important;
        width: 100% !important;
    }

    /* Stack layout: text ABOVE, video BELOW on mobile */
    #video-highlight-section .col-lg-5,
    #video-highlight-section2 .col-lg-5 {
        order: 1 !important;
        /* text first */
    }

    #video-highlight-section .col-lg-7,
    #video-highlight-section2 .col-lg-7 {
        order: 2 !important;
        /* video second */
    }
}



/* === Floating Glass Effect === */
.social-glass {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 10px;
}

.glass-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    background: rgba(43, 43, 99, 0.08);
    /* soft navy glass */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b2b63;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(43, 43, 99, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Hover effect */
.glass-icon:hover {
    background: #a4a4c9;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(43, 43, 99, 0.3);

}

/* Responsive */
@media (max-width: 600px) {
    .glass-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* css for responsive slide(first slider) */

/* =============================
   MOBILE-ONLY: Force carousel to fit image
   Paste this at the VERY END of your stylesheet
   ============================= */
/* ---------------------------
 FINAL MOBILE-ONLY CAROUSEL FIX
 Paste at VERY END of your CSS file
 --------------------------- */
@media (max-width: 768px) {

    /* container/frame */
    #carouselExampleControls {
        width: 95% !important;
        margin: 14px auto !important;
        padding: 6px !important;
        background: #fff !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
        overflow: hidden !important;
        height: auto !important;
    }

    /* restore proper carousel positioning but keep auto height */
    #carouselExampleControls .carousel-inner {
        position: relative !important;
        width: 100% !important;
        overflow: hidden !important;
        height: auto !important;
    }

    /* make slides overlap (bootstrap-style) but hidden unless active */
    #carouselExampleControls .carousel-item {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: none !important;
        transition: none !important;
        /* disable default transform behavior to avoid layout jumps */
    }

    /* active slide shown and used for height */
    #carouselExampleControls .carousel-item.active {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* ensure transitional classes don't become visible */
    #carouselExampleControls .carousel-item.carousel-item-next,
    #carouselExampleControls .carousel-item.carousel-item-prev {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* image: full visible, fills white frame nicely */
    #carouselExampleControls img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: cover !important;
        /* fill area but keep proportion */
        object-position: center center !important;
        background: #fff !important;
        border-radius: 8px !important;
        max-height: none !important;
        /* allow natural height */
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    /* keep controls usable and small */
    .carousel-control-prev,
    .carousel-control-next {
        width: 10% !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 22px !important;
        height: 22px !important;
        background-size: 100% 100% !important;
        filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4)) !important;
    }

    /* indicators */
    .carousel-indicators {
        bottom: 6px !important;
    }

    .carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
        margin: 3px !important;
    }

    .carousel-indicators .active {
        width: 10px !important;
        height: 10px !important;
    }

    /* layout: stack under slider */
    .out .row {
        flex-direction: column !important;
        align-items: center !important;
    }

    #desc {
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    .col-lg-5 {
        width: 100% !important;
        padding: 0 14px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {

    /* Prevent carousel from overlapping the banner */
    #carouselExampleControls {
        margin-top: 20px !important;
        /* push it slightly below the header flyer */
    }

    /* Make sure parent container doesn't pull it up */
    .out {
        padding-top: 20px !important;
        /* extra spacing at top */
    }

    /* Optional: keep smooth alignment */
    #desc {
        margin-top: 60px !important;
    }
}
/* video heighligh */
/* GRID LAYOUT */
/* GRID */
.video-content-wrapper {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 40px;
    align-items: start;
}

.video-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ALL VIDEOS SAME SIZE */
.video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

/* IFRAME FULL FIT */
.video-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* MOBILE */
@media (max-width: 768px) {
    .video-content-wrapper {
        grid-template-columns: 1fr;
    }
}
