/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Liter&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
}

label input {
    font-family: "Poppins", sans-serif !important;
}

.form-floating>label,
.form-select,
.form-label {
    font-family: "Poppins", sans-serif !important;
}

.btn-primary,
.footer .btn.btn-link,
.accordion-body {
    font-family: "Poppins", sans-serif;
    font-weight: 300 !important;
}

.bgCustom {
    background-color: #F6F6F6;
}

.bgSecond{
    background:#de4b6e!important;
}

.bgColor,
.btn-primary {
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    border: none;
    color: #fff !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.carousel a {
    font-size: 1.2em !important;
}


.pr-0 {
    padding-right: 0%;
}

.fw-medium {
    font-weight: 500;
}

.ctm {
    margin-top: 6em;

}

.custom-mt {
    margin-top: 6em;

}

.header-carousel h1 {
    font-weight: 500 !important;
    font-size: 4em !important;
}

.custom-fw {
    font-weight: 600 !important;
}

.aboutSection p {
    font-size: 1.2em;
    text-align: justify;
}

.customColor {
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 500 !important;
}

.programP {
    font-size: 2em;
    font-weight: 500 !important;
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.border-right {
    border-right: 1px solid #000 !important;
}

.customHeading {
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600 !important;
    font-size: 3em;
    text-transform: capitalize;
}

.mobile-banner {
    display: none;
}

.partner-logo img {
    filter: grayscale(1);
}

.partner-logo img:hover {
    filter: grayscale(0%);
}

.topLogo {
    max-width: 30%;
}

.topLogoIpa {
    max-width: 21%;
}

.borderMiddel {
    height: 64px;
    margin: 15px;
    width: 1px;
    background: #ffffff;
}

.modal-title {
    font-size: 1.4em;
}

.partner-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.partner-logo {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    width: auto;
}

.aboutSection p,
.missionVision p,
.partnerSection p,
.curriculum p,
.benefitsSection p,
.registerSection p,
.accordion-body {
    font-size: 1.2em !important;
}

.mobileLogoSet {
    display: flex;
    align-items: center;
    height: 2em;
}

.mobileLogoSet .borderMiddel {
    height: 45px;
    margin: 9px;
    width: 1px;
    background: #ceceda;
}

/* Last row centering */
.partner-last-row {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}

.partner-last-row .partner-logo {
    flex: 0 0 auto;
}

.rts__program--item {
    max-width: 300px;
    max-height: 360px;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 38px;
    padding-right: 26px;
    padding-left: 28px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.rts__program--item::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    transition: all 0.4s ease;
}

.rts__program--item--title {
    color: #fff !important;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.3;
}

.rts__program--item--description {
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 15px;
}

.rts__program--item .rts-nbg-btn {
    position: absolute;
    bottom: 40px;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
}

.rts__program--item::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    content: "";
    transition: all 0.4s ease;
    left: -50%;
    opacity: 0;
}

.rts__program--item:hover::after,
.rts__program--item.active::after {
    opacity: 1;
    left: 0;
}

.rts__program--item:hover .rts__program--item--description,
.rts__program--item.active .rts__program--item--description {
    opacity: 1;
}

.rts__program--item>* {
    position: relative;
    z-index: 1;
}

.programSection,
.LeadershipSection,
.benefitsSection {
    margin: 0em 0 !important;
    padding: 5em 0 !important;
}

.partnerSection,
.faqSection {
    padding: 5em 0 !important;
}

.rts__single--member--thumb {
    max-width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.rts__single--member:hover .rts__single--member--thumb img {
    transform: scale(1.05);
}

.rts__single--member--thumb img {
    max-width: 100%;
    min-height: 100;
    transform: scale(1);
    transition: all 0.4s ease;
}

.rts__single--member--meta--title {
    font-weight: 400;
    margin-bottom: 5px;
}

.rts__single--member--meta--title a {
    text-decoration: none;
    font-size: 1.6em;
    font-weight: 600 !important;
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.aboutVideo {
    right: 0 !important;
    position: absolute !important;
}

.video-placeholder {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 11%) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    border-radius: 5px;
    pointer-events: none;
}

.video-placeholder img {
    display: block;
    width: 100%;
    height: auto;
}

.video-placeholder .play-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    /* adjust as needed */
    height: 80px;
    z-index: 2;
    cursor: pointer;
}

.careerImage {
    position: relative;
    overflow: hidden;
}

.careerImage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Dark overlay gradient */
    background: linear-gradient(180deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 23%));
    z-index: 1;
}

.career-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    /* make sure it's above overlay */
    padding: 20px 30px;
    border-radius: 12px;
}

.career-caption p {
    font-size: 3em !important;
    font-weight: 600 !important;
}

.customBtn {
    padding: 0.9em 0;
    background: transparent;
    border: 2px solid #fff;
    font-weight: 500 !important;

}

.customBtn:hover {
    padding: 0.9em 0;
    background: #fff;
    color: #000 !important;
    border: 2px solid #fff;
    font-weight: 500 !important;

}
.customBtn a {
    color: #fff !important;
}
.customBtn:hover a {
    color: #000 !important;
}

.accordion-button {
    font-size: 0.6em;
    font-weight: 500;

}

.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    color: #fff;

}

.accordion-body {
    font-size: 1.1em;
}

.modelImg {
    max-width: 50%;
    margin-right: 18px
}


.carousel-item {
    position: relative;
}

.carousel-image-wrapper {
    position: relative;
}

.carousel-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 91%) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.carousel-image-wrapper img {
    /*display: block;*/
    width: 100%;
    height: auto;
}

.carousel-caption {
    position: absolute;
    z-index: 2;
    /* higher than the gradient */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--custom-gradient);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

/*.icon-box-primary::before,*/
/*.icon-box-light::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    left: 31%;*/
/*    bottom: 0;*/
/*    border-radius: 35px;*/
/*    transition: .5s;*/
/*    z-index: -1;*/
/*}*/

/*.icon-box-primary::before {*/
/*    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);*/
/*}*/

/*.icon-box-light::before {*/
/*    background: var(--custom-gradient);*/
/*}*/


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.addressFooter p,
.btn.btn-link {
    font-size: 16px !important;
    font-weight: 400;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #2a5c4d;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }

    .aboutVideo {
        right: unset !important;
        position: unset !important;
        padding-right: 1.2rem !important;
    }

    .rts__program--item {
        max-width: 100%;
        margin-bottom: 2em;
    }

    .careerImage img {
        height: 14em;
    }

    .career-caption {
        top: 60%;
    }

    .career-caption p {
        font-size: 1.2em !important;
    }

    .customBtn {
        font-size: 11px !important;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 90px;
        border-radius: 5px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {

    .header-carousel,
    .page-header {
        margin-top: -56px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 14%;
    display: flex;
    align-items: end;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: #0a8a7f;
    border: 15px solid #0a8a7f;
}

@media (max-width: 767.98px) {
    .ctm {
        margin-top:0;
    }
    .missionVision {
        padding-top:0!important;
        margin-top:0!important;
    }
    .missionVision .customColum {
    flex-direction: column-reverse;
    }
    .header-carousel h1 {
    font-size: 1.7em !important;
    }
    .rts__single--member--meta {
        margin-bottom: 2em;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .desktop-banner {
        display: none !important;
    }

    .mobile-banner {
        display: block !important;
        position: unset !important;
    }

    .topBannerText {
        font-size: 1em!important;
    }
    .header-carousel p {
        margin-bottom: 12px !important;
    }

    .header-carousel {
        margin-bottom: unset !important;
    }

    .custom-mt {
        margin-top: 0em;
    }

    .videoIconMobile {
        min-height: 180px !important;
    }

    .border-right {
        border-bottom: 1px solid #000 !important;
        border-right: unset !important;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    /*border-color: rgba(0, 0, 0, .03) !important;*/
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.service-item:hover img {
    filter: invert(1);
    transition: filter 0.3s ease-in-out;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}




@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}
.newBg:before, .newBg:after{
     background: #de4b6e!important;
}
.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--custom-gradient);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5 strong{
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}

.service-item  h5 strong{
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--custom-gradient);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        /* border-left: 1px dashed rgba(255, 255, 255, .2); */
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* color: rgba(255, 255, 255, .5); */
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #182234;
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: #fff;
}

.copyright p {
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}

.registerSection .accordion-button {
    border: 1px solid #D7D9E9;
    padding: 1.7em;
    transition: background 0.3s ease, color 0.3s linear;
}

.registerSection .accordion-button::after {
    content: "";
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    margin-left: auto;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/1em no-repeat,
        linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.registerSection .accordion-button:hover::after {
    content: "";
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    margin-left: auto;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/1em no-repeat,
        white;
    /* White background */
    border-radius: 50%;
    transition: transform 0.3s ease;
}


.registerSection .step-1:hover,
.registerSection .step-2:hover,
.registerSection .step-3:hover {
    background-image:
        linear-gradient(90deg, rgba(0, 95, 128, 0.8), rgba(11, 142, 127, 0.8)),
        var(--bg-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.registerSection .step-1:hover {
    --bg-img: url('https://www.pageindia.org/assets/img/step-1.jpg');
}

.registerSection .step-2:hover {
    --bg-img: url('https://www.pageindia.org/assets/img/step-2.jpg');
}

.registerSection .step-3:hover {
    --bg-img: url('https://www.pageindia.org/assets/img/step-3.jpg');
}

.registerSection .accordion-button:focus {
    box-shadow: unset;
}

.registerSection .accordion-body {
    border: 1px solid #D7D9E9;
    border-top: 0;
}

.registerImgPart img {
    rotate: -22deg;
    margin-left: 8%;
}

.registerText {
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}

.registerText .spanText {
    font-size: 18px;
    text-transform: capitalize;
}

/*css */
.owl-theme .owl-nav [class*=owl-] {
    background: unset !important;
    padding: 4px 3px!important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background: #de4b6e!important;
    position: absolute;
    top: 46%;
    transform: translatey(-50%);
    border-radius: 100% !important;
    width: 48px;
    height: 48px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -5%;
}

.owl-carousel .owl-nav .owl-next {
    right: -5%;
}

.modelIcon {
    background: linear-gradient(90deg, rgb(0, 95, 128) 0%, rgb(11, 142, 127) 100%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.modelIcon img {
    filter: invert(1);
}


.owl-carousel .owl-item img {
    background: #fff;
    height: 9em;
    object-fit: contain;
    box-shadow: rgb(0 0 0 / 6%) 0px 3px 8px;
    border-radius: 25px;
    margin-bottom: 5px;
}

.topBannerText {
    font-size: 1.2em;
}

/*socail meida */
.fabWidget {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
    transition: all 0.3s;
}

.fabTrigger .background {
    background: #de4b6e;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1);
    height: 60px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
}

.fabList {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fabButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 6px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.fabButton:hover {
    cursor: pointer;
}

.fabButton.active {
    transform: translateY(0px);
    opacity: 1;
}

.fabButton svg {
    width: 100%;
    height: 100%;
}

.active .fabButton {
    visibility: visible;
    opacity: 1;
    transform: translateY(-15px);
    text-decoration: none;

}

.fabOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.fabOverlay.active {
    opacity: 1;
    visibility: visible;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]::before {
    opacity: 0;
    visibility: hidden;
    cursor: default;
    pointer-events: none;
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    padding: 7px;
    text-align: center;
    border-radius: 4px;
    background: #1950FF;
    color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
    left: 120%;
}

.chat-bubble {
    cursor: pointer;
    position: relative;
}

.fabButton .fa-phone {
    padding-left: 8px;
    padding-top: 9px;
    background: #039dff;
    color: white;
    font-size: 21px;
    width: 41px;
    height: 38px;
    border-radius: 100%;
    rotate: 90deg;
}

.fabButton .fa-envelope {
    padding-left: 8px;
    padding-top: 9px;
    background: #474747;
    color: white;
    font-size: 21px;
    width: 41px;
    height: 38px;
    border-radius: 100%;
}

.chat-bubble .bubble {
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}

.chat-bubble .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.chat-bubble .line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
}

.chat-bubble .line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
}

.chat-bubble .circle {
    fill: #ffffff;
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
}

.active .line1 {
    stroke-dashoffset: 21;
}

.active .line2 {
    stroke-dashoffset: 30;
}

.active .circle {
    transform: scale(0);
}

/*responsive*/

@media (min-width: 991px) and (max-width: 1366px) {
    .ctm, .missionVision  {
    margin-top: 0!important;
    }
    .carousel h1 {
        font-size: 3em!important;
    }

    .carousel a {
        font-size: 0.9em !important;
        padding: 1em 3em !important;
    }

    .aboutcontent {
        margin-top: 0 !important;
    }

    .aboutcontent h2 {
        font-size: 2em;
    }

    .aboutcontent p {
        font-size: 1em;
    }

    .custom-mt {
        margin-top: 0em;
    }

    .rts__single--member--meta--title a {
        font-size: 1.4em;
    }

    .aboutSection p,
    .missionVision p,
    .partnerSection p,
    .curriculum p,
    .benefitsSection p,
    .registerSection p,
    .accordion-body {
        font-size: 1em !important;
    }
}


@media (max-width: 425px) {
    .header-carousel h1 {
        font-size: 2em !important;
    }

    .header-carousel p {
        margin-bottom: 5px !important;
    }
}