@font-face {
    font-family: "Poppins"; /* Give your font a friendly name */
    font-display: swap;
    src: url("./fonts/Poppins-Regular.ttf") format("truetype"); /* Font file location and format */
}

@font-face {
    font-family: "Poppins Bold"; /* Give your font a friendly name */
    font-display: swap;
    src: url("./fonts/Poppins-Bold.ttf") format("truetype"); /* Font file location and format */
}

@font-face {
    font-family: "Kaushan script"; /* Give your font a friendly name */
    font-display: swap;
    src: url("./fonts/KaushanScript-Regular.ttf") format("truetype"); /* Font file location and format */
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Poppins, sans-serif;
}
.header-info,
.navbar {
    padding: 10px 0;
}
.carousel-item img,
.custom-card img {
    width: 100%;
    height: auto;
}
.carousel-inner,
.custom-card,
.promo-content,
.promo-content h2,
.promo-tile {
    position: relative;
}
.footer .call-to-action button,
.footer .newsletter button,
.promo-content .btn {
    padding: 10px 20px;
}

a {
    color: rgb(49, 94, 190);
    text-decoration: none;
}

a:hover {
    color: rgb(49, 94, 190);
}
.font-61 {
    font-size: 61px;
}

.lh-55 {
    line-height: 55px;
}
.font-52 {
    font-size: 52px;
}
.font-37 {
    font-size: 37px;
}
.font-90 {
    font-size: 83px;
}
.font-12 {
    font-size: 12px;
}
.font-38 {
    font-size: 38px !important;
}
.font-40 {
    font-size: 40px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-28 {
    font-size: 28px;
}
.font-30 {
    font-size: 30px;
}
.font-18 {
    font-size: 18px;
}

.bg-trible {
    background-image: url("/images/frame-10.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    /* Full viewport height */
    display: block;
}

.mt-100 {
    margin-top: 100px;
}

.lh-30 {
    line-height: 30px;
}

.font-48 {
    font-size: 48px;
}

@media (max-width: 768px) {
    .font-20 {
        font-size: 14px;
    }
    .font-18 {
        font-size: 14px;
    }

    .lh-30 {
        line-height: 22px;
    }

    .font-28 {
        font-size: 24px;
    }
}

.container {
    max-width: 1444px !important;
}
.container-1200 {
    max-width: 1200px !important;
    padding: 10px;
}
.text-#164ea3 {
    color: rgb(49, 94, 190);
}
.text-kesri {
    color: #42f4c7;
}
.bg-yellow {
    background-color: #fff9f0;
}

.bg-#164ea3 {
    background-color: rgb(49, 94, 190);
}

.bo-right {
    border-right: 1px solid #cfcfcf;
}
.text-kaushan {
    font-family: "Kaushan script";
}
.navbar-brand img {
    height: 50px;
}
.navbar-nav .nav-link {
    color: #fff;
}
.header-info a:hover,
.navbar-nav .nav-link:hover {
    color: #42f4c7;
}
.header-info {
    background-color: #164ea3;
    color: #fff;
    text-align: center;
}
.header-info a {
    color: #fff;
    text-decoration: none;
}
.header-title {
    font-size: 18px;
    color: #164ea3;
    display: block;
    font-weight: 600;
}
.btn-yellow-gradiant {
    background: linear-gradient(to right, #164ea3, #13448f);
    color: #fff;
    font-weight: 600;
    border-radius: 300px;
}

.btn-#164ea3 {
    background-color: rgb(49, 94, 190);
    color: white;
}
.title,
.title-w {
    font-weight: 800;
    margin-top: 50px;
}
.login-btn {
    background-color: #42f4c7;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}
.login-btn:hover {
    background-color: #42f4c7;
    color: #fff;
}
.curve {
    border-bottom-left-radius: 100% 572px;
    border-bottom-right-radius: 100% 572px;
    box-shadow: 0 0 0 20px #ffc484;
}
.carousel-indicators {
    bottom: 70px !important;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #cfcfcf;
    border-radius: 50%;
    opacity: 100;
}
.carousel-indicators .active {
    width: 20px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 43%;
    opacity: 100;
}
.some {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4);
}
.carousel-item {
    padding-bottom: 20px;
}
.regular-section {
    padding: 100px 0;
}
.regular-section-bottom {
    padding-bottom: 100px;
}
.page-section {
    padding: 50px 0;
}
.title-container {
    display: flex;
    align-items: center;
    font-family: "Poppins Bold";
}
.title {
    font-size: 48px;
    color: rgb(49, 94, 190);
    margin: 0 15px 0 0;
}
.title-full,
.title-full-w {
    margin: 0 15px !important;
}
.title-right {
    flex-grow: 1;
    height: 3px;
    background: linear-gradient(to right, #164ea3, rgba(165, 42, 42, 0));
}
.title-left {
    flex-grow: 1;
    height: 3px;
    background: linear-gradient(to left, #164ea3, rgba(165, 42, 42, 0));
}
@media (max-width: 768px) {
    .curve {
        border-bottom-left-radius: 100% 50px;
        border-bottom-right-radius: 100% 50px;
        box-shadow: 0 0 0 5px #84f1ff;
    }
    .carousel-indicators {
        bottom: -70px !important;
        display: none;
    }
    .carousel-item {
        padding-bottom: 10px;
    }

    .title,
    .title-w {
        font-size: 24px;
    }
}
.title-w {
    font-size: 48px;
    color: #ffff;
    margin: 0 15px 0 0;
}
.custom-card,
.diagonal-section,
.promo-tile {
    color: #fff;
    overflow: hidden;
}
.title-right-w {
    flex-grow: 1;
    height: 3px;
    background: linear-gradient(to right, #ffff, rgba(165, 42, 42, 0));
}
.title-left-w {
    flex-grow: 1;
    height: 3px;
    background: linear-gradient(to left, #fff, rgba(165, 42, 42, 0));
}
.custom-card .arrow-icon,
.custom-card .badge {
    position: absolute;
    color: #164ea3;
    align-items: center;
    display: flex;
    background-color: #fff;
}
.custom-card {
    border-radius: 15px;
    padding: 0;
    background: linear-gradient(to right, #fff, #164ea3);
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    width: 100%;
}
#techno,
.background-om {
    background-repeat: no-repeat;
}
.custom-card img {
    object-fit: cover;
    border-radius: 15px;
    mix-blend-mode: multiply;
    /* transition: transform 0.5s ease-in-out; 
    overflow: hidden;
    width: 100%; */
}

.custom-card:hover {
    transform: scale(1.1);
    object-fit: cover;
    border-radius: 15px !important;
}
.custom-card .card-body {
    position: absolute;
    top: 0;
    width: 50%;
    float: right;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    right: 0;
    height: 100%;
}
.card-main {
    width: 70%;
}
.custom-card .card-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    text-align: right;
}
#techno h5,
.star-rating,
.text-article {
    font-size: 20px;
}
.custom-card .card-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
}
.custom-card .badge {
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 15px;
}
.custom-card .badge .bi {
    margin-right: 5px;
}
.custom-card .arrow-icon {
    bottom: 10px;
    right: 10px;
    width: 75px;
    height: 75px;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
    .custom-card {
        margin-bottom: 20px;
    }
    .custom-card .card-body {
        width: 60%;
    }
    .custom-card .card-title {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }
    .custom-card .card-text {
        font-size: 14px;
    }
    .custom-card .arrow-icon {
        width: 50px;
        height: 50px;
    }
}
#techno {
    background-size: cover;
    mask-image: url(../images/technologies.svg);
    padding-top: 300px;
    background-color: #164ea3;
}
.rounded-20 {
    border-radius: 20px;
}

.rounded-top-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.rounded-bottom-20 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.rounded-10 {
    border-radius: 10px;
}
.promo-tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #164ea3;
    border-radius: 15px;
    text-align: left;
}
.promo-content {
    max-width: 50%;
    padding: 20px;
}
.promo-content h2 {
    font-size: 61px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 20px;
    z-index: 1;
    font-family: "Kaushan Script";
}
.promo-content p {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
.promo-content .btn {
    background-color: #fff;
    color: #164ea3;
    font-weight: 700;
    border-radius: 25px;
}
.promo-image {
    max-width: 40%;
    text-align: right;
}
.promo-image img {
    max-width: 100%;
    border-radius: 15px;
    padding-top: 50px;
}
.background-om {
    pointer-events: none;
    background-image: url("../images/circle.webp");
    background-position: top 0 right 56px;
}
.circle-svg {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 120%;
    height: 120%;
    z-index: 0;
}
.thread-image {
    top: 50px;
    left: 180px;
}
.diagonal-section {
    position: relative;
    background: linear-gradient(to top, #fff9f0, rgba(165, 42, 42, 0));
    /* padding: 100px 50px; */
}
.diagonal-section::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 14%;
    background-color: #fff9f0;
    clip-path: polygon(0 75%, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
}
.text-article {
    color: #164ea3;
    font-weight: 700;
}
.articles .card-diagonal {
    position: relative;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.articles .card-diagonal img {
    width: 100%;
    height: auto;
    display: block;
}
.articles .card-diagonal::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff9f0;
    z-index: 1;
    transform: skewY(-3deg);
    transform-origin: top left;
}
.articles .card-body {
    position: relative;
    z-index: 2;
    background-color: #fff9f0;
}
.articles .card-title {
    font-weight: 700;
    color: #164ea3;
}
.articles .card-text {
    color: #333;
}
.articles .card-meta {
    color: #aaa;
}
.articles .card-video {
    background: #f8d7da;
    padding: 5px 10px;
    border-radius: 20px;
    color: #164ea3;
    display: inline-block;
    margin-bottom: 15px;
}
.articles .card-share {
    color: #888;
}
.bg-ease {
    animation: 3s ease-in-out infinite alternate slide;
    background-image: linear-gradient(-60deg, #164ea3 50%, #1763d4 50%);
    bottom: 0;
    left: -50%;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}
.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}
.bg3 {
    animation-duration: 5s;
}
.col-12-bg {
    background-image: linear-gradient(-80deg, #164ea3 50%, #1e6add 50%);
}
.col-scholarship-bg {
    background-image: linear-gradient(-80deg, #164ea3 40%, #15e7a1 40%);
}

.col-scholarship-bg2 {
    background-image: url("/images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.shadow-kesri {
    border-radius: 15px;
    padding: 0;
    background: linear-gradient(to left, transparent, #164ea3);

    width: 100%;
}

.kesriContent {
    height: 480px;
    background: #164ea3;
    overflow: hidden;
    position: relative;
}
.whiteDiagonal {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-bottom: 100px solid #fff;
    border-left: 100vw solid transparent;
}
.blueDiagonal {
    width: 0;
    height: 20px;
    border-top: 100px solid #fff;
    border-right: 100vw solid transparent;
}
.footer {
    background-color: #fdf7ef;
    padding: 40px 20px;
    position: relative;
}
.footer .logo img {
    max-width: 150px;
}
.footer .footer-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: rgb(49, 94, 190);
    position: relative;
}
.footer .footer-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, rgb(49, 94, 190), #164ea3);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.footer .footer-links {
    list-style: none;
    padding: 0;
    display: ruby;
}
.footer .footer-links li {
    display: inline;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 600;
    border-right: 2px solid #bfbfbf;
}

.footer .footer-links li:last-child {
    border: none;
}

.footer .footer-links a {
    color: rgb(49, 94, 190);
    text-decoration: none;
}
.footer .divider {
    color: #bfbfbf;
    background-color: #bfbfbf;
    padding: 1px;
}
.footer .quick-contact {
    margin-top: 20px;
}
.footer .quick-contact i {
    color: rgb(49, 94, 190);
    margin-right: 10px;
}
.newsletter {
    border-radius: 300px;
}
.footer .newsletter input[type="email"] {
    border: none;
    border-radius: 300px;
    padding: 10px 15px;
    margin-right: 10px;
}
.footer .newsletter button {
    background-color: #164ea3;
    border: none;
    color: #fff;
    border-radius: 300px !important;
}
.footer .bottom-bar {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 20px;
    color: rgb(49, 94, 190);
    text-align: center;
    font-size: 0.875rem;
}
.footer .bottom-bar a {
    text-decoration: none;
    color: rgb(49, 94, 190);
}
.footer .om-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("your-om-pattern-image-url") 0 0 / cover no-repeat;
    opacity: 0.1;
}
.footer .call-to-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(49, 94, 190);
    color: #fff;
    padding: 12px 50px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: -100px;
    position: absolute;
}
.footer .call-to-action h2 {
    padding-right: 55px;
    font-size: 24px;
}
.footer .call-to-action button {
    background-color: #fff;
    color: rgb(49, 94, 190);
    border: none;
    border-radius: 25px;
}
.footer .logo-and-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .social-icons a {
    color: rgb(49, 94, 190);
    font-size: 1.5rem;
    margin-right: 15px;
}

.foot-top {
    margin-top: 100px;
}
.testimonial-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff7f2;
    padding: 20px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.star-rating {
    color: #fc0;
}
.testimonial-name {
    font-weight: 700;
}
.testimonial-role {
    color: #aaa;
    font-size: 12px;
}
.slider-nav button {
    background: #fc0;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
}
.test-image {
    width: 60px !important;
    height: 60px !important;
    top: 1px;
    position: absolute;
}
.owl-dots,
.owl-nav {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 0 50px !important;
    font-size: 45px !important;
    color: #164ea3 !important;
}
.owl-carousel .owl-carousel button.owl-dot {
    padding: 10px !important;
    background-color: #000;
}
img {
    aspect-ratio: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 15px;
    font-size: 20px;
}

.testimonial-card p {
    margin: 40px 20px;
}

.image-container {
    overflow: hidden;
    border-radius: 20px;
}

.image-container img {
    transition: transform 0.5s ease-in-out; /* Smooth zoom animation */
}

.image-container:hover img {
    transform: scale(1.2); /* Zoom in by 20% on hover */
}

.thread-img {
    background-image: url("/images/thread.svg");
    background-repeat: no-repeat;
    background-position: top 50px left 190px;
}
.bg-thread {
    background-image: url("/images/kthread.svg");
    background-repeat: no-repeat;
    background-position: top 44px left 175px;
}
.dance-background {
    background-image: url("/images/dances.svg");
    background-repeat: no-repeat;
    background-position: bottom 0px left 145px;
}

.leaves-img {
    background-image: url("/images/leaves.svg");
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    overflow: visible;
}

.yog-img {
    background-image: url("/images/yog.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom 0px right 50px;
}

.anando-img {
    margin-top: -80px;
}

.nav-link-title {
    position: relative;
    display: inline-block;
    color: rgb(49, 94, 190);
}
.nav-link-title::after {
    content: "";
    position: absolute;
    left: 70%;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(49, 94, 190),
        rgba(165, 42, 42, 0)
    );
    transition: width 0.3s ease, left 0.3s ease;
}
.nav-link-title:hover::after {
    width: 100%;
    color: rgb(49, 94, 190) !important;
    left: 0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(49, 94, 190) !important;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgb(49, 94, 190) !important;
}

.test-om-bg {
    background-image: url("../images/test-om-bg.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom 0px left 50px;
}

.test-leaves {
    background-image: url("../images/test-leaves.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: top 0px right 100px;
}

.prana-bg-1 {
    background-image: url("../images/prana-bg-1.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom 0px left 0px;
}
.prana-bg-2 {
    background-image: url("../images/prana-bg-2.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: top 0px left -150px;
}
.floating_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.contact_icon {
    background-color: #ffffff;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    z-index: 1;
}

input:focus-visible {
    outline: none !important;
}

.bg-#42f4c7 {
    background-color: #164ea3;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    margin-top: -130px;
}

.fw-800 {
    font-weight: 800;
}

.fw-600 {
    font-weight: 600;
}

.p-body {
    margin-top: 25px;
    color: #5c5c5c;
    line-height: 21px;
}

.top-space {
    margin-top: 60px;
}
.profile-desc-1 {
    margin-top: 50px;
}

.profile-desc {
    margin-top: 110px;
}

.card-image {
    height: 304px;
    overflow: hidden;
    position: relative;
    /* padding: 20px 20px 0px 20px; */
}

.card-image-teams {
    height: 304px;
    overflow: hidden;
    position: relative;
    padding: 20px 20px 0px 20px;
}

.card-image-special {
    height: 340px;
    overflow: hidden;
    position: relative;
    padding: 20px 20px 0px 20px;
}
.card-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sec-body {
    background-color: #164ea3;
    color: white;
    border-top-left-radius: 20px;
    text-align: center;
}

.lh-16 {
    line-height: 16px;
}

.small-card h5 {
    font-size: 24px;
    color: #164ea3;
    font-weight: 800;
}

.small-card span {
    font-size: 18px;
    color: rgb(49, 94, 190);
    font-weight: 600;
}

.border-kesri {
    border: 2px solid #164ea3;
}

.border-yellow {
    border: 1px solid #ffc484;
}

.border-#164ea3 {
    border: 3px solid rgb(49, 94, 190);
}

.profile-om-bg-1 {
    background-image: url("../images/profile-om-bg-1.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: top 0px left 0px;
}

.profile-om-bg-2 {
    background-image: url("../images/profile-om-bg-1.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: top 0px right 0px;
}

.profile-om-bg-3 {
    background-image: url("../images/profile-om-bg-1.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom 0px left 0px;
}

.footer-om-bg {
    background-image: url("../images/footer-om-bg.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: top 0px left 0px;
}

.footer-leaves {
    background-image: url("../images/footer-leaves.svg");
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom -20px right -50px;
}

@media (max-width: 768px) {
    .footer .call-to-action {
        display: grid;
        align-items: center;
        background-color: rgb(49, 94, 190);
        color: #fff;
        padding: 30px;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-top: -300px;
        position: absolute;
    }

    .bg-thread {
        background-image: none;
        background-repeat: no-repeat;
        background-position: top 16px left 150px;
    }

    .qr-image {
        display: flex;
        justify-content: center;
    }
}

.yellow-project {
    background: linear-gradient(to top, #fff9f0, rgba(165, 42, 42, 0));
    padding: 50px 0px;
}

.project-content {
    line-height: 27px;
}

.project-content p {
    margin-bottom: 2rem;
    font-size: 18px;
}

.project-content li {
    margin-left: -12px !important;
    margin: 27px 0px;
    font-size: 18px;
}

.project-content h3 {
    color: #164ea3;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.yellow-project .carousel-item img {
    height: 500px;
}

.pran-img {
    position: absolute;
}

.overflow-ellipsis {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-image {
    padding: 50px 50px;
    margin: 25px 0px;
}
@media (max-width: 768px) {
    #testimonials .title {
        font-size: 20px;
    }
    .regular-section {
        padding: 50px 0;
    }

    .yellow-project .carousel-item img {
        height: 220px;
    }

    #techno .title-w {
        font-size: 22px;
    }

    .meet {
        font-size: 35px;
    }

    .thread-img {
        background-image: none;
        background-position: top 50px left 10px;
    }

    .meet2 {
        font-size: 20px;
    }

    .background-om {
        background-position: top 0px right 6px;
    }

    .pose2 {
        display: none;
    }

    .font-41 {
        font-size: 41px !important;
    }

    .card-image {
        height: 228px;
    }

    .foot-top {
        margin-top: 302px;
    }

    #techno {
        background-color: rgb(49, 94, 190);
        padding-top: 50px;
    }

    .s-patel {
        margin-top: 94px;
    }

    .half-manage {
        margin-bottom: 200px;
    }

    .half-top {
        margin-top: -160px;
    }

    .kesriContent {
        height: 1084px;
    }

    .footer .footer-links li {
        display: grid;
        border-right: none;
        text-align: center;
        padding-top: 10px;
    }

    .footer .call-to-action h2 {
        text-align: center;
        padding-right: 0px;
    }

    .pran-img {
        position: static;
    }

    .font-small-44 {
        font-size: 44px !important;
    }

    .anando-img {
        margin-top: -30px;
    }

    .item-image {
        padding: 0px 0px;
        margin: 0px 0px;
    }
}

.text-muted {
    color: #000 !important;
}

@media (max-width: 768px) {
    .dropdown-menu {
        display: none; /* Hide by default */
        position: absolute;
        top: 60px; /* Adjust based on navbar height */
        width: 100%;
        background-color: #fff9f0; /* Background for dropdown */
        z-index: 9999;
    }

    /* Show dropdown menu when toggled */
    .dropdown-menu.show {
        display: block;
    }

    .dropdown-item {
        padding: 10px 20px;
    }

    /* Prevent scrolling when dropdown is open */
    body.no-scroll {
        overflow: hidden;
    }

    .header-title {
        font-size: 14px;
    }
    a:active {
        background-color: #164ea3 !important;
    }
    a[tabindex]:focus {
        color: #164ea3;
        outline: none;
    }
}
