a {
    text-decoration: none!important;
    color: inherit!important;
}
ul {
    padding-left: 18px;
}

.headerlayout {
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    position: relative;
    z-index: 9999 !important;
}
.headerlayout .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.headerlayout .nav-link {
    color: #FFF!important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-left: 20px;
}
.headerlayout .navbar-brand {
    width: 160px;
    height: 120px;
    border-radius: 0px 0px 5px 5px;
    background: #FFF;
    padding: 20px 30px;
    position: fixed;
    top: 0px;
}
.headerlayout .nav-link:hover {
    color: #FF6F00;
}
/* .offcanvas {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
} */
.herosectionlayout {
    margin-top: -90px;
}
.herobannerlayout {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.herobannerlayout .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(251deg,
            rgba(33, 33, 33, 0.00) 37.11%,
            rgba(33, 33, 33, 0.50) 68.64%,
            #212121 100%);
}
.iconcontantheading {
    width: max-content;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 0px;
    border-top: #fff solid 0.5px;
    border-bottom: #fff solid 0.5px;
    margin-bottom: 20px;
}
.iconcontantheading span {
    padding: 8px;
    border-radius: 30px;
    background-color: #fff;
    color: #FF6F00;
}
.herosectionheading h1 {
    width: 85%;
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 15px;
}
.herodisciption {
    width: 70%;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.herobannerlayout .container {
    position: relative;
    z-index: 2;
    color: #fff;
}
@media (max-width: 768px) {
    .herobannerlayout {
        height: 70vh;
        text-align: center;
    }
    .herobannerlayout h1 {
        font-size: 1.8rem;
    }
    .herobannerlayout p {
        font-size: 1rem;
    }
}
.joinbutton {
    border-radius: 5px;
    background: #FF6F00;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border: none;
    padding: 15px 30px;
}
.joinbutton:hover {
    background: #000;
}
#herosectionslider .owl-nav button {
    background-color: #FF6F00;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 50%;
    pointer-events: auto;
    transition: 0.3s;
}
#herosectionslider .owl-nav button:hover {
    background-color: #FF6F00;
}
#herosectionslider .owl-dots {
    position: relative;
    top: -60px;
    text-align: center;
}
#herosectionslider .owl-dot span {
    background-color: #fff;
}
#herosectionslider .owl-dot.active span {
    background-color: #FF6F00;
}
.toprenkedsection {
    padding: 80px 0px;
}
.businessvisionaries {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #FF6F00;
    padding: 50px 30px;
    position: relative;
    top: -180px;
    z-index: 999;
}
.businessvisionarieshead {
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    padding-bottom: 30px;
}

.businessvisionarieshead  h2{
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    padding-bottom: 30px;
}
.businessvidiscription p {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.iconcards {
    width: 80%;
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    margin-bottom: 40px;
}
.iocntitle h3{
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
}
.iocntitle {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
}
.iconimg img {
    width: 60px;
    height: 60px;
}
.iconimg img:hover {
    box-shadow: 5px 5px 0px 0px #FF6F00;
}
.bangaloremostcourse {
    padding: 80px 0px;
    background-color: #F9FAFB;
}
.bangaloremostheading {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 20px;
}

.bangaloremostheading h2{
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 20px;
}

.bangaloremostsubdiscription p {
    width: 60%;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.bangaloremostsubdiscriptions p {
    width: 80%;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.bangaloremostcoursetabing button {
    padding: 12px 32px;
    color: #111827 !important;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 5px !important;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
}
.bangaloremostcoursetabing .nav-pills .nav-link.active {
    background: #FF6F00 !important;
    color: #fff !important;
}
#pills-tab {
    gap: 30px;
}
.bangaloremostcoursetabing .nav-pills {
    display: flex;
    justify-content: end;
    margin-top: -95px;
}
.bangaloremostcoursetabing .tab-content {
    margin-top: 80px;
}
.tabcarddesgins .card {
    border-radius: 5px;
    border: 1px solid #E2E8F0;
    background: #FFF;
	min-height: 585px;
}
.tabcarddesginsdata .card {
    border-radius: 5px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    height: 350px;
	display:flex;
	flex-direction:column;
    margin-bottom: 30px;
}
.tabcarddesgins .card-body {
    padding: 15px 25px;
}
.tabcarddesgins .card-title {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.tabcarddesgins .card-text ul li {
    color: #4B5563;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 10px;
}
.tabcarddesginsdata .card-texts ul li {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.semesterbtn {
    margin-top: -150px;
    border-radius: 30px;
    padding: 3px 25px 3px 25px;
    border: 1px solid #FFF;
    background: #FF6F00;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.semesterbtn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #FF6F00;
}
.tabcarddesgins .card:hover {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.containerbackground {
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    border-radius: 5px;
}
.counterlayout {
    padding: 10px;
    margin-bottom: 40px;
}
.counterheading {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 10px;
}
.countertitle {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.certificatecourses {
    padding-bottom: 80px;
}
.industrymentors {
    padding: 80px 0px;
    background-color: #F9FAFB;
}
.mentorcards {
    border-radius: 5px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
 min-height: 145px;;
}
.mentorname {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.mentorposisan {
    color: #727272;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.accreditations {
    padding: 80px 0px;
    margin-bottom: 60px;
}
.recognitionCarouselcard {
    border-radius: 5px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}
.accreditationsSlider {
    padding-left: 5%;
}
.recognitionCarouselcard img {
    padding: 30px 20px;
}
.recognitionCarouselcardtitle {
    border-radius: 5px;
    border-top: 1px solid#E2E8F0;
    background: #F9FAFB;
    color: #212121;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 5px;
	min-height:60px;
	display:flex;
	justify-content:center;
	align-content:center;
}
#recognitionCarousel .owl-item img {
    width: 70% !important;
    margin: auto;
}
.ratingscard {
    min-height: 230px;
    border-radius: 4px;
    border: 1px solid #E8E9E9;
    background: #FFF;
    box-shadow: 3px 3px 0px 0px #E8E9E9;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.ratingscard ul li {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.14px;
}
.sparkmodel {
    padding: 160px 0px;
    background: #FFF4EB;
}
.spark-word {
    color: #FF6F00;
    text-align: center;
    font-family: "Archivo", sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.letter-hover {
    position: relative;
    display: inline-block;
}
.letter-popup {
    position: absolute;
    background: #ffffff;
border-radius: 10px;
border: 1px solid  #E2E8F0;
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(7.5px);
    padding: 0px 15px 15px 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    min-width: 260px;
    text-align: left;
    z-index: 100;
    display: none;
    pointer-events: none;
}
.letter-popup .card-icon img{
    padding: 10px;
    background-color:#FF6F00;
    border-radius: 30px;
    margin-left: -20px;
    margin-top: -20px;
    border: solid 1px #fff;
}
.letter-popup .card-title {
   color: #FF6F00;
 font-family: "Inter", sans-serif;
font-size: 16px;
font-style: italic;
font-weight: 800;
line-height: 28px;
}
.card-description {
   color: #000;
 font-family: "Inter", sans-serif;
font-size: 13px!important;
font-style: normal;
font-weight: 500;
line-height: 20px
}
.popup-top {
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
}
.popup-bottom {
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
}
.popup-left {
    right: 120%;
    top: 50%;
    transform: translateY(-50%);
}
.popup-right {
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
}
.card-icon {
    font-size: 28px;
    color: #ff6c00;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .letter-popup {
        min-width: 220px;
        font-size: 13px;
    }
}
.gcollaborations {
    padding: 80px 0px;
}
.gcollaborationcard {
    padding: 60px 0px 0px 40px;
    background-color: #FFF8E1;
    border-radius: 5px;
}
.globalulcontant ul li {
    list-style: none;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 6px;
}
.globalcompanylogo {
    padding-bottom: 15px;
}
.gonextsection {
    padding-bottom: 80px;
}
.gonextcardsdata {
    margin-bottom: 20px;
}
.backgroundcolors {
    background: url('../image/Boxes.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    min-height: 220px;
    padding: 60px 50px;
}
.counterheadings {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 46px;
}
.counterheadings h3{
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 46px;
}
.countersubheading {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.backgroundcolor {
    background: url('../image/Boxes-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    min-height: 220px;
    padding: 60px 50px;
}
.gets-hired {
    background: #F9FAFB;
    padding: 80px 0px;
}
.gets-hired-tabs button {
    padding: 16px 20px;
    border-radius: 5px;
    background: #FF6F00;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.gets-hired-tabs button {
    padding: 16px 20px;
    color: #111827 !important;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px !important;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
}
.gets-hired-tabs .nav-pills .nav-link.active {
    background: #FF6F00 !important;
    color: #fff !important;
}
.gets-hired-card {
    border-radius: 10px;
    background: #FFF;
}
.gets-hired-name {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.placement-snapshot {
    background: #FFf;
    padding: 80px 0px;
}
.brekupcompain {
    background: #F9FAFB;
    padding: 30px 15px;
    min-height: 590px;
}
.brekupcompainsubheading {
    color: #212121;
    text-align: center;
    font-family: "Archivo", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.top-recruiters {
    background: #F9FAFB;
    padding: 80px 0px;
}
.industry-visits {
    padding: 80px 0px;
    background: #FFF4EB;
}
.industry-partners {
    padding: 80px 0px;
}
.counterheader {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 46px;
}
.counternumber {
    color: #FF6F00;
    font-family: "Archivo", sans-serif;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 138px;
}
.countersubdiscription {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.industry-partners-card {
    border-radius: 5px;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
    padding: 10px 40px 10px 10px;
}
.industry-partners-card-title {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
#industry-partner-slider .owl-item img {
    display: inherit !important;
    width: 120px !important;
}
#industry-partner-slider-right .owl-item img {
    display: inherit !important;
    width: 120px !important;
}
#SliderTestmoniStudent .owl-item img {
    display: inherit !important;
    width: 60px !important;
}
#SliderTestmoni .owl-item img {
    display: inherit !important;
    width: 60px !important;
}
.owl-carousel .owl-stage {
    direction: ltr;
}
.reasons-choose {
    padding: 80px 0px;
}
.reasons-choose-contant {
    padding: 30px;
    background: linear-gradient(98deg, rgba(74, 19, 19, 0.32) -2.03%, rgba(56, 6, 6, 0.32) 47.73%, rgba(53, 0, 0, 0.32) 97.61%, rgba(94, 0, 0, 0.32) 106.99%, rgba(73, 0, 0, 0.32) 122.74%);
    backdrop-filter: blur(25px);
}
.reasons-choose-contants ul li {
    list-style: none;
    padding-left: 0px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
}
.reasons-choose-contants span img {
    width: 20px;
}
.global-exposure {
    padding: 80px 10px;
}
.our-testimonials {
    padding: 80px 0px;
    background: #F9FAFB;
}
.our-testimonials-tabsilde button {
    padding: 10px 30px;
    border-radius: 5px;
    background: #FF6F00;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.our-testimonials-tabsilde button {
    padding: 10px 30px;
    color: #111827 !important;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px !important;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
}
.our-testimonials-tabsilde .nav-pills .nav-link.active {
    background: #FF6F00 !important;
    color: #fff !important;
}
.our-testimonials-tabsilde {
    margin-top: -80px;
}
.our-testimonials-slide-card {
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    padding: 30px;
    position: relative;
}
.our-testimonials-slide-card p {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.15px;
    margin-bottom: 20px;
}
.testimonial-user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-name {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;
    margin: 0;
}
.testimonial-role {
    color: #555;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}
.quote-icon {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 30px;
    color: #F59E0B;
    opacity: 0.6;
}
#SliderTestmoni .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
#SliderTestmoni .owl-nav button {
    background: none;
    border: none;
    pointer-events: all;
}
#SliderTestmoni .custom-prev,
#SliderTestmoni .custom-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    color: #212121;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
}
#SliderTestmoni .custom-prev:hover,
#SliderTestmoni .custom-next:hover {
    background: #FF6F00;
    color: #fff;
}
#SliderTestmoni .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}
#SliderTestmoni .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}
#SliderTestmoniStudent .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
#SliderTestmoniStudent .owl-nav button {
    background: none;
    border: none;
    pointer-events: all;
}
#SliderTestmoniStudent .custom-prev,
#SliderTestmoniStudent .custom-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    color: #212121;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
}
#SliderTestmoniStudent .custom-prev:hover,
#SliderTestmoniStudent .custom-next:hover {
    background: #FF6F00;
    color: #fff;
}
#SliderTestmoniStudent .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}
#SliderTestmoniStudent .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}
.star-alumni {
    padding: 80px 0px;
}
.star-alumni-card {
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
}
.star-alumni-card-image {
    width: 70%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
}
.star-alumni-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.star-alumni-card-body {
    margin-top: -80px;
    /* Pull the card body up */
    padding: 100px 15px 15px;
    background: #F9FAFB;
    border: 1px solid rgba(120, 120, 120, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    min-height: 200px;
}
.star-alumni-card-name {
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 5px;
}
.star-alumni-card-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
.life-at-aims {
    background: #F9FAFB;
    padding: 80px 0px;
}
.life-at-aims-tabings button {
    padding: 10px 30px;
    border-radius: 5px;
    background: #FF6F00;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.life-at-aims-tabings button {
    padding: 10px 30px;
    color: #111827 !important;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px !important;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
}
.life-at-aims-tabings .nav-pills .nav-link.active {
    background: #FF6F00 !important;
    color: #fff !important;
}
.meet-mentors {
    padding: 80px 0px;
}
.meet-mentors-card {
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}
.meet-mentors-card .meet-mentor-body {
    padding: 15px 20px;
	min-height:125px;
}
.meet-mentors-card .meet-mentors-card-title {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.meet-mentors-card .meet-mentors-card-subtitle {
    color: #4B5563;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 22px;
}
.campus-interviews {
    padding: 80px 0px;
}
.campus-interviews-tabs button {
    padding: 10px 30px;
    border-radius: 5px;
    background: #FF6F00;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.campus-interviews-tabs button {
    padding: 10px 30px;
    color: #111827 !important;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px !important;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
}
.campus-interviews-tabs .nav-pills .nav-link.active {
    background: #FF6F00 !important;
    color: #fff !important;
}
.future-wantbackground {
    background-color: #FFF8E1;
    padding: 30px 30px 10px 30px;
    border-radius: 5px;
}
.footerlayouts {
    padding: 80px 0px 20px 0px;
    background-color: #1A1A1A;
}
.footersoicallink p {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.footeericondisply ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    gap: 20px;
}
.footeericondisply {
    padding: 20px 0px;
}
.footeericondisply ul li {
    font-size: 20px;
    background-color: #fff;
    color: #FF6F00;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
}
.footeericondisply ul li:hover {
    font-size: 20px;
    background-color: #FF6F00;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
}
.footersubheading {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 15px;
}

.footersubheading h4{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}


.footerlocation ul {
    list-style: none;
    padding-left: 0px;
}
.footerlocation ul .footericon {
    background: #fff;
    color: #F59E0B;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 18px;
    height: max-content;
}
.footerlocation ul .footericon:hover {
    background: #F59E0B;
    color: #fff;
}
.footerlocation .footericonconant {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-self: center;
}
.footerlocation ul li {
    display: flex;
    gap: 10px;
    align-items: start;
    padding-bottom: 15px;
}
.copyrightwebsite {
    padding: 20px 0px;
    background-color: #1A1A1A;
    border-top: solid 1px #E3E6E9;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.headerlayout {
    background-color: transparent;
}
.headerlayout {
    transition: background-color 0.3s ease;
}
.header-scroll {
    background-color: #000 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.mobileslidercourse {
    display: none;
}
.additionaldisplay {
    display: block;
}
.our-testimonials-tabsilde .tab-content {
    padding-top: 80px;
}

.campus-interviews-tabs .nav-pills {
    margin-top: -100px;
}

.aims-family-herosection {
    width: 100%;
    height: 80vh;
    padding: 60px 0px;
    display: flex;
    justify-content: start;
    align-items: end;
    margin-top: -70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.familyherosectionsubheading {
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.familyherosectionsubheading h2 {
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}


.familyherosectionheading  {
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    padding-bottom: 10px;
}

.familyherosectionheading  h1{
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    padding-bottom: 10px;
}

.familyherosectiondisciption {
    width: 60% !important;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
}

.aims-family-welcome {
    padding: 80px 0px;
}

.aims-mentors {
    padding: 80px 0px;
}

.aims-mentorscard {
    border: 1px solid #E8E9E9;
    background: #FFF;
    box-shadow: 4px 4px 0 #E8E9E9;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.4s ease;
    text-align: center;
    cursor: pointer;
}

.aims-mentorscard img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.aims-mentorscardtitle {
    padding:15px;
	padding-bottom: 0px!important;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    transition: color 0.3s ease;
}

.aims-mentorscardtitle h3{
	padding-bottom: 0px!important;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    transition: color 0.3s ease;
    margin-bottom:0px;
}

.aims-mentorscard:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}

.aims-mentorscard:hover img {
    transform: scale(1.05);
}

.aims-mentorscard:hover .aims-mentorscardtitle {
    color: #FF6F00;
}

.aims-nationalrankings {
    padding: 80px 0px;
    background: #F9FAFB;
}

.national-rankings-card {
    border-radius: 8px;
    padding: 25px 20px;
    border: 1px solid #E8E9E9;
    background: #FFF;
    box-shadow: 5px 5px 0 0 #E8E9E9;
}

.national-rankingheading {
    color: #FF6F00;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.6px;
}

.national-rankings-cardtitle {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.national-rankings-cardcontant {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.credible-media {
    padding: 80px 0px;
}

.vision-cardtitle {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 46px;
    padding-bottom: 10px;
}

.vision-cardtitle h3{
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 42px;
}


.vision-cardcontant {
    width: 100%;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.objectives-layout {
    background: #FFF4EB;
    padding: 80px 0px;
}

.objectives-layout-card {
    background: #FFF;
    padding: 30px;
}

.objectives-layout-card ul {
    list-style: none;
    padding-left: 0px;
}

.objectives-layout-card ul li {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 8px;
}

.parakh-section {
    padding: 80px 0px;
    background: #F9FAFB;
}
.week-section {
  background-color: #FFF;
  padding: 80px 0px;
}

.parakh-section-card {
    border: 0.981px solid #E8E9E9;
    background: #FFF;
    box-shadow: 4.905px 4.905px 0 0 #E8E9E9;
    padding: 15px;
    transition: transform 0.2s;
    border-left: 5px solid #FF6F00; 
       display: flex;
    flex-direction: column;
    height: 100%;
}
.event-icezen {
  background-color: #FFF4EB;
  border-radius: 8px; 
  padding: 16px; 
}


.parakh-section-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.parakh-section-card .parakh-event-number {
    color: #FF6F00;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

.parakh-section-card .event-day {
    color: #4B5563;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.parakh-section-card .event-title h3{
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.parakh-section-card .event-title {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.event-description {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.parakh-section-card .event-right {
    width: 80px;
    height: 80px;
    border: 1px solid #FF6F00;
    background: #FFF;
    padding: 10px 0px;
    margin-top: -30px;  
}

.parakh-section-card .event-left {
    padding-left: 15px;
}

.mba-program-card {
    border: 0.981px solid #E8E9E9;
    background: #FFF;
    box-shadow: 4.905px 4.905px 0 0 #E8E9E9;
    transition: transform 0.2s;
}

.mba-program-card .mba-program-card-body {
    padding: 20px;
}

.mba-program-card .mba-program-card-title {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.mba-program-card .mba-program-card-subdisription {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
}

.mba-program-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.why-roots-fruits {
    padding: 80px 0px;
}

.tablelayoutdata .table-custom {
    border-collapse: separate;
    border-spacing: 10px 12px;
}

.tablelayoutdata .table-custom thead th {
    background: #E3832F;
    color: white;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border: none;
    padding: 10px 25px;
}

.table-custom td {
    background-color: #FFF4EB;
    transition: background-color 0.3s ease;
    padding: 10px 25px;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.table-custom tbody tr:nth-child(odd) td {
    background-color: #fff3e8;
}

.table-custom tbody tr:hover td {
    background-color: #E3832F !important;
    color: #fff !important;
}

@media (max-width: 768px) {

    .table-custom th,
    .table-custom td {
        font-size: 0.95rem;
        padding: 12px;
    }
}

.ibs-dual-mba {
    padding: 80px 0px;
}

.dual-mba-card {
    display: flex;
    gap: 20px;
    border-radius: 8px;
    border: 1px solid #E8E9E9;
    padding: 20px 15px;
    background: #FFF;
    box-shadow: 5px 5px 0 0 #E8E9E9;
}

.dual-mba-card-title {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.dual-mba-card-title  h3{
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.dual-mba-card-subdiscription {
    color: #4B5563;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.mba-progam-highlight {
    background: #F9FAFB;
}

.mba-progam-highlight-card {
    background: #FFF;
    padding: 20px 20px;
    margin-left: -80px;
    width: 100%;
}

.mba-progam-highlight-card ul {
    list-style: none;
    padding-left: 0px;
}

.mba-progam-highlight-card ul li {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
}

.mba-progam-highlight-card ul li img {
    margin-right: 5px;
}

.mba-progam-highlight-image img {
    width: 100%;
    height: 600px;
    background-size: cover;
}

.curriculum-overview {
    padding: 80px 0px;
}

.curriculumfaq .accordion-item {
    border: none !important;
    margin-bottom: 30px;
}

.curriculumfaq .accordion-header button {
    border-radius: 8px !important;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
    padding: 20px 30px;
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

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

.curriculumfaq .accordion-button::after {
    background-color: #fff;
}

.curriculumfaq .accordion-collapse {
    background: #F9FAFB;
    border-radius: 0px 0px 8px 8px;
    border-bottom: solid 1px #E2E8F0;
}

.curriculumfaq .accordion-body {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.curriculum-overview-tab {
    padding: 80px 0px;
    background-color: #F9FAFB;
}

.curriculum-overview-tablayout .nav-pills {
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    padding: 8px 30px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
}

.curriculum-overview-tablayout .nav-link {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
}

.curriculum-overview-tablayout .nav-link {
    padding: 16px 40px;
    border-radius: 6px;
    background: #F9FAFB;
}

.curriculum-overview-tablayout .nav-link.active {
    border-radius: 6px;
    background: #FF6F00;
}

.curriculum-overview-contant {
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
}

.curriculum-overviewheading {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.curriculum-overviewcontant ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 10px;
}

.curriculum-overviewcontant ul li span {
    margin-right: 8px;
}

.curriculum-overviewcontant ul li {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 6px;
}

.curriculum-eligibility {
    padding: 80px 0px;
}

.curriculum-eligibilitycontant {
    padding: 30px 40px;
    background: #FFF4EB;
    border-radius: 5px;
}

.curriculumcontant {
    border-radius: 6px;
    padding: 30px;
    border: 1px solid #FCB270;
    background: #FFF;
}

.where-beyond {
    padding: 80px 0px;
    background: #F9FAFB;
}

.where-beyond-card {
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    padding: 30px 20px;
}

.where-beyond-card .here-beyond-disc {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding: 10px 0px 0px 0px;
}

.faqlayouts {
    padding: 80px 0px;
}



.faqlayoutscontant .accordion-item {
    border: none !important;
    margin-bottom: 30px;
}

.faqlayoutscontant .accordion-header button {
    border-radius: 8px !important;
    border: 1px solid #E2E8F0;
    background: #F9FAFB;
    padding: 15px 30px;
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

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

.faqlayoutscontant .accordion-button::after {
    background-color: #fff;
}

.faqlayoutscontant .accordion-collapse {
    background: #F9FAFB;
    border-radius: 0px 0px 8px 8px;
    border-bottom: solid 1px #E2E8F0;
}

.faqlayoutscontant .accordion-body {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.program-countercard {
    background: rgba(255, 248, 225, 0.50);
    padding: 30px 20px;
    border-left: solid 2px #FF6F00;
}

.program-countercard-number {
    color: #FF6F00;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 10px;
}

.program-countercard-number h3 {
    color: #FF6F00;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 10px;
}

.program-countercard-title {
    color: #4B5563;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.pgpm-mba-program {
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}

.pgpm-mba-program-contant ul {
    list-style: none;
    padding-left: 0px;
}

.pgpm-mba-program-contant ul li {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 6px;
}

.pgpm-mba-program-table {
    padding: 80px 0px;
}

.pgpm-mba-program-tablelayout .custom-table {
    border-collapse: separate;
    border-spacing: 10px 0px;
    /* Row spacing */
}

.pgpm-mba-program-tablelayout .custom-table th {
    background: #12274B;
    padding: 18px 42px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 14px 16px;
    vertical-align: middle;
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
}

.pgpm-mba-program-tablelayout .custom-table td {
    background-color: #F9FAFB;
    vertical-align: top;
    padding: 14px 16px;
    border: none;
    color: #212121;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(136, 136, 136, 0.32);
}

.pgpm-mba-program-tablelayout .table-responsive {
    overflow-x: auto;
}

.value-added-program {
    padding: 80px 0px;
    background: #F9FAFB;
}



.value-added-program-tabs .nav-pills {
    border-radius: 0px;
    border-right: 1px solid #E2E8F0;
    padding: 8px 30px;
    display: flex;
    justify-content: space-between;
}

.value-added-program-tabs .nav-link {
    color: #212121;
    background-color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0px;
    white-space: nowrap;
}

.value-added-program-tabs .nav-link {
    padding: 18px 40px;
    border-radius: 0px;
    background: #FFF;
    margin-bottom: 10px;
    white-space: nowrap;
}

.value-added-program-tabs .nav-link.active {
    border-radius: 0px;
    background: #FFF4EB;
    color: #FF6F00;
}

.value-added-program-card {
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}

.value-added-program-card-title {
    background: #fff;
    color: #212121;
    text-align: center;
    padding: 20px 15px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.value-added-program-card-title h3{
    background: #fff;
    color: #212121;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.value-added-program-card:hover {
    box-shadow: 5px 5px 0 0 #E8E9E9;
}

.industry-knowledge {
    padding: 80px 0px;
}

.industry-knowledge-card-title {
    text-align: left;
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.bangaloremostsubheading{
 padding-top: 30px;
 color: #212121;
 font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 34px;
}

.bangaloremostsubheading h3{
 padding-top: 30px;
 color: #212121;
 font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 34px;
} 

.industry-knowledge-card-subdiscription{
color: #212121;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 28px; /* 175% */
}

.industry-knowledge-cardbody{
    padding: 15px;
}
.industry-knowledge-carded{
background-color: #fff;
}
.our-degree-section{
    padding: 80px 0px;
    background: #FFF4EB;
}
.expert-mentorship{
    background: #FFF4EB;
}
.general-refund-guidelines{
    padding: 80px 0px;
}
.general-refund-guidelines-contant ul {
    list-style: none;
    padding-left: 5px;
}
.general-refund-guidelines-contant ul li{
 color: #212121;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
padding-bottom: 10px;  
}

.apply-cancellation{
    padding: 0px 0px 80px 0px;
}
.apply-cancellation-contant{
  background: #F9FAFB;
  padding: 35px 40px;
  border-radius: 5px;  
}

.meaching-methodology-card{
    min-height: 290px;    
 padding: 35px 25px;   
border: 0.981px solid #E8E9E9;
text-align: center;
background: #FFF;
box-shadow: 4.905px 4.905px 0 0 #E8E9E9;
}
.meaching-methodology-card-title{
color: #212121;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
padding-bottom: 5px;
}

.meaching-methodology-card-title h3{
color: #212121;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; 

}

.meaching-methodology-card-discription{
color: #212121;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}
.visual-card{
border: 0.981px solid #E8E9E9;
background: #FFF;  
}
.visual-card:hover{
 box-shadow: 4.905px 4.905px 0 0 #E8E9E9;   
}
.visual-card-body{
     padding:15px; 
}
.visual-card-title{
color: #212121;
text-align: left;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
padding-bottom: 5px;
}

.visual-card-title h3{
color: #212121;
text-align: left;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}


.visual-card-discription{
    color: #212121;
text-align: left;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}
.aligned-industry{
    padding: 80px 0px;
   background: #FFF4EB;
}

.aligned-card{
padding:35px 25px;
border: 0.981px solid #E8E9E9;
background: #FFF;
box-shadow: 4.905px 4.905px 0 0 #E8E9E9;
}
.aligned-card-title {
 color: #212121;
font-family: "Archivo", sans-serif;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 30px;   
}

.training-partner-section {
    padding-bottom: 80px;
}


  .training-table-layouts th {
      background: #FCB270;
      color: #212121;
      text-align: left;
      font-family: "Archivo", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 16px;
}
.training-table-layouts .table-customs  {
    border-collapse: separate;
    border-spacing: 5px 0px;
}

.training-table-layouts img {
      height: 60px;
      object-fit: contain;
      margin-right: 10px;
}
.training-table-layouts td {
    background-color: #FFF4EB;
    transition: background-color 0.3s ease;
    padding: 10px 25px;
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.training-table-layouts td,
  .training-table-layouts th {
    vertical-align: middle;
    padding: 20px 15px;
  }
  
    .table-striped tbody tr:nth-of-type(odd) {
      background-color: #fff!important;
    }

    .training-table tbody tr:hover {
      background-color: #fff!important;
      transition: background-color 0.3s;
    }

    @media (max-width: 768px) {

    .table-customs th,
    .table-customs td {
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
        padding: 12px;
    }
}

.skills-section {
    width: 100%;
    background-color: #fff;
 
}
.skills-section-lettter{
 color: #E3832F;
leading-trim: both;
text-edge: cap;
 font-family: "Archivo", sans-serif;
font-size: 594px;
font-style: normal;
font-weight: 700;
line-height: 600px; 
padding: 50px 0px;
}
.bagalore-subheadings h3{
    color: #212121;
 font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 32px; 
}

.skills-subtitle{
background: #F9FAFB;
color: #212121;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
padding: 6px 16px;
transition: 0.5;
}
.skills-subtitle-card{
background: #F9FAFB;
color: #212121;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
padding: 6px 16px;
transition: 0.5;
}

.skills-section-contant{
     padding: 35px;
    background: #fff;
    border: solid 1px #fff;
    position: relative;
    margin-left: -60px;
}
.skills-section-contants {
    padding-bottom: 20px;
}

.spark-sectionlayout{
    padding: 80px 0px;
}

.spark-sectionlayout-title{
    color: #FFF;
text-align: center;
 font-family: "Archivo", sans-serif;
font-size: 32px;
font-style: italic;
font-weight: 600;
text-align: center;
line-height: 42px; 
}
.spark-sectionlayout-container{
     background-size: cover!important; 
     background-position: center !important;  
     background-repeat: no-repeat !important;
    padding: 80px 50px;
}


.across-global-brands{
    padding: 80px 0px;
}
.across-global-brands-card{
border-radius: 10px;
border: 1px solid  #E2E8F0;
background: #FFF;
}
.across-global-brands-cardbody{
    padding: 10px 0px;
}
.across-global-brands-card-title{
 color: #212121;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px;
text-align: center;
padding-bottom: 10px;
}

.placement-statistics{
    padding: 80px 0px;
}

.industry-knowledge-card-titles{
color: #000;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.industry-knowledge-card-titles h3{
color: #000;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.alumni-footprints{
    padding: 80px 0px;
}
.recent-success-stories .profile-card {
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s;
    background: #fff;
    position: relative;
}

.recent-success-stories .profile-card:hover {
    transform: translateY(-5px);
}

.recent-success-stories .profile-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.profile-card .play-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 28px;
    color: #ff4500;
    cursor: pointer;
    transition: 0.3s;
}

.profile-card .play-btn:hover {
    background: #ff4500;
    color: #fff;
}

.profile-card .profile-info {
   
   padding: 12px;
}

.profile-card .profile-info h3 {
    color: #212121;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    letter-spacing: -0.18px;
}

.profile-card .profile-info h6 {
    color: #212121;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    letter-spacing: -0.18px;
}

.profile-info img {
    width: 100px!important;
    text-align: left;
}
.modal.fade .modal-dialog {
    transform: scale(0.7);
    transition: transform 0.3s ease-out;
}

.modal.fade.show .modal-dialog {
    transform: scale(1);
}
.modal-header {
    border: none;
    padding: 15px 15px;
}

.btn-close {
    color: #ff4500 !important;
    border: none;
    font-size: 1rem;
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
}

.placement-statistics-tabing .nav-tabs .nav-link {
    background: #fff;
    color: #333;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 8px;
    border: none;
    padding: 16px 20px;
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.placement-statistics-tabing .nav-tabs .nav-link.active {
    background: #FF6F00;
    color: #fff;
}

.placement-statistics-tabing .custom-table th {
    background: #FCB270;
    color: #212121;
    text-align: center;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    padding: 15px 10px;
    white-space: nowrap;
}

.placement-statistics-tabing .custom-table td {
    background: #FFF4EB;
    color: #212121;
    text-align: center;
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border: none !important;
    padding: 15px;
    white-space: nowrap;
}

.placement-statistics-tabing .custom-table {
    border-collapse: separate;
    border-spacing: 5px 5px;
}

.breakup-of-companies {
    background: #FFF4EB;
    padding: 80px 0px;
}

.placement-breakup {
    padding: 80px 0px;
    background: #F9FAFB;
}

.placement-card {
    padding: 15px;
    border: 0.981px solid #E8E9E9;
    background: #FFF;
    box-shadow: 4.905px 4.905px 0 0 #E8E9E9;
}

.placement-cardtitle {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    padding-bottom: 5px;
}

.placement-carddiscription {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.overall-placement {
    padding: 80px 0px;
    background: #fff;
}

.placement-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border:1px solid #E8E9E9;
    background: #FFF;
}

.placement-percent {
background: #9F520F;
    padding: 25px 18px;
    color: #FFF;
    font-family: "Archivo", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    min-width: 100px;
    text-align: center;
    margin-right: 15px;
    border-radius: 0px;
}

.placement-text {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.sector-wise-placements{
    padding: 80px 0px;
    background: #F9FAFB;
}

.corporate-connect-series{
    padding: 80px 0px 20px 0px;

}

    .session-card {
      padding: 15px;
      display: flex;
      min-height: 260px;
      gap: 20px;
      border-radius: 5px;
      border: 1px solid  #E2E8F0;
      background: #FFF;
    }

    .session-card img {
      width: 30%;
      object-fit: cover;
    }

 .session-content .session-content-title {
 color: #212121;
 font-family: "Archivo", sans-serif;
font-size: 30px;
font-style: italic;
font-weight: 600;
line-height: 36px;
    }

    .session-content .session-content-subtitle {
        padding-top: 15px;
    color: #FF6F00;
    font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
    }

    .session-content .session-content-discription {
     color: #727272;
 font-family: "Inter", sans-serif;
 padding-top: 10px;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
    }

.workshop-financial{
    margin-bottom: 30px;
}
.workshop-financial-card{
    border-radius: 5px;
border: 1px solid  #E2E8F0;
background: #FFF4EB;
padding: 18px 40px;
}  

.wordshop-card-body {
    padding: 15px 0px;
}
.workshop-card-title{
color: #FF6F00;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.worshop-card-discription{
color: #727272;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.toprenkedsections{
    padding-top: 50px;
}

.ratingscard-card-title{
   color: #212121;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
letter-spacing: -0.16px; 
padding-bottom: 15px;
border-bottom: solid 2px rgba(136, 136, 136, 0.53);
}
.ratingscard-card-discription{
    padding-top: 10px;
    color: #212121;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
letter-spacing: -0.14px;
}

.core-faculty-section {
    padding: 80px 0px;
}

.core-faculty-card{
border-radius: 4px;
padding: 15px;
border: 1px solid  #E2E8F0;
background: #FFF;
}

.core-faculty-card-title{
 color: #FF6F00;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;  
padding: 5px 0px; 
}
.core-faculty-card-discription{
color: #212121;
padding: 5px 0px;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}

.core-international-faculty-card{
    
border-radius: 4px;
padding: 15px;
border: 1px solid  #E2E8F0;
background: #FFF;
   display: flex;
justify-content: start;
align-items: center;
gap: 15px;   
}
.core-international-faculty-card-image {
    flex: 0 0 35%;   
}

.core-faculty-card-body {
    flex: 0 0 65%;   
    padding: 15px;
    background: #fff;
}
.core-international-faculty-card-title{
    color: #212121;
font-family: "Inter", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.core-international-faculty-card-discription{
color: #212121;
padding: 5px 0px;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}

.core-card-btn {
    margin-top: 10px;
border-radius: 5px;
background: #FF6F00;
color: #FFF;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
padding: 6px 24px;
line-height: 24px;
border: none;
}
.core-card-btn:hover{
    background-color: #000;
    
}


.need-help-eduction{
    padding: 80px 0px;
}
.need-help-eduction-card{
    background-color: #E3832F;
    padding: 15px 40px;
    border-radius: 5px;
}
.need-help-eduction-title{
 color: #FFF;
font-family: "Archivo", sans-serif;
font-size: 36px;
font-style: italic;
font-weight: 700;
line-height: normal;
}
.need-help-eduction-discription{
padding: 15px 0px;
color: #FFF;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.contactbuttonlayout{
border-radius: 5px;
background: #FFF;
color: #1A1A1A;
font-family: "Inter", sans-serif;
font-size: 18px;
padding: 16px 25px;
border: none;
font-style: normal;
font-weight: 600;
line-height: 28px; 
border: solid 1px #fff;
}
.contactbuttonlayout:hover {
    border: solid 1px #fff;
    background: #000;
    color: #fff;
}

.brochures-cards {
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    padding: 50px 30px;
    background: #FFF;
    transition: all 0.3s ease;
	min-height:332px!important;
}

.brochures-cards-title h3{
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.brochures-cards-title {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.brochures-cards-discription {
    color: #212121;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 75px;
    margin-top: -35px;
}

.brochures-cards:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

.download-btn {
    background: #ff6600;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 24px;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
}

.download-btn:hover {
    background: #e65c00;
}
  .video-testmonial-card{
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(17, 29, 94, 0.10);
  }


  
.video-thumbnail {
    position: relative;
}
.video-thumbnail img {
    width: 100%;
    display: block;
    background-size: cover;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    color: #FF6F00;
    border-radius: 50%;
    font-size: 35px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.play-btn:hover {
    background: rgba(255, 255, 255, 1);
}
.modal .btn-close {
    z-index: 1056; /* above modal */
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 6px #ED1B23;
    opacity: 1 !important;
    transition: 0.3s;
}
.modal .btn-close:hover {
    background-color: #f1f1f1;
}


.global-credentials-main{
    padding: 80px 0px;

}

.global-contnat-tabs #pills-tab {
    gap: 30px;
    justify-content: center;
}
.global-contnat-tabs .nav-link{
    border-radius: 5px;
border: 1px solid #E2E8F0;
background: #F9FAFB;
padding: 8px 32px;
color: #111827;
color: #111827;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
}
.global-contnat-tabs .nav-link.active{
background: #FF6F00;
color: #fff;
}

.global-contnat-tabs .nav-link:hover{
background: #FF6F00;
color: #fff;
}

.aims-gallery-slide {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  justify-items: center;
  grid-gap: 8px;
}

 .aims-gallery-slide .item {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

  .aims-gallery-slide img {
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}

 .aims-gallery-slide img:hover {
  opacity: 1;
  transform: scale(1.03);
}


.blogs-section{
    padding: 80px 0px;

}

.blogs-card .card{
 border-radius: 4px;
border: 1px solid #E2E8F0;
padding: 15px;
background: #FFF;   
}

.blogcategorybtn{
border-radius: 12px;
background: #FFF4EB;
padding: 5px 10px;
color: #FF6F00;
font-family: "Archivo", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

.blogcategorybtn:hover{
    background-color: #FF6F00;
    color: #fff;
}

.blogs-card .card-title{
 color: #212121;
font-family: "Archivo", sans-serif;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 28px;   
}

.blogs-card .card-text{
color: #212121;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}

.continuereadmore{
color: #FF6F00;
font-family: "Archivo", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
padding: 12px 15px;
border-radius: 2px;
border: 1px solid #E2E8F0;
background: #F9FAFB;
}
.continuereadmore:hover{
    color: #FFF;
    background-color:#FF6F00;
}
.paginationsection{
    padding: 80px 0px;
}

.paginationsection .page-item .page-link {
 border-radius: 4px;
 border: 1px solid #E9E9E9;
 background: #FFF;
 padding: 8px 12px;
 color: #000;
 margin: 0px 4px;
}

.paginationsection .page-item .page-link:focus{
 box-shadow: none;
}
.paginationsection  .page-item.active .page-link {
    background-color: #ff6600; 
    border-color: #ff6600;
    color: #fff;
}
.paginationsection .results-info {
    font-size: 14px;
    margin-top: 8px;
}



.centres-of-excellence{
    padding: 80px 0px;
}    

.centres-of-excellence-card{
    border-radius: 4px;
border: 1px solid  #E2E8F0;
background: #FFF;
padding: 25px;
min-height: 330px;
}

.centres-of-excellence-card-title h2{
    color: #212121;
font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 32px;
display: flex;
justify-content: start;
align-items: center;
}
.centres-of-excellence-card-title{
    color: #212121;
font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 32px;
display: flex;
justify-content: start;
align-items: center;
}
.centres-of-excellence-card-discription{
    padding-top: 15px;
color: #212121;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.centres-excellencesimage-section{
    padding: 80px 0px;
}



.aims-family-cotainer{
 background: #FFF4EB;   
 padding: 32px 33px;
}

.paymentfrom {
    padding: 80px 0px;
}
.formlayout{
 padding: 25px;   
border-radius: 4px;
border: 1px solid  #E2E8F0;
background: #FFF;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.formlayout .form-label{
    color: #212121;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
letter-spacing: 0.24px;
}
.formlayout .form-control{
border-radius: 5px;
padding: 12px;
border: 1px solid #E4E6E8;
background: #F9FAFB;
}

.formlayout select{
border-radius: 5px;
padding: 12px;
border: 1px solid #E4E6E8;
background: #F9FAFB;
}
.formlayout input:focus{
    box-shadow: none;
}

.formlayout select:focus{
    box-shadow: none;
    border: 1px solid #E4E6E8;
}




.week-box h2{
  font-family: "Archivo", sans-serif;
 font-style: italic;
  color: #fff;
  width: max-content;
  display: flex;
  padding: 5px 50px 5px 10px;
  align-items: center;
  justify-content: left;
  font-size: 36px;
  font-weight: 700;
}

.week-1 {
  background-color: #E3832F; 
}

.week-2 {
  background-color: #E3832F; 
}

.admission-timeline {
  position: relative;
  padding: 50px 0;
}

.timeline {
  position: relative;
  
}

.timeline {
  position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #000000;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: orange;
  border-radius: 50%;
  box-shadow: 0 0 0 10px transparent; 
  outline: 2px dashed black;
  outline-offset: 6px; 
  z-index: 1;
}

.timeline-end {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 11px;
  height: 11px;
  background: orange;
  border-radius: 50%;
  outline: 2px dashed black;
  outline-offset: 6px; 
   z-index: 1;
}

.timeline-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 60px 0;
  position: relative;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* Connector */
.timeline-connector {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 2px;
  border-top-style: dashed;
  border-top-width: 2px;
  z-index: 1;
}
.timeline-row.left .timeline-connector { right: 50%; }
.timeline-row.right .timeline-connector { left: 50%; }

/* Base Card */
.timeline-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  width: 40%;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
}

/* Left & Right alignment for cards */
.timeline-row.left .timeline-card { 
  margin-right: auto; 
  border-left: 5px solid transparent;
}
.timeline-row.right .timeline-card { margin-left: auto; }

/* Number circle inside card */
.event-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid currentColor;
  background: #fff;
}
.timeline-row.left .event-number { right: -25px; }
.timeline-row.right .event-number { left: -25px; }

.selection-points {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.selection-points li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.selection-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #212121;
  font-size: 20px;
  line-height: 20px;
}



/* Step 1 */
.card-step1 { border: 1px solid #29BFCD; background: #FFF; box-shadow: -4px 4px 0 0 #29BFCD; border-radius: 16px;}
.event-number.step1 { color: #29BFCD; border: 8px solid #29BFCD;}
.timeline-dot.step1 { background: #29BFCD; }
.timeline-connector.step1 { border-top: 2px dashed #29BFCD;}

/* Step 2 */
.card-step2 { border: 1px solid #185571; background: #FFF; box-shadow: 4px 4px 0 0 #185571; border-radius: 16px; }
/* .timeline-row.left .card-step2 { border-left-color: #185571; } */
.event-number.step2 { color: #185571; border: 8px solid #185571;}
.timeline-dot.step2 { background: #185571; }
.timeline-connector.step2 { border-top: 2px dashed #185571; }

/* Step 3 */
.card-step3 { border: 1px solid #F68D2F;; background: #FFF; box-shadow: -4px 4px 0 0 #F68D2F;; border-radius: 16px; }
.event-number.step3 { color: #F68D2F; border: 8px solid #F68D2F; }
.timeline-dot.step3 { background: #F68D2F; }
.timeline-connector.step3 { border-top: 2px dashed #F68D2F; }


/* Step 4 */
.card-step4 { border: 1px solid #EC4557; background: #FFF; box-shadow: 4px 4px 0 0 #EC4557;  }
.timeline-row.left .card-step4 { border-left-color:  #EC4557;}
.event-number.step4 { color: #EC4557; margin-top: -140px; border: 8px solid #EC4557;}
.timeline-dot.step4 { background: #EC4557; margin-bottom: 280px; }
.timeline-connector.step4 { border-top: 2px dashed #EC4557; margin-top: -140px;}

/* Step 5 */
.card-step5 { border: 1px solid #F1B41D; background: #FFF; box-shadow: -4px 4px 0 0 #F1B41D; border-radius: 16px; }
.event-number.step5 { color: #F1B41D; border: 8px solid #F1B41D; }
.timeline-dot.step5 { background: #F1B41D; }
.timeline-connector.step5 { border-top: 2px dashed #F1B41D; }

/* Step 6 */
.card-step6 {border: 1px solid #00837E; background: #FFF; box-shadow: -4px 4px 0 0 #00837E; border-radius: 16px; }
.event-number.step6 { color: #00837E; border: 8px solid #00837E; }
.timeline-dot.step6 { background: #00837E; }
.timeline-connector.step6 { border-top: 2px dashed #00837E; }


/* Step 7 */
.card-step7 { border: 1px solid #8B5C6C; background: #FFF; box-shadow: 4px 4px 0 0 #8B5C6C; border-radius: 16px; }
.timeline-row.left .card-step2 { border-left-color: #8B5C6C; }
.event-number.step7 { color: #8B5C6C;margin-top: -140px; border: 8px solid #8B5C6C; }
.timeline-dot.step7 { background: #8B5C6C; margin-bottom: 280px; }
.timeline-connector.step7 { border-top: 2px dashed #8B5C6C; margin-top: -140px; }

.timeline-heading {
  color: #212121;
  font-family: "Archivo", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}


.timeline-para p {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px; 
}

.timeline-para .apply-online {
  color: #DA442C;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.desktop-timeline {
  display: block;
}
.mobile-timeline {
  display: none;
}

.admission-timeline { display: block; }          
.admission-timeline-mobile { display: none; }   



/* Paragraph */
.global-exposure-description p {
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; 
  margin-bottom: 16px;
}


.global-exposure-button {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; 
  background: #FF6F00 !important;   
  border: none;
  padding: 10px 24px;
  border-radius: 5px;   
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.global-exposure-button:hover {
  background: #e65f00 !important;  
}

.global-exposure-heading {
  color: #212121 !important;
  font-family: Inter, sans-serif;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}


.bangaloremostsubheadings {
    color: #212121;
    font-family: "Archivo", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 15px;
}

.aims-family-welcomecontant ul li {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.grievance-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-radius: 6px;
    transition: 0.3s;
    background: #fff;
    margin-bottom: 0px;
}

.grievance-number {
    border-radius: 4px;
    background: #FFF8E1;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 15px;
    min-width: 50px;
    text-align: center;
}

.grievance-title {
color: #212121;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 30px; 
}

.grievance-text {
color: #4B5563;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}


.contact-us-sections{
    padding: 80px 0px;
}

.reach-quickly{
padding: 40px 80px;    
background:  #FFF;
background: linear-gradient(to right, #ffffff 70%, #E3832F 100%);
box-shadow: 0 125.333px 177.778px -142px rgba(25, 58, 75, 0.30);
}

.contact-formlayout .form-control {
      border-radius: 0px;
      border-top:none;
      border-left: none;
      border-right: none;
      padding: 15px;
      margin-bottom: 15px;
    
}
.contact-formlayout input:focus{
    box-shadow: none;
    border-color:rgba(0, 0, 0, 0.20) ;
}
.contact-formlayout select:focus{
    box-shadow: none;
    border-color:rgba(0, 0, 0, 0.20) ;
}
.contact-formlayout textarea:focus{
    box-shadow: none;
    border-color:rgba(0, 0, 0, 0.20) ;
}

   .contact-formlayout .btn-orange {
      background: #ff6600;
      color: #fff;
      font-weight: 500;
      border-radius: 8px;
      padding: 12px 25px;
      border: none;
      color: #FFF;
text-align: center;
 font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height:28px;
text-transform: capitalize;
    }
    .contact-formlayout .btn-orange:hover {
      background: #e65c00;
    }
    .contact-formlayout input::placeholder{
        color: #8E8E8E;
 font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height:28px; 
letter-spacing: 0.444px;
    }
    .contact-formlayout .form-control{
               color: #8E8E8E;
 font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height:28px; 
letter-spacing: 0.444px; 
    }
  .contact-formlayout select option{
        color: #8E8E8E;
 font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height:28px; 
letter-spacing: 0.444px;
    }
.contact-formlayout textarea::placeholder{
color: #8E8E8E;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height:28px; 
letter-spacing: 0.444px;
}
.quickly-contact-card{
    display: flex;
    gap: 12px;
    align-items: center;
}    
    .quickly-contact-card-title{
        color:  #000;
 font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px; 
letter-spacing: 0.231px;
    }
.quickly-contact-card-discription {
color: #DD5471;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.231px;
}
.office-hours-heading{
 color: #000;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;   
}
.office-hours ul li{
    color: #8E8E8E;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
padding-bottom: 5px;
font-weight: 400;
line-height: 32x; 
}
.contact-ifremelayout iframe{
    height: 850px!important;
}
.bangaloretabssubheading h3{
color: #212121;
font-family: "Archivo", sans-serif;
font-size: 26px;
font-style: italic;
font-weight: 500;
line-height: 34px;
padding-bottom: 20px;
}
.bangaloretabssubheading {
color: #212121;
font-family: "Archivo", sans-serif;
font-size: 26px;
font-style: italic;
font-weight: 500;
line-height: 34px;
padding-bottom: 20px;
}


.rankings-credentials-cards {
border-radius: 12px;
border-top: 4px solid #F6951D;
background: #FFF;
box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
padding: 30px;
min-height: 280px;
}
.rankings-credentials-cards-Star{
    color: #F6951D;
text-align: center;
font-family: "Archivo", sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 58px; 
padding-bottom: 10px;
}

.rankings-credentials-cards-title {
    color: #0A1A42;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
padding-bottom: 10px;
}

.rankings-credentials-cards-title h3 {
    color: #0A1A42;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
}

.rankings-credentials-cards-discription{
    color: #4B5563;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
}

.global-presence-alumni-card{
    padding: 30px;
}
.global-presence-alumni-card-Star img{
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    padding-bottom: 10px;
}


.global-presence-alumni-card-title {
    color: #0A1A42;
text-align: center;
font-family: "Archivo", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 46px; 
padding-bottom: 10px;
}

.global-presence-alumni-card-title h3{
    color: #0A1A42;
text-align: center;
font-family: "Archivo", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 46px; 
}
.global-presence-alumni-card-discription{
    color: #4B5563;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 30px; 
}


.placements-roi-cards{
 
    padding: 25px;
}

.placements-roi-cards-Star{
    color: #F6951D;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 70px; 
letter-spacing: -1.5px;
}
.placements-roi-cards-discription{
    color: #E5E7EB;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
}

.national-rankings-cardshortdis{
    color: #6B7280;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}

.international-industry-cards{
    border-radius: 12px;
border-bottom: 4px solid #F6951D;
background: #FFF;
padding: 20px;
box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
min-height: 150px;
}

.international-industry-cards-Star{
    color: #F6951D;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; 
padding-bottom: 10px;
}
.international-industry-cards-Star h3{
    color: #F6951D;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; 
}
.international-industry-cards-discription{
    color: #0A1A42;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
}

.legacy-innovation-cards{
    border-radius: 12px;
border: 1px solid #F3F4F6;
background: #F8F9FB;
padding: 30px;
}

.legacy-innovation-cards-Star img {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
}

.legacy-innovation-cards-title{
    color: #0A1A42;
font-family: "Archivo", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 40px; 
padding-bottom: 10px;
}

.legacy-innovation-cards-title h3{
    color: #0A1A42;
font-family: "Archivo", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 35px; 
}

.legacy-innovation-cards-discription{
    color: #4B5563;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
}


.specializations-offered-card {
    border-radius: 16px;
border: 1px solid #F3F4F6;
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
padding: 30px;
display: flex;
flex-direction: column;
height: 100%;
}

.spcializations-offered-card-title  h3{
  color: #FF6A00;
font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 34px; 
padding-bottom: 15px;
}

.specializations-offered-card-contant ul {
    list-style: none;
   margin-left: 0px;
   padding-left: 0px; 
}

.specializations-offered-card-contant ul li {
    color: #374151;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; 
padding-bottom: 10px;

}



.finance-section {
    padding: 20px 0px;
    background: #fff;
    border-bottom: 1px solid #F3F4F6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.financeiconlayout  {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.financeiconlayout  img{
    width: 60px;
    height: 60px;
    margin: auto;
}

.financeiconlayout  .financeiconheading {
  color: #475569;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; 
}


.mba-specialization-section {
    padding: 80px 0px;
}


.mba-specialization-subheading {
    color: #F97316;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; 
letter-spacing: 0.7px;
text-transform: uppercase;
padding-bottom: 10px;
}

.program-overview-card {
    border-radius: 16px;
border: 1px solid #FFEDD5;
background: #FFF7ED;
padding: 30px;
}


.program-overview-card-title h3{
    color: #1E293B;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
padding-bottom: 10px;
}

.program-overview-card-discription p{
 color: #334155;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
padding-bottom: 10px; 
}

.program-keypoint-list ul {
    list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}
.program-keypoint-list ul li {

    color: #475569;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
padding-bottom: 14px;

}

.curriculum-breakdown-haedings {
    color: #1E293B;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 26px; 
background: #F1F5F9;
padding: 5px;
}

.curriculum-breakdown-layout-list ul {
   margin-left: 10px;
   padding-left: 10px;
}

.curriculum-breakdown-layout-list ul li {
color: #475569;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
padding-bottom: 10px;
}


.semester-finance-card{
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
border: 1px solid #E5E7EB;
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.semester-finance-card-title {
    color: #F97316;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
border-radius: 4px;
background: rgba(249, 115, 22, 0.10);
padding: 5px 10px;
width: fit-content;
}

.semester-finance-card-list ul{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.semester-finance-card-list ul li{
   color: #475569;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
padding-bottom: 10px;
}


.course-objectives-list ul {
   margin-left: 0px;
   padding-left: 0px; 

}

.course-objectives-list ul li{
   color: #475569;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
padding-bottom: 10px;
}

.industry-associates-card-layout {
    border-radius: 16px;
border: 1px solid #F3F4F6;
background: #FFF;
box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
}

.industry-associates-card-heading {
    padding: 16px;
    background: #F97316;
    color: #FFF;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
border-radius: 10px 10px 0px 0px;
}

.industry-associates-card-body{
    padding: 20px;
}

.industry-associates-card-title {
    color: #F97316;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
text-transform: uppercase;
}
.industry-associates-card-discription {
    color: #4B5563;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}

.semester-finance-card-titles {
    color: #F97316;
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
border-radius: 4px;
border: 1px solid #FFEDD5;
background: #FFF7ED;
padding: 4px 8px;
width: max-content;
text-align: center;
margin-right: 10px;
}
.semester-finance-card-list {
   display: flex;
    flex-wrap: wrap;
}

.semester-finance-card-list .semester-finance-card-titles {
    width: auto;   /* 2 columns */

}

.semester-discrition {
    color: #475569;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: 24px; 
}



.assurance-credibility-section {
    padding: 80px 0px;
}

.assurance-credibility-card {
border-radius: 16px;
background: #F4F5F7;
padding: 25px;
}

.assurance-credibility-card-title {
    color: #000;
font-family: "Archivo", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
padding-bottom: 10px;
}


.assurance-credibility-card-title  h2{
    color: #000;
font-family: "Archivo", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
}

.assurance-credibility-card-discription {
    color: #5D5D5D;
font-family: "Archivo", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 28px */
}

.government-approvals-section {
    padding: 80px 0px;

}

.government-approvals-card{
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.10);
background: #FFF;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.30), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
height: 100%;
display: flex;
flex-direction: column;
}

.government-approvals-card-body {
    padding: 20px;
}

.government-approvals-card-body-title {
 color: #000;
font-family: "Archivo", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
padding-bottom: 15px;
}


.government-approvals-card-body-title h3{
 color: #000;
font-family: "Archivo", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
}

.government-approvals-card-body-shortlink a{
    color: #818181;
font-family: "Archivo", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
}

.proud-batches-card {
    padding: 20px;
    border-radius: 4px;
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.proud-batches-card-body {
    padding: 20px;  
}
.proud-batches-card-body-subtitle {
    color: #212121;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
padding-bottom: 10px;
}
.proud-batches-card-body-title{
    color: #212121;
font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 34px;
line-height: normal;
padding-bottom: 10px;
}

.proud-batches-card-body-title h3{
    color: #212121;
font-family: "Archivo", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 34px;
line-height: normal;
padding-bottom: 10px;
}


.proud-batches-card-body-discription{
    color: #212121;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}

.proud-batches-section {
    padding: 80px 0px;
}
.lifeAtAimsColage{
    padding-top: 80px !important;
}
.lifePara{
    color: #2D2E2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
section.container-fluid.lifeAtAimsColage .row .col-lg-3:nth-child(1) {
    width: 33% !important;
}
.designBoundry{
    border-radius: 15px;
    background: #FDF6EA;
    padding: 30px 24px 24px 24px !important;
    border-radius: 15px;
    border: 3px solid #FF6F00;
}