It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://anits.edu.in

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <!-- meta tags -->
  5.  <meta charset="utf-8">
  6.  <meta name="keywords" content="ANITS, Anil neerukonda institute of technology " />
  7.  <meta name="description" content="Anil neerukonda institute of technology  & sciences (ANITS)" />
  8.  <meta name="author" content="www.cdmedialabs.com" />
  9.  <meta name="viewport" content="width=device-width, initial-scale=1">
  10.  
  11.  <!-- Title -->
  12.  <title>ANITS - Anil Neerukonda Institute Of Technology & Sciences, Visakhapatnam </title>
  13.  
  14.  <!-- favicon icon -->
  15.  
  16.  <link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png">
  17.  <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
  18.  <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
  19.  
  20.  <!-- inject css start -->
  21.  
  22.  <!--== bootstrap -->
  23.  <link href="/static/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  24.  
  25.  <!--== fonts -->
  26.  <link
  27.    href="https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap"
  28.    rel="stylesheet">
  29.  
  30.  <link
  31.    href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap"
  32.    rel="stylesheet">
  33.  
  34.  <!--== animate -->
  35.  <link href="/static/css/animate.css" rel="stylesheet" type="text/css" />
  36.  
  37.  <!--== line-awesome -->
  38.  <link href="/static/css/line-awesome.min.css" rel="stylesheet" type="text/css" />
  39.  
  40.  <!--== magnific-popup -->
  41.  <link href="/static/css/magnific-popup.css" rel="stylesheet" type="text/css" />
  42.  
  43.  <!--== owl.carousel -->
  44.  <link href="/static/css/owl.carousel.css" rel="stylesheet" type="text/css" />
  45.  
  46.  <!--== lightslider -->
  47.  <link href="/static/css/lightslider.min.css" rel="stylesheet" type="text/css" />
  48.  
  49.  <!--== base -->
  50.  <link href="/static/css/base.css" rel="stylesheet" type="text/css" />
  51.  
  52.  <!--== shortcodes -->
  53.  <link href="/static/css/shortcodes.css" rel="stylesheet" type="text/css" />
  54.  
  55.  <!--== spacing -->
  56.  <link href="/static/css/spacing.css" rel="stylesheet" type="text/css" />
  57.  
  58.  <!--== style -->
  59.  <link href="/static/css/style.css" rel="stylesheet" type="text/css" />
  60. <script async src="https://www.googletagmanager.com/gtag/js?id=G-KV1CZNW40R"></script>
  61.  
  62.    <link href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/css/lightbox.min.css" rel="stylesheet">
  63. <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/js/lightbox.min.js"></script>
  64.  
  65.  
  66.    <link href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css" rel="stylesheet">
  67. <script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.umd.js"></script>
  68.  
  69. <script src="https://www.google.com/recaptcha/api.js" async defer></script>
  70.  
  71.    <script>
  72.  window.dataLayer = window.dataLayer || [];
  73.  function gtag(){dataLayer.push(arguments);}
  74.  gtag('js', new Date());
  75.  
  76.  gtag('config', 'G-KV1CZNW40R');
  77. </script>
  78.  
  79.  
  80.  
  81. </head>
  82.  <!-- inject css end -->
  83.  
  84.  <!-- Google tag (gtag.js) -->
  85. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
  86. <!-- Font Awesome Icons -->
  87. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
  88.  
  89. <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
  90. <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
  91. <script src="https://www.google.com/recaptcha/api.js" async defer></script>
  92.  
  93. <script>
  94.    AOS.init();
  95. </script>
  96. <style>
  97.  
  98.    @media (min-width: 1025px) {
  99.        .sticky__btn {
  100.            position: fixed;
  101.            top: 22%;
  102.            right: 0;
  103.            transform-origin: bottom right;
  104.            z-index: 1;
  105.        }
  106.    }
  107.  
  108.    [data-aos=fade-left] {
  109.        transform: translate3d(100px, 0, 0);
  110.    }
  111.  
  112.    .counter-cards {
  113.        display: flex;
  114.        flex-wrap: wrap;
  115.        gap: 20px;
  116.        justify-content: center;
  117.        align-items: center;
  118.    }
  119.  
  120.    .counter-cards__item {
  121.        width: 250px;
  122.        height: 150px;
  123.        display: flex;
  124.        flex-direction: column;
  125.        justify-content: center;
  126.        align-items: center;
  127.        border-radius: 10px;
  128.        transition: transform 0.3s ease, background-color 0.5s ease;
  129.        position: relative;
  130.        overflow: hidden;
  131.        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  132.    }
  133.  
  134.    .counter-cards__item--yellow {
  135.        background-color: #f8cd26;
  136.    }
  137.  
  138.    .counter-cards__item--green {
  139.        background-color: #78C000;
  140.    }
  141.  
  142.    .counter-cards__item--red {
  143.        background-color: #FF6F61;
  144.    }
  145.  
  146.    /* Hover Animation */
  147.    .counter-cards__item:hover {
  148.        transform: scale(1.05);
  149.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  150.    }
  151.  
  152.    .counter-cards__number {
  153.        font-size: 2rem;
  154.        font-weight: bold;
  155.        color: #fff;
  156.        animation: fadeInNumber 0.8s ease-in-out;
  157.    }
  158.  
  159.    .counter-cards__item p {
  160.        font-size: 1rem;
  161.        color: #fff;
  162.        text-align: center;
  163.        margin: 0;
  164.        padding: 0 10px;
  165.        opacity: 0;
  166.        animation: fadeInText 1s ease-in-out forwards;
  167.    }
  168.  
  169.    /* Keyframes for fade-in */
  170.    @keyframes fadeInNumber {
  171.        0% {
  172.            opacity: 0;
  173.            transform: translateY(-10px);
  174.        }
  175.        100% {
  176.            opacity: 1;
  177.            transform: translateY(0);
  178.        }
  179.    }
  180.  
  181.    @keyframes fadeInText {
  182.        0% {
  183.            opacity: 0;
  184.            transform: translateY(10px);
  185.        }
  186.        100% {
  187.            opacity: 1;
  188.            transform: translateY(0);
  189.        }
  190.    }
  191.  
  192.  
  193.    /* Container to hold the marquee */
  194.    .marquee-container {
  195.        overflow: hidden;
  196.        width: 100%;
  197.        background-color: #f9f9f9; /* Optional: Set background color */
  198.        padding: 20px 0;
  199.    }
  200.  
  201.    /* Marquee wrapper */
  202.    .marquee {
  203.        display: flex;
  204.        gap: 20px; /* Spacing between images */
  205.        animation: marquee-animation 20s linear infinite; /* Smooth scrolling animation */
  206.    }
  207.  
  208.    /* Individual marquee items */
  209.    .marquee-item img {
  210.        height: 100px; /* Smaller image size */
  211.        object-fit: contain;
  212.        padding: 10px;
  213.        border: 1px solid #ddd; /* Add border for style */
  214.        border-radius: 10px; /* Rounded corners */
  215.        background-color: #fff; /* Background for images */
  216.        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  217.    }
  218.  
  219.    /* Keyframes for marquee effect */
  220.    @keyframes marquee-animation {
  221.        0% {
  222.            transform: translateX(0%);
  223.        }
  224.        100% {
  225.            transform: translateX(-50%);
  226.        }
  227.    }
  228.  
  229.    .sticky__btn {
  230.        position: fixed;
  231.        top: 40%;
  232.        right: 0;
  233.        transform: translateY(-50%); /* Centers the button vertically */
  234.        z-index: 1000; /* Ensures the button is on top of other content */
  235.        display: flex;
  236.        flex-direction: column;
  237.        gap: 30px; /* Increased space between buttons */
  238.        padding: 15px 0; /* Padding for vertical spacing */
  239.        align-items: center; /* Align buttons to the center */
  240.    }
  241.  
  242.    .sticky__btn ul {
  243.        list-style: none;
  244.        margin: 0;
  245.        padding: 0;
  246.    }
  247.  
  248.    .sticky__btn ul li {
  249.        margin: 0;
  250.        padding: 0;
  251.        width: auto; /* Remove fixed width for content-based sizing */
  252.    }
  253.  
  254.    .sticky__btn ul li a {
  255.        text-decoration: none;
  256.        color: white;
  257.        font-weight: bold;
  258.        font-size: 16px; /* Slightly increased font size */
  259.        display: block;
  260.        padding: 10px 30px; /* Increased padding for better clarity */
  261.        background-color: #FF4500; /* Background color for buttons */
  262.        border-radius: 25px; /* Rounded corners */
  263.        text-align: center;
  264.        transform: rotate(-90deg); /* Rotate the text */
  265.        transform-origin: right center; /* Rotation origin to the right edge */
  266.        white-space: nowrap; /* Prevent text from wrapping */
  267.        transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  268.        box-sizing: border-box; /* Ensures padding and border are included in the element's total width/height */
  269.        margin-right: 24px;
  270.  
  271.    }
  272.  
  273.    .sticky__btn ul li a:hover {
  274.        background-color: #FF6347; /* Hover background color */
  275.        transform: rotate(-90deg) scale(1.05); /* Zoom effect on hover */
  276.        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Subtle shadow for hover effect */
  277.    }
  278.  
  279.    /* AOS Animations */
  280.    [data-aos^="fade"][data-aos^="fade"].aos-animate {
  281.        opacity: 1;
  282.        transform: translateZ(0);
  283.    }
  284.  
  285.    [data-aos][data-aos][data-aos-easing="ease"],
  286.    body[data-aos-easing="ease"] [data-aos] {
  287.        transition-timing-function: ease;
  288.    }
  289.  
  290.    [data-aos][data-aos][data-aos-duration="800"],
  291.    body[data-aos-duration="800"] [data-aos] {
  292.        transition-duration: 0.8s;
  293.    }
  294.  
  295.    [data-aos^="fade"][data-aos^="fade"] {
  296.        opacity: 0;
  297.        transition-property: opacity, transform;
  298.    }
  299.  
  300.  
  301.    .events-container {
  302.        position: relative;
  303.        padding: 10px;
  304.        border-radius: 12px;
  305.        background: white;
  306.        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  307.    }
  308.  
  309.    .events-title {
  310.        font-weight: 800;
  311.        color: #212529;
  312.        margin-bottom: 30px;
  313.        display: inline-block;
  314.        position: relative;
  315.    }
  316.  
  317.    .events-title::after {
  318.        content: "";
  319.        position: absolute;
  320.        width: 70%;
  321.        height: 4px;
  322.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  323.        bottom: -10px;
  324.        left: 0;
  325.        border-radius: 2px;
  326.    }
  327.  
  328.    .event-item {
  329.        position: relative;
  330.      
  331.        margin-bottom: 20px;
  332.        border-radius: 8px;
  333.        background-color: #fff;
  334.        transition: all 0.3s ease;
  335.      
  336.    }
  337.  
  338.  
  339.  
  340.    .event-date-badge {
  341.        position: absolute;
  342.        top: 20px;
  343.        right: 20px;
  344.        padding: 6px 12px;
  345.        border-radius: 20px;
  346.        font-size: 0.8rem;
  347.        font-weight: 600;
  348.        color: white;
  349.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  350.    }
  351.  
  352.    .event-title {
  353.        font-weight: 700;
  354.        color: #343a40;
  355.        margin-bottom: 8px;
  356.        padding-right: 100px;
  357.    }
  358.  
  359.    .event-subtitle {
  360.        color: #6c757d;
  361.        font-size: 0.95rem;
  362.        margin-bottom: 10px;
  363.    }
  364.  
  365.    .event-desc {
  366.        color: #495057;
  367.        font-size: 0.9rem;
  368.        margin-bottom: 15px;
  369.    }
  370.  
  371.    .view-all-btn {
  372.        display: block;
  373.        width: 100%;
  374.        padding: 12px;
  375.        text-align: center;
  376.        border-radius: 8px;
  377.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  378.        color: white;
  379.        font-weight: 600;
  380.        border: none;
  381.        transition: all 0.3s ease;
  382.        text-decoration: none;
  383.        margin-top: 15px;
  384.    }
  385.  
  386.    .view-all-btn:hover {
  387.        background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  388.        box-shadow: 0 5px 15px rgba(255, 126, 95, 0.3);
  389.        color: white;
  390.    }
  391.  
  392.    .event-tag {
  393.        display: inline-block;
  394.        padding: 4px 10px;
  395.        font-size: 0.7rem;
  396.        font-weight: 600;
  397.        background-color: #f8f9fa;
  398.        color: #6c757d;
  399.        border-radius: 4px;
  400.        margin-right: 5px;
  401.    }
  402.  
  403.    .news-container {
  404.        max-width: 100%;
  405.  
  406.        margin: 0 auto;
  407.        border-radius: 12px;
  408.        overflow: hidden;
  409.        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  410.        background-color: #fff;
  411.    }
  412.  
  413.    .news-header {
  414.        background: linear-gradient(135deg, #192f59, #3498db);
  415.        color: white;
  416.        padding: 32px 20px;
  417.        display: flex;
  418.        align-items: center;
  419.        margin-top: -49px;
  420.        justify-content: space-between;
  421.    }
  422.  
  423.    .news-header h4 {
  424.        margin: 0;
  425.        font-weight: 600;
  426.    }
  427.  
  428.    .marquee-container {
  429.        height: 150px;
  430.        overflow-y: hidden;
  431.        position: relative;
  432.    }
  433.  
  434.    .marquee-container2 {
  435.        height: 450px;
  436.        overflow-y: hidden;
  437.        position: relative;
  438.    }
  439.  
  440.    .marquee-content {
  441.        padding: 0;
  442.        animation: scroll-y 25s linear infinite;
  443.        position: relative;
  444.    }
  445.  
  446.    .marquee-content:hover {
  447.        animation-play-state: paused;
  448.    }
  449.  
  450.    @keyframes scroll-y {
  451.        0% {
  452.            transform: translateY(0);
  453.        }
  454.        100% {
  455.            transform: translateY(-50%);
  456.        }
  457.    }
  458.  
  459.    .news-item {
  460.        padding: 15px 20px;
  461.        border-bottom: 1px solid #e9ecef;
  462.        display: flex;
  463.        transition: all 0.3s ease;
  464.    }
  465.  
  466.    .news-item:hover {
  467.        background-color: #f8f9fa;
  468.    }
  469.  
  470.    .news-date {
  471.        min-width: 80px;
  472.        text-align: center;
  473.        background-color: #e9ecef;
  474.        border-radius: 4px;
  475.        padding: 5px;
  476.        font-size: 0.75rem;
  477.        font-weight: 600;
  478.        color: #495057;
  479.        height: fit-content;
  480.        display: flex;
  481.        flex-direction: column;
  482.    }
  483.  
  484.    .news-date .day {
  485.        font-size: 1.2rem;
  486.        font-weight: 700;
  487.        color: #3a7bd5;
  488.    }
  489.  
  490.    .news-content {
  491.        margin-left: 15px;
  492.        flex: 1;
  493.    }
  494.  
  495.    .news-title {
  496.        font-weight: 600;
  497.        margin-bottom: 5px;
  498.        color: #343a40;
  499.    }
  500.  
  501.    .news-desc {
  502.        font-size: 0.85rem;
  503.        color: #6c757d;
  504.        margin-bottom: 8px;
  505.    }
  506.  
  507.    .news-tag {
  508.        display: inline-block;
  509.        padding: 2px 8px;
  510.        background-color: #e9ecef;
  511.        border-radius: 20px;
  512.        font-size: 0.7rem;
  513.        color: #495057;
  514.        margin-right: 5px;
  515.    }
  516.  
  517.    .news-footer {
  518.        padding: 12px;
  519.        text-align: center;
  520.        background-color: #f8f9fa;
  521.        border-top: 1px solid #e9ecef;
  522.    }
  523.  
  524.    .news-footer a {
  525.        color: #3a7bd5;
  526.        text-decoration: none;
  527.        font-weight: 600;
  528.        font-size: 0.9rem;
  529.    }
  530.  
  531.    .news-indicator {
  532.        width: 8px;
  533.        height: 8px;
  534.        border-radius: 50%;
  535.        display: inline-block;
  536.        margin-right: 8px;
  537.    }
  538.  
  539.    .indicator-new {
  540.        background-color: #38b000;
  541.        box-shadow: 0 0 0 3px rgba(56, 176, 0, 0.2);
  542.    }
  543.  
  544.    .indicator-important {
  545.        background-color: #e63946;
  546.        box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
  547.    }
  548.  
  549.    .indicator-update {
  550.        background-color: #ff9e00;
  551.        box-shadow: 0 0 0 3px rgba(255, 158, 0, 0.2);
  552.    }
  553.  
  554.    /* Add a fading effect at top and bottom */
  555.    .marquee-container::before,
  556.    .marquee-container::after {
  557.        content: "";
  558.        position: absolute;
  559.        z-index: 2;
  560.        left: 0;
  561.        right: 0;
  562.        height: 30px;
  563.        pointer-events: none;
  564.    }
  565.  
  566.    .marquee-container::before {
  567.        top: 0;
  568.        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  569.    }
  570.  
  571.    .marquee-container::after {
  572.        bottom: 0;
  573.        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  574.    }
  575.  
  576.    /* Controls */
  577.    .news-controls {
  578.        display: flex;
  579.        gap: 10px;
  580.    }
  581.  
  582.    .control-btn {
  583.        background: rgba(255, 255, 255, 0.2);
  584.        border: none;
  585.        width: 30px;
  586.        height: 30px;
  587.        border-radius: 50%;
  588.        display: flex;
  589.        align-items: center;
  590.        justify-content: center;
  591.        color: white;
  592.        cursor: pointer;
  593.        transition: all 0.2s ease;
  594.    }
  595.  
  596.    .control-btn:hover {
  597.        background: rgba(255, 255, 255, 0.4);
  598.    }
  599.  
  600.  
  601.    .section-title {
  602.        position: relative;
  603.        margin-bottom: 2rem;
  604.    }
  605.  
  606.    .section-title h2 {
  607.        font-weight: 700;
  608.        color: var(--secondary-color);
  609.        position: relative;
  610.        display: inline-block;
  611.        padding-bottom: 0.5rem;
  612.    }
  613. .flip_header {
  614.    font-weight: 700;
  615.    color: white;
  616.    font-size: 1.8rem;
  617.    position: relative;
  618.    display: inline-block;
  619.    padding-bottom: 8px;
  620. }
  621.  
  622. .flip_header::after {
  623.    content: "";
  624.    position: absolute;
  625.    left: 0;
  626.    bottom: 0;
  627.    height: 3px;
  628.    width: 100%;
  629.    background-color: #000000; /* Nice teal or any accent color */
  630.    border-radius: 2px;
  631.    transition: width 0.3s ease-in-out;
  632. }
  633.  
  634.    .section-title h2::after {
  635.        content: '';
  636.        position: absolute;
  637.        left: 0;
  638.        bottom: 0;
  639.        width: 70%;
  640.        height: 3px;
  641.        background: var(--primary-color);
  642.        transition: width var(--transition-speed);
  643.    }
  644.  
  645.    .section-title h2:hover::after {
  646.        width: 100%;
  647.    }
  648.  
  649.  
  650.    .btn-primary:hover {
  651.        background-color: var(--dark-color);
  652.        border-color: var(--dark-color);
  653.        transform: translateY(-3px);
  654.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  655.    }
  656.  
  657.    .news-container {
  658.        padding: 3rem 0;
  659.    }
  660.  
  661.  
  662.    .news-card:hover {
  663.        transform: translateY(-10px);
  664.        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  665.    }
  666.  
  667.    .news-thumb {
  668.        position: relative;
  669.        overflow: hidden;
  670.        height: 250px;
  671.    }
  672.  
  673.    .news-thumb img {
  674.        width: 100%;
  675.        height: 100%;
  676.        object-fit: cover;
  677.        transition: transform var(--transition-speed);
  678.    }
  679.  
  680.    .news-card:hover .news-thumb img {
  681.        transform: scale(1.05);
  682.    }
  683.  
  684.    .news-category {
  685.        position: absolute;
  686.        top: 15px;
  687.        left: 15px;
  688.        background-color: var(--primary-color);
  689.        color: white;
  690.        padding: 5px 15px;
  691.        border-radius: 20px;
  692.        font-size: 0.8rem;
  693.        font-weight: 600;
  694.        z-index: 1;
  695.    }
  696.  
  697.    .news-body {
  698.        padding: 1.5rem;
  699.    }
  700.  
  701.    .news-title {
  702.        font-weight: 700;
  703.        margin-bottom: 1rem;
  704.        color: var(--dark-color);
  705.    }
  706.  
  707.    .news-date {
  708.        color: #7f8c8d;
  709.        font-size: 0.9rem;
  710.        margin-bottom: 0.5rem;
  711.    }
  712.  
  713.    .news-text {
  714.        color: #34495e;
  715.        margin-bottom: 1rem;
  716.    }
  717.  
  718.    .news-link {
  719.        color: var(--primary-color);
  720.        font-weight: 600;
  721.        display: inline-flex;
  722.        align-items: center;
  723.        text-decoration: none;
  724.        transition: all var(--transition-speed);
  725.    }
  726.  
  727.    .news-link:hover {
  728.        color: var(--dark-color);
  729.    }
  730.  
  731.    .news-link i {
  732.        margin-left: 0.5rem;
  733.        transition: transform var(--transition-speed);
  734.    }
  735.  
  736.    .news-link:hover i {
  737.        transform: translateX(5px);
  738.    }
  739.  
  740.  
  741.    /* Fade In Animation */
  742.    @keyframes fadeIn {
  743.        from {
  744.            opacity: 0;
  745.            transform: translateY(20px);
  746.        }
  747.        to {
  748.            opacity: 1;
  749.            transform: translateY(0);
  750.        }
  751.    }
  752.  
  753.    .animate-in {
  754.        animation: fadeIn 0.5s ease forwards;
  755.    }
  756.  
  757.    /* Responsive Adjustments */
  758.    @media (max-width: 767px) {
  759.        .section-title h2 {
  760.            font-size: 1.5rem;
  761.        }
  762.  
  763.        .news-card {
  764.            margin-bottom: 2rem;
  765.        }
  766.    }
  767.  
  768.    .card {
  769.        min-height: 595px;
  770.        border-radius: 12px;
  771.        overflow: hidden;
  772.        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  773.        transform: translateY(0);
  774.        transition: transform 0.3s ease, box-shadow 0.3s ease;
  775.    }
  776.  
  777.    .card:hover {
  778.        transform: translateY(-10px);
  779.        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  780.    }
  781.  
  782.    .card-header {
  783.        background: linear-gradient(135deg, #192f59, #3498db);
  784.        color: white;
  785.        padding: 20px;
  786.        position: relative;
  787.        overflow: hidden;
  788.    }
  789.  
  790.    .card-header h2 {
  791.        position: relative;
  792.        z-index: 1;
  793.        font-size: 24px;
  794.        margin-bottom: 5px;
  795.        font-weight: 600;
  796.        animation: fadeIn 0.8s ease-in-out forwards;
  797.    }
  798.  
  799.    .bubble {
  800.        position: absolute;
  801.        border-radius: 50%;
  802.        background: rgba(255, 255, 255, 0.1);
  803.        animation: bubbleFloat 8s infinite linear;
  804.    }
  805.  
  806.    .bubble:nth-child(1) {
  807.        width: 60px;
  808.        height: 60px;
  809.        top: -20px;
  810.        left: 10%;
  811.        animation-delay: 0s;
  812.        animation-duration: 10s;
  813.    }
  814.  
  815.    .bubble:nth-child(2) {
  816.        width: 80px;
  817.        height: 80px;
  818.        top: 30px;
  819.        right: -30px;
  820.        animation-delay: 1s;
  821.        animation-duration: 12s;
  822.    }
  823.  
  824.    .bubble:nth-child(3) {
  825.        width: 40px;
  826.        height: 40px;
  827.        bottom: -10px;
  828.        left: 30%;
  829.        animation-delay: 2s;
  830.        animation-duration: 9s;
  831.    }
  832.  
  833.    .card-content {
  834.        height: 480px;
  835.        overflow-y: auto;
  836.        padding: 0;
  837.        background: white;
  838.    }
  839.  
  840.    .bulletin-list {
  841.        list-style: none;
  842.        padding: 0;
  843.    }
  844.  
  845.    .bulletin-item {
  846.        padding: 15px 20px;
  847.        border-bottom: 1px solid #eee;
  848.        transition: background-color 0.3s ease;
  849.        animation: slideIn 0.5s ease-out forwards;
  850.        opacity: 0;
  851.        transform: translateY(20px);
  852.    }
  853.  
  854.    .bulletin-item:hover {
  855.        background-color: #f8f9fa;
  856.    }
  857.  
  858.    .bulletin-item a {
  859.        display: flex;
  860.        align-items: center;
  861.        color: #1030d4;
  862.        text-decoration: none;
  863.        font-weight: 500;
  864.        transition: color 0.3s ease;
  865.    }
  866.  
  867.    .bulletin-item a:hover {
  868.        color: #192f59;
  869.    }
  870.  
  871.    .bulletin-item .dot {
  872.        color: #3498db;
  873.        margin-right: 10px;
  874.        font-size: 12px;
  875.        animation: pulse 2s infinite;
  876.    }
  877.  
  878.    .bulletin-item:nth-child(even) {
  879.        animation-delay: 0.1s;
  880.    }
  881.  
  882.    .bulletin-item:nth-child(odd) {
  883.        animation-delay: 0.2s;
  884.    }
  885.  
  886.    /* Custom scrollbar */
  887.    .card-content::-webkit-scrollbar {
  888.        width: 8px;
  889.    }
  890.  
  891.    .card-content::-webkit-scrollbar-track {
  892.        background: #f1f1f1;
  893.    }
  894.  
  895.    .card-content::-webkit-scrollbar-thumb {
  896.        background: #c1d1e3;
  897.        border-radius: 4px;
  898.    }
  899.  
  900.    .card-content::-webkit-scrollbar-thumb:hover {
  901.        background: #3498db;
  902.    }
  903.  
  904.    @keyframes slideIn {
  905.        0% {
  906.            opacity: 0;
  907.            transform: translateY(20px);
  908.        }
  909.        100% {
  910.            opacity: 1;
  911.            transform: translateY(0);
  912.        }
  913.    }
  914.  
  915.    @keyframes fadeIn {
  916.        0% {
  917.            opacity: 0;
  918.        }
  919.        100% {
  920.            opacity: 1;
  921.        }
  922.    }
  923.  
  924.    @keyframes bubbleFloat {
  925.        0% {
  926.            transform: translateY(0) rotate(0deg);
  927.        }
  928.        50% {
  929.            transform: translateY(-20px) rotate(180deg);
  930.        }
  931.        100% {
  932.            transform: translateY(0) rotate(360deg);
  933.        }
  934.    }
  935.  
  936.    @keyframes pulse {
  937.        0% {
  938.            transform: scale(1);
  939.            opacity: 0.8;
  940.        }
  941.        50% {
  942.            transform: scale(1.2);
  943.            opacity: 1;
  944.        }
  945.        100% {
  946.            transform: scale(1);
  947.            opacity: 0.8;
  948.        }
  949.    }
  950.  
  951.    * {
  952.        margin: 0;
  953.        padding: 0;
  954.        box-sizing: border-box;
  955.        font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  956.    }
  957.  
  958.    body {
  959.        background-color: #f8f9fa;
  960.        color: #333;
  961.        line-height: 1.6;
  962.    }
  963.  
  964.    .section {
  965.        padding: 80px 0;
  966.    }
  967.  
  968.    .container {
  969.        max-width: 1200px;
  970.        margin: 0 auto;
  971.        padding: 0 20px;
  972.    }
  973.  
  974.    /* Section header */
  975.    .section-header {
  976.        text-align: center;
  977.        margin-bottom: 60px;
  978.    }
  979.  
  980.    .section-title {
  981.        font-size: 2.5rem;
  982.        font-weight: 700;
  983.        color: #2d3748;
  984.        margin-bottom: 15px;
  985.        position: relative;
  986.        display: inline-block;
  987.    }
  988.  
  989.    .section-title::after {
  990.        content: '';
  991.        position: absolute;
  992.        bottom: -10px;
  993.        left: 50%;
  994.        transform: translateX(-50%);
  995.        width: 70px;
  996.        height: 4px;
  997.        background: linear-gradient(90deg, #4527a0, #7b1fa2);
  998.        border-radius: 2px;
  999.    }
  1000.  
  1001.    .section-subtitle {
  1002.        font-size: 1.1rem;
  1003.        color: #718096;
  1004.        max-width: 700px;
  1005.        margin: 0 auto;
  1006.        margin-top: 25px;
  1007.    }
  1008.  
  1009.    /* Top recruiters grid */
  1010. /* Recruiters Grid *//* Recruiters Grid */
  1011.        .recruiters-grid {
  1012.            display: flex;
  1013.            flex-direction: row;
  1014.            justify-content: space-between;
  1015.            gap: 15px;
  1016.            max-width: 1300px;
  1017.            margin: 0 auto;
  1018.        }
  1019.  
  1020.        .recruiter-card {
  1021.            perspective: 1000px;
  1022.            height: 280px;
  1023.            width: 20%;
  1024.            cursor: pointer;
  1025.        }
  1026.  
  1027.          /* Responsive layout */
  1028.        @media (max-width: 992px) {
  1029.            .recruiters-grid {
  1030.                flex-wrap: wrap;
  1031.                justify-content: center;
  1032.                gap: 20px;
  1033.            }
  1034.  
  1035.            .recruiter-card {
  1036.                width: 45%;
  1037.                margin-bottom: 20px;
  1038.            }
  1039.        }
  1040.  
  1041.        @media (max-width: 600px) {
  1042.            .recruiters-grid {
  1043.                flex-direction: column;
  1044.                align-items: center;
  1045.            }
  1046.  
  1047.            .recruiter-card {
  1048.                width: 85%;
  1049.                margin-bottom: 25px;
  1050.            }
  1051.        }
  1052.  
  1053.  
  1054.        .card-inner {
  1055.            position: relative;
  1056.            width: 100%;
  1057.            height: 100%;
  1058.            transition: transform 0.8s;
  1059.            transform-style: preserve-3d;
  1060.            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  1061.            border-radius: 8px;
  1062.        }
  1063.  
  1064.        .card-front, .card-back {
  1065.            position: absolute;
  1066.            width: 100%;
  1067.            height: 100%;
  1068.            -webkit-backface-visibility: hidden;
  1069.            backface-visibility: hidden;
  1070.            display: flex;
  1071.            flex-direction: column;
  1072.            align-items: center;
  1073.            justify-content: center;
  1074.            border-radius: 8px;
  1075.            padding: 16px;
  1076.            box-sizing: border-box;
  1077.        }
  1078.  
  1079.        .card-front {
  1080.            background-color: white;
  1081.        }
  1082.  
  1083.        .card-back {
  1084.            background: linear-gradient(135deg, #192f59, #3498db);
  1085.            color: white;
  1086.            transform: rotateY(180deg);
  1087.        }
  1088.  
  1089.        .flipped .card-inner {
  1090.            transform: rotateY(180deg);
  1091.        }
  1092.  
  1093.        .recruiter-logo {
  1094.            max-width: 80%;
  1095.            max-height: 100px;
  1096.            margin-bottom: 16px;
  1097.        }
  1098.  
  1099.        .recruiter-name {
  1100.            font-size: 18px;
  1101.            font-weight: bold;
  1102.            margin-top: 10px;
  1103.            text-align: center;
  1104.        }
  1105.  
  1106.        .package-info {
  1107.            width: 100%;
  1108.        }
  1109.  
  1110.        .package-info h4.flip_header {
  1111.            text-align: center;
  1112.            margin-bottom: 15px;
  1113.            font-size: 20px;
  1114.            font-weight: bold;
  1115.            text-transform: uppercase;
  1116.            letter-spacing: 1px;
  1117.            color: #ffffff;
  1118.            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  1119.            position: relative;
  1120.        }
  1121.  
  1122.        .package-info h4.flip_header:after {
  1123.            content: '';
  1124.            display: block;
  1125.            width: 50px;
  1126.            height: 2px;
  1127.            background: rgba(255,255,255,0.6);
  1128.            margin: 8px auto 0;
  1129.        }
  1130.  
  1131.        .package-info ul {
  1132.            list-style: none;
  1133.            padding: 0;
  1134.            margin: 0;
  1135.        }
  1136.  
  1137.        .package-info li {
  1138.            padding: 6px 0;
  1139.            text-align: center;
  1140.            font-size: 16px;
  1141.        }
  1142.  
  1143.        /* Controls */
  1144.        .controls {
  1145.            display: flex;
  1146.            justify-content: center;
  1147.            margin: 20px 0;
  1148.        }
  1149.  
  1150.        .control-btn {
  1151.            padding: 8px 16px;
  1152.            margin: 0 8px;
  1153.            border: none;
  1154.            background-color: #4a69bd;
  1155.            color: white;
  1156.            border-radius: 4px;
  1157.            cursor: pointer;
  1158.            font-size: 14px;
  1159.        }
  1160.  
  1161.        .control-btn:hover {
  1162.            background-color: #3e5ca1;
  1163.        }
  1164.    /* Carousel section */
  1165.    .featured-recruiters {
  1166.        margin-top: 60px;
  1167.    }
  1168.  
  1169.    .featured-title {
  1170.        text-align: center;
  1171.        margin-bottom: 30px;
  1172.        font-size: 1.5rem;
  1173.        color: #4a5568;
  1174.        position: relative;
  1175.        padding-bottom: 15px;
  1176.    }
  1177.  
  1178.    .featured-title::after {
  1179.        content: '';
  1180.        position: absolute;
  1181.        bottom: 0;
  1182.        left: 50%;
  1183.        transform: translateX(-50%);
  1184.        width: 50px;
  1185.        height: 3px;
  1186.        background: linear-gradient(90deg, #4527a0, #7b1fa2);
  1187.        border-radius: 2px;
  1188.    }
  1189.  
  1190.  
  1191.    @keyframes scrollX {
  1192.        0% {
  1193.            transform: translateX(0);
  1194.        }
  1195.        100% {
  1196.            transform: translateX(calc(-250px * 6)); /* Half the total width */
  1197.        }
  1198.    }
  1199. /* General Styles */
  1200. .stats-container {
  1201.    display: flex;
  1202.    justify-content: space-around;
  1203.    align-items: center;
  1204.    flex-wrap: wrap;
  1205.    gap: 20px;
  1206.    padding: 40px 20px;
  1207.    background-color: #f9fafb;
  1208.    border-radius: 12px;
  1209.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1210. }
  1211.  
  1212. .stat-item {
  1213.    text-align: center;
  1214.    padding: 20px;
  1215.    background-color: #ffffff;
  1216.    border-radius: 10px;
  1217.    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  1218.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1219.    flex: 1 1 200px; /* Flexible sizing for responsiveness */
  1220.    max-width: 250px;
  1221. }
  1222.  
  1223. .stat-item:hover {
  1224.    transform: translateY(-10px);
  1225.    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  1226. }
  1227.  
  1228. .stat-number {
  1229.    font-size: 2.5rem;
  1230.    font-weight: 700;
  1231.    color: #1e3a8a; /* Dark blue for emphasis */
  1232.    margin-bottom: 10px;
  1233.    transition: color 0.3s ease;
  1234. }
  1235.  
  1236. .stat-item:hover .stat-number {
  1237.    color: #3b82f6; /* Light blue on hover */
  1238. }
  1239.  
  1240. .stat-text {
  1241.    font-size: 1.1rem;
  1242.    color: #4b5563; /* Gray for subtlety */
  1243.    font-weight: 500;
  1244.    margin: 0;
  1245. }
  1246.  
  1247. /* Responsive Design */
  1248. @media (max-width: 768px) {
  1249.    .stats-container {
  1250.        flex-direction: column;
  1251.        gap: 15px;
  1252.    }
  1253.  
  1254.    .stat-item {
  1255.        max-width: 100%;
  1256.        width: 80%;
  1257.    }
  1258. }
  1259.  
  1260.    /* Responsive styles */
  1261.    @media (max-width: 768px) {
  1262.        .section {
  1263.            padding: 60px 0;
  1264.        }
  1265.  
  1266.        .section-title {
  1267.            font-size: 2rem;
  1268.        }
  1269.  
  1270.        .recruiters-grid {
  1271.            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  1272.            gap: 20px;
  1273.        }
  1274.  
  1275.        .stat-item {
  1276.            min-width: 150px;
  1277.        }
  1278.    }
  1279.  
  1280.    @media (max-width: 480px) {
  1281.        .recruiters-grid {
  1282.            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  1283.        }
  1284.  
  1285.        .carousel-item {
  1286.            flex: 0 0 200px;
  1287.        }
  1288.  
  1289.        .stat-number {
  1290.            font-size: 2.5rem;
  1291.        }
  1292.    }
  1293.  
  1294.    .card-container {
  1295.        display: flex;
  1296.        flex-wrap: wrap;
  1297.        gap: 20px;
  1298.        justify-content: center;
  1299.    }
  1300.  
  1301.    .card {
  1302.        width: 300px;
  1303.        background: #fff;
  1304.        border-radius: 10px;
  1305.        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  1306.        overflow: hidden;
  1307.        transition: transform 0.3s ease-in-out;
  1308.    }
  1309.  
  1310.    .card:hover {
  1311.        transform: scale(1.05);
  1312.    }
  1313.  
  1314.    .card-header {
  1315.        background: linear-gradient(135deg, #192f59, #3498db);
  1316.        color: white;
  1317.        padding: 20px;
  1318.        font-size: 18px;
  1319.        text-align: center;
  1320.    }
  1321.  
  1322.    .card-content {
  1323.        padding: 20px;
  1324.        text-align: center;
  1325.    }
  1326.  
  1327.    .counter {
  1328.        font-size: 2rem;
  1329.        font-weight: bold;
  1330.        color: #333;
  1331.    }
  1332.  
  1333.    .event-card, .news-card {
  1334.        background: #fff;
  1335.        border-radius: 10px;
  1336.        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  1337.        padding: 20px;
  1338.        margin-bottom: 20px;
  1339.        transition: transform 0.3s;
  1340.    }
  1341.  
  1342.    .event-card:hover, .news-card:hover {
  1343.        transform: translateY(-5px);
  1344.    }
  1345.  
  1346.  
  1347.    @keyframes float {
  1348.        0%, 100% {
  1349.            transform: translate(0, 0);
  1350.        }
  1351.        50% {
  1352.            transform: translate(20px, 20px);
  1353.        }
  1354.    }
  1355.  
  1356.    :root {
  1357.        --primary-color: #3498db;
  1358.        --secondary-color: #2c3e50;
  1359.        --hover-color: #2980b9;
  1360.    }
  1361.  
  1362.    .section-title {
  1363.        color: var(--secondary-color);
  1364.        text-align: center;
  1365.        margin-bottom: 2rem;
  1366.        font-weight: 600;
  1367.        position: relative;
  1368.        padding-bottom: 15px;
  1369.    }
  1370.  
  1371.    .section-title:after {
  1372.        content: '';
  1373.        position: absolute;
  1374.        bottom: 0;
  1375.        left: 50%;
  1376.        transform: translateX(-50%);
  1377.        width: 80px;
  1378.        height: 3px;
  1379.        background-color: var(--primary-color);
  1380.    }
  1381.  
  1382.    .vital-links-carousel {
  1383.        padding: 2rem 0 4rem;
  1384.        position: relative;
  1385.    }
  1386.  
  1387.    .carousel-container {
  1388.        position: relative;
  1389.        max-width: 1200px;
  1390.        margin: 0 auto;
  1391.    }
  1392.  
  1393.    .carousel-item {
  1394.        transition: transform 0.6s ease-in-out;
  1395.    }
  1396.  
  1397.    .link-card {
  1398.        background-color: white;
  1399.        border-radius: 12px;
  1400.        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  1401.        transition: all 0.3s ease;
  1402.        margin: 10px;
  1403.        height: 150px;
  1404.        overflow: hidden;
  1405.        display: flex;
  1406.        align-items: center;
  1407.        justify-content: center;
  1408.    }
  1409.  
  1410.    .link-card:hover {
  1411.        transform: translateY(-5px);
  1412.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1413.        border-bottom: 3px solid var(--primary-color);
  1414.    }
  1415.  
  1416.    .link-card-inner {
  1417.        display: flex;
  1418.        flex-direction: column;
  1419.        align-items: center;
  1420.        justify-content: center;
  1421.        text-align: center;
  1422.        padding: 1.25rem;
  1423.        width: 100%;
  1424.        height: 100%;
  1425.    }
  1426.  
  1427.    .link-icon {
  1428.        width: 60px;
  1429.        height: 60px;
  1430.        background-color: rgba(52, 152, 219, 0.1);
  1431.        border-radius: 50%;
  1432.        display: flex;
  1433.        align-items: center;
  1434.        justify-content: center;
  1435.        margin-bottom: 1rem;
  1436.        color: var(--primary-color);
  1437.        transition: all 0.3s ease;
  1438.    }
  1439.  
  1440.    .link-card:hover .link-icon {
  1441.        background-color: var(--primary-color);
  1442.        color: white;
  1443.        transform: scale(1.1);
  1444.    }
  1445.  
  1446.    .link-title {
  1447.        font-weight: 600;
  1448.        color: var(--secondary-color);
  1449.        font-size: 1rem;
  1450.        transition: color 0.3s ease;
  1451.        margin: 0;
  1452.    }
  1453.  
  1454.    .link-card:hover .link-title {
  1455.        color: var(--primary-color);
  1456.    }
  1457.  
  1458.    .carousel-control-prev,
  1459.    .carousel-control-next {
  1460.        width: 50px;
  1461.        height: 50px;
  1462.        background-color: var(--primary-color);
  1463.        border-radius: 50%;
  1464.        top: 50%;
  1465.        transform: translateY(-50%);
  1466.        opacity: 0.8;
  1467.    }
  1468.  
  1469.    .carousel-control-prev {
  1470.        left: -25px;
  1471.    }
  1472.  
  1473.    .carousel-control-next {
  1474.        right: -25px;
  1475.    }
  1476.  
  1477.    .carousel-control-prev:hover,
  1478.    .carousel-control-next:hover {
  1479.        opacity: 1;
  1480.        background-color: var(--hover-color);
  1481.    }
  1482.  
  1483.    .carousel-indicators {
  1484.        bottom: -40px;
  1485.    }
  1486.  
  1487.    .carousel-indicators [data-bs-target] {
  1488.        width: 12px;
  1489.        height: 12px;
  1490.        border-radius: 50%;
  1491.        background-color: #ccc;
  1492.        margin: 0 5px;
  1493.        border: none;
  1494.    }
  1495.  
  1496.    .carousel-indicators .active {
  1497.        background-color: var(--primary-color);
  1498.    }
  1499.  
  1500.    .card-link {
  1501.        text-decoration: none;
  1502.        color: inherit;
  1503.        display: block;
  1504.        height: 100%;
  1505.        width: 100%;
  1506.    }
  1507.  
  1508.    @media (max-width: 768px) {
  1509.        .carousel-control-prev,
  1510.        .carousel-control-next {
  1511.            display: none;
  1512.        }
  1513.  
  1514.        .link-card {
  1515.            height: 130px;
  1516.        }
  1517.  
  1518.        .link-icon {
  1519.            width: 50px;
  1520.            height: 50px;
  1521.        }
  1522.    }
  1523.  
  1524. .featured-recruiters {
  1525.            margin-top: 60px;
  1526.        }
  1527.  
  1528.        .featured-title {
  1529.            text-align: center;
  1530.            margin-bottom: 30px;
  1531.            font-size: 1.5rem;
  1532.            color: #4a5568;
  1533.            position: relative;
  1534.            padding-bottom: 15px;
  1535.        }
  1536.  
  1537.        .featured-title::after {
  1538.            content: '';
  1539.            position: absolute;
  1540.            bottom: 0;
  1541.            left: 50%;
  1542.            transform: translateX(-50%);
  1543.            width: 50px;
  1544.            height: 3px;
  1545.            background: linear-gradient(90deg, #4527a0, #7b1fa2);
  1546.            border-radius: 2px;
  1547.        }
  1548.       .accreditation-section {
  1549.    background: linear-gradient(135deg, #192f59, #3498db);
  1550.    color: white;
  1551.    padding: 4rem 0;
  1552. }
  1553.        .accreditation-title {
  1554.            font-size: 2.5rem;
  1555.            font-weight: bold;
  1556.            margin-bottom: 1rem;
  1557.        }
  1558.        .accreditation-description {
  1559.            font-size: 1rem;
  1560.            margin-bottom: 2rem;
  1561.        }
  1562.        .accreditation-cards {
  1563.            display: flex;
  1564.            justify-content: center;
  1565.            gap: 1.5rem;
  1566.        }
  1567.        .accreditation-card {
  1568.            background-color: white;
  1569.            border-radius: 10px;
  1570.            padding: 2rem;
  1571.            text-align: center;
  1572.            width: 250px;
  1573.            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  1574.        }
  1575.        .accreditation-card img {
  1576.            max-width: 150px;
  1577.            margin-bottom: 1rem;
  1578.        }
  1579.          #demo2 .carousel-control-prev,
  1580.    #demo2 .carousel-control-next {
  1581.        display: none;
  1582.    }
  1583.  
  1584.      .adj_section {
  1585.    margin-top: -50px !important;
  1586. }
  1587.  
  1588. @media screen and (max-width: 989px) {
  1589.    .adj_section {
  1590.        margin-top: -61px !important;
  1591.    }
  1592. }
  1593.  
  1594.    /* Default carousel size */
  1595.  
  1596.  
  1597. /* On small screens (less than 768px), increase the height */
  1598. @media screen and (max-width: 767px) {
  1599.    #demo2 .carousel-inner img {
  1600.       /* or any value you prefer */
  1601.        width: 100%;
  1602.          object-fit: cover;
  1603.    }
  1604. }
  1605.    .scrollable-bulletin {
  1606.  scrollbar-width: thin;
  1607.  scrollbar-color: #ccc transparent;
  1608. }
  1609.  
  1610. .scrollable-bulletin::-webkit-scrollbar {
  1611.  width: 6px;
  1612. }
  1613.  
  1614. .scrollable-bulletin::-webkit-scrollbar-thumb {
  1615.  background-color: #ccc;
  1616.  border-radius: 4px;
  1617. }
  1618.  
  1619. .testimonial-card {
  1620.            border-radius: 15px;
  1621.            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  1622.            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  1623.            overflow: hidden;
  1624.            height: 100%;
  1625.        }
  1626.  
  1627.        .testimonial-card:hover {
  1628.            transform: translateY(-10px);
  1629.            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  1630.        }
  1631.  
  1632.        .avatar-container {
  1633.            width: 100px;
  1634.            height: 100px;
  1635.            border-radius: 50%;
  1636.            overflow: hidden;
  1637.            margin: 0 auto;
  1638.            border: 3px solid #fff;
  1639.            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  1640.        }
  1641.  
  1642.        .testimonial-header {
  1643.            background: linear-gradient(135deg, #3498db, #1abc9c);
  1644.            color: white;
  1645.            padding: 20px 0 60px 0;
  1646.            border-radius: 15px 15px 0 0;
  1647.            position: relative;
  1648.        }
  1649.  
  1650.        .testimonial-body {
  1651.            padding: 60px 20px 20px 20px;
  1652.            position: relative;
  1653.            background-color: #fff;
  1654.        }
  1655.  
  1656.        .avatar-container {
  1657.            position: absolute;
  1658.            top: -50px;
  1659.            left: 50%;
  1660.            transform: translateX(-50%);
  1661.        }
  1662.  
  1663.        .stars {
  1664.            color: #FFD700;
  1665.            margin: 10px 0;
  1666.        }
  1667.  
  1668.        .testimonial-text {
  1669.            font-style: italic;
  1670.            color: #555;
  1671.            margin-bottom: 15px;
  1672.        }
  1673.  
  1674.        .testimonial-name {
  1675.            font-weight: bold;
  1676.            margin-bottom: 0;
  1677.        }
  1678.  
  1679.        .section-title {
  1680.            position: relative;
  1681.            margin-bottom: 50px;
  1682.            text-align: center;
  1683.        }
  1684.  
  1685.        .section-title:after {
  1686.            content: '';
  1687.            position: absolute;
  1688.            bottom: -15px;
  1689.            left: 50%;
  1690.            transform: translateX(-50%);
  1691.            width: 80px;
  1692.            height: 3px;
  1693.            background: linear-gradient(to right, #3498db, #1abc9c);
  1694.        }
  1695.  
  1696.        .testimonial-section {
  1697.            background-color: #f9f9f9;
  1698.            padding: 60px 0;
  1699.        }
  1700.        
  1701.        .modal-backdrop {
  1702.            background: rgba(0, 0, 0, 0.8);
  1703.            backdrop-filter: blur(10px);
  1704.        }
  1705.  
  1706.        .modal-content {
  1707.            background: linear-gradient(145deg, #ffffff, #f8f9ff);
  1708.            border: none;
  1709.            border-radius: 20px;
  1710.            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  1711.            overflow: hidden;
  1712.            position: relative;
  1713.        }
  1714.  
  1715.        .modal-content::before {
  1716.            content: '';
  1717.            position: absolute;
  1718.            top: 0;
  1719.            left: 0;
  1720.            right: 0;
  1721.            height: 4px;
  1722.            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
  1723.            background-size: 300% 300%;
  1724.            animation: gradientShift 3s ease infinite;
  1725.        }
  1726.  
  1727.        @keyframes gradientShift {
  1728.            0%, 100% { background-position: 0% 50%; }
  1729.            50% { background-position: 100% 50%; }
  1730.        }
  1731.  
  1732.        .modal-header {
  1733.            border-bottom: none;
  1734.            padding: 2rem 2rem 1rem;
  1735.            position: relative;
  1736.        }
  1737.  
  1738.        .modal-title {
  1739.            font-weight: 700;
  1740.            font-size: 1.8rem;
  1741.            background: linear-gradient(45deg, #667eea, #764ba2);
  1742.            -webkit-background-clip: text;
  1743.            -webkit-text-fill-color: transparent;
  1744.            background-clip: text;
  1745.            margin: 0;
  1746.            animation: titlePulse 2s ease-in-out infinite alternate;
  1747.        }
  1748.  
  1749.        @keyframes titlePulse {
  1750.            from { transform: scale(1); }
  1751.            to { transform: scale(1.05); }
  1752.        }
  1753.  
  1754.        .btn-close {
  1755.            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  1756.            border-radius: 50%;
  1757.            width: 40px;
  1758.            height: 40px;
  1759.            opacity: 1;
  1760.            display: flex;
  1761.            align-items: center;
  1762.            justify-content: center;
  1763.            transition: all 0.3s ease;
  1764.        }
  1765.  
  1766.        .btn-close:hover {
  1767.            transform: rotate(90deg) scale(1.1);
  1768.            background: linear-gradient(45deg, #ee5a24, #ff6b6b);
  1769.        }
  1770.  
  1771.        .modal-body {
  1772.            padding: 1rem 2rem 2rem;
  1773.        }
  1774.  
  1775.        .video-container {
  1776.            position: relative;
  1777.            margin-bottom: 2rem;
  1778.            border-radius: 15px;
  1779.            overflow: hidden;
  1780.            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  1781.            animation: videoFloat 6s ease-in-out infinite;
  1782.        }
  1783.  
  1784.        @keyframes videoFloat {
  1785.            0%, 100% { transform: translateY(0px); }
  1786.            50% { transform: translateY(-10px); }
  1787.        }
  1788.  
  1789.        .video-container iframe {
  1790.            width: 100%;
  1791.            height: 315px;
  1792.            border: none;
  1793.        }
  1794.  
  1795.        .form-container {
  1796.            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  1797.            border-radius: 20px;
  1798.            padding: 2rem;
  1799.            backdrop-filter: blur(10px);
  1800.            border: 1px solid rgba(255, 255, 255, 0.2);
  1801.            position: relative;
  1802.            overflow: hidden;
  1803.        }
  1804.  
  1805.        .form-container::before {
  1806.            content: '';
  1807.            position: absolute;
  1808.            top: -50%;
  1809.            left: -50%;
  1810.            width: 200%;
  1811.            height: 200%;
  1812.            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  1813.            animation: shimmer 3s infinite;
  1814.            pointer-events: none;
  1815.        }
  1816.  
  1817.        @keyframes shimmer {
  1818.            0% { transform: rotate(0deg); }
  1819.            100% { transform: rotate(360deg); }
  1820.        }
  1821.  
  1822.        .form-title {
  1823.            text-align: center;
  1824.            margin-bottom: 1.5rem;
  1825.            font-weight: 600;
  1826.            color: #333;
  1827.            position: relative;
  1828.        }
  1829.  
  1830.        .form-group {
  1831.            margin-bottom: 1.5rem;
  1832.            position: relative;
  1833.        }
  1834.  
  1835.        .form-control {
  1836.            border: 2px solid transparent;
  1837.            border-radius: 15px;
  1838.            padding: 12px 20px 12px 50px;
  1839.            font-size: 1rem;
  1840.            background: rgba(255, 255, 255, 0.9);
  1841.            backdrop-filter: blur(5px);
  1842.            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1843.            position: relative;
  1844.        }
  1845.  
  1846.        .form-control:focus {
  1847.            border-color: #667eea;
  1848.            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  1849.            background: rgba(255, 255, 255, 1);
  1850.            transform: translateY(-2px);
  1851.        }
  1852.  
  1853.        .input-icon {
  1854.            position: absolute;
  1855.            left: 18px;
  1856.            top: 50%;
  1857.            transform: translateY(-50%);
  1858.            color: #667eea;
  1859.            font-size: 1.1rem;
  1860.            z-index: 2;
  1861.            transition: all 0.3s ease;
  1862.        }
  1863.  
  1864.        .form-group:focus-within .input-icon {
  1865.            color: #764ba2;
  1866.            transform: translateY(-50%) scale(1.1);
  1867.        }
  1868.  
  1869.        .download-btn {
  1870.            background: linear-gradient(45deg, #667eea, #764ba2);
  1871.            border: none;
  1872.            border-radius: 50px;
  1873.            padding: 15px 40px;
  1874.            font-weight: 600;
  1875.            font-size: 1.1rem;
  1876.            color: white;
  1877.            width: 100%;
  1878.            position: relative;
  1879.            overflow: hidden;
  1880.            transition: all 0.3s ease;
  1881.            text-transform: uppercase;
  1882.            letter-spacing: 1px;
  1883.        }
  1884.  
  1885.        .download-btn::before {
  1886.            content: '';
  1887.            position: absolute;
  1888.            top: 0;
  1889.            left: -100%;
  1890.            width: 100%;
  1891.            height: 100%;
  1892.            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  1893.            transition: all 0.5s ease;
  1894.        }
  1895.  
  1896.        .download-btn:hover::before {
  1897.            left: 100%;
  1898.        }
  1899.  
  1900.        .download-btn:hover {
  1901.            transform: translateY(-3px);
  1902.            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
  1903.            background: linear-gradient(45deg, #764ba2, #667eea);
  1904.        }
  1905.  
  1906.        .download-btn:active {
  1907.            transform: translateY(-1px);
  1908.        }
  1909.  
  1910.        .floating-elements {
  1911.            position: absolute;
  1912.            top: 0;
  1913.            left: 0;
  1914.            width: 100%;
  1915.            height: 100%;
  1916.            pointer-events: none;
  1917.            overflow: hidden;
  1918.        }
  1919.  
  1920.        .floating-circle {
  1921.            position: absolute;
  1922.            border-radius: 50%;
  1923.            background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  1924.            animation: float 6s ease-in-out infinite;
  1925.        }
  1926.  
  1927.        .floating-circle:nth-child(1) {
  1928.            width: 60px;
  1929.            height: 60px;
  1930.            top: 20%;
  1931.            left: 10%;
  1932.            animation-delay: 0s;
  1933.        }
  1934.  
  1935.        .floating-circle:nth-child(2) {
  1936.            width: 40px;
  1937.            height: 40px;
  1938.            top: 60%;
  1939.            right: 15%;
  1940.            animation-delay: 2s;
  1941.        }
  1942.  
  1943.        .floating-circle:nth-child(3) {
  1944.            width: 30px;
  1945.            height: 30px;
  1946.            bottom: 30%;
  1947.            left: 20%;
  1948.            animation-delay: 4s;
  1949.        }
  1950.  
  1951.        @keyframes float {
  1952.            0%, 100% {
  1953.                transform: translateY(0px) rotate(0deg);
  1954.                opacity: 0.7;
  1955.            }
  1956.            50% {
  1957.                transform: translateY(-20px) rotate(180deg);
  1958.                opacity: 1;
  1959.            }
  1960.        }
  1961.  
  1962.        .modal.show .modal-dialog {
  1963.            animation: modalSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1964.        }
  1965.  
  1966.        @keyframes modalSlideIn {
  1967.            from {
  1968.                opacity: 0;
  1969.                transform: scale(0.7) translateY(-50px);
  1970.            }
  1971.            to {
  1972.                opacity: 1;
  1973.                transform: scale(1) translateY(0);
  1974.            }
  1975.        }
  1976.  
  1977.        .form-control.animate {
  1978.            animation: inputPop 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1979.        }
  1980.  
  1981.        @keyframes inputPop {
  1982.            0% { transform: scale(1); }
  1983.            50% { transform: scale(1.05); }
  1984.            100% { transform: scale(1); }
  1985.        }
  1986.  
  1987.        .success-message {
  1988.            display: none;
  1989.            text-align: center;
  1990.            padding: 1rem;
  1991.            background: linear-gradient(45deg, #4ecdc4, #44a08d);
  1992.            color: white;
  1993.            border-radius: 15px;
  1994.            margin-top: 1rem;
  1995.            animation: successSlide 0.5s ease;
  1996.        }
  1997.  
  1998.        @keyframes successSlide {
  1999.            from {
  2000.                opacity: 0;
  2001.                transform: translateY(20px);
  2002.            }
  2003.            to {
  2004.                opacity: 1;
  2005.                transform: translateY(0);
  2006.            }
  2007.        }
  2008.  
  2009.        @media (max-width: 768px) {
  2010.            .modal-dialog {
  2011.                margin: 1rem;
  2012.            }
  2013.  
  2014.            .modal-title {
  2015.                font-size: 1.5rem;
  2016.            }
  2017.  
  2018.            .video-container iframe {
  2019.                height: 250px;
  2020.            }
  2021.  
  2022.            .form-container {
  2023.                padding: 1.5rem;
  2024.            }
  2025.        }
  2026. </style>
  2027.  
  2028. <style>
  2029.        .stylish-marquee {
  2030.            background: linear-gradient(135deg, #1D406D, #2a5a87);
  2031.            color: white;
  2032.            padding: 12px 20px;
  2033.            border-radius: 8px;
  2034.            font-size: 18px;
  2035.            font-weight: 500;
  2036.            box-shadow: 0 4px 15px rgba(29, 64, 109, 0.3);
  2037.            border-left: 4px solid #ff6b6b;
  2038.            animation: slideIn 1s ease-out;
  2039.        }
  2040.  
  2041.        
  2042.        .stylish-marquee marquee {
  2043.            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  2044.            letter-spacing: 0.5px;
  2045.        }
  2046.        a.one:link {
  2047.          
  2048.            color: white;
  2049.        }
  2050.        a.one:visited  {
  2051.          
  2052.            background: linear-gradient(135deg, #1D406D, #2a5a87);
  2053.            color: white;
  2054.            padding: 12px 20px;
  2055.            border-radius: 8px;
  2056.            font-size: 18px;
  2057.            font-weight: 500;
  2058.            box-shadow: 0 4px 15px rgba(29, 64, 109, 0.3);
  2059.            border-left: 4px solid #ff6b6b;
  2060.            animation: slideIn 1s ease-out;
  2061.            
  2062.        }
  2063.       a.one:hover {
  2064.          
  2065.            color: blue;
  2066.        }
  2067.  
  2068.  
  2069.        @keyframes slideIn {
  2070.            from {
  2071.                opacity: 0;
  2072.                transform: translateY(-20px);
  2073.            }
  2074.            to {
  2075.                opacity: 1;
  2076.                transform: translateY(0);
  2077.            }
  2078.        }
  2079.  
  2080.        .highlight {
  2081.            background: rgba(255, 255, 255, 0.2);
  2082.            padding: 2px 6px;
  2083.            border-radius: 4px;
  2084.            font-weight: 600;
  2085.        }
  2086.        
  2087.        
  2088.        /* Link Styles */
  2089.        .info-links {
  2090.            display: flex;
  2091.            flex-direction: column;
  2092.            gap: 20px;
  2093.        }
  2094.  
  2095.        .info-link {
  2096.            display: flex;
  2097.            align-items: center;
  2098.            padding: 20px 25px;
  2099.            background: rgba(255, 255, 255, 0.1);
  2100.            border: 2px solid rgba(255, 255, 255, 0.2);
  2101.            border-radius: 15px;
  2102.            color: #815fd1 !important;
  2103.            text-decoration: none;
  2104.            font-weight: 600;
  2105.            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  2106.            position: relative;
  2107.            overflow: hidden;
  2108.            animation: fadeInUp 0.8s ease forwards;
  2109.            opacity: 0;
  2110.            transform: translateY(30px);
  2111.        }
  2112.  
  2113.        .info-link:nth-child(1) { animation-delay: 0.2s; }
  2114.        .info-link:nth-child(2) { animation-delay: 0.4s; }
  2115.        .info-link:nth-child(3) { animation-delay: 0.6s; }
  2116.  
  2117.        .info-link::before {
  2118.            content: '';
  2119.            position: absolute;
  2120.            top: 0;
  2121.            left: -100%;
  2122.            width: 100%;
  2123.            height: 100%;
  2124.            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  2125.            transition: left 0.5s;
  2126.        }
  2127.  
  2128.        .info-link:hover::before {
  2129.            left: 100%;
  2130.        }
  2131.  
  2132.        .info-link:hover {
  2133.            transform: translateX(10px) scale(1.02);
  2134.            background: rgba(255, 255, 255, 0.2);
  2135.            border-color: rgba(255, 255, 255, 0.4);
  2136.            color: #ff6f61;
  2137.            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  2138.        }
  2139.  
  2140.        .info-link i {
  2141.            font-size: 1.5rem;
  2142.            margin-right: 15px;
  2143.            background: linear-gradient(45deg, #ffeaa7, #fdcb6e);
  2144.            -webkit-background-clip: text;
  2145.            -webkit-text-fill-color: transparent;
  2146.            background-clip: text;
  2147.            transition: transform 0.3s ease;
  2148.        }
  2149.  
  2150.        .info-link:hover i {
  2151.            transform: scale(1.2) rotate(5deg);
  2152.        }
  2153.  
  2154.        .link-text {
  2155.            flex: 1;
  2156.            font-size: 1.1rem;
  2157.        }
  2158.  
  2159.        .link-arrow {
  2160.            font-size: 1.2rem;
  2161.            transition: transform 0.3s ease;
  2162.            opacity: 0.7;
  2163.        }
  2164.  
  2165.        .info-link:hover .link-arrow {
  2166.            transform: translateX(5px);
  2167.            opacity: 1;
  2168.        }
  2169.  
  2170.        /* Animations */
  2171.        @keyframes slideInLeft {
  2172.            from {
  2173.                opacity: 0;
  2174.                transform: translateX(-30px);
  2175.            }
  2176.            to {
  2177.                opacity: 1;
  2178.                transform: translateX(0);
  2179.            }
  2180.        }
  2181.  
  2182.        @keyframes fadeInUp {
  2183.            to {
  2184.                opacity: 1;
  2185.                transform: translateY(0);
  2186.            }
  2187.        }
  2188.  
  2189.        @keyframes pulse {
  2190.            0%, 100% {
  2191.                transform: scale(1);
  2192.            }
  2193.            50% {
  2194.                transform: scale(1.1);
  2195.            }
  2196.        }
  2197.  
  2198.        /* Responsive Design */
  2199.        @media (max-width: 768px) {
  2200.            .modal-dialog {
  2201.                margin: 10px;
  2202.            }
  2203.            
  2204.            .modal-title {
  2205.                font-size: 1.2rem;
  2206.            }
  2207.            
  2208.            .info-link {
  2209.                padding: 15px 20px;
  2210.            }
  2211.            
  2212.            .link-text {
  2213.                font-size: 1rem;
  2214.            }
  2215.        }
  2216.  
  2217.        /* Glassmorphism effect */
  2218.        .glass-effect {
  2219.            background: rgba(255, 255, 255, 0.1);
  2220.            backdrop-filter: blur(10px);
  2221.            border: 1px solid rgba(255, 255, 255, 0.2);
  2222.        }
  2223.    </style>
  2224.    
  2225.    <style>
  2226. /* Floating Social Media Strip */
  2227. .social-strip {
  2228.  position: fixed;
  2229.  top: 35%;
  2230.  right: 0;
  2231.  z-index: 9999;
  2232.  display: flex;
  2233.  flex-direction: column;
  2234.  gap: 10px;
  2235. }
  2236.  
  2237. .social-icon {
  2238.  display: flex;
  2239.  align-items: center;
  2240.  justify-content: center;
  2241.  width: 45px;
  2242.  height: 45px;
  2243.  color: white;
  2244.  font-size: 20px;
  2245.  border-radius: 50%;
  2246.  transition: all 0.3s ease;
  2247.  text-decoration: none;
  2248.  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  2249. }
  2250.  
  2251. .twitter  { background: #000; }
  2252. .facebook { background: #3b5998; }
  2253.  
  2254. .linkedin { background: #0A66C2; }
  2255. .youtube { background: #FF0000; }
  2256. .whatsapp { background: #25D366; }
  2257. .instagram {
  2258.  background: radial-gradient(circle at 30% 107%, #fdf497 0%,
  2259.              #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  2260. }
  2261.  
  2262. .social-icon:hover {
  2263.  transform: scale(1.1);
  2264.  opacity: 0.9;
  2265. }
  2266. </style>
  2267.  
  2268.  
  2269. <body>
  2270.  
  2271. <!--<div data-aos="fade-left" class="sticky__btn aos-init aos-animate">-->
  2272. <!--    <ul>-->
  2273.  
  2274. <!--        <li><a href="https://onlinesystem.anits.edu.in/" target="_blank">Admissions Open 2025|Apply</a></li>-->
  2275. <!--    </ul>-->
  2276. <!--</div>-->
  2277.  
  2278.  
  2279. <!-- page wrapper start -->
  2280.  
  2281. <div class="page-wrapper">
  2282.  
  2283.    <!-- preloader start -->
  2284.  
  2285.        <div id="ht-preloader">
  2286.      <div class="clear-loader d-flex align-items-center justify-content-center">
  2287.  
  2288.        <div class="loader">
  2289.          <img src="/static/images/logo.png" class="img-fluid" style="width: 80px;" /> <br /> <br />
  2290.          <p style="color: #fff;">Loading... </p>
  2291.        </div>
  2292.      </div>
  2293.    </div>
  2294.  
  2295.    <header id="site-header" class="header">
  2296. <div class="topmost_header py-1">
  2297.  <div class="container-fluid">
  2298.    <div class="d-flex flex-column flex-sm-row flex-wrap justify-content-center align-items-center text-center gap-2" style="line-height: 1.2;">
  2299.  
  2300.      <!-- Contact Info -->
  2301.      <div class="top_call m-0 p-0" style="line-height: 1.5;">
  2302.        <span>College Code:</span> <b>ANIL</b> &emsp;
  2303.        <span>Email:</span> principal@anits.edu.in &emsp;
  2304.       7330789893,8712005999, 8712008222 <small>(Admissions)</small>
  2305.      </div>
  2306.  
  2307.      <!-- Menu Links -->
  2308.      <ul class="menu-topmenu list-unstyled d-flex flex-row gap-2 mb-0" style="line-height: 1;">
  2309.        <li><a title="NBA" href="/nba">NBA</a></li>
  2310.        <li><a title="NAAC" href="/naac">NAAC</a></li>
  2311.        <li><a title="IIC" href="/iic">IIC</a></li>
  2312.        <li><a title="E-Learning" href="/elearning">E-Learning</a></li>
  2313.      </ul>
  2314.  
  2315.    </div>
  2316.  </div>
  2317. </div>
  2318.  
  2319.  
  2320.  
  2321.  <div id="header-wrap">
  2322.    <div class="topHeader py-2">
  2323.  <div class="container">
  2324.    <div class="row align-items-center">
  2325.      <!-- Logo - smaller on mobile, but visible -->
  2326.      <div class="col-3 col-md-2 col-lg-1">
  2327.        <a href="/">
  2328.          <img id="logo-img" class="img-fluid" src="/static/images/logo_header1.png" alt="ANITS Logo" style="max-width: 64px;">
  2329.        </a>
  2330.      </div>
  2331.  
  2332.      <!-- Institute name - responsive text size -->
  2333.      <div class="col-9 col-md-6 col-lg-7">
  2334.        <a href="/" class="text-decoration-none">
  2335.          <div class="logo-text fs-6 fs-md-5 fs-lg-4 fw-bold">ANIL NEERUKONDA INSTITUTE OF TECHNOLOGY & SCIENCES</div>
  2336.        </a>
  2337.      </div>
  2338.  
  2339.      <!-- Accreditation logos - hide on very small screens -->
  2340.      <div class="col-md-4 col-lg-4 d-none d-md-block">
  2341.        <div class="d-flex justify-content-end gap-2">
  2342.          <img class="img-fluid" src="/static/images/auto.webp" alt="Autonomous Status" style="max-height: 70px;">
  2343.          <img class="img-fluid" src="/static/images/naac.png" alt="NAAC Accreditation" style="max-height: 70px;">
  2344.          <!--<img class="img-fluid" src="/static/images/admnopen2.png" alt="Admissions open" style="max-height: 70px;">-->
  2345.         <a href="#" data-bs-toggle="modal" data-bs-target="#videoModal" title="Get Brochure">
  2346.  <img src="/static/images/admnopen2.png" alt="Download Brochure" class="flicker" style="max-height: 70px;">
  2347. </a>
  2348. <a href="/static/images/meritranks.pdf" target="_blank" >
  2349.  <img src="/static/images/merrit1.png" alt="Download Brochure" style="max-height: 80px;" >
  2350. </a>
  2351.        </div>
  2352.      </div>
  2353.    </div>
  2354.  </div>
  2355. </div>
  2356.  
  2357. <!-- Add these CSS improvements to your stylesheet -->
  2358. <style>
  2359.  @media (max-width: 767.98px) {
  2360.    .logo-text {
  2361.      font-size: 14px !important;
  2362.      line-height: 1.2;
  2363.    }
  2364.  
  2365.    #logo-img {
  2366.      max-width: 70px;
  2367.    }
  2368.  }
  2369.  
  2370.  @media (min-width: 768px) and (max-width: 991.98px) {
  2371.    .logo-text {
  2372.      font-size: 16px !important;
  2373.    }
  2374.  }
  2375.  
  2376.  @media (min-width: 992px) {
  2377.    .logo-text {
  2378.      font-size: 18px !important;
  2379.    }
  2380.  }
  2381.  
  2382.  @keyframes flicker {
  2383.  0%, 100% { opacity: 1; }
  2384.  50% { opacity: 0.4; }
  2385. }
  2386.  
  2387. .flicker {
  2388.  animation: flicker 1s infinite;
  2389. }
  2390. </style>
  2391.  
  2392.    <div class="menuheader">
  2393.      <div class="container ">
  2394.        <div class="row">
  2395.          <div class="col-sm-12">
  2396.            <nav class="navbar navbar-expand-lg">
  2397.              <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
  2398.                aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span></span>
  2399.                <span></span>
  2400.                <span></span>
  2401.              </button>
  2402.              <div class="collapse navbar-collapse" id="navbarNav">
  2403.                <ul class="navbar-nav mx-auto position-relative">
  2404.                  <!-- Home -->
  2405.                  <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#"
  2406.                      data-bs-toggle="dropdown">About Us</a>
  2407.                    <ul class="dropdown-menu">
  2408.                          <li><a href="/anits_glance">Anits at a glance</a></li>
  2409.                                                <!--<li><a href="/about_vision_mission">vision &amp; mission</a></li>-->
  2410.                                                <li><a href="/about_principal">Principal</a></li>
  2411.                                              <!--  <li><a href="/directorRD">Director R & D</a></li> -->
  2412.                                                <li><a href="/our_team">Our team</a></li>
  2413.                                                <!--<li><a href="/our_society">Our society</a></li>-->
  2414.                                                <!--<li><a href="/governing_body">Governing body</a></li>-->
  2415.                                                <!--<li><a href="/finance">Finance Committee</a></li>-->
  2416.                                                <li><a href="/committees">Committees</a></li>
  2417.                                                <li><a href="/academic_council">Academic council</a></li>
  2418.                                                <li><a href="/organization_chart">Organization chart</a></li>
  2419.                                              
  2420.                                                
  2421.  
  2422.                    </ul>
  2423.                  </li>
  2424.               <li class="nav-item "> <a class="nav-link " href="/admissions">Admissions</a>
  2425.  
  2426.                  </li>
  2427.  
  2428.                    <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#"
  2429.                      data-bs-toggle="dropdown">Academics</a>
  2430.                    <ul class="dropdown-menu">
  2431.                                                <li><a href="/academiccalendar">Academic Calendar</a></li>
  2432.                                                <li><a href="/timetable">Time Table</a></li>
  2433.                                                <li><a href="/syllabusacademics"> Syllabus</a></li>
  2434.                                                <li><a href="/elearning">E-Learning</a></li>
  2435.                                                <li><a href="/exam">Exam Section</a></li>
  2436.  
  2437.                                                <li><a href="/static/images/ISOcertficate.pdf">ISO Certificate</a></li>
  2438.                                                <li><a href="/apssdc">APSSDC</a></li>
  2439.                                                <li><a href="/swayam">SWAYAM-NPTEL</a></li>
  2440.  
  2441.                                                <!--<li><a href="/studentclubs">Student Clubs</a></li>-->
  2442.                                                <li><a href="/professionalbodies">Professional Bodies</a></li>
  2443.                        <li><a href="/NSS">NSS</a></li>
  2444.                        <li><a href="/NCC">NCC</a></li>
  2445.                        <!--<li><a href="/finance">Prospectus</a></li>-->
  2446.                        <!--<li><a href="/finance">Mandatory Disclosure</a></li>-->
  2447.                    </ul>
  2448.                  </li>
  2449.  
  2450.  
  2451.       <li class="nav-item dropdown">
  2452.    <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Departments</a>
  2453.    <ul class="dropdown-menu">
  2454.        <li><a class="dropdown-item" href="/department/chemical" >Chemical Engineering</a></li>
  2455.        <li><a class="dropdown-item" href="/department/civil">Civil Engineering</a></li>
  2456.        <li><a class="dropdown-item" href="/department/cse">Computer Science and Engineering</a></li>
  2457.        <li><a class="dropdown-item" href="/department/cse-ai-ml">Computer Science and Engineering<br> (AI&amp;ML)</a></li>
  2458.        <li><a class="dropdown-item" href="/department/cse-ds" >Computer Science and Engineering<br> (DS)</a></li>
  2459.        <li><a class="dropdown-item" href="/department/eee" >Electrical & Electronics Eng.</a></li>
  2460.        <li><a class="dropdown-item" href="/department/ece" >Electronics & Communication Eng.</a></li>
  2461.        <li><a class="dropdown-item" href="/department/it">Information Technology</a></li>
  2462.        <li><a class="dropdown-item" href="/department/mech">Mechanical Engineering</a></li>
  2463.        <li><a class="dropdown-item" href="/department/mba">MBA (Hospital Administration)</a></li>
  2464.      
  2465.        <li class="dropdown-submenu">
  2466.            <a class="dropdown-item dropdown-toggle" href="#" >Basic Sciences & Humanities</a>
  2467.            <ul class="dropdown-menu">
  2468.                                <li><a class="dropdown-item" href="/fed" >BS&H-HOD</a></li>
  2469.  
  2470.                <li><a class="dropdown-item" href="/department/chemistry" >Chemistry</a></li>
  2471.                <li><a class="dropdown-item" href="/department/english" >English and Humanities</a></li>
  2472.                <li><a class="dropdown-item" href="/department/maths" >Mathematics</a></li>
  2473.                <li><a class="dropdown-item" href="/department/physics" >Physics</a></li>
  2474.            </ul>
  2475.        </li>
  2476.    </ul>
  2477. </li>
  2478.  
  2479.  
  2480.  
  2481.                      <li class="nav-item "> <a class="nav-link " href="/department/rdc">R&D</a>
  2482.                      <ul class="dropdown-menu">
  2483.                      <li class="nav-item "> <a class="nav-link " href="/directorRD">R&D</a></li>
  2484.  
  2485.                      </ul>
  2486.  
  2487.                  </li>
  2488.                   <li class="nav-item "> <a class="nav-link " href="/iqac">IQAC</a>
  2489.  
  2490.                  </li>
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500.                    <li class="nav-item "> <a class="nav-link " href="/policies">Policies </a>
  2501.  
  2502.                  </li>
  2503.  
  2504.                    <li class="nav-item "> <a class="nav-link " href="/facilities">Facilities </a></li>
  2505.                     <li class="nav-item "> <a class="nav-link " href="/centrallibrary">Library</a></li>
  2506.  
  2507.                    <li class="nav-item "> <a class="nav-link " href="/training_placements">Training&Placements </a></li>
  2508.  
  2509.  
  2510.                </ul>
  2511.              </div>
  2512.  
  2513.  
  2514.            </nav>
  2515.          </div>
  2516.        </div>
  2517.      </div>
  2518.    </div>
  2519.  
  2520.  </div>
  2521.  
  2522.  </header>
  2523.  
  2524.  
  2525.    <!--header end-->
  2526.  
  2527.  
  2528.    <!--hero section start-->
  2529.  
  2530.  
  2531.                    <section>
  2532.  
  2533.   <section class="banner p-0 pos-r adj_section" >
  2534.    <div id="demo2" class="carousel slide banner" data-bs-ride="carousel" data-bs-interval="3000" data-bs-pause="false">
  2535.        <!-- Indicators/dots -->
  2536.        <div class="carousel-indicators">
  2537.            
  2538.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="0" class="active"></button>
  2539.            
  2540.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="1" class=""></button>
  2541.            
  2542.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="2" class=""></button>
  2543.            
  2544.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="3" class=""></button>
  2545.            
  2546.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="4" class=""></button>
  2547.            
  2548.                <button type="button" data-bs-target="#demo2" data-bs-slide-to="5" class=""></button>
  2549.            
  2550.        </div>
  2551.  
  2552.        <!-- The slideshow/carousel -->
  2553.        <div class="carousel-inner">
  2554.            
  2555.                <div class="carousel-item active">
  2556.                    <img src="/media/jrcollege/slides/4_JDCdpq5.5_-_6.75_LPA_1.png" style="background-size: cover;width: 100%">
  2557.                </div>
  2558.            
  2559.                <div class="carousel-item ">
  2560.                    <img src="/media/jrcollege/slides/4_VrB8lcO.5_-_6.75_LPA_2.png" style="background-size: cover;width: 100%">
  2561.                </div>
  2562.            
  2563.                <div class="carousel-item ">
  2564.                    <img src="/media/jrcollege/slides/4_NlS18ac.5_-_6.75_LPA.png" style="background-size: cover;width: 100%">
  2565.                </div>
  2566.            
  2567.                <div class="carousel-item ">
  2568.                    <img src="/media/jrcollege/slides/4_eAerJaO.5_-_6.75_LPA_3.png" style="background-size: cover;width: 100%">
  2569.                </div>
  2570.            
  2571.                <div class="carousel-item ">
  2572.                    <img src="/media/jrcollege/slides/2_DyuBQWE_1_1_1_myjt4bG.png" style="background-size: cover;width: 100%">
  2573.                </div>
  2574.            
  2575.                <div class="carousel-item ">
  2576.                    <img src="/media/jrcollege/slides/slide2_2_YZSPSoq_DrN5pxS.png" style="background-size: cover;width: 100%">
  2577.                </div>
  2578.            
  2579.        </div>
  2580.  
  2581.        <!-- Left and right controls/icons -->
  2582.        <button class="carousel-control-prev" type="button" data-bs-target="#demo2" data-bs-slide="prev">
  2583.            <span class="carousel-control-prev-icon"></span>
  2584.        </button>
  2585.        <button class="carousel-control-next" type="button" data-bs-target="#demo2" data-bs-slide="next">
  2586.            <span class="carousel-control-next-icon"></span>
  2587.        </button>
  2588.    </div>
  2589. </section>
  2590.    <!--hero section end-->
  2591.  
  2592.  
  2593.    <!--body content start-->
  2594.  
  2595.    <div class="page-content">
  2596.  
  2597.        <!--feature start-->
  2598.        <section>
  2599.            <div class="container-fluid mt-2 mb-4">
  2600.        <div class="stylish-marquee">
  2601.            <marquee>
  2602.                <!--📢 College will remain <span class="highlight">open</span> on public holidays from <span class="highlight"> 15th to 17th August 2025 </span> for <span class="highlight"> EAPCET admissions</span> &nbsp -->
  2603.                📢 <a class="one" href="/static/images/Qunatum_tech.pdf" target="_blank"> Minor Degree in Quantum Technologies </a> &nbsp
  2604.                     📢 1st Year Classwork starts from <span class="highlight"> 25th August 2025 </span>  &nbsp   📢 1st Year <span class="highlight"> Induction Program </span> is scheduled from <span class="highlight"> 28th to 30th August 2025</span>  
  2605.                     📢 <a class="one" href="/static/images/Transport_details.pdf" target="_blank"> Bus Incharges & Schedule Details </a> &nbsp 📢 <a class="one" href="/static/images/Hostel_Contact_Information.pdf" target="_blank"> Contact_Hostel_Information </a>  
  2606.                     📢 <a class="one" href="/static/images/education-verification_portal_link.pdf" target="_blank"> Education-verification_Portal_link </a> &nbsp  &nbsp  &nbsp &nbsp</marquee>
  2607.        </div>
  2608.    </div>
  2609.            <div class="container">
  2610.                <div class="row align-items-center justify-content-between">
  2611.                    <div class="col-lg-6 col-12 pe-md-6">
  2612.                        <iframe
  2613.                                width="560"
  2614.                                height="315"
  2615.                                src="https://www.youtube.com/embed/LGzFBhVqQ20?si=wgBmE8uV9cryJRHK&autoplay=1&mute=1&loop=1&playlist=LGzFBhVqQ20"
  2616.                                title="YouTube video player"
  2617.                                frameborder="0"
  2618.                                allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  2619.                                allowfullscreen>
  2620.                        </iframe>
  2621.  
  2622.                    </div>
  2623.                    <div class="col-lg-6 col-12 mt-6 mt-lg-0">
  2624.                        <div>
  2625.                            <h2 class="events-title">Welcome to ANITS</h2>
  2626.                            <p class="mb-0">Anil Neerukonda Institute of Technology & Sciences (ANITS), Visakhapatnam is
  2627.                                owned by Megha Engineering and Infrastructure Limited (MEIL) which is one of the top
  2628.                                infrastructure and manufacturing company in India with headquarters at Hyderabad. The
  2629.                                institute was established in the academic year 2001-02 by Anil Neerukonda Educational
  2630.                                Society (ANES) which was founded by Dr. N.B.R. Prasad, an NRI Philanthropist from the
  2631.                                USA,
  2632.                                with industrialists and eminent educationists in memory of Late Anil Neerukonda, S/o.
  2633.                                Dr.
  2634.                                N.B.R. Prasad.
  2635.                            </p> <br/>
  2636.                        </div>
  2637.                        </a>
  2638.                    </div>
  2639.                </div>
  2640.            </div>
  2641.        </section>
  2642.  
  2643.        <section data-aos="fade-up" data-aos-duration="800" class="aos-init aos-animate">
  2644.            <div class="container">
  2645.                <div style="display: flex; justify-content: center;">
  2646.                    <h2 style="text-align: center; padding-right: 20px;" class="events-title">ANITS at a Glance</h2>
  2647.                </div>
  2648.  
  2649.  
  2650.                <div class="counter-cards">
  2651.                    <div class="counter-cards__item counter-cards__item--yellow">
  2652.                        <h3 class="counter-cards__number">6.5k+</h3>
  2653.                        <p></p>
  2654.                        <p>Active students</p>
  2655.                        <p></p>
  2656.                    </div>
  2657.                    <div class="counter-cards__item counter-cards__item--green">
  2658.                        <h3 class="counter-cards__number">20k+</h3>
  2659.                        <p></p>
  2660.                        <p>Alumni</p>
  2661.                        <p></p>
  2662.                    </div>
  2663.                    <div class="counter-cards__item counter-cards__item--red">
  2664.                        <h3 class="counter-cards__number">320+</h3>
  2665.                        <p></p>
  2666.                        <p>Teaching staff</p>
  2667.                        <p></p>
  2668.                    </div>
  2669.                    <div class="counter-cards__item counter-cards__item--yellow">
  2670.                        <h3 class="counter-cards__number">50% +</h3>
  2671.                        <p></p>
  2672.                        <p>&nbsp;Faculty with PhDs in most disciplines</p>
  2673.                        <p></p>
  2674.                    </div>
  2675.                    <div class="counter-cards__item counter-cards__item--green">
  2676.                        <h3 class="counter-cards__number">18k+</h3>
  2677.                        <p></p>
  2678.                        <p>Publications</p>
  2679.                        <p></p>
  2680.                    </div>
  2681.                    <div class="counter-cards__item counter-cards__item--red">
  2682.                        <h3 class="counter-cards__number">82</h3>
  2683.                        <p></p>
  2684.                        <p>H-Index</p>
  2685.                        <p></p>
  2686.                    </div>
  2687.                    <div class="counter-cards__item counter-cards__item--yellow">
  2688.                        <h3 class="counter-cards__number">150+</h3>
  2689.                        <p></p>
  2690.                        <p>Research projects</p>
  2691.                        <p></p>
  2692.                    </div>
  2693.                    <div class="counter-cards__item counter-cards__item--green">
  2694.                        <h3 class="counter-cards__number">300+</h3>
  2695.                        <p></p>
  2696.                        <p>Patents</p>
  2697.                        <p></p>
  2698.                    </div>
  2699.                </div>
  2700.            </div>
  2701.        </section>
  2702.                 <section class="accreditation-section text-center">
  2703.        <div class="container">
  2704.            <h1 class="accreditation-title" style="color: white">Recognition. Renown.</h1>
  2705.            <h2 class="accreditation-title" style="color: white">Accreditations</h2>
  2706.            <p class="accreditation-description">
  2707.                Enter a realm where creativity ignites excellence at ANITS.
  2708.                Home to the illustrious NAAC "A+" honour and a beacon in India's NIRF top 150,
  2709.                we're a cradle of greatness recognised by AICTE, TCS, and JNTU(H).
  2710.                Here, horizons are limitless, and dreams are the seeds of reality.
  2711.                Embrace the canvas where your brightest colours come alive.
  2712.            </p>
  2713.            <div class="accreditation-cards row">
  2714.                <div class="accreditation-card col-md-4">
  2715.                    <img src="/static/images/NBA-1-150x117.png" alt="NBA Accreditation">
  2716.                    <h3>NBA Accreditation</h3>
  2717.                </div>
  2718.                <div class="accreditation-card col-md-4">
  2719.                    <img src="/static/images/naac-1.png" alt="NAAC A Accreditation">
  2720.                    <h3>NAAC "A+" Accreditation</h3>
  2721.                </div>
  2722.                <div class="accreditation-card col-md-4" >
  2723.                    <img src="/static/images/UGC.png" alt="UGC Autonomous">
  2724.                    <h3>UGC Autonomous</h3>
  2725.                </div>
  2726.            </div>
  2727.        </div>
  2728.    </section>
  2729.        <section class="p-0 card-container" style="margin-top: 30px;">
  2730.            <div class="container">
  2731.                <div class="row">
  2732.                    <div class="col-sm-6">
  2733.  
  2734.                        <div class="card-header">
  2735.                            <div class="bubble"></div>
  2736.                            <div class="bubble"></div>
  2737.                            <div class="bubble"></div>
  2738.                            <h2 class="text-white">Events</h2>
  2739.                        </div>
  2740.                        <div class="card-content">
  2741.  
  2742.  
  2743.                            <!-- Double the news items for seamless loop -->
  2744.                            <!-- First set of items -->
  2745.                          
  2746. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2747.                                                   data-bs-target="#eventModal"
  2748.                                                   data-title="From Campus to Core: A TVS TS &amp; IEEE VTS Career Initiative"
  2749.                                                   data-id="42"
  2750.                                                   data-description="The Department of Electrical and Electronics Engineering at Anil Neerukonda Institute of Technology and Sciences (ANITS) is hosting a Core Industry General Orientation Session titled:
  2751.  
  2752. "From Campus to Core: A TVS TS & IEEE VTS Career Initiative"
  2753. This session aims to bridge the gap between academic learning and core industry requirements, offering students an overview of career pathways in the electrical and vehicular technology sectors. The event is being organized in collaboration with the IEEE Vehicular Technology Society (VTS) and TVS Training & Services (TVSTS).
  2754.  
  2755. 🔹 Key Resource Person:
  2756. Mr. S. Muthukumar
  2757. General Manager – Academic Alliance, TVS Training & Services
  2758.  
  2759. 🔹 Event Details:
  2760. 📅 Date: 7th August 2025
  2761.  
  2762. 🕑 Time: 02:00 PM – 03:30 PM
  2763.  
  2764. 📍 Venue: PSS Lab, EEE Department, ANITS
  2765.  
  2766. 🔹 Organizing Team:
  2767. Dr. A Venkatesh – IEEE VTS Young Professionals (YP) Ambassador, facilitating industry-academia engagement through IEEE VTS initiatives.
  2768.  
  2769. Prof. J Vijaya Kumar – IEEE Student Branch Counselor (SBC), ANITS, actively mentoring students in professional and technical development through IEEE student activities.
  2770.  
  2771. Prof. V Rajya Lakshmi – Principal, ANITS
  2772.  
  2773. This initiative will help students gain insights into core industry expectations, build relevant skills, and explore potential career opportunities through collaboration with professional societies and industry leaders."
  2774.                                                   data-date="07 Aug 2025"
  2775.                                                   data-gallery=""><div class="news-item">
  2776.    <div class="news-date">
  2777.        <span class="day">07</span>
  2778.        <span>Aug 2025</span>
  2779.    </div>
  2780.    <div class="news-content">
  2781.        <h5 class="news-title">
  2782.            <span class="news-indicator indicator-new"></span>
  2783.            From Campus to Core: A TVS TS &amp; IEEE VTS Career Initiative
  2784.        </h5>
  2785.        <p class="news-desc">
  2786.            The Department of Electrical and Electronics Engineering at Anil Neerukonda Institute of Technology and Sciences (ANITS) is hosting a Core …
  2787.        </p>
  2788.        <div>
  2789.            <span class="news-tag">
  2790.                <i class="fas fa-tag me-1"></i> Core Industry General Orientation Session
  2791.            </span>
  2792.            <span class="news-tag">
  2793.                <i class="fas fa-calendar-alt me-1"></i> Department: EEE
  2794.            </span>
  2795.        </div>
  2796.    </div>
  2797. </div></a>
  2798.  
  2799. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2800.                                                   data-bs-target="#eventModal"
  2801.                                                   data-title="Samyukta 2025"
  2802.                                                   data-id="36"
  2803.                                                   data-description="Samyukta 2025 – Event Report
  2804. Introduction
  2805. Samyukta 2025, a national-level innovation and technology summit, was organized by the Department of Computer Science and Engineering at Anil Neerukonda Institute of Technology & Sciences (ANITS), Visakhapatnam from 6th to 8th August 2025. This three day summit brought together over 250 participants from 10+ colleges across India. The summit was designed to foster innovation, collaboration, and entrepreneurial spirit among engineering students, featuring workshops, hackathons, startup pitches, and interactive activities.
  2806.  
  2807. Objectives
  2808.  To provide students with hands-on experience in AI and Cloud Computing through expert-led workshops.
  2809.  To promote problem-solving and teamwork through HackJam, a state-wise problem-solving hackathon.
  2810.  To encourage entrepreneurship through the Startup Pitch Arena with live jury evaluation.
  2811.  To create networking opportunities with peers, faculty, and industry experts.
  2812.  
  2813. Participation
  2814.  Workshops: 250+ students
  2815.  Hack Jam: 200+ participants in teams of 1–5
  2816.  Startup Pitch Arena: 10+ budding startups presented their innovative ideas
  2817.  Total Footfall: 250+ across three days
  2818.  
  2819. Key Highlights
  2820.  Hands-on learning sessions in AI and Cloud, enabling participants to build prototypes.
  2821.  HackJam encouraged localized problem-solving with state-wise scenarios.
  2822.  Startup Pitch Arena witnessed strong entrepreneurial ideas pitched in front of industry experts.
  2823.  Enthusiastic participation from students across Andhra Pradesh, Odisha, and beyond.
  2824.  Cultural activities and gamified events created an engaging atmosphere.
  2825.  
  2826. Outcomes
  2827.  Students gained exposure to real-world applications of AI and Cloud.
  2828.  Hack Jam projects demonstrated innovative solutions for critical social and regional issues.
  2829.  Startup Pitch participants received feedback and recognition from seasoned entrepreneurs and faculty.
  2830.  Networking between students, mentors, and jury members strengthened industry academia collaboration."
  2831.                                                   data-date="06 Aug 2025"
  2832.                                                   data-gallery=""><div class="news-item">
  2833.    <div class="news-date">
  2834.        <span class="day">06</span>
  2835.        <span>Aug 2025</span>
  2836.    </div>
  2837.    <div class="news-content">
  2838.        <h5 class="news-title">
  2839.            <span class="news-indicator indicator-new"></span>
  2840.            Samyukta 2025
  2841.        </h5>
  2842.        <p class="news-desc">
  2843.            Samyukta 2025 – Event Report Introduction Samyukta 2025, a national-level innovation and technology summit, was organized by the Department of …
  2844.        </p>
  2845.        <div>
  2846.            <span class="news-tag">
  2847.                <i class="fas fa-tag me-1"></i> Workshop
  2848.            </span>
  2849.            <span class="news-tag">
  2850.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  2851.            </span>
  2852.        </div>
  2853.    </div>
  2854. </div></a>
  2855.  
  2856. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2857.                                                   data-bs-target="#eventModal"
  2858.                                                   data-title="Entrepreneurship Pitching Event"
  2859.                                                   data-id="43"
  2860.                                                   data-description="ANITS Hosts Two-Day National-Level Entrepreneurship Pitching Event in Association with IEEE R10 Adhoc Committee on Entrepreneurship and Innovation(ACEI)
  2861.  
  2862. A two-day national-level event titled "Gen E-Summit'25" was successfully conducted at Anil Neerukonda Institute of Technology and Sciences (ANITS) on August 1st and 2nd. Organized under the IEEE R10 Entrepreneurship Ambassador Program, in collaboration with Institution’s Innovation Council (IIC) ANITS and IEEE Student Branch Chapter ANITS, the event attracted over 250 registrations from engineering students across disciplines.
  2863.  
  2864. After a rigorous online screening round, 18 promising teams were shortlisted from 62 initial teams for the final pitching sessions, which were held on campus. Participants showcased innovative startup ideas in various sectors including technology, sustainability, and social impact, evaluated by expert panels comprising entrepreneurs, academic professionals, and industry leaders.
  2865.  
  2866. The inaugural ceremony was graced by Cheif Guest Asst Director, MSME DFO Mr. Chandra Mouli Jangam, Principal Prof. V. Rajya Lakshmi, IEEE SBC Coordinator Prof. J. Vijaya Kumar, and IIC Convener Prof. P. Murugapandiyan, and IEEE R10 ACEI Lead Ambassador Dr A Venkatesh. Eminent resource persons including Ujwal Surampalli, Shalini Peddada, Mr. J.V. Bhanu Tej, Sudha Raghavi Chandaka, and others delivered impactful sessions on entrepreneurship, business modeling, and innovation strategy.
  2867.  
  2868. The event culminated with a valedictory ceremony, where the top 3 winning teams were awarded and selected for further mentoring under the ACEI Pitching Program. Dr. Appalabathula Venkatesh, Professional Lead Ambassador – IEEE R10 and IIC Coordinator, emphasized the importance of cultivating entrepreneurial thinking among young engineers.
  2869.  
  2870. This event marks a significant step in ANITS's mission to foster innovation and startup culture, aligning with the national vision of ‘Startup India’ and ‘Atmanirbhar Bharat’."
  2871.                                                   data-date="01 Aug 2025"
  2872.                                                   data-gallery=""><div class="news-item">
  2873.    <div class="news-date">
  2874.        <span class="day">01</span>
  2875.        <span>Aug 2025</span>
  2876.    </div>
  2877.    <div class="news-content">
  2878.        <h5 class="news-title">
  2879.            <span class="news-indicator indicator-new"></span>
  2880.            Entrepreneurship Pitching Event
  2881.        </h5>
  2882.        <p class="news-desc">
  2883.            ANITS Hosts Two-Day National-Level Entrepreneurship Pitching Event in Association with IEEE R10 Adhoc Committee on Entrepreneurship and Innovation(ACEI) A two-day …
  2884.        </p>
  2885.        <div>
  2886.            <span class="news-tag">
  2887.                <i class="fas fa-tag me-1"></i> Entrepreneurship Pitching Event
  2888.            </span>
  2889.            <span class="news-tag">
  2890.                <i class="fas fa-calendar-alt me-1"></i> Department: EEE
  2891.            </span>
  2892.        </div>
  2893.    </div>
  2894. </div></a>
  2895.  
  2896. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2897.                                                   data-bs-target="#eventModal"
  2898.                                                   data-title="Code Colosseum"
  2899.                                                   data-id="44"
  2900.                                                   data-description="Event Overview
  2901. The Department of Computer Science and Engineering, ANITS, under the student body Prismatica, organized
  2902. a coding competition titled 'Code Colosseum'. The event was aimed at providing a platform for students to
  2903. showcase their coding skills and problem-solving abilities.
  2904. Date and Venue
  2905. Date: 18th July 2025 (Friday)
  2906. Time: 1:00 PM – 6:00 PM
  2907. Venue: Department of CSE, ANITS
  2908. Event Structure
  2909. The competition was designed to test participants’ skills through three challenging rounds, each targeting a
  2910. different aspect of programming and problem-solving:
  2911. 1. TECHTICK – Conceptual Coding Round
  2912. * This round primarily tested the participants’ understanding of fundamental programming concepts,
  2913. algorithms, and data structures.
  2914. * Students were given problem statements to solve within a fixed time, requiring logical reasoning, efficient
  2915. coding practices, and accuracy.
  2916. * The focus was on applying theoretical knowledge to practical coding challenges.
  2917. 2. BUG BOUNCERS – Debugging & Optimization Round
  2918. * In this round, participants were presented with faulty code snippets containing logical, syntactical, or
  2919. runtime errors.
  2920. * The task was to identify and correct the bugs within a limited time.
  2921. * This tested not only error-detection skills but also participants’ ability to optimize code for better
  2922. performance.
  2923. 3. UNOVERSE – Advanced Problem-Solving & Innovation Round\
  2924. * This was the final and most challenging round of the event.
  2925. * Participants faced complex, real-world inspired problem statements requiring advanced algorithms, data
  2926. handling, and creative solutions.
  2927. * The round encouraged out-of-the-box thinking and tested endurance, coding efficiency, and innovative
  2928. approaches.
  2929. * It acted as a platform for participants to demonstrate their peak coding capabilities in a competitive
  2930. environment.
  2931. Conclusion
  2932. The 'Code Colosseum' event was a grand success, encouraging students to enhance their technical knowledge,
  2933. problem-solving strategies, and competitive spirit. The initiative taken by Prismatica and the support of the faculty
  2934. made the event memorable and beneficial for all the participants."
  2935.                                                   data-date="18 Jul 2025"
  2936.                                                   data-gallery=""><div class="news-item">
  2937.    <div class="news-date">
  2938.        <span class="day">18</span>
  2939.        <span>Jul 2025</span>
  2940.    </div>
  2941.    <div class="news-content">
  2942.        <h5 class="news-title">
  2943.            <span class="news-indicator indicator-new"></span>
  2944.            Code Colosseum
  2945.        </h5>
  2946.        <p class="news-desc">
  2947.            Event Overview The Department of Computer Science and Engineering, ANITS, under the student body Prismatica, organized a coding competition titled …
  2948.        </p>
  2949.        <div>
  2950.            <span class="news-tag">
  2951.                <i class="fas fa-tag me-1"></i> Coding Competition
  2952.            </span>
  2953.            <span class="news-tag">
  2954.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  2955.            </span>
  2956.        </div>
  2957.    </div>
  2958. </div></a>
  2959.  
  2960. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  2961.                                                   data-bs-target="#eventModal"
  2962.                                                   data-title="Two-Day International Conference on
  2963. AI in ELT: Bridging Pedagogy and Performance in the Digital Age"
  2964.                                                   data-id="35"
  2965.                                                   data-description="Anil Neerukonda Institute of Technology & Sciences (ANITS), in collaboration with ELTAI Visakhapatnam Chapter, successfully hosted a two-day International Conference on “AI in ELT: Bridging Pedagogy and Performance in the Digital Age” on June 27–28, 2025. Organized by the Department of English and Humanities, the event brought together a multidisciplinary community of educators, researchers, and technologists to explore the role of Artificial Intelligence in English Language Teaching.
  2966.  
  2967. The conference was inaugurated by Prof. Sri Rama Krishna, Principal of ANITS, who highlighted the institution’s dedication to innovation and interdisciplinary growth. Plenary speakers from Andhra University, IIT Madras, UNESCO(India), Saudi Arabia, and Bangladesh delivered talks on AI-assisted tools, speech technologies, digital ethics, and UNESCO-aligned pedagogical practices.
  2968.  
  2969. Out of 200+ enquiries, 107 participants registered. A total of 82 full papers and 7 abstracts were reviewed. 60 abstracts were published, 22 papers meeting <10% plagiarism were included in the conference proceedings, and 16 papers (with <5% plagiarism and 0% AI writing) were forwarded to the Scopus review committee.
  2970.  
  2971. Highlights included panel discussions, hands-on sessions, and a student-led roundtable. Participants appreciated the hybrid format, strong technical support, and thematic relevance.
  2972.  
  2973. Dr. A.S. Phani Kumari, HoD and Convener ANITS & Dr. Sudha Singh, Convener ELTAI Visakhapatnam Chapter noted, the event as a landmark in AI-driven language education. The conference was strengthened by support from ELTAI, the Organizing Committee, IT team, hospitality staff, and student volunteers.
  2974.  
  2975. The event reaffirmed ANITS’s position as a forward-looking academic institution fostering innovation in education."
  2976.                                                   data-date="27 Jun 2025"
  2977.                                                   data-gallery=""><div class="news-item">
  2978.    <div class="news-date">
  2979.        <span class="day">27</span>
  2980.        <span>Jun 2025</span>
  2981.    </div>
  2982.    <div class="news-content">
  2983.        <h5 class="news-title">
  2984.            <span class="news-indicator indicator-new"></span>
  2985.            Two-Day International Conference on
  2986. AI in ELT: Bridging Pedagogy and Performance in the Digital Age
  2987.        </h5>
  2988.        <p class="news-desc">
  2989.            Anil Neerukonda Institute of Technology &amp; Sciences (ANITS), in collaboration with ELTAI Visakhapatnam Chapter, successfully hosted a two-day International Conference …
  2990.        </p>
  2991.        <div>
  2992.            <span class="news-tag">
  2993.                <i class="fas fa-tag me-1"></i> Conference
  2994.            </span>
  2995.            <span class="news-tag">
  2996.                <i class="fas fa-calendar-alt me-1"></i> Department: ENGLISH
  2997.            </span>
  2998.        </div>
  2999.    </div>
  3000. </div></a>
  3001.  
  3002. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3003.                                                   data-bs-target="#eventModal"
  3004.                                                   data-title="Online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning &amp; Deep Learning in Action"
  3005.                                                   data-id="13"
  3006.                                                   data-description="The Department of CSE is organizing an online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning & Deep Learning in Action
  3007. In Association With Electronics & ICT Academy, NIT Warangal from 16th June 2025 to 26th June 2025. Registration Link : https://forms.gle/HoW7W2HLnYZK7hcTA."
  3008.                                                   data-date="16 Jun 2025"
  3009.                                                   data-gallery=""><div class="news-item">
  3010.    <div class="news-date">
  3011.        <span class="day">16</span>
  3012.        <span>Jun 2025</span>
  3013.    </div>
  3014.    <div class="news-content">
  3015.        <h5 class="news-title">
  3016.            <span class="news-indicator indicator-new"></span>
  3017.            Online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning &amp; Deep Learning in Action
  3018.        </h5>
  3019.        <p class="news-desc">
  3020.            The Department of CSE is organizing an online FDP on Transforming in Medical Research with Next-Gen AI : Machine Learning …
  3021.        </p>
  3022.        <div>
  3023.            <span class="news-tag">
  3024.                <i class="fas fa-tag me-1"></i> FDP
  3025.            </span>
  3026.            <span class="news-tag">
  3027.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  3028.            </span>
  3029.        </div>
  3030.    </div>
  3031. </div></a>
  3032.  
  3033. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3034.                                                   data-bs-target="#eventModal"
  3035.                                                   data-title="ONLINE FACULTY DEVELOPMENT PROGRAMME (FDP)
  3036. ON AI Innovations in Computer Vision, IoT, and Medical Imaging
  3037. Applications"
  3038.                                                   data-id="14"
  3039.                                                   data-description="AI Innovations in Computer Vision, IoT, and Medical Imaging
  3040. Applications
  3041. (16th June - 26th June 2025)
  3042. Organised by
  3043. Electronics & ICT Academy, NIT Warangal
  3044. In association with
  3045. Department of ECE, Anil Neerukonda Institute of Technology and Sciences(A) (ANITS),
  3046. Sangivalasa, Bheemunipatnam Mandal, Visakhapatnam-531162.
  3047.  
  3048. Registration Link: https://forms.gle/H54cYKHtotSVAm828"
  3049.                                                   data-date="16 Jun 2025"
  3050.                                                   data-gallery=""><div class="news-item">
  3051.    <div class="news-date">
  3052.        <span class="day">16</span>
  3053.        <span>Jun 2025</span>
  3054.    </div>
  3055.    <div class="news-content">
  3056.        <h5 class="news-title">
  3057.            <span class="news-indicator indicator-new"></span>
  3058.            ONLINE FACULTY DEVELOPMENT PROGRAMME (FDP)
  3059. ON AI Innovations in Computer Vision, IoT, and Medical Imaging
  3060. Applications
  3061.        </h5>
  3062.        <p class="news-desc">
  3063.            AI Innovations in Computer Vision, IoT, and Medical Imaging Applications (16th June - 26th June 2025) Organised by Electronics &amp; …
  3064.        </p>
  3065.        <div>
  3066.            <span class="news-tag">
  3067.                <i class="fas fa-tag me-1"></i> FDP
  3068.            </span>
  3069.            <span class="news-tag">
  3070.                <i class="fas fa-calendar-alt me-1"></i> Department: ECE
  3071.            </span>
  3072.        </div>
  3073.    </div>
  3074. </div></a>
  3075.  
  3076. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3077.                                                   data-bs-target="#eventModal"
  3078.                                                   data-title="Fusion CAD and Generative Design"
  3079.                                                   data-id="39"
  3080.                                                   data-description="The Department of Mechanical Engineering at ANITS is hosting a five-day Industry Supported  Faculty Development Program on "Fusion CAD and Generative Design", in collaboration with Autodesk. This program is exclusively for ANITS faculty members and will take place from April 21st to 25th, 2025, from 6:00 PM to 8:00 PM daily. Interested faculty members are kindly requested to complete the Google Form to receive the software license and meeting link.
  3081.  
  3082. https://forms.gle/sejtBjtjFudUzWj69
  3083.  
  3084. Use College Mail Id to Register
  3085.  
  3086. For Guidance in Software Installation contact J. V. Bhanutej(9700035246), Coordinator.
  3087.  
  3088. Software: Autodesk Fusion
  3089.  
  3090. Resource Persons: Autodesk Trainers
  3091.  
  3092. Platform: Zoom"
  3093.                                                   data-date="21 Apr 2025"
  3094.                                                   data-gallery=""><div class="news-item">
  3095.    <div class="news-date">
  3096.        <span class="day">21</span>
  3097.        <span>Apr 2025</span>
  3098.    </div>
  3099.    <div class="news-content">
  3100.        <h5 class="news-title">
  3101.            <span class="news-indicator indicator-new"></span>
  3102.            Fusion CAD and Generative Design
  3103.        </h5>
  3104.        <p class="news-desc">
  3105.            The Department of Mechanical Engineering at ANITS is hosting a five-day Industry Supported Faculty Development Program on &quot;Fusion CAD and …
  3106.        </p>
  3107.        <div>
  3108.            <span class="news-tag">
  3109.                <i class="fas fa-tag me-1"></i> FDP
  3110.            </span>
  3111.            <span class="news-tag">
  3112.                <i class="fas fa-calendar-alt me-1"></i> Department: MECH
  3113.            </span>
  3114.        </div>
  3115.    </div>
  3116. </div></a>
  3117.  
  3118. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3119.                                                   data-bs-target="#eventModal"
  3120.                                                   data-title="AI Workshop: Advanced Chatbot Development"
  3121.                                                   data-id="15"
  3122.                                                   data-description="1. Introduction
  3123. The AI Workshop on Chatbot Development was conducted as part of a skill development program aimed at equipping participants with hands-on experience in building AI-powered chatbots. The workshop covered fundamental concepts of artificial intelligence, natural language processing (NLP), and chatbot development using various frameworks and tools.
  3124.  
  3125. 2. Objectives
  3126. The primary objectives of the workshop were:
  3127.  
  3128. • To provide an understanding of AI and its applications in chatbot development.
  3129. • To introduce participants to NLP and its role in AI-driven conversations.
  3130. • To develop and deploy a functional chatbot for real-world applications.
  3131.  
  3132. 3. Workshop Highlights
  3133. • Introduction to AI and NLP
  3134. o Basics of AI and machine learning
  3135. o Overview of NLP techniques for chatbot interaction
  3136. o Understanding chatbot architecture (Rule-based vs. AI-powered)
  3137.  
  3138.  
  3139.  
  3140.  
  3141. • Chatbot Development
  3142. o Hands-on coding session to build a simple chatbot
  3143. o Training the chatbot with custom datasets
  3144.  
  3145. 4. Key Takeaways
  3146. • Participants gained theoretical knowledge and hands-on experience in chatbot development.
  3147. • They learned how to integrate AI models into chatbots for better conversational capabilities.
  3148. • The session provided insights into real-world applications in customer service, education, and business automation.
  3149. • A final project demonstration allowed participants to showcase their chatbot solutions.
  3150. 5. Conclusion
  3151. The AI workshop successfully provided a comprehensive learning experience on chatbot development, enabling participants to apply AI concepts in practical scenarios. With growing demand for AI-powered conversational agents, this skill development program empowered attendees with the knowledge and tools needed to build intelligent chatbots."
  3152.                                                   data-date="03 Apr 2025"
  3153.                                                   data-gallery=""><div class="news-item">
  3154.    <div class="news-date">
  3155.        <span class="day">03</span>
  3156.        <span>Apr 2025</span>
  3157.    </div>
  3158.    <div class="news-content">
  3159.        <h5 class="news-title">
  3160.            <span class="news-indicator indicator-new"></span>
  3161.            AI Workshop: Advanced Chatbot Development
  3162.        </h5>
  3163.        <p class="news-desc">
  3164.            1. Introduction The AI Workshop on Chatbot Development was conducted as part of a skill development program aimed at equipping …
  3165.        </p>
  3166.        <div>
  3167.            <span class="news-tag">
  3168.                <i class="fas fa-tag me-1"></i> Workshop
  3169.            </span>
  3170.            <span class="news-tag">
  3171.                <i class="fas fa-calendar-alt me-1"></i> Department: IT
  3172.            </span>
  3173.        </div>
  3174.    </div>
  3175. </div></a>
  3176.  
  3177. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3178.                                                   data-bs-target="#eventModal"
  3179.                                                   data-title="💻 CSI:  Code Zen Contest"
  3180.                                                   data-id="20"
  3181.                                                   data-description="Description:
  3182.     CodeZen was a high-energy, multi-round coding contest designed for 1st and 2nd-year students across all departments. Conducted via the Unstop platform, the event attracted 150+ participants and challenged their coding, logic, and analytical skills.
  3183. Key Highlights:
  3184. • 3 competitive rounds on Unstop
  3185. • Cross-department participation
  3186. • Strong focus on logic, fluency, and speed
  3187. "Code smart. Code fast. CodeZen!""
  3188.                                                   data-date="03 Apr 2025"
  3189.                                                   data-gallery=""><div class="news-item">
  3190.    <div class="news-date">
  3191.        <span class="day">03</span>
  3192.        <span>Apr 2025</span>
  3193.    </div>
  3194.    <div class="news-content">
  3195.        <h5 class="news-title">
  3196.            <span class="news-indicator indicator-new"></span>
  3197.            💻 CSI:  Code Zen Contest
  3198.        </h5>
  3199.        <p class="news-desc">
  3200.            Description: CodeZen was a high-energy, multi-round coding contest designed for 1st and 2nd-year students across all departments. Conducted via the …
  3201.        </p>
  3202.        <div>
  3203.            <span class="news-tag">
  3204.                <i class="fas fa-tag me-1"></i> CSI
  3205.            </span>
  3206.            <span class="news-tag">
  3207.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3208.            </span>
  3209.        </div>
  3210.    </div>
  3211. </div></a>
  3212.  
  3213. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3214.                                                   data-bs-target="#eventModal"
  3215.                                                   data-title="Electric Vehicles and Energy Storage Systems: Design, Challenges
  3216. And Grid Integration Issues"
  3217.                                                   data-id="41"
  3218.                                                   data-description=""
  3219.                                                   data-date="15 Mar 2025"
  3220.                                                   data-gallery=""><div class="news-item">
  3221.    <div class="news-date">
  3222.        <span class="day">15</span>
  3223.        <span>Mar 2025</span>
  3224.    </div>
  3225.    <div class="news-content">
  3226.        <h5 class="news-title">
  3227.            <span class="news-indicator indicator-new"></span>
  3228.            Electric Vehicles and Energy Storage Systems: Design, Challenges
  3229. And Grid Integration Issues
  3230.        </h5>
  3231.        <p class="news-desc">
  3232.            
  3233.        </p>
  3234.        <div>
  3235.            <span class="news-tag">
  3236.                <i class="fas fa-tag me-1"></i> FDP
  3237.            </span>
  3238.            <span class="news-tag">
  3239.                <i class="fas fa-calendar-alt me-1"></i> Department: EEE
  3240.            </span>
  3241.        </div>
  3242.    </div>
  3243. </div></a>
  3244.  
  3245. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3246.                                                   data-bs-target="#eventModal"
  3247.                                                   data-title="Training Programme - DevOps"
  3248.                                                   data-id="16"
  3249.                                                   data-description="The recent event on DevOps and the Software Development Life Cycle (SDLC) turned out to be a fantastic experience for everyone involved. It kicked off with a warm introduction from the HOD, who set a positive tone for the day. We were excited to have a guest speaker with immense expertise, who shared valuable insights into the world of modern software development.
  3250. During the session, the speaker delved into key DevOps principles and SDLC methodologies, emphasizing how important concepts like automation, continuous integration and delivery (CI/CD), Infrastructure as Code (IaC), and containerization are in today’s industry. Students were especially engaged as they got hands-on experience with essential DevOps tools like Git, Jenkins, Docker, Kubernetes, Terraform, and the ELK Stack, learning how these tools are applied in real-world scenarios.
  3251. One of the highlights was the interactive Q&A session, which allowed students to ask questions about potential career paths, current industry trends, and relevant certifications. It was clear that there is a growing demand for professionals in the DevOps field, and participants left feeling inspired and informed.
  3252. The feedback from attendees was overwhelmingly positive, with many appreciating the practical approach and the relevance of the content to the industry. Looking ahead, we hope to offer hands-on workshops, guidance on certifications, and expert panel discussions to further enhance students’ technical skills and career readiness.
  3253. Overall, the event was not just educational but also highly engaging, leaving students equipped with essential skills for the future. It was a day well spent!"
  3254.                                                   data-date="03 Mar 2025"
  3255.                                                   data-gallery=""><div class="news-item">
  3256.    <div class="news-date">
  3257.        <span class="day">03</span>
  3258.        <span>Mar 2025</span>
  3259.    </div>
  3260.    <div class="news-content">
  3261.        <h5 class="news-title">
  3262.            <span class="news-indicator indicator-new"></span>
  3263.            Training Programme - DevOps
  3264.        </h5>
  3265.        <p class="news-desc">
  3266.            The recent event on DevOps and the Software Development Life Cycle (SDLC) turned out to be a fantastic experience for …
  3267.        </p>
  3268.        <div>
  3269.            <span class="news-tag">
  3270.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3271.            </span>
  3272.            <span class="news-tag">
  3273.                <i class="fas fa-calendar-alt me-1"></i> Department: IT
  3274.            </span>
  3275.        </div>
  3276.    </div>
  3277. </div></a>
  3278.  
  3279. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3280.                                                   data-bs-target="#eventModal"
  3281.                                                   data-title="Unlocking Success: Effective Strategies for Achieving Problem-Solution &amp; Product-Market Fit"
  3282.                                                   data-id="40"
  3283.                                                   data-description="The Department of Mechanical Engineering is organizing A Two-Day Workshop on "Unlocking Success: Effective Strategies for Achieving Problem-Solution & Product-Market Fit" in association with the Institution’s Innovation Council (IIC), ANITS.
  3284. 🗓️ Date: 17th & 18th February 2025.
  3285. 🏦 Venue: Seminar Hall, Mech. Engg. ANITS.
  3286.  
  3287. Registration Link: https://forms.gle/DptoUzMsHYmutQc46"
  3288.                                                   data-date="17 Feb 2025"
  3289.                                                   data-gallery=""><div class="news-item">
  3290.    <div class="news-date">
  3291.        <span class="day">17</span>
  3292.        <span>Feb 2025</span>
  3293.    </div>
  3294.    <div class="news-content">
  3295.        <h5 class="news-title">
  3296.            <span class="news-indicator indicator-new"></span>
  3297.            Unlocking Success: Effective Strategies for Achieving Problem-Solution &amp; Product-Market Fit
  3298.        </h5>
  3299.        <p class="news-desc">
  3300.            The Department of Mechanical Engineering is organizing A Two-Day Workshop on &quot;Unlocking Success: Effective Strategies for Achieving Problem-Solution &amp; Product-Market …
  3301.        </p>
  3302.        <div>
  3303.            <span class="news-tag">
  3304.                <i class="fas fa-tag me-1"></i> Workshop
  3305.            </span>
  3306.            <span class="news-tag">
  3307.                <i class="fas fa-calendar-alt me-1"></i> Department: MECH
  3308.            </span>
  3309.        </div>
  3310.    </div>
  3311. </div></a>
  3312.  
  3313. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3314.                                                   data-bs-target="#eventModal"
  3315.                                                   data-title="Guest Talk on &quot;Role of STPI in Promoting Entrepreneurship&quot;"
  3316.                                                   data-id="5"
  3317.                                                   data-description="🚀 Guest Talk on Entrepreneurship at ANITS CSE! 🚀
  3318.  
  3319. ANITS CSE hosted a Guest Talk on "Role of STPI in Promoting Entrepreneurship" with Dr. Suresh Batha, Additional Director, STPI as the speaker.
  3320.  
  3321. The session highlighted startups, innovation, government schemes, and the importance of technology for societal impact.
  3322.  
  3323. 💡 Key Highlights:
  3324. ✅ ANITS secured 4/5-star rating in MHRD 2022 IIC ranking
  3325. ✅ Significant funding for IoT-enabled smart solar system & Harmonic Farming
  3326. ✅ Hackathon success & startup opportunities
  3327.  
  3328. 💬 "Success is a continuous journey!" – Dr. Suresh Batha"
  3329.                                                   data-date="12 Feb 2025"
  3330.                                                   data-gallery=""><div class="news-item">
  3331.    <div class="news-date">
  3332.        <span class="day">12</span>
  3333.        <span>Feb 2025</span>
  3334.    </div>
  3335.    <div class="news-content">
  3336.        <h5 class="news-title">
  3337.            <span class="news-indicator indicator-new"></span>
  3338.            Guest Talk on &quot;Role of STPI in Promoting Entrepreneurship&quot;
  3339.        </h5>
  3340.        <p class="news-desc">
  3341.            🚀 Guest Talk on Entrepreneurship at ANITS CSE! 🚀 ANITS CSE hosted a Guest Talk on &quot;Role of STPI in …
  3342.        </p>
  3343.        <div>
  3344.            <span class="news-tag">
  3345.                <i class="fas fa-tag me-1"></i> Guest Talk
  3346.            </span>
  3347.            <span class="news-tag">
  3348.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE
  3349.            </span>
  3350.        </div>
  3351.    </div>
  3352. </div></a>
  3353.  
  3354. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3355.                                                   data-bs-target="#eventModal"
  3356.                                                   data-title="👨‍💻ISTE :  Blind Code Challenge 👩‍💻"
  3357.                                                   data-id="18"
  3358.                                                   data-description="Coding in the dark—literally! “Blind Code” tested students' raw coding skills as they solved problems without viewing their monitors. Held in the Department Lab, this event saw enthusiastic participation from 100 second and third-year B.Tech students.
  3359. Key Highlights:
  3360. • Intense coding with no screen visibility
  3361. • 10 finalists from both 2nd and 3rd year moved to Round 2
  3362. • Strong engagement and technical excitement
  3363.  
  3364. "Code with your mind, not your eyes!""
  3365.                                                   data-date="28 Jan 2025"
  3366.                                                   data-gallery=""><div class="news-item">
  3367.    <div class="news-date">
  3368.        <span class="day">28</span>
  3369.        <span>Jan 2025</span>
  3370.    </div>
  3371.    <div class="news-content">
  3372.        <h5 class="news-title">
  3373.            <span class="news-indicator indicator-new"></span>
  3374.            👨‍💻ISTE :  Blind Code Challenge 👩‍💻
  3375.        </h5>
  3376.        <p class="news-desc">
  3377.            Coding in the dark—literally! “Blind Code” tested students&#x27; raw coding skills as they solved problems without viewing their monitors. Held …
  3378.        </p>
  3379.        <div>
  3380.            <span class="news-tag">
  3381.                <i class="fas fa-tag me-1"></i> ISTE
  3382.            </span>
  3383.            <span class="news-tag">
  3384.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3385.            </span>
  3386.        </div>
  3387.    </div>
  3388. </div></a>
  3389.  
  3390. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3391.                                                   data-bs-target="#eventModal"
  3392.                                                   data-title="🌐 WORKSHOP on Computer Networking"
  3393.                                                   data-id="22"
  3394.                                                   data-description="A comprehensive Workshop on Computer Networking was conducted in multiple batches, engaging a total of 254 students from the CSM stream from 21/1/2025 to 30/1/2025.The workshop was facilitated by Mr. K. Vijay Kumar from Iconic Computers.
  3395. Designed to provide foundational to intermediate-level knowledge, the workshop blended theoretical concepts with hands-on practical sessions, enabling students to gain a solid understanding of the core principles of computer networking. By focusing on the architecture, protocols, and technologies that form the backbone of modern communication systems, the workshop empowered participants to build critical technical skills essential for both academic advancement and industry readiness.
  3396. Key Highlights:
  3397. • Hands-on networking simulations
  3398. • Batch-wise detailed sessions
  3399. • Conceptual clarity in real-time setups
  3400. "Connecting the world, one packet at a time!"
  3401. Gallery"
  3402.                                                   data-date="21 Jan 2025"
  3403.                                                   data-gallery=""><div class="news-item">
  3404.    <div class="news-date">
  3405.        <span class="day">21</span>
  3406.        <span>Jan 2025</span>
  3407.    </div>
  3408.    <div class="news-content">
  3409.        <h5 class="news-title">
  3410.            <span class="news-indicator indicator-new"></span>
  3411.            🌐 WORKSHOP on Computer Networking
  3412.        </h5>
  3413.        <p class="news-desc">
  3414.            A comprehensive Workshop on Computer Networking was conducted in multiple batches, engaging a total of 254 students from the CSM …
  3415.        </p>
  3416.        <div>
  3417.            <span class="news-tag">
  3418.                <i class="fas fa-tag me-1"></i> WORKSHOP
  3419.            </span>
  3420.            <span class="news-tag">
  3421.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3422.            </span>
  3423.        </div>
  3424.    </div>
  3425. </div></a>
  3426.  
  3427. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3428.                                                   data-bs-target="#eventModal"
  3429.                                                   data-title="🎓 Online Faculty Development Program (FDP) on “Revolutionizing Education with Machine Learning &amp; Generative AI”"
  3430.                                                   data-id="30"
  3431.                                                   data-description="The Department of Computer Science and Engineering (AI & ML) at ANITS, in association with the Electronics & ICT Academy, NIT Warangal, organized a ten-day Faculty Development Programme (FDP) titled "Revolutionizing Education with Machine Learning & Generative AI." The event was coordinated by Dr. M. A. Srinuvasu and overseen by             Dr. K. Selvani Depthi, Head of the Department.
  3432.  
  3433. The FDP comprised two sessions per day, totalling 20 insightful sessions. A distinguished panel of 12 speakers from reputed institutions such as IITs, NITs, IIITs, foreign universities, and industry experts shared their expertise. The sessions delved into core topics including Artificial Intelligence, Machine Learning, Deep Learning, and the transformative role of Generative AI in modern education.
  3434.  
  3435. This FDP served as a dynamic platform for educators and researchers to explore cutting-edge AI technologies and their applications in educational innovation, curriculum development, and personalized learning experiences.
  3436. Such initiatives not only bridge the gap between academia and industry but also pave the way for a smarter, AI-driven future in education.
  3437.  
  3438. Key Highlights:
  3439. • Deep dive into ML, DL, and Generative AI
  3440. • Hands-on learning for real-world implementation
  3441. • Collaboration between academia and industry
  3442. "Empowering educators to shape AI-powered classrooms!""
  3443.                                                   data-date="03 Jan 2025"
  3444.                                                   data-gallery=""><div class="news-item">
  3445.    <div class="news-date">
  3446.        <span class="day">03</span>
  3447.        <span>Jan 2025</span>
  3448.    </div>
  3449.    <div class="news-content">
  3450.        <h5 class="news-title">
  3451.            <span class="news-indicator indicator-new"></span>
  3452.            🎓 Online Faculty Development Program (FDP) on “Revolutionizing Education with Machine Learning &amp; Generative AI”
  3453.        </h5>
  3454.        <p class="news-desc">
  3455.            The Department of Computer Science and Engineering (AI &amp; ML) at ANITS, in association with the Electronics &amp; ICT Academy, …
  3456.        </p>
  3457.        <div>
  3458.            <span class="news-tag">
  3459.                <i class="fas fa-tag me-1"></i> FDP
  3460.            </span>
  3461.            <span class="news-tag">
  3462.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3463.            </span>
  3464.        </div>
  3465.    </div>
  3466. </div></a>
  3467.  
  3468. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3469.                                                   data-bs-target="#eventModal"
  3470.                                                   data-title="🗣Guest Lecture on “Enhancing Interview Skills for Beginners”"
  3471.                                                   data-id="27"
  3472.                                                   data-description="A guest lecture on Enhancing Interview Skills for Beginners was conducted from 9:00 AM to 12:00 PM, attended by 74 students from II/IV B.Tech CSM & CSD. The session was led by Dr. Sabirunnisa Gouse, Assistant Professor of English – FED, with the objective of preparing students for the competitive job market.
  3473. The session covered key aspects of interview readiness, including body language, communication strategies, and techniques for handling challenging questions. With a focus on building confidence and clarity, the lecture equipped students with practical tools to effectively present themselves during interviews and take their first steps toward professional success.
  3474. Key Highlights:
  3475. • Resume building, mock interviews & do’s/don’ts
  3476. • Real-time feedback and interactive session
  3477. • Practical prep for placements
  3478. "Ace your first impression!""
  3479.                                                   data-date="31 Dec 2024"
  3480.                                                   data-gallery=""><div class="news-item">
  3481.    <div class="news-date">
  3482.        <span class="day">31</span>
  3483.        <span>Dec 2024</span>
  3484.    </div>
  3485.    <div class="news-content">
  3486.        <h5 class="news-title">
  3487.            <span class="news-indicator indicator-new"></span>
  3488.            🗣Guest Lecture on “Enhancing Interview Skills for Beginners”
  3489.        </h5>
  3490.        <p class="news-desc">
  3491.            A guest lecture on Enhancing Interview Skills for Beginners was conducted from 9:00 AM to 12:00 PM, attended by 74 …
  3492.        </p>
  3493.        <div>
  3494.            <span class="news-tag">
  3495.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3496.            </span>
  3497.            <span class="news-tag">
  3498.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3499.            </span>
  3500.        </div>
  3501.    </div>
  3502. </div></a>
  3503.  
  3504. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3505.                                                   data-bs-target="#eventModal"
  3506.                                                   data-title="🧠 Guest Lecture on “Explainable Deep Learning to solve real time problems in various Domains”"
  3507.                                                   data-id="25"
  3508.                                                   data-description="An enlightening guest lecture on Explainable AI (XAI) Techniques was conducted from 9:00 AM to 12:00 PM, engaging 118 students from III/IV B.Tech CSM & CSD programs. The session was delivered by Dr. Chandra Mohan D, Assistant Professor at IIIT Sri City, who provided an in-depth exploration of how explainable AI enhances transparency and interpretability in deep learning models.
  3509. Key Highlights:
  3510. • Deep learning applications across domains
  3511. • Focus on explainability and interpretability
  3512. • Expert-led with academic depth
  3513. "AI that’s not just smart—but also understandable!""
  3514.                                                   data-date="23 Dec 2024"
  3515.                                                   data-gallery=""><div class="news-item">
  3516.    <div class="news-date">
  3517.        <span class="day">23</span>
  3518.        <span>Dec 2024</span>
  3519.    </div>
  3520.    <div class="news-content">
  3521.        <h5 class="news-title">
  3522.            <span class="news-indicator indicator-new"></span>
  3523.            🧠 Guest Lecture on “Explainable Deep Learning to solve real time problems in various Domains”
  3524.        </h5>
  3525.        <p class="news-desc">
  3526.            An enlightening guest lecture on Explainable AI (XAI) Techniques was conducted from 9:00 AM to 12:00 PM, engaging 118 students …
  3527.        </p>
  3528.        <div>
  3529.            <span class="news-tag">
  3530.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3531.            </span>
  3532.            <span class="news-tag">
  3533.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3534.            </span>
  3535.        </div>
  3536.    </div>
  3537. </div></a>
  3538.  
  3539. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3540.                                                   data-bs-target="#eventModal"
  3541.                                                   data-title="Industrial Visit  - Andhra Pradesh MedTech Zone (AMTZ) in Visakhapatnam"
  3542.                                                   data-id="6"
  3543.                                                   data-description="The visit aimed to provide students with practical insights into the workings of a med-tech manufacturing ecosystem and its role in the healthcare industry.
  3544.  
  3545. The primary objectives of the visit were:
  3546. 1. To understand the functioning of AMTZ as a manufacturing hub.
  3547. 2. To explore operational strategies and business models in the med-tech sector.
  3548. 3. To gain exposure to cutting-edge medical technology and its economic impact.
  3549. 4. To relate management theories to real-world industrial practices."
  3550.                                                   data-date="13 Dec 2024"
  3551.                                                   data-gallery=""><div class="news-item">
  3552.    <div class="news-date">
  3553.        <span class="day">13</span>
  3554.        <span>Dec 2024</span>
  3555.    </div>
  3556.    <div class="news-content">
  3557.        <h5 class="news-title">
  3558.            <span class="news-indicator indicator-new"></span>
  3559.            Industrial Visit  - Andhra Pradesh MedTech Zone (AMTZ) in Visakhapatnam
  3560.        </h5>
  3561.        <p class="news-desc">
  3562.            The visit aimed to provide students with practical insights into the workings of a med-tech manufacturing ecosystem and its role …
  3563.        </p>
  3564.        <div>
  3565.            <span class="news-tag">
  3566.                <i class="fas fa-tag me-1"></i> Industrial Visit
  3567.            </span>
  3568.            <span class="news-tag">
  3569.                <i class="fas fa-calendar-alt me-1"></i> Department: MBA
  3570.            </span>
  3571.        </div>
  3572.    </div>
  3573. </div></a>
  3574.  
  3575. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3576.                                                   data-bs-target="#eventModal"
  3577.                                                   data-title="Two day workshop on “Artificial Intelligence for Chemical Engineers”"
  3578.                                                   data-id="8"
  3579.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) & ANITS IIChE Students chapter under Walter Region Centre organized a two day National student conference, “CHEMFLARE-2024”, during 1st and 2nd March 2024. Prof. R. Srikanth, Head of the chemical Engineering department, ANITS is the president of the inaugural function, Ms. S. Harika, Faculty convener, Ms. S. Srivalli, Student president RACE body were also present on the dais.
  3580. Prof. R. Srikanth, advised students to be actively involve in workshops, conferences, technical fests conducted. He encouraged our participants to study more and enlarge their knowledge in Chemical Engineering and applauded the role of a chemical engineer and also informed that the world is moving faster in technology and science.
  3581. Ms. S. Srivalli, RACE president, expressed that, the department will always encourage students to participate in various technical and extra-curricular activities. She also informed the activities of the CHEMFLARE-2024 such as Resonate (paper presentation), Re-vibe (poster presentation), reflux (model expo), reminisce (cross word), contests like Treasure Hunt, Wheel Reel and Create a Meme.
  3582. Ms. S. Harika, Faculty convener, thanked all the participants 65 are from outside colleges and 109 are in-house participants. She congratulated all the winners of various events. She expressed that all this would not have been possible, if it wasn’t for the students and faculty of our Chemical Engineering Department, working tirelessly and stepping out of their comfort zone to bring out the best in all the parts of this event. Hours of planning, coordinating and organizing went into the making of this conference, and we are all very glad to see it reaping amazing results from the amount of participation and appreciation that we are getting these past two days. She expressed gratitude for Prof. S. Subba Rao, Dr. Ch. Anil, Mr. M. Koteswara Rao, Dr. K. China Malakondaiah, Dr. D. Anjali, and Mr. B. Pradeep Santosh Kumar, other supporting staff, and Students who made the event grand success."
  3583.                                                   data-date="09 Dec 2024"
  3584.                                                   data-gallery=""><div class="news-item">
  3585.    <div class="news-date">
  3586.        <span class="day">09</span>
  3587.        <span>Dec 2024</span>
  3588.    </div>
  3589.    <div class="news-content">
  3590.        <h5 class="news-title">
  3591.            <span class="news-indicator indicator-new"></span>
  3592.            Two day workshop on “Artificial Intelligence for Chemical Engineers”
  3593.        </h5>
  3594.        <p class="news-desc">
  3595.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  3596.        </p>
  3597.        <div>
  3598.            <span class="news-tag">
  3599.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  3600.            </span>
  3601.            <span class="news-tag">
  3602.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  3603.            </span>
  3604.        </div>
  3605.    </div>
  3606. </div></a>
  3607.  
  3608. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3609.                                                   data-bs-target="#eventModal"
  3610.                                                   data-title="Transforming Innovative Idea to Start-up :Insights
  3611. and Strategies for Aspiring Entrepreneurs"
  3612.                                                   data-id="37"
  3613.                                                   data-description=""
  3614.                                                   data-date="07 Dec 2024"
  3615.                                                   data-gallery=""><div class="news-item">
  3616.    <div class="news-date">
  3617.        <span class="day">07</span>
  3618.        <span>Dec 2024</span>
  3619.    </div>
  3620.    <div class="news-content">
  3621.        <h5 class="news-title">
  3622.            <span class="news-indicator indicator-new"></span>
  3623.            Transforming Innovative Idea to Start-up :Insights
  3624. and Strategies for Aspiring Entrepreneurs
  3625.        </h5>
  3626.        <p class="news-desc">
  3627.            
  3628.        </p>
  3629.        <div>
  3630.            <span class="news-tag">
  3631.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3632.            </span>
  3633.            <span class="news-tag">
  3634.                <i class="fas fa-calendar-alt me-1"></i> Department: EEE
  3635.            </span>
  3636.        </div>
  3637.    </div>
  3638. </div></a>
  3639.  
  3640. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3641.                                                   data-bs-target="#eventModal"
  3642.                                                   data-title="🛡️ Guest Lecture on “Empowering Women, Ending Violence &amp; Cyber Crimes”"
  3643.                                                   data-id="24"
  3644.                                                   data-description="A powerful and insightful session on Gender Rights, Women's Safety, and Combating Cybercrimes was conducted from 11:00 AM to 12:00 PM, engaging 80 students from II/IV B.Tech CSM & CSD programs. The session was led by Mr. Chowdari Hari Krishna, Sub-Inspector, Civil Law & Order, who emphasized the importance of understanding gender rights, ensuring women's safety, and recognizing the growing impact of cybercrimes in today’s digital era.
  3645. The talk highlighted the crucial intersection of technology and social responsibility, encouraging students to become proactive in promoting a safe, respectful, and inclusive digital environment. The session empowered students with knowledge of legal provisions, digital safety practices, and the importance of being vigilant and empathetic digital citizens.
  3646. Key Highlights:
  3647. • Awareness on violence, safety, and cyber laws
  3648. • Real-world examples of cybercrime scenarios
  3649. • Proactive measures and legal empowerment
  3650. "Empower. Educate. Evolve.""
  3651.                                                   data-date="25 Nov 2024"
  3652.                                                   data-gallery=""><div class="news-item">
  3653.    <div class="news-date">
  3654.        <span class="day">25</span>
  3655.        <span>Nov 2024</span>
  3656.    </div>
  3657.    <div class="news-content">
  3658.        <h5 class="news-title">
  3659.            <span class="news-indicator indicator-new"></span>
  3660.            🛡️ Guest Lecture on “Empowering Women, Ending Violence &amp; Cyber Crimes”
  3661.        </h5>
  3662.        <p class="news-desc">
  3663.            A powerful and insightful session on Gender Rights, Women&#x27;s Safety, and Combating Cybercrimes was conducted from 11:00 AM to 12:00 …
  3664.        </p>
  3665.        <div>
  3666.            <span class="news-tag">
  3667.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3668.            </span>
  3669.            <span class="news-tag">
  3670.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3671.            </span>
  3672.        </div>
  3673.    </div>
  3674. </div></a>
  3675.  
  3676. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3677.                                                   data-bs-target="#eventModal"
  3678.                                                   data-title="🔧 Guest Lecture  on  “Tech Trends Awareness: “Empowering Growth”"
  3679.                                                   data-id="29"
  3680.                                                   data-description="As part of the Life Skills series, a guest lecture titled “Tech Trends Awareness: Empowering Growth” was held from 9:00 AM to 12:00 PM, with the participation of 60 students from II/IV B.Tech CSM. The session was delivered by Mr. Dharanidhar Sunkari, Technical Lead at Proservartner, focusing on equipping students with awareness of transformative technologies shaping the future.
  3681. The lecture explored six major domains—Artificial Intelligence (AI), Machine Learning (ML), Internet of Things (IoT), Robotic Process Automation (RPA), Cloud Computing, and Cybersecurity. Through real-world case studies, emerging industry trends, and practical insights, students were inspired to embrace innovation and prepare themselves to lead in a dynamic digital landscape. The session emphasized adaptability, continuous learning, and proactive skill development as essential life skills for future-ready professionals.
  3682. Key Highlights:
  3683. • Industry-ready skills in tech
  3684. • Strategic upskilling for future careers
  3685. • Insightful career-building roadmap
  3686.         "Stay ahead by staying informed!""
  3687.                                                   data-date="23 Nov 2024"
  3688.                                                   data-gallery=""><div class="news-item">
  3689.    <div class="news-date">
  3690.        <span class="day">23</span>
  3691.        <span>Nov 2024</span>
  3692.    </div>
  3693.    <div class="news-content">
  3694.        <h5 class="news-title">
  3695.            <span class="news-indicator indicator-new"></span>
  3696.            🔧 Guest Lecture  on  “Tech Trends Awareness: “Empowering Growth”
  3697.        </h5>
  3698.        <p class="news-desc">
  3699.            As part of the Life Skills series, a guest lecture titled “Tech Trends Awareness: Empowering Growth” was held from 9:00 …
  3700.        </p>
  3701.        <div>
  3702.            <span class="news-tag">
  3703.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3704.            </span>
  3705.            <span class="news-tag">
  3706.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3707.            </span>
  3708.        </div>
  3709.    </div>
  3710. </div></a>
  3711.  
  3712. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3713.                                                   data-bs-target="#eventModal"
  3714.                                                   data-title="🚀 ISTE:  IDEATHON Contest 🚀"
  3715.                                                   data-id="17"
  3716.                                                   data-description="The “Ideathon Contest” at ANITS was a powerhouse of innovation and creativity! This exciting event offered students a platform to solve real-world problems using cutting-edge technologies like AI, ML, and Data Science. A total of 64 students formed 12 dynamic teams to participate in this highly collaborative and intellectually stimulating challenge.
  3717. Key Highlights:
  3718. • Innovation-driven collaboration
  3719. • AI/ML & Data Science problem-solving
  3720. "Great ideas come from teamwork and passion!""
  3721.                                                   data-date="20 Nov 2024"
  3722.                                                   data-gallery=""><div class="news-item">
  3723.    <div class="news-date">
  3724.        <span class="day">20</span>
  3725.        <span>Nov 2024</span>
  3726.    </div>
  3727.    <div class="news-content">
  3728.        <h5 class="news-title">
  3729.            <span class="news-indicator indicator-new"></span>
  3730.            🚀 ISTE:  IDEATHON Contest 🚀
  3731.        </h5>
  3732.        <p class="news-desc">
  3733.            The “Ideathon Contest” at ANITS was a powerhouse of innovation and creativity! This exciting event offered students a platform to …
  3734.        </p>
  3735.        <div>
  3736.            <span class="news-tag">
  3737.                <i class="fas fa-tag me-1"></i> ISTE
  3738.            </span>
  3739.            <span class="news-tag">
  3740.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3741.            </span>
  3742.        </div>
  3743.    </div>
  3744. </div></a>
  3745.  
  3746. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3747.                                                   data-bs-target="#eventModal"
  3748.                                                   data-title="How to crack a job interview"
  3749.                                                   data-id="34"
  3750.                                                   data-description="A one day seminar is organized by Department of Chemistry (FED) on Life Skills “How to crack a job interview” on 20th November 2024."
  3751.                                                   data-date="20 Nov 2024"
  3752.                                                   data-gallery=""><div class="news-item">
  3753.    <div class="news-date">
  3754.        <span class="day">20</span>
  3755.        <span>Nov 2024</span>
  3756.    </div>
  3757.    <div class="news-content">
  3758.        <h5 class="news-title">
  3759.            <span class="news-indicator indicator-new"></span>
  3760.            How to crack a job interview
  3761.        </h5>
  3762.        <p class="news-desc">
  3763.            A one day seminar is organized by Department of Chemistry (FED) on Life Skills “How to crack a job interview” …
  3764.        </p>
  3765.        <div>
  3766.            <span class="news-tag">
  3767.                <i class="fas fa-tag me-1"></i> Seminar
  3768.            </span>
  3769.            <span class="news-tag">
  3770.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  3771.            </span>
  3772.        </div>
  3773.    </div>
  3774. </div></a>
  3775.  
  3776. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3777.                                                   data-bs-target="#eventModal"
  3778.                                                   data-title="Solid Waste Management"
  3779.                                                   data-id="33"
  3780.                                                   data-description="An outreach and extension programme is organized along with the students of Chemical and Electrical and Electronics Engineering at Zilla Parishad High School, Boni (V), Anandapuram (M), Visakhapatnam on Solid Waste Management held on 16th November 2024."
  3781.                                                   data-date="16 Nov 2024"
  3782.                                                   data-gallery=""><div class="news-item">
  3783.    <div class="news-date">
  3784.        <span class="day">16</span>
  3785.        <span>Nov 2024</span>
  3786.    </div>
  3787.    <div class="news-content">
  3788.        <h5 class="news-title">
  3789.            <span class="news-indicator indicator-new"></span>
  3790.            Solid Waste Management
  3791.        </h5>
  3792.        <p class="news-desc">
  3793.            An outreach and extension programme is organized along with the students of Chemical and Electrical and Electronics Engineering at Zilla …
  3794.        </p>
  3795.        <div>
  3796.            <span class="news-tag">
  3797.                <i class="fas fa-tag me-1"></i> Outreach Program
  3798.            </span>
  3799.            <span class="news-tag">
  3800.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  3801.            </span>
  3802.        </div>
  3803.    </div>
  3804. </div></a>
  3805.  
  3806. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3807.                                                   data-bs-target="#eventModal"
  3808.                                                   data-title="Language and Communication Skills: Enhancing Interview Skills for Beginners"
  3809.                                                   data-id="32"
  3810.                                                   data-description="A one day seminar is organized by Department of Chemistry (FED) on Capacity Development and Skill-Enhancing Activity “Language and Communication Skills: Enhancing Interview Skills for Beginners” for Chemical and Civil Engineering students on 15th November 2024."
  3811.                                                   data-date="15 Nov 2024"
  3812.                                                   data-gallery=""><div class="news-item">
  3813.    <div class="news-date">
  3814.        <span class="day">15</span>
  3815.        <span>Nov 2024</span>
  3816.    </div>
  3817.    <div class="news-content">
  3818.        <h5 class="news-title">
  3819.            <span class="news-indicator indicator-new"></span>
  3820.            Language and Communication Skills: Enhancing Interview Skills for Beginners
  3821.        </h5>
  3822.        <p class="news-desc">
  3823.            A one day seminar is organized by Department of Chemistry (FED) on Capacity Development and Skill-Enhancing Activity “Language and Communication …
  3824.        </p>
  3825.        <div>
  3826.            <span class="news-tag">
  3827.                <i class="fas fa-tag me-1"></i> Seminar
  3828.            </span>
  3829.            <span class="news-tag">
  3830.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  3831.            </span>
  3832.        </div>
  3833.    </div>
  3834. </div></a>
  3835.  
  3836. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3837.                                                   data-bs-target="#eventModal"
  3838.                                                   data-title="💬Guest Lecture on “Emotional Intelligence (EI)”"
  3839.                                                   data-id="26"
  3840.                                                   data-description="A guest lecture on Emotional Intelligence was held from 9:00 AM to 12:00 PM for 49 students of II/IV B.Tech CSM & CSD, delivered by Ms. G. Lavanya, Assistant Professor of English – FED. The session emphasized the importance of self-awareness, empathy, and communication in academic and professional success. Real-life success stories shared by the speaker provided practical insights, helping students connect theory with real-world application and encouraging them to strengthen their emotional intelligence for holistic growth.
  3841. Key Highlights:
  3842. • Networking, mentorship & growth through EI
  3843. • Emotional self-regulation and active listening
  3844. • Real-world case discussions
  3845. "EQ is the new IQ!""
  3846.                                                   data-date="29 Oct 2024"
  3847.                                                   data-gallery=""><div class="news-item">
  3848.    <div class="news-date">
  3849.        <span class="day">29</span>
  3850.        <span>Oct 2024</span>
  3851.    </div>
  3852.    <div class="news-content">
  3853.        <h5 class="news-title">
  3854.            <span class="news-indicator indicator-new"></span>
  3855.            💬Guest Lecture on “Emotional Intelligence (EI)”
  3856.        </h5>
  3857.        <p class="news-desc">
  3858.            A guest lecture on Emotional Intelligence was held from 9:00 AM to 12:00 PM for 49 students of II/IV B.Tech …
  3859.        </p>
  3860.        <div>
  3861.            <span class="news-tag">
  3862.                <i class="fas fa-tag me-1"></i> Guest Lecture
  3863.            </span>
  3864.            <span class="news-tag">
  3865.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3866.            </span>
  3867.        </div>
  3868.    </div>
  3869. </div></a>
  3870.  
  3871. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3872.                                                   data-bs-target="#eventModal"
  3873.                                                   data-title="⏳ Workshop on Time Management &amp; Goal Setting"
  3874.                                                   data-id="28"
  3875.                                                   data-description="A Workshop on Time Management & Goal Setting was conducted from 9:00 AM to 12:00 PM, with participation from 50 students of II/IV B.Tech CSD. The session was led by Mrs. T. Sunandha Tulasi, Assistant Professor of English – FED, and aimed to empower students with practical strategies for achieving academic and career success.
  3876. The workshop focused on essential skills such as setting meaningful goals, time-blocking, identifying and minimizing distractions, and utilizing planners effectively. Through interactive discussions and hands-on techniques, students were encouraged to take control of their time and align their daily activities with long-term aspirations.
  3877. Key Highlights:
  3878. • Life planning strategies for students
  3879. • Stress reduction through time mastery
  3880. • Personalized goal-setting
  3881. "Plan well. Act better. Succeed faster!""
  3882.                                                   data-date="28 Oct 2024"
  3883.                                                   data-gallery=""><div class="news-item">
  3884.    <div class="news-date">
  3885.        <span class="day">28</span>
  3886.        <span>Oct 2024</span>
  3887.    </div>
  3888.    <div class="news-content">
  3889.        <h5 class="news-title">
  3890.            <span class="news-indicator indicator-new"></span>
  3891.            ⏳ Workshop on Time Management &amp; Goal Setting
  3892.        </h5>
  3893.        <p class="news-desc">
  3894.            A Workshop on Time Management &amp; Goal Setting was conducted from 9:00 AM to 12:00 PM, with participation from 50 …
  3895.        </p>
  3896.        <div>
  3897.            <span class="news-tag">
  3898.                <i class="fas fa-tag me-1"></i> WORKSHOP
  3899.            </span>
  3900.            <span class="news-tag">
  3901.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3902.            </span>
  3903.        </div>
  3904.    </div>
  3905. </div></a>
  3906.  
  3907. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3908.                                                   data-bs-target="#eventModal"
  3909.                                                   data-title="🤖 WORKSHOP on Robotic Process Automation (RPA)"
  3910.                                                   data-id="21"
  3911.                                                   data-description="Description:
  3912.         A 3-day hands-on workshop aimed at familiarizing students with real-life applications of RPA tools and technologies. Delivered by senior students from 3rd-year CSD-B to II/IV       B. Tech CSM Students and total: 85 students participated, it helped attendees gain technical fluency in business process automation.
  3913. Key Highlights:
  3914. • Real-world exposure to RPA tools
  3915. • Peer-led knowledge sharing
  3916. • Emphasis on automation & industry readiness
  3917. "Automate the routine. Accelerate innovation!""
  3918.                                                   data-date="18 Sep 2024"
  3919.                                                   data-gallery=""><div class="news-item">
  3920.    <div class="news-date">
  3921.        <span class="day">18</span>
  3922.        <span>Sep 2024</span>
  3923.    </div>
  3924.    <div class="news-content">
  3925.        <h5 class="news-title">
  3926.            <span class="news-indicator indicator-new"></span>
  3927.            🤖 WORKSHOP on Robotic Process Automation (RPA)
  3928.        </h5>
  3929.        <p class="news-desc">
  3930.            Description: A 3-day hands-on workshop aimed at familiarizing students with real-life applications of RPA tools and technologies. Delivered by senior …
  3931.        </p>
  3932.        <div>
  3933.            <span class="news-tag">
  3934.                <i class="fas fa-tag me-1"></i> WORKSHOP
  3935.            </span>
  3936.            <span class="news-tag">
  3937.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3938.            </span>
  3939.        </div>
  3940.    </div>
  3941. </div></a>
  3942.  
  3943. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3944.                                                   data-bs-target="#eventModal"
  3945.                                                   data-title="🧭CSI:    Tech Trek: Technical Treasure Hunt"
  3946.                                                   data-id="19"
  3947.                                                   data-description="Description:
  3948.        CSI’s first-ever Tech Trek was an exhilarating treasure hunt, designed around the theme “Abhimanyu’s Escape from the Chakravyuha,” blending mythology with modern tech challenges. Students from 2nd, 3rd, and 4th year (CSM, CSD, CSE) participated with full enthusiasm.
  3949. Key Highlights:
  3950. • Interactive, theme-based technical treasure hunt
  3951. • Inspired by Mahabharata’s tactical depth
  3952. • Hosted by HOD Dr. K. Selvani Deepthi with coordination by Ms. M.V. Bhuvaneshwari
  3953. "Strategy meets technology in every clue!""
  3954.                                                   data-date="13 Sep 2024"
  3955.                                                   data-gallery=""><div class="news-item">
  3956.    <div class="news-date">
  3957.        <span class="day">13</span>
  3958.        <span>Sep 2024</span>
  3959.    </div>
  3960.    <div class="news-content">
  3961.        <h5 class="news-title">
  3962.            <span class="news-indicator indicator-new"></span>
  3963.            🧭CSI:    Tech Trek: Technical Treasure Hunt
  3964.        </h5>
  3965.        <p class="news-desc">
  3966.            Description: CSI’s first-ever Tech Trek was an exhilarating treasure hunt, designed around the theme “Abhimanyu’s Escape from the Chakravyuha,” blending …
  3967.        </p>
  3968.        <div>
  3969.            <span class="news-tag">
  3970.                <i class="fas fa-tag me-1"></i> CSI
  3971.            </span>
  3972.            <span class="news-tag">
  3973.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  3974.            </span>
  3975.        </div>
  3976.    </div>
  3977. </div></a>
  3978.  
  3979. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  3980.                                                   data-bs-target="#eventModal"
  3981.                                                   data-title="🌸Guest Lecture  on Gynaecological Issues in Youngsters"
  3982.                                                   data-id="23"
  3983.                                                   data-description="This insightful seminar focused on raising awareness about reproductive health challenges faced by young women. Dr. Roohi Khaja (Resource Person, M.B.B.S, Medical Administrator, OMNI Hospital, University of West Indie) addressed to III/IV B.Tech CSM ,  104 students participated and she discussed about the essential issues related to early detection, prevention, and proper care, creating a supportive space for open dialogue and knowledge sharing.
  3984. Key Highlights:
  3985. • Women’s health and wellness awareness
  3986. • Participation from 3rd and 4th-year students
  3987. • Focus on early detection and education
  3988. "Healthy minds thrive in healthy bodies!""
  3989.                                                   data-date="29 Aug 2024"
  3990.                                                   data-gallery=""><div class="news-item">
  3991.    <div class="news-date">
  3992.        <span class="day">29</span>
  3993.        <span>Aug 2024</span>
  3994.    </div>
  3995.    <div class="news-content">
  3996.        <h5 class="news-title">
  3997.            <span class="news-indicator indicator-new"></span>
  3998.            🌸Guest Lecture  on Gynaecological Issues in Youngsters
  3999.        </h5>
  4000.        <p class="news-desc">
  4001.            This insightful seminar focused on raising awareness about reproductive health challenges faced by young women. Dr. Roohi Khaja (Resource Person, …
  4002.        </p>
  4003.        <div>
  4004.            <span class="news-tag">
  4005.                <i class="fas fa-tag me-1"></i> Guest Lecture
  4006.            </span>
  4007.            <span class="news-tag">
  4008.                <i class="fas fa-calendar-alt me-1"></i> Department: CSE-AI-ML
  4009.            </span>
  4010.        </div>
  4011.    </div>
  4012. </div></a>
  4013.  
  4014. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  4015.                                                   data-bs-target="#eventModal"
  4016.                                                   data-title="Soft Skills for Career awareness and preparation for
  4017. TCS and other software companies"
  4018.                                                   data-id="38"
  4019.                                                   data-description="Soft Skills for Career awareness and preparation for
  4020. TCS and other software companies"
  4021.                                                   data-date="27 Jul 2024"
  4022.                                                   data-gallery=""><div class="news-item">
  4023.    <div class="news-date">
  4024.        <span class="day">27</span>
  4025.        <span>Jul 2024</span>
  4026.    </div>
  4027.    <div class="news-content">
  4028.        <h5 class="news-title">
  4029.            <span class="news-indicator indicator-new"></span>
  4030.            Soft Skills for Career awareness and preparation for
  4031. TCS and other software companies
  4032.        </h5>
  4033.        <p class="news-desc">
  4034.            Soft Skills for Career awareness and preparation for TCS and other software companies
  4035.        </p>
  4036.        <div>
  4037.            <span class="news-tag">
  4038.                <i class="fas fa-tag me-1"></i> Guest Lecture
  4039.            </span>
  4040.            <span class="news-tag">
  4041.                <i class="fas fa-calendar-alt me-1"></i> Department: EEE
  4042.            </span>
  4043.        </div>
  4044.    </div>
  4045. </div></a>
  4046.  
  4047. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  4048.                                                   data-bs-target="#eventModal"
  4049.                                                   data-title="Excellene Through Meditation"
  4050.                                                   data-id="31"
  4051.                                                   data-description="A one day workshop is organized by Department of Chemistry in association with Women and Redressal cell for faculty on Excellene Through Meditation on 15th July 2024."
  4052.                                                   data-date="15 Jun 2024"
  4053.                                                   data-gallery=""><div class="news-item">
  4054.    <div class="news-date">
  4055.        <span class="day">15</span>
  4056.        <span>Jun 2024</span>
  4057.    </div>
  4058.    <div class="news-content">
  4059.        <h5 class="news-title">
  4060.            <span class="news-indicator indicator-new"></span>
  4061.            Excellene Through Meditation
  4062.        </h5>
  4063.        <p class="news-desc">
  4064.            A one day workshop is organized by Department of Chemistry in association with Women and Redressal cell for faculty on …
  4065.        </p>
  4066.        <div>
  4067.            <span class="news-tag">
  4068.                <i class="fas fa-tag me-1"></i> Workshop
  4069.            </span>
  4070.            <span class="news-tag">
  4071.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMISTRY
  4072.            </span>
  4073.        </div>
  4074.    </div>
  4075. </div></a>
  4076.  
  4077. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  4078.                                                   data-bs-target="#eventModal"
  4079.                                                   data-title="National Student Conference CHEMFLARE 2K24"
  4080.                                                   data-id="7"
  4081.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) & ANITS IIChE Students chapter under Walter Region Centre organized a two day National student conference, “CHEMFLARE-2024”, during 1st and 2nd March 2024. Prof. R. Srikanth, Head of the chemical Engineering department, ANITS is the president of the inaugural function, Ms. S. Harika, Faculty convener, Ms. S. Srivalli, Student president RACE body were also present on the dais.
  4082. Prof. R. Srikanth, advised students to be actively involve in workshops, conferences, technical fests conducted. He encouraged our participants to study more and enlarge their knowledge in Chemical Engineering and applauded the role of a chemical engineer and also informed that the world is moving faster in technology and science.
  4083. Ms. S. Srivalli, RACE president, expressed that, the department will always encourage students to participate in various technical and extra-curricular activities. She also informed the activities of the CHEMFLARE-2024 such as Resonate (paper presentation), Re-vibe (poster presentation), reflux (model expo), reminisce (cross word), contests like Treasure Hunt, Wheel Reel and Create a Meme.
  4084. Ms. S. Harika, Faculty convener, thanked all the participants 65 are from outside colleges and 109 are in-house participants. She congratulated all the winners of various events. She expressed that all this would not have been possible, if it wasn’t for the students and faculty of our Chemical Engineering Department, working tirelessly and stepping out of their comfort zone to bring out the best in all the parts of this event. Hours of planning, coordinating and organizing went into the making of this conference, and we are all very glad to see it reaping amazing results from the amount of participation and appreciation that we are getting these past two days. She expressed gratitude for Prof. S. Subba Rao, Dr. Ch. Anil, Mr. M. Koteswara Rao, Dr. K. China Malakondaiah, Dr. D. Anjali, and Mr. B. Pradeep Santosh Kumar, other supporting staff, and Students who made the event grand success."
  4085.                                                   data-date="01 Mar 2024"
  4086.                                                   data-gallery=""><div class="news-item">
  4087.    <div class="news-date">
  4088.        <span class="day">01</span>
  4089.        <span>Mar 2024</span>
  4090.    </div>
  4091.    <div class="news-content">
  4092.        <h5 class="news-title">
  4093.            <span class="news-indicator indicator-new"></span>
  4094.            National Student Conference CHEMFLARE 2K24
  4095.        </h5>
  4096.        <p class="news-desc">
  4097.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  4098.        </p>
  4099.        <div>
  4100.            <span class="news-tag">
  4101.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  4102.            </span>
  4103.            <span class="news-tag">
  4104.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  4105.            </span>
  4106.        </div>
  4107.    </div>
  4108. </div></a>
  4109.  
  4110. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  4111.                                                   data-bs-target="#eventModal"
  4112.                                                   data-title="National Student conference CHEMFLARE-2K23"
  4113.                                                   data-id="9"
  4114.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) & ANITS IIChE Students chapter under Walter Region Centre organized a two day National student conference, “CHEMFLARE-2023”, during 2nd and 3rd March 2023. Prof. R. Srikanth, Head of the chemical Engineering department, ANITS is the president of the inaugural function, Dr. Ch. Anil, Faculty convener, Mr. P. Naveen Kumar, Student president RACE body were also present on the dais.
  4115. Prof. R. Srikanth, advised students to be actively involve in workshops, conferences, technical fests conducted. He informed that, the chemical engineers are good at cause and effect of the process. He advised students to be like bigfish in small pond but not like a small fish in a big lake. He emphasized that the future is for Electric Vehicles, Catalysis, Biotechnology and Nanotechnology.
  4116. Dr. Ch. Anil, Faculty convener, highlighted the difference between the academic environment and industrial environment. He expressed that, the department will always encourages students to participate in various technical and extra-curricular activities. He also informed that, such events and activities will be organized in future also for the benefit of the students. He also informed the activities of the CHEMFLARE-2023 such as Resonate (paper presentation), Re-vibe (poster presentation), reflux (model expo), reminisce (cross word), spot events like mock CID, mock parliament and sports
  4117. Mr. P. Naveen Kumar, Student president RACE body, thanked all the participants 52 are from outside colleges and 120 are in-house participants. He congratulated all the winners of various events. He expressed gratitude for Prof. S. Subba Rao, Mr. K. Koteswara Rao, Ms. S. Harika, Dr. K. China Malakondaiah, Dr. D. Anjali, and Mr. Pradeep Santosh Kumar, other supporting staff, and Students who made the event grand success."
  4118.                                                   data-date="02 Mar 2023"
  4119.                                                   data-gallery=""><div class="news-item">
  4120.    <div class="news-date">
  4121.        <span class="day">02</span>
  4122.        <span>Mar 2023</span>
  4123.    </div>
  4124.    <div class="news-content">
  4125.        <h5 class="news-title">
  4126.            <span class="news-indicator indicator-new"></span>
  4127.            National Student conference CHEMFLARE-2K23
  4128.        </h5>
  4129.        <p class="news-desc">
  4130.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  4131.        </p>
  4132.        <div>
  4133.            <span class="news-tag">
  4134.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  4135.            </span>
  4136.            <span class="news-tag">
  4137.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  4138.            </span>
  4139.        </div>
  4140.    </div>
  4141. </div></a>
  4142.  
  4143. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  4144.                                                   data-bs-target="#eventModal"
  4145.                                                   data-title="National Student conference CHEMFLARE-2K22"
  4146.                                                   data-id="10"
  4147.                                                   data-description="The Department of Chemical Engineering, ANITS has organized a two day National Level Student Conference Chemflare 2k22 during 21 st April – 22 nd April, 2022. With a total participation of 51 students, of which students are from GPCE, RVR & JC, JNTUK,MVGR GVP and GMRIT. We saw more enthusiasm and an increase in the number of participants than last year. With a total of two technical paper presentation sessions, a poster session, how do you react, technical treasure hunt and various spot events, the participants were given various exciting and demanding platforms, by which they were able to improve their skills and knowledge. With a total of 11 prototype models, 18 papers and 6 posters are presented, the competition was indeed tough. Students were highly enlightened with technical events and spot events."
  4148.                                                   data-date="21 Apr 2022"
  4149.                                                   data-gallery=""><div class="news-item">
  4150.    <div class="news-date">
  4151.        <span class="day">21</span>
  4152.        <span>Apr 2022</span>
  4153.    </div>
  4154.    <div class="news-content">
  4155.        <h5 class="news-title">
  4156.            <span class="news-indicator indicator-new"></span>
  4157.            National Student conference CHEMFLARE-2K22
  4158.        </h5>
  4159.        <p class="news-desc">
  4160.            The Department of Chemical Engineering, ANITS has organized a two day National Level Student Conference Chemflare 2k22 during 21 st …
  4161.        </p>
  4162.        <div>
  4163.            <span class="news-tag">
  4164.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  4165.            </span>
  4166.            <span class="news-tag">
  4167.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  4168.            </span>
  4169.        </div>
  4170.    </div>
  4171. </div></a>
  4172.  
  4173. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  4174.                                                   data-bs-target="#eventModal"
  4175.                                                   data-title="National Student conference CHEMFLARE-2K20"
  4176.                                                   data-id="11"
  4177.                                                   data-description="The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) & ANITS IIChE Students chapter under Walter Region Centre was organizing a two day National student conference, “CHEMFLARE-2020”, during 19th and 20th February 2020. The chief guest of the inaugural function is Sri G.S.V.S.S.S Prasad Sarma, Executive Director (Retd.), Visakha Refinery, HPCL, the guest of honour Mr. Naveen Neerukond, Treasurer, ANES, Prof. T.V. Hanumantha Rao, Principal; ANITS is the president of the function. Dr. Ch. Anil, Head of the chemical Engineering department and Mr. B. Pradeep Santosh Kumar, Faculty convener, Mr. J. Sashidhar Student president RACE body are also present on the dais.
  4178. Prof. T.V. Hanumantha Rao, in his presidential remarks informed the students that, the change in technological trends are taking place, the growth and transform in process industries are fast. The students need to foresee these changes should be updated with computational skills, optimization and data sciences. He also emphasized the importance of sustainable development, zero discharge, waste management and advised all the chemical engineering students to work in these areas
  4179. Mr. N. Naveen, the Guest honour, advised students to be actively involve in workshops, conferences, technical fests conducted. He informed that, the chemical engineers are good at cause and effect of the process. He advised students to be like bigfish in small pond but not like a small fish in a big lake
  4180. Mr. Prasad Sarma, the Chief Guest, highlighted the difference between the academic environment and industrial environment. Teaching faculty, friends, supporting system etc. will help the students in academic environment, whereas, the more competition will prevail at industrial environment. The human skills, technical skills and delivery skills will be dominating the industry environment. He emphasised the importance of IQ, EQ and SQ in industry. He also emphasised that the future is for Eclectic Vehicles, Catalysis, Biotechnology and Nanotechnology
  4181. HOD, Dr. Ch. Anil, in his address expressed, the department will always encourages students to participate in various technical and extra-curricular activities. He also informed that, such events and activities will be organized in future also for the benefit of the students"
  4182.                                                   data-date="19 Feb 2020"
  4183.                                                   data-gallery=""><div class="news-item">
  4184.    <div class="news-date">
  4185.        <span class="day">19</span>
  4186.        <span>Feb 2020</span>
  4187.    </div>
  4188.    <div class="news-content">
  4189.        <h5 class="news-title">
  4190.            <span class="news-indicator indicator-new"></span>
  4191.            National Student conference CHEMFLARE-2K20
  4192.        </h5>
  4193.        <p class="news-desc">
  4194.            The Department of Chemical Engineering, ANITS, Visakhapatnam, in association with RACE (Rays of ANITS Chemical Engineers) &amp; ANITS IIChE Students …
  4195.        </p>
  4196.        <div>
  4197.            <span class="news-tag">
  4198.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  4199.            </span>
  4200.            <span class="news-tag">
  4201.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  4202.            </span>
  4203.        </div>
  4204.    </div>
  4205. </div></a>
  4206.  
  4207. <a href="#" class="event-item" data-bs-toggle="modal" style="decoration:none"
  4208.                                                   data-bs-target="#eventModal"
  4209.                                                   data-title="National workshop on MATLAB for Engineers-2019"
  4210.                                                   data-id="12"
  4211.                                                   data-description=""
  4212.                                                   data-date="27 Dec 2019"
  4213.                                                   data-gallery=""><div class="news-item">
  4214.    <div class="news-date">
  4215.        <span class="day">27</span>
  4216.        <span>Dec 2019</span>
  4217.    </div>
  4218.    <div class="news-content">
  4219.        <h5 class="news-title">
  4220.            <span class="news-indicator indicator-new"></span>
  4221.            National workshop on MATLAB for Engineers-2019
  4222.        </h5>
  4223.        <p class="news-desc">
  4224.            
  4225.        </p>
  4226.        <div>
  4227.            <span class="news-tag">
  4228.                <i class="fas fa-tag me-1"></i> Conferences / Workshops
  4229.            </span>
  4230.            <span class="news-tag">
  4231.                <i class="fas fa-calendar-alt me-1"></i> Department: CHEMICAL
  4232.            </span>
  4233.        </div>
  4234.    </div>
  4235. </div></a>
  4236.  
  4237.  
  4238.  
  4239.  
  4240.  
  4241.                        </div>
  4242.                    </div>
  4243.  
  4244.    <div class="col-sm-6">
  4245.  <div class="" style="width:100%; background-color: #fff;">
  4246.    <div class="card-header">
  4247.      <div class="bubble"></div>
  4248.      <div class="bubble"></div>
  4249.      <div class="bubble"></div>
  4250.      <h2 class="text-white">Bulletin Board</h2>
  4251.    </div>
  4252.  
  4253.    <!-- Scrollable Container -->
  4254.    <div class="scrollable-bulletin" style="max-height: 470px; overflow-y: auto;">
  4255.      <ul class="bulletin-list mb-0">
  4256.        
  4257.        <li class="bulletin-item">
  4258.          <a href="/media/circular/II-IV_B.TECH_SEM-II_WP-Chemical_Supply-May-2025-RESULTS_R20.pdf"
  4259.             target="_blank">
  4260.            <span class="dot">●</span> II-IV B.TECH SEM-II (Working Professionals-Chemical) Supplementary Examinations-May-2025-RESULTS (R20)
  4261.          </a>
  4262.        </li>
  4263.        
  4264.        <li class="bulletin-item">
  4265.          <a href="/media/circular/II-IV_B.TECH_SEM-II_WP-EEE_Mech_Chemical_Reg_Exams-June-2025-RESULTS_R23.pdf"
  4266.             target="_blank">
  4267.            <span class="dot">●</span> II-IV B.TECH SEM-II (Working Professionals-EEE, Mech, Chemical) Regular Examinations-June-2025-RESULTS (R23)
  4268.          </a>
  4269.        </li>
  4270.        
  4271.        <li class="bulletin-item">
  4272.          <a href="/media/circular/REVISED-II-IV_B.TECH_I-SEM_REG__SUPPLY_EXAM_TT_NOV-2025.pdf"
  4273.             target="_blank">
  4274.            <span class="dot">●</span> REVISED-II-IV B.TECH I-SEMESTER REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLES-OCTOBER-NOVEMBER-2025 (R23,R20.1,R20,R19,R15)
  4275.          </a>
  4276.        </li>
  4277.        
  4278.        <li class="bulletin-item">
  4279.          <a href="/media/circular/III-IV_B.TECH_SEM-II_WP-EEE_ChemicalRegular_Exams-May-2025-RESULTS.pdf"
  4280.             target="_blank">
  4281.            <span class="dot">●</span> III-IV B.TECH SEM II (WP-EEE, Chemical) Regular Examinations-May-2025-RESULTS (R20)
  4282.          </a>
  4283.        </li>
  4284.        
  4285.        <li class="bulletin-item">
  4286.          <a href="/media/circular/III-IV_B.TECH_I-SEMESTER_REGULAR__SUPPLEMENTARY_EXAMINATIONS_TIME_TABLES-NOV-2025.pdf"
  4287.             target="_blank">
  4288.            <span class="dot">●</span> III-IV B.TECH I-SEMESTER REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLES-OCTOBER-NOVEMBER-2025 (R23,R20.1,R20,R19,R15)
  4289.          </a>
  4290.        </li>
  4291.        
  4292.        <li class="bulletin-item">
  4293.          <a href="/media/circular/III-IV_BTECH_I-SEMESTER_WP_EXAMINATIONS_TIME_TABLES-OCT-NOV-2025_R23.pdf"
  4294.             target="_blank">
  4295.            <span class="dot">●</span> III-IV B.TECH I-SEMESTER WORKING PROFESSIONALS EXAMINATIONS TIME TABLES-OCTOBER-NOVEMBER-2025 (R23)
  4296.          </a>
  4297.        </li>
  4298.        
  4299.        <li class="bulletin-item">
  4300.          <a href="/media/circular/MBA_II-SEM_Regular_Exams_-_July-2025_R23_Results.pdf"
  4301.             target="_blank">
  4302.            <span class="dot">●</span> MBA II-SEM Regular Exams - July-2025 (R23) Results
  4303.          </a>
  4304.        </li>
  4305.        
  4306.        <li class="bulletin-item">
  4307.          <a href="/media/circular/IV-IVBTECH_I-SEM_SUPPLY_EXAMS_FEE.pdf"
  4308.             target="_blank">
  4309.            <span class="dot">●</span> IV-IV B.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS (R15,R19,R20)
  4310.          </a>
  4311.        </li>
  4312.        
  4313.        <li class="bulletin-item">
  4314.          <a href="/media/circular/IV-IV_BTECH_II-SEM_SUPPLY_EXAMS_FEE.pdf"
  4315.             target="_blank">
  4316.            <span class="dot">●</span> IV-IV B.TECH II-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION (R15,R19,R20)
  4317.          </a>
  4318.        </li>
  4319.        
  4320.        <li class="bulletin-item">
  4321.          <a href="/media/circular/M.TECH_I-SEMESTER_SUPPLY__WP_EXAMINATIONS_TT-OCTOBER-2025_R23_R24.pdf"
  4322.             target="_blank">
  4323.            <span class="dot">●</span> M.TECH I-SEMESTER SUPPLEMENTARY &amp; WORKING PROFESSIONALS EXAMINATIONS TIME TABLES-OCTOBER-2025 (R23, R24)
  4324.          </a>
  4325.        </li>
  4326.        
  4327.        <li class="bulletin-item">
  4328.          <a href="/media/circular/III-IV_B.TECH_II-SEMESTER_SUPPLY_EXAMINATIONS_TT-OCTOBER-2025_R15R19R20R20.1.pdf"
  4329.             target="_blank">
  4330.            <span class="dot">●</span> III-IV B.TECH II-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLES-OCTOBER-2025 (R15,R19,R20,R20.1)
  4331.          </a>
  4332.        </li>
  4333.        
  4334.        <li class="bulletin-item">
  4335.          <a href="/media/circular/III-IV_B.TECH_I-SEM_SUPPLEMENTARY2025.pdf"
  4336.             target="_blank">
  4337.            <span class="dot">●</span> III-IV B.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS (R15,R19,R20,R20.1,WP)
  4338.          </a>
  4339.        </li>
  4340.        
  4341.        <li class="bulletin-item">
  4342.          <a href="/media/circular/II-IV_B.TECH_I-SEM_SUPPLEMENTARY2025.pdf"
  4343.             target="_blank">
  4344.            <span class="dot">●</span> II-IV B.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS (R15,R19,R20,R20.1,R23)
  4345.          </a>
  4346.        </li>
  4347.        
  4348.        <li class="bulletin-item">
  4349.          <a href="/media/circular/I-IV_B.Tech_II-SEM_Regular_Exams_-_May-2025_R23_Results.pdf"
  4350.             target="_blank">
  4351.            <span class="dot">●</span> I-IV B.Tech II-SEM Regular Exams - May-2025 (R23) Results
  4352.          </a>
  4353.        </li>
  4354.        
  4355.        <li class="bulletin-item">
  4356.          <a href="/media/circular/II-IV_B.Tech_II-SEM_Regular_Exams-April-2025_R23-RECOUNTING_RESULTS.pdf"
  4357.             target="_blank">
  4358.            <span class="dot">●</span> II-IV B.Tech II-SEM Regular Exams-April-2025 (R23)-RECOUNTING RESULTS
  4359.          </a>
  4360.        </li>
  4361.        
  4362.        <li class="bulletin-item">
  4363.          <a href="/media/circular/I-IV_B.TECH_II-SEM_Regular_Exams_-_May-2025_R23.pdf"
  4364.             target="_blank">
  4365.            <span class="dot">●</span> I-IV B.TECH II-SEM Regular Exams - May-2025 (R23)-RECOUNTING-CHALLENGE VALUATION CIRCULAR
  4366.          </a>
  4367.        </li>
  4368.        
  4369.        <li class="bulletin-item">
  4370.          <a href="/media/circular/M.TECH_I-SEM_SUPPLEMENTARY_EXAMS_FEE.pdf"
  4371.             target="_blank">
  4372.            <span class="dot">●</span> M.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION
  4373.          </a>
  4374.        </li>
  4375.        
  4376.        <li class="bulletin-item">
  4377.          <a href="/media/circular/III-IV_B.TECH_II-SEM_SUPPLEMENTARY_EXAMS_FEE.pdf"
  4378.             target="_blank">
  4379.            <span class="dot">●</span> III-IV B.TECH II-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS (R15,R19,R20,R20.1)
  4380.          </a>
  4381.        </li>
  4382.        
  4383.        <li class="bulletin-item">
  4384.          <a href="/media/circular/III-IV_B.Tech_II-SEM_Regular_Exams-April-May-2025_R20.1.pdf"
  4385.             target="_blank">
  4386.            <span class="dot">●</span> III-IV B.Tech II-SEM Regular Exams-April-May-2025 (R20.1)-CHALLENGE VALUATION RESULTS
  4387.          </a>
  4388.        </li>
  4389.        
  4390.        <li class="bulletin-item">
  4391.          <a href="/media/circular/III-IV_B.Tech_II-SEM_Regular_Exams-April-May-2025.pdf"
  4392.             target="_blank">
  4393.            <span class="dot">●</span> III-IV B.Tech II-SEM Regular Exams-April-May-2025 (R20.1)-RECOUNTING RESULTS
  4394.          </a>
  4395.        </li>
  4396.        
  4397.        <li class="bulletin-item">
  4398.          <a href="/media/circular/IV-IV_B.Tech_I-SEM_III-IV_B.Tech_I-Sem_II-IV_B.Tec.pdf"
  4399.             target="_blank">
  4400.            <span class="dot">●</span> IV-IV B.Tech I-SEM, III-IV B.Tech I-Sem, II-IV B.Tech I-Sem, I-IV B.Tech I-Sem SUPPLY. (R15,R19,R20,R20.1,R23) -RECOUNTING-CHALLENGE VALUATION CIRCULAR
  4401.          </a>
  4402.        </li>
  4403.        
  4404.        <li class="bulletin-item">
  4405.          <a href="/media/circular/I-IV_B.Tech_I-SEM_Supplementary_Exams_-_July-2025.pdf"
  4406.             target="_blank">
  4407.            <span class="dot">●</span> I-IV B.Tech I-SEM Supplementary Exams - July-2025 (R15,R19,R20,R20.1,R23) Results
  4408.          </a>
  4409.        </li>
  4410.        
  4411.        <li class="bulletin-item">
  4412.          <a href="/media/circular/II-IV_B.TECH_II.pdf"
  4413.             target="_blank">
  4414.            <span class="dot">●</span> II-IV B.TECH II-SEM Regular Exams - April-2025 (R23)-RECOUNTING-CHALLENGE VALUATION CIRCULAR
  4415.          </a>
  4416.        </li>
  4417.        
  4418.        <li class="bulletin-item">
  4419.          <a href="/media/circular/II-IV_B.Tech_II-SEM_Regular_Exams_-_April-2025_R23_Results.pdf"
  4420.             target="_blank">
  4421.            <span class="dot">●</span> II-IV B.Tech II-SEM Regular Exams - April-2025 (R23) Results
  4422.          </a>
  4423.        </li>
  4424.        
  4425.        <li class="bulletin-item">
  4426.          <a href="/media/circular/II-IV_BTech_Results.pdf"
  4427.             target="_blank">
  4428.            <span class="dot">●</span> II-IV B.Tech I-SEM Supplementary Exams - July-2025 (R15,R19,R20,R20.1,R23) Results
  4429.          </a>
  4430.        </li>
  4431.        
  4432.        <li class="bulletin-item">
  4433.          <a href="/media/circular/MBA_I-Sem_II-Sem_III-Sem_IV-Sem.pdf"
  4434.             target="_blank">
  4435.            <span class="dot">●</span> MBA I-Sem, II-Sem, III-Sem, IV-Sem SUPPLEMENTARY EXAMINATION TIME TABLES-September-2025 (R23)
  4436.          </a>
  4437.        </li>
  4438.        
  4439.        <li class="bulletin-item">
  4440.          <a href="/media/circular/M.Tech_II-Sem_Regular_September-2025_R23.pdf"
  4441.             target="_blank">
  4442.            <span class="dot">●</span> M.Tech II-Sem Regular &amp; Supplementary &amp; Working Professionals Examination Time Tables-September-2025 (R23)
  4443.          </a>
  4444.        </li>
  4445.        
  4446.        <li class="bulletin-item">
  4447.          <a href="/media/circular/M.Tech_II-SEM_SUPPLEMENTARY_EXAMINATION_FEE_NOTIFICATION_CIRCULAR.pdf"
  4448.             target="_blank">
  4449.            <span class="dot">●</span> M.Tech II-SEM SUPPLEMENTARY EXAMINATION FEE NOTIFICATION CIRCULAR
  4450.          </a>
  4451.        </li>
  4452.        
  4453.        <li class="bulletin-item">
  4454.          <a href="/media/circular/III-IV_B.TECH_II-SEM_Regular_Exams_-_April-2025.pdf"
  4455.             target="_blank">
  4456.            <span class="dot">●</span> III-IV B.TECH II-SEM Regular Exams - April-2025 (R20.1)-RECOUNTING-CHALLENGE VALUATION CIRCULAR
  4457.          </a>
  4458.        </li>
  4459.        
  4460.        <li class="bulletin-item">
  4461.          <a href="/media/circular/III-IV_B.Tech_II-SEM_Regular_Exams_-_April-2025_R20.1_Results.pdf"
  4462.             target="_blank">
  4463.            <span class="dot">●</span> III-IV B.Tech II-SEM Regular Exams - April-2025 (R20.1) Results
  4464.          </a>
  4465.        </li>
  4466.        
  4467.        <li class="bulletin-item">
  4468.          <a href="/media/circular/MBA_I-SEM_III-SEM_SUPPLEMENTARY_EXAM_FEE_NOTIFICATION_CIRCULAR.pdf"
  4469.             target="_blank">
  4470.            <span class="dot">●</span> MBA I-SEM, III-SEM SUPPLEMENTARY EXAM FEE NOTIFICATION CIRCULAR
  4471.          </a>
  4472.        </li>
  4473.        
  4474.        <li class="bulletin-item">
  4475.          <a href="/media/circular/III-IV_B.Tech_I-SEM_Supplementary_Exams_-_July-2025_R15R19R20R20.1_Results.pdf"
  4476.             target="_blank">
  4477.            <span class="dot">●</span> III-IV B.Tech I-SEM Supplementary Exams - July-2025 (R15,R19,R20,R20.1) Results
  4478.          </a>
  4479.        </li>
  4480.        
  4481.        <li class="bulletin-item">
  4482.          <a href="/media/circular/IV-IV_B.TECH_II-SEMESTER_SUPPLEMENTARY_EXAMINATIONS_TIME_TABLE-AUGUST-2025_R15.pdf"
  4483.             target="_blank">
  4484.            <span class="dot">●</span> IV-IV B.TECH II-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLE-AUGUST-2025 (R15)
  4485.          </a>
  4486.        </li>
  4487.        
  4488.        <li class="bulletin-item">
  4489.          <a href="/media/circular/MBA_II-SEM_IV-SEM_SUPPLEMENTARY_EXAM_FEE_NOTIFICATION_CIRCULAR.pdf"
  4490.             target="_blank">
  4491.            <span class="dot">●</span> MBA II-SEM, IV-SEM SUPPLEMENTARY EXAM FEE NOTIFICATION CIRCULAR
  4492.          </a>
  4493.        </li>
  4494.        
  4495.        <li class="bulletin-item">
  4496.          <a href="/media/circular/II-IV_B.TECH_II-SEM_SUBJECT_CODE__SUBJECT_NAME_R23.pdf"
  4497.             target="_blank">
  4498.            <span class="dot">●</span> II-IV B.TECH II-SEM SUBJECT CODE &amp; SUBJECT NAME (R23)
  4499.          </a>
  4500.        </li>
  4501.        
  4502.        <li class="bulletin-item">
  4503.          <a href="/media/circular/II-IV_B.TECH_II-SEM_SESSIONAL_MARKS_R23_-_ALL_BRANCHES.pdf"
  4504.             target="_blank">
  4505.            <span class="dot">●</span> II-IV B.TECH II-SEM SESSIONAL MARKS (R23) - ALL BRANCHES
  4506.          </a>
  4507.        </li>
  4508.        
  4509.        <li class="bulletin-item">
  4510.          <a href="/media/circular/II-IV_B.TECH_SEM-I_WP-EEE_Mech_Regular_Examinations-February-2025-RESULTS_R23.pdf"
  4511.             target="_blank">
  4512.            <span class="dot">●</span> II-IV B.TECH SEM-I (WP-EEE, Mech) Regular Examinations-February-2025-RESULTS (R23)
  4513.          </a>
  4514.        </li>
  4515.        
  4516.        <li class="bulletin-item">
  4517.          <a href="/media/circular/III-IV_B.Tech_II-SEM_Supplementary_Exams-Jan-2025_R20-Challenge_Valuation_Results.pdf"
  4518.             target="_blank">
  4519.            <span class="dot">●</span> III-IV B.Tech II-SEM Supplementary Exams-Jan-2025 (R20)-Challenge Valuation Results
  4520.          </a>
  4521.        </li>
  4522.        
  4523.        <li class="bulletin-item">
  4524.          <a href="/media/circular/II-IV_B.Tech_II-SEM_Supplementary_Exams-Jan-2025_R20-Challenge_Valuation_Results.pdf"
  4525.             target="_blank">
  4526.            <span class="dot">●</span> II-IV B.Tech II-SEM Supplementary Exams-Jan-2025 (R20)-Challenge Valuation Results
  4527.          </a>
  4528.        </li>
  4529.        
  4530.        <li class="bulletin-item">
  4531.          <a href="/media/circular/III-IV_B.Tech_II-SEM_Supplementary_Exams-Jan-2025_R20-Recounting_Results.pdf"
  4532.             target="_blank">
  4533.            <span class="dot">●</span> III-IV B.Tech II-SEM Supplementary Exams-Jan-2025 (R20)-Recounting Results
  4534.          </a>
  4535.        </li>
  4536.        
  4537.        <li class="bulletin-item">
  4538.          <a href="/media/circular/II-IV_B.TECH_SEM_I_WP-Mechanical_Regular_Examinations-February-2025-RESULTS_R23.pdf"
  4539.             target="_blank">
  4540.            <span class="dot">●</span> II-IV B.TECH SEM I (WP-Mechanical) Regular Examinations-February-2025-RESULTS (R23)
  4541.          </a>
  4542.        </li>
  4543.        
  4544.        <li class="bulletin-item">
  4545.          <a href="/media/circular/IV-IV_B.Tech_I-SEM_Supplementary_Exams_-_July-2025_R15R19R20_Results_1.pdf"
  4546.             target="_blank">
  4547.            <span class="dot">●</span> IV-IV B.Tech I-SEM Supplementary Exams - July-2025 (R15,R19,R20) Results
  4548.          </a>
  4549.        </li>
  4550.        
  4551.        <li class="bulletin-item">
  4552.          <a href="/media/circular/IV-IV_B.TECH_II-SEM_SUPPLEMENTARY_EXAMS_FEE-R15R19R20.pdf"
  4553.             target="_blank">
  4554.            <span class="dot">●</span> IV-IV B.TECH II-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS-R15,R19,R20
  4555.          </a>
  4556.        </li>
  4557.        
  4558.        <li class="bulletin-item">
  4559.          <a href="/media/circular/I-IV_B.TECH_II-SEM_SUBJECT_CODE__SUBJECT_NAME_R23.pdf"
  4560.             target="_blank">
  4561.            <span class="dot">●</span> I-IV B.TECH II-SEM SUBJECT CODE &amp; SUBJECT NAME (R23)
  4562.          </a>
  4563.        </li>
  4564.        
  4565.        <li class="bulletin-item">
  4566.          <a href="/media/circular/I-IV_B.TECH_II-SEM_SESSIONAL_MARKS_R23_-_ALL_BRANCHES.pdf"
  4567.             target="_blank">
  4568.            <span class="dot">●</span> I-IV B.TECH II-SEM SESSIONAL MARKS (R23) - ALL BRANCHES
  4569.          </a>
  4570.        </li>
  4571.        
  4572.        <li class="bulletin-item">
  4573.          <a href="/media/circular/III-IV_II-IV_I-IV_B.Tech_II-Sem_Supply.n-RECOUNTING-CHALLENGE_VALUATION_CIRCULAR.pdf"
  4574.             target="_blank">
  4575.            <span class="dot">●</span> III-IV B.Tech II-Sem Supply., B.Tech II-Sem Supply., I-IV B.Tech II-Sem Supply. -RECOUNTING-CHALLENGE VALUATION CIRCULAR
  4576.          </a>
  4577.        </li>
  4578.        
  4579.        <li class="bulletin-item">
  4580.          <a href="/media/circular/III-IV_B.TECH_II-SEM_SUBJECT_CODE__SUBJECT_NAME_R20.1.pdf"
  4581.             target="_blank">
  4582.            <span class="dot">●</span> III-IV B.TECH II-SEM SUBJECT CODE &amp; SUBJECT NAME (R20.1)
  4583.          </a>
  4584.        </li>
  4585.        
  4586.        <li class="bulletin-item">
  4587.          <a href="/media/circular/III-IV_B.TECH_II-SEM_SESSIONAL_MARKS_R20.1_-_ALL_BRANCHES.pdf"
  4588.             target="_blank">
  4589.            <span class="dot">●</span> III-IV B.TECH II-SEM SESSIONAL MARKS (R20.1) - ALL BRANCHES
  4590.          </a>
  4591.        </li>
  4592.        
  4593.        <li class="bulletin-item">
  4594.          <a href="/media/circular/MBA_I-Sem_Regular__Supply._Exams-Jan-2025-RECOUNTING_CIRCULAR.pdf"
  4595.             target="_blank">
  4596.            <span class="dot">●</span> MBA I-Sem Regular &amp; Supply. Exams-Jan-2025-RECOUNTING CIRCULAR
  4597.          </a>
  4598.        </li>
  4599.        
  4600.        <li class="bulletin-item">
  4601.          <a href="/media/circular/I-IV_B.TECH_I-SEMESTER_SUPPLY_TIME_TABLES-JULY-2025_R23R20.1R20R19R15.pdf"
  4602.             target="_blank">
  4603.            <span class="dot">●</span> I-IV B.TECH I-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLES-JULY-2025 (R23,R20.1,R20,R19,R15)
  4604.          </a>
  4605.        </li>
  4606.        
  4607.        <li class="bulletin-item">
  4608.          <a href="/media/circular/I-IV_B.Tech_II-SEM_Supplementary_Exams-May-2025_R15R19R20R20.1R23_Results.pdf"
  4609.             target="_blank">
  4610.            <span class="dot">●</span> I-IV B.Tech II-SEM Supplementary Exams-May-2025 (R15,R19,R20,R20.1,R23) Results
  4611.          </a>
  4612.        </li>
  4613.        
  4614.        <li class="bulletin-item">
  4615.          <a href="/media/circular/II-IV_B.Tech_II-SEM_Supplementary_Exams_-_April-2025_R15R19R20R20.1_Results.pdf"
  4616.             target="_blank">
  4617.            <span class="dot">●</span> II-IV B.Tech II-SEM Supplementary Exams - April-2025 (R15,R19,R20,R20.1) Results
  4618.          </a>
  4619.        </li>
  4620.        
  4621.        <li class="bulletin-item">
  4622.          <a href="/media/circular/M.Tech_I-SEM_Regular_Exams_-_March-2025_R24_Results.pdf"
  4623.             target="_blank">
  4624.            <span class="dot">●</span> M.Tech I-SEM Regular Exams - March-2025 (R24) Results
  4625.          </a>
  4626.        </li>
  4627.        
  4628.        <li class="bulletin-item">
  4629.          <a href="/media/circular/M.Tech_I-SEM_Regular_Exams_Working_Professionals_-_March-2025_R23_Results.pdf"
  4630.             target="_blank">
  4631.            <span class="dot">●</span> M.Tech I-SEM Regular Exams (Working Professionals) - March-2025 (R23) Results
  4632.          </a>
  4633.        </li>
  4634.        
  4635.        <li class="bulletin-item">
  4636.          <a href="/media/circular/M.Tech_I-SEM_Supplementary_Exams_-_March-2025_R23_Results.pdf"
  4637.             target="_blank">
  4638.            <span class="dot">●</span> M.Tech I-SEM Supplementary Exams - March-2025 (R23) Results
  4639.          </a>
  4640.        </li>
  4641.        
  4642.        <li class="bulletin-item">
  4643.          <a href="/media/circular/II-IV_B.TECH_I-SEM_SUPPLEMENTARY_EXAMINATIONS_-_FEB-2025_R20-WP.pdf"
  4644.             target="_blank">
  4645.            <span class="dot">●</span> II-IV B.TECH I-SEM SUPPLEMENTARY EXAMINATIONS - FEB-2025 (R20)-WP
  4646.          </a>
  4647.        </li>
  4648.        
  4649.        <li class="bulletin-item">
  4650.          <a href="/media/circular/III-IV_B.Tech_II-SEM_Supplementary__Exams_-_April-2025_R15R19R20_Results.pdf"
  4651.             target="_blank">
  4652.            <span class="dot">●</span> III-IV B.Tech II-SEM Supplementary  Exams - April-2025 (R15,R19,R20) Results
  4653.          </a>
  4654.        </li>
  4655.        
  4656.        <li class="bulletin-item">
  4657.          <a href="/media/circular/supply.pdf"
  4658.             target="_blank">
  4659.            <span class="dot">●</span> II-IV B.TECH I-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLES-JULY-2025 (R15,R19,R20,R20.1,R23)
  4660.          </a>
  4661.        </li>
  4662.        
  4663.        <li class="bulletin-item">
  4664.          <a href="/media/circular/MBA_I-Sem_Supply._MBA_IV-Sem_Regular-RECOUNTING-CHALLENGE_VALUATION_CIRCULAR.pdf"
  4665.             target="_blank">
  4666.            <span class="dot">●</span> MBA I-Sem Supply., MBA IV-Sem Regular-RECOUNTING-CHALLENGE VALUATION CIRCULAR
  4667.          </a>
  4668.        </li>
  4669.        
  4670.        <li class="bulletin-item">
  4671.          <a href="/media/circular/I-IV_B.Tech_I-SEM_Regular_Exams._R24-Recounting_Results.pdf"
  4672.             target="_blank">
  4673.            <span class="dot">●</span> I-IV B.Tech I-SEM Regular Exams. (R24)-Recounting Results
  4674.          </a>
  4675.        </li>
  4676.        
  4677.        <li class="bulletin-item">
  4678.          <a href="/media/circular/I-IV_B.Tech_I-SEM_Regular_Exams._R24-Challenge_Valuation_Results.pdf"
  4679.             target="_blank">
  4680.            <span class="dot">●</span> I-IV B.Tech I-SEM Regular Exams. (R24)-Challenge Valuation Results
  4681.          </a>
  4682.        </li>
  4683.        
  4684.        <li class="bulletin-item">
  4685.          <a href="/media/circular/MBA_II-SEMESTER_REGULAR__SUPPLEMENTARY_EXAMINATIONS_TIME_TABLE-JULY-2025_R23.pdf"
  4686.             target="_blank">
  4687.            <span class="dot">●</span> MBA II-SEMESTER REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLE-JULY-2025 (R23)
  4688.          </a>
  4689.        </li>
  4690.        
  4691.        <li class="bulletin-item">
  4692.          <a href="/media/circular/IV-IV_B.Tech_I-Sem_Supplementary_Exans_R20_-June-2025_-_SPECIAL_DRIVE_RESULTS.pdf"
  4693.             target="_blank">
  4694.            <span class="dot">●</span> IV-IV B.Tech I-Sem Supplementary Exans (R20) -June-2025 - SPECIAL DRIVE RESULTS
  4695.          </a>
  4696.        </li>
  4697.        
  4698.        <li class="bulletin-item">
  4699.          <a href="/media/circular/II-IV_B.Tech_I-Sem_Supplementary_Exans_R20_-June-2025_-_SPECIAL_DRIVE_RESULTS.pdf"
  4700.             target="_blank">
  4701.            <span class="dot">●</span> II-IV B.Tech I-Sem Supplementary Exans (R20) -June-2025 - SPECIAL DRIVE RESULTS
  4702.          </a>
  4703.        </li>
  4704.        
  4705.        <li class="bulletin-item">
  4706.          <a href="/media/circular/II-IV_B.TECH_SEM_I_WP-CHEMICAL_Regular_Examinations-January-2025-RESULTS_R23.pdf"
  4707.             target="_blank">
  4708.            <span class="dot">●</span> II-IV B.TECH SEM I (WP-CHEMICAL) Regular Examinations-January-2025-RESULTS (R23)
  4709.          </a>
  4710.        </li>
  4711.        
  4712.        <li class="bulletin-item">
  4713.          <a href="/media/circular/timetable.pdf"
  4714.             target="_blank">
  4715.            <span class="dot">●</span> III-IV B.TECH I-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLES-JULY-2025 (R15,R19,R20,R20.1)
  4716.          </a>
  4717.        </li>
  4718.        
  4719.        <li class="bulletin-item">
  4720.          <a href="/media/circular/I-IV_B.TECH_I-SEM_SUPPLEMENTARY_EXAMS_FEE_NOTIFICATION__FEE_PAYMENT_INSTRUCTIONS.pdf"
  4721.             target="_blank">
  4722.            <span class="dot">●</span> I-IV B.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS
  4723.          </a>
  4724.        </li>
  4725.        
  4726.        <li class="bulletin-item">
  4727.          <a href="/media/circular/IV-IV_B.TECH_I-SEM_SUPPLEMENTARY_EXAMINATIONSR15R19R20_320SERIES_R20_A211_SERIES_0001.pdf"
  4728.             target="_blank">
  4729.            <span class="dot">●</span> IV/IV B.TECH I-SEMESTER SUPPLEMENTARY EXAMINATIONS(R15),(R19), (R20 320 SERIES) &amp; (R20 A211 SERIES)
  4730.          </a>
  4731.        </li>
  4732.        
  4733.        <li class="bulletin-item">
  4734.          <a href="/media/circular/II-IV_B.TECH_SEM-I_SUPPLY_EXAMINATION_NOTIFICATION_0001.pdf"
  4735.             target="_blank">
  4736.            <span class="dot">●</span> II-IV B.TECH SEM-I SUPPLY EXAMINATION NOTIFICATION
  4737.          </a>
  4738.        </li>
  4739.        
  4740.        <li class="bulletin-item">
  4741.          <a href="/media/circular/II-IV_B.Tech_sem-II_Working_Professionals_Exam_time_table_June_2025Mechanical_0001.pdf"
  4742.             target="_blank">
  4743.            <span class="dot">●</span> II-IV B.Tech sem-II Working Professionals Exam time table, June 2025(Mechanical)
  4744.          </a>
  4745.        </li>
  4746.        
  4747.        <li class="bulletin-item">
  4748.          <a href="/media/circular/II-IV_B.Tech_Sem-II_Working_Professional_Exam_time_table_june2025_EEE_0001.pdf"
  4749.             target="_blank">
  4750.            <span class="dot">●</span> II-IV B.Tech Sem-II Working Professional Exam time table ,june2025 (EEE)
  4751.          </a>
  4752.        </li>
  4753.        
  4754.        <li class="bulletin-item">
  4755.          <a href="/media/circular/II-IV_B.Tech_sem-II_Working_Professionals_Exam_Time_table_June_2025_Chemical_0001.pdf"
  4756.             target="_blank">
  4757.            <span class="dot">●</span> II-IV B.Tech sem-II Working Professionals Exam Time table June 2025 (Chemical)
  4758.          </a>
  4759.        </li>
  4760.        
  4761.        <li class="bulletin-item">
  4762.          <a href="/media/circular/Instant_Special_Drive_Examination_time_table_june_2025_A211_series_only_0001.pdf"
  4763.             target="_blank">
  4764.            <span class="dot">●</span> Instant Special Drive Examination time table June 2025 (A211 series only)
  4765.          </a>
  4766.        </li>
  4767.        
  4768.        <li class="bulletin-item">
  4769.          <a href="/media/circular/3-1_B.Tech_-I_-Sem_Supplementary_Notification_circular_-_0001.pdf"
  4770.             target="_blank">
  4771.            <span class="dot">●</span> III-IV B.TECH I-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS
  4772.          </a>
  4773.        </li>
  4774.        
  4775.        <li class="bulletin-item">
  4776.          <a href="/media/circular/IV-IV_B.TECH_SEM-_I_SUPPLEMENTARY_NOTIFICATION_CIRCULAR_R-15R-19_R-20_0001.pdf"
  4777.             target="_blank">
  4778.            <span class="dot">●</span> IV-IV B.TECH SEM- I SUPPLEMENTARY NOTIFICATION CIRCULAR (R-15,R-19 ,R-20)
  4779.          </a>
  4780.        </li>
  4781.        
  4782.        <li class="bulletin-item">
  4783.          <a href="/media/circular/SPECIAL_DRIVE_EXAMS_NOTIFICATION_A211_SERIES_REGULAR_1.pdf"
  4784.             target="_blank">
  4785.            <span class="dot">●</span> SPECIAL DRIVE EXAMS NOTIFICATION (A211 SERIES REGULAR)
  4786.          </a>
  4787.        </li>
  4788.        
  4789.        <li class="bulletin-item">
  4790.          <a href="/media/circular/SUPPLEMENTARY_EXAMINATIONS_SCHEDULE_TENTATIVE.pdf"
  4791.             target="_blank">
  4792.            <span class="dot">●</span> SUPPLEMENTARY EXAMINATIONS SCHEDULE (TENTATIVE)
  4793.          </a>
  4794.        </li>
  4795.        
  4796.        <li class="bulletin-item">
  4797.          <a href="/media/circular/education-verification_portal_link.pdf"
  4798.             target="_blank">
  4799.            <span class="dot">●</span> Education-Verification Portal link
  4800.          </a>
  4801.        </li>
  4802.        
  4803.        <li class="bulletin-item">
  4804.          <a href="/media/circular/IV-IV_B_ZHAJfMu.Tech_II-SEM_Regular_Exams_-_April-2025_R20_Results.pdf"
  4805.             target="_blank">
  4806.            <span class="dot">●</span> IV-IV_B.Tech_II-SEM_Regular_Exams_-_April-2025_R20_Results
  4807.          </a>
  4808.        </li>
  4809.        
  4810.        <li class="bulletin-item">
  4811.          <a href="/media/circular/t7.pdf"
  4812.             target="_blank">
  4813.            <span class="dot">●</span> SPECIAL DRIVE EXAMINATION TIME TABLES-MARCH-2025 (I-I, II-I, II-II, III-I, III-II, IV-I, IV-II)
  4814.          </a>
  4815.        </li>
  4816.        
  4817.        <li class="bulletin-item">
  4818.          <a href="/media/circular/t6.pdf"
  4819.             target="_blank">
  4820.            <span class="dot">●</span> M.TECH I-SEM REGULAR &amp; SUPPLEMENTARY &amp; WORKING PROFESSIONALS EXAMINATIONS TIME TABLES-MARCH-2025 (R24,R23)
  4821.          </a>
  4822.        </li>
  4823.        
  4824.        <li class="bulletin-item">
  4825.          <a href="/media/circular/t5.pdf"
  4826.             target="_blank">
  4827.            <span class="dot">●</span> II-IV B.TECH II-SEM REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLES-APRIL-MAY-2025 (R23,R20,R20.1,R19,R15,WP)
  4828.          </a>
  4829.        </li>
  4830.        
  4831.        <li class="bulletin-item">
  4832.          <a href="/media/circular/t4.pdf"
  4833.             target="_blank">
  4834.            <span class="dot">●</span> III-IV B.TECH II-SEM REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLES-APRIL-MAY-2025 (R20,R20.1,R19,R15,WP)
  4835.          </a>
  4836.        </li>
  4837.        
  4838.        <li class="bulletin-item">
  4839.          <a href="/media/circular/t3.pdf"
  4840.             target="_blank">
  4841.            <span class="dot">●</span> I-IV B.TECH II-SEM REGULAR &amp; SUPPLEMENTARY EXAMINATIONS TIME TABLES-MAY-2025 (R23,R20.1,R20,R19,R15)
  4842.          </a>
  4843.        </li>
  4844.        
  4845.        <li class="bulletin-item">
  4846.          <a href="/media/circular/t2.pdf"
  4847.             target="_blank">
  4848.            <span class="dot">●</span> I-IV B.Tech II-SEM Regular EXTERNAL LAB TIME TABLES-May-2025 (R23)
  4849.          </a>
  4850.        </li>
  4851.        
  4852.        <li class="bulletin-item">
  4853.          <a href="/media/circular/t1.pdf"
  4854.             target="_blank">
  4855.            <span class="dot">●</span> IV-IV B.TECH II-SEMESTER SUPPLEMENTARY EXAMINATIONS TIME TABLES-MAY-2025 (R15,R19)
  4856.          </a>
  4857.        </li>
  4858.        
  4859.        <li class="bulletin-item">
  4860.          <a href="/static/images/team/1.pdf"
  4861.             target="_blank">
  4862.            <span class="dot">●</span> I-IV B.TECH II-SEM SUPPLEMENTARY EXAMS FEE NOTIFICATION &amp; FEE PAYMENT INSTRUCTIONS
  4863.          </a>
  4864.        </li>
  4865.        
  4866.      </ul>
  4867.    </div>
  4868.  </div>
  4869. </div>
  4870.  
  4871.  
  4872.                </div>
  4873.            </div>
  4874.  
  4875.        </section>
  4876.  
  4877.  
  4878.  
  4879.  
  4880.  
  4881.  
  4882.  
  4883.  
  4884.  
  4885.  
  4886.  
  4887.  
  4888.  
  4889.  
  4890.  
  4891.  
  4892.  
  4893.  
  4894.  
  4895.  
  4896.  
  4897.  
  4898.  
  4899.  
  4900.  
  4901.  
  4902.  
  4903.  
  4904.  
  4905.  
  4906.  
  4907.  
  4908.  
  4909.  
  4910.  
  4911.  
  4912.  
  4913.  
  4914.  
  4915.  
  4916.  
  4917.  
  4918.  
  4919.  
  4920.  
  4921.  
  4922.  
  4923.  
  4924.  
  4925.  
  4926.  
  4927.  
  4928.  
  4929.  
  4930.  
  4931.  
  4932.  
  4933.  
  4934.  
  4935.  
  4936.  
  4937.  
  4938.  
  4939.  
  4940.  
  4941.  
  4942.  
  4943.  
  4944.  
  4945.  
  4946.  
  4947.  
  4948.  
  4949.  
  4950.  
  4951.  
  4952.  
  4953.  
  4954.  
  4955.  
  4956.  
  4957.  
  4958.  
  4959.  
  4960.  
  4961.  
  4962.  
  4963.  
  4964.  
  4965.  
  4966.  
  4967.  
  4968.  
  4969.  
  4970.  
  4971.  
  4972.  
  4973.  
  4974.  
  4975.  
  4976.  
  4977.  
  4978.  
  4979.  
  4980.  
  4981.  
  4982.  
  4983.  
  4984.  
  4985.  
  4986.  
  4987.  
  4988.  
  4989.  
  4990.  
  4991.  
  4992.  
  4993.  
  4994.  
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.  
  5001.  
  5002.  
  5003.  
  5004.  
  5005.  
  5006.  
  5007.  
  5008.  
  5009.  
  5010.  
  5011.  
  5012.  
  5013.  
  5014.  
  5015.  
  5016.  
  5017.  
  5018.  
  5019.  
  5020.  
  5021.  
  5022.  
  5023.  
  5024.  
  5025.  
  5026.  
  5027.  
  5028.  
  5029.  
  5030.  
  5031.  
  5032.  
  5033.  
  5034.  
  5035.  
  5036.  
  5037.  
  5038.  
  5039.  
  5040.  
  5041.  
  5042.  
  5043.  
  5044.  
  5045.  
  5046.  
  5047.  
  5048.  
  5049.  
  5050.  
  5051.  
  5052.  
  5053.  
  5054.  
  5055.  
  5056.  
  5057.  
  5058.  
  5059.  
  5060.  
  5061.  
  5062.  
  5063.  
  5064.  
  5065.  
  5066.  
  5067.  
  5068.  
  5069.  
  5070.  
  5071.  
  5072.  
  5073.  
  5074.  
  5075.  
  5076.  
  5077.  
  5078.  
  5079.  
  5080.  
  5081.  
  5082.  
  5083.  
  5084.  
  5085.  
  5086.  
  5087.  
  5088.  
  5089.  
  5090.  
  5091.  
  5092.  
  5093.  
  5094.  
  5095.  
  5096.  
  5097.  
  5098.  
  5099.  
  5100.  
  5101.  
  5102.  
  5103.  
  5104.  
  5105.  
  5106.  
  5107.  
  5108.  
  5109.  
  5110.  
  5111.  
  5112.  
  5113.  
  5114.  
  5115.  
  5116.  
  5117.  
  5118.  
  5119.  
  5120.  
  5121.  
  5122.  
  5123.  
  5124.  
  5125.  
  5126.  
  5127.  
  5128.  
  5129.  
  5130.  
  5131.  
  5132.  
  5133.  
  5134.  
  5135.  
  5136.  
  5137.  
  5138.  
  5139.  
  5140.  
  5141.  
  5142.  
  5143.  
  5144.  
  5145.  
  5146.  
  5147.  
  5148.  
  5149.  
  5150.  
  5151.  
  5152.  
  5153.  
  5154.  
  5155.  
  5156.  
  5157.  
  5158.  
  5159.  
  5160.  
  5161.  
  5162.  
  5163.  
  5164.  
  5165.  
  5166.        <section class="section card-container">
  5167.            <div class="container">
  5168.  
  5169.                <div class="text-center">
  5170.                    <h2 class="events-title">Our Top 5 Recruiters</h2>
  5171.                </div>
  5172.  
  5173.                <div class="section-header">
  5174.  
  5175.                    <p class="section-subtitle">We take pride in our partnerships with industry leaders who recognize
  5176.                        the talent and potential of our students. Our extensive network spans various sectors from
  5177.                        technology to healthcare and beyond.</p>
  5178.                </div>
  5179.  
  5180.                <!-- Top-tier recruiters grid -->
  5181.              <div class="controls" style="display: none;">
  5182.        <button id="toggleAutoFlip" class="control-btn">Stop Auto Flip</button>
  5183.        <button id="resetCards" class="control-btn">Reset All Cards</button>
  5184.    </div>
  5185.  
  5186.    <div class="recruiters-grid">
  5187.        <div class="recruiter-card" data-company="Capgemini">
  5188.            <div class="card-inner">
  5189.                <div class="card-front">
  5190.                    <img src="/static/images/capgemini.png" alt="Capgemini" class="recruiter-logo">
  5191.  
  5192.                </div>
  5193.                <div class="card-back">
  5194.                    <div class="package-info">
  5195.                        <h4 class="flip_header">Recruitment Packages</h4>
  5196.                        <ul>
  5197.                            <li>Entry-Level: ₹6 LPA</li>
  5198.                            <li>Mid-Level: ₹9 LPA</li>
  5199.                            <li>Senior-Level: ₹12 LPA</li>
  5200.                        </ul>
  5201.                    </div>
  5202.                </div>
  5203.            </div>
  5204.        </div>
  5205.  
  5206.        <div class="recruiter-card" data-company="Tech Mahindra">
  5207.            <div class="card-inner">
  5208.                <div class="card-front">
  5209.                    <img src="/static/images/techmahindra.png" alt="Tech Mahindra" class="recruiter-logo">
  5210.  
  5211.                </div>
  5212.                <div class="card-back">
  5213.                    <div class="package-info">
  5214.                        <h4 class="flip_header">Recruitment Packages</h4>
  5215.                        <ul>
  5216.                            <li>Entry-Level: ₹5.5 LPA</li>
  5217.                            <li>Mid-Level: ₹8.5 LPA</li>
  5218.                            <li>Senior-Level: ₹11 LPA</li>
  5219.                        </ul>
  5220.                    </div>
  5221.                </div>
  5222.            </div>
  5223.        </div>
  5224.  
  5225.        <div class="recruiter-card" data-company="Verizon">
  5226.            <div class="card-inner">
  5227.                <div class="card-front">
  5228.                    <img src="/static/images/verizon.png" alt="Verizon" class="recruiter-logo">
  5229.  
  5230.                </div>
  5231.                <div class="card-back">
  5232.                    <div class="package-info">
  5233.                        <h4 class="flip_header">Recruitment Packages</h4>
  5234.                        <ul>
  5235.                            <li>Entry-Level: ₹7 LPA</li>
  5236.                            <li>Mid-Level: ₹10 LPA</li>
  5237.                            <li>Senior-Level: ₹13 LPA</li>
  5238.                        </ul>
  5239.                    </div>
  5240.                </div>
  5241.            </div>
  5242.        </div>
  5243.  
  5244.        <div class="recruiter-card" data-company="Comtec">
  5245.            <div class="card-inner">
  5246.                <div class="card-front">
  5247.                    <img src="/static/images/comtec.png" alt="Comtec" class="recruiter-logo">
  5248.  
  5249.                </div>
  5250.                <div class="card-back">
  5251.                    <div class="package-info">
  5252.                        <h4 class="flip_header">Recruitment Packages</h4>
  5253.                        <ul>
  5254.                            <li>Entry-Level: ₹5 LPA</li>
  5255.                            <li>Mid-Level: ₹8 LPA</li>
  5256.                            <li>Senior-Level: ₹11 LPA</li>
  5257.                        </ul>
  5258.                    </div>
  5259.                </div>
  5260.            </div>
  5261.        </div>
  5262.  
  5263.        <div class="recruiter-card" data-company="Amazon">
  5264.            <div class="card-inner">
  5265.                <div class="card-front">
  5266.                    <img src="/static/images/amazon.png" alt="Amazon" class="recruiter-logo">
  5267.  
  5268.                </div>
  5269.                <div class="card-back">
  5270.                    <div class="package-info">
  5271.                        <h4 class="flip_header">Recruitment Packages</h4>
  5272.                        <ul>
  5273.                            <li>Entry-Level: ₹8 LPA</li>
  5274.                            <li>Mid-Level: ₹12 LPA</li>
  5275.                            <li>Senior-Level: ₹15 LPA</li>
  5276.                        </ul>
  5277.                    </div>
  5278.                </div>
  5279.            </div>
  5280.        </div>
  5281.    </div>
  5282.  
  5283.    <script>
  5284.        document.addEventListener('DOMContentLoaded', function() {
  5285.            const cards = document.querySelectorAll('.recruiter-card');
  5286.            const toggleBtn = document.getElementById('toggleAutoFlip');
  5287.            const resetBtn = document.getElementById('resetCards');
  5288.            let autoFlipEnabled = true;
  5289.            let currentCardIndex = 0;
  5290.            let autoFlipInterval;
  5291.  
  5292.            // Start auto flip
  5293.            startAutoFlip();
  5294.  
  5295.            // Toggle auto flip
  5296.            toggleBtn.addEventListener('click', function() {
  5297.                autoFlipEnabled = !autoFlipEnabled;
  5298.                if (autoFlipEnabled) {
  5299.                    toggleBtn.textContent = 'Stop Auto Flip';
  5300.                    startAutoFlip();
  5301.                } else {
  5302.                    toggleBtn.textContent = 'Start Auto Flip';
  5303.                    clearInterval(autoFlipInterval);
  5304.                }
  5305.            });
  5306.  
  5307.            // Reset all cards
  5308.            resetBtn.addEventListener('click', function() {
  5309.                cards.forEach(card => {
  5310.                    card.classList.remove('flipped');
  5311.                });
  5312.            });
  5313.  
  5314.            // Hover functionality
  5315.            cards.forEach(card => {
  5316.                card.addEventListener('mouseenter', function() {
  5317.                    if (!card.classList.contains('flipped')) {
  5318.                        card.classList.add('flipped');
  5319.                    }
  5320.                });
  5321.  
  5322.                card.addEventListener('mouseleave', function() {
  5323.                    if (!autoFlipEnabled || !isCurrentlyFlipped(card)) {
  5324.                        card.classList.remove('flipped');
  5325.                    }
  5326.                });
  5327.  
  5328.                // Click to flip functionality
  5329.                card.addEventListener('click', function() {
  5330.                    card.classList.toggle('flipped');
  5331.                });
  5332.            });
  5333.  
  5334.            function startAutoFlip() {
  5335.                // Clear any existing interval
  5336.                clearInterval(autoFlipInterval);
  5337.  
  5338.                // Reset all cards
  5339.                cards.forEach(card => {
  5340.                    card.classList.remove('flipped');
  5341.                });
  5342.  
  5343.                // Set new interval
  5344.                autoFlipInterval = setInterval(function() {
  5345.                    // Remove flip from previous card
  5346.                    cards.forEach((card, index) => {
  5347.                        if (index !== currentCardIndex) {
  5348.                            card.classList.remove('flipped');
  5349.                        }
  5350.                    });
  5351.  
  5352.                    // Flip current card
  5353.                    cards[currentCardIndex].classList.add('flipped');
  5354.  
  5355.                    // Move to next card
  5356.                    currentCardIndex = (currentCardIndex + 1) % cards.length;
  5357.                }, 2000);
  5358.            }
  5359.  
  5360.            function isCurrentlyFlipped(card) {
  5361.                const index = Array.from(cards).indexOf(card);
  5362.                return index === currentCardIndex;
  5363.            }
  5364.        });
  5365.    </script>
  5366.  
  5367.                <!-- Featured recruiters carousel -->
  5368.                <div class="featured-recruiters">
  5369.                    <div class="text-center">
  5370.                        <h2 class="events-title">Our Partner Companies</h2>
  5371.                    </div>
  5372.  
  5373.                        <div class="carousel-track">
  5374.                            <!-- These logos will repeat for seamless scrolling -->
  5375.                            <div class="carousel-item">
  5376.                                <img src="/static/images/101.png"
  5377.                                     alt="Capgemini" class="carousel-logo">
  5378.                            </div>
  5379.                            <div class="carousel-item">
  5380.                                <img src="/static/images/102.png"
  5381.                                     alt="Tech Mahindra" class="carousel-logo">
  5382.                            </div>
  5383.                            <div class="carousel-item">
  5384.                                <img src="/static/images/103.jpg"
  5385.                                     alt="Verizon" class="carousel-logo">
  5386.                            </div>
  5387.                            <div class="carousel-item">
  5388.                                <img src="/static/images/104.jpg"
  5389.                                     alt="Comtec" class="carousel-logo">
  5390.                            </div>
  5391.                            <div class="carousel-item">
  5392.                                <img src="/static/images/105.png"
  5393.                                     alt="Amazon" class="carousel-logo">
  5394.                            </div>
  5395.                            <div class="carousel-item">
  5396.                                <img src="/static/images/IBM.png" alt="IBM"
  5397.                                     class="carousel-logo">
  5398.                            </div>
  5399.                            <!-- Duplicated for seamless scrolling -->
  5400.                            <div class="carousel-item">
  5401.                                <img src="/static/images/deloitteconsulting.png"
  5402.                                     alt="Deloitte" class="carousel-logo">
  5403.                            </div>
  5404.                            <div class="carousel-item">
  5405.                                <img src="/static/images/infosys.png"
  5406.                                     alt="Infosys" class="carousel-logo">
  5407.                            </div>
  5408.                            <div class="carousel-item">
  5409.                                <img src="/static/images/capgemini.png"
  5410.                                     alt="Capgemini" class="carousel-logo">
  5411.                            </div>
  5412.                            <div class="carousel-item">
  5413.                                <img src="/static/images/techmahindra.png"
  5414.                                     alt="Tech Mahindra" class="carousel-logo">
  5415.                            </div>
  5416.                            <div class="carousel-item">
  5417.                                <img src="/static/images/verizon.png"
  5418.                                     alt="Verizon" class="carousel-logo">
  5419.                            </div>
  5420.                            <div class="carousel-item">
  5421.                                <img src="/static/images/comtec.png"
  5422.                                     alt="Comtec" class="carousel-logo">
  5423.                            </div>
  5424.                        </div>
  5425.  
  5426.                </div>
  5427.  
  5428.                <!-- Stats section -->
  5429.                <div class="stats-container">
  5430.                    <div class="stat-item">
  5431.                        <h3 class="stat-number">150</h3>
  5432.                        <p class="stat-text">Recruiting Partners</p>
  5433.                    </div>
  5434.                    <div class="stat-item">
  5435.                        <h3 class="stat-number">92</h3>
  5436.                        <p class="stat-text">Placement Rate</p>
  5437.                    </div>
  5438.                    <div class="stat-item">
  5439.                        <h3 class="stat-number">25</h3>
  5440.                        <p class="stat-text">Fortune 500 Companies</p>
  5441.                    </div>
  5442.                    <div class="stat-item">
  5443.                        <h3 class="stat-number">15</h3>
  5444.                        <p class="stat-text">International Recruiters</p>
  5445.                    </div>
  5446.                </div>
  5447.            </div>
  5448.  
  5449.            <section>
  5450.  
  5451.  
  5452.                <script>
  5453.                    // News Data
  5454.                    const newsData = [
  5455.                        {
  5456.                            id: 1,
  5457.                            image: "https://anits.edu.in/p4.jpeg",
  5458.                            title: "ANITS Hosts National Tech Conference",
  5459.                            category: "Event",
  5460.                            date: "February 15, 2025",
  5461.                            text: "Leading experts gather to discuss emerging technologies and innovations.",
  5462.                            link: "#"
  5463.                        },
  5464.                        {
  5465.                            id: 2,
  5466.                            image: "https://anits.edu.in/photogallery/24-Nov-2018-Sakshi.jpg",
  5467.                            title: "Students Win Regional Hackathon",
  5468.                            category: "Achievement",
  5469.                            date: "February 8, 2025",
  5470.                            text: "ANITS team secures first place in the prestigious coding competition.",
  5471.                            link: "#"
  5472.                        },
  5473.                        {
  5474.                            id: 4,
  5475.                            image: "https://anits.edu.in/p1.jpg",
  5476.                            title: "New Research Lab Inauguration",
  5477.                            category: "Infrastructure",
  5478.                            date: "January 15, 2025",
  5479.                            text: "State-of-the-art research facilities unveiled for advanced studies.",
  5480.                            link: "#"
  5481.                        },
  5482.                        {
  5483.                            id: 5,
  5484.                            image: "https://anits.edu.in/p2.jpeg",
  5485.                            title: "Faculty Research Published in International Journal",
  5486.                            category: "Research",
  5487.                            date: "December 20, 2024",
  5488.                            text: "Groundbreaking research by ANITS professors gains international recognition.",
  5489.                            link: "#"
  5490.                        },
  5491.                        {
  5492.                            id: 6,
  5493.                            image: "https://anits.edu.in/p4.jpeg",
  5494.                            title: "Annual Cultural Fest Announcement",
  5495.                            category: "Campus Life",
  5496.                            date: "December 10, 2024",
  5497.                            text: "Preparations begin for the most anticipated event of the academic year.",
  5498.                            link: "#"
  5499.                        },
  5500.                        {
  5501.                            id: 7,
  5502.                            image: "https://anits.edu.in/photogallery/24-Nov-2018-Sakshi.jpg",
  5503.                            title: "Industry Partnership Agreement Signed",
  5504.                            category: "Collaboration",
  5505.                            date: "November 30, 2024",
  5506.                            text: "ANITS partners with leading tech companies for student development programs.",
  5507.                            link: "#"
  5508.                        }
  5509.                    ];
  5510.  
  5511.                    // Carousel Configuration
  5512.                    const cardsPerSlide = window.innerWidth < 768 ? 1 : 2;
  5513.                    let currentSlide = 0;
  5514.                    const totalSlides = Math.ceil(newsData.length / cardsPerSlide);
  5515.  
  5516.                    // Initialize Carousel
  5517.                    function initCarousel() {
  5518.                        renderSlides();
  5519.                        renderPagination();
  5520.                        setupEventListeners();
  5521.                        showSlide(currentSlide);
  5522.                    }
  5523.  
  5524.                    // Render News Cards
  5525.                    function renderSlides() {
  5526.                        const slidesContainer = document.getElementById('newsSlides');
  5527.                        slidesContainer.innerHTML = '';
  5528.  
  5529.                        newsData.forEach(news => {
  5530.                            const card = document.createElement('div');
  5531.                            card.className = 'col-md-6 news-card-wrapper';
  5532.                            card.innerHTML = `
  5533.                    <div class="news-card">
  5534.                        <div class="news-thumb">
  5535.                            <span class="news-category">${news.category}</span>
  5536.                            <img src="${news.image}" alt="${news.title}">
  5537.                        </div>
  5538.                        <div class="news-body">
  5539.                            <h5 class="news-title">${news.title}</h5>
  5540.                            <p class="news-date"><i class="far fa-calendar-alt me-2"></i>${news.date}</p>
  5541.                            <p class="news-text">${news.text}</p>
  5542.                            <a href="${news.link}" class="news-link">Read More <i class="fas fa-angle-right"></i></a>
  5543.                        </div>
  5544.                    </div>
  5545.                `;
  5546.                            slidesContainer.appendChild(card);
  5547.                        });
  5548.                    }
  5549.  
  5550.                    // Render Pagination Dots
  5551.                    function renderPagination() {
  5552.                        const paginationContainer = document.getElementById('carouselPagination');
  5553.                        paginationContainer.innerHTML = '';
  5554.  
  5555.                        for (let i = 0; i < totalSlides; i++) {
  5556.                            const dot = document.createElement('div');
  5557.                            dot.className = 'carousel-dot';
  5558.                            dot.dataset.slide = i;
  5559.                            dot.addEventListener('click', () => {
  5560.                                showSlide(i);
  5561.                            });
  5562.                            paginationContainer.appendChild(dot);
  5563.                        }
  5564.                    }
  5565.  
  5566.                    // Show Specific Slide
  5567.                    function showSlide(slideIndex) {
  5568.                        const wrappers = document.querySelectorAll('.news-card-wrapper');
  5569.                        const dots = document.querySelectorAll('.carousel-dot');
  5570.  
  5571.                        // Hide all cards
  5572.                        wrappers.forEach(wrapper => {
  5573.                            wrapper.style.display = 'none';
  5574.                        });
  5575.  
  5576.                        // Show cards for current slide
  5577.                        const startIndex = slideIndex * cardsPerSlide;
  5578.                        const endIndex = Math.min(startIndex + cardsPerSlide, wrappers.length);
  5579.  
  5580.                        for (let i = startIndex; i < endIndex; i++) {
  5581.                            if (wrappers[i]) {
  5582.                                wrappers[i].style.display = 'block';
  5583.                                // Add animation with delay based on index
  5584.                                wrappers[i].classList.remove('animate-in');
  5585.                                void wrappers[i].offsetWidth; // Force reflow
  5586.                                wrappers[i].classList.add('animate-in');
  5587.                                wrappers[i].style.animationDelay = `${(i - startIndex) * 0.1}s`;
  5588.                            }
  5589.                        }
  5590.  
  5591.                        // Update pagination dots
  5592.                        dots.forEach((dot, index) => {
  5593.                            dot.classList.toggle('active', index === slideIndex);
  5594.                        });
  5595.  
  5596.                        currentSlide = slideIndex;
  5597.                    }
  5598.  
  5599.                    // Setup Event Listeners
  5600.                    function setupEventListeners() {
  5601.                        document.getElementById('prevSlide').addEventListener('click', () => {
  5602.                            if (currentSlide > 0) {
  5603.                                showSlide(currentSlide - 1);
  5604.                            } else {
  5605.                                showSlide(totalSlides - 1); // Loop to the end
  5606.                            }
  5607.                        });
  5608.  
  5609.                        document.getElementById('nextSlide').addEventListener('click', () => {
  5610.                            if (currentSlide < totalSlides - 1) {
  5611.                                showSlide(currentSlide + 1);
  5612.                            } else {
  5613.                                showSlide(0); // Loop to the beginning
  5614.                            }
  5615.                        });
  5616.  
  5617.                        // Auto-play functionality
  5618.                        let autoPlayInterval = setInterval(() => {
  5619.                            const nextSlide = (currentSlide + 1) % totalSlides;
  5620.                            showSlide(nextSlide);
  5621.                        }, 5000);
  5622.  
  5623.                        // Pause auto-play on hover
  5624.                        const carousel = document.querySelector('.news-carousel');
  5625.                        carousel.addEventListener('mouseenter', () => {
  5626.                            clearInterval(autoPlayInterval);
  5627.                        });
  5628.  
  5629.                        carousel.addEventListener('mouseleave', () => {
  5630.                            autoPlayInterval = setInterval(() => {
  5631.                                const nextSlide = (currentSlide + 1) % totalSlides;
  5632.                                showSlide(nextSlide);
  5633.                            }, 5000);
  5634.                        });
  5635.  
  5636.                        // Resize handler
  5637.                        window.addEventListener('resize', () => {
  5638.                            const newCardsPerSlide = window.innerWidth < 768 ? 1 : 3;
  5639.                            if (newCardsPerSlide !== cardsPerSlide) {
  5640.                                location.reload(); // Simple solution for this example
  5641.                            }
  5642.                        });
  5643.                    }
  5644.  
  5645.                    // Initialize when DOM is loaded
  5646.                    document.addEventListener('DOMContentLoaded', initCarousel);
  5647.                </script>
  5648.            </section>
  5649.  
  5650.        </section>
  5651.  
  5652.            <section style="margin-top:-90px;">
  5653.             <div class="text-center">
  5654.                    <h2 class="events-title">Partners Across Industries</h2>
  5655.                </div>
  5656.    <div class="marquee-container">
  5657.        <div class="marquee">
  5658.            <div class="marquee-item">
  5659.                <img src="/static/images/logos/101.png" alt="Capgemini">
  5660.            </div>
  5661.            <div class="marquee-item">
  5662.                <img src="/static/images/logos/102.png" alt="Tech Mahindra">
  5663.            </div>
  5664.            <div class="marquee-item">
  5665.                <img src="/static/images/logos/103.jpg" alt="Verizon">
  5666.            </div>
  5667.            <div class="marquee-item">
  5668.                <img src="/static/images/logos/104.jpg" alt="Comtec">
  5669.            </div>
  5670.            <div class="marquee-item">
  5671.                <img src="/static/images/logos/105.png" alt="Amazon">
  5672.            </div>
  5673.            <div class="marquee-item">
  5674.                <img src="/static/images/logos/106.jpg" alt="IBM">
  5675.            </div>
  5676.            <div class="marquee-item">
  5677.                <img src="/static/images//logos/107.png" alt="Deloitte">
  5678.            </div>
  5679.            <div class="marquee-item">
  5680.                <img src="/static/images//logos/108.png" alt="Infosys">
  5681.            </div>
  5682.            <div class="marquee-item">
  5683.                <img src="/static/images/logos/109.png" alt="Capgemini">
  5684.            </div>
  5685.            <div class="marquee-item">
  5686.                <img src="/static/images/logos/110.jpg" alt="Tech Mahindra">
  5687.            </div>
  5688.            <div class="marquee-item">
  5689.                <img src="/static/images/logos/112.avif" alt="Verizon">
  5690.            </div>
  5691.            <div class="marquee-item">
  5692.                <img src="/static/images/logos/113.png" alt="Comtec">
  5693.            </div>
  5694.            <div class="marquee-item">
  5695.                <img src="/static/images/logos/114.png" alt="Amazon">
  5696.            </div>
  5697.            <div class="marquee-item">
  5698.                <img src="/static/images/logos/115.jpg" alt="IBM">
  5699.            </div>
  5700.            <div class="marquee-item">
  5701.                <img src="/static/images//logos/116.jpg" alt="Deloitte">
  5702.            </div>
  5703.            <div class="marquee-item">
  5704.                <img src="/static/images//logos/117.png" alt="Infosys">
  5705.            </div>
  5706.            <div class="marquee-item">
  5707.                <img src="/static/images/logos/118.png" alt="Capgemini">
  5708.            </div>
  5709.            <div class="marquee-item">
  5710.                <img src="/static/images/logos/119.png" alt="Tech Mahindra">
  5711.            </div>
  5712.            <div class="marquee-item">
  5713.                <img src="/static/images/logos/120.jpg" alt="Verizon">
  5714.            </div>
  5715.            <div class="marquee-item">
  5716.                <img src="/static/images/logos/121.png" alt="Comtec">
  5717.            </div>
  5718.            <div class="marquee-item">
  5719.                <img src="/static/images/logos/122.png" alt="Amazon">
  5720.            </div>
  5721.            <div class="marquee-item">
  5722.                <img src="/static/images/logos/123.png" alt="IBM">
  5723.            </div>
  5724.            <div class="marquee-item">
  5725.                <img src="/static/images//logos/124.webp" alt="Infosys">
  5726.            </div>
  5727.            <div class="marquee-item">
  5728.                <img src="/static/images/logos/125.jpg" alt="Capgemini">
  5729.            </div>
  5730.            <div class="marquee-item">
  5731.                <img src="/static/images/logos/126.png" alt="Tech Mahindra">
  5732.            </div>
  5733.            <div class="marquee-item">
  5734.                <img src="/static/images/logos/127.webp" alt="Comtec">
  5735.            </div>
  5736.            <div class="marquee-item">
  5737.                <img src="/static/images/logos/128.jpg" alt="Amazon">
  5738.            </div>
  5739.            <div class="marquee-item">
  5740.                <img src="/static/images/logos/129.jpg" alt="IBM">
  5741.            </div>
  5742.            <div class="marquee-item">
  5743.                <img src="/static/images/logos/130.png" alt="Deloitte">
  5744.            </div>
  5745.            <div class="marquee-item">
  5746.                <img src="/static/images/logos/131.jpg" alt="Infosys">
  5747.            </div>
  5748.             <div class="marquee-item">
  5749.                <img src="/static/images/logos/132.jpeg" alt="Deloitte">
  5750.            </div>
  5751.            <div class="marquee-item">
  5752.                <img src="/static/images/logos/133.jpg" alt="Infosys">
  5753.            </div>
  5754.            <div class="marquee-item">
  5755.                <img src="/static/images/logos/134.jpg" alt="Capgemini">
  5756.            </div>
  5757.            <div class="marquee-item">
  5758.                <img src="/static/images/logos/135.png" alt="Tech Mahindra">
  5759.            </div>
  5760.            <div class="marquee-item">
  5761.                <img src="/static/images/logos/136.jpg" alt="Verizon">
  5762.            </div>
  5763.            <div class="marquee-item">
  5764.                <img src="/static/images/logos/137.png" alt="Comtec">
  5765.            </div>
  5766.            <div class="marquee-item">
  5767.                <img src="/static/images/log/138.webp" alt="Amazon">
  5768.            </div>
  5769.            <div class="marquee-item">
  5770.                <img src="/static/images/logos/139.png" alt="Deloitte">
  5771.            </div>
  5772.            <div class="marquee-item">
  5773.                <img src="/static/images/logos/140.png" alt="Infosys">
  5774.            </div>
  5775.            <div class="marquee-item">
  5776.                <img src="/static/images/logos/141.png" alt="Verizon">
  5777.            </div>
  5778.            <div class="marquee-item">
  5779.                <img src="/static/images/logos/142.jpg" alt="Comtec">
  5780.            </div>
  5781.            <div class="marquee-item">
  5782.                <img src="/static/images/logos/143.png" alt="Amazon">
  5783.            </div>
  5784.            <div class="marquee-item">
  5785.                <img src="/static/images/logos/144.jpg" alt="IBM">
  5786.            </div>
  5787.            <div class="marquee-item">
  5788.                <img src="/static/images/logos/145.png" alt="Infosys">
  5789.            </div>
  5790.            <div class="marquee-item">
  5791.                <img src="/static/images/logos/146.jpg" alt="Capgemini">
  5792.            </div>
  5793.            <div class="marquee-item">
  5794.                <img src="/static/images/logos/147.png" alt="Tech Mahindra">
  5795.            </div>
  5796.            <div class="marquee-item">
  5797.                <img src="/static/images/logos/148.png" alt="Comtec">
  5798.            </div>
  5799.            <div class="marquee-item">
  5800.                <img src="/static/images/logos/149.webp" alt="Amazon">
  5801.            </div>
  5802.            <div class="marquee-item">
  5803.                <img src="/static/images/logos/150.jpg" alt="IBM">
  5804.            </div>
  5805.            <div class="marquee-item">
  5806.                <img src="/static/images/logos/151.png" alt="Amazon">
  5807.            </div>
  5808.            <div class="marquee-item">
  5809.                <img src="/static/images/logos/152.png" alt="IBM">
  5810.            </div>
  5811.            <div class="marquee-item">
  5812.                <img src="/static/images/logos/153.webp" alt="Infosys">
  5813.            </div>
  5814.            <div class="marquee-item">
  5815.                <img src="/static/images/logos/154.jpg" alt="Capgemini">
  5816.            </div>
  5817.            <div class="marquee-item">
  5818.                <img src="/static/images/logos/155.jpg" alt="Tech Mahindra">
  5819.            </div>
  5820.            <div class="marquee-item">
  5821.                <img src="/static/images/logos/156.avif" alt="Comtec">
  5822.            </div>
  5823.            <div class="marquee-item">
  5824.                <img src="/static/images/logos/157.png" alt="Amazon">
  5825.            </div>
  5826.            
  5827.        </div>
  5828.    </div>
  5829. </section>
  5830.    <section class="testimonial-section">
  5831.        <div class="container">
  5832.    <div class="text-center">
  5833.        <h2 class="section-title">What Our Students Say</h2>
  5834.  
  5835.        <div class="row g-4">
  5836.            <!-- Testimonial 1: Suresh -->
  5837.            <div class="col-md-6 col-lg-4">
  5838.                <div class="testimonial-card">
  5839.                    <div class="testimonial-header">
  5840.                        <div class="avatar-container">
  5841.                            <img src="/api/placeholder/100/100" alt="Suresh" class="img-fluid">
  5842.                        </div>
  5843.                    </div>
  5844.                    <div class="testimonial-body">
  5845.                        <div class="stars">
  5846.                            <i class="fas fa-star"></i>
  5847.                            <i class="fas fa-star"></i>
  5848.                            <i class="fas fa-star"></i>
  5849.                            <i class="fas fa-star"></i>
  5850.                            <i class="fas fa-star"></i>
  5851.                        </div>
  5852.                        <p class="testimonial-text">"ANITS provided me with incredible opportunities in technical education. The faculty's expertise and industry connections helped me secure a placement at a top-tier company. The programming competitions and hackathons organized by the CSE department really boosted my practical skills."</p>
  5853.                        <h5 class="testimonial-name">Suresh Kumar</h5>
  5854.                        <p class="text-muted">Computer Science, Batch of 2023</p>
  5855.                    </div>
  5856.                </div>
  5857.            </div>
  5858.  
  5859.            <!-- Testimonial 2: Neeha -->
  5860.            <div class="col-md-6 col-lg-4">
  5861.                <div class="testimonial-card">
  5862.                    <div class="testimonial-header">
  5863.                        <div class="avatar-container">
  5864.                            <img src="/api/placeholder/100/100" alt="Neeha" class="img-fluid">
  5865.                        </div>
  5866.                    </div>
  5867.                    <div class="testimonial-body">
  5868.                        <div class="stars">
  5869.                            <i class="fas fa-star"></i>
  5870.                            <i class="fas fa-star"></i>
  5871.                            <i class="fas fa-star"></i>
  5872.                            <i class="fas fa-star"></i>
  5873.                            <i class="fas fa-star"></i>
  5874.                        </div>
  5875.                        <p class="testimonial-text">"The Mechanical Engineering labs at ANITS are state-of-the-art! I particularly enjoyed the hands-on approach to learning. My research project was supported with excellent guidance and resources. The campus environment promotes both academic and personal growth. Truly grateful for my time here!"</p>
  5876.                        <h5 class="testimonial-name">Neeha Reddy</h5>
  5877.                        <p class="text-muted">Mechanical Engineering, Batch of 2022</p>
  5878.                    </div>
  5879.                </div>
  5880.            </div>
  5881.  
  5882.            <!-- Testimonial 3: Praveen -->
  5883.            <div class="col-md-6 col-lg-4">
  5884.                <div class="testimonial-card">
  5885.                    <div class="testimonial-header">
  5886.                        <div class="avatar-container">
  5887.                            <img src="/api/placeholder/100/100" alt="Praveen" class="img-fluid">
  5888.                        </div>
  5889.                    </div>
  5890.                    <div class="testimonial-body">
  5891.                        <div class="stars">
  5892.                            <i class="fas fa-star"></i>
  5893.                            <i class="fas fa-star"></i>
  5894.                            <i class="fas fa-star"></i>
  5895.                            <i class="fas fa-star"></i>
  5896.                            <i class="fas fa-star"></i>
  5897.                        </div>
  5898.                        <p class="testimonial-text">"The ECE department at ANITS stands out with its exceptional curriculum and lab facilities. The robotics club gave me a platform to apply my theoretical knowledge. The professors always encouraged innovative thinking and problem-solving. It's beyond just an engineering college - it's a launchpad for careers."</p>
  5899.                        <h5 class="testimonial-name">Praveen Kumar</h5>
  5900.                        <p class="text-muted">Electronics & Communication, Batch of 2024</p>
  5901.                    </div>
  5902.                </div>
  5903.            </div>
  5904.  
  5905.            <!-- Testimonial 4: Shiva Shankar -->
  5906.            <!--<div class="col-md-6 col-lg-6">-->
  5907.            <!--    <div class="testimonial-card">-->
  5908.            <!--        <div class="testimonial-header">-->
  5909.            <!--            <div class="avatar-container">-->
  5910.            <!--                <img src="/api/placeholder/100/100" alt="Shiva Shankar" class="img-fluid">-->
  5911.            <!--            </div>-->
  5912.            <!--        </div>-->
  5913.            <!--        <div class="testimonial-body">-->
  5914.            <!--            <div class="stars">-->
  5915.            <!--                <i class="fas fa-star"></i>-->
  5916.            <!--                <i class="fas fa-star"></i>-->
  5917.            <!--                <i class="fas fa-star"></i>-->
  5918.            <!--                <i class="fas fa-star"></i>-->
  5919.            <!--                <i class="fas fa-star"></i>-->
  5920.            <!--            </div>-->
  5921.            <!--            <p class="testimonial-text">"Coming from a small town, ANITS gave me the perfect blend of cultural diversity and academic excellence. The Civil Engineering department is renowned for its practical approach. The annual technical fest and guest lectures by industry experts were incredibly valuable. The campus infrastructure is beautiful and conducive to learning."</p>-->
  5922.            <!--            <h5 class="testimonial-name">Shiva Shankar</h5>-->
  5923.            <!--            <p class="text-muted">Civil Engineering, Batch of 2021</p>-->
  5924.            <!--        </div>-->
  5925.            <!--    </div>-->
  5926.            <!--</div>-->
  5927.  
  5928.            <!-- Testimonial 5: Anitha -->
  5929.            <!--<div class="col-md-6 col-lg-6">-->
  5930.            <!--    <div class="testimonial-card">-->
  5931.            <!--        <div class="testimonial-header">-->
  5932.            <!--            <div class="avatar-container">-->
  5933.            <!--                <img src="/api/placeholder/100/100" alt="Anitha" class="img-fluid">-->
  5934.            <!--            </div>-->
  5935.            <!--        </div>-->
  5936.            <!--        <div class="testimonial-body">-->
  5937.            <!--            <div class="stars">-->
  5938.            <!--                <i class="fas fa-star"></i>-->
  5939.            <!--                <i class="fas fa-star"></i>-->
  5940.            <!--                <i class="fas fa-star"></i>-->
  5941.            <!--                <i class="fas fa-star"></i>-->
  5942.            <!--                <i class="fas fa-star"></i>-->
  5943.            <!--            </div>-->
  5944.            <!--            <p class="testimonial-text">"ANITS has a fantastic IT department with cutting-edge facilities. The college's focus on developing both technical and soft skills helped me immensely. The placement cell provided excellent guidance throughout our career development. The Women in Tech initiatives were particularly empowering. I'm proud to be an ANITS alumna!"</p>-->
  5945.            <!--            <h5 class="testimonial-name">Anitha Sharma</h5>-->
  5946.            <!--            <p class="text-muted">Information Technology, Batch of 2023</p>-->
  5947.            <!--        </div>-->
  5948.            <!--    </div>-->
  5949.            <!--</div>-->
  5950.        </div>
  5951.    </div>
  5952.    </div>
  5953. </section>
  5954.        </section>
  5955.  
  5956.  
  5957.  
  5958.  
  5959.  
  5960.  
  5961.  
  5962.  
  5963.        <!--footer end-->
  5964.  
  5965.  
  5966.    </div>
  5967.  
  5968.  
  5969. <!--    <div class="modal  fade" id="myModal">-->
  5970. <!--        <div class="modal-dialog modal modal-dialog-centered" role="document">-->
  5971. <!--            <div class="modal-content">-->
  5972.  
  5973. <!--                <div class="modal-body" style="padding: 10px">-->
  5974. <!--                    <div class="row">-->
  5975. <!--                        <div class="col-sm-12">-->
  5976. <!--                            <img src="/static/images/ANIDS_Admissions.jpg" style="max-width: 100%" class="img-fluid"/>-->
  5977. <!--                        </div>-->
  5978.  
  5979. <!--                    </div>-->
  5980.  
  5981.  
  5982. <!--                    <div style="padding: 5px ; text-align: center;">-->
  5983. <!--                        <button type="button" class="close btn"> CLOSE</button>-->
  5984. <!--                    </div>-->
  5985.  
  5986. <!--                </div>-->
  5987.  
  5988. <!--            </div>-->
  5989. <!--        </div>-->
  5990. <!--    </div>-->
  5991. <!--    <div class="modal fade" id="eventModal" tabindex="-1" aria-labelledby="eventModalLabel" aria-hidden="true">-->
  5992. <!--    <div class="modal-dialog modal-lg">-->
  5993. <!--        <div class="modal-content">-->
  5994. <!--            <div class="modal-header">-->
  5995. <!--                <h5 class="modal-title" id="eventModalLabel">Event Details</h5>-->
  5996. <!--                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>-->
  5997. <!--            </div>-->
  5998. <!--            <div class="modal-body">-->
  5999. <!--                <h3 id="modal-event-name"></h3>-->
  6000. <!--                <p><strong>Date:</strong> <span id="modal-event-date"></span></p>-->
  6001. <!--                <p><strong>Description:</strong> <span id="modal-event-description"></span></p>-->
  6002. <!--                <h5>Gallery</h5>-->
  6003. <!--                <div id="modal-gallery" class="d-flex flex-wrap gap-2"></div>-->
  6004. <!--            </div>-->
  6005. <!--        </div>-->
  6006. <!--    </div>-->
  6007. <!--</div>-->
  6008.  
  6009. <!-- Large Image Modal -->
  6010. <!--<div class="modal fade" id="imageModal" tabindex="-1" aria-labelledby="imageModalLabel" aria-hidden="true">-->
  6011. <!--    <div class="modal-dialog modal-xl modal-dialog-centered">-->
  6012. <!--        <div class="modal-content">-->
  6013. <!--            <div class="modal-header">-->
  6014. <!--                <h5 class="modal-title">Image Preview</h5>-->
  6015. <!--                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>-->
  6016. <!--            </div>-->
  6017. <!--            <div class="modal-body text-center">-->
  6018. <!--                <img id="largeImage" src="" class="img-fluid rounded shadow-lg" style="max-width: 100%; max-height: 80vh;">-->
  6019. <!--            </div>-->
  6020. <!--        </div>-->
  6021. <!--    </div>-->
  6022. <!--</div>-->
  6023. <!--<div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true" data-bs-backdrop="static">-->
  6024. <!--        <div class="modal-dialog modal-lg modal-dialog-centered">-->
  6025. <!--            <div class="modal-content">-->
  6026. <!--                <div class="floating-elements">-->
  6027. <!--                    <div class="floating-circle"></div>-->
  6028. <!--                    <div class="floating-circle"></div>-->
  6029. <!--                    <div class="floating-circle"></div>-->
  6030. <!--                </div>-->
  6031.                
  6032. <!--                <div class="modal-header">-->
  6033. <!--                    <h2 class="modal-title" id="videoModalLabel">-->
  6034. <!--                        <i class="fas fa-play-circle me-2"></i>-->
  6035. <!--                        Discover Our Story | -->
  6036. <!--                        2025-2026 admission information-->
  6037. <!--                    </h2>-->
  6038. <!--                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">-->
  6039. <!--                        <i class="fas fa-times text-white"></i>-->
  6040. <!--                    </button>-->
  6041. <!--                </div>-->
  6042.                
  6043. <!--                <div class="modal-body">-->
  6044. <!--               <div class="info-links">-->
  6045. <!--                        <a href="/static/images/Transport_details.pdf" class="info-link" target="_blank">-->
  6046. <!--                            <i class="fas fa-bus"></i>-->
  6047. <!--                            <span class="link-text" style="color: #815fd1 !important;">Bus Incharges & Schedule Details</span>-->
  6048. <!--                            <i class="fas fa-arrow-right link-arrow"></i>-->
  6049. <!--                        </a>-->
  6050.                        
  6051. <!--                        <a href="/static/admissions/Hostel_Contact_Information.pdf" class="info-link" target="_blank">-->
  6052. <!--                            <i class="fas fa-home"></i>-->
  6053. <!--                            <span class="link-text" style="color: #815fd1 !important;">Contact for Hostel Information</span>-->
  6054. <!--                            <i class="fas fa-arrow-right link-arrow"></i>-->
  6055. <!--                        </a>-->
  6056.                        
  6057. <!--                        <a href="/static/admissions/Contact_for_Admission.pdf" class="info-link" target="_blank">-->
  6058. <!--                            <i class="fas fa-phone"></i>-->
  6059. <!--                            <span class="link-text" style="color: #815fd1 !important;">Contact for Admissions</span>-->
  6060. <!--                            <i class="fas fa-arrow-right link-arrow"></i>-->
  6061. <!--                        </a>-->
  6062.                        
  6063. <!--                         <i class="fa fa-bullhorn" style="font-size:24px;color:red">-->
  6064. <!--                            <span class="link-text" style="color: #815fd1 !important;"> 1st Year Classwork starts from 25th August 2025 </span></i>-->
  6065. <!--                    </div>-->-->
  6066.                    
  6067. <!--                    <div class="video-container">-->
  6068. <!--                        <iframe-->
  6069. <!--                            src="https://www.youtube.com/embed/LGzFBhVqQ20?si=wgBmE8uV9cryJRHK&autoplay=1&mute=1&loop=1&playlist=LGzFBhVqQ20"-->
  6070. <!--                            title="YouTube video player"-->
  6071. <!--                            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"-->
  6072. <!--                            allowfullscreen>-->
  6073. <!--                        </iframe>-->
  6074. <!--                    </div>-->
  6075.  
  6076. <!--                    <div class="form-container">-->
  6077. <!--                        <h3 class="form-title">-->
  6078. <!--                            <i class="fas fa-download me-2"></i>-->
  6079. <!--                            Get Your Free Brochure-->
  6080. <!--                        </h3>-->
  6081.                        
  6082. <!--                        <form id="brochureForm">-->
  6083. <!--                            <input type="hidden" name="csrfmiddlewaretoken" value="kWb75Y7e6ZKeSZrqpgh9Z5S9PibLSB8FvgnokrbDbCtC18jvJBefcO63dfAjRpQS">-->
  6084. <!--                            <div class="form-group">-->
  6085. <!--                                <i class="fas fa-user input-icon"></i>-->
  6086. <!--                                <input type="text" class="form-control" id="fullName" name="fullName" placeholder="Enter your full name" required>-->
  6087. <!--                            </div>-->
  6088.                            
  6089. <!--                            <div class="form-group">-->
  6090. <!--                                <i class="fas fa-phone input-icon"></i>-->
  6091. <!--                                <input type="tel" class="form-control" id="phoneNumber" name="phoneNumber"  pattern="[0-9]+" title="Please enter only numbers"  placeholder="Enter your phone number" required>-->
  6092. <!--                            </div>-->
  6093.                            
  6094. <!--                            <div class="form-group">-->
  6095. <!--                                <i class="fas fa-envelope input-icon"></i>-->
  6096. <!--                                <input type="email" class="form-control" id="email" name="email" placeholder="Enter your email address" required>-->
  6097. <!--                            </div>-->
  6098. <!--                              <div class="g-recaptcha mb-4" data-sitekey="6LfBTUYrAAAAAK3vMjDXs2P89SWo4I5lkxuuTbYl"></div> -->
  6099.                            
  6100. <!--                            <button type="submit" class="download-btn">-->
  6101. <!--                                <i class="fas fa-download me-2"></i>-->
  6102. <!--                                Download Brochure Now-->
  6103. <!--                            </button>-->
  6104.                            
  6105. <!--                            <div class="success-message" id="successMessage">-->
  6106. <!--                                <i class="fas fa-check-circle me-2"></i>-->
  6107. <!--                                Thank you! Your brochure download will begin shortly.-->
  6108. <!--                            </div>-->
  6109. <!--                        </form>-->
  6110. <!--                    </div>-->
  6111. <!--                </div>-->
  6112. <!--            </div>-->
  6113. <!--        </div>-->
  6114. <!--    </div>-->
  6115.  
  6116.    <!-- page wrapper end -->
  6117.  
  6118.  
  6119.    <!--back-to-top start-->
  6120.  
  6121.    <div class="scroll-top"><a class="smoothscroll" href="#top"><i class="las la-location-arrow"></i></a></div>
  6122.  
  6123.    <!--back-to-top end-->
  6124.  
  6125.  
  6126.    <!-- inject js start -->
  6127.    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  6128.    <!-- Owl Carousel JS -->
  6129.    <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
  6130.    <!-- Owl Carousel CSS -->
  6131.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
  6132.    <link rel="stylesheet"
  6133.          href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
  6134.    <!--== jquery -->
  6135.    <style>
  6136.      .modal-backdrop {
  6137.            background: rgba(0, 0, 0, 0.8);
  6138.            backdrop-filter: blur(10px);
  6139.        }
  6140.  
  6141.        .modal-content {
  6142.            background: linear-gradient(145deg, #ffffff, #f8f9ff);
  6143.            border: none;
  6144.            border-radius: 20px;
  6145.            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  6146.            overflow: hidden;
  6147.            position: relative;
  6148.        }
  6149.  
  6150.        .modal-content::before {
  6151.            content: '';
  6152.            position: absolute;
  6153.            top: 0;
  6154.            left: 0;
  6155.            right: 0;
  6156.            height: 4px;
  6157.            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
  6158.            background-size: 300% 300%;
  6159.            animation: gradientShift 3s ease infinite;
  6160.        }
  6161.  
  6162.        @keyframes gradientShift {
  6163.            0%, 100% { background-position: 0% 50%; }
  6164.            50% { background-position: 100% 50%; }
  6165.        }
  6166.  
  6167.        .modal-header {
  6168.            border-bottom: none;
  6169.            padding: 2rem 2rem 1rem;
  6170.            position: relative;
  6171.        }
  6172.  
  6173.        .modal-title {
  6174.            font-weight: 700;
  6175.            font-size: 1.8rem;
  6176.            background: linear-gradient(45deg, #667eea, #764ba2);
  6177.            -webkit-background-clip: text;
  6178.            -webkit-text-fill-color: transparent;
  6179.            background-clip: text;
  6180.            margin: 0;
  6181.            animation: titlePulse 2s ease-in-out infinite alternate;
  6182.        }
  6183.  
  6184.        @keyframes titlePulse {
  6185.            from { transform: scale(1); }
  6186.            to { transform: scale(1.05); }
  6187.        }
  6188.  
  6189.        .btn-close {
  6190.            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  6191.            border-radius: 50%;
  6192.            width: 40px;
  6193.            height: 40px;
  6194.            opacity: 1;
  6195.            display: flex;
  6196.            align-items: center;
  6197.            justify-content: center;
  6198.            transition: all 0.3s ease;
  6199.        }
  6200.  
  6201.        .btn-close:hover {
  6202.            transform: rotate(90deg) scale(1.1);
  6203.            background: linear-gradient(45deg, #ee5a24, #ff6b6b);
  6204.        }
  6205.  
  6206.        .modal-body {
  6207.            padding: 1rem 2rem 2rem;
  6208.        }
  6209.  
  6210.        .video-container {
  6211.            position: relative;
  6212.            margin-bottom: 2rem;
  6213.            border-radius: 15px;
  6214.            overflow: hidden;
  6215.            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  6216.            animation: videoFloat 6s ease-in-out infinite;
  6217.        }
  6218.  
  6219.        @keyframes videoFloat {
  6220.            0%, 100% { transform: translateY(0px); }
  6221.            50% { transform: translateY(-10px); }
  6222.        }
  6223.  
  6224.        .video-container iframe {
  6225.            width: 100%;
  6226.            height: 315px;
  6227.            border: none;
  6228.        }
  6229.  
  6230.        .form-container {
  6231.            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  6232.            border-radius: 20px;
  6233.            padding: 2rem;
  6234.            backdrop-filter: blur(10px);
  6235.            border: 1px solid rgba(255, 255, 255, 0.2);
  6236.            position: relative;
  6237.            overflow: hidden;
  6238.        }
  6239.  
  6240.        .form-container::before {
  6241.            content: '';
  6242.            position: absolute;
  6243.            top: -50%;
  6244.            left: -50%;
  6245.            width: 200%;
  6246.            height: 200%;
  6247.            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  6248.            animation: shimmer 3s infinite;
  6249.            pointer-events: none;
  6250.        }
  6251.  
  6252.        @keyframes shimmer {
  6253.            0% { transform: rotate(0deg); }
  6254.            100% { transform: rotate(360deg); }
  6255.        }
  6256.  
  6257.        .form-title {
  6258.            text-align: center;
  6259.            margin-bottom: 1.5rem;
  6260.            font-weight: 600;
  6261.            color: #333;
  6262.            position: relative;
  6263.        }
  6264.  
  6265.        .form-group {
  6266.            margin-bottom: 1.5rem;
  6267.            position: relative;
  6268.        }
  6269.  
  6270.        .form-control {
  6271.            border: 2px solid transparent;
  6272.            border-radius: 15px;
  6273.            padding: 12px 20px 12px 50px;
  6274.            font-size: 1rem;
  6275.            background: rgba(255, 255, 255, 0.9);
  6276.            backdrop-filter: blur(5px);
  6277.            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  6278.            position: relative;
  6279.        }
  6280.  
  6281.        .form-control:focus {
  6282.            border-color: #667eea;
  6283.            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  6284.            background: rgba(255, 255, 255, 1);
  6285.            transform: translateY(-2px);
  6286.        }
  6287.  
  6288.        .input-icon {
  6289.            position: absolute;
  6290.            left: 18px;
  6291.            top: 50%;
  6292.            transform: translateY(-50%);
  6293.            color: #667eea;
  6294.            font-size: 1.1rem;
  6295.            z-index: 2;
  6296.            transition: all 0.3s ease;
  6297.        }
  6298.  
  6299.        .form-group:focus-within .input-icon {
  6300.            color: #764ba2;
  6301.            transform: translateY(-50%) scale(1.1);
  6302.        }
  6303.  
  6304.        .download-btn {
  6305.            background: linear-gradient(45deg, #667eea, #764ba2);
  6306.            border: none;
  6307.            border-radius: 50px;
  6308.            padding: 15px 40px;
  6309.            font-weight: 600;
  6310.            font-size: 1.1rem;
  6311.            color: white;
  6312.            width: 100%;
  6313.            position: relative;
  6314.            overflow: hidden;
  6315.            transition: all 0.3s ease;
  6316.            text-transform: uppercase;
  6317.            letter-spacing: 1px;
  6318.        }
  6319.  
  6320.        .download-btn::before {
  6321.            content: '';
  6322.            position: absolute;
  6323.            top: 0;
  6324.            left: -100%;
  6325.            width: 100%;
  6326.            height: 100%;
  6327.            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  6328.            transition: all 0.5s ease;
  6329.        }
  6330.  
  6331.        .download-btn:hover::before {
  6332.            left: 100%;
  6333.        }
  6334.  
  6335.        .download-btn:hover {
  6336.            transform: translateY(-3px);
  6337.            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
  6338.            background: linear-gradient(45deg, #764ba2, #667eea);
  6339.        }
  6340.  
  6341.        .download-btn:active {
  6342.            transform: translateY(-1px);
  6343.        }
  6344.  
  6345.        .floating-elements {
  6346.            position: absolute;
  6347.            top: 0;
  6348.            left: 0;
  6349.            width: 100%;
  6350.            height: 100%;
  6351.            pointer-events: none;
  6352.            overflow: hidden;
  6353.        }
  6354.  
  6355.        .floating-circle {
  6356.            position: absolute;
  6357.            border-radius: 50%;
  6358.            background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  6359.            animation: float 6s ease-in-out infinite;
  6360.        }
  6361.  
  6362.        .floating-circle:nth-child(1) {
  6363.            width: 60px;
  6364.            height: 60px;
  6365.            top: 20%;
  6366.            left: 10%;
  6367.            animation-delay: 0s;
  6368.        }
  6369.  
  6370.        .floating-circle:nth-child(2) {
  6371.            width: 40px;
  6372.            height: 40px;
  6373.            top: 60%;
  6374.            right: 15%;
  6375.            animation-delay: 2s;
  6376.        }
  6377.  
  6378.        .floating-circle:nth-child(3) {
  6379.            width: 30px;
  6380.            height: 30px;
  6381.            bottom: 30%;
  6382.            left: 20%;
  6383.            animation-delay: 4s;
  6384.        }
  6385.  
  6386.        @keyframes float {
  6387.            0%, 100% {
  6388.                transform: translateY(0px) rotate(0deg);
  6389.                opacity: 0.7;
  6390.            }
  6391.            50% {
  6392.                transform: translateY(-20px) rotate(180deg);
  6393.                opacity: 1;
  6394.            }
  6395.        }
  6396.  
  6397.        .modal.show .modal-dialog {
  6398.            animation: modalSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  6399.        }
  6400.  
  6401.        @keyframes modalSlideIn {
  6402.            from {
  6403.                opacity: 0;
  6404.                transform: scale(0.7) translateY(-50px);
  6405.            }
  6406.            to {
  6407.                opacity: 1;
  6408.                transform: scale(1) translateY(0);
  6409.            }
  6410.        }
  6411.  
  6412.        .form-control.animate {
  6413.            animation: inputPop 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  6414.        }
  6415.  
  6416.        @keyframes inputPop {
  6417.            0% { transform: scale(1); }
  6418.            50% { transform: scale(1.05); }
  6419.            100% { transform: scale(1); }
  6420.        }
  6421.  
  6422.        .success-message {
  6423.            display: none;
  6424.            text-align: center;
  6425.            padding: 1rem;
  6426.            background: linear-gradient(45deg, #4ecdc4, #44a08d);
  6427.            color: white;
  6428.            border-radius: 15px;
  6429.            margin-top: 1rem;
  6430.            animation: successSlide 0.5s ease;
  6431.        }
  6432.  
  6433.        @keyframes successSlide {
  6434.            from {
  6435.                opacity: 0;
  6436.                transform: translateY(20px);
  6437.            }
  6438.            to {
  6439.                opacity: 1;
  6440.                transform: translateY(0);
  6441.            }
  6442.        }
  6443.  
  6444.        @media (max-width: 768px) {
  6445.            .modal-dialog {
  6446.                margin: 1rem;
  6447.            }
  6448.  
  6449.            .modal-title {
  6450.                font-size: 1.5rem;
  6451.            }
  6452.  
  6453.            .video-container iframe {
  6454.                height: 250px;
  6455.            }
  6456.  
  6457.            .form-container {
  6458.                padding: 1.5rem;
  6459.            }
  6460.        }
  6461. </style>
  6462.  
  6463.  
  6464. <script src="/static/js/theme.js"></script>
  6465.  
  6466.  <!--== theme-plugin -->
  6467.  <script src="/static/js/theme-plugin.js"></script>
  6468.  
  6469.  <!--== theme-script -->
  6470.  <script src="/static/js/theme-script.js"></script>
  6471.  
  6472.  <!-- inject js end -->
  6473.  
  6474.  
  6475.  
  6476.    <script>
  6477.        $(document).ready(function () {
  6478.            // Initialize Owl Carousel
  6479.            $('.owl-carousel').owlCarousel({
  6480.                loop: true,
  6481.                margin: 20,
  6482.                nav: true,
  6483.                dots: true,
  6484.                autoplay: true,
  6485.                autoplayTimeout: 3000,
  6486.                autoplayHoverPause: true,
  6487.                navText: ['<span>❮</span>', '<span>❯</span>'],
  6488.                responsive: {
  6489.                    0: {
  6490.                        items: 1
  6491.                    },
  6492.                    600: {
  6493.                        items: 2
  6494.                    },
  6495.                    900: {
  6496.                        items: 3
  6497.                    },
  6498.                    1200: {
  6499.                        items: 4
  6500.                    }
  6501.                },
  6502.                // Add animation to items when scrolled into view
  6503.                onInitialized: startAnimation,
  6504.                onTranslated: startAnimation
  6505.            });
  6506.  
  6507.            function startAnimation(event) {
  6508.                var currentItems = $('.owl-item.active').find('.link-card');
  6509.                currentItems.each(function (index) {
  6510.                    var item = $(this);
  6511.                    item.removeClass('animated fadeInUp');
  6512.                    setTimeout(function () {
  6513.                        item.addClass('animated fadeInUp');
  6514.                    }, index * 150);
  6515.                });
  6516.            }
  6517.        });
  6518.    </script>
  6519.    <script>
  6520.        // News Data
  6521.        const newsData = [
  6522.            {
  6523.                id: 1,
  6524.                image: "p1.jpg",
  6525.                title: "ANITS Hosts National Tech Conference",
  6526.                category: "Event",
  6527.                date: "February 15, 2025",
  6528.                text: "Leading experts gather to discuss emerging technologies and innovations.",
  6529.                link: "#"
  6530.            },
  6531.            {
  6532.                id: 2,
  6533.                image: "p2.jpeg",
  6534.                title: "Students Win Regional Hackathon",
  6535.                category: "Achievement",
  6536.                date: "February 8, 2025",
  6537.                text: "ANITS team secures first place in the prestigious coding competition.",
  6538.                link: "#"
  6539.            },
  6540.            {
  6541.                id: 3,
  6542.                image: "p3.jpg",
  6543.                title: "Campus Placement Drive Success",
  6544.                category: "Placements",
  6545.                date: "January 28, 2025",
  6546.                text: "Over 85% of eligible students received job offers from top companies.",
  6547.                link: "#"
  6548.            },
  6549.            {
  6550.                id: 4,
  6551.                image: "p4.jpeg",
  6552.                title: "New Research Lab Inauguration",
  6553.                category: "Infrastructure",
  6554.                date: "January 15, 2025",
  6555.                text: "State-of-the-art research facilities unveiled for advanced studies.",
  6556.                link: "#"
  6557.            },
  6558.            {
  6559.                id: 5,
  6560.                image: "/api/placeholder/400/320",
  6561.                title: "Faculty Research Published in International Journal",
  6562.                category: "Research",
  6563.                date: "December 20, 2024",
  6564.                text: "Groundbreaking research by ANITS professors gains international recognition.",
  6565.                link: "#"
  6566.            },
  6567.            {
  6568.                id: 6,
  6569.                image: "/api/placeholder/400/320",
  6570.                title: "Annual Cultural Fest Announcement",
  6571.                category: "Campus Life",
  6572.                date: "December 10, 2024",
  6573.                text: "Preparations begin for the most anticipated event of the academic year.",
  6574.                link: "#"
  6575.            },
  6576.            {
  6577.                id: 7,
  6578.                image: "/api/placeholder/400/320",
  6579.                title: "Industry Partnership Agreement Signed",
  6580.                category: "Collaboration",
  6581.                date: "November 30, 2024",
  6582.                text: "ANITS partners with leading tech companies for student development programs.",
  6583.                link: "#"
  6584.            }
  6585.        ];
  6586.  
  6587.        // Carousel Configuration
  6588.        const cardsPerSlide = window.innerWidth < 768 ? 1 : 3;
  6589.        let currentSlide = 0;
  6590.        const totalSlides = Math.ceil(newsData.length / cardsPerSlide);
  6591.  
  6592.        // Initialize Carousel
  6593.        function initCarousel() {
  6594.            renderSlides();
  6595.            renderPagination();
  6596.            setupEventListeners();
  6597.            showSlide(currentSlide);
  6598.        }
  6599.  
  6600.        // Render News Cards
  6601.        function renderSlides() {
  6602.            const slidesContainer = document.getElementById('newsSlides');
  6603.            slidesContainer.innerHTML = '';
  6604.  
  6605.            newsData.forEach(news => {
  6606.                const card = document.createElement('div');
  6607.                card.className = 'col-md-4 news-card-wrapper';
  6608.                card.innerHTML = `
  6609.                    <div class="news-card">
  6610.                        <div class="news-thumb">
  6611.                            <span class="news-category">${news.category}</span>
  6612.                            <img src="${news.image}" alt="${news.title}">
  6613.                        </div>
  6614.                        <div class="news-body">
  6615.                            <h5 class="news-title">${news.title}</h5>
  6616.                            <p class="news-date"><i class="far fa-calendar-alt me-2"></i>${news.date}</p>
  6617.                            <p class="news-text">${news.text}</p>
  6618.                            <a href="${news.link}" class="news-link">Read More <i class="fas fa-angle-right"></i></a>
  6619.                        </div>
  6620.                    </div>
  6621.                `;
  6622.                slidesContainer.appendChild(card);
  6623.            });
  6624.        }
  6625.  
  6626.        // Render Pagination Dots
  6627.        function renderPagination() {
  6628.            const paginationContainer = document.getElementById('carouselPagination');
  6629.            paginationContainer.innerHTML = '';
  6630.  
  6631.            for (let i = 0; i < totalSlides; i++) {
  6632.                const dot = document.createElement('div');
  6633.                dot.className = 'carousel-dot';
  6634.                dot.dataset.slide = i;
  6635.                dot.addEventListener('click', () => {
  6636.                    showSlide(i);
  6637.                });
  6638.                paginationContainer.appendChild(dot);
  6639.            }
  6640.        }
  6641.  
  6642.        // Show Specific Slide
  6643.        function showSlide(slideIndex) {
  6644.            const wrappers = document.querySelectorAll('.news-card-wrapper');
  6645.            const dots = document.querySelectorAll('.carousel-dot');
  6646.  
  6647.            // Hide all cards
  6648.            wrappers.forEach(wrapper => {
  6649.                wrapper.style.display = 'none';
  6650.            });
  6651.  
  6652.            // Show cards for current slide
  6653.            const startIndex = slideIndex * cardsPerSlide;
  6654.            const endIndex = Math.min(startIndex + cardsPerSlide, wrappers.length);
  6655.  
  6656.            for (let i = startIndex; i < endIndex; i++) {
  6657.                if (wrappers[i]) {
  6658.                    wrappers[i].style.display = 'block';
  6659.                    // Add animation with delay based on index
  6660.                    wrappers[i].classList.remove('animate-in');
  6661.                    void wrappers[i].offsetWidth; // Force reflow
  6662.                    wrappers[i].classList.add('animate-in');
  6663.                    wrappers[i].style.animationDelay = `${(i - startIndex) * 0.1}s`;
  6664.                }
  6665.            }
  6666.  
  6667.            // Update pagination dots
  6668.            dots.forEach((dot, index) => {
  6669.                dot.classList.toggle('active', index === slideIndex);
  6670.            });
  6671.  
  6672.            currentSlide = slideIndex;
  6673.        }
  6674.  
  6675.        // Setup Event Listeners
  6676.        function setupEventListeners() {
  6677.            document.getElementById('prevSlide').addEventListener('click', () => {
  6678.                if (currentSlide > 0) {
  6679.                    showSlide(currentSlide - 1);
  6680.                } else {
  6681.                    showSlide(totalSlides - 1); // Loop to the end
  6682.                }
  6683.            });
  6684.  
  6685.            document.getElementById('nextSlide').addEventListener('click', () => {
  6686.                if (currentSlide < totalSlides - 1) {
  6687.                    showSlide(currentSlide + 1);
  6688.                } else {
  6689.                    showSlide(0); // Loop to the beginning
  6690.                }
  6691.            });
  6692.  
  6693.            // Auto-play functionality
  6694.            let autoPlayInterval = setInterval(() => {
  6695.                const nextSlide = (currentSlide + 1) % totalSlides;
  6696.                showSlide(nextSlide);
  6697.            }, 5000);
  6698.  
  6699.            // Pause auto-play on hover
  6700.            const carousel = document.querySelector('.news-carousel');
  6701.            carousel.addEventListener('mouseenter', () => {
  6702.                clearInterval(autoPlayInterval);
  6703.            });
  6704.  
  6705.            carousel.addEventListener('mouseleave', () => {
  6706.                autoPlayInterval = setInterval(() => {
  6707.                    const nextSlide = (currentSlide + 1) % totalSlides;
  6708.                    showSlide(nextSlide);
  6709.                }, 5000);
  6710.            });
  6711.  
  6712.            // Resize handler
  6713.            window.addEventListener('resize', () => {
  6714.                const newCardsPerSlide = window.innerWidth < 768 ? 1 : 3;
  6715.                if (newCardsPerSlide !== cardsPerSlide) {
  6716.                    location.reload(); // Simple solution for this example
  6717.                }
  6718.            });
  6719.        }
  6720.  
  6721.        // Initialize when DOM is loaded
  6722.        document.addEventListener('DOMContentLoaded', initCarousel);
  6723.  
  6724.  
  6725.    </script>
  6726.    <script>
  6727.        document.addEventListener('DOMContentLoaded', function () {
  6728.            const pauseBtn = document.getElementById('pauseBtn');
  6729.            const playBtn = document.getElementById('playBtn');
  6730.            const marqueeContent = document.getElementById('marqueeContent');
  6731.  
  6732.            pauseBtn.addEventListener('click', function () {
  6733.                marqueeContent.style.animationPlayState = 'paused';
  6734.                pauseBtn.style.display = 'none';
  6735.                playBtn.style.display = 'inline-block';
  6736.            });
  6737.  
  6738.            playBtn.addEventListener('click', function () {
  6739.                marqueeContent.style.animationPlayState = 'running';
  6740.                playBtn.style.display = 'none';
  6741.                pauseBtn.style.display = 'inline-block';
  6742.            });
  6743.        });
  6744.    </script>
  6745.    <script>
  6746.        function hide() {
  6747.            document.getElementById("dip").style.display = "none";
  6748.        }
  6749.  
  6750.        document.addEventListener("DOMContentLoaded", () => {
  6751.            const cards = document.querySelectorAll(".counter-cards__item");
  6752.  
  6753.            cards.forEach((card, index) => {
  6754.                card.style.animation = `fadeInCard 1s ease-in-out ${index * 0.2}s forwards`;
  6755.            });
  6756.        });
  6757.        document.addEventListener("DOMContentLoaded", () => {
  6758.            const marquee = document.querySelector(".marquee");
  6759.            const items = marquee.innerHTML; // Get current items
  6760.            marquee.innerHTML += items; // Duplicate items for seamless scrolling
  6761.        });
  6762.  
  6763.  
  6764.  
  6765. $(document).ready(function () {
  6766.    $('.event-item').click(function () {
  6767.        let eventId = $(this).data('id');
  6768.  
  6769.        // Show loading state
  6770.        $('#modal-event-name').text('Loading...');
  6771.        $('#modal-event-date').text('');
  6772.        $('#modal-event-description').text('');
  6773.        $('#modal-gallery').html('<p class="text-muted">Loading gallery...</p>');
  6774.  
  6775.        $.ajax({
  6776.            url: '/get_event_details',
  6777.            method: 'GET',
  6778.            data: { id: eventId },
  6779.            dataType: 'json',
  6780.            success: function (data) {
  6781.                $('#modal-event-name').text(data.event_name);
  6782.                $('#modal-event-date').text(data.event_date);
  6783.                let description = data.description || 'No description available.';
  6784. let html;
  6785.  
  6786. if (description.includes('http')) {
  6787.    // Convert URL in text to anchor tag
  6788.    html = description.replace(
  6789.        /(https?:\/\/[^\s]+)/g,
  6790.        '<a href="$1" target="_blank" style="color:blue;">$1</a>'
  6791.    );
  6792.    $('#modal-event-description').html(html);
  6793. } else {
  6794.    $('#modal-event-description').text(description);
  6795. }
  6796.  
  6797.                let galleryHtml = '';
  6798.                if (data.gallery.length > 0) {
  6799.                    data.gallery.forEach(image => {
  6800.                        galleryHtml += `
  6801.                            <img src="${image}" class="img-thumbnail event-image me-2 mb-2" width="200" height="200"
  6802.                                style="cursor: pointer;">
  6803.                        `;
  6804.                    });
  6805.                } else {
  6806.                    galleryHtml = '<p class="text-muted">No images available.</p>';
  6807.                }w
  6808.                $('#modal-gallery').html(galleryHtml);
  6809.            },
  6810.            error: function () {
  6811.                $('#modal-event-name').text('Error loading event details');
  6812.                $('#modal-event-date').text('');
  6813.                $('#modal-event-description').text('');
  6814.                $('#modal-gallery').html('<p class="text-danger">Failed to load gallery.</p>');
  6815.            }
  6816.        });
  6817.    });
  6818.  
  6819.    // Handle image click to show in larger view
  6820.   $(document).on('click', '.event-image', function () {
  6821.    let imageUrl = $(this).attr('src');
  6822.    $('#largeImage').attr('src', imageUrl);
  6823.    $('#imageModal').modal('show');  // Show the Bootstrap modal
  6824. });
  6825. });
  6826.  
  6827.  
  6828. </script>
  6829.  <script>
  6830.        // Show modal when page loads
  6831.        document.addEventListener('DOMContentLoaded', function() {
  6832.            const modal = new bootstrap.Modal(document.getElementById('videoModal'));
  6833.            modal.show();
  6834.        });
  6835.  
  6836.        // Form animation and handling
  6837.        document.addEventListener('DOMContentLoaded', function() {
  6838.            const form = document.getElementById('brochureForm');
  6839.            const inputs = document.querySelectorAll('.form-control');
  6840.            const successMessage = document.getElementById('successMessage');
  6841.  
  6842.            // Add focus animations to inputs
  6843.            inputs.forEach(input => {
  6844.                input.addEventListener('focus', function() {
  6845.                    this.classList.add('animate');
  6846.                    setTimeout(() => {
  6847.                        this.classList.remove('animate');
  6848.                    }, 300);
  6849.                });
  6850.            });
  6851.  
  6852.            // Phone number validation - only allow numbers
  6853.            const phoneInput = document.getElementById('phoneNumber');
  6854.            phoneInput.addEventListener('input', function(e) {
  6855.                // Remove any non-numeric characters
  6856.                this.value = this.value.replace(/[^0-9]/g, '');
  6857.            });
  6858.  
  6859.            phoneInput.addEventListener('keypress', function(e) {
  6860.                // Only allow numbers and specific keys (backspace, delete, arrows)
  6861.                const allowedKeys = ['Backspace', 'Delete', 'ArrowLeft', 'ArrowRight', 'Tab'];
  6862.                if (!allowedKeys.includes(e.key) && (e.key < '0' || e.key > '9')) {
  6863.                    e.preventDefault();
  6864.                }
  6865.            });
  6866.  
  6867.            // Form submission with Django AJAX
  6868.            form.addEventListener('submit', function(e) {
  6869.                e.preventDefault();
  6870.                
  6871.                const formData = new FormData(form);
  6872.                
  6873.                // Get CSRF token
  6874.                const csrfToken = document.querySelector('[name=csrfmiddlewaretoken]')?.value ||
  6875.                                 document.querySelector('meta[name="csrf-token"]')?.getAttribute('content') ||
  6876.                                 getCookie('csrftoken');
  6877.  
  6878.                // Simulate form processing
  6879.                const submitBtn = form.querySelector('.download-btn');
  6880.                const originalText = submitBtn.innerHTML;
  6881.                
  6882.                submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin me-2"></i>Processing...';
  6883.                submitBtn.disabled = true;
  6884.  
  6885.                // AJAX request to Django view
  6886.                fetch('/user_info', {
  6887.                    method: 'POST',
  6888.                    body: formData,
  6889.                    headers: {
  6890.                        'X-CSRFToken': csrfToken,
  6891.                        'X-Requested-With': 'XMLHttpRequest'
  6892.                    }
  6893.                })
  6894.                .then(response => response.json())
  6895.                .then(data => {
  6896.                    if (data.success) {
  6897.                        // Show success message
  6898.                        successMessage.style.display = 'block';
  6899.                        
  6900.                        // Reset button
  6901.                        submitBtn.innerHTML = originalText;
  6902.                        submitBtn.disabled = false;
  6903.                        
  6904.                        // Download the actual brochure PDF
  6905.                        setTimeout(() => {
  6906.                            const link = document.createElement('a');
  6907.                            link.href = '/static/brocher.pdf';
  6908.                            link.download = 'brochure.pdf';
  6909.                            link.target = '_blank';
  6910.                            document.body.appendChild(link);
  6911.                            link.click();
  6912.                            document.body.removeChild(link);
  6913.                            
  6914.                            // Hide success message after download
  6915.                            setTimeout(() => {
  6916.                                successMessage.style.display = 'none';
  6917.                                form.reset();
  6918.                            }, 3000);
  6919.                        }, 1000);
  6920.                    } else {
  6921.                        // Handle errors
  6922.                        alert(data.message || 'An error occurred. Please try again.');
  6923.                        submitBtn.innerHTML = originalText;
  6924.                        submitBtn.disabled = false;
  6925.                    }
  6926.                })
  6927.                .catch(error => {
  6928.                    console.error('Error:', error);
  6929.                    alert('Network error. Please check your connection and try again.');
  6930.                    submitBtn.innerHTML = originalText;
  6931.                    submitBtn.disabled = false;
  6932.                });
  6933.            });
  6934.  
  6935.            // Function to get CSRF cookie
  6936.            function getCookie(name) {
  6937.                let cookieValue = null;
  6938.                if (document.cookie && document.cookie !== '') {
  6939.                    const cookies = document.cookie.split(';');
  6940.                    for (let i = 0; i < cookies.length; i++) {
  6941.                        const cookie = cookies[i].trim();
  6942.                        if (cookie.substring(0, name.length + 1) === (name + '=')) {
  6943.                            cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
  6944.                            break;
  6945.                        }
  6946.                    }
  6947.                }
  6948.                return cookieValue;
  6949.            }
  6950.        });
  6951.  
  6952.        // Add some interactive particles effect
  6953.        document.addEventListener('mousemove', function(e) {
  6954.            const particle = document.createElement('div');
  6955.            particle.style.position = 'fixed';
  6956.            particle.style.width = '4px';
  6957.            particle.style.height = '4px';
  6958.            particle.style.backgroundColor = 'rgba(102, 126, 234, 0.6)';
  6959.            particle.style.borderRadius = '50%';
  6960.            particle.style.pointerEvents = 'none';
  6961.            particle.style.zIndex = '9999';
  6962.            particle.style.left = e.clientX + 'px';
  6963.            particle.style.top = e.clientY + 'px';
  6964.            
  6965.            document.body.appendChild(particle);
  6966.            
  6967.            setTimeout(() => {
  6968.                particle.style.transition = 'all 1s ease-out';
  6969.                particle.style.transform = 'scale(0)';
  6970.                particle.style.opacity = '0';
  6971.                
  6972.                setTimeout(() => {
  6973.                    document.body.removeChild(particle);
  6974.                }, 1000);
  6975.            }, 100);
  6976.        });
  6977.    </script>
  6978.      <script>
  6979.        // Add click sound effect (optional)
  6980.        document.querySelectorAll('.info-link').forEach(link => {
  6981.            link.addEventListener('mouseenter', function() {
  6982.                this.style.transform = 'translateX(10px) scale(1.02)';
  6983.            });
  6984.            
  6985.            link.addEventListener('mouseleave', function() {
  6986.                this.style.transform = 'translateX(0) scale(1)';
  6987.            });
  6988.            
  6989.            link.addEventListener('click', function(e) {
  6990.                // Add a ripple effect on click
  6991.                const ripple = document.createElement('span');
  6992.                const rect = this.getBoundingClientRect();
  6993.                const size = Math.max(rect.height, rect.width);
  6994.                const x = e.clientX - rect.left - size / 2;
  6995.                const y = e.clientY - rect.top - size / 2;
  6996.                
  6997.                ripple.style.cssText = `
  6998.                    position: absolute;
  6999.                    border-radius: 50%;
  7000.                    transform: scale(0);
  7001.                    animation: ripple 0.6s linear;
  7002.                    background-color: rgba(255, 255, 255, 0.5);
  7003.                    left: ${x}px;
  7004.                    top: ${y}px;
  7005.                    width: ${size}px;
  7006.                    height: ${size}px;
  7007.                `;
  7008.                
  7009.                this.appendChild(ripple);
  7010.                
  7011.                setTimeout(() => {
  7012.                    ripple.remove();
  7013.                }, 600);
  7014.            });
  7015.        });
  7016.        
  7017.        // Add ripple animation
  7018.        const style = document.createElement('style');
  7019.        style.textContent = `
  7020.            @keyframes ripple {
  7021.                to {
  7022.                    transform: scale(2);
  7023.                    opacity: 0;
  7024.                }
  7025.            }
  7026.        `;
  7027.        document.head.appendChild(style);
  7028.    </script>
  7029. <!--<div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true" data-bs-backdrop="static">-->
  7030. <!--        <div class="modal-dialog modal-lg modal-dialog-centered">-->
  7031. <!--            <div class="modal-content">-->
  7032. <!--                <div class="floating-elements">-->
  7033. <!--                    <div class="floating-circle"></div>-->
  7034. <!--                    <div class="floating-circle"></div>-->
  7035. <!--                    <div class="floating-circle"></div>-->
  7036. <!--                </div>-->
  7037.                
  7038. <!--                <div class="modal-header">-->
  7039. <!--                     <h2 class="modal-title" id="videoModalLabel">-->
  7040. <!--                        <i class="fas fa-play-circle me-2"></i>-->
  7041.                        <!--Discover Our Story | -->
  7042. <!--                        2025-2026 admission information-->
  7043. <!--                    </h2>-->
  7044. <!--                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">-->
  7045. <!--                        <i class="fas fa-times text-white"></i>-->
  7046. <!--                    </button>-->
  7047. <!--                </div>-->
  7048.                
  7049. <!--                <div class="modal-body">-->
  7050. <!--                     <div class="info-links">-->
  7051. <!--                        <a href="/static/admissions/Transport_details.pdf" class="info-link" target="_blank">-->
  7052. <!--                            <i class="fas fa-bus"></i>-->
  7053. <!--                            <span class="link-text" style="color: #815fd1 !important;">Transport Information</span>-->
  7054. <!--                            <i class="fas fa-arrow-right link-arrow"></i>-->
  7055. <!--                        </a>-->
  7056.                        
  7057. <!--                        <a href="/static/admissions/Hostel_Contact_Information.pdf" class="info-link" target="_blank">-->
  7058. <!--                            <i class="fas fa-home"></i>-->
  7059. <!--                            <span class="link-text" style="color: #815fd1 !important;">Hostel Contact Information</span>-->
  7060. <!--                            <i class="fas fa-arrow-right link-arrow"></i>-->
  7061. <!--                        </a>-->
  7062.                        
  7063. <!--                        <a href="/static/admissions/Contact_for_Admission.pdf" class="info-link" target="_blank">-->
  7064. <!--                            <i class="fas fa-phone"></i>-->
  7065. <!--                            <span class="link-text" style="color: #815fd1 !important;">Contact for Admissions</span>-->
  7066. <!--                            <i class="fas fa-arrow-right link-arrow"></i>-->
  7067. <!--                        </a>-->
  7068. <!--                    </div>-->
  7069.                    <!--<div class="video-container">-->
  7070.                    <!--    <iframe-->
  7071.                    <!--        src="https://www.youtube.com/embed/LGzFBhVqQ20?si=wgBmE8uV9cryJRHK&autoplay=1&mute=1&loop=1&playlist=LGzFBhVqQ20"-->
  7072.                    <!--        title="YouTube video player"-->
  7073.                    <!--        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"-->
  7074.                    <!--        allowfullscreen>-->
  7075.                    <!--    </iframe>-->
  7076.                    <!--</div>-->
  7077.  
  7078.                    <!--<div class="form-container">-->
  7079.                    <!--    <h3 class="form-title">-->
  7080.                    <!--        <i class="fas fa-download me-2"></i>-->
  7081.                    <!--        Get Your Free Brochure-->
  7082.                    <!--    </h3>-->
  7083.                        
  7084.                    <!--    <form id="brochureForm">-->
  7085.                    <!--        <input type="hidden" name="csrfmiddlewaretoken" value="kWb75Y7e6ZKeSZrqpgh9Z5S9PibLSB8FvgnokrbDbCtC18jvJBefcO63dfAjRpQS">-->
  7086.                    <!--        <div class="form-group">-->
  7087.                    <!--            <i class="fas fa-user input-icon"></i>-->
  7088.                    <!--            <input type="text" class="form-control" id="fullName" name="fullName" placeholder="Enter your full name" required>-->
  7089.                    <!--        </div>-->
  7090.                            
  7091.                    <!--        <div class="form-group">-->
  7092.                    <!--            <i class="fas fa-phone input-icon"></i>-->
  7093.                    <!--            <input type="tel" class="form-control" id="phoneNumber" name="phoneNumber"  pattern="[0-9]+" title="Please enter only numbers"  placeholder="Enter your phone number" required>-->
  7094.                    <!--        </div>-->
  7095.                            
  7096.                    <!--        <div class="form-group">-->
  7097.                    <!--            <i class="fas fa-envelope input-icon"></i>-->
  7098.                    <!--            <input type="email" class="form-control" id="email" name="email" placeholder="Enter your email address" required>-->
  7099.                    <!--        </div>-->
  7100.                    <!--          <div class="g-recaptcha mb-4" data-sitekey="6LfBTUYrAAAAAK3vMjDXs2P89SWo4I5lkxuuTbYl"></div> -->
  7101.                            
  7102.                    <!--        <button type="submit" class="download-btn">-->
  7103.                    <!--            <i class="fas fa-download me-2"></i>-->
  7104.                    <!--            Download Brochure Now-->
  7105.                    <!--        </button>-->
  7106.                            
  7107.                    <!--        <div class="success-message" id="successMessage">-->
  7108.                    <!--            <i class="fas fa-check-circle me-2"></i>-->
  7109.                    <!--            Thank you! Your brochure download will begin shortly.-->
  7110.                    <!--        </div>-->
  7111.                    <!--    </form>-->
  7112.                    <!--</div>-->
  7113. <!--                </div>-->
  7114. <!--            </div>-->
  7115. <!--        </div>-->
  7116. <!--    </div>-->
  7117.    <footer class="footer" style="background: linear-gradient(135deg, #1b3965, #3088c7); color: white;">
  7118.    <div class="primary-footer py-5">
  7119.      <div class="container">
  7120.        <div class="row">
  7121.          <!-- Vital Links Column -->
  7122.          <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  7123.            <h4 class="text-white mb-4">Vital Links</h4>
  7124.            <div class="footer-list">
  7125.              <ul class="list-unstyled">
  7126.                <!--<li class="mb-2">-->
  7127.                <!--  <a href="http://onlinesystem.anits.edu.in/" target="_blank" class="text-white hover-effect">-->
  7128.                <!--    <i class="fas fa-link me-2"></i> Online Enrollment-->
  7129.                <!--  </a>-->
  7130.                <!--</li>-->
  7131.                <li class="mb-2">
  7132.                  <a href="#" target="_blank" class="text-white hover-effect">
  7133.                    <i class="fas fa-graduation-cap me-2"></i> CAT-B Admissions
  7134.                  </a>
  7135.                </li>
  7136.                <li class="mb-2">
  7137.                  <a href="/onlinepayment" target="_blank" class="text-white hover-effect">
  7138.                    <i class="fas fa-credit-card me-2"></i> Online Payment
  7139.                  </a>
  7140.                </li>
  7141.                <li class="mb-2">
  7142.                  <a href="/nirf" target="_blank" class="text-white hover-effect">
  7143.                    <i class="fas fa-medal me-2"></i> NIRF
  7144.                  </a>
  7145.                </li>
  7146.                <li class="mb-2">
  7147.                  <a href="/nba" target="_blank" class="text-white hover-effect">
  7148.                    <i class="fas fa-search me-2"></i> NBA
  7149.                  </a>
  7150.                </li>
  7151.              </ul>
  7152.            </div>
  7153.          </div>
  7154.  
  7155.          <!-- Quick Links Column -->
  7156.          <div class="col-lg-3 col-md-6 mb-4 mb-md-0">
  7157.            <h4 class="text-white mb-4">Quick Links</h4>
  7158.            <div class="footer-list">
  7159.              <ul class="list-unstyled">
  7160.                <li class="mb-2">
  7161.                  <a href="/Ariia" target="_blank" class="text-white hover-effect">
  7162.                    <i class="fas fa-lightbulb me-2"></i> ARIIA
  7163.                  </a>
  7164.                </li>
  7165.                <li class="mb-2">
  7166.                  <a href="/antiragging" target="_blank" class="text-white hover-effect">
  7167.                    <i class="fas fa-ban me-2"></i> Anti Ragging
  7168.                  </a>
  7169.                </li>
  7170.                <li class="mb-2">
  7171.                  <a href="/greviance" target="_blank" class="text-white hover-effect">
  7172.                    <i class="fas fa-comments me-2"></i> Grievance
  7173.                  </a>
  7174.                </li>
  7175.                <li class="mb-2">
  7176.                  <a href="/pbas" target="_blank" class="text-white hover-effect">
  7177.                    <i class="fas fa-bell me-2"></i> PBAS
  7178.                  </a>
  7179.                </li>
  7180.                <!--<li class="mb-2">-->
  7181.                <!--  <a href="/https://www.anits.edu.in/newsletters.php" target="_blank" class="text-white hover-effect">-->
  7182.                <!--    <i class="fas fa-newspaper me-2"></i> News Letters-->
  7183.                <!--  </a>-->
  7184.                <!--</li>-->
  7185.              </ul>
  7186.            </div>
  7187.          </div>
  7188.  
  7189.          <!-- Contact Column -->
  7190.          <div class="col-lg-6 col-md-12">
  7191.            <h4 class="text-white mb-4">Get In Touch</h4>
  7192.            <div class="footer-contact">
  7193.              <div class="d-flex mb-3">
  7194.                <i class="fas fa-map-marker-alt me-3 mt-1 text-danger"></i>
  7195.                <p class="mb-0">
  7196.                  Anil Neerukonda Institute of Technology & Sciences,<br>
  7197.                  Sangivalasa, Bheemunipatnam Mandal,<br>
  7198.                  Visakhapatnam Dist, AP, India
  7199.                </p>
  7200.              </div>
  7201.              <div class="d-flex mb-3">
  7202.                <i class="fas fa-phone-alt me-3 text-primary"></i>
  7203.                <p class="mb-0"> 8712005999, 8712008222 (Admissions)</p>
  7204.              </div>
  7205.              <div class="d-flex mb-3">
  7206.                <i class="fas fa-envelope me-3 text-warning"></i>
  7207.                <p class="mb-0">principal@anits.edu.in</p>
  7208.              </div>
  7209.  
  7210.              <!-- Social Media Links -->
  7211.             <!-- <div class="social-icons mt-4">
  7212.                <a href="https://www.facebook.com/profile.php?id=61579923250893" class="text-white me-3"><i class="fab fa-facebook-f fa-lg"></i></a>
  7213.                <a href="https://x.com/ANITS_Official" class="text-white me-3"><i class="fab fa-twitter fa-lg"></i></a>
  7214.                <a href="https://www.instagram.com/anits_official/" class="text-white me-3"><i class="fab fa-instagram fa-lg"></i></a>
  7215.                <a href="#" class="text-white me-3"><i class="fab fa-linkedin-in fa-lg"></i></a>
  7216.                <a href="#" class="text-white"><i class="fab fa-youtube fa-lg"></i></a>
  7217.              </div>-->
  7218.            </div>
  7219.          </div>
  7220.        </div>
  7221.  
  7222.        <!-- Copyright Row -->
  7223.        <div class="row mt-5 pt-3 border-top border-light">
  7224.          <div class="col-md-6 text-center text-md-start">
  7225.            <p class="mb-0">&copy; 2025 Anil Neerukonda Institute of Technology & Sciences. All rights reserved.</p>
  7226.          </div>
  7227.          <div class="col-md-6 text-center text-md-end">
  7228.            <a href="#" class="text-white me-3">Privacy Policy</a>
  7229.            <a href="#" class="text-white me-3">Terms of Service</a>
  7230.            <a href="#" class="text-white">Sitemap</a>
  7231.          </div>
  7232.        </div>
  7233.      </div>
  7234.    </div>
  7235. </footer>
  7236.  
  7237. <!-- Font Awesome for icons -->
  7238. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
  7239.  
  7240. <!-- Custom CSS -->
  7241. <style>
  7242.  .hover-effect {
  7243.    transition: all 0.3s ease;
  7244.    display: inline-block;
  7245.  }
  7246.  .hover-effect:hover {
  7247.    color: #f8f9fa !important;
  7248.    transform: translateX(5px);
  7249.    text-decoration: none;
  7250.  }
  7251.  .social-icons a {
  7252.    display: inline-flex;
  7253.    align-items: center;
  7254.    justify-content: center;
  7255.    width: 40px;
  7256.    height: 40px;
  7257.    border-radius: 50%;
  7258.    background: rgba(255,255,255,0.1);
  7259.    transition: all 0.3s ease;
  7260.    margin-right: 10px;
  7261.  }
  7262.  .social-icons a:hover {
  7263.    background: rgba(255,255,255,0.2);
  7264.    transform: translateY(-3px);
  7265.  }
  7266. </style>
  7267. </div>
  7268. </body>
  7269.  
  7270. <!-- Social Media Floating Strip -->
  7271. <!-- Floating Social Media Strip -->
  7272. <div class="social-strip">
  7273.  <a href="https://www.linkedin.com/school/anil-neerukonda-institute-of-technology-&-sciences/" target="_blank" class="social-icon linkedin"><i class="fa-brands fa-linkedin-in"></i></a>
  7274. <a href="https://www.instagram.com/anits_official?igsh=MWVhbDVmaHpybnRwNg==" target="_blank" class="social-icon instagram"><i class="fa-brands fa-instagram"></i></a>
  7275.  <a href="https://www.facebook.com/share/1AbZDYc9dT/" target="_blank" class="social-icon facebook"><i class="fa-brands fa-facebook-f"></i></a>
  7276.  <a href="https://x.com/ANITS_Official?t=ov6KnEZCW6DrLfHcJqC5uw&s=08" target="_blank" class="social-icon twitter"><i class="fa-brands fa-x-twitter"></i></a>
  7277.  <a href="https://www.youtube.com/@ANITS-VIZAG" target="_blank" class="social-icon youtube"><i class="fa-brands fa-youtube"></i></a>
  7278.  <a href="https://wa.me/919000829049" target="_blank" class="social-icon whatsapp"><i class="fa-brands fa-whatsapp"></i></a>
  7279. </div>
  7280.  
  7281.  
  7282. <style>
  7283.    .btn:hover {
  7284.        color: #fff
  7285.    }
  7286. </style>
  7287.  
  7288. </html>
  7289.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda