/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body {
    padding-top: 100px;
}

body {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}


.course-pricing-box {
    background: #f1f1f3;
    border: 0;
    margin: 0 auto 10px auto;
    max-width: 1000px;
    padding: 25px 15px;
}

.display-1 {
    font-size: calc(1.825rem + 1.5vw);
    font-weight: 800;
    line-height: 1.2;
}


.course-pricing-header {
    /* make header span full viewport and stay fixed */
    /* position: fixed; */
    top: 0;
    left: 0;
    /* width: 100%; */
    padding: 10px 7px;
    margin: 0 5%;
    background: #DDDDDD;
    z-index: 1050;
    /* above other content */
}

/* push page content below fixed header */
body {
    padding-top: calc(10px + 7px + 1px);
    /* header height plus a small buffer */
}

.course-pricing-header h3 {
    vertical-align: middle;
    font-weight: 600;
    font-size: 1.6rem;
    color: #000;
    border-left: 4px #a63946 solid;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    line-height: normal;
    text-align: left;
}

#engineering h5 {
    display: flex;
}

.a-badge-text {
    background-color: #CC0C39 !important;
    color: #CC0C39 !important;
    border-radius: 2px;
    padding: 0 6px !important;
    font-weight: 700;
}

.course-details,
.course-sub-details {
    list-style: none;
    padding: 10px 20px;
    color: #282828;
    margin-bottom: 0 !important;
}

.course-details>li {
    padding-left: 1.3em;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.course-details>li::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 900;
    color: #000000;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.course-sub-details>li {
    position: relative;
}

.refund-png-container {
    position: absolute;
    top: -1px;
    right: 7px;
}

.course-sub-details>li::before {
    content: "\f2d1" !important;
    font-family: 'Font Awesome 5 Free';
    font-size: 0.7rem !important;
    position: absolute;
    left: -13px;
    top: -1px !important;
}

.course-pricing-box small {
    font-size: 13px;
    font-style: italic;
}

.course-modules>div {
    overflow-x: auto;
    padding: 10px 20px;
}

.logo {
    max-width: 250px;
    width: 100%;
    /* margin-right: 50px; */
}

.logo-right {
    max-width: 200px;
    width: 100%;
    /* margin-left: 100px; */
}




table {
    width: 90%;
    min-width: 800px;
    margin: 30px auto;

}

.course-tables {
    text-align: center;
    font-size: 14.5px;

}

.course-tables th span {
    white-space: pre;
}



thead,
.details-heading {
    background: #06a3da;
    color: #fff;
}

.accordion-body {
    padding: unset !important;
}

.accordion-body table {
    margin: unset;
}

.accordion-body table thead {
    background-color: transparent;
    color: #000;
    font-weight: 800;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background: #06a3da !important;
    color: #fff !important;
    padding: 0.80rem 1.25rem;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button::after {
    background-image: none;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    height: unset;
}

table,
tr,
td,
th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.week-head {
    text-align: center;
}

.course-duration {
    background-color: #001e5b;
    text-align: center;
    color: #ccc;
}

.header-text {
    color: yellow;
    line-height: 34px;
    /* animation: blink 4.5s infinite alternate; */
}


/* .carousel-caption>div>div{
    position: absolute;
    top: 12%;
    z-index: 2;
} */

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0.2;
    }

}


@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
    text-wrap: nowrap;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar {
    padding-bottom: 5rem;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 38px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;

}

.sticky-top.navbar .navbar-nav .nav-link {
    padding: 24px 0;
    /* color: var(--dark); */
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar .navbar-toggler {
    color: var(--dark) !important;
    border-color: var(--dark) !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        background: var(--dark);
        margin-top: 15px;
        padding: 10px 20px;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--light);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .navbar .navbar-brand h1 {
        color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        background: #FFFFFF;
        color: var(--dark);
        height: 100px;
        z-index: 999;
    }

    .sticky-top.navbar {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .course-pricing-header {
        background-color: transparent;
        overflow-x: hidden !important;
    }



    .course-pricing-header h3 {
        border-left: transparent;
    }

    .logo {
        width: 150px;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .carousel-item img {
        height: 80vh;
        object-fit: cover;
    }

    .carousel-caption>div>div {
        top: 3%;
        left: 0;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}

@keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-icon .fas {
    color: #fff;
    font-size: 24px;
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item>p {
    position: absolute;
    bottom: 25px;
}


.eligibility-section {
    background: #001e5b !important;
    padding: 5px 0px 50px 0px !important;
}

.eligibility h2 {
    color: #fff !important;
}

.video-sec {
    width: 100%;
    margin: 60px 0px 0px 0px;
}

.eligibility-content ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.eligibility-content ul li {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-image: url(https://www.greatlakes.edu.in/gurgaon/pgp-fbe-2024/images/icon-new.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 0px 35px;
    margin: 0px 0px 15px 0px;
}


.international-immersion-new img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.contact-new-section {
    width: 100%;

    text-align: center;
    background: #0590bb;
    padding: 50px 0px 50px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
}

.contact-new-section p,
.contact-new-section a {
    color: #fff;
}

.contact-new-section p span {
    font-size: 18px;
    position: relative;
    margin: 0px 0px 0px 180px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    display: none !important;
}

.blog-card {
    background: #ffffff;
    padding: 20px;
    /* border-radius:8px;
box-shadow:0 4px 10px rgba(0,0,0,0.08); */
    height: 100%;
}

.blog-title {
    color: #001e5b;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-card ul {
    padding-left: 18px;
}

.blog-card ul li {
    margin-bottom: 8px;
    font-size: 15px;
}

.blog-title i {
    font-size: 22px;
    color: #06a3da;
    /* font-weight: 500;
vertical-align:middle;
background-color: white;
border-radius: 20%;
border: 2px ;
box-shadow: rgba(0, 0, 0, 0.8); */
}

.blog-title .bi {
    background-color: white;
    border-radius: 20%;
    padding: 5px;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.5);     */

}

/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}


/* Heading */
.modal-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;

}

/* Subtitle */
.modal-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

/* Button container */
.modal-footer-custom {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    /* centers button horizontally */
    align-items: center;
    margin-bottom: 10px;
}

/* Enroll Button */
.enroll-btn {
    background: #0d6efd;
    /* Bootstrap blue */
    color: white;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    transition: 0.3s;
    width: 200px;
    text-align: center;
    cursor: pointer;
}

.enroll-btn:hover {
    background: #0b5ed7;
    /* darker blue on hover */
}


#initialModal .modal-dialog {
    max-width: 1100px;
    width: 95%;
    margin: auto;
}

#initialModal .modal-content {
    background: transparent;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.initial-modal-close {
    position: absolute;
    z-index: 1050;
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    top: -15px;
    right: -15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

#modalCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .initial-modal-close {
        top: -10px;
        right: -10px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .modal-title {
        font-size: 16px;
    }

    .modal-subtitle {
        font-size: 14px;
    }

    .enroll-btn {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
    }

    .modal-content {
        width: 90%;
        margin: auto;
    }
}

/*** Video Gallery ***/
.video-card {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    height: 100%;
    border: none;
}

.video-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(6, 163, 218, 0.15);
}

.video-thumbnail-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-thumbnail-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
    transition: opacity 0.4s ease;
}

.video-card:hover .video-thumbnail-container video {
    opacity: 1;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(6, 163, 218, 0.5);
    transition: all 0.3s ease;
    z-index: 2;
}

.play-overlay i {
    font-size: 24px;
    color: #fff;
    margin-left: 5px;
    /* offset for visual center */
}

.video-card:hover .play-overlay {
    background: #000;
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 20px rgba(6, 163, 218, 0.4);
}

#videoModal .modal-content {
    background: transparent;
}

#videoModal .btn-close {
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: var(--primary) !important;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#videoModal .btn-close:hover {
    transform: rotate(90deg) scale(1.1);
}

@media (max-width: 576px) {
    .modal-content {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .modal-body img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }
}

/*** Blog ***/
.blog-item {
    transition: .5s;
    border: 1px solid rgba(0, 0, 0, .05);
}

.blog-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1) !important;
}

.blog-img img {
    transition: .5s;
}

.blog-item:hover .blog-img img {
    transform: scale(1.1);
}

.blog-item a.text-uppercase {
    letter-spacing: 1px;
    transition: .3s;
    text-decoration: none;
}

.blog-item a.text-uppercase:hover {
    color: var(--dark) !important;
}