.heroBGWeb {
    width: 100%;
}
.customContainer.heroContainer {
    position: absolute;
    align-items: flex-start;
    justify-content: flex-start;
}
.heroContainer .trusted-students {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}
.trusted-avatars {
    display: flex;
    margin-right: 16px;
}
.avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
    display: inline-block;
}
.avatar:nth-child(n + 2) {
    margin-left: -5px;
}
.search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #23915a;
    border-radius: 30px;
    height: 60px;
    overflow: hidden;
    padding: 8px;
    background-color: transparent;
    backdrop-filter: blur(40px);
}
.search-bar i {
    font-size: 24px;
    color: #ffffff;
}
.search-bar input {
    border: none;
    background: none;
    font-size: 16px;
    color: #000000 !important;
}
.search-bar input:focus {
    outline: none;
    box-shadow: none;
    background: none;
}
.search-bar input::placeholder {
    color: #000000;
}
.search-bar button {
    height: 40px;
    width: 40px;
    padding: 0px;
    border: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: italic;
    color: #021e48;
}
.search-bar button img {
    width: 100%;
    height: 100%;
}
/* ABOUT */
.aboutBGWeb {
    width: 100%;
    max-height: 880px !important;
    object-fit: cover;
    object-position: bottom;
}
.aboutBGMob {
    display: none;
}
.customContainer.aboutCon {
    z-index: 3;
    position: absolute;
    flex-direction: column;
    height: 90%;
    align-items: flex-start;
    justify-content: space-between;
    /* width: 100%; */
}
.customContainer.aboutCon .aboutConHeading {
    /* width: 100%; */
    color: #ffffff;
    margin: 0 auto;
}
.BtnBoxSlider {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    position: relative;
}
.BtnBoxSlider .arroeIcon {
    height: 80px;
    cursor: pointer;
    transition: 0.3s;
}
.BtnBoxSlider .explorePrev,
.BtnBoxSlider .aboleft {
    margin-right: 1.5rem;
}
.BtnBoxSlider .exploreNext,
.BtnBoxSlider .aboright {
    margin-left: 1.5rem;
}
/* .countBox {
    transition: transform 0.3s ease;
} */
.arroeIcon {
    filter: brightness(0) saturate(100%) invert(51%) sepia(58%) saturate(680%)
        hue-rotate(95deg) brightness(94%) contrast(92%);
}
.arroeIcon:hover {
    filter: brightness(0) saturate(100%) invert(51%) sepia(58%) saturate(680%)
        hue-rotate(95deg) brightness(94%) contrast(92%);
    transform: scale(1.1);
    transition: 0.3s;
}
.filterBgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.8) 32.64%,
        rgba(0, 0, 0, 0) 100%
    );
}
.countBox {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #096337;
}
.aboutSliderH,
.aboutSlider {
    /* margin-top: 14rem; */
    width: 100%;
}
.sliAbItm {
    position: relative;
    margin: 0 0.5rem;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #ffffff;
}
.abtCont {
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.slideActiveItem {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.imgBoxActive {
    width: 31.5% !important;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ffffff;
}
.activeItemImg {
    width: 100%;
}
.ActiveItemDetails {
    flex: 1;
}
.activeImgTitel {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.abtCont,
.activeImgTitel {
    padding: 0.8rem;
}
.activeTitle {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #ffffff;
}
.exploreBtn {
    height: 50px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    line-height: 180%;
    letter-spacing: 0%;
    border-radius: 4px;
}
.exploreBtn span {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.exploreBtn:hover {
    color: #021e48;
}
.exploreBtn:hover span {
    background: #ffffff;
    -webkit-background-clip: text;
}
/* COUNTS */
.countContainer {
    margin-top: 5rem;
    z-index: 100;
    padding: 4rem;
    border: 1px solid #a41a1f;
    box-shadow: 4px 4px 17px 0px #00000040;
    position: relative;
    /* border-radius: 12px; */
    background-image: url("../images/eventbackground.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 90%;
    border-radius: 12px;
    overflow: hidden;
    /* background-size: auto 100%; */
}
.countContainer h2 {
    max-width: 600px;
}
.countContainer h6 {
    max-width: 490px;
}
.infoContainer {
    margin-bottom: 5rem;
}

.infoMBox {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.info-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.info-card h6 {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.treeBg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
}
.latestEventbtn {
    border: 1px solid #23915a;
    height: 55px;
    width: 280px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    transition: 0.3s;
}
.latestEventbtn span {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: 0.3s;
    margin-top: 1px;
}
.latestEventbtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    transition: 0.3s;
}
.latestEventbtn:hover span {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.registerBtn {
    border: 1px solid #23915a;
    height: 55px;
    width: 280px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: -1.5rem;
    background-color: #ffffff;
    transition: 0.3s;
}
.registerBtn span {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: 0.3s;
}
.registerBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    transition: 0.3s;
}
.registerBtn:hover span {
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.infoTcard {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    transition: 0.3s;
}
.infoTcard img {
    height: 60px;
}
.infoTcard:hover h6 {
    color: #510800;
    font-weight: 600;
    transition: 0.3s;
}

.infoTcard:hover img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(90%) saturate(3000%)
        hue-rotate(350deg);
}
.infoTcard a span:hover{
    color: #054b28;
}

/* Explore */
.exploreContainer {
    margin: 5rem 0;
}
.exploteTitle {
    text-shadow: 4px 4px 0px #00000080;
    -webkit-text-stroke: 1px #017197;
}
.exploreFilter {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.exploreFilter .form-select {
    background: none;
    min-width: 100px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
}
.exploreFilter .form-select:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    color: #000;
}
.jurneyBtn {
    height: 50px;
    padding: 0 2rem;
    background-color: #ffffff;
    color: #23915a;
    display: flex;
    border-radius: 4px;
    align-items: center;
    border: none;
    border: 1px solid #000;
    transition: 0.3s;
}
.jurneyBtn:hover {
    background-color: #096236;
    color: #ffffff;
    transition: 0.3s;
}
.exploreFilter .form-select option {
    color: #000;
}

/* ----------- */
.filter-btns {
    gap: 1.5rem;
}
.filter-btns .Tabbtn {
    border-radius: 4px;
    height: 50px;
    font-weight: 300;
    display: flex;
    min-width: 150px;
    align-items: center;
    justify-content: center;
    padding: 0rem 1.5rem;
    background: #ffffff0d;
    color: #000;
    border: 1px solid #000;
    transition: 0.3s;
}
.filter-btns .Tabbtn.active,
.filter-btns .Tabbtn:hover {
    background-color: #096337;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}
.exploreCard {
    height: 470px;
    margin: 0 1em;
    margin-bottom: 2rem;
    background: #ffffff66;
    padding: 10px;
    border-radius: 12px;
    position: relative;
}
.exploreCardImg {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 4px;
}
.exploreCardBody {
    margin-top: 1rem;
}
.applyBtn {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    width: 90%;
    background: #fff;
    border: 1px solid #23915a;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #23915a;
    font-weight: 600;
}
.applyBtn:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
}
.exploreCard:hover .applyBtn {
    display: flex;
}

/* Application */
.applicationContainer {
    margin: 4rem 0;
    margin-bottom: 7rem;
}
.applicationBtn {
    height: 50px;
    padding: 0 1rem;
    max-width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    color: #23915a;
    border: 1px solid #23915a;
    background: #fff;
}
.applicationBtn:hover {
    color: #9c7c29;
}
.applicationItemBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.applicationcard {
    display: flex;
    width: 24%;
    flex-direction: column;
}
.applicationcard img {
    width: 55px;
}
.numberBox {
    background: linear-gradient(180deg, #d4af37 0%, #9c7c29 50%, #b8860b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-left: -10px !important;
}
.mgBx{
    padding: 10px;
    border-radius: 4px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}
.apbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.applicationcard h6 {
    line-height: 150%;
}
.BookN {
    position: absolute;
    bottom: 0.5rem;
    left: 16%;
}
.treeB {
    position: absolute;
    bottom: 0;
    right: 0;
}
.storiesBGImg {
    background-color: #222222;
}
/* Stories */
.storiesContainer {
    margin: 5rem 0;
}
.storyTitle {
    height: 64px;
}

.blog-card {
    height: 100%;
    padding: 0.7rem;
    margin: 0 0.8rem;
    background: linear-gradient(
        149.32deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff4d;
    height: 430px;
    border-radius: 12px;
    margin-bottom: 2rem;
    position: relative;
}
.blog-image {
    height: 280px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.blog-content {
    margin-top: 0.7rem;
}
.blog-content .readmoreBtn {
    position: absolute;
    bottom: -1.5rem;
    left: 2.5%;
    width: 95%;
    background-color: #fff;
    border: 1px solid #23915a;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    color: #23915a;
    z-index: 10;
    transition: 0.3s;
}
.readmoreBtn i {
    font-size: 18px;
    font-weight: 600;
}
.blog-card:hover .readmoreBtn {
    display: flex;
}
.blog-content .readmoreBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #ffffff;
    transition: 0.3s;
}
.links-section {
    height: 94%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.links-section ul {
    padding-left: 0;
}

.links-section li {
    border-bottom: 1px solid #f9e6e6;
    cursor: pointer;
    padding: 1.3rem 0;
}
.links-section li:first-child {
    padding-top: 0;
}
.links-section .active {
    color: #fff;
}
.links-section li:hover {
    color: #fff;
}
.storiesContainer .viewBtn {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #23915a;
    transition: 0.3s;
}
.storiesContainer .viewBtn i {
    font-size: 18px;
    font-weight: 600;
}

.viewBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #ffffff;
    transition: 0.3s;
}
.storyTab {
    display: none;
}
.storyTab.active {
    display: block;
}
/* CHOOSE */
.chooseContainer {
    margin: 5rem;
}
.chhoseSlider {
    margin-top: 3rem;
    position: relative;
}
.chhoseSlider .owl-dots {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}
.chhoseSlider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #23915a33 !important;
    transition: background 0.3s ease;
}
.chhoseSlider .owl-dot.active {
    width: 30px;
    border-radius: 8px;
    background: #23915a !important;
}
.chhoseSlider .owl-nav {
    display: flex;
    justify-content: space-between;
    top: 50%;
    width: 105%;
    left: -2.5%;
    height: 50px;
    position: absolute;
    z-index: 10;
}
.chhoseSlider .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100;
    background-color: #ffff !important;
    border: 1px solid #23915a !important;
    color: #23915a !important;
    border-radius: 50%;
    transition: 0.3s;
}
.chhoseSlider .owl-nav button span {
    font-size: 24px;
    font-weight: 600;
}
.chhoseSlider .owl-nav button:hover {
    background-color: #23915a !important;
    color: #fff !important;
}
.chhoseSlider .owl-nav button:hover span {
    color: #fff;
    transition: 0.3s;
}
.choseCard {
    margin: 0 1rem;
    display: flex;
    align-items: flex-start;
}
.choseCardImgBox {
    position: relative;
}
.chooseImg {
    width: 300px !important;
    max-width: unset !important;
    border-radius: 12px;
    border: 1px solid #23915a;
}

.bottom-image,
.aboutBGWeb,
.aboutBGMob,
.activeItemImg,
.aboutSI {
    max-width: 100%;
    height: auto;
}

/* .exploreCardImg and .blog-image have specific heights with !important - do not override */
.overlayerBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 12px 12px;
}
.overlayerTitel {
    -webkit-text-stroke: 1px #fff;
    margin: 0;
    line-height: 100%;
    font-size: 84px;
}
.choosebody {
    padding: 0.5rem 1rem;
}
.chhoseBtn {
    margin-top: 1rem;
    background: linear-gradient(360deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.chhoseBtn:hover {
    background: linear-gradient(#510800, #510800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.chhoseBtn i {
    font-size: 18px;
    font-weight: 600;
}
/* REVIEW */

.reviewContainer {
    position: absolute;
    z-index: 5;
}
.reviewSlider {
    margin-top: 2rem;
}
.reviewCard {
    margin: 0 1rem;
    background-color: #fff;
    border: 1px solid #a41a1f;
    padding: 1.5rem;
}
.reviewCard .userImgs {
    width: 50px !important;
    height: 50px;
}
.applConMob {
    display: none;
}
.reviewBGMob {
    display: none;
}
.storyTitleM {
    display: none;
}
.viewAll {
    display: none;
}
.heroBGMob {
    display: none;
}
.BtnRegister {
    display: none;
}
.chooseMobBox {
    display: none !important;
}
.customContainer.flex-column.reviewContainer {
    position: absolute;
}
.reviewBG {
    max-height: 840px;
    z-index: 1;
    width: 100%;
}

.reviewBGMob {
    display: none;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.reviewContainer {
    position: relative;
}

.reviewSlider {
    margin-top: 2rem;
    position: relative;
    transition: transform 0.15s ease, cursor 0.2s ease;
}

/* Mouse tracking cursor styles */

.reviewCard .userImgs {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.storiesMobBtn,
.applicationBtnMob,
.BtnBoxSliderMob {
    display: none;
}
.BtnBoxSliderWeb {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    bottom: 325px;
}
/* Hide default owl navigation */
.owl-nav button {
    display: none !important;
}
/* ===================== */
.contactContainer {
    margin: 5rem 0;
    position: relative;
}
.contactPointBox {
    margin-top: 1.5rem;
}
.pointBox {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.numberItem {
    color: #fff;
    -webkit-text-stroke: 1.5px rgba(164, 26, 31, 0.2);
    display: inline-block;
}
.borderBoxContact {
    width: 600px;
    padding: 10px 30px 10px 80px;
    border: 1px solid #a41a1f;
    border-radius: 8px;
    position: relative;
    margin: 10px 0;
}
.borderBoxContact img {
    left: 10px;
    height: 60px;
    top: -20px;
    background-color: #faf7f2;
    position: absolute;
}
.borderBoxContact h6 {
    line-height: 30px;
    font-size: 20px;
}
.contactModal {
    position: absolute;
    bottom: 0;
    right: 200px;
    min-height: 800px;
    width: auto;
}
.contactForm {
    z-index: 10;
    position: absolute;
    width: 370px;
    right: 10%;
    padding: 1rem;
    border: 0.5px solid #a41a1f;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 0px #00000040;
}
.contactForm .submitBtn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 4px;
    color: #23915a;
    background: #fff;
    border: 1px solid #23915a;
    transition: 0.3s;
}
.submitBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #ffffff;
    transition: 0.3s;
}
.contactForm h6 {
    margin-bottom: 2rem;
}
.form-group {
    margin-bottom: 2rem;
    text-align: left;
    position: relative;
}
.form-label {
    position: absolute;
    left: 1.2rem;
    top: -0.9rem;
    z-index: 2;
    background-color: #fff;
}
.form-control {
    border: 1px solid #d2d2d2;
    border-radius: 0;
    height: 50px;
    padding: 0 20px !important;
}
.form-control:focus {
    border-color: #23915a !important;
    box-shadow: none !important;
}
.form-label {
    transition: color 0.3s ease;
}

.form-group:has(input:focus) .form-label {
    color: #23915a;
}
.form-group:has(select:focus) .form-label {
    color: #23915a;
}

.nwThhomeSection {
    width: 100%;
    padding: 124px 0 468px;
    position: relative;
    overflow: hidden;
}

/* LCP optimization - Hero banner images positioned as background */
.heroBannerImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center bottom;
    z-index: 0;
}
.heroBannerWeb {
    display: block;
    aspect-ratio: 1920 / 1080;
}
.heroBannerMob {
    display: none;
    aspect-ratio: 768 / 1024;
}
.nwThhomeSection .heroContainer {
    width: 90%;
    position: relative;
    z-index: 1;
}
.nwThhomeSection {
    margin-top: 110px;
}
.heroLeftSide {
    width: 45%;
}
.heroLeftSide h1 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    font-family: "Bebas Neue";
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 79.2px */
    letter-spacing: 1.44px;
    text-transform: uppercase;
    background: linear-gradient(180.54deg, #23915a 0.47%, #054b28 92.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1.2) translateX(8%);
    display: flex;
    flex-direction: column;
}
.ribonbg {
    background: #222222 url(../images/ribon.webp) no-repeat center;
    background-size: 70% 100%;
}
.selectBoxItem::after {
    content: "";
}
/* Responsive */
@media screen and (min-width: 3501px) {
    .NavLinks li .linkBtn {
        background-size: 38px 48px;
        padding-right: 42px;
    }
    .chhoseBtn {
        width: 100%;
    }
    .heroLeftSide h1 {
        font-size: 150px;
        margin: 0 0 30px 0;
    }
    .heroContainer .trusted-students {
        margin-top: 20px;
    }
    .contactForm {
        width: 800px;
        padding: 50px;
    }
    .form-control {
        height: 100px;
        padding: 16px 20px !important;
        font-size: 38px !important;
    }
    .iti input {
        padding-left: 90px !important;
    }
    input::placeholder {
        font-size: 38px !important;
    }
    .contactForm .submitBtn {
        height: auto;
        padding: 13px 20px;
        font-size: 40px !important;
    }
    .marqueSlider .item {
        font-size: 38px;
    }
    .titel14 {
        font-size: 22px;
    }
    .applicationBtn {
        max-width: 500px;
        height: auto;
        font-size: 30px;
    }
    .textPointer p {
        font-size: 24px;
    }

    .borderBoxContact {
        width: 575px;
    }
    .registerBtn {
        width: 600px;
        height: 90px;
    }
    .nwThhomeSection {
        min-height: 1900px;
    }
    .starcity {
        min-height: 1400px;
    }
    .choosebody h3.titel18 {
        font-size: 50px;
    }
    .choosebody .titel16 {
        font-size: 42px;
    }
    .choosebody {
        padding: 30px 20px;
    }
    .aboutBGWeb {
        max-height: 1400px !important;
    }
    .customContainer.aboutCon {
        height: 85%;
    }
    .borderBoxContact {
        width: 950px;
    }
    .chhoseBtn {
        font-size: 36px;
    }
    .chhoseBtn i {
        font-size: 36px;
    }
    .countBox {
        width: 130px;
        height: 130px;
        font-size: 36px !important;
    }
    .exploreCardImg {
        height: 450px !important;
    }
    .exploreCard {
        height: auto;
        min-height: 900px;
    }
    .applicationBtn {
        max-width: 90%;
        font-size: 35px !important;
        padding: 15px 20px;
    }
    .trusted-students .titel20 {
        font-size: 36px;
    }
    .form-label.titel16 {
        font-size: 34px;
    }
    .contactForm h6 {
        font-size: 42px;
        margin-bottom: 41px !important;
    }
    .pointBox {
        margin-bottom: 46px;
    }
    .exploreCardBody .titel12 {
        font-size: 36px;
    }
    .infoContainer .titel48 {
        font-size: 90px;
    }
    .exploreCardBody .ph-star {
        font-size: 30px;
    }
    .filter-btns .Tabbtn {
        height: 80px;
    }
    .countBox .titel18 {
        font-size: 28px;
    }
    .contactContainer {
        margin: 100px auto;
    }
    .countContainer h2 {
        max-width: 1000px;
    }
    .countContainer h6 {
        max-width: 850px;
        margin-top: 10px !important;
    }
    .latestEventbtn.mt-3 {
        margin-top: 30px !important;
    }
    /* =============== */
    .borderBoxContact h6 {
        line-height: 58px;
        font-size: 48px;
    }
    .borderBoxContact {
        padding: 28px 30px 28px 180px;
        width: 1100px;
    }
    .borderBoxContact img {
        left: 40px;
        height: 100px;
        top: -20px;
    }
    .fstCild.titel16 {
        font-size: 48px;
    }
    .fstCild.titel16 {
        font-size: 52px;
    }
    .contactModal {
        min-height: 1300px;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .NavLinks li .linkBtn {
        background-size: 32px 48px;
        padding-right: 34px;
    }
    .heroLeftSide h1 {
        font-size: 120px;
        margin: 0 0 30px 0;
    }
    .heroContainer .trusted-students {
        margin-top: 20px;
    }
    .contactForm {
        width: 800px;
        padding: 50px;
    }
    .form-control {
        height: 90px;
        font-size: 26px !important;
    }
    .contactForm .submitBtn {
        height: auto;
        padding: 13px 20px;
    }
    .marqueSlider .item {
        font-size: 28px;
    }
    .titel14 {
        font-size: 22px;
    }
    .applicationBtn {
        max-width: 90%;
        font-size: 30px !important;
        padding: 15px 20px;
        height: auto;
    }
    .textPointer p {
        font-size: 24px;
    }

    .borderBoxContact {
        width: 655px;
    }
    .registerBtn {
        width: 550px;
        height: 64px;
    }
    .exploreCardImg {
        height: 425px !important;
    }
    .exploreCard {
        height: auto;
        min-height: 700px;
    }
    .aboutBGWeb {
        max-height: 1200px !important;
    }
    .countBox {
        width: 130px;
        height: 130px;
        font-size: 36px !important;
    }
    .pointBox {
        margin-bottom: 40px;
    }
    .choosebody h3.titel18 {
        font-size: 46px;
    }
    .choosebody .titel16 {
        font-size: 36px;
    }
    .choosebody {
        padding: 30px 20px;
    }
    .chhoseBtn {
        width: 254px;
        font-size: 30px;
    }
    .chhoseBtn i {
        font-size: 30px;
    }
    .countContainer h6 {
        max-width: 850px;
        margin-top: 10px !important;
    }
    .latestEventbtn.mt-3 {
        margin-top: 30px !important;
    }
    .borderBoxContact h6 {
        line-height: 38px;
        font-size: 38px;
    }
    .borderBoxContact {
        padding: 20px 30px 20px 130px;
        width: 850px;
    }
    .borderBoxContact img {
        left: 20px;
        height: 80px;
        top: -20px;
    }
    .fstCild.titel16 {
        font-size: 38px;
    }
    .contactModal {
        min-height: 1100px;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .heroLeftSide h1 {
        font-size: 100px;
        margin: 0 0 30px 0;
    }
    .heroContainer .trusted-students {
        margin-top: 20px;
    }
    .contactForm {
        width: 460px;
    }
    .form-control {
        height: 60px;
        font-size: 18px;
    }
    .contactForm .submitBtn {
        height: 56px;
    }
    .marqueSlider .item {
        font-size: 20px;
    }
    .titel14 {
        font-size: 18px;
    }
    .applicationBtn {
        max-width: 100%;
    }
    .textPointer p {
        font-size: 20px;
    }
    .borderBoxContact {
        width: 575px;
    }
    .registerBtn {
        width: 316px;
        height: 64px;
    }
    .countBox {
        width: 130px;
        height: 130px;
        font-size: 36px !important;
    }
    .choosebody h3.titel18 {
        font-size: 42px;
    }
    .choosebody .titel16 {
        font-size: 32px;
    }
    .choosebody {
        padding: 30px 20px;
    }
    .chhoseBtn {
        width: 254px;
        font-size: 26px;
    }
    .chhoseBtn i {
        font-size: 26px;
    }
    .exploreCard {
        height: 540px;
    }
    .countContainer h6 {
        max-width: 650px;
        margin-top: 10px !important;
    }
    .latestEventbtn.mt-3 {
        margin-top: 30px !important;
    }
    .borderBoxContact h6 {
        line-height: 38px;
        font-size: 32px;
    }
    .borderBoxContact {
        padding: 10px 30px 10px 120px;
        width: 750px;
    }
    .borderBoxContact img {
        left: 20px;
        height: 80px;
        top: -20px;
    }
    .fstCild.titel16 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1750px) {
    .nwThhomeSection {
        padding: 110px 0 420px;
    }
    .heroLeftSide h1 {
        font-size: 65px;
    }
}
@media screen and (max-width: 1660px) {
    .abtCont {
        padding: 0rem;
    }
    .contactForm {
        bottom: 6rem;
        right: 5%;
    }
    .nwThhomeSection {
        padding: 100px 0 400px;
    }
    .heroLeftSide h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 1500px) {
    .activeImgTitel {
        padding: 0;
    }

    .ActiveItemDetails ul li.mt-1 {
        margin-top: 0 !important;
    }

    .chooseImg {
        width: 280px !important;
    }
    .exploreBtn {
        height: 40px;
        width: 180px;
    }
    .activeTitle {
        font-size: 54px;
    }
     .heroLeftSide{
        width: 50%;
    }
}

@media screen and (max-width: 1430px) {
    .activeTitle {
        font-size: 48px;
    }

    .ActiveItemDetails ul li.titel18 {
        font-size: 16px;
    }

    .imgBoxActive h5.titel32 {
        font-size: 24px;
        bottom: 4px;
    }

    .abtCont h5.titel32 {
        font-size: 24px;
    }

    .chooseImg {
        width: 250px !important;
    }

    .overlayerTitel {
        font-size: 64px;
    }

    .treeBg {
        height: 170px;
    }

    .jurneyBtn {
        height: 40px;
        padding: 0 1.5rem;
    }
    .filter-btns {
        gap: 0.5rem;
    }
    .filter-btns .Tabbtn {
        min-width: 120px;
        height: 40px;
        padding: 0rem 5px;
    }
    .applicationBtn {
        gap: 0;
        height: 40px;
        padding: 0;
    }
    .abtCont {
        padding: 0.3rem;
    }
    .borderBoxContact {
        width: 600px;
        padding: 8px 10px 8px 70px;
    }
    .borderBoxContact img {
        left: 10px;
        height: 50px;
        top: -16px;
    }
    .contactModal {
        width: 300px;
        min-height: auto;
        right: 50px;
    }
    .pointBox {
        margin-bottom: 0.8rem;
    }
    .form-group {
        margin-bottom: 1.5rem;
    }
    .contactForm .submitBtn {
        height: 50px;
    }
    .reviewBG {
        height: 900px;
        object-fit: cover;
        object-position: bottom;
    }
    .nwThhomeSection {
        padding: 80px 0 300px;
    }
    .trusted-students span.titel20 {
        font-size: 16px;
    }
    .explSec div.my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .BtnBoxSlider {
        margin-top: 0;
    }
}
@media screen and (max-width: 1300px) {
    .exploreFilter {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .applicationcard {
        width: 23%;
    }
    .heroLeftSide h1 {
        font-size: 49px;
    }
    .nwThhomeSection {
        padding: 80px 0 200px;
    }
    .trusted-students span.titel20 {
        font-size: 13px;
    }
    .explSec div.my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .BtnBoxSlider {
        margin-top: 0;
    }
    
}

@media screen and (max-width: 1270px) {
    .aboutSliderH,
    .aboutSlider {
        margin-top: 10rem;
    }

    .activeTitle {
        font-size: 38px;
    }

    .ActiveItemDetails ul li.titel18 {
        font-size: 14px;
    }

    .abtCont h5.titel32 {
        font-size: 20px;
    }

    .imgBoxActive h5.titel32 {
        font-size: 20px;
    }

    .exploreBtn.titel16 {
        height: 35px;
        font-size: 14px;
    }

    .chooseImg {
        width: 200px !important;
    }

    .overlayerTitel {
        font-size: 48px;
    }

    .infoContainer h2.titel48 {
        text-align: center;
        font-size: 38px;
    }

    .jurneyBtn {
        height: 35px;
        padding: 0 1rem;
    }

    .jurneyBtn.titel16 {
        font-size: 14px;
    }

    .filter-btns .Tabbtn {
        min-width: 100px;
        padding: 0rem 1rem;
    }
    .exploreTitle {
        margin-bottom: 8px;
    }
    .BtnBoxSlider {
        margin-top: 0rem;
        gap: 0.5rem;
    }
    .countContainer {
        margin-top: 4rem;
        padding: 3rem;
    }
    .applicationItemBox {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .applicationcard {
        width: 48%;
    }
    .applicationcard h4.titel64 {
        font-size: 48px;
    }
    .applicationcard img {
        width: 45px;
    }
    .applicationcard .titel16.mt-3 {
        margin-top: 0.3rem !important;
    }
    .treeB {
        height: 100px;
    }
    .BookN {
        height: 50px;
    }
    .treeBg {
        width: 100px;
    }

    .infoTcard img {
        height: 50px;
    }
    .infoContainer {
        margin-bottom: 4rem;
    }
    .storiesContainer,
    .chooseContainer,
    .exploreContainer {
        margin: 4rem 0;
    }
    .exploreCard {
        height: 425px;
    }
    .exploreCardImg {
        height: 200px !important;
    }
    .storyTitle {
        height: 48px;
    }
    .blog-card {
        height: 390px;
    }
    .blog-image {
        height: 200px !important;
    }
    .links-section li {
        padding: 1rem 0;
    }
    .links-section li:last-child {
        padding-bottom: 0;
    }
    .info-card {
        gap: 10px;
    }
    .info-card img {
        height: 50px;
    }
    .registerBtn {
        height: 45px;
        bottom: -1.2rem;
    }
    .reviewCard {
        padding: 1rem;
    }
    .contactModal {
        width: 300px;
    }
    .contactForm {
        width: 320px;
    }
    .blog-content .readmoreBtn {
        height: 40px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1080px) {
    .heroContainer .trusted-students {
        margin-bottom: 1.5rem;
    }
    .contactContainer {
        margin: 4rem 0;
    }
    .borderBoxContact {
        width: 550px;
        padding: 8px 8px 8px 60px;
    }
    .borderBoxContact img {
        left: 8px;
        height: 45px;
        top: -10px;
    }
    .contactForm {
        bottom: 4rem;
        right: 2.5%;
    }
    .contactModal {
        width: 250px;
        min-height: auto;
        right: 0;
    }
    .contactForm .submitBtn {
        height: 40px;
    }
}
@media screen and (max-width: 1079px) {
    .countContainer h6.titel16 br {
        display: none;
    }
    .treeBg {
        width: 80px;
    }

    .links-section li {
        padding: 0.9rem 0;
    }
    /* =============== */
    .countContainer {
        margin-top: 3rem;
        padding: 2rem;
    }
    .infoContainer {
        margin-bottom: 3rem;
    }
    .exploreContainer {
        margin: 3rem 0;
    }
    .exploreCard {
        padding: 0.5rem;
    }
    .exploreCardImg {
        height: 180px !important;
    }
    .applicationContainer {
        margin-bottom: 6rem;
    }
    .storiesContainer,
    .chooseContainer,
    .exploreContainer {
        margin: 3rem 0;
    }
    .chooseImg {
        width: 200px !important;
    }
    .choosebody {
        padding: 0 0.5rem;
    }
    .choseCard .choosebody h5.mt-3 {
        margin-top: 0.5rem !important;
    }
    .chhoseBtn {
        margin-top: 1em !important;
    }
    .blog-image {
        height: 180px !important;
    }
    .blog-card {
        height: 340px;
    }
    .blog-content .readmoreBtn {
        margin-top: 8px;
    }
    .heroContainer .trusted-students {
        margin-bottom: 1.5rem;
    }
    .aboutSlider,
    .aboutSliderH {
        margin-top: 9rem;
    }
    .reviewBG {
        max-height: 800px;
    }
    .heroLeftSide h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    .heroBGWeb {
        height: 400px;
        object-fit: cover;
    }
    .avatar:nth-child(n + 2) {
        margin-left: -10px;
    }
    .aboutBGWeb {
        height: 750px !important;
    }
    .aboutSlider {
        margin-top: 0rem;
    }
    .aboutSliderH {
        margin-top: 0;
    }
    .slideActiveItem {
        padding: 1rem;
    }
    .BtnBoxSliderMob {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .filterBgBox {
        background: linear-gradient(290deg, #ffffff00, #000000a1);
    }
    .abtCont {
        padding: 1rem;
    }
    .BtnBoxSliderWeb,
    .imgBoxActive {
        display: none;
    }
    .overlayerBox {
        padding: 0.5rem;
    }
    .overlayerTitel {
        font-size: 38px;
    }
    .overlayerBox h6.titel16 {
        font-size: 14px;
    }
    .chhoseBtn {
        margin-top: 0.5rem !important;
    }
    .chooseImg {
        width: 150px !important;
    }
    .choosebody h3.titel18 {
        font-size: 16px;
    }
    .infoContainer h2.titel48 {
        font-size: 32px;
    }
    .infoTcard {
        width: calc(33% - 0.7rem);
    }
    .infoTcard a.mt-3 {
        margin-top: 1 !important;
        font-size: 14px;
    }
    .infoTcard h6 {
        font-size: 13px !important;
    }
    .exploreFilter {
        margin-top: 1rem;
        gap: 1rem;
    }
    .jurneyBtn {
        padding: 0 0.5rem;
    }
    .applicationContainer .row .col-lg-4.col-xl-3 {
        text-align: center;
    }
    .applicationContainer .row .col-xl-3 h2 br {
        display: none;
    }
    .applicationBtnWeb {
        display: none;
    }
    .applicationBtn {
        padding: 0 1rem;
    }
    .applicationBtnMob {
        display: flex;
        margin-top: 2rem;
    }
    .storiesMobBtn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* ============= */

    .treeBg {
        width: 100px;
    }
    .infoContainer {
        margin-bottom: 2rem;
    }
    .exploreCard {
        height: 390px;
    }
    .storiesTabBox {
        margin-bottom: 2rem;
    }
    .links-section .list-unstyled {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .links-section ul {
        margin-bottom: 0;
        gap: 0.5rem;
        justify-content: center;
    }
    .links-section li {
        border-radius: 4px;
        height: 40px;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0rem 1.5rem;
        background: #ffffff0d;
        color: #fff;
        border: none;
        border: 1px solid #ffffff6e;
    }
    .links-section li:last-child {
        border: 1px solid #ffffff6e;
    }

    .links-section li.active {
        background: #fff;
        color: #23915a;
        font-weight: 500;
        border: 1px solid #23915a;
    }
    .storiesContainer .viewBtnWeb {
        display: none;
    }
    .storiesMobBtn .viewBtn {
        margin-top: 1rem;
        width: 250px;
        height: 45px;
    }

    .info-card h6 {
        flex-wrap: wrap;
        text-align: center;
    }
    .storiesContainer .mt-5 {
        margin-top: 1.5rem !important;
    }
    .reviewCard {
        padding: 0.5rem;
    }

    .reviewBG {
        margin-top: 0;
    }
    .blog-card {
        height: 310px;
    }

    .heroLeftSide {
        width: 70%;
    }
    .heroLeftSide h1 {
        font-size: 64px;
        transform: inherit;
    }
    .search-bar {
        width: 100%;
    }
    .nwThhomeSection {
        margin-top: 120px;
    }
    .applyBtn,
    .readmoreBtn {
        display: flex;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
    .blog-content .readmoreBtn {
        display: flex;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
}
@media screen and (max-width: 965px) {
    .contactModal {
        right: 5%;
        bottom: 0;
    }
    .contactForm {
        width: 95%;
        max-width: 450px;
        left: auto;
        right: auto;
        margin-top: 22rem;
        position: relative;
    }
    .contactContainer h3 {
        text-align: center;
    }
    .contactContainer h3 br {
        display: none;
    }
    .fstCild {
        text-align: center;
        width: 100%;
    }
    .borderBoxContact img {
        left: 10px;
        height: 45px;
        top: -10px;
    }
    .contactPointBox {
        display: flex;
        flex-direction: column;
    }
    .pointBox {
        width: 90%;
        margin-bottom: 2rem;
    }

    .borderBoxContact {
        width: 100%;
        max-width: 500px;
        padding: 10px 14px 10px 67px;
        display: flex;
        align-items: center;
        height: 80px;
    }
    .pointBox {
        margin-bottom: 1rem;
    }
    .borderBoxContact h6 {
        line-height: 100%;
        font-size: 16px;
    }
    .heroLeftSide {
        width: 100%;
    }
}
@media screen and (max-width: 820px) {
    .reviewBG {
        object-position: left;
    }
}
@media screen and (max-width: 767px) {
    .heroBGWeb {
        height: 400px;
    }
    .explSec {
        overflow-x: hidden;
    }
    .aboutBGWeb {
        height: 700px !important;
    }
    .abtCont {
        padding: 0.7rem;
    }
    .aboutSliderH {
        margin-bottom: 3rem;
    }
    .customContainer.aboutCon {
        height: 90%;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .countContainer .mt-5 {
        margin-top: 1.5rem !important;
    }
    .countContainer {
        margin-top: 2rem;
        padding: 2.5rem 1rem;
    }
    .infoContainer {
        margin: 2rem 0;
    }

    .infoContainer .col-md-4 {
        margin-bottom: 1rem;
        justify-content: center;
    }

    .choseCard {
        flex-direction: column;
    }
    .chhoseBtn {
        width: 100%;
        height: 45px;
        border: 1px solid #096337;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nwThhomeSection {
        margin-top: 150px;
        padding: 20px 0 640px 0;
    }

    .heroBannerWeb {
        display: none;
    }

    .heroBannerMob {
        display: block;
        object-position: center bottom -120px;
    }
    .nwThhomeSection .heroContainer {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    .heroLeftSide {
        width: 100%;
    }
    .overlayerBox {
        padding: 1rem;
    }

    .chooseImg {
        width: 100% !important;
    }

    .choosebody {
        padding: 0;
        margin-top: 1rem;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        height: 180px;
        justify-content: space-between;
    }

    /* ============= */
    .infoContainer .col-md-4 h2 br {
        display: none;
    }
    .applyBtn {
        height: 45px;
        margin-top: 0.5rem;
        display: flex;
    }
    .applyLBtn {
        margin-top: 0;
        height: 45px;
    }
    .storiesContainer,
    .chooseContainer,
    .exploreContainer {
        margin: 2rem 0;
    }
    .applicationContainer {
        margin: 2rem 0;
        margin-bottom: 4rem;
    }
    .storyRowBox {
        display: none !important;
    }
    .storySlider {
        display: block !important;
    }
    .blog-card {
        margin-bottom: 2rem;
    }
    .blog-content .readmoreBtn {
        margin-top: 1rem;
        font-size: 14px;
        height: 40px;
    }
    .reviewBG {
        object-position: left;
    }

    .reviewContainer {
        margin-top: 5rem;
        z-index: 10;
    }
    .pointBox {
        width: 100%;
    }
    .borderBoxContact {
        height: 60px;
        max-width: 100%;
        width: 100%;
    }
    .borderBoxContact h6 {
        line-height: 100%;
        font-size: 16px;
    }
    .nwThhomeSection {
        margin-top: 100px;
        padding: 70px 0 368px;
    }
    .heroLeftSide h1 {
        font-size: 54px;
    }
    .chhoseSlider .owl-nav {
        top: 30% !important;
    }
    .contactModal {
        width: 180px;
        min-height: auto;
    }
    .pointBox {
        width: 70%;
        height: 74px;
    }
    .contactContainer {
        margin: 3rem 0 1rem 0;
    }
    .contactContainer h3 {
        text-align: left;
    }
    .fstCild {
        text-align: left;
    }
}

@media screen and (max-width: 650px) {
    .aboutSliderH {
        margin-bottom: 8rem;
    }
}
@media screen and (max-width: 600px) {
    .heroBGMob {
        display: block;
        width: 100%;
    }
    .heroBGWeb {
        display: none;
    }
    .customContainer.heroContainer {
        height: auto;
        align-items: center;
    }
    .heroContainer h2 {
        font-size: 38px;
    }
    .avatar {
        width: 28px;
        height: 28px;
    }
    .avatar:nth-child(n + 2) {
        margin-left: -5px;
    }
    .aboutBGWeb {
        display: none;
    }

    .aboutBGMob {
        display: block;
        width: 100%;
        height: 730px;
        object-fit: cover;
        object-position: bottom;
    }

    .aboutSliderH {
        margin-bottom: 4rem;
    }
    .infoMBox {
        gap: 0;
    }

    .applicationItemBox {
        gap: 0;
    }
    /* ===================== */
    .infoContainer {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    .applicationContainer .row.w-100.m-0,
    .infoContainer .row.w-100.m-0 {
        flex-direction: column;
    }
    .applicationContainer .col-sm-4,
    .applicationContainer .col-sm-8,
    .infoContainer .col-sm-4,
    .infoContainer .col-sm-8 {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .applicationContainer .col-sm-4 .titel64 br,
    .infoContainer .col-sm-4 .titel48 br {
        display: none;
    }
    .applicationContainer .col-sm-4 .titel64,
    .infoContainer .col-sm-4 .titel48 {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center !important;
    }
    .infoTcard {
        width: 50%;
        padding: 1rem 0;
    }
    .applicationcard {
        width: 50%;
        padding: 0.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .numberBox {
        margin-bottom: 0 !important;
        width: auto !important;
    }
    .applicationcard .gap-2 {
        gap: 8px !important;
    }
    .applicationcard h5.mt-2 {
        margin-top: 6px !important;
        font-weight: 600;
    }
    .applicationcard h6.mt-3 {
        margin-top: 6px !important;
    }
    .reviewBG {
        display: none;
    }
    .exploreTitle {
        display: none;
    }
    .exploreTitleMob {
        display: block;
    }
    .storyTitle {
        display: none;
    }
    .storyTitleM {
        display: block;
    }
    .BtnRegister {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        color: #fff;
        gap: 8px;
    }
    .BtnRegister i {
        font-size: 18px;
        font-weight: 600;
    }
    .sliAbItm {
        margin: 0 0.5rem;
    }

    .reviewBGMob {
        display: block;
        width: 100%;
        min-height: 600px;
        object-fit: cover;
        object-position: bottom;
    }
    .blog-card {
        height: 330px;
    }
    .nwThhomeSection {
        width: 100%;
    }
    .heroLeftSide {
        margin-top: 0;
    }
    .pointBox {
        gap: 0.5rem;
        margin-bottom: 10px;
    }
    .contactModal {
        right: 0%;
        bottom: 0;
    }
    .borderBoxContact {
        height: auto;
        padding: 8px 8px 8px 55px;
    }
}
@media screen and (max-width: 550px) {
    .heroBannerMob {
        object-position: center bottom 0px;
    }
    .nwThhomeSection .heroContainer {
        margin-top: 70px;
    }
    .choseCardImgBox {
        width: 100%;
    }
    .borderBoxContact {
        height: auto;
        padding: 8px 8px 8px 60px;
    }
    .borderBoxContact img {
        height: 40px;
        left: 8px;
    }
    .chooseImg {
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }
    .choosebody {
        min-height: 150px;
        height: auto;
    }
    .infoTcard img {
        height: 45px;
    }
    .infoTcard a {
        text-wrap: nowrap;
    }
    .infoContainer h2.titel48 {
        font-size: 36px;
    }
    .choseCard .choosebody h5 {
        min-height: 120px;
    }
    .choseCard,
    .exploreCard {
        margin: 8px;
    }
    .exploreCard {
        margin-bottom: 30px;
    }
    .BtnBoxSlider {
        margin-top: 1.5rem;
    }
    .reviewCard {
        margin: 0;
    }
    .reviewSlider .owl-item.active {
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 500px) {
    .aboutSliderH {
        margin-bottom: 5rem;
    }
    .reviewBGMob {
        min-height: 700px;
    }
    .customContainer.heroContainer {
        margin-top: -4rem;
    }
    .overlayerTitel {
        font-size: 48px;
    }

    .chhoseSlider {
        margin-top: 1.5rem;
    }

    .overlayerBox h6.titel16 {
        font-size: 16px;
    }

    .treeBg {
        display: none;
    }

    .exploteTitle.titel64 {
        font-size: 32px;
    }
    .blog-card {
        height: 350px;
    }
    .infoMBox h6.titel16 {
        font-size: 14px;
    }
    .BookN {
        left: 0;
    }
    /* ============= */
    .d-flex.flex-wrap.justify-content-center.filter-btns {
        justify-content: space-between !important;
    }
    .filter-btns .Tabbtn {
        min-width: auto;
        /* padding: 0rem 5px; */
        height: 40px;
        font-size: 13px;
    }
    .storiesTabBox .list-unstyled li {
        padding: 0 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .storiesTabBox .list-unstyled {
        width: 100%;
    }
    .storiesTabBox .list-unstyled li {
        width: auto;
        min-width: 30%;
    }
    /* ==== */
    .applicationItemBox {
        margin-top: 2rem;
        flex-direction: column;
        gap: 2rem;
    }

    .applicationcard {
        padding: 0rem;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
        text-align: left;
        gap: 0.6rem;
    }

    .applicationcard h5.titel16.mt-3 {
        margin-top: 0 !important;
        font-weight: 600;
        font-size: 14px;
    }

    .applicationcard h6.titel16.mt-3 {
        margin-top: 0 !important;
        font-size: 14px;
    }

    .applicationcard h4.titel64 {
        font-size: 64px;
    }
    .applicationBtn {
        width: 100%;
        max-width: 100%;
    }
    .applicationBtnMob.align-items-center.justify-content-center.mt-5 {
        margin-top: 1rem !important;
    }

    .numberBox {
        -webkit-text-stroke: 1px #c0b1b1;
    }

    .applicationcard .gap-3 {
        gap: 6px !important;
    }

    .info-card img {
        height: 45px;
    }

    .info-card h6.titel16 {
        font-size: 14px;
    }

    .abtCont h5.titel32 {
        font-size: 16px;
    }
    .abtCont {
        bottom: 0;
    }
    .infoContainer h2.titel48 {
        width: 60%;
    }
    .jurneyBtn {
        margin-top: 1.5rem !important;
    }
}

@media screen and (max-width: 430px) {
    .aboutBGMob {
        display: block;
        width: 100%;
        height: 650px;
        object-fit: cover;
        object-position: bottom;
    }
    .infoContainer h2.titel48 {
        width: 90%;
    }
    .exploreFilter {
        margin-top: 2rem;
        width: 95%;
        flex-direction: column;
    }

    .exploreFilter .position-relative {
        width: 100%;
    }

    .exploreFilter .form-select {
        width: 100%;
    }

    .jurneyBtn {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .jurneyBtn.titel16 {
        font-size: 16px;
    }
    .countContainer {
        margin: 2rem 0;
        padding: 1.5rem 0.5rem 2rem 0.5rem;
    }
    .treeB {
        height: 80px;
    }
    .reviewBGMob {
        min-height: 750px;
    }
    .chooseContainer {
        margin: 2.5rem 0;
    }
}
/* starcity */
section.starcity img {
    width: 100%;
}
.starcity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: url(../images/starcity.webp) no-repeat top center;
    background-size: cover;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-height: 880px;
    /* padding-top: 200px; */
    position: relative;
}
.bottom-image {
    position: absolute;
    bottom: -0px;
    left: 50%;
    transform: translateX(-50%) translateY(0%) !important;
    width: 80%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
    transition: transform 0.1s linear;
}
/* Education points container */
.educationPoints {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 1001;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 0 20px;
}
.educationPoint {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
/* Starting circle at the bottom */
.startCircle {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: #096236;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.4);
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.3s ease-out;
}
/* Dotted line drawing upward */
.dottedLine {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: #096236;
    border-radius: 2px;
    opacity: 1;
    height: 0;
    transition: height 0.1s linear;
}
/* Different line heights for visual variety */
.educationPoint:nth-child(1) {
    --max-height: 120px;
    top: 120px;
    left: -5px;
}
.educationPoint:nth-child(2) {
    --max-height: 100px;
    top: -190px;
    left: -36px;
}
.educationPoint:nth-child(3) {
    --max-height: 140px;
    top: 113px;
    left: -46px;
}
.educationPoint:nth-child(4) {
    --max-height: 150px;
    left: 50px;
    top: -25px;
}
.startCircle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.startCircle:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #edb11f;
    border-radius: 50%;
}
/* Text pointer positioned at the top of the line */
.textPointer {
    position: absolute;
    text-transform: uppercase;
    padding: 12px 18px;
    border-radius: 20px;
    min-width: 330px;
    font-weight: bold;
    opacity: 0;
    transform: translateY(-10px) scale(0);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
}
.textPointer h5 {
    font-family: "Bebas Neue";
    font-size: 32px;
    color: #005c69;
    font-weight: 700;
}
.textPointer p {
    font-family: "Inter";
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 5%;
}

/* Position text pointers at the top of each line */
.educationPoint:nth-child(1) .textPointer {
    bottom: 120px;
}
.educationPoint:nth-child(2) .textPointer {
    bottom: 100px;
}
.educationPoint:nth-child(3) .textPointer {
    bottom: 113.75px;
}
.educationPoint:nth-child(4) .textPointer {
    bottom: 150px;
}
/* Animation states */
.educationPoint.circle-visible .startCircle {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.educationPoint.pointer-visible .textPointer {
    opacity: 1;
    transform: translateY(0) scale(1);
}
/* Pulsing effect during animation */
.educationPoint.circle-visible .startCircle {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        box-shadow: 0 2px 10px rgba(76, 175, 80, 0.4);
    }

    50% {
        box-shadow: 0 2px 20px rgba(76, 175, 80, 0.8);
        transform: translateX(-50%) scale(1.1);
    }
}

/* Demo content */
.content-before,
.content-after {
    padding: 40px 20px;
    text-align: center;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-before h2,
.content-after h2 {
    margin: 0 0 20px 0;
    font-size: 2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.content-before p,
.content-after p {
    margin: 0 0 15px 0;
    font-size: 1.1em;
    opacity: 0.9;
}

.scroll-indicator {
    font-size: 2em;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.secShow24 {
    display: none !important;
}
.explSec {
    background: linear-gradient(180deg, #dad7ea 0%, #f4d3da 100%);
}
/* Responsive design */
@media screen and (max-width: 1900px) and (min-width: 1500px) {
    .educationPoint:nth-child(2) {
        top: -147px;
        left: -32px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
    .educationPoint:nth-child(2) {
        --max-height: 100px;
        top: -125px;
        left: -36px;
    }
}
@media (max-width: 1500px) {
    .educationPoint:nth-child(2) {
        --max-height: 50px;
    }
    .educationPoint:nth-child(2) {
        top: -128px;
        left: -30px;
    }

    .educationPoint:nth-child(4) {
        left: 41px;
        top: -10px;
    }

    .educationPoint:nth-child(1) {
        top: 115px;
    }
    .educationPoint:nth-child(2) .textPointer {
        bottom: 50px;
    }
}

@media (max-width: 1400px) {
    .educationPoint:nth-child(4) .textPointer {
        bottom: 120px;
    }

    .educationPoint:nth-child(1) .textPointer {
        bottom: 130px;
    }

    .educationPoint:nth-child(3) .textPointer {
        bottom: 85.75px;
    }
}

/* Mobile starcity carousel styles */
span.dotLine2 {
    height: 150px;
    position: absolute;
    background: #ffffff;
    width: 2px;
}

span.dotCircle {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.dotCircle:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
}

span.dotCircle {
    position: absolute;
    bottom: -200px;
    left: -10px;
    width: 24px;
    height: 24px;
    background: #9c7c29;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.4);
}

.sliderContent:nth-child(2) {
    position: absolute;
    top: 45%;
    right: 4%;
    width: 290px;
}

.sliderContent:nth-child(3) {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 290px;
}

.starcityMobile {
    position: relative;
}

.sliderContent {
    position: absolute;
    top: 0;
}

.sliderContent h5 {
    font-family: "Bebas Neue";
    font-size: clamp(32px, 2vw, 32px);
    color: #9c7c29;
}

.sliderContent p {
    font-family: "Inter";
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.starcityMobile img {
    width: 100%;
}

/* Slide Counter Styling */
div#starcityMobile-counter {
    position: absolute;
    top: 20px;
    border: 1px solid;
    right: 100px;
    background: transparent;
    color: white;
    display: flex;
    border-radius: 50%;
    font-size: 12px;
    width: 50px;
    height: 50px;
    font-weight: 500;
    z-index: 100;
    font-family: "Inter", sans-serif;
    align-items: center;
    justify-content: center;
}

/* Make sure carousel itself is positioned relative */
.starcityMobile.owl-carousel {
    position: relative !important;
}

/* Ensure the carousel container maintains positioning after Owl Carousel initialization */
.owl-carousel .owl-stage-outer {
    position: relative;
}

/* Optional: Style the navigation arrows */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    border: none !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

/* Floating Images Styles */
.floating-container {
    position: absolute;
    z-index: 5;
}

.floating-image {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    backdrop-filter: blur(10px);
    position: relative;
}

.floating-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.image-text {
    position: absolute;
    left: 81px;
    top: 50%;
    transform: translateY(-50%);
    background: #1b3767;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    backdrop-filter: blur(10px);
}

.image-text::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    transform: rotate(90deg);
    height: 0;
    border: 8px solid transparent;
    border-right-color: #1b3767;
}

/* Floating positions and animations */
.float-1 {
    top: 10%;
    right: 10%;
    animation: floatUp1 2.5s ease-out 0.2s both,
        gentleHover 4s ease-in-out infinite;
}

.float-1 .image-text {
    animation: showText 0.8s ease-out 3s both;
}

.float-2 {
    top: 15%;
    left: 8%;
    animation: floatUp2 2.5s ease-out 0.5s both,
        gentleHover2 4s ease-in-out infinite;
}

.float-2 .image-text {
    animation: showText 0.8s ease-out 3.3s both;
}

.float-3 {
    top: 60%;
    right: 5%;
    animation: floatUp3 2.5s ease-out 0.8s both,
        gentleHover1 4s ease-in-out infinite;
}

.float-3 .image-text {
    animation: showText 0.8s ease-out 3.6s both;
}

.float-4 {
    bottom: 20%;
    left: 12%;
    animation: floatUp4 2.5s ease-out 1.1s both,
        gentleHover 4s ease-in-out infinite;
}

.float-4 .image-text {
    animation: showText 0.8s ease-out 3.9s both;
}

.float-5 {
    top: 35%;
    left: 42%;
    animation: floatUp5 2.5s ease-out 1.4s both,
        gentleHover2 4s ease-in-out infinite;
}

.float-5 .image-text {
    animation: showText 0.8s ease-out 4.2s both;
}

.centerComponent p {
    font-size: clamp(16px, 1vw, 20px);
    color: #ffffff;
    text-align: center;
    font-family: "Inter";
    text-transform: uppercase;
}
.iti__country-list {
    max-width: 320px;
    z-index: 100 !important;
}
/* position flaot animation */

@keyframes gentleHover {
    0%,
    100% {
        transform: translateY(0px) translateX(0px);
    }

    33% {
        transform: translateY(-8px) translateX(5px);
    }

    66% {
        transform: translateY(-15px) translateX(-5px);
    }
}

@keyframes gentleHover1 {
    0%,
    100% {
        transform: translateY(0px) translateX(0px);
    }

    40% {
        transform: translateY(-8px) translateX(-5px);
    }

    70% {
        transform: translateY(-15px) translateX(-10px);
    }
}

@keyframes gentleHover2 {
    0%,
    100% {
        transform: translateY(0px) translateX(0px);
    }

    33% {
        transform: translateY(2px) translateX(5px);
    }

    66% {
        transform: translateY(15px) translateX(-5px);
    }
}

/* Updated animations - all start from center bottom and scatter to final positions */
@keyframes floatUp1 {
    0% {
        top: 85%;
        left: 50%;
        transform: translateX(-50%) scale(0.3);
        opacity: 0;
    }

    100% {
        top: 10%;
        left: 74%;
        transform: translateX(0) scale(1);
        opacity: 0.9;
    }
}

@keyframes floatUp2 {
    0% {
        top: 85%;
        left: 50%;
        transform: translateX(-50%) scale(0.3);
        opacity: 0;
    }

    100% {
        top: 15%;
        left: 8%;
        transform: translateX(0) scale(1);
        opacity: 0.9;
    }
}

@keyframes floatUp3 {
    0% {
        top: 85%;
        left: 50%;
        transform: translateX(-50%) scale(0.3);
        opacity: 0;
    }

    100% {
        top: 60%;
        right: 20%;
        left: 75%;
        transform: translateX(0) scale(1);
        opacity: 0.9;
    }
}

@keyframes floatUp4 {
    0% {
        top: 85%;
        left: 50%;
        transform: translateX(-50%) scale(0.3);
        opacity: 0;
    }

    100% {
        bottom: 20%;
        left: 12%;
        top: auto;
        transform: translateX(0) scale(1);
        opacity: 0.9;
    }
}

@keyframes floatUp5 {
    0% {
        top: 85%;
        left: 50%;
        transform: translateX(-50%) scale(0.3);
        opacity: 0;
    }

    100% {
        top: 2%;
        left: 42%;
        transform: translateX(0) scale(1);
        opacity: 0.9;
    }
}

/* Text show animation */
@keyframes showText {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(-100px) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(0) scale(1);
    }
}

/* Responsive Design */
@media screen and (max-width: 1440px) {
    @keyframes floatUp4 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            bottom: 20%;
            left: 10%;
            top: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
    .educationPoint:nth-child(3) .textPointer {
        bottom: 111px;
    }
    .educationPoint:nth-child(4) {
        --max-height: 120px;
    }

    @keyframes floatUp3 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 60%;
            right: 20%;
            left: 75%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
}
@media screen and (max-width: 1300px) {
    .educationPoint:nth-child(1) {
        top: 109px;
        left: -11px;
    }
    .educationPoint:nth-child(3) {
        --max-height: 140px;
        top: 102px;
        left: -36px;
    }
    .educationPoint:nth-child(4) {
        left: 37px;
        top: 0px;
    }
    .educationPoint:nth-child(2) {
        top: -102px;
        left: -23px;
    }
    .educationPoints {
        top: 53%;
    }
    @keyframes floatUp4 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            bottom: 20%;
            left: 10%;
            top: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
}
@media screen and (max-width: 1200px) {
    @keyframes floatUp4 {
        0% {
            top: 100%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            left: 7%;
            top: 70%;
            transform: translateX(0) scale(0.5);
            opacity: 0.9;
        }
    }
}
@media screen and (max-width: 1150px) {
    .image-text {
        font-size: 12px;
    }
    .starcity {
        min-height: 700px;
    }
    .bottom-image {
        bottom: 0;
    }
}
@media screen and (min-width: 1080px) and (max-width: 1150px) {
    .float-5 {
        scale: 0.9;
    }
    @keyframes floatUp5 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 1%;
            left: 42%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
}
@media screen and (max-width: 1080px) {
    .floating-container {
        scale: 0.8;
    }
    .educationPoint:nth-child(3) {
        top: 113px;
        left: -34px;
    }

    .educationPoint:nth-child(4) {
        left: 33px;
        top: 11px;
    }

    .educationPoint:nth-child(2) {
        top: -64px;
        left: -22px;
    }

    .dottedLine {
        bottom: 18px;
    }

    .image-text {
        font-size: 12px;
    }

    .textPointer p {
        font-size: 14px;
    }

    .startCircle {
        width: 18px;
        height: 18px;
    }
    .educationPoint:nth-child(4) .textPointer {
        bottom: 80px;
    }
    .educationPoint:nth-child(1) .textPointer {
        bottom: 90px;
    }
    .educationPoint:nth-child(3) .textPointer {
        bottom: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .educationPoint:nth-child(1) {
        top: 87px;
        left: -11px;
    }
    .educationPoint:nth-child(3) {
        top: 75px;
        left: -34px;
    }
    @keyframes floatUp1 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 10%;
            left: 74%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp2 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 15%;
            left: 8%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp3 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 60%;
            right: 20%;
            left: 79%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp4 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            bottom: 20%;
            left: 7%;
            top: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp5 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 0%;
            left: 42%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
    .float-4 {
        bottom: 30%;
        left: 2%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .educationPoint:nth-child(2) {
        --max-height: 50px;
    }
    .educationPoint:nth-child(4) .textPointer {
        bottom: 63px;
    }
    .educationPoint:nth-child(3) .textPointer {
        bottom: 75px;
    }
    .educationPoint:nth-child(2) .textPointer {
        bottom: 30px;
    }
    .educationPoint:nth-child(1) .textPointer {
        bottom: 80px;
    }
    .educationPoint:nth-child(2) {
        top: -50px;
        left: -22px;
    }
    .educationPoint:nth-child(3) {
        top: 75px;
        left: -20px;
    }
    .textPointer {
        min-width: 190px;
    }
    .educationPoints {
        top: 45%;
    }
    .bottom-image {
        bottom: 0px;
    }
    .textPointer p {
        font-size: 11px;
    }
}


@media screen and (max-width: 992px) and (min-width: 768px) {
    @keyframes floatUp1 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 4%;
            left: 74%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
    @keyframes floatUp2 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 3%;
            left: 4%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
    @keyframes floatUp3 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 80%;
            right: 28%;
            left: 75%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
    @keyframes floatUp4 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            bottom: 5%;
            left: 3%;
            top: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    .floating-container {
        scale: 70%;
    }
}

.targetTextmob {
    display: none;
}
@media (max-width: 768px) {
    .BtnBoxSlider .aboright {
        margin-left: 0.5rem;
    }
    .BtnBoxSlider .aboleft {
        margin-right: 0.5rem;
    }
    .BtnBoxSlider .arroeIcon {
        height: 55px;
    }
    .BtnBoxSlider {
        /* margin-bottom: 10px; */
    }
    a.carousel-arrow.carousel-arrow-left {
        position: absolute;
        left: -68px;
    }
    a.carousel-arrow.carousel-arrow-right {
        position: absolute;
        right: -68px;
    }
    .secHide24 {
        display: none;
    }

    .secShow24 {
        display: block !important;
    }
    .floating-container {
        scale: 0.9;
    }
    .targetText {
        display: none;
    }

    .targetTextmob {
        display: block;
    }

    .centerComponent p {
        font-size: 14px;
    }

    .floating-container.float-1 .image-text::before {
        content: "";
        left: unset;
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 0;
        transform: rotate(90deg);
        height: 0;
        border: 8px solid transparent;
        border-right-color: #1b3767;
    }

    .floating-container.float-1 .image-text {
        left: -100px;
    }

    .customContainer.heroContainer {
        height: unset;
    }

    img.heroBGMob {
        width: 100%;
    }

    .heroBGWeb {
        display: none;
    }

    .heroBGMob {
        display: block;
    }

    .titel74 {
        font-size: 3rem;
    }

    .floating-image {
        width: 100px;
        height: 100px;
    }

    .floating-image img {
        max-width: 100px;
        max-height: 100px;
        width: 100%;
        height: 100%;
    }

    .image-text {
        left: 101px;
        font-size: 12px;
        padding: 6px 12px;
    }

    .float-1 {
        top: 8%;
        right: 16%;
        left: auto;
    }

    .float-2 {
        top: 18%;
        left: 12%;
    }

    .float-3 {
        top: 65%;
        right: 36%;
        left: auto;
    }

    .float-4 {
        bottom: 8%;
        left: 48%;
    }

    .float-5 {
        top: 71%;
        left: 7%;
    }

    /* Updated animations - all start from center bottom and scatter to final positions for mobile */
    @keyframes floatUp1 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 8%;
            right: 16%;
            left: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp2 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 18%;
            left: 12%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp3 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 70%;
            right: 36%;
            left: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp4 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            bottom: 4%;
            left: 48% !important;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp5 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 75%;
            left: 7%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    .targetTextmob {
        white-space: pre-line;
    }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
    .abtCont {
        bottom: -7px;
    }
}
@media screen and (max-width: 550px) {
    @keyframes floatUp4 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            bottom: 2%;
            left: 48% !important;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }
}
@media screen and (max-width: 500px) {
    a.carousel-arrow.carousel-arrow-right img,
    a.carousel-arrow.carousel-arrow-left img {
        height: 40px;
    }
    div#starcityMobile-counter {
        right: 70px;
        top: 25px;
    }
    a.carousel-arrow.carousel-arrow-right {
        position: absolute;
        right: -55px;
    }
    a.carousel-arrow.carousel-arrow-left {
        position: absolute;
        left: -55px;
    }
    div#starcityMobile-counter {
        width: 40px;
        height: 40px;
        letter-spacing: -1px;
        font-size: 15px;
    }
    .BtnBoxSlider .aboright {
        margin-left: 0.5rem;
    }
    .BtnBoxSlider .aboleft {
        margin-right: 0.5rem;
    }
    .BtnBoxSlider .arroeIcon {
        height: 40px;
    }
    .BtnBoxSlider {
        /* margin-bottom: 30px; */
    }
    .floating-image {
        width: 80px;
        height: 80px;
    }

    img.heroBGMob {
        min-height: 700px;
    }

    .customContainer.heroContainer .titel74 {
        font-size: 38px;
    }

    /* Updated animations - all start from center bottom and scatter to final positions for 500px */
    @keyframes floatUp1 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 8%;
            right: 16%;
            left: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp2 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 18%;
            left: 12%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp3 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 65%;
            right: 53;
            left: auto;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp4 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            bottom: 0%;
            left: 31% !important;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    @keyframes floatUp5 {
        0% {
            top: 85%;
            left: 50%;
            transform: translateX(-50%) scale(0.3);
            opacity: 0;
        }

        100% {
            top: 77%;
            left: 14%;
            transform: translateX(0) scale(1);
            opacity: 0.9;
        }
    }

    .float-1 {
        top: 8%;
        right: 16%;
        left: auto;
    }

    .float-2 {
        top: 18%;
        left: 12%;
    }

    .float-3 {
        top: 65%;
        right: 53%;
        left: auto;
    }

    .float-4 {
        bottom: 0%;
        left: 31%;
    }

    .float-5 {
        top: 77%;
        left: 14%;
    }

    .image-text {
        left: 74px;
    }

    .floating-image img {
        max-width: 70px;
        max-height: 70px;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 450px) {
    .avaratam {
        flex-direction: column;
    }

    .customContainer.heroContainer .titel74 {
        font-size: 32px;
    }
}

/* Hover effects */
.floating-image:hover {
    transform: scale(1.1) !important;
    transition: all 0.3s ease;
}

.floating-container:hover .image-text {
    transform: translateY(-50%) translateX(5px) scale(1.05) !important;
    transition: all 0.3s ease;
}
.suggestion-container.homeSearch {
    max-width: 620px;
    width: 100%;
    margin-top: 0.5rem;
    z-index: 10000;
    position: absolute;
    transition: opacity 0.3s ease;
}
.heroLeftSide h1 span {
    display: block;
}
.whitebg2 {
    background: #faf7f2;
}

@media screen and (max-width: 1280px) {
    .suggestion-container.homeSearch {
        max-width: 540px;
    }
}
@media screen and (max-width: 1080px) {
    .suggestion-container.homeSearch {
        max-width: 525px;
    }
}
@media screen and (max-width: 990px) {
    .suggestion-container.homeSearch {
        max-width: 500px;
    }
}
@media screen and (max-width: 880px) {
    .choosebody .titel16 {
        font-size: 14px;
    }
    .chhoseBtn {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .suggestion-container.homeSearch {
        max-width: 464px;
    }
    .customContainer.aboutCon .aboutConHeading {
        display: none;
    }
    .customContainer.aboutCon {
        height: auto;
    }
    .choosebody h3.titel18 {
        font-size: 14px;
    }
    .choosebody .titel16 {
        font-size: 13px;
    }
    .chhoseBtn {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .countContainer {
        background-image: url("../images/eventbackgroundmob.webp");
        height: 572px;
        padding: 40px 22px;
    }
    .chhoseSlider {
        margin-top: 1.5rem;
    }
    .choseCard .choosebody h5 {
        min-height: 80px;
    }
}

@media screen and (max-width: 480px) {
    .universityList li {
        flex-direction: column;
        align-items: start;
    }
    .heroLeftSide h1 {
        font-size: 30px;
    }
    .heroLeftSide .search-bar {
        margin-bottom: 20px;
    }
    .contactModal {
        width: 170px;
    }
    .customContainer.aboutCon .aboutConHeading {
        display: none;
    }
    .borderBoxContact h6.titel16 {
        font-size: 14px !important;
    }
    .borderBoxContact {
        height: auto;
        padding: 8px 8px 8px 50px;
    }
    .borderBoxContact img {
        height: 30px;
        left: 8px;
    }
    .numberItem.titel74 {
        font-size: 38px !important;
    }
    .borderBoxContact {
        height: auto;
        padding: 8px 30px 8px 50px;
    }
    .chooseImg {
        height: 350px;
    }
}
@media screen and (max-width: 425px) {
    .aboutSliderH {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 400px) {
    .contactModal {
        width: 130px;
    }
}

.error {
    color: red;
}

@media screen and (max-width: 1660px) {
    .starcity {
        min-height: 850px;
        padding-top: 0px;
    }
    .textPointer h5 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1500px) {
    .starcity {
        min-height: 750px;
    }
}
@media screen and (max-width: 1440px) {
    .textPointer h5 {
        font-size: 20px;
    }
    .textPointer p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1300px) {
    .starcity {
        min-height: 650px;
    }
}
@media screen and (max-width: 1080px) {
    .starcity {
        min-height: 650px;
    }
    .textPointer h5 {
        font-size: 18px;
    }
    .textPointer p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .starcity {
        min-height: 500px;
    }
}
@media screen and (max-width: 1000px) {
    .starcity {
        min-height: 550px;
    }
    .textPointer h5 {
        font-size: 16px;
    }
    .textPointer p {
        font-size: 12px;
    }
    .educationPoint:nth-child(2) .textPointer {
        bottom: 30px;
    }
}

@media screen and (min-width: 3501px) {
    .starcity {
        min-height: 1750px;
    }
    .blog-image {
        height: 550px !important;
    }
    .blog-card {
        min-height: 890px;
        height: auto;
        padding: 20px;
    }
    .educationPoint:nth-child(2) {
        top: -303px;
    }
    .avatar {
        width: 65px;
        height: 65px;
    }
    .textPointer {
        min-width: 470px;
    }
    .textPointer h5 {
        font-size: 56px;
    }
    .textPointer p {
        font-size: 30px;
    }
    .educationPoint:nth-child(2) .textPointer {
        bottom: 137px;
    }
    .chooseImg {
        width: 500px !important;
    }
    .infoMBox h6.titel16 {
        font-size: 40px;
    }
    .infoTcard img {
        height: 93px;
    }
    .exploreCardBody .titel16 {
        font-size: 42px;
    }
    .applicationcard img {
        width: 93px;
    }
    .applicationcard .titel64 {
        font-size: 116px;
    }
    .blog-content .titel14 {
        font-size: 36px;
    }
    .blog-content h5 {
        font-size: 44px;
    }
    .storiesContainer .viewBtn {
        height: auto;
        font-size: 36px;
        padding: 15px 20px;
    }
    .storiesContainer .viewBtn .ph {
        font-size: 30px;
    }
    .info-card img {
        height: 100px;
    }
    .countContainer {
        padding: 120px 70px;
    }
    .exploreFilter .form-select {
        min-width: 200px;
        font-size: 36px;
    }
    .applicationContainer {
        margin: 7rem 0 !important;
    }
    .chooseContainer {
        margin: 120px auto;
    }
    .chhoseSlider {
        margin-top: 80px;
    }
    .ActiveItemDetails h5 {
        font-size: 90px;
    }
    .ActiveItemDetails .list-unstyled li.titel18 {
        font-size: 40px;
    }

    .ActiveItemDetails .exploreBtn {
        font-size: 32px;
        height: auto;
        padding: 15px 25px;
        width: 350px;
    }
    .ActiveItemDetails .exploreBtn i {
        font-size: 34px;
    }
    .nwThhomeSection {
        margin-top: 208px;
    }
    .exploreContainer {
        margin: 7rem 0;
    }
    .latestEventbtn {
        width: 600px;
        height: 90px;
    }
    .applyBtn {
        height: 65px;
        font-size: 30px;
    }
    .blog-content .readmoreBtn {
        height: 65px;
        font-size: 30px;
    }
}
@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .starcity {
        min-height: 1750px;
    }
    .blog-image {
        height: 450px !important;
    }
    .blog-card {
        min-height: 750px;
        height: auto;
    }
    .educationPoint:nth-child(2) {
        top: -303px;
    }
    .avatar {
        width: 65px;
        height: 65px;
    }
    .textPointer {
        min-width: 470px;
    }
    .textPointer h5 {
        font-size: 56px;
    }
    .textPointer p {
        font-size: 30px;
    }
    .educationPoint:nth-child(2) .textPointer {
        bottom: 137px;
    }
    .chooseImg {
        width: 500px !important;
    }
    .infoMBox h6.titel16 {
        font-size: 36px;
    }
    .infoTcard img {
        height: 93px;
    }
    .exploreCardBody .titel16 {
        font-size: 30px;
    }
    .applicationcard img {
        width: 93px;
    }
    .applicationcard .titel64 {
        font-size: 116px;
    }
    .blog-content .titel14 {
        font-size: 30px;
    }
    .blog-content h5 {
        font-size: 38px;
    }
    .storiesContainer .viewBtn {
        height: auto;
        font-size: 44px;
        padding: 15px 20px;
    }
    .info-card img {
        height: 100px;
    }
    .countContainer {
        padding: 120px 70px;
    }
    .exploreFilter .form-select {
        min-width: 200px;
        font-size: 28px;
    }
    .applicationContainer {
        margin: 7rem 0 !important;
    }
    .chooseContainer {
        margin: 120px auto;
    }
    .chhoseSlider {
        margin-top: 80px;
    }
    .ActiveItemDetails h5 {
        font-size: 90px;
    }
    .ActiveItemDetails .list-unstyled li.titel18 {
        font-size: 40px;
    }

    .ActiveItemDetails .exploreBtn {
        font-size: 32px;
        height: auto;
        padding: 15px 25px;
        width: 350px;
    }

    .ActiveItemDetails .exploreBtn i {
        font-size: 34px;
    }
    .nwThhomeSection {
        margin-top: 250px;
        padding: 224px 0 608px;
    }
    .contactContainer {
        margin: 200px 0 50px;
        position: relative;
    }
    .exploreContainer {
        margin: 7rem 0;
    }
    .abtCont h5 {
        font-size: 45px;
    }
    .blog-content .readmoreBtn {
        height: 60px;
        font-size: 24px;
    }
    .latestEventbtn {
        width: 400px;
        height: 65px;
    }
}
@media screen and (min-width: 2101px) and (max-width: 2700px) {
    .starcity {
        min-height: 1450px;
    }
    .blog-image {
        height: 450px !important;
    }
    .blog-card {
        min-height: 750px;
        height: auto;
    }
    .educationPoint:nth-child(2) {
        top: -303px;
    }
    .avatar {
        width: 65px;
        height: 65px;
    }
    .textPointer {
        min-width: 470px;
    }
    .textPointer h5 {
        font-size: 56px;
    }
    .textPointer p {
        font-size: 30px;
    }
    .educationPoint:nth-child(2) .textPointer {
        bottom: 137px;
    }
    .chooseImg {
        width: 500px !important;
    }
    .infoMBox h6.titel16 {
        font-size: 30px;
    }
    .infoTcard img {
        height: 65px;
    }
    .exploreCardBody .titel16 {
        font-size: 24px;
    }
    .applicationcard img {
        width: 93px;
    }
    .applicationcard .titel64 {
        font-size: 116px;
    }
    .blog-content .titel14 {
        font-size: 26px;
    }
    .blog-content h5 {
        font-size: 32px;
    }
    .storiesContainer .viewBtn {
        height: auto;
        font-size: 26px;
        padding: 15px 20px;
    }
    .info-card img {
        height: 100px;
    }
    .countContainer {
        padding: 120px 70px;
    }
    .exploreFilter .form-select {
        min-width: 200px;
        font-size: 22px;
    }
    .applicationContainer {
        margin: 7rem 0 !important;
    }
    .chooseContainer {
        margin: 120px auto;
    }
    .chhoseSlider {
        margin-top: 80px;
    }
    .ActiveItemDetails h5 {
        font-size: 60px;
    }
    .ActiveItemDetails .list-unstyled li.titel18 {
        font-size: 30px;
    }

    .ActiveItemDetails .exploreBtn {
        font-size: 22px;
        height: auto;
        padding: 15px 25px;
        width: 350px;
    }
    .ActiveItemDetails .exploreBtn i {
        font-size: 22px;
    }
    .nwThhomeSection {
        margin-top: 250px;
        padding: 224px 0 608px;
    }
    .contactContainer {
        margin: 200px 0 50px;
        position: relative;
    }
    .abtCont h5 {
        font-size: 40px;
    }
    .blog-content .readmoreBtn {
        height: 60px;
        font-size: 20px;
    }
    .latestEventbtn {
        width: 400px;
        height: 65px;
    }
}

@media screen and (min-width: 2700px) and (max-width: 3500px) {
    .customContainer {
        margin: 6rem 0;
    }
}
@media screen and (min-width: 3501px) and (max-width: 4000px) {
    .customContainer {
        margin: 8rem 0;
    }
}

@media screen and (max-width: 400px) {
    .heroLeftSide h1 {
        font-size: 28px;
    }
    .filter-btns .Tabbtn {
        min-width: auto;
        height: 46px;
        font-size: 13px;
        flex: 1;
        line-height: 16px;
    }
}