
body {
    background-color: #f6faff;
}
.section-title {
    font-size: 38px;
    margin-bottom: 50px;
}
.form-control  {
    background-color: #f1f1f1;
}
div.hr {
    height: 3px;
    background: var(--secondary-color);
    position: relative;
    margin: 0 auto;
}
div.hr::before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 18px 18px 0;
    border-color: var(--secondary-color) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}
div.hr::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 7%);
}

/* start header */
.nav-bar-div {
    width:40%; 
    background: rgb(255 255 255 / 100%); 
    padding:14px 28px;
    border-radius: 14px;
    box-shadow: 0px 6px 10px #dcecff;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color);
}

.nav-fixed-header {
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
}
.nav-text {
    color: var(--bs-body-color);
    padding-right: 6px;
    text-decoration: none;
    font-size: 18px;
    /* font-size: var(--bs-body-font-size); */
    font-weight: 400;
    cursor: pointer;
    transition: 0.1s ease;
    padding: 6px 6px;
    margin-right: 6px;
    
}
.nav-text:hover {
    border-bottom: 2px solid  #a1c2ea;    
    border-radius: 0px;
}
.nav-active {
    background-color: #edf5ff;
    color: var(--primary-color);
    border-radius: 6px;
     border-bottom: 2px solid transparent;    
}
#cursor {
    font-weight: 200;
    opacity: 1;
    color: var(--secondary-color);
    padding-left: 10px;
}

.homepage-header {
    font-size: 32px;
}

/* START toggler design container  */

/* END toggler design container  */

/* start body  */
.login-container {
    padding-top: 7rem;
}
.login-container .accordion-button {
    transition: transform 0.3s ease;
}
.login-container .accordion-button:hover {
    /* box-shadow:  var(--bs-accordion-btn-focus-box-shadow); */
    transform: translate(2px,0px);

}
.login-container .accordion-button:focus {
    box-shadow: none;
}

.login-container .right-login-box {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
}
.login-container .right-login-box>div {
    border-radius: 16px;
    padding-top: 46px;
    padding-bottom: 56px;
    box-shadow: 6px 8px 12px #d9e9fe;
    padding-left: 54px;
    padding-right: 54px;
    background-color: white;
}
.ace-chatapp-logo {
    width: 300px;
    margin-bottom: 20px;
}

/* END body  */



@media screen and (max-width:1800px) {
    .login-container {
        padding-top: 4.5rem;
    }

}
@media screen and (max-width:1600px) {
    .nav-bar-div {
        width:44%;
        padding:14px 28px;
        border-radius: 14px;
    }
    .login-container {
        padding-top: 2.5rem;
    }
    .ace-chatapp-logo {
        /* width: 140px; */
        width: 260px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:1400px) {
    .login-container .right-login-box {
        padding-left: 10px;
        padding-right: 0px;
    }
}
@media screen and (max-width:1200px) {
    .login-container .right-login-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .login-container {
        padding-top: 2.5rem;
    }
}
@media screen and (max-width:1024px) {
    .nav-bar-div {
        width:96%;
        padding:14px 28px;
        border-radius: 14px;
    }
}
@media screen and (max-width: 768px) {
    .login-container {
        padding-top: 2rem;
    }
    .homepage-header {
        font-size: 2rem;
    }
}
@media screen and (max-width:480px) {
    .login-container {
        padding-top: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .section-title{
        font-size: 32px;
    }
     .homepage-header {
        font-size: 2rem;
    }
    .nav-bar-div {
        padding:14px 18px;
    }
    .login-container .right-login-box>div {
        padding: 28px;   
    }
    .ace-chatapp-logo {
        /* width: 140px; */
        width: 218px;
        margin-bottom: 10px;
    }
}


/* end header */



/* START program card  */
.program-section {
    background-color: #f8f9fa;
}
.program-name {
    margin-bottom: 28px;
    color: var(--primary-color);
    text-align: center;
    font-weight: 500;
    font-size: 26px;
}
.program-card {
    display: flex;
    justify-content: center;
    align-items: center;
}
.program-card img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.program-card-inner {
    border: 1px solid #cdcdcd;
    border-radius: 12px;
    background-color: white;
    padding: 26px 32px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.program-card:hover .program-card-inner {
    box-shadow: var(--bs-box-shadow) !important;    
}
.ambassador-card .bg-white {
    border: 1px solid transparent;
    height: 100%;
}
.highlight {
  border: 1px solid #212121 !important;
  box-shadow: 0 0 15px rgba(48, 54, 141, 0.4);
  transition: all 0.3s ease;
}


/* END program card  */



/* START ambassador card  */

.ambassador-section {
    /* background-color: #f8f9fa; */
}
.profile-card-design {
    padding: 10px;
    /* border: 1px solid transparent; */
}
.profile-card-design .profile-card-design-inner {
    padding: 14px;
    border-radius: 16px;
    background-color: white;
    box-shadow: var(--bs-box-shadow)!important ;
    height: 100%;
    border: 2px solid transparent;
}

.profile-card-design img {
    width: 100% !important;
    border-radius: 50%;    
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
.badge {
    font-weight: 500;
    font-size: 14px;
}
.badge-mba-morning {
    background-color: rgb(55 55 55);
    color: rgb(248 248 248);
}
.short-description {
    color: #424242;
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toggleCardBtn-container {
    background-color: white;
    border-radius: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 4px 2px;
    border: 1px solid var(--primary-color);
}

.toggleCardBtn-active {
    background-color: var(--primary-color);
    color: white;
}
.toggleCardBtn-active:hover{
    background-color: var(--primary-color) !important;
}
.toggleCardBtn {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 15px;
    transition: all 0.2s ease;
    font-weight: 15px;
}
.toggleCardBtn:hover {
    background-color: #f0f0f0;
}
.filter-course-inputs input {
    border-color: #a1a1a1;
}
#bachelorDegreeContainer>div , #masterDegreeContainer>div {
    margin-bottom: 10px;
    width: 100%;
}
#bachelorDegreeContainer input, #masterDegreeContainer input {
    margin-right: 12px;
}



.continue-to-chat-btn {
    display: flex;
    justify-content: end;
    margin-top: -40px;
}



@media screen and (max-width:1440px) {
    
}
@media screen and (max-width:1024px) {
    .ambassador-section h2 {
        font-size: 24px !important;
    }
    .ambassador-card-inner h4 {
        font-size: 18px;
        margin-bottom: 4px !important;
    }

}
@media screen and (max-width: 768px) {
    .profile-card-design .profile-card-design-inner {
        padding: 14px;
        border-radius: 8px;
        border: 2px solid transparent;
    }
}
@media screen and (max-width:480px) {
    .continue-to-chat-btn {
        display: none;
    }
    .program-representing {
    border-left: 2px solid transparent;
}
}

/*--------------- END ambassador card ------------------  */






/* START chat with ai  */
.chat-with-ai-section .form-label {
    color: white;
}
/* ENDchat with ai  */



/* START login form of Modal of home page  */
.form-label {
    font-size: 14px;
    margin-bottom: 5px;
    opacity: 0.8;
}
#logInModal .modal-header , #signUpModal .modal-header{
    display: block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
}

/* END login form of home page  */


/* Start home page modl  */

.profile-modal-sub-titles {
    border-bottom: 3px solid var(--secondary-color);
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    display: inline-block;
}
 .profile-name {
    font-size: 18px;
    font-weight: 600;
    white-space: pre-line;
}
.profile-education {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-muted);
    white-space: pre-line;
}
.profile-short-desc {
    font-size: 16px;
    white-space: pre-line;
}
.profile-modal-sub-titles {
    font-size: 16px;
    font-weight: 500;
}
.profile-body-detail {
    font-size: 15px;
    white-space: pre-line;
}
/* END home page modl  */



/* start home page after logged in  */


/* END home page after logged in  */




/* START main home page  */
/* START main home page  */
/* START main home page  */
/* part 1 */
 .hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    }

    /* Background image (blurred or not) */
    .hero::before {
        display: none !important;
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
            rgba(237, 245, 255, 0.5),
            rgba(237, 245, 255, 0.5)
            ),
    url("../img-custom/home-page-bg.webp");
     /* url("../img-custom/home-page-bg-people.webp");  */
    
    background-size: cover;
    background-position: center;
    filter: blur(6px);
    transform: scale(1.05);
    z-index: -3;
    }
    @media screen and (max-width: 786px) {
        .hero::before {
            background:
            linear-gradient(
            rgba(237, 245, 255, 0.7),
            rgba(237, 245, 255, 0.7)
            ),
        url("../img-custom/home-page-bg-mob.webp");
        }
    }

        /* part 2 */
        /* Glow blobs */
        .glow {
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(
            circle,
            rgba(191, 215, 64, 0.5),
            transparent 50%
        );
        /* background: radial-gradient(
            circle,
            rgba(120, 180, 255, 0.45),
            transparent 70%
        ); */ 
        filter: blur(60px);
        animation: float 8s ease-in-out infinite;
        z-index: -2;
        }

        /* Variations */
        .glow-1 {
        top: 10%;
        left: 5%;
        }

        .glow-2 {
        bottom: 10%;
        right: 10%;
        animation-delay: -9s;
        }

        @keyframes float {
        0%   { transform: translate(0, 0); }
        50%  { transform: translate(420px, 120px); }
        100% { transform: translate(0, 0); }
        }

        /* part 3 */
        .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            120deg,
            rgba(120,180,255,0.15),
            rgba(255,255,255,0.05),
            rgba(120,180,255,0.15)
        );
        background-size: 200% 200%;
        animation: gradientMove 12s ease infinite;
        z-index: -1;
        }

        @keyframes gradientMove {
        0%   { background-position: 0% 50%; }
        50%  { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    /* simple zoom animation  */
    /* .hero::before {
        animation: slowZoom 20s ease-in-out infinite;
        } */

    @keyframes slowZoom {
    0%,100% { transform: scale(1.05); }
    50% { transform: scale(1.12); }
    }
/* END main home page  */
/* END main home page  */
/* END main home page  */


.hero #bannerCarousel {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -3;
}
.animation-container {
  width: 700px;
  height: 2485px;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 8px;
}

.scrolling-background {
  width: 100%;
  height: 100vh;
  background-size: cover;
  /* This is the key for cycling */
  background-repeat: repeat-y; 
  will-change: background-position;
  opacity: 0.1;
}
.scrolling-background-img1 {
  background-image:  url("../img-custom/homepage-carousel-image1.webp");
  animation: seamless-cycle1 55s linear infinite;
}
.scrolling-background-img2 {
  background-image:  url("../img-custom/homepage-carousel-image2.webp");
  animation: seamless-cycle2 55s linear infinite;
}
.scrolling-background-img3 {
  background-image:  url("../img-custom/homepage-carousel-image3.webp");
  animation: seamless-cycle3 55s linear infinite;
}

@keyframes seamless-cycle1 {
  from {
    background-position: 0 0;
  }
  to {
    /* Adjust this to move the background downwards or upwards */
    background-position: 0 -3321px; 
  }
}
@keyframes seamless-cycle2 {
  from {
    background-position: 0 0;
  }
  to {
    /* Adjust this to move the background downwards or upwards */
    background-position: 0 3321px; 
  }
}
@keyframes seamless-cycle3 {
  from {
    background-position: 0 0;
  }
  to {
    /* Adjust this to move the background downwards or upwards */
    background-position: 0 -3321px; 
  }
}
