.shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

body {
    padding-top: 60px;
}

.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-27 {
    font-size: 27px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-29 {
    font-size: 29px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-31 {
    font-size: 31px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-33 {
    font-size: 33px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-35 {
    font-size: 35px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-37 {
    font-size: 37px !important;
}
.font-38 {
    font-size: 38px !important;
}
.font-39 {
    font-size: 39px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-41 {
    font-size: 41px !important;
}
.font-42 {
    font-size: 42px !important;
}
.font-43 {
    font-size: 43px !important;
}
.font-44 {
    font-size: 44px !important;
}
.font-45 {
    font-size: 45px !important;
}
.font-46 {
    font-size: 46px !important;
}


.weight-100 {
    font-weight: 100 !important;
}  
.weight-200 {
    font-weight: 200 !important;
}
.weight-300 {
    font-weight: 300 !important;
}
.weight-400 {
    font-weight: 400 !important;
}
.weight-500 {
    font-weight: 500 !important;
}
.weight-600 {
    font-weight: 600 !important;
}
.weight-700 {
    font-weight: 700 !important;
}
.weight-800 {
    font-weight: 800 !important;
}
.weight-900 {
    font-weight: 900 !important;
}

.u-white {
    color: #fff !important;
}

.u-blue {
    color: #49A2DA !important;
}

.u-black {
    color: #545454 !important;
}
.u-grey {
    color: #6C6C6C !important;
}


.nav-link.u-black.nav-hover-effect:not(.dropdown-toggle) {
    position: relative;
    transition: color 0.2s !important;
}

.nav-link.u-black.nav-hover-effect:not(.dropdown-toggle):hover,
.nav-link.u-black.nav-hover-effect:not(.dropdown-toggle):focus {
    color: #49A2DA !important;
}

.nav-link.u-black.nav-hover-effect:not(.dropdown-toggle)::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #49A2DA;
    transition: width 0.2s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.new-blue:hover {
       color: #49A2DA !important;
}

.nav-link.u-black.nav-hover-effect:not(.dropdown-toggle):hover::after,
.nav-link.u-black.nav-hover-effect:not(.dropdown-toggle):focus::after {
    width: 100%;
}
.dropdown-menu {
    min-width: 220px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(73,162,218,0.10);
    border: none;
    padding: 0.5rem 0;
}
.dropdown-item {
    font-size: 16px;
    color: #545454 !important;
    padding: 0.5rem 1.25rem;
    transition: background 0.2s, color 0.2s;
}
.dropdown-item:hover, .dropdown-item:focus {
    background: #e7f2fb;
    color: #49A2DA !important;
}

.btn-general {
    background-color: #49A2DA !important;
    color: #fff !important;
    border: none !important;
    font-weight: 500 !important;
    font-size: 18px !important  ;
    padding: 14px 36px !important;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s !important;
    /* border-top-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; */
    /* box-shadow:
        inset 0 3px 8px 0 #1760a8,  
        inset 0 -3px 8px 0 #1760a8; 
    z-index: 1; */
}

.btn-general:hover,
.btn-general:focus {
    /* background: linear-gradient(90deg, #2176b6 0%, #49A2DA 100%) !important; */
    /* color: #fff !important; */
    box-shadow:
        0 4px 16px 0 rgba(33, 118, 182, 0.18),
        inset 0 3px 16px 0 #1760a8,
        inset 0 -3px 16px 0 #1760a8;
    text-decoration: none !important;
    outline: none !important;
}

.hero-section {
    min-height: 90vh;
}

.hero-row {
    min-height: 60vh;
}

.section-height{
    height: 40px;
}

.feature-card {
    border-radius: 8px !important;
    background: #f8fbff;
    box-shadow: inset 0 2px 16px 0 #d6e9f8, 0 2px 8px 0 rgba(73, 162, 218, 0.02);
    /* min-height: 340px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.feature-title {
    align-self: flex-start;
}


.why-card {
    border-top-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #fff;
    position: relative;
    min-height: 180px;
    box-shadow:
        inset 0 8px 18px -10px rgba(73,162,218,0.18),
        inset 8px 0 18px -10px rgba(73,162,218,0.18);
    padding: 1.5rem;
    overflow: hidden;
}

/* Right and bottom inner colored borders for each card */
.why-blue::after,
.why-green::after,
.why-orange::after,
.why-purple::after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    pointer-events: none;
    border-radius: 0 !important;
    box-sizing: border-box;
    z-index: 1;
}

.why-blue::after {
    border-right: 4px solid #E1830E;
    border-bottom: 4px solid #E1830E;
}
.why-green::after {
    border-right: 4px solid #31576b;
    border-bottom: 4px solid #31576b;
}
.why-orange::after {
    border-right: 4px solid #4297a4;
    border-bottom: 4px solid #4297a4;
}
.why-purple::after {
    border-right: 4px solid #d8818b;
    border-bottom: 4px solid #d8818b;
}


.why-blue::before,
.why-green::before,
.why-orange::before,
.why-purple::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-bottom-right-radius: 18px;
    pointer-events: none;
}

.why-blue::before {
    background: #E1830E;
}
.why-green::before {
    background: #31576b;
}
.why-orange::before {
    background: #4297a4;
}
.why-purple::before {
    background: #d8818b;
}

.feature-inline-card {
    border-radius: 12px;
    background: #fff;
    box-shadow:
        inset 0 8px 18px -10px rgba(73,162,218,0.18),    
        inset 0 -8px 18px -10px rgba(73,162,218,0.18),  
        inset 8px 0 18px -10px rgba(73,162,218,0.18),    
        inset -8px 0 18px -10px rgba(73,162,218,0.18);  
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.feature-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}


.footer-section {
    background: #181819;
}

.footer-link {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: color 0.2s;
}
.footer-link:hover {
    color: #49A2DA !important;
    text-decoration: underline !important;
}

.footer-social {
    color: #fff !important;
    font-size: 20px;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(73,162,218,0.08);
}
.footer-social:hover {
    color: #49A2DA !important;
    background: rgba(73,162,218,0.18);
}

.how-card {
    background: #E7F2FB;
    border-radius: 14px;
    box-shadow:
        0 2px 8px 0 rgba(73,162,218,0.06);
    display: flex;
    align-items: center;
}
.how-icon {
    object-fit: contain;
    flex-shrink: 0;
}

.accordion-item {
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    margin-bottom: 18px;
    box-shadow:
        inset 0 8px 18px -10px rgba(73,162,218,0.18),
        inset 0 -8px 18px -10px rgba(73,162,218,0.18),
        inset 8px 0 18px -10px rgba(73,162,218,0.18),
        inset -8px 0 18px -10px rgba(73,162,218,0.18) !important;
    overflow: hidden;
}

.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed),
.accordion-button:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    transition: background 0.2s;
    margin-bottom: 0 !important;
}

.accordion-body {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding-top: 0.5rem !important;
    padding-bottom: 1rem;
}

@media (max-width: 700px) {
    .bg-mobile {
        background-color: antiquewhite !important;
    }
}

.student-labels-row {
    background: linear-gradient(90deg, #DBFFFB 0%, #D2E8FF 100%);
    overflow: hidden;
    width: 100%;
    position: relative;
}


.row .student-labels-container {
    display: flex !important;
    flex-wrap: nowrap !important; 
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    padding: 1rem 0.5rem !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    white-space: nowrap !important;
    gap: 1rem;
    padding-left: 1rem !important;
    padding-right: 3rem !important; 
    margin: 0 !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch;
}


.row .student-labels-container::after {
    content: "";
    min-width: 20px;
    height: 1px;
    display: block;
    flex-shrink: 0;
}

.row .student-labels-container::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.student-label {
    color: #545454;
    font-size: 16px;
    font-weight: 700 !important;
    border-radius: 16px;
    padding: 6px 12px;
    margin: 0 0.25rem;
    display: inline-block !important;
    letter-spacing: 0.01em;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    /* background-color: rgba(255, 255, 255, 0.5); */
    scroll-snap-align: center;
}

@media (max-width: 768px) {

    .student-labels-row {
        min-height: 60px;
    }
    

    .student-labels-row::before,
    .student-labels-row::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 24px; 
        z-index: 2;
        pointer-events: none;
    }
    
    .student-labels-row::before {
        left: 0;
        background: linear-gradient(90deg, rgba(219, 255, 251, 0.9) 0%, rgba(219, 255, 251, 0) 100%);
    }
    
    .student-labels-row::after {
        right: 0;
        background: linear-gradient(90deg, rgba(210, 232, 255, 0) 0%, rgba(210, 232, 255, 0.9) 100%);
    }
    
    .student-label {
        font-size: 14px;
        padding: 5px 10px;
    }
    

    .row .student-labels-container {
        gap: 0.75rem;
        padding-left: 20px !important; 
        padding-right: 30px !important;
    }
}

@media (max-width: 480px) {
    .student-label {
        font-size: 13px;
        padding: 4px 8px;
    }
    
    .row .student-labels-container {
        gap: 0.5rem;
    }
}

.uppercase {
    text-transform: uppercase !important;
}


.student-feature-box {
    position: relative;
    min-height: 90px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.student-feature-content {
    padding: 0;
}


.student-feature-vline {
    width: 8px;
    height: 80px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .student-feature-box {
        min-height: 100px;
    }
    .student-feature-vline {
        height: 120px;
    }
      .student-feature-left {
    margin-left: -33vw;
  }
  .student-feature-right {
    margin-right: -18vw;
  }
}

.ribbon-card {
    min-height: 28rem;
  color: white;
  text-align: center;
  position: relative;
  padding: 2rem 1rem 3rem;
clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.ribbon-icon {
  object-fit: contain;
  margin-bottom: 0.75rem;
}

.ribbon-title {

  margin-bottom: 0.5rem;
}

.ribbon-text {
  margin: 0;
}

.feature-link {
    display: block;
    text-decoration: none;
}
.feature-inline-card {
    transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
    cursor: pointer;
}
.feature-link:hover .feature-inline-card,
.feature-link:focus .feature-inline-card {
    transform: scale(1.04);
    box-shadow: 0 6px 24px 0 rgba(73,162,218,0.12);
    z-index: 2;
}
.feature-link:active .feature-inline-card {
    transform: scale(0.98);
    box-shadow: 0 2px 8px 0 rgba(73,162,218,0.08);
}


.contact-form .custom-input {
    border: none !important;
    outline: none !important;
    border-radius: 8px !important;
    background: #f8fbff;
    box-shadow: 0 2px 8px 0 rgba(73,162,218,0.06);
    font-size: 1rem;
    padding: 0.75rem 1rem;
    transition: box-shadow 0.2s;
    color: #222;
    resize: none;
}

.contact-form .custom-input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: 0 0 0 2px #49A2DA33;
    background: #f4faff;
}

.contact-form textarea.custom-input {
    min-height: 120px;
    resize: vertical;
}

.linear-style {
    background: linear-gradient(
        180deg,
        #FFFFFF 0%,
        #FFF6DD 24%,
        #FFFFFF 35%,
        #E0EBFF 54%,
        #FFFFFF 70%,
        #FFFFFF 100%
    );
}

.text-justify {
    text-align: justify !important;
}